.login-splash{z-index:1000;color:#141411;background:#f8f7f2;outline:none;place-items:center;min-height:100svh;display:grid;position:fixed;inset:0}.login-splash__brand{text-align:center;animation:.65s cubic-bezier(.22,1,.36,1) both login-splash-enter}.login-splash__logo{background:#141411;width:clamp(140px,24vw,185px);height:clamp(140px,24vw,185px);margin:auto;display:block;-webkit-mask:url(/illustrations/membership-orbit-logo.png) 50%/contain no-repeat;mask:url(/illustrations/membership-orbit-logo.png) 50%/contain no-repeat}.login-splash__wordmark{font:800 28px var(--font-display);letter-spacing:.06em;margin:6px 0 0}.login-splash__loading{color:#737369;letter-spacing:.13em;justify-content:center;align-items:center;gap:10px;margin-top:32px;font-size:11px;display:flex}.login-splash__spinner{border:1.5px solid #deded5;border-top-color:#34342c;border-radius:50%;width:16px;height:16px;animation:.9s linear infinite login-splash-spin}@keyframes login-splash-spin{to{transform:rotate(360deg)}}@keyframes login-splash-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.login-splash__brand,.login-splash__spinner{animation:none}}
