.auth-shell{background:var(--dark);min-height:100vh;padding:var(--space-6) var(--space-4);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.auth-shell__bg{pointer-events:none;position:absolute;inset:0}.auth-shell__orb{filter:blur(120px);opacity:.18;background:var(--primary);border-radius:50%;position:absolute}.auth-shell__orb--a{width:38vw;height:38vw;animation:12s ease-in-out infinite orbFloat;top:-10%;left:-10%}.auth-shell__orb--b{background:var(--accent);opacity:.12;width:32vw;height:32vw;animation:10s ease-in-out infinite reverse orbFloat;bottom:-12%;right:-12%}@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}50%{transform:translate(20px,-30px)scale(1.05)}}.auth-shell__inner{z-index:1;width:100%;max-width:440px;position:relative}.auth-shell__logo{text-align:center;font-family:var(--font-display);font-size:var(--text-4xl);letter-spacing:-.02em;color:var(--text);margin-bottom:var(--space-6);font-weight:800;text-decoration:none;display:block}.auth-shell__logo span{color:var(--primary)}.auth-shell__card{padding:var(--space-8) var(--space-6)}.auth-shell__eyebrow{font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--primary);background:var(--primary-soft);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);margin-bottom:var(--space-4);font-weight:600;display:inline-block}.auth-shell__title{font-family:var(--font-display);font-size:var(--text-3xl);color:var(--text);letter-spacing:-.02em;margin-bottom:var(--space-2);font-weight:700}.auth-shell__subtitle{color:var(--text2);font-size:var(--text-sm);line-height:var(--leading-relaxed);margin-bottom:var(--space-6)}.auth-shell__socials{gap:var(--space-3);margin-bottom:var(--space-5);flex-direction:column;display:flex}.auth-shell__divider{align-items:center;gap:var(--space-3);color:var(--text3);margin:var(--space-5) 0;display:flex}.auth-shell__divider:before,.auth-shell__divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-shell__divider span{font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;font-weight:600}.auth-shell__form{gap:var(--space-4);flex-direction:column;display:flex}.auth-shell__error{font-size:var(--text-sm);color:var(--danger);background:var(--danger-soft);border:1px solid var(--danger);border-radius:var(--radius);padding:var(--space-3) var(--space-4);align-items:center;gap:var(--space-2);display:flex}.auth-shell__eye{right:var(--space-3);color:var(--text3);cursor:pointer;padding:var(--space-1);border-radius:var(--radius-sm);transition:color var(--tr), background var(--tr);background:0 0;border:none;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.auth-shell__eye:hover{color:var(--text);background:var(--surface-hover)}.auth-shell__hint{text-align:center;font-size:var(--text-sm);color:var(--text2);margin-top:var(--space-4)}.auth-shell__linkbtn{color:var(--primary);cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:none}.auth-shell__linkbtn:hover{text-decoration:underline}.auth-shell__legal{text-align:center;margin-top:var(--space-4);font-size:var(--text-xs);color:var(--text3)}.auth-shell__legal a{color:var(--text2);text-decoration:underline}.otp-row{gap:var(--space-2);margin:var(--space-5) 0 var(--space-6);justify-content:center;display:flex}.otp-input{text-align:center;width:48px;height:56px;font-size:var(--text-2xl);border-radius:var(--radius);border:1.5px solid var(--border);background:var(--dark3);color:var(--text);transition:border-color var(--tr), box-shadow var(--tr);outline:none;font-weight:700}.otp-input:focus{border-color:var(--primary);box-shadow:var(--shadow-focus)}.otp-input.is-filled{border-color:var(--primary)}.register-grid{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}@media (max-width:460px){.otp-input{width:40px;height:48px;font-size:var(--text-xl)}.auth-shell__card{padding:var(--space-6) var(--space-4)}.register-grid{grid-template-columns:1fr}}
