:root{--color-bg:#d9d9d9;--color-ink:#111;--color-surface:#6b6b6b;--color-surface-hover:#4f4f4f;--color-on-surface:#fff;--circle-slate:#a8bac666;--circle-slate-0:#a8bac600;--circle-green:#78d2a08c;--circle-green-0:#78d2a000;--circle-amber:#f5be8c80;--circle-amber-0:#f5be8c00;--color-headline:#1111114d;--font-sans:"Inter Variable", "Helvetica Neue", Helvetica, system-ui, -apple-system, sans-serif;--text-body:clamp(.95rem, .8rem + .5vw, 1.25rem);--text-display:clamp(2.25rem, 7vw, 8.5rem);--space-edge:clamp(1.25rem, .5rem + 2.5vw, 3.25rem);--space-gap:.75rem;--radius-pill:999px;--ease-out:cubic-bezier(.22, 1, .36, 1);--dur:.4s;--z-backdrop:-2;--z-headline:-1;--z-stage:0;--z-overlay:10;--z-cursor:100}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal-Dx4kXJAl.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}*,:before,:after{box-sizing:border-box}*{margin:0}html,body{overscroll-behavior:none;-webkit-user-select:none;user-select:none;height:100%;overflow:hidden}body{background-color:var(--color-bg);color:var(--color-ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,canvas{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;background:0 0;border:0}:focus-visible{outline:2px solid var(--color-ink);outline-offset:3px}body{font-family:var(--font-sans);font-size:var(--text-body);letter-spacing:-.01em;line-height:1.3}.backdrop{z-index:var(--z-backdrop);pointer-events:none;background-color:#92d498;background-image:radial-gradient(circle at 50% -55%,#ebebeb 49.1598%,#0000 85.2319%),radial-gradient(90% 100% at 50% 20%,#df9581 49.1598%,#0000 90.2319%);background-repeat:no-repeat;position:fixed;inset:0}.loader-overlay{z-index:99999;pointer-events:none;background-color:#afbfb0;background-repeat:no-repeat;position:fixed;inset:0}.stage{z-index:var(--z-stage);width:100%;height:100%;position:fixed;inset:0}.headline{z-index:var(--z-headline);align-content:evenly;padding:calc(var(--space-edge) * 2.5) var(--space-edge);font-size:var(--text-display);letter-spacing:-.02em;text-transform:uppercase;color:var(--color-headline);pointer-events:none;margin:0;font-weight:400;line-height:1;display:grid;position:fixed;inset:0}.headline__line{white-space:nowrap;align-items:center;display:flex}.headline__line--a{justify-self:start;margin-left:15%}.headline__line--b{z-index:999999;justify-self:end;margin-right:4%;position:relative}.headline__line--c{margin-left:8%}@media (width<=48rem){.headline{padding-block:calc(var(--space-edge) * 2)}.headline__line--b{margin-right:0}.headline__line--c{margin-left:4%}}@media (width<=30rem){.headline__line--b{justify-self:start}.headline__line--c{margin-left:0}}.overlay{z-index:var(--z-overlay);padding:var(--space-edge);pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;position:fixed;inset:0}.overlay__row{justify-content:space-between;align-items:center;gap:var(--space-gap);display:flex}.overlay__brand,.overlay__intro{pointer-events:auto}.overlay__intro{text-align:right;max-width:22ch}@media (width<=30rem){.overlay__row{flex-direction:column;align-items:flex-start}.overlay__intro{text-align:left}.overlay__row:last-child{align-items:stretch;gap:1rem}}.actions{align-items:center;gap:var(--space-gap);pointer-events:auto;display:flex}.overlay__brand,.overlay__intro{font-weight:650}.button{border-radius:var(--radius-pill);background:var(--color-surface);min-height:3.25rem;color:var(--color-on-surface);white-space:nowrap;transition:background-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);justify-content:center;align-items:center;padding-inline:1.75rem;font-size:1.1rem;font-weight:500;display:inline-flex}.button:hover{background:var(--color-surface-hover)}.button:active{transform:scale(.7)}.button--glass{-webkit-backdrop-filter:blur(10.8px)saturate(1.25);color:var(--color-ink);background:#ffffff2e;box-shadow:inset .997021px .997021px #ffffffbf,inset -.997021px -.997021px #ffffff73,inset 0 0 100px #ffffff0d}.button--glass:hover{background:#ffffff2e;box-shadow:inset 1.32497px .482248px #ffffffbf,inset -1.32497px -.482248px #ffffff73,inset 0 0 100px #fff6}.button--icon{aspect-ratio:1;width:3.25rem;padding-inline:0}.button__icon{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:1.375rem;height:1.375rem}@media (prefers-reduced-motion:reduce){.button{transition-duration:.01ms}.button:active{transform:none}}.cursor{--dot-size:1.2rem;--dot-idle:.5;--ring-size:2rem;--ring-exit:.8;--cursor-dur:.35s;z-index:var(--z-cursor);width:var(--ring-size);height:var(--ring-size);pointer-events:none;display:none;position:fixed;top:0;left:0}.has-custom-cursor .cursor{display:block}.cursor__dot,.cursor__ring{transition:transform var(--cursor-dur) var(--ease-out), opacity var(--cursor-dur) var(--ease-out);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.cursor__dot{width:var(--dot-size);height:var(--dot-size);transform:translate(-50%, -50%) scale(var(--dot-idle));-webkit-backdrop-filter:blur(2px)saturate(1.25);background:#8c888587}.cursor__ring{width:var(--ring-size);height:var(--ring-size);opacity:1;border:2.5px solid #8c888587}.cursor--hover .cursor__dot{transform:translate(-50%,-50%)scale(1)}.cursor--hover .cursor__ring{opacity:0;transform:translate(-50%, -50%) scale(var(--ring-exit))}@media (prefers-reduced-motion:reduce){.cursor__dot,.cursor__ring{transition-duration:.01ms}}@media (hover:hover) and (pointer:fine){.has-custom-cursor,.has-custom-cursor *{cursor:none}}.is-preload .backdrop,.is-preload .headline__line,.is-preload .stage,.is-preload .overlay__brand,.is-preload .overlay__intro,.is-preload .button,.is-preload .cursor{opacity:0}
