:root{color-scheme:light;font-family:Inter,system-ui,Arial}body{margin:0;background:#f7f7f8;color:#111}*{box-sizing:border-box}.border{border:1px solid #e5e7eb}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.p-0{padding:0}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-muted{color:#6b7280}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.max-w-6xl{max-width:72rem}.mx-auto{margin-left:auto;margin-right:auto}.h-48{height:12rem}.w-full{width:100%}.bg-white{background:#fff}.bg-muted{background:#f3f4f6}.bg-muted-20{background:#f7f7f8}.btn{padding:.5rem .75rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#111;color:#fff;cursor:pointer}.btn.secondary{background:#f2f2f2;color:#111}.btn.danger{background:#b91c1c}.input,.textarea{width:100%;padding:.5rem .75rem;border-radius:.75rem;border:1px solid #e5e7eb}.card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem}.card-header{padding:1rem;border-bottom:1px solid #e5e7eb}.card-content{padding:1rem}.legend{color:#6b7280}.kpi{padding:.75rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#fafafa}
