﻿.vp-wrap {
    max-width: 620px;
    margin: 40px auto;
    padding: 0 14px
}

.vp-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 14px 45px rgba(17,24,39,.12);
    overflow: hidden;
    border: 1px solid rgba(17,24,39,.06)
}

.vp-top {
    background: linear-gradient(135deg,#111827,#0b1220);
    color: #fff;
    padding: 22px 22px
}

.vp-title {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .2px
}

.vp-sub {
    margin: 7px 0 0;
    font-size: 13px;
    opacity: .85;
    line-height: 1.5
}

.vp-body {
    padding: 20px 22px
}

.vp-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 14px
}

.vp-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111827;
    font-size: 12px;
    font-weight: 800
}

    .vp-pill.danger {
        background: #fee2e2;
        color: #991b1b
    }

    .vp-pill.warn {
        background: #fffbeb;
        color: #92400e
    }

    .vp-pill.ok {
        background: #ecfdf5;
        color: #065f46
    }

.vp-note {
    border-radius: 14px;
    padding: 14px 14px;
    font-size: 13px;
    line-height: 1.55;
    border: 1px solid transparent
}

    .vp-note.info {
        background: #eff6ff;
        border-color: #dbeafe;
        color: #1e3a8a
    }

    .vp-note.warn {
        background: #fffbeb;
        border-color: #fde68a;
        color: #92400e
    }

    .vp-note.good {
        background: #ecfdf5;
        border-color: #bbf7d0;
        color: #065f46
    }

.vp-label {
    font-size: 12px;
    color: #6b7280;
    font-weight: 700;
    margin-bottom: 6px
}

.vp-input {
    height: 46px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    font-size: 16px;
    letter-spacing: 2px
}

    .vp-input:focus {
        outline: none;
        border-color: #2563eb;
        box-shadow: 0 0 0 4px rgba(37,99,235,.15)
    }

.vp-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px
}

.vp-btn {
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 800
}

    .vp-btn:disabled {
        opacity: .55;
        cursor: not-allowed
    }

.vp-muted {
    color: #6b7280;
    font-size: 13px
}

.vp-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 18px 0
}
.verify-container {
    max-width: 520px;
    margin: 30px auto;
}

.card {
    border-radius: 14px;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.row-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.pill {
    background: #f3f4f6;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 600;
}

.meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #555;
    margin-bottom: 12px;
}

.otp-input {
    font-size: 22px;
    letter-spacing: 4px;
    text-align: center;
}