:root{--font-sans: "Inter", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;--font-mono: "Cascadia Mono", "SF Mono", "JetBrains Mono", Consolas, monospace;--max: 76rem;--gutter: clamp(1.25rem, 5vw, 4rem);--radius: 1.125rem;--radius-sm: .625rem;--step--1: clamp(.82rem, .79rem + .15vw, .9rem);--step-0: clamp(1rem, .96rem + .2vw, 1.12rem);--step-1: clamp(1.2rem, 1.1rem + .5vw, 1.5rem);--step-2: clamp(1.5rem, 1.3rem + 1vw, 2.1rem);--step-3: clamp(1.9rem, 1.5rem + 2vw, 3rem);--step-4: clamp(2.6rem, 1.8rem + 4vw, 5.25rem);--ease: cubic-bezier(.22, .61, .36, 1);--brand: #0f769f;--brand-sky: #4fafe4;--brand-sky-soft: #abd2f4;--brand-grey: #545454;--brand-grey-soft: #b8b8b8;--paper: #f7f9fb;--deep: #06344a}:root{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}:root,[data-zone=surface]{--bg: #f4f8fb;--bg-2: #e7f0f6;--card: rgba(255, 255, 255, .72);--card-line: rgba(15, 118, 159, .16);--card-solid: #ffffff;--ink: #16242b;--ink-soft: #54707d;--accent: #0f769f;--accent-strong: #0d6288;--accent-ink: #ffffff;--rule: rgba(15, 118, 159, .18);--glow: rgba(79, 175, 228, .26)}[data-zone=deep]{--bg: var(--deep);--bg-2: #04283a;--card: rgba(171, 210, 244, .07);--card-line: rgba(171, 210, 244, .2);--card-solid: #0a4a67;--ink: #eaf5fb;--ink-soft: rgba(171, 210, 244, .72);--accent: #4fafe4;--accent-strong: #8fd0f0;--accent-ink: var(--deep);--rule: rgba(171, 210, 244, .2);--glow: rgba(79, 175, 228, .3)}[data-theme=dark],[data-theme=dark] [data-zone=surface]{--bg: #0d1519;--bg-2: #091114;--card: rgba(171, 210, 244, .05);--card-line: rgba(171, 210, 244, .14);--card-solid: #131e24;--ink: #e6eef2;--ink-soft: #9db1bb;--accent: #4fafe4;--accent-strong: #7cc7ee;--accent-ink: #06222f;--rule: rgba(171, 210, 244, .14);--glow: rgba(79, 175, 228, .2)}[data-theme=dark] [data-zone=deep]{--bg: #03202e;--bg-2: #021620;--card: rgba(171, 210, 244, .045);--card-line: rgba(171, 210, 244, .13);--card-solid: #082a3b;--ink: #e0eef7;--ink-soft: rgba(171, 210, 244, .62);--accent: #4fafe4;--accent-strong: #8fd0f0;--accent-ink: #03202e;--rule: rgba(171, 210, 244, .13);--glow: rgba(79, 175, 228, .18)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:var(--step-0);line-height:1.65;overflow-x:hidden;transition:background-color .5s var(--ease),color .5s var(--ease)}h1,h2,h3,h4{margin:0;line-height:1.08;letter-spacing:-.022em;font-weight:660;text-wrap:balance}p{margin:0;text-wrap:pretty}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:.22em}img,svg{max-width:100%}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}::selection{background:var(--accent);color:var(--accent-ink)}.section{position:relative;background:var(--bg);padding-block:clamp(4.5rem,9vw,8.5rem);transition:background-color .5s var(--ease)}.wrap{width:min(100% - calc(var(--gutter) * 2),var(--max));margin-inline:auto}.kicker{display:inline-flex;align-items:center;gap:.6rem;margin:0 0 1.1rem;font-size:var(--step--1);font-weight:620;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.kicker:before{content:"";width:2.25rem;height:2px;border-radius:2px;background:currentColor;opacity:.55}.section-title{font-size:var(--step-3);max-width:22ch}.section-lead{margin-top:1.15rem;max-width:62ch;font-size:var(--step-1);color:var(--ink-soft);line-height:1.55}.card{position:relative;background:var(--card);border:1px solid var(--card-line);border-radius:var(--radius);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(18rem circle at var(--mx, 50%) var(--my, 0%),var(--glow),transparent 62%);opacity:0;pointer-events:none;transition:opacity .35s var(--ease)}.card.lit:before{opacity:1}.card>*{position:relative}.words .word{display:inline-block;overflow:hidden;vertical-align:bottom;padding-block-end:.06em;margin-block-end:-.06em}.words .word>span{display:inline-block;transform:translateY(110%)}.words.is-visible .word>span{animation:word-rise .75s var(--ease) forwards}@keyframes word-rise{to{transform:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.9rem 1.55rem;border:1px solid transparent;border-radius:999px;font:inherit;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background-color .25s var(--ease),border-color .25s var(--ease)}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:var(--accent-ink);box-shadow:0 10px 30px -12px var(--glow)}.btn-primary:hover{box-shadow:0 18px 38px -14px var(--glow)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--rule)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.reveal{opacity:0;transform:translateY(1.75rem);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-iteration-count:1!important}}.bar.svelte-1elxaub{position:fixed;inset:0 0 auto;z-index:60;transition:background-color .35s var(--ease),box-shadow .35s var(--ease),backdrop-filter .35s var(--ease)}.bar.svelte-1elxaub:not(.solid){--ink: #f4fbff;--ink-soft: rgba(228, 244, 253, .88);--accent: #9fdcff;--accent-ink: var(--deep);--rule: rgba(228, 244, 253, .38)}.bar.svelte-1elxaub:not(.solid):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,rgba(3,26,38,.72),rgba(3,26,38,.28) 65%,transparent)}.bar.solid.svelte-1elxaub{background:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:blur(16px) saturate(1.4);backdrop-filter:blur(16px) saturate(1.4);box-shadow:0 1px 0 var(--rule)}.inner.svelte-1elxaub{width:min(100% - calc(var(--gutter) * 2),var(--max));margin-inline:auto;display:flex;align-items:center;gap:1.5rem;height:7rem}.brand.svelte-1elxaub{display:inline-flex;align-items:center;flex:none;padding:.4rem .7rem;border-radius:.7rem;background:#ffffffeb;box-shadow:0 6px 20px -12px #06344a99;transition:background-color .3s var(--ease),transform .3s var(--ease)}.brand.svelte-1elxaub:hover{transform:translateY(-1px);background:#fff}.brand.svelte-1elxaub img:where(.svelte-1elxaub){display:block;width:auto;height:5rem}@media(max-width:48rem){.brand.svelte-1elxaub img:where(.svelte-1elxaub){height:3.6rem}}.nav.svelte-1elxaub{display:flex;align-items:center;gap:.35rem;margin-inline-start:auto}.nav.svelte-1elxaub a:where(.svelte-1elxaub){padding:.45rem .8rem;border-radius:999px;color:var(--ink-soft);text-decoration:none;font-size:var(--step--1);font-weight:600;transition:color .2s var(--ease),background-color .2s var(--ease)}.nav.svelte-1elxaub a:where(.svelte-1elxaub):hover{color:var(--ink);background:color-mix(in srgb,var(--accent) 12%,transparent)}.nav.svelte-1elxaub a.is-active:where(.svelte-1elxaub){color:var(--ink);box-shadow:inset 0 0 0 1px #4fafe4}.nav-cta.svelte-1elxaub{color:var(--accent);border:1px solid var(--rule)}.nav-cta.is-active.svelte-1elxaub{border-color:#4fafe4;box-shadow:inset 0 0 0 1px #4fafe4}.tools.svelte-1elxaub{display:flex;align-items:center;gap:.5rem}.langs.svelte-1elxaub{display:flex;padding:2px;border:1px solid var(--rule);border-radius:999px}.langs.svelte-1elxaub a:where(.svelte-1elxaub){padding:.28rem .6rem;border-radius:999px;color:var(--ink-soft);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-decoration:none;transition:background-color .25s var(--ease),color .25s var(--ease)}.langs.svelte-1elxaub a.active:where(.svelte-1elxaub){background:var(--accent);color:var(--accent-ink)}.icon.svelte-1elxaub{display:grid;place-items:center;width:2.35rem;height:2.35rem;border:1px solid var(--rule);border-radius:999px;background:transparent;color:var(--ink-soft);cursor:pointer;transition:color .2s var(--ease),border-color .2s var(--ease),transform .3s var(--ease)}.icon.svelte-1elxaub:hover{color:var(--accent);border-color:var(--accent);transform:rotate(-12deg)}.icon.svelte-1elxaub svg:where(.svelte-1elxaub){width:1.15rem;height:1.15rem}.burger.svelte-1elxaub{display:none}.burger.svelte-1elxaub span:where(.svelte-1elxaub),.burger.svelte-1elxaub span:where(.svelte-1elxaub):before,.burger.svelte-1elxaub span:where(.svelte-1elxaub):after{content:"";display:block;width:1.05rem;height:2px;border-radius:2px;background:currentColor;transition:transform .3s var(--ease)}.burger.svelte-1elxaub span:where(.svelte-1elxaub):before{transform:translateY(-6px)}.burger.svelte-1elxaub span:where(.svelte-1elxaub):after{transform:translateY(4px)}.burger.svelte-1elxaub span.x:where(.svelte-1elxaub){background:transparent}.burger.svelte-1elxaub span.x:where(.svelte-1elxaub):before{transform:rotate(45deg)}.burger.svelte-1elxaub span.x:where(.svelte-1elxaub):after{transform:translateY(-2px) rotate(-45deg)}@media(max-width:62rem){.burger.svelte-1elxaub{display:grid}.inner.svelte-1elxaub{height:5rem}.nav.svelte-1elxaub{position:absolute;inset:5rem 0 auto;flex-direction:column;align-items:stretch;gap:0;padding:.5rem var(--gutter) 1.25rem;background:color-mix(in srgb,var(--bg) 96%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 40px -24px #00000080;border-block-end:1px solid var(--rule);display:none}.nav.open.svelte-1elxaub{display:flex}.nav.svelte-1elxaub a:where(.svelte-1elxaub){padding:.85rem .4rem;border-radius:0;border-block-end:1px solid var(--rule);font-size:var(--step-0)}.nav-cta.svelte-1elxaub{border:0}}footer.svelte-jz8lnl{position:relative;background:var(--bg-2);color:var(--ink);padding-block:clamp(3.5rem,7vw,5.5rem) 2.25rem}.floor.svelte-jz8lnl{position:absolute;inset:-1px 0 auto;width:100%;height:clamp(2.5rem,5vw,5rem);transform:translateY(-98%);fill:var(--bg-2)}.top.svelte-jz8lnl{display:grid;gap:clamp(2rem,4vw,3rem)}@media(min-width:52rem){.top.svelte-jz8lnl{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) auto}}.logo.svelte-jz8lnl{display:block;width:auto;height:7rem;padding:.7rem 1.1rem;border-radius:.8rem;background:#fffffff0}@media(max-width:48rem){.logo.svelte-jz8lnl{height:4.25rem;padding:.5rem .8rem;border-radius:.6rem}}.brand.svelte-jz8lnl p:where(.svelte-jz8lnl){margin-top:.75rem;max-width:40ch;color:var(--ink-soft);font-size:var(--step--1);line-height:1.65}.promise.svelte-jz8lnl{font-style:italic}address.svelte-jz8lnl{font-style:normal;font-size:var(--step--1);line-height:1.8;color:var(--ink-soft)}address.svelte-jz8lnl strong:where(.svelte-jz8lnl){display:block;margin-bottom:.35rem;color:var(--ink);font-weight:600}address.svelte-jz8lnl a:where(.svelte-jz8lnl){text-decoration:none}address.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{text-decoration:underline}.vat.svelte-jz8lnl{font-family:var(--font-mono);font-size:.76rem}nav.svelte-jz8lnl{display:grid;gap:.45rem;align-content:start}nav.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--ink-soft);text-decoration:none;font-size:var(--step--1);transition:color .2s var(--ease)}nav.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--accent)}.bottom.svelte-jz8lnl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.5rem;margin-top:clamp(2.5rem,5vw,4rem);padding-top:1.5rem;border-top:1px solid var(--rule);font-size:.8rem;color:var(--ink-soft)}.legal.svelte-jz8lnl{display:flex;flex-wrap:wrap;gap:1.25rem}.legal.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--ink-soft);text-decoration:none}.legal.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--accent)}.gauge.svelte-1mjuy4o{position:fixed;right:2.25rem;top:0;bottom:0;z-index:40;display:grid;align-content:center;justify-items:center;gap:.9rem;font-family:var(--font-mono);font-size:.8rem;letter-spacing:.08em;color:var(--ink-soft);pointer-events:none;transition:color .35s var(--ease)}.to-top.svelte-1mjuy4o{pointer-events:auto;display:grid;place-items:center;position:absolute;left:0;right:0;bottom:2.25rem;margin-inline:auto;width:2.75rem;height:2.75rem;border:0;border-radius:999px;background:var(--accent);color:var(--accent-ink);box-shadow:0 8px 20px -10px color-mix(in srgb,var(--deep) 70%,transparent);cursor:pointer;opacity:0;translate:0 .4rem;transition:opacity .3s var(--ease),translate .3s var(--ease),background .25s var(--ease),scale .25s var(--ease)}.to-top.is-visible.svelte-1mjuy4o{opacity:1;translate:none}.to-top.svelte-1mjuy4o:hover{background:var(--accent-strong);scale:1.06}.to-top.svelte-1mjuy4o:focus-visible{outline:2px solid var(--accent-strong);outline-offset:3px}.to-top.svelte-1mjuy4o svg:where(.svelte-1mjuy4o){width:1.05rem;height:1.05rem}.gauge.on-hero.svelte-1mjuy4o{--ink-soft: rgba(228, 244, 253, .85);--rule: rgba(228, 244, 253, .32);--ink: #ffffff;--accent: #9fdcff;--accent-strong: #ffffff;--accent-ink: var(--deep);--bg: var(--deep);--card-solid: #0a4a67}.gauge.on-hero.svelte-1mjuy4o .clock:where(.svelte-1mjuy4o){color:#fff;border-color:#ffffff8c}.cap.svelte-1mjuy4o{opacity:.7}.clock.svelte-1mjuy4o{margin-bottom:.5rem;padding:.5rem .7rem;border-radius:.55rem;border:1px solid color-mix(in srgb,var(--accent) 45%,transparent);background:var(--card-solid);box-shadow:0 10px 26px -18px #000c;color:var(--ink);font-size:1.02rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.01em;line-height:1;transition:color .35s var(--ease),border-color .35s var(--ease),opacity .35s var(--ease)}.clock.is-idle.svelte-1mjuy4o{opacity:.6}.clock.is-finished.svelte-1mjuy4o{color:var(--accent-strong);border-color:var(--accent);box-shadow:0 10px 26px -18px #000c,0 0 0 3px color-mix(in srgb,var(--accent) 22%,transparent)}.rail.svelte-1mjuy4o{position:relative;width:7px;height:min(68vh,36rem);border-radius:999px;background:var(--rule)}.ticks.svelte-1mjuy4o{position:absolute;inset:0 auto 0 100%;display:flex;flex-direction:column;justify-content:space-between;padding-inline-start:.3rem}.ticks.svelte-1mjuy4o i:where(.svelte-1mjuy4o){display:block;width:.55rem;height:2px;border-radius:2px;background:var(--rule)}.ticks.svelte-1mjuy4o i.major:where(.svelte-1mjuy4o){width:1.1rem;height:3px;background:color-mix(in srgb,var(--accent) 55%,transparent)}.fill.svelte-1mjuy4o{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:top;border-radius:999px;background:linear-gradient(180deg,var(--accent),color-mix(in srgb,var(--accent) 30%,transparent));transition:scale .15s linear}.marker.svelte-1mjuy4o{position:absolute;right:100%;margin-right:.7rem;translate:0 -50%;white-space:nowrap;transition:top .15s linear}.marker.svelte-1mjuy4o span:where(.svelte-1mjuy4o){display:inline-block;padding:.22rem .6rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--accent) 40%,transparent);background:color-mix(in srgb,var(--bg) 90%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--accent-strong);font-size:.92rem;font-weight:700;font-variant-numeric:tabular-nums}@media(max-width:74rem){.gauge.svelte-1mjuy4o{display:none}}.skip.svelte-12qhfyh{position:fixed;top:.75rem;left:.75rem;z-index:100;padding:.6rem 1.1rem;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-weight:600;text-decoration:none;translate:0 -400%;transition:translate .25s var(--ease)}.skip.svelte-12qhfyh:focus-visible{translate:0}
