.auth{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-brand{position:relative;background:var(--pws-1);color:#fff;padding:56px 64px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.auth-brand:before{inset:0;background-image:url(/_next/static/media/bg-pattern-plus.a7027506.svg);background-size:32px 32px;opacity:.16}.auth-brand:after,.auth-brand:before{content:"";position:absolute;pointer-events:none}.auth-brand:after{bottom:-240px;left:-180px;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle,rgba(255,107,0,.36),transparent 65%)}.auth-brand>*{position:relative}.auth-brand-logo img{height:26px;display:block}.auth-brand-mid{max-width:480px}.auth-eyebrow{font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}.auth-headline{font-family:var(--font-display);font-size:clamp(36px,4vw,52px);font-weight:700;letter-spacing:-.025em;line-height:1.05;margin:14px 0 22px;color:#fff}.auth-headline em{font-style:normal;color:var(--pws-4)}.auth-lede{font-size:16px;line-height:1.55;color:hsla(0,0%,100%,.82);margin:0}.auth-platforms{display:flex;flex-direction:column;gap:12px;margin-top:36px}.auth-platform{display:flex;align-items:center;gap:14px;padding:12px 16px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-platform-ic{width:36px;height:36px;border-radius:9px;background:hsla(0,0%,100%,.08);display:grid;place-items:center;color:#fff;flex-shrink:0}.auth-platform-ic svg{width:18px;height:18px}.auth-platform-text{display:flex;flex-direction:column;line-height:1.2}.auth-platform-name{font-family:var(--font-display);font-weight:700;font-size:13px;color:#fff}.auth-platform-sub{font-size:11px;color:hsla(0,0%,100%,.65);margin-top:2px}.auth-foot{display:flex;align-items:center;gap:12px;font-size:12px;color:hsla(0,0%,100%,.6)}.auth-foot strong{color:hsla(0,0%,100%,.9);font-weight:600}.auth-form{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:56px 64px;background:#faf8f4;position:relative}.auth-form-inner{width:100%;max-width:420px}.auth-form-logo-mobile{display:none;margin-bottom:24px}.auth-form-logo-mobile img{height:22px}.auth-eyebrow-light{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--pws-1)}.auth-title{font-family:var(--font-display);font-size:clamp(28px,3.4vw,38px);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:10px 0 8px;color:#1a1426}.auth-sub{font-size:14px;color:#5c5870;line-height:1.55;margin:0 0 28px}.ms-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:14px;padding:16px 20px;background:#2f2f2f;color:#fff;border:1px solid #2f2f2f;border-radius:12px;font:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all .14s cubic-bezier(.16,1,.3,1);text-decoration:none;box-shadow:0 1px 2px rgba(16,24,40,.04),0 2px 6px rgba(16,24,40,.06)}.ms-btn:hover{background:#1a1a1a;border-color:#1a1a1a;transform:translateY(-1px);box-shadow:0 4px 10px rgba(16,24,40,.08),0 2px 4px rgba(16,24,40,.04)}.ms-btn:active{transform:translateY(0) scale(.99)}.ms-btn:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(66,4,109,.22)}.ms-btn-logo{width:20px;height:20px;display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5px;gap:1.5px;flex-shrink:0}.ms-btn-logo span{display:block;border-radius:1px}.ms-btn-logo .ms1{background:#f25022}.ms-btn-logo .ms2{background:#7fba00}.ms-btn-logo .ms3{background:#00a4ef}.ms-btn-logo .ms4{background:#ffb900}.auth-trust{display:flex;flex-direction:column;gap:8px;margin-top:24px;padding:14px 16px;background:var(--soft-lavender);border:1px solid rgba(66,4,109,.14);border-radius:10px}.auth-trust-row{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:#2a1751;line-height:1.5}.auth-trust-row svg{flex-shrink:0;width:14px;height:14px;color:var(--pws-1);margin-top:2px}.auth-divider{display:flex;align-items:center;gap:12px;margin:28px 0 20px;color:#8a8699;font-size:11px;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:#e6e3dc}.auth-help{text-align:center;font-size:13px;color:#5c5870}.auth-help a{color:var(--pws-1);font-weight:600;text-decoration:none}.auth-help a:hover{text-decoration:underline}.auth-form-footer{width:100%;max-width:420px;margin-top:40px;padding-top:24px;border-top:1px solid #e6e3dc;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#8a8699}.auth-form-footer a{color:#5c5870;text-decoration:none;margin-left:16px}.auth-form-footer a:hover{color:var(--pws-1)}.ms-btn.loading{pointer-events:none;color:hsla(0,0%,100%,.85)}.ms-btn .spinner{display:none;width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.ms-btn.loading .ms-btn-logo{display:none}.ms-btn.loading .spinner{display:block}.ms-btn.loading .ms-btn-label:after{content:"…";animation:dots 1.4s steps(4) infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}@media (max-width:860px){.auth{grid-template-columns:1fr}.auth-brand{display:none}.auth-form{padding:32px 24px;min-height:100vh}.auth-form-logo-mobile{display:block}.auth-form-footer{flex-direction:column;gap:6px;max-width:100%}}