*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0b0e;--bg1: #111318;--bg2: #181c22;--bg3: #1e232c;--border: #2a2f3a;--text: #e8eaf0;--text2: #8891a4;--text3: #555e70;--green: #00d084;--green-dim: #003d22;--red: #ff4757;--red-dim: #3d0810;--yellow: #ffd166;--blue: #4a9eff;--purple: #a78bfa;--orange: #fb923c;--font: "Inter", sans-serif;--mono: "JetBrains Mono", monospace}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg1)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}a{color:var(--blue);text-decoration:none}button{font-family:var(--font);cursor:pointer}.page-wrap{padding:24px;max-width:1400px;margin:0 auto}.app-layout{display:flex;height:100vh;overflow:hidden}.app-sidebar{width:204px;background:var(--bg1);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;transition:transform .25s ease;z-index:200}.app-main{flex:1;overflow-y:auto;background:var(--bg)}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:199}.mobile-topbar{display:none;align-items:center;gap:12px;padding:10px 16px;background:var(--bg1);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.hamburger-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--bg2);border:1px solid var(--border);color:var(--text);font-size:18px;cursor:pointer;flex-shrink:0}.rg-6{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:20px}.rg-5{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:20px}.rg-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.rg-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.rg-2a{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-bottom:20px;align-items:start}.rg-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}@media (max-width: 768px){.app-layout{flex-direction:column;height:100dvh}.app-sidebar{position:fixed;left:0;top:0;bottom:0;transform:translate(-100%);height:100dvh}.app-sidebar.open{transform:translate(0);box-shadow:4px 0 24px #0009}.sidebar-overlay.open{display:block}.mobile-topbar{display:flex}.app-main{flex:1;overflow-y:auto;height:calc(100dvh - 57px)}.page-wrap{padding:12px}.rg-6,.rg-5,.rg-4,.rg-3{grid-template-columns:repeat(2,1fr)!important}.rg-2a,.rg-2{grid-template-columns:1fr!important}}
