*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#101a2a;--color-surface:#162438;--color-tint:#F7A300;--color-tint-muted:#214170;--color-accent:#ffffff;--color-border:#4e6788;--color-line:#92a5be;--color-text:#f4f7fb;--color-text-muted:#c4d1e1;--color-text-subtle:#92a5be}body,html{min-height:100dvh;background:var(--color-bg);color:var(--color-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;-webkit-font-smoothing:antialiased;overflow:hidden}.splash__stage{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.splash__overlay{position:absolute;inset:0;background:var(--color-surface);overflow:hidden}.splash__sheet{position:absolute;top:50%;left:50%;width:clamp(200px,30vw,260px);aspect-ratio:1/1.414;height:auto;border:1px solid var(--color-border);border-radius:4px;overflow:hidden;background:rgba(255,255,255,.03);animation:20.8s linear infinite sheetTravel;box-shadow:0 4px 20px rgba(0,0,0,.15)}.splash__sheet:nth-child(2){animation-delay:0s}.splash__sheet:nth-child(3){animation-delay:-4s}.splash__sheet:nth-child(4){animation-delay:-8.5s}.splash__sheet:nth-child(5){animation-delay:-12.3s}.splash__sheet:nth-child(6){animation-delay:-17.1s}@keyframes sheetTravel{0%{transform:translateX(calc(-50% - 54vw)) translateY(calc(-50% + 20vh)) rotate(-24deg) scale(.8);opacity:0}8%,92%{opacity:0}14%,86%{opacity:.25}50%{transform:translateX(-50%) translateY(calc(-50% + 6vh)) rotate(0) scale(1);opacity:.35}100%{transform:translateX(calc(-50% + 54vw)) translateY(calc(-50% + 20vh)) rotate(24deg) scale(.8);opacity:0}}.splash__spine{position:absolute;top:0;bottom:0;left:8%;width:2px;background-color:var(--color-tint);opacity:.4}.splash__line{position:absolute;left:12%;right:4%;height:0;border-top:1px solid var(--color-accent)}.splash__vignette{position:fixed;inset:0;background:radial-gradient(ellipse at center,transparent 18%,var(--color-bg) 78%);pointer-events:none;z-index:5}.splash__content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;padding:40px 24px;text-align:center}.splash__icon{width:128px;height:128px;border-radius:22px;margin-bottom:38px;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 8px 24px rgba(0,0,0,.3))}.splash__waveform{position:relative;width:90px;height:52px;margin-bottom:38px;display:flex;align-items:center;justify-content:center;gap:8px}.splash__bar{width:10px;border-radius:3px;background:var(--color-tint)}.splash__bar--1{height:20px;animation:1.267s ease-in-out infinite bar1}.splash__bar--2{height:33px;animation:1.075s ease-in-out 110ms infinite bar2}.splash__bar--3{height:52px;animation:1.438s ease-in-out 220ms infinite bar3}.splash__bar--4{height:33px;animation:1.19s ease-in-out 330ms infinite bar4}.splash__bar--5{height:20px;animation:1.344s ease-in-out 440ms infinite bar5}@keyframes bar1{0%,100%,58%{height:20px}24%{height:8px}78%{height:11px}}@keyframes bar2{0%,100%,58%{height:33px}24%{height:9px}78%{height:18px}}@keyframes bar3{0%,100%,58%{height:52px}24%{height:15px}78%{height:29px}}@keyframes bar4{0%,100%,58%{height:33px}25%{height:9px}79%{height:18px}}@keyframes bar5{0%,100%,58%{height:20px}24%{height:8px}78%{height:11px}}.splash__title{font-family:Quicksand,sans-serif;font-size:clamp(2.2rem, 8vw, 3.4rem);font-weight:700;letter-spacing:.18em;color:var(--color-accent);line-height:1.1;margin-bottom:14px;text-transform:uppercase;text-shadow:0 4px 12px rgba(0,0,0,.2)}.splash__title-word-told{color:var(--color-tint)}.splash__tagline{font-size:1rem;color:var(--color-text-muted);letter-spacing:.035em;line-height:1.6;max-width:340px}.splash__divider{width:36px;height:2px;background:var(--color-tint);border-radius:1px;margin:22px auto;opacity:.5}.splash__availability{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-subtle)}@media (prefers-reduced-motion:reduce){.splash__bar,.splash__sheet,.splash__stage{animation:none!important}}