@font-face{font-family:Britti Sans;src:url(/fonts/britti-sans-variable.woff2)format("woff2");font-style:normal;font-weight:200 800;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-400.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-500.ttf)format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-600.ttf)format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Roboto Mono;src:url(/fonts/roboto-mono-400.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Roboto Mono;src:url(/fonts/roboto-mono-500.ttf)format("truetype");font-style:normal;font-weight:500;font-display:swap}:root{--brand-purple-50:#f0eeff;--brand-purple-300:#a294ff;--brand-purple-400:#8270ff;--brand-purple-500:#6e54ff;--brand-purple-600:#5740d6;--brand-purple-900:#1c1449;--brand-grey-50:#fbfaf9;--brand-grey-100:#f4f4f8;--brand-grey-200:#e9e9f5;--brand-grey-300:#dadae8;--brand-grey-400:#c7c7d6;--brand-grey-500:#aaaabf;--brand-grey-600:#727285;--brand-grey-700:#565666;--brand-grey-800:#353542;--brand-grey-900:#26262b;--brand-grey-925:#16161a;--brand-grey-950:#0f0f12;--brand-black:#000;--brand-white:#fff;--bg-default:var(--brand-grey-50);--bg-subtle:var(--brand-grey-100);--bg-elevated:var(--brand-white);--bg-hover:#0000000a;--bg-pressed:#00000014;--bg-inverse:var(--brand-grey-900);--text-primary:var(--brand-grey-900);--text-secondary:var(--brand-grey-600);--text-tertiary:var(--brand-grey-600);--text-inverse:var(--brand-white);--text-on-accent:var(--brand-white);--border-default:var(--brand-grey-200);--border-hover:var(--brand-grey-300);--border-strong:var(--brand-grey-500);--border-focus:var(--brand-purple-500);--accent-primary:var(--brand-purple-500);--accent-hover:var(--brand-purple-400);--accent-pressed:var(--brand-purple-600);--accent-subtle:var(--brand-purple-50);--button-primary-bg:var(--brand-purple-500);--button-primary-bg-hover:var(--brand-purple-400);--button-primary-pressed:var(--brand-purple-600);--button-primary-border:#4f47ebe6;--button-primary-gradient:radial-gradient(ellipse 50% 50% at 50% 50%, #6e54ff00 0%, #ffffff1f 100%);--button-primary-shadow:inset 0 1px .5px #ffffff40, inset 0 -1px .5px #ffffff40, 0 1px 2px #0003, 0 0 0 1px var(--button-primary-border);--button-secondary-bg:var(--brand-grey-50);--button-secondary-bg-hover:var(--brand-grey-50);--button-secondary-bg-pressed:var(--brand-grey-100);--button-secondary-gradient:radial-gradient(50% 50% at 50% 50%, #fafafa54 0%, #7373730a 100%);--button-secondary-gradient-hover:radial-gradient(50% 50% at 50% 50%, #fafafad9 0%, #7373731a 100%);--button-secondary-shadow:0 1px 2px #0003, inset 0 1px 0 var(--brand-white), inset 0 -1px 0 var(--brand-white), 0 0 0 1px #00000012;--font-display:"Britti Sans", "Inter", system-ui, sans-serif;--font-sans:"Inter", system-ui, sans-serif;--font-mono:"Roboto Mono", ui-monospace, monospace;--page-margin:4rem;--content-max:82rem;--section-padding:6rem;--radius-sm:4px;--ease-out-expo:cubic-bezier(.19, 1, .22, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{background:var(--bg-default);min-width:320px;min-height:100%}body{background:var(--bg-default);min-width:320px;min-height:100vh;color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;overflow-x:hidden}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}button:focus-visible,a:focus-visible{outline:2px solid var(--border-focus);outline-offset:3px}.site-shell{background:var(--bg-default);flex-direction:column;min-height:100vh;display:flex}.site-shell>main{flex-direction:column;flex:1 0 auto;display:flex}.site-header{z-index:50;border-bottom:1px solid var(--border-default);background:color-mix(in srgb, var(--bg-default) 92%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:header-intro .46s var(--ease-out-expo) backwards;position:sticky;top:0}.header-inner{width:min(100%, var(--content-max));justify-content:space-between;align-items:center;height:56px;margin-inline:auto;padding-inline:24px;display:flex;position:relative}.brand-link{align-items:center;display:flex}.brand-logo{width:120px;height:32px;display:block}.desktop-nav{align-items:center;gap:32px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.desktop-nav a,.menu-button{font-family:var(--font-mono);letter-spacing:.8px;font-size:11px;font-weight:500;line-height:16px}.desktop-nav a{color:var(--text-secondary);transition:color .15s}.desktop-nav a:hover{color:var(--text-primary)}.header-actions{align-items:center;gap:12px;display:flex}.menu-button{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-elevated);cursor:pointer;height:36px;padding:0 12px;display:none}.mobile-nav{display:none}.button{border-radius:var(--radius-sm);width:fit-content;min-height:36px;font-family:var(--font-mono);text-transform:uppercase;white-space:nowrap;cursor:pointer;border:0;flex:none;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;line-height:20px;transition:background-color .2s,transform .15s;display:inline-flex;position:relative;overflow:hidden}.button:active{transform:scale(.97)}.button-primary{background-color:var(--button-primary-bg);background-image:var(--button-primary-gradient);box-shadow:var(--button-primary-shadow);color:var(--text-on-accent)}.button-primary:hover{background-color:var(--button-primary-bg-hover)}.button-primary:active{background-color:var(--button-primary-pressed)}.button-secondary{background-color:var(--button-secondary-bg);background-image:var(--button-secondary-gradient);box-shadow:var(--button-secondary-shadow);color:var(--text-primary)}.button-secondary:hover{background-color:var(--button-secondary-bg-hover);background-image:var(--button-secondary-gradient-hover)}.button-secondary:active{background-color:var(--button-secondary-bg-pressed)}.header-cta{min-height:32px;padding:6px 12px;font-size:12px;line-height:16px}.page-container{width:100%;max-width:var(--content-max);padding-inline:var(--page-margin);border-inline:1px solid var(--border-default);margin-inline:auto;position:relative}.corner-square{z-index:2;background:var(--border-default);pointer-events:none;border-radius:0;width:6px;height:6px;position:absolute}.corner-square-tl{top:-3.5px;left:-3.5px}.corner-square-tr{top:-3.5px;right:-3.5px}.corner-square-bl{bottom:-3.5px;left:-3.5px}.corner-square-br{bottom:-3.5px;right:-3.5px}.hero-section{border-bottom:1px solid var(--border-default);flex-direction:column;flex:1 0 auto;display:flex}.hero-container{padding-block:var(--section-padding);flex-direction:column;flex:1 0 auto;display:flex}.section-frame{border:1px solid var(--border-default);background:var(--bg-elevated);flex-direction:column;flex:1 0 auto;display:flex;position:relative}.section-frame>.corner-square{background:var(--border-default)}.hero-copy{text-align:center;flex-direction:column;flex:1 0 auto;justify-content:center;align-items:center;max-width:960px;margin-inline:auto;padding:64px;display:flex}h1{max-width:18ch;font-family:var(--font-display);letter-spacing:-.02em;text-wrap:balance;margin:0;font-size:clamp(48px,5.4vw,72px);font-weight:500;line-height:1.05}.hero-title-word{margin-right:.24em;display:inline-block}.hero-title-word:last-child{margin-right:0}.hero-description{max-width:65ch;color:var(--text-secondary);text-wrap:balance;margin:24px 0 0;font-size:18px;line-height:28px}.hero-description-line{display:block}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:40px;display:flex}.section-frame>.corner-square{animation:corner-intro .28s var(--ease-out-expo) backwards}.section-frame>.corner-square:first-child{animation-delay:.1s}.section-frame>.corner-square:nth-child(2){animation-delay:.14s}.section-frame>.corner-square:nth-child(3){animation-delay:.18s}.section-frame>.corner-square:nth-child(4){animation-delay:.22s}.site-footer{--bg-default:var(--brand-white);--bg-subtle:var(--brand-grey-100);--bg-elevated:var(--brand-grey-50);--bg-hover:#0000000a;--bg-pressed:#00000014;--text-primary:var(--brand-grey-900);--text-secondary:var(--brand-grey-600);--text-tertiary:var(--brand-grey-600);--border-default:var(--brand-grey-200);--border-hover:var(--brand-grey-300);--border-strong:var(--brand-grey-500);background:var(--bg-default);color:var(--text-primary)}.footer-container{grid-template-columns:minmax(280px,1.2fr) minmax(420px,1fr);gap:64px;padding-block:64px 32px;display:grid}.footer-lead{max-width:460px;animation:footer-intro .42s var(--ease-out-expo) .72s backwards}.footer-logo{width:150px;height:40px}.footer-links{animation:footer-intro .42s var(--ease-out-expo) .79s backwards;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.footer-label{color:var(--text-tertiary);font-family:var(--font-mono);letter-spacing:.8px;margin:0 0 20px;font-size:11px;font-weight:500;line-height:16px}.footer-links ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:var(--text-secondary);font-size:14px;line-height:20px;transition:color .15s}.footer-links a:hover{color:var(--text-primary)}.footer-bottom{border-top:1px solid var(--border-default);color:var(--text-tertiary);animation:footer-intro .42s var(--ease-out-expo) .86s backwards;grid-column:1/-1;justify-content:space-between;gap:24px;margin-top:32px;padding-top:24px;font-size:12px;line-height:16px;display:flex}.footer-bottom p{margin:0}.footer-bottom p:last-child{font-family:var(--font-mono);letter-spacing:.08em}@media (max-width:1312px){.page-container>.corner-square{display:none}}@media (max-width:1100px){.desktop-nav{gap:20px}.footer-container{grid-template-columns:1fr}}@media (max-width:900px){:root{--page-margin:2rem;--section-padding:4rem}.desktop-nav,.header-cta{display:none}.menu-button{display:block}.mobile-nav{border-bottom:1px solid var(--border-default);background:var(--bg-default);opacity:0;pointer-events:none;flex-direction:column;align-items:stretch;gap:0;padding:24px;transition:opacity .15s,transform .15s;display:flex;position:absolute;inset:57px 0 auto;transform:translateY(-12px)}.mobile-nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav>a:not(.button){border-bottom:1px solid var(--border-default);color:var(--text-secondary);font-family:var(--font-mono);letter-spacing:.8px;padding:16px 0;font-size:12px;font-weight:500;line-height:16px}.mobile-nav .button{width:100%;margin-top:24px}.hero-copy{padding-inline:48px}}@media (max-width:640px){:root{--page-margin:2rem;--section-padding:3rem}.header-inner{padding-inline:16px}.brand-logo{width:105px;height:28px}.header-actions{gap:8px}.menu-button{height:36px}.hero-container{border-inline:0}.hero-container>.corner-square,.footer-container>.corner-square{display:none}.hero-copy{padding:40px 24px}h1{max-width:13ch;font-size:clamp(36px,11vw,46px);line-height:1.06}.hero-description{font-size:16px;line-height:24px}.hero-actions{gap:12px;width:100%;margin-top:32px;display:grid}.hero-actions .button{width:100%}.footer-container{gap:48px;padding-block:48px 24px}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:40px}.footer-bottom{flex-direction:column;margin-top:8px}}@media (max-width:375px){:root{--page-margin:1rem}}@keyframes header-intro{0%{opacity:0;transform:translateY(-18px)}}@keyframes corner-intro{0%{opacity:0;transform:scale(.72)}}@keyframes footer-intro{0%{opacity:0;transform:translateY(12px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.consent-link{color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;font-family:inherit;font-size:12px;line-height:16px;transition:color .15s}.consent-link:hover{color:var(--text-primary)}.consent-banner{z-index:60;border:1px solid var(--border-default);background:var(--bg-elevated);gap:24px;max-width:540px;padding:24px;display:grid;position:fixed;bottom:16px;left:16px;right:16px;box-shadow:0 12px 32px #0000001f}.consent-copy{gap:8px;display:grid}.consent-copy .footer-label{margin:0}.consent-copy h2{color:var(--text-primary);letter-spacing:-.2px;margin:0;font-size:20px;line-height:28px}.consent-copy p:not(.footer-label){color:var(--text-secondary);margin:0;font-size:14px;line-height:20px}.consent-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.consent-actions .consent-link{margin-left:auto}.consent-dialog{border:1px solid var(--border-default);background:var(--bg-elevated);width:min(480px,100vw - 32px);color:var(--text-primary);margin:auto;padding:32px}.consent-dialog::backdrop{background:#00000080}.consent-dialog h2{letter-spacing:-.2px;margin:0;font-size:20px;line-height:28px}.consent-dialog-intro{color:var(--text-secondary);margin:8px 0 0;font-size:14px;line-height:20px}.consent-categories{gap:24px;margin:24px 0;display:grid}.consent-category-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.consent-category-head label{color:var(--text-primary);font-size:14px;font-weight:500;line-height:20px}.consent-category p{color:var(--text-secondary);margin:4px 0 0;font-size:13px;line-height:18px}.consent-switch{background:var(--brand-grey-400);appearance:none;cursor:pointer;border-radius:999px;flex:none;width:32px;height:18px;transition:background-color .15s;position:relative}.consent-switch:after{background:var(--bg-elevated);content:"";border-radius:999px;width:16px;height:16px;transition:transform .15s;position:absolute;top:1px;left:1px}.consent-switch:checked{background:var(--accent-primary)}.consent-switch:checked:after{transform:translate(14px)}.consent-switch:disabled{cursor:not-allowed;opacity:.5}.consent-dialog-actions{gap:12px;display:grid}.consent-dialog-choices{grid-template-columns:1fr 1fr;gap:12px;display:grid}.consent-dialog-actions .button{width:100%}@media (max-width:480px){.consent-actions .button,.consent-actions .consent-link{text-align:center;flex:100%;margin-left:0}}
