.auth-page-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:24px}.auth-form-panel,.auth-hero-panel{padding:32px}.auth-hero-copy{display:grid;gap:16px;margin-bottom:24px}.auth-hero-copy h1{margin:0;font-family:var(--font-display),serif;font-size:clamp(2.2rem,4vw,4rem);line-height:.96;letter-spacing:-.04em}.auth-tab-row{display:flex;gap:12px;margin-bottom:18px;flex-wrap:wrap}.auth-tab-row-subtle{align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid rgba(80,60,42,.1);border-radius:var(--radius-sm);background:rgba(255,255,255,.62)}.auth-tab-status{color:var(--muted);font-size:.95rem;font-weight:600}.auth-switch-button{min-height:38px;padding:0 16px;font-weight:600}.auth-oauth-block{display:grid;gap:14px;margin-bottom:4px}.button-auth-google{display:inline-flex;width:100%;align-items:center;justify-content:center;gap:12px;min-height:46px;padding:0 18px;border:1px solid rgba(80,60,42,.18);border-radius:var(--radius-md);background:#fff;color:var(--text);font-size:.98rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.button-auth-google:hover:not(:disabled){border-color:rgba(15,118,110,.35);background:rgba(255,255,255,.95);box-shadow:0 1px 0 rgba(80,60,42,.06)}.button-auth-google:focus-visible{outline:2px solid rgba(15,118,110,.35);outline-offset:2px}.button-auth-google:disabled{cursor:not-allowed;opacity:.65}.auth-google-icon{width:20px;height:20px;flex-shrink:0}.auth-oauth-divider{display:flex;align-items:center;gap:14px;margin:0;color:var(--muted);font-size:.88rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.auth-oauth-divider:after,.auth-oauth-divider:before{content:"";flex:1 1;height:1px;background:rgba(80,60,42,.14)}.auth-password-wrap{position:relative}.auth-password-wrap input{padding-right:56px}.auth-peek-button{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:999px;background:transparent;color:var(--muted);user-select:none;-webkit-user-select:none;touch-action:manipulation}.auth-peek-button:hover{background:rgba(15,118,110,.08);color:var(--accent-strong);transform:translateY(-50%)}.auth-peek-button:focus-visible{outline:2px solid rgba(15,118,110,.2);outline-offset:2px}.auth-peek-icon{width:18px;height:18px;display:block}.auth-peek-icon path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.auth-page-grid-wide{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)}.auth-value-panel{display:grid;gap:24px;align-content:start;order:1;background:linear-gradient(180deg,rgba(255,252,247,.92),rgba(248,244,238,.88))}.auth-value-head{display:grid;gap:14px}.auth-form-head h2,.auth-value-head h1{margin:0;font-family:var(--font-display),serif}.auth-feature-panel-head p,.auth-form-head p,.auth-value-copy{margin:0}.auth-free-badge{justify-self:start}.auth-feature-panel{display:grid;gap:18px;padding:22px;border-radius:var(--radius-md);border:1px solid rgba(80,60,42,.1);background:rgba(255,255,255,.72)}.auth-feature-panel-head{display:grid;gap:8px}.auth-feature-panel-head h2{margin:0;font-size:1.4rem}.auth-features-title-emphasis{font-weight:800;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.auth-feature-list{display:grid;gap:12px}.auth-feature-item{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:start;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid rgba(15,118,110,.12);background:rgba(15,118,110,.05)}.auth-feature-item p{margin:0;line-height:1.5}.auth-feature-index{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid rgba(15,118,110,.12);color:var(--accent-strong);font-weight:700}.auth-form-panel{display:grid;gap:18px;align-content:start;order:2}.auth-form-head{display:grid;gap:8px}.auth-form-actions{justify-content:flex-start}@media (max-width:920px){.auth-page-grid,.auth-page-grid-wide{grid-template-columns:1fr}.auth-form-panel{order:1}.auth-value-panel{order:2}.auth-tab-row{width:100%}.auth-tab-row-subtle{align-items:flex-start;flex-direction:column}.auth-switch-button{width:100%}.auth-feature-item{grid-template-columns:1fr}}