@import "https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Orbitron:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-primary:#0a0a0f;--bg-secondary:#12121a;--bg-card:#1a1a24;--accent-cyan:#00f0ff;--accent-purple:#a855f7;--accent-blue:#0080ff;--text-primary:#fff;--text-secondary:#9ca3af;--text-muted:#6b7280;--border-color:#4b55634d;--glow-cyan:0 0 20px #00f0ff4d;--glow-purple:0 0 20px #a855f74d}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--bg-primary);color:var(--text-primary);min-height:100vh;font-family:Rajdhani,sans-serif;line-height:1.6}.app{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#4b556380;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4b5563b3}::selection{color:#fff;background:#00f0ff4d}a{color:var(--accent-cyan);text-decoration:none;transition:color .3s}a:hover{color:var(--accent-purple)}input,button,textarea,select{font-family:inherit}input:focus,button:focus,textarea:focus,select:focus{outline:none}button{cursor:pointer;background:0 0;border:none}code,pre{font-family:JetBrains Mono,monospace}
