.auth-split{background:var(--surface);min-height:100dvh;font-family:var(--font-body);color:var(--text-secondary);display:flex}.auth-brand{background:var(--color-ocean);color:var(--color-white);flex-direction:column;flex:44%;justify-content:space-between;gap:48px;padding:44px 48px;display:flex}.auth-brand-wordmark{width:148px;height:auto;display:block}.auth-brand-middle{max-width:400px}.auth-brand-title{font-family:var(--font-family);letter-spacing:-.01em;color:var(--color-white);margin:0 0 12px;font-size:30px;font-weight:600;line-height:1.2}.auth-brand-desc{color:var(--color-text-inverse-muted);margin:0 0 36px;font-size:14px;line-height:1.6}.auth-brand-list{margin:0;padding:0;list-style:none}.auth-brand-item{border-top:1px solid var(--nav-border);padding:14px 0}.auth-brand-item:last-child{padding-bottom:0}.auth-brand-item-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-white);font-size:11px;font-weight:600}.auth-brand-item-desc{color:var(--color-text-inverse-muted);margin:5px 0 0;font-size:13px;line-height:1.55}.auth-brand-foot{font-family:var(--font-mono);letter-spacing:.08em;color:var(--color-text-inverse-muted);margin:0;font-size:11px}.auth-pane{background:var(--surface-raised);flex:56%;justify-content:center;align-items:center;padding:48px 24px;display:flex}.auth-form-col{width:100%;max-width:352px}.auth-title{font-family:var(--font-family);color:var(--text-primary);margin:0 0 6px;font-size:20px;font-weight:600}.auth-sub{color:var(--text-muted);margin:0 0 24px;font-size:13px}.auth-social{box-sizing:border-box;border:1px solid var(--border-strong);border-radius:var(--r-ctl);background:var(--surface-raised);width:100%;min-height:42px;color:var(--text-primary);cursor:pointer;justify-content:center;align-items:center;gap:9px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:background-color .15s,border-color .15s;display:inline-flex}.auth-social:hover:not(:disabled){background:var(--surface)}.auth-social:disabled{opacity:.55;cursor:not-allowed}.auth-or{font-family:var(--font-mono);letter-spacing:.12em;color:var(--text-muted);align-items:center;gap:12px;margin:20px 0;font-size:11px;display:flex}.auth-or:before,.auth-or:after{content:"";background:var(--border);flex:1;height:1px}.auth-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 6px;font-size:11px;font-weight:600;display:block}.auth-field{box-sizing:border-box;border:1px solid var(--border);border-radius:var(--r-ctl);background:var(--surface-raised);width:100%;color:var(--text-primary);margin-bottom:16px;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.auth-field::placeholder{color:var(--text-muted)}.auth-field:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent);outline:none}.auth-primary{box-sizing:border-box;border-radius:var(--r-ctl);background:var(--accent);width:100%;min-height:42px;color:var(--accent-contrast);cursor:pointer;border:none;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:background-color .15s}.auth-primary:hover:not(:disabled){background:var(--accent-hover)}.auth-primary:active:not(:disabled){transform:translateY(.5px)}.auth-primary:disabled{opacity:.55;cursor:not-allowed}.auth-linkbtn{width:100%;color:var(--accent);cursor:pointer;background:0 0;border:none;margin-top:14px;padding:4px 0;font-family:inherit;font-size:13px;font-weight:600;display:block}.auth-linkbtn:hover:not(:disabled){text-decoration:underline}.auth-linkbtn:disabled{opacity:.55;cursor:not-allowed}.auth-msg{margin:14px 0 0;padding-left:10px;font-size:13px;line-height:1.5}.auth-msg[data-kind=err]{border-left:2px solid var(--status-critical)}.auth-msg[data-kind=ok]{border-left:2px solid var(--status-positive)}.auth-switch{text-align:center;color:var(--text-muted);margin:24px 0 0;font-size:13px}.auth-switch button{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600}.auth-switch button:hover{text-decoration:underline}.auth-split :is(button,a):focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-brand :is(button,a):focus-visible{outline-color:var(--nav-accent)}@media (max-width:880px){.auth-split{flex-direction:column}.auth-brand{flex:none;gap:20px;padding:28px 24px}.auth-brand-wordmark{width:128px}.auth-brand-middle{max-width:none}.auth-brand-title{margin-bottom:6px;font-size:22px}.auth-brand-desc{margin-bottom:0}.auth-brand-list,.auth-brand-foot{display:none}.auth-pane{flex:1 0 auto;align-items:flex-start;padding:36px 24px 48px}}@media (prefers-reduced-motion:reduce){.auth-split *,.auth-split :before,.auth-split :after{transition-duration:.01ms!important}}
