:root{--bg:#f7f7fb;--card:#fff;--text:#1f2937;--muted:#6b7280;--brand:#3b82f6;--brand-600:#2563eb;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--border:#e5e7eb}.dark,.dark :root{--bg:#0b1220;--card:#0f172a;--text:#e5e7eb;--muted:#94a3b8;--brand:#60a5fa;--brand-600:#3b82f6;--success:#34d399;--warning:#fbbf24;--danger:#f87171;--border:#1f2a44}*{box-sizing:border-box}#root,body,html{height:100%}body{background:#f7f7fb;background:var(--bg);color:#1f2937;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;margin:0}.container{margin:0 auto;max-width:1200px;padding:24px}.card{background:#fff;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 24px #0000000f;padding:16px}.btn{-webkit-appearance:none;appearance:none;background:#3b82f6;background:var(--brand);border:1px solid #2563eb;border:1px solid var(--brand-600);border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:10px 14px;transition:transform .05s ease,background .2s ease,box-shadow .2s ease}.btn:hover{background:#2563eb;background:var(--brand-600)}.btn:active{transform:translateY(1px)}.btn-ghost{background:#0000;border:1px solid #e5e7eb;border:1px solid var(--border);color:#1f2937;color:var(--text)}.btn-ghost:hover{background:#0000000a}.dark .btn-ghost:hover{background:#ffffff0f}.input{background:#0000;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;color:#1f2937;color:var(--text);outline:none;padding:10px 12px;width:100%}.grid-2{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media (max-width:900px){.grid-2{grid-template-columns:1fr}}.table{border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);font-size:14px;padding:10px;text-align:left}.table th{color:#6b7280;color:var(--muted);font-weight:600}.h2{font-size:28px;margin:0 0 8px}.muted{color:#6b7280;color:var(--muted)}.navbar{align-items:center;background:#fff;background:var(--card);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;gap:12px;padding:12px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.nav-spacer{flex:1 1}.kpis{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}@media (max-width:1100px){.kpis{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.kpis{grid-template-columns:1fr}}.kpi{background:#fff;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:16px;padding:16px}.kpi .label{color:#6b7280;color:var(--muted);font-size:13px}.kpi .value{font-size:24px;font-weight:700;margin-top:4px}.badge{background:#e5e7eb;background:var(--border);border-radius:999px;color:#1f2937;color:var(--text);display:inline-block;font-size:12px;padding:4px 8px}.link{color:#2563eb;color:var(--brand-600);text-decoration:none}.link:hover{text-decoration:underline}.hero{margin:24px 0 12px;text-align:center}.hero-logo{border-radius:12px;height:64px;margin:0 auto 8px;width:64px}.hero-title{font-size:28px;margin:4px 0}.hero-subtitle{color:#6b7280;color:var(--muted)}.grid-auto{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.list{-webkit-padding-start:20px;margin:8px 0 0;padding-inline-start:20px}.list li{margin:4px 0}
/*# sourceMappingURL=main.cf6fef7d.css.map*/