@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500&family=DM+Mono:wght@300;400;500&display=swap";._layout_hyx01_1{color:#eef0f8;background-color:#0b0f2a;flex-direction:column;min-height:100vh;display:flex}._main_hyx01_9{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:24px}._shell_hyx01_17{min-height:100vh;display:flex}._sidebar_hyx01_22{background:var(--bg-surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:224px;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}._logo_hyx01_36{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:20px 18px 18px;display:flex}._logoText_hyx01_44{flex-direction:column;gap:0;line-height:1;display:flex}._logoWordmark_hyx01_51{font-family:var(--font-display);letter-spacing:.2em;color:var(--text-primary);font-size:18px;line-height:1}._logoSub_hyx01_59{font-family:var(--font-mono);letter-spacing:.18em;color:var(--accent);opacity:.6;margin-top:2px;font-size:9px}._nav_hyx01_69{flex-direction:column;flex:1;gap:2px;padding:12px 10px;display:flex}._navItem_hyx01_77{border-radius:var(--radius-md);color:var(--text-secondary);transition:all .15s var(--ease);align-items:center;gap:10px;padding:9px 12px;font-size:13px;font-weight:400;display:flex;position:relative}._navItem_hyx01_77:hover{background:var(--bg-elevated);color:var(--text-primary)}._navItem_hyx01_77._active_hyx01_95{background:var(--accent-dim);color:var(--accent)}._navItem_hyx01_77._active_hyx01_95:before{content:"";background:var(--accent);border-radius:0 2px 2px 0;width:2px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}._navIcon_hyx01_113{text-align:center;flex-shrink:0;width:16px;font-size:11px}._navLabel_hyx01_120{font-weight:400}._sidebarBottom_hyx01_123{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:14px 14px 20px;display:flex}._userRow_hyx01_131{align-items:center;gap:8px;display:flex}._avatar_hyx01_137{background:var(--bg-overlay);border:1px solid var(--border-active);width:26px;height:26px;color:var(--accent);font-size:11px;font-weight:500;font-family:var(--font-mono);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}._username_hyx01_153{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}._logoutBtn_hyx01_161{color:var(--text-muted);text-align:left;background:0 0;padding:6px 0;font-size:12px;transition:color .15s}._logoutBtn_hyx01_161:hover{color:var(--text-secondary)}._main_hyx01_9{flex:1;min-width:0;padding:32px;overflow-y:auto}@media (width<=768px){._sidebar_hyx01_22{width:60px}._logoText_hyx01_44,._navLabel_hyx01_120,._sidebarBottom_hyx01_123{display:none}._logo_hyx01_36{justify-content:center;padding:16px 0}._nav_hyx01_69{padding:8px 6px}._navItem_hyx01_77{justify-content:center;padding:10px}._main_hyx01_9{padding:20px 16px}}:root{--bg-base:#0b0f2a;--bg-surface:#111530;--bg-elevated:#181d3a;--bg-overlay:#1e2448;--border:#eef0f812;--border-active:#eef0f824;--border-amber:#f0a50038;--text-primary:#eef0f8;--text-secondary:#7a8899;--text-muted:#4a5568;--accent:#f0a500;--accent-bright:#ffb800;--accent-dim:#f0a5001f;--accent-glow:#f0a50040;--green:#22d3a0;--green-dim:#22d3a01a;--red:#f05a5a;--red-dim:#f05a5a1a;--blue:#2a7fe8;--blue-dim:#2a7fe81a;--font-display:"Bebas Neue", sans-serif;--font-sans:"DM Sans", sans-serif;--font-mono:"DM Mono", monospace;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--ease:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}body{font-family:var(--font-sans);background:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff03 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px);background-size:40px 40px;position:fixed;inset:0}body:after{content:"";pointer-events:none;z-index:0;background:repeating-linear-gradient(0deg,#0000 0 3px,#00000004 3px 4px);position:fixed;inset:0}#root{z-index:1;position:relative}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-active);border-radius:99px}.mono{font-family:var(--font-mono)}.display{font-family:var(--font-display)}.positive{color:var(--green)}.negative{color:var(--red)}.neutral{color:var(--text-secondary)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}.fade-up{animation:fadeUp .4s var(--ease) both}button{cursor:pointer;font-family:var(--font-sans);border:none;outline:none}a{color:inherit;text-decoration:none}input,select,textarea{font-family:var(--font-sans);background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-dim)}
