@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500;700&display=swap";:root{--bg-color: #050505;--card-bg: #0a0a0a;--text-color: #e0e0e0;--text-muted: #666;--accent-color: #ffffff;--accent-dim: rgba(255, 255, 255, .1);--border-color: #222;--success-color: #00ff9d;--font-mono: "Roboto Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-mono);-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.container{max-width:1600px;margin:0 auto;padding:1rem;width:100%;flex:1;display:flex;flex-direction:column}.card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:4px}.flex-center{display:flex;align-items:center;justify-content:center}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}
