/* --- VORUTO DESIGN SYSTEM --- */
:root { 
    --v-primary: #6366f1; --v-primary-dark: #4f46e5;
    --v-dark: #0f172a; --v-gray: #64748b; --v-light: #f8fafc; --v-border: #e2e8f0;
    --v-green: #10b981; --v-red: #ef4444; --v-blue: #3b82f6; --v-purple: #8b5cf6; --v-orange: #f59e0b;
    --v-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

body.page-template-page-card-view { background-color: #f1f5f9; color: var(--v-dark); font-family: 'Inter', system-ui, sans-serif; }
.v-container { max-width: 1280px; margin: 30px auto; padding: 0 20px; }

/* Layout */
.v-layout { display: grid; grid-template-columns: 380px 1fr; gap: 40px; align-items: start; }
@media(max-width: 1024px) { .v-layout { grid-template-columns: 1fr; } }
.v-main-col { display: flex; flex-direction: column; gap: 25px; }

/* Sidebar Image */
.card-img-wrap { 
    position: relative; 
    border-radius: 24px; overflow: hidden; 
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.4); 
    background: #fff; padding: 10px; border: 1px solid rgba(255,255,255,0.5);
    transition: transform 0.3s ease;
}
.card-img { width: 100%; display: block; border-radius: 16px; }
.card-img-wrap:hover { transform: translateY(-5px); }

/* Panels */
.v-panel { background: white; border-radius: 20px; padding: 30px; border: 1px solid var(--v-border); box-shadow: var(--v-shadow); }
.v-panel-title { font-size: 16px; font-weight: 800; color: #1e293b; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }

/* --- HEADER PREMIUM --- */
.premium-header { background: white; border-radius: 24px; padding: 40px; border: 1px solid var(--v-border); box-shadow: var(--v-shadow); position: relative; overflow: hidden; }
.premium-header::after { content: ""; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle at top right, rgba(99,102,241,0.06), transparent); pointer-events: none; }
.set-header-row { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; }
.series-badge { background: linear-gradient(135deg, #4f46e5, #818cf8); color: white; padding: 6px 12px; border-radius: 8px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 6px rgba(79, 70, 229, 0.2); }
.set-info-pill { background: #f1f5f9; padding: 6px 14px; border-radius: 30px; font-size: 12px; font-weight: 700; color: #475569; display: flex; align-items: center; gap: 8px; border: 1px solid #e2e8f0; }
.rarity-pill { padding: 6px 12px; border-radius: 8px; font-size: 11px; font-weight: 800; display: inline-flex; align-items: center; gap: 6px; text-transform: uppercase; }
.rarity-ultra { background: #fffbeb; color: #b45309; border: 1px solid #fde68a; }
.rarity-rare { background: #f8fafc; color: #475569; border: 1px solid #e2e8f0; }
.card-title-main { font-size: 42px; font-weight: 900; color: #0f172a; letter-spacing: -1.5px; margin: 5px 0 15px 0; line-height: 1.1; }

/* --- SHOWCASE DE VARIANTES NA TELA PRINCIPAL (NOVA LÓGICA DE REF) --- */
.variants-grid { display: flex; flex-wrap: wrap; gap: 15px; }
.v-pill-card { 
    background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 16px; padding: 16px 20px; 
    cursor: pointer; transition: all 0.2s ease; flex: 1; min-width: 160px; text-align: left;
    position: relative; overflow: hidden;
}
.v-pill-card:hover { border-color: #cbd5e1; transform: translateY(-3px); box-shadow: 0 10px 15px rgba(0,0,0,0.05); }
.v-pill-card.active { border-color: var(--v-primary); background: #eff6ff; box-shadow: 0 8px 20px rgba(99,102,241,0.15); }
.v-pill-card.active::before { content: "✓"; position: absolute; top: 12px; right: 15px; font-size: 14px; color: var(--v-primary); font-weight: 900; }
.v-pill-title { font-size: 12px; font-weight: 900; color: #475569; text-transform: uppercase; margin-bottom: 6px; display: block; letter-spacing: 0.5px; }
.v-pill-card.active .v-pill-title { color: var(--v-primary-dark); }
.v-pill-price { font-size: 20px; font-weight: 900; color: var(--v-green); display: block; line-height: 1; }
.v-pill-usd { font-size: 11px; color: #94a3b8; font-weight: 700; margin-top: 4px; display: block; }
/* Texto "Preço Indisponível" - Mais escuro e um pouco maior */
.v-pill-zero { 
    color: #475569; 
    font-size: 15px; 
    font-weight: 800; 
    display: block; 
    margin-bottom: 4px; 
}

/* Texto "Ref. Americana" - Maior, em destaque roxo estilo 'badge' */
.v-pill-ref { 
    color: var(--v-primary-dark); 
    background-color: #e0e7ff; 
    font-size: 12px; 
    font-weight: 800; 
    display: inline-block; 
    padding: 3px 8px; 
    border-radius: 6px;
    margin-top: 2px;
}

/* SIDEBAR: VARIANTES & AÇÕES */
.variant-selector-wrap { margin-top: 20px; background: white; padding: 15px; border-radius: 16px; border: 1px solid var(--v-border); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.variant-selector-wrap label { display: block; font-size: 11px; font-weight: 800; color: #64748b; text-transform: uppercase; margin-bottom: 8px; letter-spacing: 0.5px; }
.v-select-variant { width: 100%; padding: 10px 12px; border-radius: 8px; border: 1px solid #cbd5e1; background: #f8fafc; font-size: 13px; font-weight: 700; color: #1e293b; outline: none; cursor: pointer; transition: 0.2s; box-sizing: border-box; }
.v-select-variant:focus { border-color: var(--v-primary); background: white; box-shadow: 0 0 0 3px rgba(99,102,241,0.1); }

.v-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 15px; }
.v-btn { padding: 15px; border-radius: 12px; border: none; font-weight: 800; cursor: pointer; transition: 0.3s; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; }
.v-btn-col { background: var(--v-primary); color: white; }
.v-btn-wish { background: white; border: 1px solid var(--v-border); color: var(--v-dark); }
.v-btn-col.active { background: #dcfce7; color: #15803d; }

/* Manage Panel Styles */
.manage-panel { background: white; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; margin-bottom: 15px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.manage-header { background: #f1f5f9; border-bottom: 1px solid #e2e8f0; padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; }
.header-variant { font-size: 14px; color: #0f172a; font-weight: 800; letter-spacing: -0.3px; }
.manage-body { padding: 20px; }
.m-label { display: block; font-size: 11px; font-weight: 700; color: #64748b; text-transform: uppercase; margin-bottom: 6px; letter-spacing: 0.5px; }
.m-input { width: 100%; padding: 12px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 14px; color: #1e293b; font-weight: 600; font-family: 'Inter', monospace; box-sizing: border-box; background: #fff; transition: 0.2s; }
.m-input:focus { border-color: var(--v-primary); outline: none; background: #fdfdfd; box-shadow: 0 0 0 3px rgba(99,102,241,0.1); }
.m-btn-save { width: 100%; background: var(--v-primary-dark); color: white; border: none; padding: 14px; border-radius: 10px; font-weight: 700; cursor: pointer; margin-top: 15px; font-size: 13px; letter-spacing: 0.3px; }
.btn-del { width: 100%; background: #fff1f2; color: #e11d48; border: 1px solid #fda4af; padding: 12px; border-radius: 10px; font-weight: 700; font-size: 12px; cursor: pointer; margin-top: 10px; transition: 0.2s; display: flex; justify-content: center; align-items: center; gap: 6px; }
.btn-del:hover { background: #ffe4e6; border-color: #f43f5e; transform: translateY(-1px); }

/* Switch Toggle */
.switch { position: relative; display: inline-block; width: 44px; height: 24px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #cbd5e1; transition: .4s; border-radius: 24px; }
.slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px; background-color: white; transition: .4s; border-radius: 50%; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
input:checked + .slider { background-color: var(--v-green); }
input:checked + .slider:before { transform: translateX(20px); }
.switch-label { font-size: 11px; font-weight: 800; color: #475569; margin-right: 10px; text-transform: uppercase; letter-spacing: 0.5px; }

/* META & STATS */
.meta-grid-new { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 25px; margin: 30px 0; }
.meta-item-new { display: flex; flex-direction: column; gap: 6px; }
.meta-label-new { font-size: 10px; font-weight: 800; color: #94a3b8; text-transform: uppercase; letter-spacing: 1px; }
.meta-value-new { font-size: 14px; font-weight: 700; color: #334155; display: flex; align-items: center; gap: 6px; }

.stats-container-new { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 15px; margin-top: 35px; }
.stat-card-new { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 18px; display: flex; align-items: center; gap: 15px; transition: 0.3s; }
.stat-card-new:hover { transform: translateY(-3px); border-color: var(--v-primary); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.stat-icon-circle { width: 44px; height: 44px; border-radius: 14px; background: #f8fafc; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.stat-info-new { display: flex; flex-direction: column; justify-content: center; }
.stat-label-new { font-size: 11px; color: #94a3b8; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }
.stat-value-new { font-size: 20px; font-weight: 800; color: #1e293b; display: flex; align-items: center; gap: 6px; letter-spacing: -0.5px; line-height: 1; }

/* TYPE ORBS */
.orb { width: 26px; height: 26px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; color: white; margin-right: 4px; box-shadow: inset 0 3px 5px rgba(255,255,255,0.6), inset 0 -3px 5px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.15); border: 1px solid rgba(0,0,0,0.05); text-shadow: 0 1px 2px rgba(0,0,0,0.5); font-family: sans-serif; }
.type-G, .type-Grama, .type-Grass { background: radial-gradient(circle at 30% 30%, #8ddc5d, #468e1d); } 
.type-R, .type-Fogo, .type-Fire { background: radial-gradient(circle at 30% 30%, #ffae45, #b93706); } 
.type-W, .type-Água, .type-Agua, .type-Water { background: radial-gradient(circle at 30% 30%, #5bc7ff, #1d60ba); }
.type-L, .type-Elétrico, .type-Eletrico, .type-Lightning { background: radial-gradient(circle at 30% 30%, #ffe95c, #dcb106); color: #333; text-shadow: none; } 
.type-P, .type-Psíquico, .type-Psiquico, .type-Psychic { background: radial-gradient(circle at 30% 30%, #f67ace, #862e6d); } 
.type-F, .type-Luta, .type-Fighting { background: radial-gradient(circle at 30% 30%, #e25828, #7d2008); }
.type-D, .type-Escuridão, .type-Escuridao, .type-Darkness { background: radial-gradient(circle at 30% 30%, #57636e, #1a232b); } 
.type-M, .type-Metal { background: radial-gradient(circle at 30% 30%, #d4d4d6, #737379); } 
.type-C, .type-Incolor, .type-Colorless { background: radial-gradient(circle at 30% 30%, #fdfdfd, #aab0b6); color:#333; text-shadow:none; }

/* MARKET & MECHANICS */
.mkt-grid { display: grid; gap: 12px; }
.mkt-card { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 20px; padding: 15px 20px; border: 1px solid var(--v-border); border-radius: 12px; background: white; }
.mkt-price { font-size: 18px; font-weight: 800; color: var(--v-green); }
.btn-buy { background: var(--v-green); color: white; border: none; padding: 8px 20px; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; }
.ability-box { background: linear-gradient(135deg, #fffbeb 0%, #fff 100%); border: 1px solid #fef3c7; border-left: 5px solid #f59e0b; border-radius: 12px; padding: 25px; margin-bottom: 20px; }
.atk-row-new { padding: 25px; border-radius: 16px; background: #f8fafc; border: 1px solid #e2e8f0; margin-bottom: 15px; }

#v-toast { position: fixed; bottom: 30px; right: 30px; background: var(--v-green); color: white; padding: 12px 24px; border-radius: 8px; font-weight: 600; transform: translateY(100px); transition: 0.3s; z-index: 9999; box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
#v-toast.show { transform: translateY(0); }

/* RESPONSIVIDADE APP-LIKE */
@media(max-width: 1024px) { .v-layout { grid-template-columns: 1fr; gap: 20px; } .card-img-wrap { max-width: 600px; margin: 0 auto; } }
@media(max-width: 768px) {
    .v-container { padding: 0; margin: 0; max-width: 100%; overflow-x: hidden; }
    body.page-template-page-card-view { padding-bottom: 80px; } 
    .v-panel, .premium-header { padding: 24px 16px; border-radius: 0; border-left: none; border-right: none; margin-bottom: 12px; }
    .card-img-wrap { max-width: 400px; margin: 20px auto 10px; padding: 0; border: none; box-shadow: 0 15px 35px rgba(0,0,0,0.25); }
    .card-img { border-radius: 12px; }
    .variant-selector-wrap { margin: 0 16px 15px; padding: 12px; border-radius: 12px; }
    .v-actions { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); padding: 12px 16px; margin: 0; z-index: 9999; box-shadow: 0 -5px 15px rgba(0,0,0,0.05); border-top: 1px solid rgba(226, 232, 240, 0.8); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .v-btn { padding: 14px; font-size: 14px; border-radius: 12px; }
    .card-title-main { font-size: 26px; letter-spacing: -1px; margin-bottom: 10px; }
    .variants-grid { flex-direction: column; }
    .meta-grid-new, .stats-container-new { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .mkt-card { grid-template-columns: 1fr; gap: 12px; padding: 16px; border-radius: 12px; }
    .manage-panel { border-radius: 12px; margin: 0 16px 16px; }
}

/* ── VMV: Valores de Mercado & Versões (Voruto redesign) ── */
.vmv-section { background: white; border-radius: 20px; border: 1px solid var(--v-border); box-shadow: var(--v-shadow); overflow: hidden; }
.vmv-header { background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%); padding: 22px 30px 20px; position: relative; overflow: hidden; }
.vmv-header::before { content:''; position:absolute; top:-40px; right:-40px; width:160px; height:160px; background:radial-gradient(circle, rgba(255,255,255,0.12), transparent 70%); pointer-events:none; }
.vmv-header::after  { content:''; position:absolute; bottom:-30px; left:20px; width:120px; height:120px; background:radial-gradient(circle, rgba(255,255,255,0.07), transparent 70%); pointer-events:none; }
.vmv-eyebrow { display:block; font-size:10px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,0.75); margin-bottom:6px; }
.vmv-title { font-size:18px; font-weight:900; color:#fff; letter-spacing:-0.5px; margin:0; position:relative; }
.vmv-body { padding:24px 30px; }
.vmv-tab-bar { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:20px; }
.vmv-tab { background:#f1f5f9; border:1.5px solid #e2e8f0; border-radius:30px; padding:8px 16px; font-size:12px; font-weight:800; color:#475569; cursor:pointer; transition:all 0.2s ease; text-align:left; line-height:1.2; }
.vmv-tab:hover { border-color:#4f46e5; color:#4f46e5; background:#ede9fe; }
.vmv-tab.active { background:#4f46e5; border-color:transparent; color:white; box-shadow:0 4px 12px rgba(79,70,229,0.25); }
.vmv-tab-price { display:block; font-size:10px; font-weight:700; color:#10b981; margin-top:2px; }
.vmv-tab.active .vmv-tab-price { color:rgba(255,255,255,0.85); }
.vmv-tcg-row { display:none; align-items:center; gap:14px; padding:14px 18px; background:#f8fafc; border-radius:14px; border:1px solid #e2e8f0; margin-bottom:22px; }
.vmv-tcg-row.active { display:flex; }
.vmv-tcg-label { font-size:10px; font-weight:800; color:#94a3b8; text-transform:uppercase; letter-spacing:1px; display:block; margin-bottom:3px; }
.vmv-tcg-price-brl { font-size:24px; font-weight:900; color:#10b981; letter-spacing:-0.5px; line-height:1; }
.vmv-tcg-price-usd { font-size:11px; color:#94a3b8; font-weight:700; margin-top:2px; }
.vmv-tcg-ref-badge { font-size:11px; font-weight:800; background:#ede9fe; color:#6d28d9; padding:4px 12px; border-radius:20px; border:1px solid #ddd6fe; margin-left:auto; }
.vmv-ebay-sep { display:flex; align-items:center; gap:12px; margin:4px 0 18px; }
.vmv-ebay-sep::before, .vmv-ebay-sep::after { content:''; flex:1; height:1px; background:linear-gradient(90deg,transparent,#e2e8f0,transparent); }
.vmv-ebay-sep-label { font-size:10px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; color:#94a3b8; white-space:nowrap; }
.vmv-ebay-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:16px; }
.vmv-stat-box { background:#f8fafc; border:1px solid #e2e8f0; border-radius:14px; padding:14px; text-align:center; transition:0.2s; }
.vmv-stat-box:hover { border-color:#4f46e5; transform:translateY(-2px); box-shadow:0 6px 15px rgba(79,70,229,0.08); }
.vmv-stat-label { font-size:9px; font-weight:900; text-transform:uppercase; letter-spacing:1px; color:#94a3b8; display:block; margin-bottom:5px; }
.vmv-stat-brl { font-size:17px; font-weight:900; color:#1e293b; display:block; letter-spacing:-0.3px; }
.vmv-stat-usd { font-size:10px; color:#94a3b8; font-weight:700; display:block; margin-top:2px; }
.vmv-stat-box.vmv-mid { background:linear-gradient(135deg,#ede9fe,#f5f3ff); border-color:#c4b5fd; }
.vmv-stat-box.vmv-mid .vmv-stat-brl { color:#6d28d9; }
.vmv-stat-box.vmv-mid .vmv-stat-label { color:#4f46e5; }
.vmv-sales-list { display:flex; flex-direction:column; gap:5px; }
.vmv-sale-row { display:grid; grid-template-columns:120px 1fr 95px 70px; align-items:center; gap:10px; padding:9px 14px; background:#f8fafc; border-radius:10px; border:1px solid #f1f5f9; transition:0.15s; }
.vmv-sale-row:hover { background:#f5f3ff; border-color:#ddd6fe; }
.vmv-sale-price { font-size:14px; font-weight:900; color:#10b981; letter-spacing:-0.3px; }
.vmv-sale-title { font-size:11px; color:#64748b; font-weight:500; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.vmv-sale-date { font-size:10px; color:#94a3b8; font-weight:700; white-space:nowrap; }
.vmv-sale-link { font-size:11px; color:#4f46e5; text-decoration:none; font-weight:700; white-space:nowrap; }
.vmv-sale-link:hover { text-decoration:underline; }
.vmv-ebay-loading { display:flex; align-items:center; justify-content:center; gap:10px; padding:28px; color:#94a3b8; font-size:13px; font-weight:600; }
.vmv-spinner { width:18px; height:18px; border:2px solid #e2e8f0; border-top-color:#4f46e5; border-radius:50%; animation:vmv-spin 0.7s linear infinite; }
@keyframes vmv-spin { to { transform:rotate(360deg); } }
.vmv-ebay-empty { padding:20px; text-align:center; color:#94a3b8; font-size:12px; background:#f8fafc; border-radius:10px; }
.vmv-count-badge { font-size:10px; font-weight:800; background:#4f46e5; color:white; padding:2px 10px; border-radius:20px; }
@media(max-width:768px) {
    .vmv-header { padding:18px 20px; }
    .vmv-body { padding:18px 16px; }
    .vmv-sale-row { grid-template-columns:110px 1fr; }
    .vmv-sale-date, .vmv-sale-link { display:none; }
    .vmv-ebay-stats { gap:6px; }
}

/* ── Voruto Store Panel (área comercial principal) ── */
.voruto-store-panel { border-radius:20px; overflow:hidden; box-shadow:0 8px 32px rgba(79,70,229,0.3),0 2px 12px rgba(0,0,0,0.12); background:white; position:relative; }
.vsp-header { background:linear-gradient(135deg,#4f46e5 0%,#6366f1 100%); padding:22px 30px; position:relative; overflow:hidden; display:flex; align-items:center; gap:14px; }
.vsp-header::before { content:''; position:absolute; top:-50px; right:-30px; width:220px; height:220px; background:radial-gradient(circle,rgba(255,255,255,0.12),transparent 65%); pointer-events:none; }
.vsp-header::after  { content:''; position:absolute; bottom:-40px; left:0; width:150px; height:150px; background:radial-gradient(circle,rgba(255,255,255,0.07),transparent 65%); pointer-events:none; }
.vsp-header-text { flex:1; position:relative; z-index:1; }
.vsp-title { font-size:19px; font-weight:900; color:#fff; letter-spacing:-0.5px; margin:0; }
.vsp-ribbon { position:relative; z-index:1; background:rgba(255,255,255,0.22); color:white; font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:2px; padding:6px 16px; border-radius:20px; white-space:nowrap; flex-shrink:0; border:1px solid rgba(255,255,255,0.35); }
.vsp-body { padding:24px 30px; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.vsp-info { flex:1; min-width:0; }
.vsp-seller-label { font-size:10px; color:#94a3b8; font-weight:800; text-transform:uppercase; letter-spacing:1px; }
.vsp-seller-name { font-size:18px; font-weight:900; color:#4f46e5; margin:4px 0 12px; display:inline-block; }
.vsp-trust { display:flex; gap:14px; flex-wrap:wrap; }
.vsp-trust-item { font-size:12px; color:#10b981; font-weight:700; }
.vsp-price-area { text-align:right; flex-shrink:0; }
.vsp-price .woocommerce-Price-amount { font-size:34px; font-weight:900; color:#0f172a; letter-spacing:-1px; }
.vsp-price .woocommerce-Price-currencySymbol { font-size:20px; }
.vsp-price ins .woocommerce-Price-amount { font-size:34px; font-weight:900; color:#0f172a; }
.vsp-price del { font-size:14px; color:#94a3b8; }
.vsp-cta { display:inline-flex; align-items:center; gap:8px; margin-top:14px; background:#4f46e5; color:white; padding:13px 30px; border-radius:12px; font-weight:900; font-size:15px; text-decoration:none; box-shadow:0 4px 14px rgba(79,70,229,0.35); transition:all 0.2s ease; letter-spacing:0.3px; border:none; }
.vsp-cta:hover { filter:brightness(1.1); transform:translateY(-2px); box-shadow:0 8px 22px rgba(79,70,229,0.45); color:white; text-decoration:none; }
@media(max-width:600px) {
    .vsp-body { flex-direction:column; align-items:flex-start; }
    .vsp-price-area { text-align:left; width:100%; }
    .vsp-cta { width:100%; justify-content:center; }
}

/* ── Ofertas de Membros: header escuro ── */
.mkt-panel { overflow:hidden; }
.mkt-panel-header { background:linear-gradient(135deg,#4f46e5 0%,#6366f1 100%); margin:-25px -30px 24px; padding:22px 30px 20px; position:relative; overflow:hidden; }
.mkt-panel-header::before { content:''; position:absolute; top:-40px; right:-40px; width:160px; height:160px; background:radial-gradient(circle,rgba(255,255,255,0.12),transparent 70%); pointer-events:none; }
.mkt-panel-header::after  { content:''; position:absolute; bottom:-30px; left:20px; width:100px; height:100px; background:radial-gradient(circle,rgba(255,255,255,0.07),transparent 70%); pointer-events:none; }
.mkt-panel-header .vmv-eyebrow,.mkt-panel-header .vmv-title { position:relative; z-index:1; }

/* ── Grade fields (GRADED condition) ── */
.vap-grade-fields { display: none; flex-direction: row; flex-wrap: wrap; gap: 8px; margin-top: 8px; align-items: stretch; }
.vap-grade-co, .vap-grade-val, .vap-grade-cert { flex: 1; min-width: 90px; padding: 8px 10px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 12px; color: #64748b; font-weight: 600; font-family: 'Inter', monospace; box-sizing: border-box; background: #f8fafc; transition: 0.2s; }
.vap-grade-val { flex: 0 0 72px; min-width: 72px; }
.vap-grade-co:focus, .vap-grade-val:focus, .vap-grade-cert:focus { border-color: #94a3b8; outline: none; background: #fff; }
