:root{--bg:#070a12;--bg-card:#0d1117;--bg-hover:#131a26;--bg-input:#0f1520;--border:#1a2235;--border-soft:#111827;--accent:#3d7fff;--accent-dim:#3d7fff1f;--accent-glow:#3d7fff40;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--purple:#8b5cf6;--pink:#ec4899;--orange:#f97316;--cyan:#06b6d4;--text:#e8edf5;--text-sec:#8a9bbe;--text-muted:#5a6a8a;--text-dim:#2d3a52;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 8px 24px #0006;--shadow-lg:0 24px 64px #00000080;--r-sm:6px;--r-md:10px;--r-lg:14px;--sidebar-w:232px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);min-height:100vh;color:var(--text)}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-card)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mono{font-family:ui-monospace,Cascadia Code,Consolas,monospace}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:.2s both fadeIn}.slide-in{animation:.2s both slideIn}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg, var(--bg-hover) 25%, var(--border) 50%, var(--bg-hover) 75%);border-radius:var(--r-sm);background-size:400px 100%;animation:1.4s infinite shimmer}@media (width<=768px){:root{--sidebar-w:0px}.mobile-topbar{display:flex!important}.sidebar-overlay{display:block!important}.stat-grid-6,.stat-grid-4{grid-template-columns:repeat(2,1fr)!important}.two-col{grid-template-columns:1fr!important}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width>=769px){.mobile-topbar,.sidebar-overlay{display:none!important}}@media (width<=768px){.main-content{padding:72px 16px 24px!important}}
