@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg: oklch(1 0 0);--surface: oklch(.97 .005 30);--ink: oklch(.12 .01 30);--primary: oklch(.62 .1 3.4);--accent: oklch(.72 .12 75);--muted: oklch(.47 .008 30);--error: oklch(.55 .18 25);--success: oklch(.55 .15 145);--font-family: "Inter", system-ui, -apple-system, sans-serif;--text-h1: 2rem;--text-h2: 1.5rem;--text-h3: 1.25rem;--text-h4: 1.125rem;--text-body: 1rem;--text-small: .875rem;--text-caption: .8125rem;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--leading-tight: 1.3;--leading-normal: 1.5;--leading-relaxed: 1.6;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px oklch(.62 .1 3.4 / .06);--shadow-md: 0 2px 8px oklch(.62 .1 3.4 / .08);--shadow-hover: 0 4px 16px oklch(.62 .1 3.4 / .12);--z-dropdown: 100;--z-sticky: 200;--z-modal-backdrop: 300;--z-modal: 400;--z-toast: 500;--z-tooltip: 600;--ease-out: cubic-bezier(.16, 1, .3, 1);--duration-fast: .15s;--duration-normal: .2s;--duration-slow: .3s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);font-size:var(--text-body);font-weight:var(--weight-normal);line-height:var(--leading-relaxed);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-weight:var(--weight-semibold);line-height:var(--leading-tight);text-wrap:balance}a{color:#a0395b;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px);max-height:0}to{opacity:1;transform:translateY(0);max-height:300px}}@keyframes highlightPulse{0%{box-shadow:0 0 #d0994580;border-color:#d0994566}50%{box-shadow:0 0 0 12px #d0994500;border-color:#d099451a}to{box-shadow:0 0 #d0994500;border-color:var(--surface)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
