._splash{position:fixed;inset:0;z-index:9999;background:#faf9f6;display:flex;flex-direction:column;animation:_splashIn .25s ease-out;transition:opacity .35s ease-out}
._splash-nav{display:flex;align-items:center;justify-content:space-between;padding:18px 24px}
._splash-hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;max-width:680px;margin:0 auto;width:100%;box-sizing:border-box}
._splash-skel{background:linear-gradient(90deg,#ece9e2 0%,#f4f1ea 50%,#ece9e2 100%);background-size:200% 100%;animation:_splashShimmer 1.4s ease-in-out infinite;border-radius:10px;margin-left:auto;margin-right:auto}
._splash-logo-bar{width:130px;height:22px;margin:0}
._splash-menu-bar{width:28px;height:22px;border-radius:6px;margin:0}
._splash-line{height:28px;border-radius:10px}
._splash-line-1{width:85%;max-width:560px;height:34px}
._splash-line-2{width:70%;max-width:460px;height:34px}
._splash-line-3{width:45%;max-width:320px;height:20px;margin-top:6px;opacity:.7}
._splash-cta{width:180px;height:48px;border-radius:999px;margin-top:10px;background:linear-gradient(90deg,#dcd9d2 0%,#e8e4dc 50%,#dcd9d2 100%);background-size:200% 100%}
._splash-card{width:100%;max-width:280px;height:180px;border-radius:24px;margin-top:18px}
.dark ._splash{background:#0f0f0f}
.dark ._splash-skel{background:linear-gradient(90deg,#1c1c1c 0%,#262626 50%,#1c1c1c 100%);background-size:200% 100%}
.dark ._splash-cta{background:linear-gradient(90deg,#262626 0%,#333 50%,#262626 100%);background-size:200% 100%}
@keyframes _splashShimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
@keyframes _splashIn{from{opacity:0}to{opacity:1}}
._splash._splash-leaving{opacity:0;pointer-events:none}
