:root{--bg: #0b0b0f;--fg: #f5f5f7;--muted: #a1a1aa;--brand: #cef563;--white: #fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;color-scheme:light dark}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;height:100%}body{background:var(--bg);color:var(--fg)}.page{min-height:100dvh;display:flex;flex-direction:column;padding:clamp(1.5rem,5vw,3rem)}.page__main{flex:1;display:flex;align-items:center;justify-content:center}.logo{margin:-3em 0 0;width:100%;max-width:480px;display:flex;justify-content:center}.logo__mark{width:min(80vw,480px);height:auto;color:var(--white)}.footer{margin-top:auto;text-align:center}.footer__email{color:var(--white);font-size:clamp(.875rem,2.5vw,1rem);text-decoration-line:underline;text-decoration-color:transparent;text-decoration-thickness:2px;text-underline-offset:3px;transition:color .25s ease,text-decoration-color .25s ease,text-underline-offset .25s ease}.footer__email:hover,.footer__email:focus-visible{color:var(--brand);text-decoration-color:currentColor;text-underline-offset:6px}@keyframes rise-in{0%{opacity:0;transform:translateY(24px) scale(.85)}to{opacity:1;transform:translateY(0) scale(1)}}.logo,.footer{opacity:0;animation:rise-in .8s cubic-bezier(.22,1,.36,1) forwards}.logo{animation-delay:.1s}.footer{animation-delay:.35s}@media(prefers-reduced-motion:reduce){.logo,.footer{opacity:1;animation:none}.footer__email{transition:none}}
