.auth-shell{border-radius:0;grid-template-columns:1fr 1fr;height:100%;min-height:100dvh;display:grid;overflow:hidden}.auth-brand-panel{color:#fff;background:#0b1220;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:40px 44px;display:flex;position:relative;overflow:hidden}.auth-brand-bg{z-index:0;background:url(/auth-bg.png) 50%/cover no-repeat;animation:1.4s ease-out both bgFadeIn;position:absolute;inset:0}.auth-brand-overlay{z-index:1;background:linear-gradient(#0b1220e0 0%,#0b1220b8 50%,#0b122099 100%);position:absolute;inset:0}.auth-brand-logo{z-index:3;opacity:0;align-items:center;gap:18px;margin-top:8px;animation:.8s ease-out .2s forwards fadeInDown;display:flex;position:relative}.auth-brand-wordmark{letter-spacing:-.05em;align-items:baseline;gap:8px;font-size:clamp(34px,2.4vw,56px);font-weight:600;line-height:.9;display:flex}.auth-brand-engineering{color:#f4f7fb;font-size:38px;font-weight:500;display:inline-block}.auth-brand-os{letter-spacing:-.02em;color:#5dcaa5;text-transform:uppercase;font-size:.72em;font-weight:700;display:inline-block;transform:translateY(-.12em)}.auth-brand-copy{z-index:3;opacity:0;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;margin-bottom:42px;animation:.9s ease-out .5s forwards fadeInUp;display:flex;position:relative}.auth-brand-headline{letter-spacing:-.045em;max-width:610px;margin:0 0 18px;font-size:clamp(40px,2vw,48px);font-weight:500;line-height:1.2}.auth-brand-description{color:#cbd9f5;max-width:620px;margin:0;font-size:clamp(14px,1vw,19px);line-height:1.5}.auth-carousel-dots{z-index:3;opacity:0;gap:6px;animation:.7s ease-out .8s forwards fadeInUp;display:flex;position:relative}.auth-dot{background:#2a3446;border-radius:2px;width:20px;height:3px;transition:background .3s,width .3s}.auth-dot--active{background:#5dcaa5;width:28px}.auth-form-panel{background:#fafaf9;justify-content:center;align-items:flex-start;padding:60px 56px;display:flex;overflow-y:auto}.auth-form-inner{opacity:0;width:100%;max-width:420px;margin:auto;animation:.8s ease-out .4s forwards formSlideIn}@keyframes bgFadeIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@keyframes formSlideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width:900px){.auth-shell{grid-template-columns:1fr;overflow-y:auto}.auth-brand-panel{min-height:360px;padding:32px 28px}.auth-brand-headline{max-width:none;font-size:34px}.auth-brand-description{max-width:none;font-size:13px}.auth-form-panel{padding:40px 28px}}@media (max-width:480px){.auth-brand-panel{min-height:280px;padding:24px 20px}.auth-brand-headline{font-size:34px}.auth-form-panel{padding:32px 20px}.auth-form-inner{max-width:100%}}@media (prefers-reduced-motion:reduce){.auth-brand-bg,.auth-brand-logo,.auth-brand-copy,.auth-carousel-dots,.auth-form-inner{opacity:1;animation:none;transform:none}}
.google-signin-slot{justify-content:center;min-height:44px;display:flex}.google-signin-slot[data-disabled]{pointer-events:none;opacity:.6}.auth-google-divider{letter-spacing:.4px;color:#8a8f98;text-transform:uppercase;align-items:center;gap:12px;margin:20px 0;font-size:11px;font-weight:500;display:flex}.auth-google-divider:before,.auth-google-divider:after{content:"";background:#e2e4e8;flex:1;height:.5px}.auth-google-hint{color:#8a8f98;border:.5px dashed #d6d9de;border-radius:8px;margin:20px 0 0;padding:10px 12px;font-size:12px;line-height:1.5}.auth-google-hint code{color:#4b5563;font-size:11px}
.signin-heading{color:#0b1220;letter-spacing:-.01em;margin:0 0 6px;font-size:22px;font-weight:500}.signin-subheading{color:#6b7280;margin:0 0 32px;font-size:13px;line-height:1.5}.signin-form{flex-direction:column;gap:16px;display:flex}.signin-field{flex-direction:column;display:flex}.signin-label{letter-spacing:.4px;color:#8a8f98;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:500}.signin-input{color:#0b1220;background:#fff;border:.5px solid #e2e4e8;border-radius:8px;outline:none;height:42px;padding:0 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.signin-input::placeholder{color:#b0b5bf}.signin-input:focus{border-color:#378add;box-shadow:0 0 0 3px #378add1f}.signin-input:disabled{cursor:not-allowed;opacity:.6}.signin-input[aria-invalid=true]{border-color:#c0392b;box-shadow:0 0 0 3px #c0392b1a}.signin-field-error{color:#c0392b;margin:4px 0 0;font-size:12px;line-height:1.4}.signin-submit{color:#fff;cursor:pointer;background:#0b1220;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:44px;margin-top:4px;font-family:inherit;font-size:14px;font-weight:500;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.signin-submit:hover:not(:disabled){background:#1a2740;transform:translateY(-1px);box-shadow:0 4px 12px #0b122040}.signin-submit:active:not(:disabled){box-shadow:none;transform:translateY(0)}.signin-submit:disabled{cursor:not-allowed;opacity:.7}.signin-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spinnerRotate;display:inline-block}@keyframes spinnerRotate{to{transform:rotate(360deg)}}.signin-note{text-align:center;color:#9ca3af;margin:16px 0 0;font-size:12px;line-height:1.4}.signin-signup-link{text-align:center;color:#4b5563;margin:20px 0 0;font-size:13px;line-height:1.4}.signin-link{color:#0b1220;border-bottom:1px solid #0000;font-weight:500;text-decoration:none;transition:color .2s}.signin-link:hover{border-bottom-color:#0b1220}@media (max-width:480px){.signin-heading{font-size:20px}.signin-subheading{margin-bottom:24px;font-size:12px}.signin-input{height:40px;font-size:13px}.signin-submit{height:42px;font-size:13px}}
