:root{--bg:#f4f6fb;--text:#0f172a;--text-muted:#64748b;--border:#0f172a14;--brand-start:#6366f1;--brand-end:#7c3aed;--brand-gradient:linear-gradient(135deg, var(--brand-start), var(--brand-end));--card-bg:#ffffffd1;--card-border:#fff9;--card-radius:22px;--card-shadow:0 1px 1px #0f172a05, 0 8px 24px #0f172a0f, 0 24px 48px #6366f114;--sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--heading:"Space Grotesk", var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-family:var(--sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-height:100svh;margin:0}h1,h2,h3,h4{font-family:var(--heading);color:var(--text);margin:0;font-weight:600}p{color:var(--text-muted);margin:0}button{font-family:inherit}.aurora-bg{z-index:-1;background:var(--bg);position:fixed;inset:0;overflow:hidden}.aurora-bg:before{content:"";background-image:linear-gradient(#0f172a09 1px,#0000 1px),linear-gradient(90deg,#0f172a09 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 100%);mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 100%)}.aurora-blob{filter:blur(80px);opacity:.55;border-radius:50%;position:absolute}.aurora-blob.one{background:radial-gradient(circle,#818cf8,#0000 70%);width:480px;height:480px;top:-160px;left:-120px}.aurora-blob.two{background:radial-gradient(circle,#c084fc,#0000 70%);width:420px;height:420px;top:40px;right:-140px}.aurora-blob.three{background:radial-gradient(circle,#a5b4fc,#0000 70%);width:380px;height:380px;bottom:-180px;left:30%}.auth-loading{justify-content:center;align-items:center;min-height:100svh;display:flex}.auth-loading-card{text-align:center;flex-direction:column;align-items:center;gap:10px;max-width:380px;padding:28px 40px;display:flex}.auth-loading-card h3{font-size:17px}.auth-loading-card p{color:var(--text-muted);font-size:14px}.auth-return-link{background:var(--brand-gradient);color:#fff;border-radius:999px;margin-top:6px;padding:8px 18px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 8px 20px #6366f14d}.app-shell{min-height:100svh;display:flex}.sidebar{flex-direction:column;flex-shrink:0;gap:24px;width:240px;padding:24px 16px;display:flex}.brand{align-items:center;padding:0 8px;display:flex}.brand-logo{width:auto;height:28px;display:block}.nav{flex-direction:column;gap:4px;display:flex}.nav-item{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:flex}.nav-item:hover{color:var(--text);background:#6366f114}.nav-item.active{background:var(--brand-gradient);color:#fff;box-shadow:0 8px 20px #6366f14d}.nav-item svg{flex-shrink:0;width:18px;height:18px}.main{flex-direction:column;flex:1;gap:24px;min-width:0;padding:24px 32px 48px;display:flex}.topbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.topbar-title h1{letter-spacing:-.02em;font-size:26px}.gradient-text{background:var(--brand-gradient);color:#0000;-webkit-background-clip:text;background-clip:text}.topbar-title p{margin-top:4px;font-size:14px}.topbar-actions{align-items:center;gap:12px;display:flex}.icon-button{border:1px solid var(--card-border);background:var(--card-bg);-webkit-backdrop-filter:blur(24px);width:38px;height:38px;color:var(--text-muted);cursor:pointer;box-shadow:var(--card-shadow);border-radius:12px;justify-content:center;align-items:center;display:flex}.icon-button svg{width:18px;height:18px}.avatar{background:var(--brand-gradient);color:#fff;width:38px;height:38px;font-family:var(--heading);border-radius:12px;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--card-radius);-webkit-backdrop-filter:blur(24px);box-shadow:var(--card-shadow);padding:20px}.stat-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=1080px){.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.stat-grid{grid-template-columns:1fr}}.stat-card{flex-direction:column;gap:14px;display:flex}.stat-card-top{justify-content:space-between;align-items:center;display:flex}.stat-icon{width:36px;height:36px;color:var(--brand-end);background:#6366f11a;border-radius:10px;justify-content:center;align-items:center;display:flex}.stat-icon svg{width:18px;height:18px}.stat-label{color:var(--text-muted);font-size:13px;font-weight:500}.stat-value{font-family:var(--heading);font-size:26px;font-weight:700}.stat-value.placeholder{color:var(--text-muted)}.badge{background:var(--brand-gradient);color:#fff;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.badge.muted{color:var(--text-muted);background:#64748b1f}.panel{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;min-height:320px;padding:64px 24px;display:flex}.panel-icon{width:56px;height:56px;color:var(--brand-end);background:#6366f11a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.panel-icon svg{width:26px;height:26px}.panel h3{font-size:17px}.panel p{max-width:320px;font-size:14px}
