@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Spline+Sans+Mono:wght@400;500&display=swap");:root{--ink:#1c1c1a;--ink-soft:#3a3f4a;--paper:#f3f5f9;--card:#ffffff;--line:#e1e6ee;--brand:#2850a0;--brand-dk:#1a3a72;--brand-light:#eaf0fa;--accent:#2850a0;--muted:#6b7280;--danger:#d92d20;--ok:#067647;--warn:#b54708;--radius:14px;--shadow:0 1px 2px rgba(28,28,26,0.06),0 8px 24px rgba(26,58,114,0.08)}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Sora,system-ui,sans-serif;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.mono,code{font-family:Spline Sans Mono,monospace}@keyframes sh{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#c8d0de;border-radius:5px}::-webkit-scrollbar-track{background:transparent}.login-wrap{display:grid;grid-template-columns:1.1fr 1fr;min-height:100vh}.login-left{display:flex;flex-direction:column;justify-content:space-between;padding:56px 60px}.login-right{display:grid;place-items:center;padding:24px}.login-card{width:100%;max-width:380px;background:var(--card);border-radius:18px;padding:36px;box-shadow:var(--shadow);border:1px solid var(--line)}.login-hero{font-size:44px;font-weight:800;line-height:1.08;letter-spacing:-.03em;margin-top:auto}.login-logo{width:150px;height:auto;background:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.15)}@media (max-width:768px){.login-wrap{grid-template-columns:1fr!important}.login-left{display:none!important}.login-right{padding:16px!important}.login-card{padding:24px!important;border-radius:14px!important}.login-hero{font-size:28px!important}.login-logo{width:120px!important;padding:8px 12px!important}header{padding:0 16px!important;height:56px!important}main>div{padding:16px!important;max-width:100vw!important}.stat-grid,div[style*="grid-template-columns: repeat(4, 1fr)"],div[style*="gridTemplateColumns: repeat(4, 1fr)"]{grid-template-columns:1fr!important}div[style*="padding: 28px 32px"]{padding:16px!important}div[style*="overflow: auto"]{overflow-x:auto!important}div[style*="width: 420"]{width:calc(100vw - 32px)!important;max-width:420px!important}}.appshell-root{display:flex;min-height:100vh;background:var(--paper)}.appshell-sidebar{background:linear-gradient(180deg,#14264a,#0f1d3a);color:#fff;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh;flex-shrink:0;transition:transform .25s ease,width .2s ease;z-index:110}.appshell-sidebar.collapsed{width:72px}.appshell-sidebar:not(.collapsed){width:248px}.appshell-sidebar.mobile{position:fixed;top:0;left:0;height:100vh;width:260px!important;transform:translateX(-100%);box-shadow:4px 0 24px rgba(0,0,0,.25)}.appshell-sidebar.mobile.mobile-open{transform:translateX(0)}.mobile-overlay{position:fixed;inset:0;background:rgba(15,29,58,.55);z-index:105;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hamburger-btn{display:none;background:none;border:none;font-size:24px;cursor:pointer;padding:6px;border-radius:8px;color:var(--ink)}.hamburger-btn:hover{background:var(--brand-light)}.appshell-main{flex:1 1;display:flex;flex-direction:column;min-width:0}@media (max-width:768px){.hamburger-btn{display:flex;align-items:center;justify-content:center}.appshell-sidebar{position:fixed;top:0;left:0;height:100vh;width:260px!important;transform:translateX(-100%);z-index:110;box-shadow:4px 0 24px rgba(0,0,0,.25)}.appshell-sidebar.mobile-open{transform:translateX(0)}.mobile-overlay{display:block}}@media (min-width:769px){.mobile-overlay{display:none!important}}