.auth-screen{--auth-ink:#292b27;--auth-muted:#6f726c;--auth-purple:#6450b8;--auth-line:#e4e4dc;display:grid;grid-template-columns:minmax(340px,44%) 1fr;min-height:100dvh;background:#fdfdf9;color:var(--auth-ink);font-size:14px}.auth-screen *{box-sizing:border-box}.auth-screen a{text-underline-offset:4px}.auth-visual{position:relative;overflow:hidden;min-height:850px;background:#f1eee5;border-radius:0 28px 28px 0}.auth-art{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center bottom}.auth-brand{display:inline-flex;align-items:center;gap:11px;font-size:24px;font-weight:700;letter-spacing:-1px}.auth-brand svg{width:26px;height:26px;color:#7764aa}.auth-visual>.auth-brand{position:relative;margin:38px 42px}.auth-brand-dot{height:8px;width:8px;border-radius:50%;background:#d69c7d;margin-left:2px}.auth-visual-copy{position:relative;margin:46px 10%}.auth-eyebrow{display:block;font-size:10px;letter-spacing:2px;font-weight:700;color:#7b6a92}.auth-visual-copy h2{font-size:clamp(38px,4vw,64px);line-height:1.1;font-weight:500;letter-spacing:-3px;margin:20px 0}.auth-visual-copy h2 em{font-family:Georgia,serif;font-weight:400;color:#7056a7}.auth-visual-copy p{line-height:1.75;font-size:15px;color:#6c6a61}.auth-art-note{position:absolute;bottom:32px;left:10%;right:10%;display:flex;justify-content:space-between;font-size:12px;color:#646155}.auth-art-note span{font-size:24px}.auth-main{display:flex;flex-direction:column;padding:36px clamp(30px,5vw,92px) 24px;min-width:0}.auth-topline{display:flex;justify-content:flex-end;gap:9px;font-size:12px;color:var(--auth-muted)}.auth-topline a{font-weight:650;color:var(--auth-ink)}.auth-content{width:100%;max-width:420px;margin:auto;padding:58px 0}.auth-content h1{font-size:36px;font-weight:550;line-height:1.15;letter-spacing:-1.4px;margin:14px 0}.auth-description{font-size:14px;line-height:1.65;color:var(--auth-muted);margin-bottom:29px}.auth-providers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.auth-provider{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--auth-line);border-radius:10px;background:#fff;padding:13px 6px;font-weight:550;transition:border-color .15s,transform .15s}.auth-input-icon svg,.auth-provider svg{width:18px;height:18px;flex-shrink:0}.auth-provider:enabled:hover{transform:translateY(-2px);border-color:#ad9dcf}.auth-provider:disabled{opacity:.52;cursor:not-allowed}.auth-provider-note{font-size:11px;color:var(--auth-muted);text-align:center;line-height:1.5;margin-top:9px}.auth-divider{display:flex;align-items:center;gap:13px;font-size:11px;color:#8a8b82;margin:24px 0}.auth-divider span{height:1px;flex:1;background:var(--auth-line)}.auth-form{gap:18px}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:8px;font-size:12px;font-weight:600}.auth-screen input:not([type=checkbox]),.auth-screen select{width:100%;min-height:48px;border:1px solid var(--auth-line);border-radius:9px;padding:12px 14px;background:#fff;color:var(--auth-ink);font:inherit;font-size:14px;font-weight:400;transition:border-color .15s,box-shadow .15s}.auth-screen input::placeholder{color:#92958c}.auth-screen input:focus,.auth-screen select:focus{outline:0;border-color:#9581ca;box-shadow:0 0 0 3px #9d83d51c}.auth-screen a:focus-visible,.auth-screen button:focus-visible{outline:2px solid #8066bb;outline-offset:4px}.auth-input-icon,.auth-password{position:relative}.auth-password input{padding-right:48px!important}.auth-password button{position:absolute;right:12px;top:14px;color:#7e8178}.auth-password svg{width:19px;height:19px}.auth-input-icon>svg{position:absolute;left:14px;top:15px;color:#919587}.auth-input-icon input{padding-left:43px!important}.auth-label-row{display:flex;justify-content:space-between}.auth-label-row a{font-weight:450;color:var(--auth-purple)}.auth-password-hint{font-size:11px;font-weight:400;color:#86877d;display:flex;align-items:center;gap:6px}.auth-password-hint svg{width:13px;height:13px}.auth-hint-dot{height:5px;width:5px;border-radius:50%;background:#aaa}.auth-password-hint.is-valid{color:#487d62}.auth-primary,.auth-secondary{display:flex;justify-content:center;align-items:center;gap:10px;min-height:48px;border-radius:9px;font-size:13px;font-weight:650;padding:12px 18px;transition:background .15s,transform .15s}.auth-primary{background:#6b55ad;color:white;box-shadow:0 5px 12px #6450b822}.auth-primary:enabled:hover{background:#5d489e;transform:translateY(-1px)}.auth-primary svg{width:17px;height:17px}.auth-primary:disabled,.auth-secondary:disabled{opacity:.6;cursor:wait}.auth-secondary{border:1px solid var(--auth-line);background:#fff;color:var(--auth-ink)}.auth-text-button{font-size:12px;color:var(--auth-purple);text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:8px}.auth-method-switch{width:100%;margin-top:20px}.auth-text-button svg{width:15px;height:15px}.auth-agreement{font-size:10px;line-height:1.7;color:#8a8c81;text-align:center;margin-top:24px}.auth-agreement a{text-decoration:underline}.auth-terms-check{display:flex;gap:9px;align-items:flex-start;font-size:11px;color:#73766d;line-height:1.6}.auth-terms-check input{margin-top:3px;accent-color:#7056ad}.auth-terms-check a{text-decoration:underline}.auth-error,.auth-notice{padding:12px 14px;border-radius:8px;font-size:12px;line-height:1.6;margin-bottom:4px}.auth-error{background:#fff0ec;color:#9f402e;border:1px solid #f5d8cf}.auth-notice{background:#edf6ed;color:#3f7048}.auth-footer{justify-content:space-between;color:#8c8e85;font-size:10px}.auth-footer,.auth-footer>div{display:flex;gap:16px}.auth-mobile-brand{display:none}.auth-confirmation{text-align:center;padding:20px 0;display:flex;flex-direction:column;align-items:center;gap:18px}.auth-success-icon{height:64px;width:64px;background:#eee9fa;color:#8062b7;display:grid;place-items:center;border-radius:20px}.auth-success-icon svg{height:28px;width:28px}.auth-confirmation h2{font-size:22px;font-weight:550;letter-spacing:-.6px}.auth-confirmation p{color:var(--auth-muted);line-height:1.7}.auth-confirmation strong{font-weight:600;overflow-wrap:anywhere}.auth-help{font-size:12px;line-height:1.7;color:var(--auth-muted);margin-top:10px}.auth-help a{text-decoration:underline}.auth-code{font-size:28px!important;letter-spacing:10px;text-align:center;font-variant-numeric:tabular-nums}.auth-spin{animation:auth-spin 1s linear infinite}@keyframes auth-spin{to{transform:rotate(1turn)}}.auth-content{animation:auth-enter .45s ease-out both}@keyframes auth-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.auth-screen{grid-template-columns:40% 1fr}.auth-visual-copy{margin-top:48px}.auth-visual-copy h2{letter-spacing:-2px}.auth-main{padding-left:36px;padding-right:36px}.auth-visual>.auth-brand{margin-left:10%}}@media (max-width:899px){.auth-screen{display:block}.auth-visual{display:none}.auth-main{min-height:100dvh;padding:25px}.auth-mobile-brand{display:block}.auth-topline{margin-top:24px;justify-content:flex-start}.auth-content{padding:44px 0;max-width:420px}.auth-content h1{font-size:33px}.auth-footer{padding-top:22px;flex-wrap:wrap}.auth-providers{gap:8px}.auth-provider{font-size:12px}}@media (prefers-reduced-motion:reduce){.auth-screen *{animation:none!important;transition:none!important}}.auth-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.auth-topbar>[role=radiogroup]{flex-shrink:0}.auth-topbar .auth-topline{margin-top:0;flex-wrap:wrap}@media (max-width:899px){.auth-topbar{margin-top:24px;gap:16px}}:root:not([data-theme=light]) .auth-screen{--auth-ink:#f1eef6;--auth-muted:#b9b4c2;--auth-purple:#c7aff2;--auth-line:#48414f;background:#1b191f;color-scheme:dark}:root:not([data-theme=light]) .auth-visual{background:#292332;isolation:isolate}:root:not([data-theme=light]) .auth-art{opacity:.48;mix-blend-mode:luminosity}:root:not([data-theme=light]) .auth-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#292332 3%,#292332dd 25%,#29233244 60%,#29233233);pointer-events:none;z-index:0}:root:not([data-theme=light]) .auth-art-note,:root:not([data-theme=light]) .auth-visual-copy,:root:not([data-theme=light]) .auth-visual>.auth-brand{z-index:1}:root:not([data-theme=light]) .auth-brand svg,:root:not([data-theme=light]) .auth-eyebrow,:root:not([data-theme=light]) .auth-visual-copy h2 em{color:#c8b0ef}:root:not([data-theme=light]) .auth-art-note,:root:not([data-theme=light]) .auth-visual-copy p{color:#e1d7eb}:root:not([data-theme=light]) .auth-provider,:root:not([data-theme=light]) .auth-screen input:not([type=checkbox]),:root:not([data-theme=light]) .auth-screen select,:root:not([data-theme=light]) .auth-secondary{background:#26232c;color:var(--auth-ink)}:root:not([data-theme=light]) .auth-provider:enabled:hover{background:#312b3b;border-color:#aa8dc9}:root:not([data-theme=light]) .auth-screen input::placeholder{color:#a7a0b1}:root:not([data-theme=light]) .auth-agreement,:root:not([data-theme=light]) .auth-divider,:root:not([data-theme=light]) .auth-footer,:root:not([data-theme=light]) .auth-input-icon>svg,:root:not([data-theme=light]) .auth-password button,:root:not([data-theme=light]) .auth-password-hint,:root:not([data-theme=light]) .auth-terms-check{color:#b6afc0}:root:not([data-theme=light]) .auth-password-hint.is-valid{color:#a5d5b7}:root:not([data-theme=light]) .auth-primary{background:#c2a8e9;color:#251b32;box-shadow:0 5px 20px #0003}:root:not([data-theme=light]) .auth-primary:enabled:hover{background:#d1baf3}:root:not([data-theme=light]) .auth-screen input:focus,:root:not([data-theme=light]) .auth-screen select:focus{border-color:#c2a8e9;box-shadow:0 0 0 3px #c2a8e92a}:root:not([data-theme=light]) .auth-screen a:focus-visible,:root:not([data-theme=light]) .auth-screen button:focus-visible{outline-color:#d1baf3}:root:not([data-theme=light]) .auth-screen input[type=checkbox]{accent-color:#c2a8e9}:root:not([data-theme=light]) .auth-error{background:#3e282d;border-color:#71414a;color:#ffc0b8}:root:not([data-theme=light]) .auth-notice{background:#273a32;color:#b6dfbf}:root:not([data-theme=light]) .auth-success-icon{background:#3a2f48;color:#d2b7fa}:root:not([data-theme=light]) .auth-screen input:-webkit-autofill{-webkit-text-fill-color:var(--auth-ink);box-shadow:inset 0 0 0 1000px #26232c;caret-color:var(--auth-ink)}.auth-screen{--auth-ink:#192f43;--auth-muted:#5c6a74;--auth-purple:#235bb5;--auth-line:#d9ddd9;background:#fbf9f3}.auth-screen .auth-visual{display:flex;flex-direction:column;background:#f1efe6;border-radius:0;min-height:850px;padding:38px 42px;gap:25px;border-right:1px solid var(--auth-line)}.auth-screen .auth-visual>.auth-brand{margin:0;position:static}.auth-screen .auth-visual-copy{margin:20px 0 0;position:static}.auth-screen .auth-visual-copy h2{font-family:Georgia,serif;font-weight:400;letter-spacing:-2px;font-size:clamp(38px,4.3vw,62px);line-height:1.1}.auth-screen .auth-visual-copy h2 em{color:var(--auth-purple)}.auth-screen .auth-visual-copy p{color:var(--auth-muted);font-size:13px;line-height:1.8}.auth-screen .auth-coast-art{margin:auto 0 0;display:block}.auth-screen .auth-coast-art img{position:static;width:100%;height:340px;object-fit:cover;object-position:40%;border-radius:130px 130px 3px 3px}.auth-screen .auth-art-note{position:static;color:var(--auth-muted);font-size:10px}.auth-screen .auth-brand svg{color:var(--auth-purple)}.auth-screen .auth-brand-dot{display:none}.auth-screen .auth-eyebrow{color:var(--auth-purple)}.auth-screen .auth-content h1{font-family:Georgia,serif;font-size:39px;font-weight:400;letter-spacing:-1.4px}.auth-screen .auth-primary{background:var(--auth-purple);color:#fff;box-shadow:none}.auth-screen .auth-primary:enabled:hover{background:#19488f}.auth-screen .auth-visual:after{display:none}.auth-screen input:focus,.auth-screen select:focus{border-color:var(--auth-purple);box-shadow:0 0 0 3px #235bb51a}.auth-screen .auth-input-wrap input{background:#fffefa}:root:not([data-theme=light]) .auth-screen{--auth-ink:#f6f0e4;--auth-muted:#b4c0cc;--auth-purple:#9bbdff;--auth-line:#2b4154;background:#101f30}:root:not([data-theme=light]) .auth-screen .auth-visual{background:#15283b}:root:not([data-theme=light]) .auth-screen .auth-visual-copy h2{color:var(--auth-ink)}:root:not([data-theme=light]) .auth-screen .auth-visual-copy h2 em{color:var(--auth-purple)}:root:not([data-theme=light]) .auth-screen .auth-art{filter:none;opacity:1}:root:not([data-theme=light]) .auth-screen .auth-primary{color:#102642;background:var(--auth-purple);box-shadow:none}:root:not([data-theme=light]) .auth-screen .auth-primary:enabled:hover{background:#bbd1ff}:root:not([data-theme=light]) .auth-screen :is(.auth-eyebrow,.auth-brand svg){color:var(--auth-purple)}:root:not([data-theme=light]) .auth-screen input:not([type=checkbox]),:root:not([data-theme=light]) .auth-screen select{background:#15283b}:root:not([data-theme=light]) .auth-screen input:focus,:root:not([data-theme=light]) .auth-screen select:focus{border-color:var(--auth-purple);box-shadow:0 0 0 3px #9bbdff22}:root:not([data-theme=light]) .auth-screen :is(button,a):focus-visible{outline-color:var(--auth-purple)}:root:not([data-theme=light]) .auth-screen .auth-provider:enabled:hover{background:#20364b;border-color:#9bbdff}:root:not([data-theme=light]) .auth-screen .auth-input-wrap input{background:#15283b}:root:not([data-theme=light]) .auth-screen .auth-provider{background:#15283b;border-color:#2b4154;color:#f6f0e4}@media (max-width:1100px){.auth-screen .auth-visual{padding:32px}.auth-screen .auth-coast-art img{height:280px}}.auth-screen .auth-visual{position:sticky;top:0;height:100dvh;min-height:640px;gap:18px}.auth-screen .auth-coast-art img{height:min(32vh,300px)}@media (max-width:899px){.auth-screen .auth-visual{display:none}.auth-screen .auth-content h1{font-size:35px}}