/* Recargas v6: capa visual aislada. No modifica lógica de compra. */
.v2-shell .catalog-status{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:760px;margin:0 auto 28px}
.v2-shell .catalog-status>div{position:relative;display:grid;gap:4px;min-height:78px;padding:15px 18px;border:1px solid var(--p-line);border-radius:14px;background:rgba(255,255,255,.026)}
.v2-shell .catalog-status>div:first-child{padding-left:40px;border-color:rgba(57,217,138,.25);background:rgba(57,217,138,.055)}
.v2-shell .catalog-status__dot{position:absolute;top:20px;left:18px;width:9px;height:9px;border-radius:50%;background:var(--p-green);box-shadow:0 0 0 5px rgba(57,217,138,.09)}
.v2-shell .catalog-status strong{color:#fff;font-size:13px}
.v2-shell .catalog-status small{color:var(--p-muted);font-size:10px;line-height:1.4}
.v2-shell .catalog-group{margin-bottom:28px}
.v2-shell .catalog-group__head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}
.v2-shell .catalog-group__head>div>span{color:var(--p-green);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.v2-shell .catalog-group__head h2{margin:4px 0 0;color:#fff;font-size:26px}
.v2-shell .catalog-group__head>small{color:var(--p-muted);font-size:11px}
.v2-shell .welcome-game{min-height:292px}
.v2-shell .welcome-game.is-consult{min-height:270px;opacity:.88}
.v2-shell .welcome-game.is-consult .price-badge{color:#dce5ef;background:#273244}
.v2-shell .welcome-game.no-image::before{content:"PANTHER";display:grid;place-items:center;width:calc(100% + 28px);height:145px;margin:-14px -14px 14px;color:rgba(255,255,255,.35);background:radial-gradient(circle at 50% 40%,rgba(79,141,255,.18),transparent 58%),#080c12;font-size:12px;font-weight:950;letter-spacing:.18em}
.v2-shell .catalog-consult{overflow:hidden;border:1px solid var(--p-line);border-radius:17px;background:rgba(255,255,255,.018)}
.v2-shell .catalog-consult>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:82px;padding:17px 20px;cursor:pointer;list-style:none}
.v2-shell .catalog-consult>summary::-webkit-details-marker,.v2-shell .discount-note--compact>summary::-webkit-details-marker{display:none}
.v2-shell .catalog-consult>summary>span{display:grid;gap:4px}
.v2-shell .catalog-consult>summary strong{color:#fff;font-size:16px}
.v2-shell .catalog-consult>summary small{color:var(--p-muted);font-size:11px}
.v2-shell .catalog-consult>summary>b{color:var(--p-gold-soft);font-size:11px}
.v2-shell .catalog-consult[open]>summary{border-bottom:1px solid var(--p-line)}
.v2-shell .catalog-consult[open]>summary>b::after{content:" ↑"}
.v2-shell .catalog-consult:not([open])>summary>b::after{content:" ↓"}
.v2-shell .catalog-consult .welcome-games__grid{padding:16px}
.v2-shell .welcome-games__grid--consult{grid-template-columns:repeat(4,minmax(0,1fr))}

.v2-shell .checkout-context{display:grid;grid-template-columns:auto minmax(190px,1fr) auto;align-items:center;gap:18px;width:min(1180px,calc(100% - 32px));margin:20px auto 0;padding:12px 14px;border:1px solid var(--p-line);border-radius:16px;background:rgba(255,255,255,.025)}
.v2-shell .checkout-context__back{display:inline-flex;align-items:center;min-height:40px;padding:0 12px;border:1px solid var(--p-line);border-radius:10px;color:#dce4ed;font-size:11px;font-weight:850;text-decoration:none}
.v2-shell .checkout-context__game{display:flex;align-items:center;gap:11px}
.v2-shell .checkout-context__art{display:block;flex:0 0 48px;width:48px;height:48px;overflow:hidden;border:1px solid var(--p-line-gold);border-radius:12px;background:#080c12}
.v2-shell .checkout-context__art img{width:100%;height:100%;object-fit:cover}
.v2-shell .checkout-context__game>div{display:grid;gap:2px}
.v2-shell .checkout-context__game small{color:var(--p-muted);font-size:9px;font-weight:900;text-transform:uppercase}
.v2-shell .checkout-context__game strong{color:#fff;font-size:16px}
.v2-shell .checkout-context__trust{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}
.v2-shell .checkout-context__trust span{padding:6px 9px;border:1px solid rgba(57,217,138,.18);border-radius:999px;color:#9ceabc;background:rgba(57,217,138,.055);font-size:9px;font-weight:850}
.v2-shell .verify-action{margin:10px 0 8px}
.v2-shell .verify-action .secondary{width:100%;min-height:50px;border-color:rgba(79,141,255,.4);color:#fff;background:linear-gradient(135deg,#4f8dff,#6b5cff);font-weight:950}
.v2-shell .discount-note--compact{display:block;margin-top:14px;padding:0;overflow:hidden;border-color:rgba(79,141,255,.22);background:rgba(79,141,255,.04)}
.v2-shell .discount-note--compact>summary{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:76px;padding:14px 16px;cursor:pointer;list-style:none}
.v2-shell .discount-note--compact>summary>span{display:grid;gap:3px}
.v2-shell .discount-note--compact>summary .discount-kicker{width:max-content}
.v2-shell .discount-note--compact>summary strong{color:#fff;font-size:13px}
.v2-shell .discount-note--compact>summary small{color:var(--p-muted);font-size:10px}
.v2-shell .discount-note--compact>summary>b:last-child{color:var(--p-gold-soft);font-size:10px;white-space:nowrap}
.v2-shell .discount-note--compact[open]>summary{border-bottom:1px solid var(--p-line)}
.v2-shell .discount-note--compact[open]>summary>b:last-child{font-size:0}
.v2-shell .discount-note--compact[open]>summary>b:last-child::after{content:"Ocultar";font-size:10px}
.v2-shell .discount-note__content{display:grid;gap:10px;padding:16px}
.v2-shell .discount-note__content>button{width:100%;min-height:44px}

html[data-theme=light] .v2-shell .catalog-status strong,
html[data-theme=light] .v2-shell .catalog-group__head h2,
html[data-theme=light] .v2-shell .catalog-consult>summary strong,
html[data-theme=light] .v2-shell .checkout-context__game strong,
html[data-theme=light] .v2-shell .discount-note--compact>summary strong{color:#111827}

@media (max-width:1000px){
  .v2-shell .checkout-context{grid-template-columns:auto 1fr}
  .v2-shell .checkout-context__trust{grid-column:1/-1;justify-content:flex-start}
  .v2-shell .welcome-games__grid--consult{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:680px){
  .v2-shell .v2-page-head{padding:27px 21px}
  .v2-shell .v2-page-head h1{font-size:38px}
  .v2-shell .catalog-status{grid-template-columns:1fr;gap:7px;margin-bottom:22px}
  .v2-shell .catalog-status>div{min-height:65px;padding:12px 14px}
  .v2-shell .catalog-status>div:first-child{padding-left:38px}
  .v2-shell .catalog-status__dot{top:17px;left:16px}
  .v2-shell .catalog-group__head{display:grid;gap:4px}
  .v2-shell .catalog-group__head h2{font-size:22px}
  .v2-shell .welcome-game{min-height:250px}
  .v2-shell .welcome-game>img{height:112px}
  .v2-shell .welcome-game>small{min-height:0;font-size:10px}
  .v2-shell .catalog-consult>summary{min-height:72px;padding:13px 14px}
  .v2-shell .catalog-consult .welcome-games__grid{padding:10px}
  .v2-shell .checkout-context{grid-template-columns:1fr auto;width:calc(100% - 20px);gap:10px;padding:10px}
  .v2-shell .checkout-context__back{grid-column:1/-1;width:max-content;min-height:34px;padding:0;border:0;color:var(--p-gold-soft)}
  .v2-shell .checkout-context__art{width:42px;height:42px;flex-basis:42px}
  .v2-shell .checkout-context__trust{display:none}
  .v2-shell .checkout{margin-top:10px}
  .v2-shell .panel-head{margin-bottom:15px}
  .v2-shell .panel-head h2{font-size:29px}
  .v2-shell .v2-stepper{margin-bottom:18px}
  .v2-shell .discount-note--compact>summary{min-height:70px;padding:12px}
  .support-float{right:10px;bottom:10px;min-width:0;width:56px;height:56px;padding:0;border-radius:50%;place-items:center}
  .support-float span{display:none}
  .support-float strong{font-size:0}
  .support-float strong::after{content:"Ayuda";font-size:10px}
}
