:root{--color-bg: #ffffff;--color-bg-subtle: #f8faf9;--color-bg-muted: #f0fdf4;--color-bg-dark: #022c22;--color-bg-dark-subtle: #064e3b;--color-border: #d1d5db;--color-border-strong: #a7f3d0;--color-text-primary: #022c22;--color-text-secondary: #475569;--color-text-muted: #94a3b8;--color-text-on-dark: #ecfdf5;--color-text-on-dark-muted: #6ee7b7;--color-accent: #059669;--color-accent-hover: #047857;--color-accent-subtle: #ecfdf5;--color-health: #0d9488;--color-health-subtle: #ccfbf1;--color-success: #059669;--color-warning: #d97706;--color-error: #dc2626;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-full: 9999px;--sat: env(safe-area-inset-top, 0px);--sab: env(safe-area-inset-bottom, 0px)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.625;color:var(--color-text-primary);background:var(--color-bg);padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}h1,h2,h3{font-weight:700;letter-spacing:-.03em;line-height:1.15}h1{font-size:clamp(2.25rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.25rem,2vw,1.375rem)}p,li{font-size:1rem;line-height:1.7;font-weight:400}a{color:var(--color-accent);text-decoration:none}a:hover,a:focus-visible{color:var(--color-accent-hover)}img{max-width:100%;display:block}input,textarea,select{font-family:inherit;font-size:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.animate-in{opacity:0;animation:fadeInUp .5s ease forwards}.animate-in:nth-child(2){animation-delay:.08s}.animate-in:nth-child(3){animation-delay:.16s}.animate-in:nth-child(4){animation-delay:.24s}.animate-in:nth-child(5){animation-delay:.32s}.animate-in:nth-child(6){animation-delay:.4s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media(min-width:640px){.container{padding:0 var(--space-6)}}@media(min-width:1024px){.container{padding:0 var(--space-8)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
