@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg: #0c0f17;--bg-card: #171c27;--bg-input: #111622;--bg-elevated: #1d2433;--border: #293246;--border-mid: #3b4760;--border-muted: #56657f;--text: #f3f6ff;--text-sub: #b5bed1;--text-muted: #7e8aa3;--text-dim: #5f6a82;--accent: #7c6af7;--accent-light: #7c6af715;--accent-ring: #7c6af730;--accent-hover: #6a59e0;--success: #50dc78;--success-light:#50dc7815;--success-ring: #50dc7830;--info: #00b0f4;--info-light: #00b0f415;--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%;color-scheme:dark}body{background:radial-gradient(circle at top,rgb(124 106 247 / .1),transparent 34%),radial-gradient(circle at 20% 85%,rgb(0 176 244 / .08),transparent 28%),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}
