/* Alix OTPs red & white theme */
.alixotps-wrapper { display:flex; justify-content:center; margin: 24px 0; }
.alixotps-card { background:#fff; border:2px solid #e21; border-radius:14px; width:100%; max-width:420px; box-shadow:0 8px 24px rgba(0,0,0,.08); }
.alixotps-title { margin:0; padding:16px 18px; background:#e21; color:#fff; border-radius:12px 12px 0 0; font-size:1.15rem; font-weight:700; letter-spacing:.2px; }
.alixotps-form { padding:18px; }
.alixotps-field { margin-bottom:14px; }
.alixotps-field label { display:block; font-weight:600; margin-bottom:6px; color:#222; }
.alixotps-field input { width:100%; padding:10px 12px; border:1.5px solid #ddd; border-radius:10px; outline:none; transition:.2s border-color,.2s box-shadow; }
.alixotps-field input:focus { border-color:#e21; box-shadow:0 0 0 3px rgba(226,17,34,.15); }
.alixotps-actions { display:flex; gap:10px; }
.alixotps-btn { appearance:none; border:none; background:#e21; color:#fff; border-radius:10px; padding:10px 14px; cursor:pointer; font-weight:700; }
.alixotps-btn:hover { filter:brightness(.95); }
.alixotps-btn:disabled { opacity:.6; cursor:not-allowed; }
.alixotps-msg { margin-top:12px; min-height:18px; color:#444; font-weight:600; }
.alixotps-msg.error { color:#b00020; }
.alixotps-msg.success { color:#1b7f2c; }
.alixotps-otp { margin-top:8px; padding-top:12px; border-top:1px dashed #eee; }
