@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-tertiary:#1a1a24;--bg-hover:#22222e;--bg-active:#2a2a38;--border:#2a2a38;--border-light:#3a3a4a;--text-primary:#e8e8ed;--text-secondary:#99a;--text-muted:#667;--accent-gold:#cba75c;--accent-gold-dim:#94743a;--accent-blue:#4a9eff;--accent-green:#22c55e;--accent-red:#ef4444;--accent-purple:#a855f7;--accent-orange:#f97316;--sidebar-width:280px;--header-height:56px;--radius:8px;--radius-lg:12px;--shadow:0 4px 24px #0006}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}code,pre,.mono{font-family:JetBrains Mono,monospace}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-light)}::selection{background:var(--accent-gold);color:var(--bg-primary)}input,textarea,select,button{font-family:inherit;font-size:inherit;outline:none}a{color:var(--accent-blue);text-decoration:none}a:hover{text-decoration:underline}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
