*{box-sizing:border-box;margin:0;padding:0}:root{--font-ui:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif;--font-size-title-hero:clamp(48px,6vw,60px);--font-size-title-section:clamp(40px,5vw,36px);--font-size-title-card:24px;--font-size-subtitle-section:21px;--font-size-subtitle-card:22px;--font-size-body:17px;--font-size-body-sm:15px;--font-size-label:14px;--font-size-eyebrow:11px;--bg-dark:#000;--bg-dark-2:#161617;--bg-dark-3:#1d1d1f;--bg-card:#1c1c1e;--white:#fff;--text-dark:#f5f5f7;--text-dark-secondary:rgba(245,245,247,.8);--text-muted:#86868b;--text-muted-2:#a1a1a6;--blue:#0071e3;--blue-hover:#0077ed;--blue-active:#0059d9;--blue-dark:#2997ff;--border-faint:hsla(0,0%,100%,.06);--border-subtle:hsla(0,0%,100%,.08);--border-mid:hsla(0,0%,100%,.15);--radius-card:20px;--radius-lg:28px;--radius-pill:980px;--header-height:58px;--promo-height:48px;--container-width:1200px;--space-xl:80px;--space-2xl:120px;--transition-fast:0.2s ease;--easing-smooth:cubic-bezier(0.25,0.46,0.45,0.94)}body,html{width:100%;min-height:100%;font-family:var(--font-ui);background:var(--bg-dark);color:var(--text-dark);color-scheme:dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.main-page{min-height:100vh}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 24px}.global-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;height:var(--header-height);background:rgba(0,0,0,.88);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border-subtle)}.global-header__inner{max-width:var(--container-width);height:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.8;transition:opacity .2s ease}.brand-mark:hover{opacity:1}.global-nav{display:flex;align-items:center;justify-content:center;gap:34px;flex-wrap:wrap;font-size:12px;line-height:1;letter-spacing:-.01em;color:rgba(245,245,247,.82)}.global-nav a{transition:color .2s ease}.global-nav a:hover{color:var(--text-dark)}.global-nav-cta{display:inline-block;background:var(--blue);color:#fff;font-size:12px;font-weight:500;padding:7px 16px;border-radius:var(--radius-pill);text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .2s ease,transform .2s ease;-webkit-font-smoothing:antialiased}.global-nav-cta:hover{background:var(--blue-hover);transform:scale(1.04)}.promo-bar{min-height:var(--promo-height);display:flex;align-items:center;justify-content:center;padding:12px 20px;background:var(--bg-dark-3);border-bottom:1px solid var(--border-subtle);text-align:center;color:rgba(245,245,247,.86);font-size:14px;line-height:1.42}.promo-bar a{color:var(--blue-dark)}@media (max-width:1068px){:root{--font-size-title-hero:clamp(40px,5vw,64px);--font-size-subtitle-section:19px;--font-size-title-card:20px;--font-size-subtitle-card:18px}.global-header__inner{padding:0 20px}.global-nav{gap:22px}}@media (max-width:734px){:root{--font-size-title-card:15px;--font-size-subtitle-card:15px}.global-header{height:auto}.global-header__inner{padding:10px 20px;flex-direction:column;justify-content:center;gap:12px}.global-nav{width:100%;justify-content:center;gap:16px;font-size:11px}.global-nav-cta{display:none}.promo-bar{font-size:13px}.container{padding:0 20px}}