@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color:#050a14;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--panel-bg:#0f172a99;--panel-border:#38bdf84d;--panel-blur:blur(16px);--accent-blue:#38bdf8;--accent-green:#22c55e;--accent-red:#ef4444;--accent-yellow:#f59e0b}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);width:100vw;height:100vh;font-family:Inter,sans-serif;overflow:hidden}#root{width:100vw;height:100vh;position:relative}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:var(--panel-blur);border:1px solid var(--panel-border);border-radius:12px;box-shadow:0 4px 24px #0006}.text-gradient{color:#0000;background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-background-clip:text;background-clip:text}.flex-center{justify-content:center;align-items:center;display:flex}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--panel-border);border-radius:4px}
