@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color:#0f1118;--panel-bg:#191b2499;--panel-border:#ffffff14;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-color:#6366f1;--accent-glow:#6366f133}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);background-image:radial-gradient(circle at 15%,#6366f114 0%,#0000 50%),radial-gradient(circle at 85% 30%,#a855f714 0%,#0000 50%);background-attachment:fixed;min-height:100vh;font-family:Inter,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--panel-border);border-radius:16px;box-shadow:0 8px 32px #0003}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{color:#e8eaf6;-webkit-font-smoothing:antialiased;background:#0a0f1e;font-family:DM Sans,Segoe UI,system-ui,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00e5ff4d}input,textarea,select,button{font-family:inherit}
