.room-scope.r-auth{min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:var(--r-bg)}.room-scope .a-side{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:var(--r-space-10);background:radial-gradient(900px 600px at 15% 10%,var(--r-a-100) 0,transparent 60%),radial-gradient(700px 500px at 90% 90%,color-mix(in srgb,var(--r-a-300) 50%,transparent) 0,transparent 60%),var(--r-surface);border-right:1px solid var(--r-border);overflow:hidden}.room-scope .a-side__brand{display:inline-flex;align-items:center;gap:var(--r-space-2);color:var(--r-text);text-decoration:none;font-weight:700;font-size:var(--r-text-lg);letter-spacing:-.01em}.room-scope .a-side__brand b{color:var(--r-a-500)}.room-scope .a-side__mark{width:32px;height:32px;display:grid;place-items:center;border-radius:var(--r-radius-sm);background:linear-gradient(135deg,var(--r-a-400),var(--r-a-600));color:#fff;font-weight:800}.room-scope .a-side__pitch h2{margin:0 0 var(--r-space-3);max-width:420px;font-size:30px;font-weight:750;letter-spacing:-.02em;line-height:1.15}.room-scope .a-side__pitch p{margin:0 0 var(--r-space-5);max-width:420px;color:var(--r-text-muted);font-size:var(--r-text-md)}.room-scope .a-side__points{display:flex;flex-direction:column;gap:var(--r-space-2);margin:0;padding:0;list-style:none;max-width:420px}.room-scope .a-side__points li{display:flex;align-items:flex-start;gap:var(--r-space-2);color:var(--r-text-muted);font-size:var(--r-text-base)}.room-scope .a-side__points li svg{flex-shrink:0;margin-top:2px;color:var(--r-ok)}.room-scope .a-side__foot{color:var(--r-text-subtle);font-size:var(--r-text-sm)}.room-scope .a-main{display:grid;place-items:center;padding:var(--r-space-8) var(--r-space-6)}.room-scope .a-card{width:min(400px,100%)}.room-scope .a-card h1{margin:0 0 var(--r-space-1);font-size:var(--r-text-2xl);font-weight:750;letter-spacing:-.02em}.room-scope .a-card__lead{margin:0 0 var(--r-space-6);color:var(--r-text-muted)}.room-scope .a-form{gap:var(--r-space-4)}.room-scope .a-field,.room-scope .a-form{display:flex;flex-direction:column}.room-scope .a-field .r-input{height:40px}.room-scope .a-field__row{display:flex;align-items:baseline;justify-content:space-between}.room-scope .a-field__hint{margin-top:var(--r-space-1);color:var(--r-text-subtle);font-size:var(--r-text-sm)}.room-scope .a-submit{height:42px;font-size:var(--r-text-md);font-weight:600}.room-scope .a-error{padding:var(--r-space-3) var(--r-space-4);background:var(--r-danger-soft);border:1px solid color-mix(in srgb,var(--r-danger) 30%,transparent);border-radius:var(--r-radius-md);color:var(--r-danger);font-size:var(--r-text-base)}.room-scope .a-switch{margin:var(--r-space-6) 0 0;color:var(--r-text-subtle);text-align:center}.room-scope .a-link,.room-scope .a-switch a{color:var(--r-a-500);font-weight:600;text-decoration:none}.room-scope .a-link:hover,.room-scope .a-switch a:hover{text-decoration:underline}.room-scope .a-mobile-brand{display:none;margin-bottom:var(--r-space-6)}@media (max-width:860px){.room-scope.r-auth{grid-template-columns:1fr}.room-scope .a-side{display:none}.room-scope .a-mobile-brand{display:inline-flex}}