.login-root{--login-ink:#0b1220;--login-accent:#155eef;--login-accent-deep:#0a2f8a;--login-mist:#d7e4ff;--login-panel:#f7f9fc;--login-display:"Sora", "Manrope", system-ui, sans-serif;--login-ui:"Manrope", "Segoe UI", system-ui, sans-serif;background:var(--login-panel);grid-template-columns:1fr;width:100%;min-height:100dvh;display:grid;overflow:hidden}@media (width>=900px){.login-root{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)}}.login-stage{color:#f8fbff;background:radial-gradient(120% 90% at 12% 8%,#479cff59 0%,#0000 55%),radial-gradient(90% 70% at 88% 78%,#155eef73 0%,#0000 50%),linear-gradient(155deg,#071428 0%,#0b2a6b 48%,#123f9e 100%);flex-direction:column;justify-content:space-between;gap:2rem;min-height:42vh;padding:clamp(1.75rem,4vw,3.25rem);animation:.7s cubic-bezier(.22,1,.36,1) both login-stage-in;display:flex;position:relative;overflow:hidden}@media (width>=900px){.login-stage{min-height:100dvh;padding:clamp(2.5rem,5vw,4.5rem)}}.login-stage-grid{opacity:.55;pointer-events:none;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 40% 40%,#000 20%,#0000 75%);mask-image:radial-gradient(80% 70% at 40% 40%,#000 20%,#0000 75%)}.login-stage-glow{filter:blur(48px);pointer-events:none;opacity:.55;border-radius:50%;position:absolute}.login-stage-glow--a{background:#5ab4ff8c;width:280px;height:280px;animation:12s ease-in-out infinite alternate login-glow-drift;top:-80px;right:-40px}.login-stage-glow--b{background:#155eef80;width:320px;height:320px;animation:16s ease-in-out infinite alternate-reverse login-glow-drift;bottom:-120px;left:-60px}.login-stage-copy{z-index:1;max-width:28rem;animation:.8s cubic-bezier(.22,1,.36,1) 80ms both login-copy-in;position:relative}.login-brand{font-family:var(--login-display);letter-spacing:-.045em;color:#fff;margin:0 0 .65rem;font-size:clamp(2rem,5vw,3.15rem);font-weight:700;line-height:1}.login-headline{font-family:var(--login-display);letter-spacing:-.02em;color:#ffffffe0;margin:0 0 .85rem;font-size:clamp(1.15rem,2.4vw,1.55rem);font-weight:600}.login-lede{font-family:var(--login-ui);color:#e8f0ffb8;max-width:26rem;margin:0;font-size:clamp(.92rem,1.6vw,1.05rem);line-height:1.55}.login-product{z-index:1;width:min(100%,520px);margin-top:auto;animation:.9s cubic-bezier(.22,1,.36,1) .16s both login-product-in;position:relative}.login-product-window{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform-origin:0 100%;background:#0812288c;border:1px solid #ffffff24;border-radius:16px;overflow:hidden;transform:perspective(900px)rotateX(4deg)rotateY(-6deg);box-shadow:0 24px 60px #000c2873,inset 0 1px #ffffff1a}@media (width<=899px){.login-product{display:none}}.login-product-chrome{background:#ffffff0f;border-bottom:1px solid #ffffff14;gap:6px;padding:10px 14px;display:flex}.login-product-chrome span{background:#ffffff47;border-radius:50%;width:8px;height:8px}.login-product-body{grid-template-columns:56px 1fr;min-height:200px;display:grid}.login-product-rail{background:#0000002e;border-right:1px solid #ffffff14;flex-direction:column;gap:10px;padding:14px 12px;display:flex}.login-product-rail-item{background:#ffffff2e;border-radius:999px;height:10px}.login-product-rail-item.is-active{background:#5aa8ff;box-shadow:0 0 12px #5aa8ff8c}.login-product-main{flex-direction:column;gap:14px;padding:16px;display:flex}.login-product-row{background:#ffffff29;border-radius:6px;height:12px}.login-product-row--head{width:42%;height:14px}.login-product-cards{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.login-product-card{background:#ffffff12;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;gap:8px;min-height:88px;padding:12px 10px;display:flex}.login-product-card-bar{background:#5aa8ff;border-radius:999px;width:55%;height:6px}.login-product-card-bar.alt{background:#7dd3c7}.login-product-card-bar.soft{background:#f0c674}.login-product-card-line{background:#fff3;border-radius:999px;height:6px}.login-product-card-line.short{width:68%}.login-panel{background:radial-gradient(80% 60% at 100% 0%, #155eef0f 0%, transparent 55%), var(--login-panel);justify-content:center;align-items:center;padding:clamp(1.5rem,4vw,3rem);animation:.65s cubic-bezier(.22,1,.36,1) .12s both login-panel-in;display:flex}.login-panel-inner{width:100%;max-width:400px}.login-form{width:100%}@keyframes login-stage-in{0%{opacity:0}to{opacity:1}}@keyframes login-copy-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes login-product-in{0%{opacity:0;transform:translateY(28px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes login-panel-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes login-glow-drift{0%{transform:translate(0)}to{transform:translate(24px,18px)}}@media (prefers-reduced-motion:reduce){.login-stage,.login-stage-copy,.login-product,.login-panel,.login-stage-glow--a,.login-stage-glow--b{animation:none!important}}html,body,#root{height:100%;min-height:100%}body{color:#101828;background:#f8fafc;flex-direction:column;min-width:0;min-height:100dvh;margin:0;display:flex;overflow-x:clip}#root{flex-direction:column;flex:auto;width:100%;min-width:0;display:flex}a{color:#155eef;text-decoration:none}a:hover{text-decoration:underline}
