:root{--bg-dark: #050b14;--panel-bg: rgba(16, 23, 42, .8);--panel-border: rgba(30, 41, 59, .8);--accent-cyan: #06b6d4;--accent-cyan-dim: rgba(6, 182, 212, .1);--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-accent: #22d3ee;--success-color: #10b981;--danger-color: #ef4444;--warning-color: #f59e0b}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-dark);color:var(--text-primary);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 50% 0%,#172554 0%,var(--bg-dark) 40%);min-height:100vh}#root{width:100%;height:100vh;display:flex;flex-direction:column;overflow:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}.always-scroll::-webkit-scrollbar{display:block;width:8px}.always-scroll::-webkit-scrollbar-track{background:#ffffff0d}.always-scroll::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--panel-border);border-radius:12px}.text-gradient{background:linear-gradient(to right,#60a5fa,#22d3ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.glow-text{text-shadow:0 0 10px rgba(6,182,212,.5)}
