.splash-page{color:#e8e8e8;background:#050505;justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:1.5rem;display:flex}.splash-page__content{text-align:center;flex-direction:column;align-items:center;gap:1.75rem;width:100%;max-width:36rem;animation:2s cubic-bezier(.4,0,.2,1) both splash-page-fade-in;display:flex}.splash-page__logo{margin:0}.splash-page__tagline{max-width:28rem;font-family:var(--font-ui);letter-spacing:.01em;color:#d2d3d5;margin:0;font-size:clamp(1rem,2.8vw,1.2rem);font-weight:400;line-height:1.55}.splash-page__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;width:100%;display:flex}.splash-page__button{color:#e8e8e8;min-width:8.5rem;font-family:var(--font-ui);letter-spacing:.02em;will-change:transform, box-shadow;background:0 0;border:1px solid #333;border-radius:.25rem;justify-content:center;align-items:center;padding:.72rem 1.35rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:border-color .34s cubic-bezier(.4,0,.2,1),box-shadow .34s cubic-bezier(.4,0,.2,1),color .34s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1);display:inline-flex}.splash-page__button:hover{color:#fff;border-color:#416ea3;box-shadow:0 0 0 1px #4d9fff2e,0 0 22px #4d9fff38}.splash-page__button:active{transform:scale(.98)}.splash-page__button:focus-visible{outline-offset:3px;outline:2px solid #82bcff}@keyframes splash-page-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.splash-page__content{animation:none}.splash-page__button{transition:none}}@media (max-width:480px){.splash-page__actions{flex-direction:column}.splash-page__button{width:100%;max-width:16rem}}
