.splash-overlay{position:fixed;inset:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;pointer-events:none;transition:opacity .4s ease}.splash-overlay[data-state=done],.splash-overlay[data-state=exiting]{opacity:0}.splash-overlay[data-bg=dark]{background:#0b0b0d}.splash-overlay[data-bg=light]{background:#f4f4f6}.splash-wordmark-line{display:inline-flex;align-items:baseline;font-family:var(--font-inter-tight),system-ui,sans-serif;font-weight:600;font-size:44px;letter-spacing:-1.4px;line-height:1;position:relative;transition:transform .85s cubic-bezier(.22,1,.36,1);will-change:transform}.splash-overlay[data-bg=dark] .splash-wordmark-line{color:#f4f4f6}.splash-overlay[data-bg=light] .splash-wordmark-line{color:#0b0b0d}.splash-ch{display:inline-block;line-height:1}.splash-r{opacity:0;transform:scale(.6);transition:opacity .5s ease,transform .7s cubic-bezier(.22,1,.36,1)}.splash-overlay[data-phase-r-visible="1"] .splash-r{opacity:1;transform:scale(1)}.splash-letter{opacity:0;transform:translateY(.25em);transition:opacity .25s ease,transform .35s cubic-bezier(.22,1,.36,1)}.splash-letter[data-visible="1"]{opacity:1;transform:translateY(0)}.splash-dot{color:#4f8dff;opacity:0;transform:scale(.4);transition:opacity .3s ease,transform .45s cubic-bezier(.34,1.56,.64,1)}.splash-overlay[data-phase-dot-visible="1"] .splash-dot{opacity:1;transform:scale(1)}.splash-ring{position:absolute;width:56px;height:56px;pointer-events:none;opacity:0;transform:translate(-50%,-50%) scale(1);transition:opacity .5s ease,transform .6s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.splash-ring[data-state=visible]{opacity:1}.splash-ring[data-state=gone]{opacity:0;transform:translate(-50%,-50%) scale(1.2)}.splash-ring-arc{fill:none;stroke:#4f8dff;stroke-width:5;stroke-linecap:round;stroke-dasharray:276.46;stroke-dashoffset:276.46;transition:stroke-dashoffset .9s cubic-bezier(.65,0,.35,1)}.splash-ring-arc[data-drawn="1"]{stroke-dashoffset:69.115}.splash-tagline{font-family:var(--font-inter-tight),system-ui,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:2.5px;opacity:0;transform:translateY(8px);transition:opacity .5s ease,transform .5s ease}.splash-overlay[data-bg=dark] .splash-tagline{color:rgba(244,244,246,.45)}.splash-overlay[data-bg=light] .splash-tagline{color:rgba(11,11,13,.45)}.splash-overlay[data-phase-tag-visible="1"] .splash-tagline{opacity:1;transform:translateY(0)}.splash-overlay[data-reduce-motion="1"] .splash-dot,.splash-overlay[data-reduce-motion="1"] .splash-letter,.splash-overlay[data-reduce-motion="1"] .splash-r,.splash-overlay[data-reduce-motion="1"] .splash-tagline{transition:opacity .4s ease;transform:none}