a,body,button,div,footer,form,h1,h2,h3,h4,h5,h6,html,label,li,main,ol,p,section,span,textarea,ul{box-sizing:border-box;margin:0;padding:0}:root{--color-brand:#1a4f6e;--color-brand-dark:#133d56;--color-surface:#fafaf9;--color-surface-card:#ffffff;--color-text-primary:#1a1a1a;--color-text-secondary:#6b7280;--color-text-muted:#9ca3af;--color-warning:#b45309;--color-error:#dc2626;--color-success:#16a34a;--color-border:#e5e7eb;--color-border-focus:#1a4f6e;--font-family-base:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.5rem;--font-size-2xl:clamp(1.75rem,4vw,2.75rem);--font-size-brand:clamp(1.25rem,3vw,1.75rem);--font-weight-normal:400;--font-weight-medium:500;--font-weight-bold:700;--line-height-tight:1.2;--line-height-base:1.6;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--border-width:1px}html{font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text-primary);background-color:var(--color-surface)}body,html{min-height:100dvh}:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}:focus:not(:focus-visible){outline:none}@keyframes pulse-icon{0%,to{opacity:1}50%{opacity:.6}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .2s ease-in}.animate-pulse-icon{animation:pulse-icon 2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){:root{--motion-duration:0.01ms}.animate-fade-in,.animate-pulse-icon{animation:none}a,body,button,div,footer,form,h1,h2,h3,h4,h5,h6,html,label,li,main,ol,p,section,span,textarea,ul{transition-duration:.01ms!important}}