/* Account / Profile — feature-specific additions on top of vx-design-system.css */

/* ── Email verification banner (amber) ───────────────────────────────────── */
.acct-verify-banner {
    display: flex; align-items: flex-start; gap: 11px;
    background: #FFF8EC; border: 1px solid #F4E3BE; border-radius: 11px; padding: 13px 16px;
    font-size: 13.5px; color: #7A5B12;
}
.acct-verify-banner svg { flex-shrink: 0; margin-top: 1px; }
.acct-verify-banner a { font-weight: 700; color: #3B6EF6; text-decoration: underline; }

/* ── 2-column form field grid ────────────────────────────────────────────── */
.acct-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 640px) { .acct-field-grid { grid-template-columns: 1fr; } }

/* ── Address section divider and heading ─────────────────────────────────── */
.acct-section-divider { border-top: 1px solid #EEF1F6; padding-top: 20px; }
.acct-section-title { font-size: 16px; font-weight: 800; color: #1E2A63; margin: 0 0 18px; }

/* ── Balance stat (Add Funds) ────────────────────────────────────────────── */
.acct-balance-wrap { text-align: center; padding: 8px 0 4px; }
.acct-balance-label {
    font-size: 12.5px; font-weight: 800; letter-spacing: .04em; color: #1E2A63;
    text-transform: uppercase;
}
.acct-balance-amount {
    font-size: 44px; font-weight: 800; color: #1FA463; margin: 6px 0 4px; letter-spacing: -.02em;
    line-height: 1;
}
.acct-balance-sub { font-size: 13px; color: #8892A8; }

/* ── Amount input with $ prefix ──────────────────────────────────────────── */
.acct-amount-wrap { position: relative; }
.acct-amount-prefix {
    position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
    font-size: 16px; font-weight: 700; color: #94A0B8; pointer-events: none;
}
.acct-amount-wrap .vx-input { padding-left: 30px; height: 52px; font-size: 16px; }
.acct-amount-hint { font-size: 12px; color: #94A0B8; margin-top: 7px; }

/* ── "How it works" info card ────────────────────────────────────────────── */
.acct-info-card {
    background: #F4F8FF; border: 1px solid #DBE7FF; border-radius: 12px; padding: 16px 18px;
}
.acct-info-card-head {
    display: flex; align-items: center; gap: 8px;
    font-size: 13.5px; font-weight: 800; color: #3B6EF6; margin-bottom: 12px;
}
.acct-info-row { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: #42506F; }
.acct-info-row + .acct-info-row { margin-top: 9px; }
.acct-info-row svg { flex-shrink: 0; }

/* ── Quick Add preset buttons ────────────────────────────────────────────── */
.acct-quick-add-label { font-size: 13.5px; font-weight: 800; color: #1E2A63; margin-bottom: 11px; }
.acct-quick-add-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; }
.acct-quick-add-btn {
    height: 48px; display: flex; align-items: center; justify-content: center;
    border: 1.5px solid #D9E0EC; border-radius: 10px; font-size: 15px; font-weight: 700;
    color: #3D486A; cursor: pointer; background: #fff;
    transition: border-color .15s, color .15s, background .15s;
}
.acct-quick-add-btn:hover { border-color: #3B6EF6; color: #3B6EF6; background: #F5F8FF; }

/* ── Auto-Recharge row ───────────────────────────────────────────────────── */
.acct-recharge-row {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    flex-wrap: wrap; border-top: 1px solid #EEF1F6; padding-top: 20px;
}
.acct-recharge-info { flex: 1; min-width: 0; }
.acct-recharge-title {
    display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; color: #1E2A63;
}
.acct-recharge-desc { font-size: 12.5px; color: #94A0B8; margin-top: 4px; }
.acct-recharge-settings { display: flex; flex-direction: column; gap: 16px; }

/* ── Add Funds centered column ───────────────────────────────────────────── */
.acct-funds-col {
    max-width: 720px; margin: 0 auto; width: 100%; box-sizing: border-box;
    display: flex; flex-direction: column; gap: 24px;
}

/* ── Security row list ───────────────────────────────────────────────────── */
.acct-security-list { display: flex; flex-direction: column; gap: 14px; }
.acct-security-row {
    display: flex; align-items: center; gap: 16px; padding: 18px 20px;
    border: 1px solid #E9EDF4; border-radius: 13px; text-decoration: none;
    transition: border-color .15s, background .15s;
}
.acct-security-row:hover { border-color: #3B6EF6; background: #F9FBFE; }
.acct-security-icon {
    width: 42px; height: 42px; border-radius: 11px; background: #EEF3FF; color: #3B6EF6;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.acct-security-body { flex: 1; min-width: 0; }
.acct-security-title { font-size: 15px; font-weight: 800; color: #1E2A63; }
.acct-security-desc { font-size: 13px; color: #8892A8; margin-top: 3px; line-height: 1.5; }
.acct-security-status { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.acct-security-status-label { font-size: 11px; font-weight: 700; letter-spacing: .05em; color: #94A0B8; white-space: nowrap; }
.acct-chevron { flex-shrink: 0; }

/* ── Danger badge variant (login history "Failed") ───────────────────────── */
.vx-badge-danger { color: #E5484D; background: #FDE9EC; }

/* ── Security sub-page narrow form ──────────────────────────────────────── */
.acct-subpage-wrap { max-width: 520px; margin: 0 auto; }
.acct-subpage-head { margin-bottom: 24px; }
.acct-subpage-title { font-size: 18px; font-weight: 800; color: #1E2A63; margin: 0 0 6px; }
.acct-subpage-desc { font-size: 13.5px; color: #8892A8; margin: 0; }

/* ── Trusted Devices sub-card ────────────────────────────────────────────── */
.acct-trusted-wrap { max-width: 520px; margin: 24px auto 0; }

/* ── 2FA QR code + OTP entry ─────────────────────────────────────────────── */
.acct-qr-wrap { max-width: 240px; margin: 0 auto 20px; }
.acct-qr-wrap img { width: 100%; border-radius: 12px; border: 1px solid #E3E8F0; display: block; }
.acct-otp-row { max-width: 340px; margin: 0 auto; display: flex; gap: 10px; }
.acct-otp-row .vx-input {
    flex: 1; text-align: center; letter-spacing: .15em; font-size: 18px; font-weight: 700;
}
