:root{--bg-color: #050608;--bg-secondary: #0b0f12;--text-color: #e0e0e0;--text-muted: #a0a0a0;--primary-color: #00ffcc;--primary-hover: #00ccaa;--accent-secondary: #9d00ff;--accent-warn: #ff9900;--card-bg: #0b0f12;--border-color: #1f2429;--font-family: "Inter", "Roboto", "Exo 2", sans-serif}html,body{height:100%}body{margin:0;font-family:var(--font-family),serif;background-color:var(--bg-color);background-image:radial-gradient(circle at 50% 0%,#1a2026 0%,transparent 75%);background-attachment:fixed;color:var(--text-color);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:2rem}a{color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-hover)}button{font-family:inherit;cursor:pointer}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
