:root{--color-primary:#5f9ae6;--color-primary-hover:#4c8dde;--color-primary-active:#3a7dd2;--color-primary-disabled:#bfd5f6;--color-secondary:#8d939a;--color-secondary-hover:#777d84;--color-secondary-active:#61666d;--color-white:#fff;--color-gray-50:#f7f7f6;--color-gray-100:#eeeeec;--color-gray-200:#d9dad8;--color-gray-300:#b9bcb8;--color-gray-400:#8c8f8a;--color-gray-500:#696c68;--color-gray-600:#4c4f4b;--color-gray-700:#313332;--color-gray-800:#1e2021;--color-gray-900:#141516;--color-black:#090909;--color-accent:#b89a63;--color-background:#181919;--color-body:#141516;--color-surface:#1e2021;--color-surface-hover:#272a2c;--color-surface-elevated:#272a2c;--color-footer:#0f1011;--color-text-primary:#fff;--color-text-secondary:#b9bcb8;--color-border:#313332;--color-border-strong:#4c4f4b;--color-border-focus:var(--color-primary);--font-heading:var(--font-manrope), system-ui, sans-serif;--font-body:var(--font-manrope), system-ui, sans-serif;--font-mono:var(--font-jetbrains-mono), monospace;--text-display:4rem;--text-h1:3rem;--text-h2:2.25rem;--text-h3:1.875rem;--text-h4:1.5rem;--text-h5:1.25rem;--text-h6:1.125rem;--text-body-lg:1.125rem;--text-body:1rem;--text-small:.875rem;--text-caption:.75rem;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.6;--space-0:0;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:2.5rem;--space-8:3rem;--space-9:4rem;--space-10:5rem;--space-11:6rem;--space-12:8rem;--container-max:1280px;--navbar-height:100px;--hero-image-height:78vh;--gutter:24px;--margin-mobile:20px;--margin-tablet:32px;--margin-desktop:48px;--radius-none:0;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000001f;--shadow-md:0 8px 24px #0000002e;--shadow-lg:0 16px 48px #0000003d;--shadow-overlay:0 24px 80px #00000073;--border-hairline:1px;--border-medium:2px;--duration-fast:.15s;--duration-medium:.25s;--duration-slow:.35s;--ease-default:ease-in-out;--card-padding:24px;--card-radius:var(--radius-md);--button-radius:var(--radius-md);--image-radius:var(--radius-lg)}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{height:100%;overflow-x:hidden}main{padding-top:var(--navbar-height);flex:1}body{min-height:100%;color:var(--color-text-primary);font-family:var(--font-body);font-size:var(--text-body);line-height:var(--leading-relaxed);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;flex-direction:column;display:flex;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit;cursor:pointer;background:0 0;border:none}ul{list-style:none}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
