@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-color: #000000;--text-color: #ffffff;--surface-color: #0a0a0a;--border-color: #111111;--accent-color: #2563eb;--accent-glow: rgba(37, 99, 235, .4);--text-secondary: #666666;--text-muted: #333333}[data-theme=dim]{--bg-color: #15202b;--text-color: #ffffff;--surface-color: #1c2732;--border-color: #2f3336;--text-secondary: #8899a6;--text-muted: #5b7083}[data-theme=light]{--bg-color: #ffffff;--text-color: #0f1419;--surface-color: #f7f9f9;--border-color: #eff3f4;--text-secondary: #536471;--text-muted: #8b98a5}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{background-color:var(--bg-color);color:var(--text-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease;overflow-x:hidden;width:100vw}#root{width:100%}button{font-family:inherit;transition:transform .1s active}button:active{transform:scale(.98)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}
