:root{--colors-primary: #0066cc;--colors-primary-focus: #0071e3;--colors-primary-on-dark: #2997ff;--colors-ink: #1d1d1f;--colors-canvas: #ffffff;--colors-canvas-parchment: #f5f5f7;--colors-surface-pearl: #fafafc;--colors-surface-tile-1: #272729;--colors-surface-tile-2: #2a2a2c;--colors-surface-tile-3: #252527;--colors-surface-black: #000000;--colors-surface-chip-translucent: rgba(210, 210, 215, .64);--colors-on-primary: #ffffff;--colors-on-dark: #ffffff;--colors-body: #1d1d1f;--colors-body-muted: #cccccc;--colors-ink-muted-80: #333333;--colors-ink-muted-48: #7a7a7a;--colors-divider-soft: rgba(0, 0, 0, .04);--colors-hairline: #e0e0e0;--font-display: "SF Pro Display", "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-text: "SF Pro Text", "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--rounded-none: 0px;--rounded-xs: 5px;--rounded-sm: 8px;--rounded-md: 11px;--rounded-lg: 18px;--rounded-pill: 9999px;--rounded-full: 9999px;--spacing-xxs: 4px;--spacing-xs: 8px;--spacing-sm: 12px;--spacing-md: 17px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-xxl: 48px;--spacing-section: 80px;--product-shadow: rgba(0, 0, 0, .22) 3px 5px 30px 0px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-text);color:var(--colors-body);background-color:var(--colors-canvas);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;color:var(--colors-ink);letter-spacing:-.01em}p{font-size:17px;font-weight:400;line-height:1.44;letter-spacing:-.022em;color:var(--colors-ink-muted-80)}a{color:var(--colors-primary);text-decoration:none;transition:color .15s ease}a:hover{color:var(--colors-primary-focus)}button{font-family:var(--font-text);border:none;background:none;cursor:pointer;outline:none;transition:transform .1s ease,background-color .15s ease}button:active{transform:scale(.95)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--colors-primary-focus);outline-offset:2px}.global-nav{position:sticky;top:0;z-index:100;background-color:var(--colors-surface-black);height:44px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.nav-content{width:100%;max-width:1024px;margin:0 auto;padding:0 var(--spacing-lg);display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:var(--spacing-xs);color:var(--colors-on-dark);font-family:var(--font-display);font-weight:600;font-size:16px;letter-spacing:-.01em}.nav-brand .logo{width:20px;height:20px;color:var(--colors-primary-on-dark)}.nav-links{display:flex;gap:var(--spacing-xl)}.nav-link{color:#fffc;font-size:12px;font-weight:400;letter-spacing:-.01em}.nav-link:hover{color:var(--colors-on-dark)}.button-dark-utility{background-color:var(--colors-ink-muted-80);color:var(--colors-on-dark);font-size:12px;font-weight:400;padding:4px 10px;border-radius:var(--rounded-sm);display:inline-block;transition:background-color .15s ease}.button-dark-utility:hover{background-color:var(--colors-ink)}.footer{background-color:var(--colors-canvas-parchment);padding:64px 0;margin-top:auto;border-top:1px solid var(--colors-hairline)}.footer-content{max-width:1024px;margin:0 auto;padding:0 var(--spacing-lg)}.footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-xl);margin-bottom:var(--spacing-xxl)}.footer-column h3{font-size:14px;font-weight:600;margin-bottom:var(--spacing-sm);color:var(--colors-ink)}.footer-column a{display:block;font-size:13px;color:var(--colors-ink-muted-80);line-height:2.2}.footer-column a:hover{color:var(--colors-primary)}.footer-about{font-size:13px;line-height:1.6;color:var(--colors-ink-muted-48)}.footer-legal{border-top:1px solid var(--colors-hairline);padding-top:var(--spacing-lg)}.legal-text{font-size:11px;line-height:1.5;color:var(--colors-ink-muted-48);margin-bottom:var(--spacing-md)}.legal-bottom{display:flex;justify-content:space-between;font-size:11px;color:var(--colors-ink-muted-48)}@media(max-width:833px){.nav-links{display:none}.footer-columns{grid-template-columns:repeat(2,1fr);gap:var(--spacing-lg)}}@media(max-width:480px){.footer-columns{grid-template-columns:1fr;gap:var(--spacing-lg)}.legal-bottom{flex-direction:column;gap:var(--spacing-xs)}}
