:root{--color-brand-primary:#024ddf;--color-brand-surface:#fdfafe;--color-brand-accent:#fdb934;--color-text-primary:#0b1633;--color-text-secondary:#45516b;--color-text-inverse:#fff;--color-surface-primary:var(--color-brand-surface);--color-surface-muted:#f3f6fc;--color-border:#dce3f1;--color-focus:var(--color-brand-primary);--color-error:#b42318}
:root{--font-size-display-lg:clamp(2.5rem, 7vw, 5rem);--font-size-display-md:clamp(2rem, 5vw, 3.75rem);--font-size-heading-lg:clamp(1.75rem, 4vw, 2.75rem);--font-size-heading-md:1.5rem;--font-size-heading-sm:1.125rem;--font-size-body-lg:1.125rem;--font-size-body-md:1rem;--font-size-body-sm:.875rem;--font-size-label:.875rem;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.08;--line-height-heading:1.2;--line-height-body:1.6;--letter-spacing-tight:-.035em}.text-display-lg{font-size:var(--font-size-display-lg);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-tight);margin:0}.text-body-lg{font-size:var(--font-size-body-lg);line-height:var(--line-height-body)}
:root{--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-24:6rem}
:root{--radius-sm:.375rem;--radius-md:.75rem;--radius-pill:999px}
:root{--shadow-sm:0 .25rem 1rem #0b163314;--focus-ring-width:.1875rem;--focus-ring-offset:.1875rem}
:root{--container-max-width:75rem;--content-max-width:48rem;--container-gutter:1rem;--z-index-header:100}@media (min-width:48rem){:root{--container-gutter:2rem}}
:root{--duration-fast:.15s;--duration-normal:.25s;--ease-standard:cubic-bezier(.2, 0, 0, 1)}

*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--color-text-primary);background:var(--color-surface-primary);font-family:var(--font-family-sans), sans-serif;-webkit-font-smoothing:antialiased;flex-direction:column;margin:0;display:flex;overflow-x:hidden}a{color:inherit}::selection{color:var(--color-text-inverse);background:var(--color-brand-primary)}button,input,textarea,select{font:inherit}section[id]{scroll-margin-top:5.5rem}.not-found-page{min-height:62vh;padding-block:var(--space-16);flex:1;align-items:center;display:grid}.not-found-page p{margin:0 0 var(--space-4);color:var(--color-brand-primary);font-weight:var(--font-weight-bold)}.not-found-page h1{font-size:var(--font-size-display-md);letter-spacing:var(--letter-spacing-tight);margin:0}.not-found-page span{margin:var(--space-4) 0 var(--space-8);color:var(--color-text-secondary);display:block}@keyframes reveal-section{0%{transform:translateY(1.5rem)}to{transform:translateY(0)}}@supports (animation-timeline:view()){[data-reveal=section]{animation:linear both reveal-section;animation-timeline:view();animation-range:entry 5% cover 22%}}:focus-visible{outline:var(--focus-ring-width) solid var(--color-focus);outline-offset:var(--focus-ring-offset)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal=section]{animation:none;transform:none}}
