@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap";
:root{--bg-primary:#0a0a0a;--bg-secondary:#111;--bg-card:#141414;--bg-card-hover:#1a1a1a;--bg-surface:#1c1c1c;--bg-elevated:#222;--bg-terminal:#0d0d0d;--bg-sidebar:#0f0f0f;--border-primary:#1e1e1e;--border-secondary:#2a2a2a;--border-accent:#f97316;--border-subtle:#ffffff0f;--text-primary:#fff;--text-secondary:#a0a0a0;--text-tertiary:#666;--text-muted:#555;--accent-orange:#f97316;--accent-orange-hover:#fb923c;--accent-orange-dim:#f9731626;--accent-orange-glow:#f973164d;--status-green:#22c55e;--status-green-dim:#22c55e26;--status-red:#ef4444;--status-red-dim:#ef444426;--status-yellow:#eab308;--status-yellow-dim:#eab30826;--status-blue:#3b82f6;--status-blue-dim:#3b82f626;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--shadow-card:0 0 0 1px #ffffff0d,0 4px 24px #0006;--shadow-glow:0 0 30px #f9731626}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}input{border:none;outline:none;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-secondary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.mono{font-family:JetBrains Mono,Courier New,monospace}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes glow{0%,to{box-shadow:0 0 20px #f9731633}50%{box-shadow:0 0 40px #f9731666}}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}@keyframes typewriter{0%{width:0}to{width:100%}}
