@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";:root{--primary: #0035c5;--primary-mid: #0047ff;--primary-dim: #b9c3ff;--primary-fixed: #dde1ff;--secondary: #5b00df;--secondary-dim: #cfbdff;--surface: #f8f9fa;--surface-low: #f3f4f5;--surface-card: #ffffff;--surface-mid: #edeeef;--surface-high: #e7e8e9;--surface-highest: #e1e3e4;--on-surface: #191c1d;--on-muted: #434657;--outline: #747688;--outline-variant: #c4c5da;--error: #ba1a1a;--error-bg: #ffdad6;--font-head: "Hanken Grotesk", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-label: "Geist", system-ui, sans-serif;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background-color:var(--surface);color:var(--on-surface);font-family:var(--font-body);font-size:1rem;line-height:1.6;min-height:100dvh}h1{font-family:var(--font-head);font-size:clamp(2rem,7vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}h2{font-family:var(--font-head);font-size:clamp(1.5rem,5vw,2rem);font-weight:700;line-height:1.2;letter-spacing:-.01em}h3{font-family:var(--font-head);font-size:clamp(1.125rem,3vw,1.375rem);font-weight:600;line-height:1.3}p{font-size:1rem;line-height:1.65}.label-sm{font-family:var(--font-label);font-size:.875rem;font-weight:500}.label-xs{font-family:var(--font-label);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}::selection{background-color:var(--primary-fixed);color:var(--primary)}:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:var(--radius-sm)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface-low)}::-webkit-scrollbar-thumb{background:var(--outline-variant);border-radius:var(--radius-full)}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:2px;border-radius:var(--radius-full);cursor:pointer;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:1.25rem;height:1.25rem;background:var(--primary);border-radius:var(--radius-full);border:2px solid #ffffff;box-shadow:0 2px 8px #0035c540;cursor:pointer;transition:transform .15s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}input[type=range]::-moz-range-thumb{width:1.25rem;height:1.25rem;background:var(--primary);border-radius:var(--radius-full);border:2px solid #ffffff;cursor:pointer}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:1.5rem;line-height:1;display:inline-block;white-space:nowrap;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;-webkit-user-select:none;user-select:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .25s ease forwards}
