.auth-container{display:grid;grid-template-columns:40fr 60fr;min-height:calc(100vh - 80px);overflow:hidden}.auth-left{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 3rem}.auth-blobs{position:absolute;inset:0;pointer-events:none;z-index:0}.auth-blob{position:absolute;border-radius:50%;filter:blur(80px);background:var(--auth-blob-left);animation:auth-blob-float 28s ease-in-out infinite}.auth-blobs-right .auth-blob{background:var(--auth-blob-right);animation-duration:26s}.auth-blob-1{width:280px;height:280px;left:-8%;top:15%;animation-delay:0s}.auth-blob-2{width:200px;height:200px;right:5%;top:55%;animation-delay:-9s}.auth-blob-3{width:160px;height:160px;left:30%;bottom:10%;animation-delay:-18s}@keyframes auth-blob-float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(20%,-12%) scale(1.06)}50%{transform:translate(-15%,16%) scale(.96)}75%{transform:translate(10%,6%) scale(1.03)}}.auth-card-wrapper{position:relative;z-index:1;width:100%;max-width:400px}.auth-right{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 3rem;background:var(--auth-marketing-bg);color:var(--auth-marketing-text)}.auth-marketing-content{position:relative;z-index:1;max-width:520px;text-align:center}.auth-marketing-title{font-size:clamp(2.5rem,6vw,4.2rem);font-weight:900;line-height:1.1;letter-spacing:-.03em;color:var(--auth-marketing-text);margin:0 0 1.25rem}.auth-marketing-subtitle{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:600;line-height:1.5;color:var(--auth-marketing-text);opacity:.92;margin:0}.auth-title{font-size:clamp(2rem,5vw,2.8rem);font-weight:900;text-align:left;margin-bottom:.5rem;color:var(--text)}.auth-subtitle{text-align:left;color:var(--text-muted);margin-bottom:1.55rem;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:1.15rem}.auth-error{background-color:color-mix(in oklab,var(--error) 12%,transparent);color:var(--error);border:1px solid color-mix(in oklab,var(--error) 35%,var(--border));border-radius:var(--radius-md)}.auth-error,.auth-success{padding:.75rem;font-size:.875rem}.auth-success{background-color:color-mix(in oklab,var(--success) 12%,transparent);color:var(--success);border:1px solid color-mix(in oklab,var(--success) 35%,var(--border));border-radius:var(--radius-md)}.auth-hint{margin:-.65rem 0 0;color:var(--text-muted);font-size:.8rem;line-height:1.4}.auth-turnstile{display:grid;gap:.45rem;justify-items:start;min-height:65px}.auth-checkbox-row{display:flex;align-items:flex-start;gap:.6rem;color:var(--text-muted);font-size:.9rem;line-height:1.45}.auth-checkbox-row input{margin-top:.2rem}.auth-secondary-link{color:var(--accent);font-weight:700;text-align:center;text-decoration:none}.auth-secondary-link:hover{text-decoration:underline}.auth-submit-button{width:100%;margin-top:.2rem}.auth-verify-notice{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem;padding:.5rem 0}.auth-verify-icon{font-size:2.8rem;line-height:1}.auth-verify-title{font-size:1.5rem;font-weight:800;color:var(--text);margin:0}.auth-verify-body{color:var(--text-muted);line-height:1.6;margin:0;font-size:.95rem}.auth-verify-hint{color:var(--text-muted);font-size:.82rem;line-height:1.5;margin:0;opacity:.8}@media (max-width:900px){.auth-container{grid-template-columns:1fr;grid-template-rows:auto 1fr}.auth-left,.auth-right{padding:2rem 1.5rem}}@media (max-width:640px){.auth-left{padding:1.1rem .85rem}.auth-right{padding:1.5rem .85rem}.auth-card-wrapper{max-width:100%}.auth-title{font-size:clamp(1.8rem,9vw,2.25rem)}.auth-subtitle{font-size:.95rem;margin-bottom:1.1rem}.auth-marketing-title{font-size:clamp(2rem,8vw,3rem)}.auth-marketing-subtitle{font-size:1rem}}