:root{--primary-500: #06b6d4;--primary-600: #0891b2;--secondary-500: #a855f7;--tertiary-500: #10b981;--ink: #101828;--muted: #667085;--line: #e5e7eb;--paper: #ffffff;--soft: #f8fafc;--dark: #07111f;--gradient: linear-gradient(135deg, var(--secondary-500), var(--primary-500));--font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--motion-fast: .18s;--motion-medium: .24s;--motion-ease: cubic-bezier(.22, 1, .36, 1);--text-xs: 12px;--text-sm: 14px;--text-base: 15px;--text-md: 16px;--text-lg: 19px;--text-xl: 24px;--text-2xl: 28px;--input-min-h: 44px;--input-pad-y: 11px;--input-pad-x: 14px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{font-family:var(--font-family);font-size:var(--text-base);line-height:1.5;color:var(--ink);background:radial-gradient(circle at top left,rgba(168,85,247,.13),transparent 36%),#f5f7fb;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit}label{font-size:var(--text-sm);font-weight:500;line-height:1.35}input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:var(--text-base);line-height:1.4}input:not([type=checkbox]):not([type=radio]),select{min-height:var(--input-min-h)}
