.login-shell{color:#fff;background:radial-gradient(1100px 600px at 0 0,#1f4f8f 0%,#0000 55%),radial-gradient(900px 600px at 100% 100%,#0d5ec4 0%,#0000 55%),linear-gradient(160deg,#0b1f3a 0%,#102a52 60%,#0b1f3a 100%);align-content:center;place-items:center;gap:1.25rem;min-height:100dvh;padding:2rem 1.25rem;display:grid;position:relative;overflow:hidden}.login-card{z-index:2;background:var(--surface);width:100%;max-width:26rem;color:var(--ink);animation:login-in .6s var(--ease-out-expo) both;border:1px solid #fff9;border-radius:22px;padding:2.5rem 2.25rem 1.75rem;position:relative;box-shadow:0 30px 80px #00000073,0 0 0 1px #0b1f3a26}.login-logo-full{width:220px;height:auto;margin:-.5rem auto 1.25rem;display:block}.login-heading{text-align:center;font-size:1.4rem;font-weight:800}.login-sub{text-align:center;color:var(--muted);margin:.25rem 0 1.5rem;font-size:.875rem}.login-features{border-top:1px solid var(--line);justify-content:center;gap:.5rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.login-features li{background:var(--wash);color:var(--navy-2);white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .7rem .35rem .45rem;font-size:.72rem;font-weight:700;display:flex}.login-features img{width:26px;height:26px}.login-foot{z-index:2;letter-spacing:.06em;color:#ffffff8c;font-size:.72rem;position:relative}.login-bubbles span{z-index:1;background:radial-gradient(circle at 30% 30%,#ffffff61,#ffffff08 60%);border:1.5px solid #ffffff47;border-radius:50%;animation:linear infinite login-rise;position:absolute}.login-bubbles span:first-child{width:110px;height:110px;animation-duration:24s;bottom:-120px;left:6%}.login-bubbles span:nth-child(2){width:44px;height:44px;animation-duration:15s;animation-delay:3s;bottom:-60px;left:18%}.login-bubbles span:nth-child(3){width:160px;height:160px;animation-duration:30s;animation-delay:7s;bottom:-180px;left:30%}.login-bubbles span:nth-child(4){width:28px;height:28px;animation-duration:12s;animation-delay:1s;bottom:-40px;left:46%}.login-bubbles span:nth-child(5){width:70px;height:70px;animation-duration:19s;animation-delay:9s;bottom:-90px;left:62%}.login-bubbles span:nth-child(6){width:20px;height:20px;animation-duration:10s;animation-delay:5s;bottom:-30px;left:74%}.login-bubbles span:nth-child(7){width:130px;height:130px;animation-duration:27s;animation-delay:2s;bottom:-150px;left:84%}.login-bubbles span:nth-child(8){width:36px;height:36px;animation-duration:14s;animation-delay:11s;bottom:-50px;left:92%}.login-wave{fill:#ffffff0d;z-index:1;width:100%;height:120px;position:absolute;bottom:0;left:0;right:0}@keyframes login-rise{0%{opacity:0;transform:translateY(0)scale(1)}10%{opacity:1}to{opacity:0;transform:translateY(-115vh)scale(1.15)}}@keyframes login-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (max-width:480px){.login-shell{padding:1rem .75rem}.login-card{border-radius:16px;padding:1.5rem 1rem 1.25rem}.login-logo-full{width:min(190px,70vw)}.login-features{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){.login-bubbles span,.login-card{animation:none}}
