.auth-body{background:var(--bg);min-height:100vh}.auth-shell{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-col{width:100%;max-width:640px;display:flex;flex-direction:column}.auth-side .auth-col{padding:48px 72px 40px 64px}.auth-main .auth-col{padding:36px 72px 48px}.auth-side{background:var(--ink);color:#d4c9b8;position:relative;overflow:hidden;display:flex;justify-content:flex-end}.auth-side:before{content:"";position:absolute;top:-160px;left:-120px;width:640px;height:480px;background:radial-gradient(closest-side,rgba(212,184,122,.1),transparent 70%);pointer-events:none}.auth-side>*{position:relative}.auth-side .brand{color:#fff;font-size:20px}.auth-side .brand-mark{background:#fff;color:var(--ink)}.auth-pull{margin:auto 0;padding:48px 0}.auth-pull h2{font-family:var(--sans);font-weight:500;font-size:clamp(32px,3.2vw,44px);line-height:1.08;letter-spacing:-.03em;color:#fff;margin-bottom:16px;text-wrap:balance;max-width:480px}.auth-pull h2 em{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--champagne-soft);letter-spacing:-.01em}.auth-pull>p{font-size:15.5px;line-height:1.55;color:rgba(235,225,205,.72);max-width:430px;text-wrap:pretty}.auth-photo{margin:36px 0 0;max-width:440px}.auth-photo-frame{display:block;border-radius:var(--r-lg);overflow:hidden;border:1px solid rgba(255,255,255,.14)}.auth-photo img{width:100%;height:auto;display:block}.auth-photo-cap{margin-top:10px;font-size:10.5px;letter-spacing:.14em}.auth-photo-cap,.auth-side-foot{font-family:var(--mono);text-transform:uppercase;color:rgba(235,225,205,.45)}.auth-side-foot{margin-top:auto;display:flex;justify-content:space-between;gap:16px;font-size:11px;letter-spacing:.08em;padding-top:24px}.auth-side-foot a{color:rgba(235,225,205,.7)}.auth-side-foot a:hover{color:var(--champagne-soft)}.auth-main{display:flex;justify-content:flex-start;background:var(--bg)}.auth-top{display:flex;justify-content:space-between;gap:10px 24px;flex-wrap:wrap;font-size:13.5px;color:var(--muted)}.auth-top>:last-child{margin-left:auto}.auth-top a{color:var(--accent);font-weight:500}.auth-top a:hover{color:var(--accent-hover)}.auth-content{max-width:400px;width:100%;margin:auto 0;padding:48px 0}.auth-content h1{font-size:38px;font-weight:500;letter-spacing:-.028em;margin-bottom:10px}.auth-content h1 em{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--accent)}.auth-lead{font-size:15.5px;line-height:1.55;color:var(--ink-2);margin-bottom:30px;text-wrap:pretty}.auth-oauth{margin-bottom:18px}.btn-google{background:#fff;color:var(--ink);border-color:var(--line-2);box-shadow:0 1px 2px rgba(0,0,0,.04)}.btn-google:hover{border-color:var(--ink-2);transform:translateY(-1px)}.btn-google svg{flex:0 0 auto}.auth-or{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:var(--muted)}.auth-or:after,.auth-or:before{content:"";height:1px;flex:1;background:var(--line-2)}.auth-or span{font-family:var(--mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-note{font-size:12.5px;color:var(--muted);text-align:center;margin-top:4px;line-height:1.5}.auth-note a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.auth-card{border:1px solid var(--line-2);background:#fff;border-radius:var(--r-lg);padding:20px 22px;font-size:14px;line-height:1.55;color:var(--ink-2)}.auth-card strong{display:block;color:var(--ink);margin-bottom:6px;font-size:15px}.auth-card b{color:var(--ink);font-weight:600;overflow-wrap:anywhere}.auth-card.ok{background:var(--ok-soft);border-color:var(--ok)}.auth-card.err{background:var(--danger-soft);border-color:var(--danger);margin-bottom:16px}.auth-card-foot{margin-top:14px;font-size:13px}.auth-card-foot a{color:var(--accent);font-weight:500}.auth-code{margin-top:14px;padding-top:14px;border-top:1px solid var(--ok)}.auth-code .btn-link{font-size:13px;font-weight:500;padding:12px 0;margin:-12px 0}.auth-code-form{display:flex;flex-direction:column;gap:8px}.auth-code-label{font-family:var(--mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.auth-code-row{display:flex;gap:8px;align-items:stretch}.auth-code-row .input{flex:1;min-width:0;font-family:var(--mono);font-size:17px;letter-spacing:.32em;text-indent:.32em;text-align:center;background:#fff}.auth-code-row .btn{flex:0 0 auto}.auth-code-err{color:var(--danger);font-size:12.5px;line-height:1.45}.auth-code-note{font-size:12px;color:var(--muted);line-height:1.45}@media (max-width:880px){.auth-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.auth-side{justify-content:flex-start}.auth-side .auth-col{max-width:none;flex-direction:row;align-items:center;padding:16px 24px}.auth-pull,.auth-side-foot{display:none}.auth-main{justify-content:center}.auth-main .auth-col{max-width:none;padding:20px 24px 48px}.auth-content{margin:0 auto;padding:28px 0}.auth-content h1{font-size:32px}}@media (max-width:400px){.auth-code-row .input{font-size:16px;letter-spacing:.14em;text-indent:.14em}}