@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg: #060608;--bg-card: #0e0e14;--bg-input: #060608;--border: #1a1a28;--border-mid: #2a2a40;--border-muted: #3a3a55;--text: #e8e8f0;--text-sub: #6a6a80;--text-muted: #3a3a55;--text-dim: #2a2a40;--accent: #7c6af7;--accent-light: #7c6af715;--accent-ring: #7c6af730;--accent-hover: #6a59e0;--success: #50dc78;--success-light:#50dc7815;--success-ring: #50dc7830;--info: #0397c8;--info-light: #0397c815;--warning: #f7a84a;--error: #e84538;--error-light: #e8453820;--star: #f0b429;--font: "Inter", system-ui, -apple-system, sans-serif;--font-mono: ui-monospace, "SF Mono", "Fira Code", monospace;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 16px;--transition: .2s ease;--transition-fast: .15s ease;--max-width: 520px;--max-width-wide: 980px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-mid)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button,input,select,textarea{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}
