.auth-root{background:var(--gray-50);justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:flex}.auth-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:400px;padding:40px 36px 36px;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a}.auth-logo{margin-bottom:32px;line-height:0}.auth-heading{margin-bottom:28px}.auth-heading h1{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:6px;font-size:20px;font-weight:700}.auth-heading p{color:var(--text-secondary);font-size:13.5px;line-height:1.55}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-label{color:var(--gray-700);letter-spacing:.01em;font-size:12.5px;font-weight:600}.auth-input{width:100%;height:40px;color:var(--gray-900);background:var(--white);border:1px solid var(--border-strong);border-radius:var(--radius-md);outline:none;padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.auth-input::placeholder{color:var(--gray-400)}.auth-input:focus{border-color:var(--black);box-shadow:0 0 0 3px #0a0a0a12}.auth-input:disabled{background:var(--gray-50);color:var(--gray-500);cursor:not-allowed}.auth-otp-group{justify-content:flex-start;gap:8px;width:100%;display:flex}.auth-otp-cell{text-align:center;min-width:0;max-width:52px;height:48px;color:var(--gray-900);background:var(--white);border:1px solid var(--border-strong);border-radius:var(--radius-md);caret-color:#0000;outline:none;flex:1 1 0;font-family:inherit;font-size:18px;font-weight:600;transition:border-color .15s,box-shadow .15s}.auth-otp-cell:focus{border-color:var(--black);box-shadow:0 0 0 3px #0a0a0a12}.auth-otp-cell.filled{border-color:var(--black);background:var(--gray-50)}.auth-btn{width:100%;height:40px;color:var(--white);background:var(--black);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:7px;margin-top:4px;font-family:inherit;font-size:14px;font-weight:600;transition:background .14s,opacity .14s;display:flex}.auth-btn:hover:not(:disabled){background:var(--gray-800)}.auth-btn:disabled{opacity:.45;cursor:not-allowed}.auth-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:15px;height:15px;animation:.65s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-back{color:var(--gray-500);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;margin-bottom:4px;padding:0;font-size:13px;font-weight:500;transition:color .14s;display:inline-flex}.auth-back:hover{color:var(--gray-900)}.auth-resend-row{color:var(--gray-400);justify-content:center;align-items:center;gap:6px;margin-top:4px;font-size:12.5px;display:flex}.auth-resend-btn{color:var(--gray-700);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12.5px;font-weight:600;transition:color .14s}.auth-resend-btn:hover:not(:disabled){color:var(--gray-900)}.auth-resend-btn:disabled{color:var(--gray-400);cursor:default}.auth-msg{border-radius:var(--radius-sm);padding:10px 12px;font-size:12.5px;line-height:1.5}.auth-msg.error{color:var(--red);background:var(--red-light);border:1px solid #fecaca}.auth-msg.info{color:#166534;background:var(--green-light);border:1px solid #bbf7d0}.auth-divider{background:var(--border);height:1px;margin:24px 0 20px}.auth-footer{color:var(--gray-400);text-align:center;margin-top:24px;font-size:12px;line-height:1.6}.auth-footer a{color:var(--gray-600);text-underline-offset:2px;text-decoration:underline}@media (max-width:480px){.auth-root{background:var(--white);align-items:flex-start;padding:0}.auth-card{width:100%;max-width:100%;min-height:100vh;box-shadow:none;border:none;border-radius:0;padding:48px 24px 32px}}.auth-success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:8px 0;display:flex}.auth-success-icon{background:var(--green-light);width:48px;height:48px;color:var(--green);border:1px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;display:flex}.auth-success h2{color:var(--gray-900);letter-spacing:-.02em;font-size:17px;font-weight:700}.auth-success p{color:var(--text-secondary);font-size:13.5px;line-height:1.55}
