:root{--green:#0a3b2c;--green2:#175c45;--lime:#d9f36b;--cream:#f7f3e8;--paper:#fff;--ink:#10231c;--muted:#64736d;--line:#d8e3dc;--shadow:0 18px 50px #09251a18}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#f8faf8}button,input,select{font:inherit}.top{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,22px);background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink)}.brand span:last-child{display:grid}.brand small{color:var(--muted)}.logo{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--green);color:#fff;font-weight:900}.top nav{display:flex;gap:26px}.top nav a,footer a{color:var(--green);text-decoration:none;font-weight:700}.icon-btn,.secondary,.collections button,.filters button,.view-toggle button{border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px;color:var(--green);font-weight:800;cursor:pointer}.hero{min-height:560px;background:linear-gradient(125deg,var(--green),#0e513b);color:#fff;padding:85px max(7vw,28px);display:grid;grid-template-columns:1.5fr .7fr;gap:60px;align-items:center}.hero h1{font-size:clamp(44px,7vw,86px);line-height:.98;letter-spacing:-.055em;max-width:850px;margin:16px 0}.hero p{font-size:19px;line-height:1.6;max-width:690px;color:#dcece5}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:900;color:#a9d6c4}.hero-actions{display:flex;gap:12px;margin:28px 0}.primary{display:inline-block;border:0;border-radius:14px;padding:15px 20px;background:var(--lime);color:#18301f;text-decoration:none;font-weight:900;cursor:pointer}.hero .secondary{background:transparent;color:#fff;border-color:#ffffff44}.trust{display:flex;gap:20px;flex-wrap:wrap;color:#ddecdf}.promo{background:var(--cream);color:var(--ink);border-radius:26px;padding:34px;box-shadow:var(--shadow);transform:rotate(1deg)}.promo span{font-size:12px;font-weight:900}.promo strong{display:block;font-size:38px;margin-top:10px}.promo button{border:0;border-radius:12px;background:var(--green);color:#fff;padding:13px 16px;font-weight:900}.collections{padding:26px max(5vw,22px);display:flex;gap:10px;overflow:auto;background:#fff;border-bottom:1px solid var(--line)}.collections button{white-space:nowrap}.catalog{padding:70px max(5vw,22px)}.catalog-head{display:flex;justify-content:space-between;align-items:end}.catalog h2,.steps h2{font-size:42px;margin:8px 0}.catalog-layout{display:grid;grid-template-columns:260px 1fr;gap:30px;margin-top:30px}.filters{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;height:max-content;position:sticky;top:98px}.filter-title{display:flex;justify-content:space-between;align-items:center}.filters label{display:grid;gap:8px;margin:20px 0;font-weight:700}.filters input[type=search],.filters select,.toolbar select,.modal-card input,.modal-card select{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff}.filters input[type=checkbox]{width:auto}.toolbar{display:flex;justify-content:space-between;margin-bottom:15px}.toolbar select{width:auto}.view-toggle button{border-radius:8px;padding:8px 10px}.view-toggle .active{background:var(--green);color:#fff}.game-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.game-grid.list{grid-template-columns:1fr}.card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 24px #0a3b2c08;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.cover{aspect-ratio:4/3;background:linear-gradient(145deg,#dcebe2,#b8d5c8);display:grid;place-items:center;position:relative;color:var(--green);font-size:48px;font-weight:900}.cover img{width:100%;height:100%;object-fit:cover}.badges{position:absolute;left:12px;top:12px;display:flex;gap:6px;flex-wrap:wrap}.badge{font-size:11px;background:#fff;padding:6px 8px;border-radius:999px;font-weight:900}.badge.promo-b{background:var(--lime)}.fav{position:absolute;right:12px;top:12px;width:38px;height:38px;border-radius:50%;border:0;background:#ffffffdd;font-size:20px}.card-body{padding:18px}.card h3{font-size:20px;margin:0 0 8px}.meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:13px}.price-row{display:flex;align-items:end;justify-content:space-between;margin-top:18px}.price{font-size:26px;font-weight:900}.old{text-decoration:line-through;color:var(--muted);font-size:13px}.open{border:0;background:var(--green);color:#fff;border-radius:11px;padding:11px 14px;font-weight:900}.game-grid.list .card{display:grid;grid-template-columns:240px 1fr}.game-grid.list .cover{aspect-ratio:auto;min-height:210px}.status{padding:30px;text-align:center;color:var(--muted)}.status:empty{display:none}.steps{padding:80px max(6vw,22px);background:var(--cream)}.steps>div{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.steps article{background:#fff;border-radius:20px;padding:25px}.steps article>b{font-size:34px;color:var(--green2)}footer{padding:45px max(5vw,22px);display:flex;align-items:center;justify-content:space-between;background:#fff}.modal{position:fixed;inset:0;background:#071c1599;z-index:50;display:grid;place-items:center;padding:20px}.modal[hidden]{display:none}.modal-card{width:min(900px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;padding:28px;position:relative}.modal-card form,.modal-card label{display:grid;gap:8px}.modal-card label{margin:16px 0}.close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:30px}.detail{display:grid;grid-template-columns:1fr 1fr;gap:28px}.detail-gallery{background:#e2eee8;border-radius:18px;min-height:390px;display:grid;place-items:center;font-size:80px}.detail h2{font-size:38px;margin:6px 0}.detail-price{font-size:34px;font-weight:900}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0}.chip{background:#eaf3ed;color:var(--green);padding:7px 10px;border-radius:999px;font-size:13px}.contact{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.mobile-only{display:none}@media(max-width:900px){.top nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.promo{transform:none}.catalog-layout{grid-template-columns:1fr}.filters{display:none;position:fixed;inset:76px 0 0;z-index:30;border-radius:0;overflow:auto}.filters.open{display:block}.mobile-only{display:block}.game-grid{grid-template-columns:repeat(2,1fr)}.detail{grid-template-columns:1fr}.steps>div{grid-template-columns:1fr}footer{align-items:flex-start;gap:20px;flex-direction:column}}@media(max-width:560px){.hero h1{font-size:48px}.game-grid{grid-template-columns:1fr}.game-grid.list .card{grid-template-columns:1fr}.top{padding:0 14px}.catalog{padding-inline:14px}.hero-actions{flex-direction:column}.hero-actions>*{text-align:center}.trust{gap:10px}.promo strong{font-size:32px}}

.nav-advisor{border:0;background:none;color:var(--green);font-weight:800;cursor:pointer;padding:0}.advisor-banner{margin:32px max(5vw,22px) 0;padding:28px 34px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(115deg,#edf7f1,#fff);display:flex;align-items:center;justify-content:space-between;gap:20px}.advisor-banner h2{font-size:32px;margin:7px 0}.advisor-banner p{margin:0;color:var(--muted)}.advisor-summary{background:#edf7f1;border:1px solid #bdd9c9;border-radius:16px;padding:16px 18px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:14px}.advisor-summary[hidden]{display:none}.advisor-summary button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 12px;font-weight:800;color:var(--green)}@media(max-width:900px){.advisor-banner{align-items:flex-start;flex-direction:column}.advisor-summary{align-items:flex-start;flex-direction:column}}
/* V0.2.1 - Contraste legible en la tarjeta de promocion 3x2 */
.hero .promo p{color:#405149;font-weight:600;line-height:1.55}

.detail-gallery img{width:100%;height:100%;max-height:560px;object-fit:contain;border-radius:18px}

/* V0.4 final - paginación, tarjetas compactas, rebajas y 3x2 permanente */
.three-banner{background:#edf7f1;border:1px solid #bdd9c9;color:var(--green);padding:11px 14px;border-radius:12px;margin-bottom:14px;font-size:13px;font-weight:800}.game-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}.cover{aspect-ratio:1/1;font-size:32px}.card{border-radius:15px}.card-body{padding:11px}.card h3{font-size:14px;line-height:1.25;min-height:35px}.meta{font-size:10.5px;line-height:1.3;gap:2px}.price-row{margin-top:8px;gap:5px}.price{font-size:19px}.open{padding:7px 9px;font-size:12px}.fav{width:31px;height:31px;font-size:16px}.badge{font-size:9px;padding:5px 7px}.saving{display:block;color:#17613f;font-weight:800}.pagination{display:flex;justify-content:center;align-items:center;gap:7px;flex-wrap:wrap;margin:28px 0 4px}.pagination button{border:1px solid var(--line);background:#fff;color:var(--green);border-radius:9px;padding:8px 11px;font-weight:800;cursor:pointer}.pagination button.active{background:var(--green);color:#fff}.pagination button:disabled{opacity:.4;cursor:not-allowed}.catalog-layout{grid-template-columns:225px 1fr;gap:20px}.option-list{display:grid;gap:8px}.option-list article{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:10px}.option-list article>div{display:grid;gap:3px}.option-list em{font-size:9px;font-style:normal;background:var(--lime);padding:3px 5px;border-radius:99px}.benefits{display:grid;gap:6px;background:#edf7f1;border-radius:12px;padding:12px;margin-top:14px}@media(max-width:1550px){.game-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1180px){.game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.card-body{padding:9px}.card h3{font-size:13px}.meta{font-size:9.5px}.price{font-size:17px}.open{padding:6px 7px}}

/* V0.5 - galería real y ficha preparada para publicación */
.modal-card{scroll-behavior:smooth}.detail-gallery{display:block;min-height:0;background:#eef5f1;padding:12px}.gallery-main{height:470px;position:relative;display:grid;place-items:center;background:#fff;border-radius:14px;overflow:hidden}.gallery-main>img{width:100%;height:100%;object-fit:contain}.gallery-main>span{position:absolute;right:12px;bottom:12px;background:#082d22d9;color:#fff;border-radius:999px;padding:6px 9px;font-size:12px}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);border:0;width:38px;height:46px;border-radius:10px;background:#082d22cc;color:#fff;font-size:30px;cursor:pointer}.gallery-arrow.prev{left:10px}.gallery-arrow.next{right:10px}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:8px}.gallery-thumbs button{height:64px;padding:0;border:2px solid transparent;background:#fff;border-radius:8px;overflow:hidden}.gallery-thumbs button.active{border-color:var(--green)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.gallery-empty{height:360px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--green)}.gallery-empty b{font-size:80px}.gallery-empty span{color:var(--muted)}.detail-info{padding-top:4px}.summary-collapsible p{line-height:1.55}@media(max-width:900px){.gallery-main{height:360px}.gallery-thumbs{grid-template-columns:repeat(4,1fr)}}

/* V0.5.1 - cierre robusto de fichas */
.close{z-index:20;width:44px;height:44px;display:grid;place-items:center;cursor:pointer;border-radius:50%;background:#fff;box-shadow:0 2px 10px #0002;line-height:1}.close:hover{background:#edf7f1}.modal-open{overflow:hidden}

/* V0.5.2 - galería más grande y sin espacios muertos */
.detail{grid-template-columns:minmax(540px,1.15fr) minmax(430px,.85fr);gap:30px}.detail-gallery{padding:10px;background:#edf5f0;align-self:start}.gallery-main{height:min(68vh,650px);min-height:520px;background:#dfeae4}.gallery-main>img{object-fit:cover;object-position:center}.gallery-thumbs{display:flex;gap:9px;margin-top:10px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:thin}.gallery-thumbs button{flex:0 0 112px;height:84px;border-radius:10px;background:#dfeae4}.gallery-thumbs img{object-fit:cover}.modal-card{width:min(1320px,96vw);padding:32px}.modal{cursor:default}.modal>.modal-card{cursor:auto}@media(max-width:1100px){.detail{grid-template-columns:1fr 1fr}.gallery-main{height:56vh;min-height:430px}.gallery-thumbs button{flex-basis:96px;height:72px}}@media(max-width:900px){.detail{grid-template-columns:1fr}.gallery-main{height:52vh;min-height:360px}.modal-card{padding:18px}.gallery-thumbs button{flex-basis:92px;height:70px}}
/* V0.5.3 - contencion de miniaturas y columnas */
.detail{min-width:0;overflow:hidden}.detail-gallery,.detail-info{min-width:0;overflow:hidden}.gallery-thumbs{width:100%;max-width:100%;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x proximity}.gallery-thumbs button{scroll-snap-align:start;min-width:112px;max-width:112px}.gallery-thumbs img{display:block}.option-list,.benefits,.chips{max-width:100%}
@media(max-width:1100px){.gallery-thumbs button{min-width:96px;max-width:96px}}
@media(max-width:900px){.gallery-thumbs button{min-width:92px;max-width:92px}}

/* V0.6 - ofertas comerciales y constructor 3x2 */
.offer-card{cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.offer-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0c49331c}.offer-card:focus-visible{outline:3px solid #86d7b4;outline-offset:3px}.offer-label{font-weight:700;color:#2c5b49}.card-actions{display:flex;gap:6px;margin-top:auto}.card-actions .small{font-size:12px;padding:8px 9px;flex:1}.selected-note{display:block;color:#07583c;font-weight:800;margin-top:6px}.bundle-bar{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:80;width:min(820px,calc(100vw - 24px));background:#073f2e;color:#fff;border-radius:18px;padding:13px 16px;box-shadow:0 15px 40px #0005;display:flex;justify-content:space-between;align-items:center;gap:14px}.bundle-bar>div{display:flex;align-items:center;gap:14px}.bundle-bar span{color:#d4ede3;font-size:14px}.bundle-bar strong{font-size:22px}.bundle-bar button{background:#d9fb58;color:#063b2b;border:0;padding:10px 14px;border-radius:12px;font-weight:900}.bundle-panel{max-width:850px;margin:auto}.bundle-items{display:grid;gap:10px;margin:18px 0}.bundle-items article{display:grid;grid-template-columns:74px 1fr auto;gap:12px;align-items:center;border:1px solid #d9e6df;border-radius:15px;padding:10px}.bundle-thumb{width:74px;height:58px;background:#deebe5;border-radius:10px;overflow:hidden;display:grid;place-items:center;font-weight:900}.bundle-thumb img{width:100%;height:100%;object-fit:cover}.bundle-items small,.bundle-items em{display:block}.bundle-items em{color:#087047;font-weight:900;font-style:normal}.qty{display:flex;align-items:center;gap:8px}.qty button{width:34px;height:34px;border-radius:50%;border:1px solid #bcd1c7;background:#fff;font-size:20px}.bundle-totals{border-top:1px solid #d7e5de;padding-top:12px}.bundle-totals p{display:flex;justify-content:space-between;margin:8px 0}.bundle-totals .total{font-size:22px;border-top:2px solid #0a4e38;padding-top:12px}.bundle-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.bundle-actions a{text-decoration:none}.availability-note{display:block;color:#596b63}.single-offer h3{margin-bottom:8px}.detail-actions{margin:14px 0}.toast{position:fixed;left:50%;bottom:100px;transform:translate(-50%,20px);background:#102d24;color:#fff;padding:11px 16px;border-radius:12px;opacity:0;pointer-events:none;transition:.2s;z-index:100}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:700px){.bundle-bar{bottom:8px;align-items:flex-start}.bundle-bar,.bundle-bar>div{flex-direction:column}.bundle-bar>div:last-child{width:100%;flex-direction:row;justify-content:space-between}.bundle-items article{grid-template-columns:58px 1fr}.bundle-thumb{width:58px;height:52px}.qty{grid-column:2}.card-actions{flex-direction:column}}

/* V0.6.1 - identidad JMR, redes sociales y barra 3x2 vacia */
.logo{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:50%;padding:2px;flex:0 0 46px}.logo img{display:block;width:100%;height:100%;object-fit:contain;border-radius:50%}.social-nav{display:flex;align-items:center;gap:18px}.social-link{display:inline-flex;align-items:center;gap:7px;color:var(--green);text-decoration:none;font-weight:800;white-space:nowrap}.social-link img,.social-action img{width:21px;height:21px;display:block;flex:0 0 21px}.footer-socials{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.social-action{display:inline-flex;align-items:center;gap:7px}.bundle-bar[hidden]{display:none!important}.bundle-bar:empty{display:none!important}@media(max-width:1100px){.top nav{gap:16px}.social-nav{gap:10px}.social-link{font-size:13px}}@media(max-width:900px){.footer-socials{flex-direction:column;align-items:flex-start;gap:10px}}

/* V0.6.2 */.top{height:92px;padding-block:8px}.top .logo{width:66px;height:66px;flex-basis:66px}.top .brand b{font-size:18px}.top .brand small{font-size:14px}.active-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 15px;padding:11px 13px;background:#fff;border:1px solid var(--line);border-radius:14px}.active-filters[hidden]{display:none}.active-filters button{display:inline-flex;align-items:center;gap:8px;border:1px solid #a9cabb;background:#edf7f1;color:var(--green);border-radius:999px;padding:7px 10px;font-weight:800}.active-filters button span{font-size:18px}.game-grid{align-items:start}.offer-card{display:flex;flex-direction:column;height:100%}.offer-card .cover{aspect-ratio:4/3;max-height:210px}.offer-card .card-body{display:flex;flex-direction:column;flex:1}.offer-card .card-body>p{margin:7px 0}.offer-card .price{margin-top:auto}.sale-price{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:3px 8px;margin:8px 0}.sale-price .regular-price{grid-column:1/-1;color:#78867f;font-size:12px;text-decoration:line-through}.sale-price strong{color:#a12b22;font-size:24px}.sale-price em,.badge{color:#8a3b20;background:#fff0d8;border:1px solid #efc47d}.sale-price em{border-radius:999px;padding:4px 7px;font-size:11px;font-style:normal;font-weight:900}.card-actions{margin-top:10px}@media(max-width:900px){.top{height:78px}.top .logo{width:55px;height:55px;flex-basis:55px}}

/* V0.6.3 - consulta individual y tarjetas compactas */
.game-grid{align-items:start}.offer-card{height:auto!important;align-self:start}.offer-card .card-body{display:block}.offer-card .card-body>p{margin:5px 0!important}.offer-card .offer-label{margin:5px 0!important}.offer-card .price{margin:7px 0!important}.offer-card .card-actions{margin-top:8px}.card-actions .interest-btn{background:var(--lime);color:#18301f}.card-actions [data-add]{background:#fff;color:var(--green);border:1px solid var(--line)}.detail-actions{display:flex;gap:10px;flex-wrap:wrap}.detail-actions .secondary{padding:15px 20px}.single-offer .option{margin-bottom:8px}@media(max-width:700px){.card-actions{flex-direction:column}.detail-actions>*{width:100%;text-align:center}}

/* V0.7 filtros BGG y cuadricula uniforme */.offer-card .cover{aspect-ratio:4/3!important;height:180px!important;max-height:180px!important;background:#e7eee9}.offer-card .cover img{width:100%;height:100%;object-fit:contain!important;object-position:center;background:#e7eee9}.filters{max-height:calc(100vh - 115px);overflow:auto}.filters label{margin:14px 0}.filters select{font-size:14px}

.badge.adult{background:#5b214e;color:#fff}.offer-card .cover{height:190px!important;aspect-ratio:4/3!important}.offer-card .cover img{object-fit:contain!important;object-position:center!important}

.detail-main-image{width:100%;min-height:320px;display:flex;align-items:center;justify-content:center;background:#edf2ee;border-radius:18px;overflow:hidden}.detail-main-image img{display:block;width:100%;height:100%;max-height:520px;object-fit:contain}.detail-empty-image{min-height:320px;display:flex;align-items:center;justify-content:center;background:#edf2ee;border-radius:18px;color:#52645b;font-weight:800}.gallery-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:10px}.gallery-controls button{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--green);font-size:24px;cursor:pointer}

/* V0.8 - diseno comercial azul estilo Marketplace */
:root{--blue:#1877f2;--blue-dark:#0d3b66;--blue-soft:#eaf3ff;--blue-border:#d7e5f7;--market-bg:#f0f2f5;--sale:#d95d39;--sale-soft:#fff1eb;--text:#1c2b3a;--muted:#67778a}
body{background:var(--market-bg);color:var(--text)}header{background:#fff;border-bottom:1px solid #d9e2ec;box-shadow:0 2px 8px rgba(13,59,102,.06)}header a,header button{color:var(--blue-dark)}.primary{background:var(--blue)!important;color:#fff!important;border-color:var(--blue)!important}.secondary{background:#fff!important;color:var(--blue)!important;border-color:#b9d3f3!important}.filters{background:#fff;border-color:#dce5ee;box-shadow:0 6px 22px rgba(13,59,102,.06)}.filters select,.filters input{border-color:#cfdae7;background:#fff}.game-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important;align-items:start}.market-card{display:flex!important;flex-direction:column!important;height:100%!important;min-height:500px!important;border:1px solid #dde5ed!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 4px 16px rgba(34,61,86,.08)!important;transition:transform .18s ease,box-shadow .18s ease}.market-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(24,119,242,.14)!important}.market-cover{position:relative;height:245px!important;min-height:245px!important;background:#edf2f7;display:flex;align-items:center;justify-content:center;overflow:hidden}.market-cover img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:10px;box-sizing:border-box;background:#edf2f7}.market-initials{font-size:34px;font-weight:900;color:var(--blue-dark)}.market-badges{position:absolute;left:12px;top:12px;display:flex;gap:6px}.market-badge{padding:6px 9px;border-radius:999px;font-size:11px;letter-spacing:.05em;color:#fff}.market-badge.sale{background:var(--sale)}.market-badge.adult{background:#34495e}.market-card-body{display:flex;flex:1;flex-direction:column;padding:15px}.market-card-body h3{font-size:16px;line-height:1.25;min-height:40px;margin:7px 0 9px;color:var(--blue-dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.condition-pill{align-self:flex-start;background:var(--blue-soft);color:#265d94;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:750;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.market-facts{display:flex;flex-wrap:wrap;gap:6px 10px;margin:11px 0;color:#4c6073;font-size:13px}.market-stock{display:flex;align-items:center;gap:7px;color:#4c6073;margin:0 0 12px}.market-stock i,.stock-dot{width:8px;height:8px;border-radius:50%;background:#25a55f;display:inline-block}.market-card .card-actions{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:8px}.market-card .card-actions button{min-height:44px;padding:8px;font-size:13px}.market-price{min-height:56px}.market-price .current-price{font-size:25px;line-height:1;font-weight:900;color:var(--blue-dark)}.market-price-sale .old-price{font-size:12px;color:#8290a0;text-decoration:line-through;margin-bottom:3px}.market-price-sale .current-price{color:var(--sale)}.saving-pill{display:inline-block;margin-top:6px;background:var(--sale-soft);color:#a54529;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800}.modal-card{max-width:1360px!important;border-radius:22px!important;background:#fff!important;box-shadow:0 28px 90px rgba(13,59,102,.25)!important}.market-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:34px;padding:20px}.market-detail-media{position:sticky;top:0;align-self:start}.market-detail .detail-main-image{height:570px;min-height:570px;background:#edf2f7;border-radius:18px}.market-detail .detail-main-image img{width:100%;height:100%;max-height:none;object-fit:contain;padding:18px;box-sizing:border-box}.photo-caption{text-align:center;color:#7a8896;font-size:12px;margin-top:9px}.market-detail-content{padding:8px 18px 24px 0}.detail-kicker{color:var(--blue);font-weight:900;letter-spacing:.08em;font-size:12px;text-transform:uppercase}.market-detail-content h2{font-size:42px;line-height:1.08;color:var(--blue-dark);margin:8px 0 14px}.detail-summary{color:#44566a;line-height:1.55;font-size:16px;margin:0 0 18px}.detail-facts{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.detail-facts span{display:flex;gap:7px;align-items:center;background:#f4f7fa;border:1px solid #e2e9f0;border-radius:12px;padding:9px 11px;font-size:13px}.buy-box{background:var(--blue-soft);border:1px solid #cfe3fb;border-radius:18px;padding:20px;margin-bottom:22px}.buy-box.on-sale{background:linear-gradient(135deg,#fff 0%,var(--sale-soft) 100%);border-color:#ffd7ca}.buy-label{font-size:11px;font-weight:900;letter-spacing:.09em;color:var(--blue);margin-bottom:8px}.buy-box.on-sale .buy-label{color:var(--sale)}.market-price.detail .current-price{font-size:38px}.buy-meta{display:flex;align-items:center;gap:8px;margin:12px 0;font-size:13px}.buy-box dl{display:grid;gap:8px;margin:14px 0}.buy-box dl div{display:grid;grid-template-columns:150px 1fr;gap:12px}.buy-box dt{color:#617184;font-size:13px}.buy-box dd{margin:0;color:#25384b;font-weight:750;font-size:13px}.buy-box .detail-actions{display:grid;grid-template-columns:1.2fr 1fr;gap:10px;margin-top:16px}.buy-box .detail-actions button{min-height:52px}.promo-note{display:flex;flex-direction:column;gap:3px;border-top:1px solid #cfe0f3;margin-top:16px;padding-top:14px;color:#42617c;font-size:13px}.promo-note b{color:var(--blue-dark)}.feature-groups{display:grid;gap:16px}.feature-groups>div{border-top:1px solid #e4eaf0;padding-top:14px}.feature-groups h3{margin:0 0 9px;color:var(--blue-dark);font-size:15px}.chips{display:flex!important;flex-wrap:wrap!important;gap:7px!important}.chips span{background:#f1f6fc!important;color:#315a84!important;border:1px solid #d8e7f7!important;border-radius:999px!important;padding:7px 10px!important;font-size:12px!important}.fav{color:var(--blue)!important}.pagination .active,.pagination button.active{background:var(--blue)!important;color:#fff!important}
@media(max-width:1500px){.game-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:1100px){.game-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.market-detail{grid-template-columns:1fr}.market-detail-media{position:static}.market-detail .detail-main-image{height:460px;min-height:460px}}
@media(max-width:760px){.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.market-cover{height:210px!important;min-height:210px!important}.market-card{min-height:470px!important}.market-detail{padding:10px;gap:18px}.market-detail-content{padding:0 4px 16px}.market-detail-content h2{font-size:32px}.market-detail .detail-main-image{height:360px;min-height:360px}.buy-box .detail-actions{grid-template-columns:1fr}.buy-box dl div{grid-template-columns:1fr;gap:2px}}
@media(max-width:480px){.game-grid{grid-template-columns:1fr!important}.market-card{min-height:0!important}}

/* V0.8.1 - portadas compactas, galeria, WhatsApp y azul oscuro */
.hero{background:#0b2f57!important;color:#fff!important;min-height:auto!important;padding-top:70px!important;padding-bottom:70px!important}.hero .eyebrow,.hero h1,.hero p,.hero .trust{color:#fff!important}.hero .promo{background:#f7f9fc!important;color:#102d4c!important}.hero .promo p{color:#40566d!important}.hero .promo button{background:#1877f2!important;color:#fff!important}.market-cover{height:185px!important;min-height:185px!important}.market-cover img{padding:8px!important}.market-card{min-height:420px!important}.market-card-body{padding:13px!important}.market-price{min-height:48px!important}.market-card-body h3{min-height:38px!important;margin:5px 0 8px!important}.market-facts{margin:9px 0 12px!important}.market-card .card-actions{margin-top:auto!important}.market-detail .detail-main-image{height:480px!important;min-height:480px!important}.detail-thumbs{display:flex;gap:8px;overflow-x:auto;margin-top:10px;padding:4px 2px 8px}.detail-thumbs button{flex:0 0 74px;width:74px;height:58px;border:2px solid transparent;border-radius:9px;padding:0;overflow:hidden;background:#edf2f7;cursor:pointer}.detail-thumbs button.active{border-color:#1877f2}.detail-thumbs img{width:100%;height:100%;object-fit:cover}.gallery-controls{margin-top:8px!important}.photo-caption{margin-top:6px!important}.market-detail{align-items:start!important}
@media(max-width:760px){.market-cover{height:165px!important;min-height:165px!important}.market-card{min-height:390px!important}.hero{padding-top:45px!important;padding-bottom:45px!important}.market-detail .detail-main-image{height:340px!important;min-height:340px!important}}

/* V0.8.2 - cierre comercial */
.buy-box .market-price.detail{display:block!important;min-height:92px!important;visibility:visible!important;opacity:1!important}.buy-box .market-price.detail .current-price{display:block!important;visibility:visible!important;opacity:1!important;color:#0b3f73!important;font-size:42px!important;line-height:1.08!important;font-weight:900!important;margin:6px 0!important}.buy-box.on-sale .market-price.detail .current-price{color:#d95d39!important}.modal-open .bundle-bar{display:none!important}.bundle-actions .whatsapp-bundle{background:#25d366!important;border-color:#25d366!important;color:#fff!important}.bundle-panel{padding-bottom:20px!important}

#favOpen.active{background:#eaf3ff!important;border-color:#1877f2!important;color:#1877f2!important;box-shadow:0 0 0 3px rgba(24,119,242,.12)}

/* V0.8.7 - carga visible, catalogo movil profesional y fichas responsivas */
.mobile-social-links{display:none;align-items:center;gap:9px;margin-left:auto;margin-right:10px}.mobile-social-links a{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#f4f7fa;border:1px solid #dbe5ee}.mobile-social-links img{width:22px;height:22px}
.catalog-loading{display:block!important;padding:18px 0 28px;text-align:left}.loading-card{min-height:112px;display:flex;align-items:center;justify-content:center;gap:18px;padding:24px;border:1px solid #cfe0f2;border-radius:18px;background:linear-gradient(135deg,#fff,#eef6ff);box-shadow:0 8px 24px rgba(13,59,102,.08)}.loading-card strong{display:block;color:#0b3f73;font-size:20px;margin-bottom:5px}.loading-card p{margin:0;color:#53687b;line-height:1.45}.loading-spinner{width:42px;height:42px;flex:0 0 42px;border:5px solid #cfe3fb;border-top-color:#1877f2;border-radius:50%;animation:jmr-spin .9s linear infinite}.loading-skeletons{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:15px}.loading-skeletons i{height:110px;border-radius:14px;background:linear-gradient(90deg,#e7edf3 25%,#f7fafc 45%,#e7edf3 65%);background-size:220% 100%;animation:jmr-shimmer 1.3s infinite}.load-error .loading-card{background:#fff5f5;border-color:#efc4c4}.load-error .loading-card strong{color:#9c2525}@keyframes jmr-spin{to{transform:rotate(360deg)}}@keyframes jmr-shimmer{to{background-position:-220% 0}}
.danger-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:14px;padding:14px 18px;background:#b42318;color:#fff;font-weight:900;cursor:pointer}.danger-action span{font-size:20px;line-height:1}.danger-action:hover{background:#8f1d14}
.market-detail-content,.market-detail-media,.buy-box,.feature-groups{min-width:0}.market-detail-content h2,.detail-summary,.buy-box dd{overflow-wrap:anywhere}
@media(max-width:900px){
 .mobile-social-links{display:flex}.top .brand span:last-child small{display:none}.top .brand b{font-size:16px}.top{gap:6px}.icon-btn{padding:10px 12px;flex:0 0 auto}
 .catalog{padding:42px 12px}.catalog-head{align-items:center;gap:10px}.catalog h2{font-size:38px}.catalog-layout{margin-top:20px}.toolbar{align-items:center;gap:8px}.toolbar select{flex:1;min-width:0}.view-toggle{display:flex}.three-banner{font-size:12px;line-height:1.35}
 .modal{padding:0;place-items:end center}.modal-card{width:100vw!important;max-width:none!important;height:calc(100dvh - 18px);max-height:calc(100dvh - 18px);border-radius:24px 24px 0 0!important;padding:56px 14px 18px!important;overflow-x:hidden}.close{position:fixed;right:18px;top:28px}
 .market-detail{display:block!important;padding:0!important}.market-detail-media{position:static!important;width:100%;overflow:hidden}.market-detail .detail-main-image{width:100%;height:42dvh!important;min-height:280px!important;max-height:420px;background:#edf2f7}.market-detail .detail-main-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px!important}.detail-thumbs{width:100%;max-width:100%;padding-bottom:8px}.detail-thumbs button{flex:0 0 68px;width:68px;height:54px}.market-detail-content{padding:18px 4px 28px!important}.market-detail-content h2{font-size:30px!important;line-height:1.08}.detail-summary{font-size:15px;line-height:1.55}.detail-facts{gap:7px}.detail-facts span{padding:8px;font-size:12px}.buy-box{padding:16px}.market-price.detail .current-price{font-size:36px!important}.feature-groups{padding-bottom:18px}
 .bundle-panel{padding:0 4px 30px}.bundle-panel h2{font-size:30px}.bundle-actions{display:grid;grid-template-columns:1fr 1fr}.bundle-actions .whatsapp-bundle{grid-column:1/-1}.bundle-actions .danger-action{grid-column:1/-1}.bundle-actions .social-action{justify-content:center}.bundle-items article{grid-template-columns:62px 1fr!important}.bundle-thumb{width:62px;height:56px}.qty{grid-column:2!important}
}
@media(max-width:560px){
 .top{height:76px;padding:7px 10px}.top .logo{width:50px;height:50px;flex-basis:50px}.top .brand{gap:7px;min-width:0}.top .brand span:last-child{min-width:0}.top .brand b{font-size:14px;white-space:nowrap}.mobile-social-links{gap:5px;margin-right:2px}.mobile-social-links a{width:34px;height:34px}.mobile-social-links img{width:20px;height:20px}.icon-btn{font-size:13px;padding:9px 10px}
 .catalog{padding:34px 10px}.catalog-head{align-items:end}.catalog h2{font-size:34px}.catalog-head p{font-size:14px}.catalog-head .secondary{padding:10px 12px}.toolbar{margin-bottom:12px}.toolbar select{padding:11px 9px}.view-toggle button{padding:9px}
 .game-grid,.game-grid.list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.game-grid.list .card{display:flex!important}.market-card{min-width:0!important;min-height:360px!important;border-radius:13px!important}.market-cover{height:135px!important;min-height:135px!important}.market-cover img{padding:5px!important}.market-card-body{padding:9px!important}.market-price{min-height:42px!important}.market-price .current-price{font-size:20px}.market-price-sale .old-price{font-size:10px}.saving-pill{font-size:9px;padding:3px 5px}.market-card-body h3{font-size:13px!important;line-height:1.2;min-height:32px!important;margin:5px 0 6px!important}.condition-pill{font-size:10px;padding:5px 6px}.market-facts{gap:4px!important;margin:7px 0!important;font-size:10px!important}.market-card .card-actions{grid-template-columns:1fr!important;gap:5px}.market-card .card-actions button{min-height:36px;padding:6px 4px;font-size:11px}.fav{right:7px;top:7px;width:30px;height:30px}.market-badge{font-size:9px;padding:5px 6px}.market-badges{left:7px;top:7px}.selected-note{font-size:10px}
 .loading-card{padding:18px 14px;gap:12px}.loading-card strong{font-size:17px}.loading-card p{font-size:13px}.loading-spinner{width:34px;height:34px;flex-basis:34px}.loading-skeletons{grid-template-columns:repeat(2,1fr)}.loading-skeletons i{height:92px}
 .modal-card{padding:52px 10px 14px!important}.close{right:14px;top:25px}.market-detail .detail-main-image{height:36dvh!important;min-height:245px!important}.market-detail-content h2{font-size:26px!important}.buy-box dl div{grid-template-columns:1fr!important}.buy-box .detail-actions{display:grid;grid-template-columns:1fr!important}.bundle-items article{padding:9px}.bundle-panel h2{font-size:27px}.bundle-totals .total{font-size:20px}
}

/* V0.8.8 - ancho movil completo e instalacion PWA */
.catalog-head-actions{display:flex;align-items:center;gap:8px}.install-app{border:0;border-radius:13px;padding:12px 15px;background:#0b5bd3;color:#fff;font-weight:900;cursor:pointer;box-shadow:0 5px 16px rgba(11,91,211,.18)}
@media(max-width:900px){
 .catalog,.catalog-layout,.catalog-layout>div,.toolbar,.three-banner,.game-grid,.pagination,.catalog-head{width:100%!important;max-width:none!important;min-width:0!important}
 .catalog-layout{display:block!important}.catalog-layout>div{display:block!important}.catalog-head-actions{flex-direction:column;align-items:stretch}.catalog-head-actions button{white-space:nowrap}
 .toolbar{display:flex!important;justify-content:space-between!important}.three-banner{box-sizing:border-box!important}.game-grid{box-sizing:border-box!important}
}
@media(max-width:560px){
 .catalog{padding-left:10px!important;padding-right:10px!important;overflow-x:hidden!important}.catalog-head{display:flex!important}.catalog-head>div:first-child{min-width:0;flex:1}.catalog-head-actions{flex:0 0 auto}.catalog-head-actions .install-app{font-size:12px;padding:10px}.catalog-head-actions .secondary{font-size:14px}
 .catalog-layout>div{width:100%!important}.toolbar{width:100%!important}.toolbar select{max-width:none!important}.three-banner{width:100%!important}.game-grid,.game-grid.list{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .market-card{width:100%!important;max-width:none!important}.pagination{width:100%!important}
}

/* V0.8.9 - compartir catalogo y juegos */
.header-actions{display:flex;align-items:center;gap:8px}.share-top{display:inline-flex;align-items:center;gap:7px;color:#0b5bd3}.share-game{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border:1px solid #9fc4ef;border-radius:13px;background:#eaf3ff;color:#0b5bd3;font-weight:900;cursor:pointer}.share-game:hover{background:#dcecff}
@media(max-width:900px){.header-actions{gap:5px}.share-top span{display:none}.share-top{padding:9px 11px;font-size:19px}.buy-box .detail-actions{grid-template-columns:1fr!important}.share-game{width:100%}}
@media(max-width:560px){.header-actions{margin-left:0}.share-top{padding:8px 9px}.top .mobile-social-links{margin-left:auto}.top .header-actions .icon-btn{min-width:38px}}

/* V0.9.0 - ejemplares fisicos separados */
.copy-details{display:grid;gap:5px;margin:0 0 18px;padding:12px 14px;background:#fff8e8;border:1px solid #f0d59d;border-radius:12px;color:#654812}.copy-details b{color:#53380a}.copy-details span{line-height:1.45}

.mobile-filter-head{display:none}.copy-count{font-weight:850;color:var(--green)}
@media(max-width:760px){#filters.open{overflow-y:auto;padding-top:0!important}.mobile-filter-head{display:flex;position:sticky;top:0;z-index:5;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid var(--line);padding:15px 4px;margin-bottom:12px}.mobile-filter-head b{font-size:20px}.mobile-filter-head button{width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:28px;color:var(--green)}#filters label{display:grid!important;gap:7px!important;font-size:14px!important;font-weight:850!important;color:var(--green)!important}#filters label select,#filters label input{font-size:16px!important;color:var(--ink)!important}#shareResults{width:100%}}

.footer-install{position:static!important;inset:auto!important;display:block;margin:14px 0 0 auto!important;padding:9px 13px!important;border:1px solid #ffffff55!important;border-radius:10px!important;background:transparent!important;color:#fff!important;font-size:13px!important;box-shadow:none!important}.footer-install[hidden]{display:none!important}#shareResults[hidden]{display:none!important}#applyMobileFilters{display:none}.logo-fallback{object-fit:contain!important;padding:18px!important;background:#f5f8f6!important}
@media(max-width:760px){#applyMobileFilters{display:block;position:sticky;bottom:8px;z-index:7;width:100%;margin-top:18px;box-shadow:0 8px 24px #09251a33}.footer-install{margin:14px auto 0!important;width:auto!important}.catalog-head #shareResults,.catalog-actions #shareResults{width:100%}.mobile-filter-head{padding-top:10px!important}}

/* V0.9.3 mobile stabilization */
.footer-install{color:var(--green)!important;border-color:var(--line)!important;background:#fff!important;margin:16px 0 0!important;font-weight:800!important;visibility:visible!important}.saving-row b,.saving-total b,.bundle-items em{color:#16824b!important}.catalog-head{align-items:flex-end!important}.catalog-head>div:first-child{min-width:0}.catalog-head h2{margin-bottom:8px}.results-meta{white-space:normal!important}.mobile-filter-head{min-height:68px}.active-filters:not([hidden]){display:flex!important;flex-wrap:wrap!important;overflow:visible!important}.active-filters{max-width:100%!important}
@media(max-width:760px){#filters.open{position:fixed!important;inset:0!important;z-index:100!important;height:100dvh!important;max-height:100dvh!important;overflow-y:auto!important;padding:0 10px 96px!important;background:#fff!important}#applyMobileFilters{position:fixed!important;left:10px!important;right:10px!important;bottom:max(12px,env(safe-area-inset-bottom))!important;width:auto!important;z-index:110!important;margin:0!important}.catalog-head{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.catalog-head .catalog-title,.catalog-head>div{width:100%!important}.catalog-head p{display:inline!important;line-height:1.35!important}.catalog-head .mobile-actions{display:grid!important;grid-template-columns:auto 1fr!important;gap:10px!important}.toolbar{margin-top:8px!important}.active-filters{margin-top:10px!important}.footer-install{display:inline-block!important;margin-top:16px!important}}

.advisor-actions{display:flex;gap:8px;flex-wrap:wrap}.advisor-actions #clearAdvisor{border-color:#b8cec1;background:#fff;color:var(--green)}@media(max-width:760px){.advisor-actions{display:grid;width:100%}.advisor-actions button{width:100%}}


/* V0.9.6 - Vista de lista funcional */
.game-grid.list{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important}
.game-grid.list .market-card{display:grid!important;grid-template-columns:190px minmax(0,1fr)!important;grid-template-rows:auto!important;min-height:190px!important;height:auto!important;width:100%!important;max-width:none!important;overflow:hidden!important}
.game-grid.list .market-cover{grid-column:1!important;grid-row:1!important;width:190px!important;height:190px!important;min-height:190px!important;border-right:1px solid #dde5ed!important;border-bottom:0!important}
.game-grid.list .market-cover img{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px!important}
.game-grid.list .market-card-body{grid-column:2!important;grid-row:1!important;display:grid!important;grid-template-columns:minmax(150px,1.35fr) minmax(120px,.75fr) minmax(210px,1fr)!important;grid-template-areas:'name price actions' 'condition price actions' 'facts price actions' 'note price actions'!important;gap:8px 18px!important;align-content:center!important;align-items:center!important;padding:18px 20px!important;min-width:0!important}
.game-grid.list .market-card-body h3{grid-area:name!important;margin:0!important;font-size:20px!important;line-height:1.2!important}
.game-grid.list .condition-pill{grid-area:condition!important;justify-self:start!important;margin:0!important}
.game-grid.list .market-facts{grid-area:facts!important;margin:0!important;flex-wrap:wrap!important}
.game-grid.list .selected-note{grid-area:note!important;margin:0!important}
.game-grid.list .price-block{grid-area:price!important;margin:0!important;align-self:center!important}
.game-grid.list .card-actions{grid-area:actions!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;align-self:center!important}
.game-grid.list .card-actions button{width:100%!important;min-height:46px!important}
.game-grid.list .fav{left:auto!important;right:8px!important;top:8px!important}
.game-grid.list .market-badges{left:8px!important;top:8px!important}
@media(max-width:900px){.game-grid.list .market-card{grid-template-columns:145px minmax(0,1fr)!important}.game-grid.list .market-cover{width:145px!important;height:170px!important;min-height:170px!important}.game-grid.list .market-card-body{grid-template-columns:1fr minmax(155px,.65fr)!important;grid-template-areas:'name price' 'condition price' 'facts price' 'actions actions'!important;padding:14px!important}.game-grid.list .selected-note{display:none!important}.game-grid.list .card-actions{grid-template-columns:1fr 1fr!important}}
@media(max-width:600px){.game-grid.list .market-card{grid-template-columns:105px minmax(0,1fr)!important;min-height:150px!important}.game-grid.list .market-cover{width:105px!important;height:150px!important;min-height:150px!important}.game-grid.list .market-card-body{grid-template-columns:1fr!important;grid-template-areas:'name' 'price' 'condition' 'facts' 'actions'!important;gap:6px!important;padding:10px!important}.game-grid.list .market-card-body h3{font-size:15px!important}.game-grid.list .price-block{padding:4px 0!important}.game-grid.list .card-actions{grid-template-columns:1fr!important}.game-grid.list .card-actions button{min-height:38px!important;font-size:12px!important}.game-grid.list .market-facts{font-size:10px!important}}

/* V0.9.7 - Precio promocional visible en vista de lista */
.game-grid.list .market-price{display:grid!important;visibility:visible!important;opacity:1!important;min-height:86px!important;align-content:center!important;gap:5px!important;padding:10px 14px!important;background:#fff!important;border:1px solid #d8e3dc!important;border-radius:14px!important;overflow:visible!important}
.game-grid.list .market-price-sale .old-price{display:block!important;visibility:visible!important;opacity:1!important;color:#75827c!important;font-size:12px!important;line-height:1.2!important;text-decoration:line-through!important;white-space:nowrap!important}
.game-grid.list .market-price-sale .current-price{display:block!important;visibility:visible!important;opacity:1!important;color:#d95d39!important;font-size:30px!important;line-height:1!important;font-weight:950!important;white-space:nowrap!important}
.game-grid.list .market-price-sale .saving-pill{display:inline-flex!important;visibility:visible!important;opacity:1!important;width:max-content!important;max-width:100%!important;color:#a33b20!important;background:#fff0e8!important;font-size:11px!important;line-height:1.2!important;font-weight:900!important;padding:5px 8px!important;border-radius:999px!important;white-space:normal!important}
@media(max-width:900px){.game-grid.list .market-price{min-height:76px!important;padding:8px 10px!important}.game-grid.list .market-price-sale .current-price{font-size:25px!important}}
@media(max-width:600px){.game-grid.list .market-price{min-height:auto!important;padding:6px 8px!important}.game-grid.list .market-price-sale .current-price{font-size:22px!important}.game-grid.list .market-price-sale .saving-pill{font-size:9px!important;padding:4px 6px!important}}


/* V0.9.8 - Buscador principal siempre visible */
.catalog-search{max-width:1700px;margin:0 auto 16px;padding:0;position:relative;z-index:8}.catalog-search label{display:grid;gap:7px;color:var(--green);font-size:14px;font-weight:900}.catalog-search-box{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:0 15px;border:1.5px solid #bfd1c6;border-radius:16px;background:#fff;box-shadow:0 6px 22px #09251a0d;transition:border-color .18s ease,box-shadow .18s ease}.catalog-search-box:focus-within{border-color:#1877f2;box-shadow:0 0 0 4px #1877f21a}.catalog-search-box>span{font-size:27px;line-height:1;color:#0b5bd3;transform:rotate(-15deg)}.catalog-search-box input{width:100%;height:54px;padding:0;border:0!important;outline:0!important;background:transparent!important;color:var(--ink);font-size:17px;font-weight:650}.catalog-search-box input::placeholder{color:#75827c;font-weight:550}.catalog-search-box button{width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#eef4f0;color:var(--green);font-size:23px;line-height:1;cursor:pointer}.catalog-search-box button[hidden]{display:none!important}
@media(min-width:761px){.catalog-search{margin-left:0;margin-right:0}.catalog-search label>span{font-size:15px}.catalog-search-box{max-width:760px}}
@media(max-width:760px){.catalog-search{position:sticky;top:76px;z-index:16;margin:0 -1px 14px;padding:10px 0 4px;background:linear-gradient(#f8faf8 82%,#f8faf800)}.catalog-search label>span{font-size:13px}.catalog-search-box{min-height:54px;border-radius:14px;padding:0 12px}.catalog-search-box input{height:50px;font-size:16px}.catalog-search-box>span{font-size:24px}.catalog-head{margin-bottom:8px!important}}
