/* ── VT CUP/USD — Panel Vendedor WCFM ────────────────────────────────────── */

/* ─── CAMPO INLINE (en Settings de tienda) ──────────────────────────────── */

.vt-cup-vendor-section { margin: 30px 0 10px; }

.vt-cup-section-title {
    font-size: 1.15em !important;
    color: #2c3e50 !important;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 8px !important;
    margin-bottom: 12px !important;
}
.vt-cup-icon { font-size: 1.3em; }

.vt-cup-description {
    font-size: 0.92em;
    color: #555;
    margin-bottom: 18px;
    line-height: 1.6;
}

.vt-cup-field-wrapper {
    background: #f8fbff;
    border: 1px solid #c5dff8;
    border-radius: 8px;
    padding: 18px 22px;
    max-width: 480px;
}
.vt-cup-field-wrapper label {
    display: block;
    font-size: 0.95em;
    margin-bottom: 8px;
    color: #2c3e50;
}
.vt-cup-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.vt-cup-rate-input {
    width: 160px !important;
    font-size: 1.1em !important;
    font-weight: 600 !important;
    border: 2px solid #3498db !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    color: #c0392b !important;
    text-align: center;
}
.vt-cup-rate-input:focus {
    outline: none;
    border-color: #1a56a4 !important;
    box-shadow: 0 0 0 3px rgba(52,152,219,.2);
}
.vt-cup-unit { font-size: 1em; font-weight: 700; color: #c0392b; }

.vt-cup-preview {
    font-size: .88em;
    color: #555;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 6px 12px;
    margin-bottom: 10px;
}
.vt-cup-current { font-size: .88em; margin: 0 !important; color: #333; }

/* ─── PÁGINA COMPLETA DE LA PESTAÑA ─────────────────────────────────────── */

.vt-cup-notice {
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Cabecera */
.vt-cup-tab-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 2px solid #e8f4fd;
}
.vt-cup-tab-icon {
    font-size: 2.4em;
    line-height: 1;
    flex-shrink: 0;
}
.vt-cup-tab-title {
    font-size: 1.4em !important;
    color: #1a3a5c !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    border: none !important;
}
.vt-cup-tab-subtitle {
    font-size: .9em;
    color: #666;
    margin: 0 !important;
}

/* Info box */
.vt-cup-info-box {
    display: flex;
    gap: 12px;
    background: #e8f4fd;
    border-left: 4px solid #3498db;
    border-radius: 0 6px 6px 0;
    padding: 14px 18px;
    margin-bottom: 24px;
    font-size: .9em;
    color: #1a3a5c;
    line-height: 1.6;
}
.vt-cup-info-icon { font-size: 1.2em; flex-shrink: 0; }

/* Grid de dos columnas */
.vt-cup-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .vt-cup-form-grid { grid-template-columns: 1fr; }
}

/* Tarjeta del formulario */
.vt-cup-form-card {
    background: #fff;
    border: 1px solid #dce8f5;
    border-radius: 10px;
    padding: 22px;
}
.vt-cup-form-label {
    display: block;
    font-weight: 700;
    font-size: .95em;
    color: #2c3e50;
    margin-bottom: 14px;
}
.vt-cup-input-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.vt-cup-prefix {
    font-size: 1em;
    font-weight: 600;
    color: #555;
    white-space: nowrap;
}
.vt-cup-suffix {
    font-size: 1.1em;
    font-weight: 700;
    color: #c0392b;
}
.vt-cup-rate-input-tab {
    width: 140px !important;
    font-size: 1.25em !important;
    font-weight: 700 !important;
    border: 2px solid #3498db !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    color: #c0392b !important;
    text-align: center;
    background: #f8fbff !important;
}
.vt-cup-rate-input-tab:focus {
    outline: none !important;
    border-color: #1a56a4 !important;
    box-shadow: 0 0 0 3px rgba(52,152,219,.25) !important;
}
.vt-cup-hint {
    font-size: .83em;
    color: #888;
    margin: 0 0 18px !important;
    line-height: 1.5;
}

/* Status bar */
.vt-cup-status-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .88em;
    color: #444;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 8px 14px;
    margin-bottom: 18px;
}
.vt-cup-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.vt-dot-active { background: #27ae60; box-shadow: 0 0 0 3px rgba(39,174,96,.2); }
.vt-dot-global { background: #f39c12; box-shadow: 0 0 0 3px rgba(243,156,18,.2); }

/* Botones */
.vt-cup-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.vt-cup-save-btn {
    background: #3498db !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 10px 22px !important;
    font-size: .95em !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: background .2s;
}
.vt-cup-save-btn:hover { background: #1a78c2 !important; }
.vt-cup-reset-btn {
    background: #ecf0f1 !important;
    color: #555 !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    padding: 10px 18px !important;
    font-size: .88em !important;
    cursor: pointer;
    transition: background .2s;
}
.vt-cup-reset-btn:hover { background: #dfe6e9 !important; }

/* Tarjeta de preview */
.vt-cup-preview-card {
    background: #1a3a5c;
    border-radius: 10px;
    padding: 22px;
    color: #fff;
}
.vt-cup-preview-label {
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #7fb3d3;
    margin-bottom: 16px;
    font-weight: 600;
}
.vt-cup-preview-example {
    background: rgba(255,255,255,.07);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.vt-cup-example-product {
    font-size: .85em;
    color: #aac8e0;
    margin-bottom: 8px;
}
.vt-cup-preview-result {
    font-size: 2em;
    font-weight: 800;
    color: #f39c12;
    letter-spacing: -.02em;
    margin-bottom: 6px;
}
.vt-cup-preview-rate {
    font-size: .82em;
    color: #7fb3d3;
}
.vt-cup-preview-rate em { font-style: normal; color: #a8d4f0; }

/* Tabla comparativa */
.vt-cup-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .88em;
}
.vt-cup-compare-table th {
    color: #7fb3d3;
    font-weight: 600;
    text-align: left;
    padding: 6px 8px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.vt-cup-compare-table td {
    padding: 7px 8px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    color: #d0e8f8;
}
.vt-cup-compare-cup {
    font-weight: 600;
    color: #f39c12 !important;
    text-align: right;
}
.vt-cup-compare-table tr:last-child td { border-bottom: none; }
