.math-captcha{display:inline-flex;flex-direction:column;gap:4px}.math-captcha-row{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:#fafafa;border:1px solid #e2e2e2;border-radius:7px}.math-captcha-question{font-weight:600;white-space:nowrap;user-select:none}.math-captcha-input,.math-captcha-question{font-family:var(--font-manrope),sans-serif;font-size:13px;color:#1a1a1a}.math-captcha-input{width:52px;padding:6px 8px;font-weight:500;text-align:center;background:#ffffff;border:1px solid #e2e2e2;border-radius:6px;outline:none;box-sizing:border-box;transition:border-color .2s ease}.math-captcha-input:focus{border-color:#8b1538}.math-captcha-input--error{border-color:#c0392b}.math-captcha-refresh{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;flex-shrink:0;background:transparent;border:none;border-radius:4px;cursor:pointer;color:#595959;transition:color .2s ease}.math-captcha-refresh:hover{color:#8b1538}.math-captcha-refresh:focus-visible{outline:2px solid #8b1538;outline-offset:1px}.math-captcha-refresh-icon{width:13px;height:13px}.math-captcha-error{margin:0;font-family:var(--font-manrope),sans-serif;font-size:11px;font-weight:500;color:#c0392b;line-height:1.3}