.sindomae-auth-page{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:3rem 1.25rem 4rem;background:linear-gradient(180deg,#f8fafc,#fff)}.sindomae-auth-card{width:100%;max-width:440px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 12px 40px rgba(15,23,42,.08);padding:1.75rem}.sindomae-auth-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:.75rem}.sindomae-auth-tab{flex:1 1;padding:.55rem .75rem;border:none;background:transparent;font-size:.95rem;font-weight:600;color:#64748b;cursor:pointer;border-radius:8px;font-family:inherit}.sindomae-auth-tab--active{background:#eff6ff;color:#2563eb}.sindomae-auth-form__title{margin:0 0 1.25rem;font-size:1.35rem;font-weight:700;color:#0f172a}.sindomae-auth-form label{display:block;margin-bottom:.85rem;font-size:.85rem;font-weight:600;color:#334155}.sindomae-auth-form input{display:block;width:100%;margin-top:.35rem;padding:.65rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;font-family:inherit}.sindomae-auth-captcha{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem;padding:.65rem .75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.sindomae-auth-captcha__q{flex:1 1;font-weight:600;color:#0f172a}.sindomae-auth-captcha button{border:1px solid #cbd5e1;background:#fff;padding:.35rem .65rem;border-radius:6px;font-size:.8rem;cursor:pointer;font-family:inherit}.sindomae-auth-submit{width:100%;margin-top:.5rem;padding:.75rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;font-family:inherit}.sindomae-auth-submit:disabled{opacity:.65;cursor:not-allowed}.sindomae-auth-msg{margin:.75rem 0 0;font-size:.88rem}.sindomae-auth-msg--err{color:#b91c1c}.sindomae-auth-msg--ok{color:#15803d}.sindomae-auth-back{margin:1.25rem 0 0;text-align:center;font-size:.9rem}.sindomae-auth-back a{color:#2563eb}