.auth-screen{background:var(--bg-2);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.auth-screen:before{content:"";background:radial-gradient(circle,#10b9811f 0%,#0000 60%);width:600px;height:600px;position:absolute;top:-20%;right:-10%}.auth-foot{text-align:center;color:var(--text-3);z-index:2;margin-top:20px;font-size:13px;font-weight:600;position:relative}.auth-foot a{color:var(--primary-dark);font-weight:700}.auth-row{justify-content:space-between;align-items:center;margin:4px 0 20px;font-size:13px;display:flex}.auth-check{color:var(--text-2);cursor:pointer;align-items:center;gap:8px;font-weight:600;display:flex}.auth-check input{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.auth-link{color:var(--primary-dark);font-weight:700}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-tint);outline:none}
