:root{--bg-color: #0a0a0a;--text-color: #f0f0f0;--primary-color: #00ff9d;--secondary-color: #00d2ff;--accent-hot: #ff0055;--accent-cool: #00d2ff;--card-bg: rgba(255, 255, 255, .05);--card-border: rgba(255, 255, 255, .1);--font-family: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}button{font-family:inherit}
