:root{color-scheme:light;--color-surface:#ffffff;--color-surface-raised:#ffffff;--color-surface-muted:#f5f5f5;--color-surface-inverse:#000000;--color-surface-brand:#0057b8;--color-surface-translucent:rgba(255,255,255,0.95);--color-text-primary:#212121;--color-text-heading:#000000;--color-text-muted:#757575;--color-text-inverse:#ffffff;--color-border:rgba(0,0,0,0.2);--color-border-strong:#e0e0e0;--color-accent:#d32f2f;--color-interactive:#000000;--color-interactive-contrast:#ffffff;--color-on-media:#ffffff;--scrim-light:rgba(0,0,0,0.3);--scrim-mid:rgba(0,0,0,0.5);--scrim-soft:rgba(0,0,0,0.4);--scrim-strong:rgba(0,0,0,0.8);--on-media-fill-light:rgba(255,255,255,0.1);--on-media-fill-mid:rgba(255,255,255,0.2);--on-media-fill-strong:rgba(255,255,255,0.8);--color-focus:#0057b8;--focus-ring-width:3px;--focus-ring-offset:2px;--layout-left-column:3%;--layout-center-column:77%;--layout-right-column:20%;--layout-pageheader-left-column:3%;--layout-pageheader-center-column:57%;--layout-pageheader-right-column:40%;--utility-bar-height:36px;--nav-height:102px;--header-height:calc(var(--utility-bar-height) + var(--nav-height));--spacing-xs:8px;--spacing-sm:16px;--spacing-md:24px;--spacing-lg:32px;--spacing-xl:40px;--spacing-2xl:60px;--spacing-3xl:80px;--spacing-4xl:120px;--spacing-5xl:200px;--content-padding-left:40px;--content-padding-right:40px;--container-max-width:1400px;--font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;--font-size-xs:14px;--font-size-sm:15px;--font-size-md:18px;--font-size-lg:20px;--font-size-xl:24px;--font-size-2xl:36px;--font-size-3xl:64px;--font-weight-normal:400;--font-weight-medium:500;--font-weight-bold:700;--line-height-tight:1.1;--line-height-normal:1.3;--line-height-relaxed:1.6;--line-height-loose:1.8;--letter-spacing-tight:-0.02em;--letter-spacing-normal:-0.01em;--letter-spacing-wide:0.1em;--border-width:1px;--border-style:solid;--border-color:var(--color-border);--border-radius-sm:4px;--border-radius-md:8px;--border-radius-pill:0.875em;--border-radius-full:50%;--shadow-sm:0 1px 0 rgba(0,0,0,0.1);--shadow-md:0 4px 12px rgba(0,0,0,0.08);--transition-fast:0.2s;--transition-normal:0.3s;--transition-slow:1s;--transition-timing:cubic-bezier(0.4,0,0.2,1);--transition-ease:ease-in-out;--z-header:1000;--z-overlay:1;--z-content:2;--z-slider-nav:3;--hero-height:calc(100dvh - var(--header-height));--opacity-high:0.95;--opacity-mid:0.8;--opacity-low:0.5;--logo-height:70px;--logo-height-footer:50px;--nav-dot-size:12px;--nav-dot-active-width:32px;--nav-button-size:44px;--touch-target-min:44px;--card-aspect-ratio:16/10;--card-gap:24px;--filter-brightness:brightness(0.7);--filter-blur:blur(10px);--filter-blur-strong:blur(20px) saturate(180%)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--color-surface:#0d0d0d;--color-surface-raised:#161616;--color-surface-muted:#1c1c1c;--color-surface-inverse:#ffffff;--color-surface-brand:#10457f;--color-surface-translucent:rgba(13,13,13,0.95);--color-text-primary:#ededed;--color-text-heading:#ffffff;--color-text-muted:#a1a1a1;--color-text-inverse:#0d0d0d;--color-border:rgba(255,255,255,0.18);--color-border-strong:#2e2e2e;--color-accent:#ff6b6b;--color-interactive:#ededed;--color-interactive-contrast:#0d0d0d;--color-focus:#5fa8ff;--shadow-sm:0 1px 0 rgba(0,0,0,0.6);--shadow-md:0 4px 12px rgba(0,0,0,0.5)}}:root[data-theme=dark]{color-scheme:dark;--color-surface:#0d0d0d;--color-surface-raised:#161616;--color-surface-muted:#1c1c1c;--color-surface-inverse:#ffffff;--color-surface-brand:#10457f;--color-surface-translucent:rgba(13,13,13,0.95);--color-text-primary:#ededed;--color-text-heading:#ffffff;--color-text-muted:#a1a1a1;--color-text-inverse:#0d0d0d;--color-border:rgba(255,255,255,0.18);--color-border-strong:#2e2e2e;--color-accent:#ff6b6b;--color-interactive:#ededed;--color-interactive-contrast:#0d0d0d;--color-focus:#5fa8ff;--shadow-sm:0 1px 0 rgba(0,0,0,0.6);--shadow-md:0 4px 12px rgba(0,0,0,0.5)}:root[data-theme=light]{color-scheme:light}@media (max-width:768px){:root{--layout-left-column:0%;--layout-center-column:100%;--layout-right-column:0%;--layout-pageheader-left-column:0%;--layout-pageheader-center-column:100%;--layout-pageheader-right-column:0%;--spacing-xl:20px;--spacing-2xl:40px;--spacing-3xl:60px;--content-padding-left:20px;--content-padding-right:20px;--font-size-3xl:36px;--font-size-2xl:28px;--font-size-xl:20px;--font-size-lg:18px;--logo-height:50px;--logo-height-footer:40px;--utility-bar-height:34px;--nav-height:82px}}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-family);background-color:var(--color-surface);color:var(--color-text-primary);line-height:var(--line-height-relaxed);-webkit-font-smoothing:antialiased}img,video{max-width:100%}:focus-visible{outline:var(--focus-ring-width) solid var(--color-focus);outline-offset:var(--focus-ring-offset);border-radius:var(--border-radius-sm)}.skip-link{position:absolute;left:-9999px;top:0;z-index:calc(var(--z-header) + 1);padding:var(--spacing-sm) var(--spacing-md);background:var(--color-surface);color:var(--color-text-heading);font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);text-decoration:none;border:var(--border-width) var(--border-style) var(--color-border-strong)}.skip-link:focus{left:var(--spacing-sm);top:var(--spacing-sm)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}