:root{color-scheme:only light;--bg-body: #f0f4f8;--bg-white: #ffffff;--bg-glass: rgba(255, 255, 255, .92);--bg-card: rgba(255, 255, 255, .95);--bg-modal-overlay: rgba(15, 23, 42, .5);--border-light: #e2e8f0;--border-glass: rgba(226, 232, 240, .6);--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--accent-blue: #3b82f6;--accent-indigo: #6366f1;--accent-cyan: #06b6d4;--accent-emerald: #10b981;--accent-amber: #f59e0b;--accent-rose: #f43f5e;--accent-pink: #ec4899;--gradient-brand: linear-gradient(135deg, #6366f1 0%, #3b82f6 40%, #06b6d4 70%, #ec4899 100%);--gradient-brand-cool: linear-gradient(135deg, #6366f1, #3b82f6, #06b6d4);--gradient-subtle: linear-gradient(135deg, rgba(99, 102, 241, .06) 0%, rgba(6, 182, 212, .04) 100%);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow-card: 0 2px 8px -1px rgba(0, 0, 0, .05), 0 0 1px rgba(0, 0, 0, .1);--shadow-hover: 0 8px 25px -5px rgba(99, 102, 241, .15), 0 4px 10px rgba(0, 0, 0, .04);--shadow-glass: 0 8px 32px 0 rgba(31, 38, 135, .07);--transition: .25s cubic-bezier(.4, 0, .2, 1);--font: "Lexend", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--card-min-width: 360px;--list-action-width: 128px;--text-xs: 9px;--text-sm: 11px;--text-base: 13px;--text-md: 14px;--text-lg: 15px;--text-xl: 18px;--text-2xl: 22px;--text-3xl: 28px;--space-1: 4px;--space-2: 6px;--space-3: 8px;--space-4: 10px;--space-5: 12px;--space-6: 16px;--space-7: 20px;--space-8: 24px;--space-9: 32px;font-family:var(--font);font-size:16px}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{background-color:#f0f4f8;color-scheme:only light;scroll-behavior:smooth;touch-action:manipulation}body{background-color:#f0f4f8;font-family:var(--font);background:var(--bg-body);color:var(--text-primary);color-scheme:only light;min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}#root{min-height:100vh}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible{outline:2px solid rgba(99,102,241,.7);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes toastCountdown{to{transform:scaleX(0)}}@media (max-width: 920px){input,textarea,select{font-size:16px}}.material-icons-round{font-family:Material Icons Round;font-weight:400;font-style:normal;font-size:18px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:"liga";-webkit-font-smoothing:antialiased}
