@font-face{font-family:Rajdhani;src:url('assets/rajdhani-600.woff2') format('woff2');font-weight:600;font-display:swap}
:root{color-scheme:dark;--bg:#0c0c0d;--surface:#151515;--border:#303034;--text:#f4f4f5;--muted:#a1a1aa;--pink:#ff2bd6;--blue:#238cff;font-family:Arial,sans-serif;background:var(--bg);color:var(--text)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--pink);outline-offset:6px} .header,main,footer{max-width:1240px;margin:auto;padding-inline:48px}.header{min-height:112px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);gap:24px}.brand{display:flex;align-items:center;gap:12px;font:600 25px Rajdhani,sans-serif;letter-spacing:2px}.brand img{object-fit:contain;mix-blend-mode:screen}.brand-caption{display:block;font:10px Arial,sans-serif;letter-spacing:2px;color:var(--muted);margin-top:5px}nav{display:flex;gap:32px;font-size:14px}nav a:hover{color:var(--pink)}nav span{color:var(--pink);margin-left:10px}.hero{min-height:560px;display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:40px;padding-block:72px}.eyebrow{font-size:11px;letter-spacing:2px;color:var(--muted);font-weight:600}.eyebrow>span{display:inline-block;width:6px;height:6px;background:var(--pink);border-radius:50%;margin-right:9px}h1,h2,h3{font-family:Rajdhani,sans-serif;font-weight:600;margin:0}h1{font-size:clamp(44px,5.5vw,72px);line-height:1.04;letter-spacing:-1.5px;margin:24px 0}h1 em{font-style:normal;color:var(--pink)}.intro{font-size:16px;line-height:1.7;max-width:340px;color:var(--muted);margin-bottom:32px}.button{display:inline-flex;align-items:center;gap:30px;padding:16px 22px;background:var(--pink);color:#100b10;font-size:14px;font-weight:700;border-radius:6px}.button:hover{background:#ff72e4}.hero-art{position:relative;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;background:radial-gradient(ellipse at center,#1d1325 0%,transparent 65%)}.orbit{position:absolute;width:85%;height:85%;border:1px solid #303034;border-radius:50%;transform:rotate(-25deg)}.orbit-two{width:100%;height:56%;border-color:#30203a}.controller{width:75%;color:#e4e4e7;transform:rotate(-12deg)}.art-label{position:absolute;bottom:4%;font-size:10px;letter-spacing:3px;color:var(--muted)}.catalog{padding-block:20px 72px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}h2{font-size:40px}.status{font-size:11px;color:var(--muted);border:1px solid var(--border);border-radius:20px;padding:8px 12px}.empty-state{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:44px 24px;text-align:center}.empty-state svg{color:var(--blue);margin-bottom:14px}h3{font-size:25px}.empty-state p{font-size:14px;line-height:1.6;color:var(--muted)}footer{border-top:1px solid var(--border);padding-block:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}footer>span{font:600 18px Rajdhani,sans-serif;letter-spacing:2px}footer p{font-size:12px;color:var(--muted)}
@media(max-width:700px){.header,main,footer{padding-inline:22px}.header{min-height:92px;gap:12px}.brand{font-size:19px;gap:5px}.brand img{width:58px;height:58px}.brand-caption{font-size:7px;letter-spacing:1px}nav{gap:15px;font-size:12px}.hero{grid-template-columns:1fr;gap:16px;padding-block:44px}.hero-art{max-width:300px;width:100%;justify-self:center}.intro{max-width:none}h1{font-size:52px}.catalog{padding-bottom:44px}footer{align-items:flex-start;flex-direction:column;gap:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Ancho intermedio compartido por encabezado, menú y contenido. */
.main-menu{max-width:1440px;margin:auto;padding:8px 48px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;border-bottom:1px solid var(--border)}
.main-menu a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:8px;border-radius:6px;font:600 18px Rajdhani,sans-serif;transition:background .15s,color .15s}
.main-menu a:hover,.main-menu a:focus-visible{background:#242026;color:var(--pink)}
.main-menu svg{width:22px;height:22px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(min-width:701px){
  .header,main,footer{max-width:1440px;width:100%;padding-inline:48px}
  .hero-art{width:100%;max-width:520px;justify-self:center}
}

/* PORTADA COMERCIAL */
.home-page{padding-bottom:72px}
.home-hero{position:relative;min-height:530px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);align-items:center;gap:42px;padding:54px 0 66px;border-bottom:1px solid var(--border);overflow:hidden}
.home-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 77% 45%,rgba(255,43,214,.11),transparent 33%),radial-gradient(circle at 62% 65%,rgba(40,126,255,.08),transparent 27%);pointer-events:none}
.home-hero-copy{position:relative;z-index:2}
.home-hero h1{max-width:650px;margin:18px 0;font-size:clamp(50px,5.4vw,72px)}
.home-hero-copy>p:not(.eyebrow){max-width:540px;margin:0;color:#aaa8af;font-size:16px;line-height:1.65}
.home-hero-actions{display:flex;align-items:center;gap:25px;margin-top:28px}
.home-secondary-link{padding:13px 0;border-bottom:1px solid #4b4850;color:#d0cdd3;font-size:13px;font-weight:700}
.home-secondary-link:hover{border-color:var(--pink);color:var(--pink)}
.home-trust{display:flex;gap:0;margin:36px 0 0}
.home-trust>div{min-width:122px;padding:0 20px;border-left:1px solid #36343a}
.home-trust>div:first-child{padding-left:0;border-left:0}
.home-trust dt{font:600 20px Rajdhani,sans-serif;color:#f5f3f6}
.home-trust dd{margin:2px 0 0;color:#7f7d84;font-size:10px;text-transform:uppercase;letter-spacing:.8px}
.home-hero-visual{position:relative;z-index:1;min-height:410px;display:grid;place-items:center;isolation:isolate}
.home-hero-visual::before{content:'';position:absolute;z-index:-1;width:72%;aspect-ratio:1;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 90px rgba(255,43,214,.08)}
.home-hero-visual img{width:113%;max-width:670px;filter:contrast(1.04) brightness(1.08);mix-blend-mode:lighten;mask-image:radial-gradient(ellipse at center,#000 58%,transparent 78%);-webkit-mask-image:radial-gradient(ellipse at center,#000 58%,transparent 78%)}
.home-visual-label{position:absolute;right:0;bottom:22px;color:#78757d;font-size:9px;font-weight:700;letter-spacing:2.2px}
.home-section{padding:68px 0 0}
.home-featured--first{padding-top:20px}
.home-featured--first .home-section-heading{align-items:center;margin-bottom:18px;gap:14px}
.home-featured--first .home-section-heading h1{font-size:clamp(27px,3.5vw,40px);margin:0;line-height:1.1}
.home-featured--first .home-section-heading>a{font-size:12px;color:var(--muted);white-space:nowrap}
.home-about{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:48px;padding-block:28px;border-block:1px solid var(--border)}
.home-about h2{font-size:30px}.home-about>div>p:last-child{max-width:560px;color:var(--muted);font-size:14px;line-height:1.6}
.offers-empty{grid-column:1/-1;color:var(--muted);font-size:14px;padding:24px;border:1px dashed var(--border);border-radius:12px}
.home-offer .offer-product{display:flex;align-items:center;gap:12px;width:100%;margin-top:16px;padding-top:16px;border-top:1px solid #493040}
.offer-product img{width:60px;height:60px;object-fit:contain;flex-shrink:0}.offer-product strong{display:block;font-size:14px;margin-bottom:6px}.offer-product del{color:var(--muted);margin-right:8px}.offer-product b{color:var(--pink)}
@media(max-width:600px){.home-about{flex-direction:column;align-items:flex-start;gap:10px}.home-featured--first .home-section-heading{align-items:flex-start;flex-direction:column;gap:6px}.home-featured--first .home-section-heading h1{font-size:28px}.home-featured--first .featured-product-media{height:210px}}
.home-storefront-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:50px;margin-bottom:50px;padding:0 0 42px;border-bottom:1px solid var(--border)}
.home-storefront-intro h1{margin:14px 0;font-size:clamp(46px,5vw,68px)}
.home-storefront-intro>div>p:last-child{max-width:620px;margin:0;color:#aaa8af;font-size:15px;line-height:1.6}
.home-storefront-intro .home-trust{margin:0 0 5px}
.home-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:25px}
.home-section-heading .eyebrow{margin:0 0 9px}
.home-section-heading h2{font-size:clamp(36px,4vw,52px);line-height:1}
.home-live-label,.home-demo-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:5px;padding:8px 11px;border:1px solid #343239;border-radius:999px;color:#8d8a92;font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.home-live-label i{width:7px;height:7px;border-radius:50%;background:#50df80;box-shadow:0 0 9px rgba(80,223,128,.75)}
.home-demo-label{border-color:#463340;color:#b891ad}
.home-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.featured-product-card{min-width:0;overflow:hidden;border:1px solid #302e34;border-radius:14px;background:linear-gradient(145deg,#171719,#101012);transition:transform .22s ease,border-color .22s ease}
.featured-product-card:hover{transform:translateY(-4px);border-color:#554052}
.featured-product-media{position:relative;height:280px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 60%,rgba(255,43,214,.08),transparent 48%),#0b0b0c}
.featured-product-media img{display:block;width:100%;height:100%;padding:20px;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(0,0,0,.48))}
.featured-number{position:absolute;top:13px;left:14px;color:#65626a;font:600 12px Rajdhani,sans-serif;letter-spacing:1px}
.featured-image-placeholder{color:#4f4c53;font-size:9px;font-weight:700;letter-spacing:1.5px}
.featured-product-body{min-height:208px;display:flex;flex-direction:column;padding:19px}
.featured-product-meta{display:flex;justify-content:space-between;gap:10px;color:#86838b;font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.featured-product-meta span:first-child{color:var(--pink)}
.featured-product-title{display:block;margin:13px 0 8px;color:#f5f3f6;font:600 25px/1.05 Rajdhani,sans-serif}
.featured-product-title:hover{color:var(--pink)}
.featured-product-body>p{display:-webkit-box;overflow:hidden;margin:0 0 18px;color:#8f8c94;font-size:12px;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.featured-product-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:15px;border-top:1px solid #2c2a2f}
.featured-product-footer strong{color:#fff;font:600 23px Rajdhani,sans-serif;white-space:nowrap}
.featured-whatsapp{padding:10px 11px;border:1px solid rgba(255,43,214,.5);border-radius:6px;background:rgba(255,43,214,.08);color:#ff78e3;font-size:10px;font-weight:800;text-align:center}
.featured-whatsapp:hover{background:var(--pink);color:#100b10}
.featured-empty{grid-column:1/-1;min-height:230px;display:grid;place-content:center;gap:7px;border:1px dashed #37343b;border-radius:14px;text-align:center;background:#111113}
.featured-empty strong{font:600 28px Rajdhani,sans-serif}.featured-empty span,.home-featured-error{color:#77747d;font-size:13px}
.home-featured-error{padding:24px;border:1px solid #3b3037;border-radius:10px;text-align:center}
.featured-skeleton{height:488px;border:1px solid #29272c;border-radius:14px;background:linear-gradient(105deg,#121214 30%,#1c1a1e 48%,#121214 66%);background-size:220% 100%;animation:home-skeleton 1.2s linear infinite}
@keyframes home-skeleton{to{background-position-x:-220%}}
.home-offer-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:14px}
.home-offer{position:relative;min-height:245px;display:flex;flex-direction:column;align-items:flex-start;padding:28px;overflow:hidden;border:1px solid #302e34;border-radius:14px;background:linear-gradient(145deg,#171719,#111113)}
.home-offer::after{content:'';position:absolute;right:-58px;bottom:-76px;width:180px;height:180px;border:1px solid rgba(255,255,255,.06);border-radius:50%}
.home-offer--primary{background:radial-gradient(circle at 90% 85%,rgba(255,43,214,.21),transparent 42%),linear-gradient(135deg,#22141f,#121214)}
.offer-date{color:#fc74df;font-size:9px;font-weight:800;letter-spacing:1.2px}
.home-offer h3{margin:18px 0 8px;font-size:30px}.home-offer p{max-width:390px;margin:0;color:#918e96;font-size:13px;line-height:1.55}
.home-offer a{position:relative;z-index:1;margin-top:auto;padding-top:20px;color:#dedbe1;font-size:11px;font-weight:800}.home-offer a:hover{color:var(--pink)}
.home-paths{display:grid;grid-template-columns:repeat(4,1fr);margin-top:68px;border-top:1px solid #302e34;border-bottom:1px solid #302e34}
.home-paths a{min-width:0;display:grid;gap:5px;padding:24px;border-left:1px solid #302e34;transition:background .2s ease}
.home-paths a:first-child{border-left:0}.home-paths a:hover{background:#171419}.home-paths a>span{color:var(--pink);font-size:9px;font-weight:800}.home-paths strong{font:600 23px Rajdhani,sans-serif}.home-paths small{color:#77747c;font-size:11px;line-height:1.35}
@media(max-width:1020px){.home-hero{grid-template-columns:1fr 1fr}.home-featured-grid{grid-template-columns:repeat(2,1fr)}.featured-product-card:last-child{grid-column:1/-1}.home-offer-grid{grid-template-columns:1fr 1fr}.home-offer--primary{grid-column:1/-1}.home-paths{grid-template-columns:repeat(2,1fr)}.home-paths a:nth-child(3){border-left:0;border-top:1px solid #302e34}.home-paths a:nth-child(4){border-top:1px solid #302e34}}
@media(max-width:700px){.home-page{padding-bottom:92px}.home-featured--first{padding-top:30px}.home-storefront-intro{grid-template-columns:1fr;gap:25px;margin-bottom:38px;padding-bottom:32px}.home-storefront-intro h1{font-size:44px}.home-storefront-intro>div>p:last-child{font-size:14px}.home-trust{margin-top:0}.home-trust>div{min-width:0;flex:1;padding:0 10px}.home-trust dt{font-size:17px}.home-trust dd{font-size:8px}.home-section{padding-top:48px}.home-section-heading{align-items:flex-start;flex-direction:column;gap:12px}.home-section-heading h2{font-size:39px}.home-featured-grid{grid-template-columns:1fr;gap:13px}.featured-product-card:last-child{grid-column:auto}.featured-product-media{height:230px}.featured-product-body{min-height:190px}.featured-skeleton{height:420px}.home-offer-grid{grid-template-columns:1fr}.home-offer--primary{grid-column:auto}.home-offer{min-height:215px;padding:23px}.home-paths{grid-template-columns:1fr 1fr;margin-top:48px}.home-paths a{padding:18px 14px}.home-paths strong{font-size:20px}}
@media(max-width:390px){.home-trust{flex-wrap:wrap;row-gap:16px}.home-trust>div{flex-basis:50%}.home-trust>div:nth-child(3){padding-left:0;border-left:0}.featured-product-footer{align-items:stretch;flex-direction:column}.featured-whatsapp{width:100%}}
@media(max-width:900px){.main-menu a{font-size:16px;gap:6px}.main-menu svg{width:20px;height:20px}}
@media(max-width:700px){.main-menu{padding:8px 22px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.main-menu a{justify-content:flex-start;min-height:44px;font-size:16px}.section-heading h2{font-size:34px}}

.main-menu a[aria-current="page"]{background:#242026;color:var(--pink)}
.hero-product{background:none;max-width:580px;isolation:isolate}
.xbox-product{display:block;width:100%;height:auto;mix-blend-mode:lighten;mask-image:radial-gradient(ellipse at center,#000 52%,transparent 73%);-webkit-mask-image:radial-gradient(ellipse at center,#000 52%,transparent 73%)}
.category-page{padding-top:38px}
.back-home{display:inline-block;color:var(--muted);font-size:14px;margin-bottom:28px}
.back-home:hover{color:var(--pink)}
.category-page .catalog{padding-top:0}
@media(max-width:700px){.hero-product{max-width:400px}.category-page{padding-top:24px}}

/* Misma estructura y altura base para todas las páginas. */
html{scrollbar-gutter:stable}
body{min-height:100vh;min-height:100svh;display:flex;flex-direction:column}
.header,.main-menu,main,footer{width:100%;margin:0 auto;flex-shrink:0}
main{flex:1;min-height:560px}
main#inicio{display:flex;flex-direction:column}
.hero{flex:1;min-height:0;padding-block:40px}
.hero-product{max-width:440px}
.hero-product .xbox-product{transform:scale(1.1);transform-origin:center}

/* Bloques de Inicio con la misma composición. */
#inicio>.hero{flex:0 0 auto;min-height:560px}
.repair-hero h2,.games-hero h2{font-size:clamp(44px,5.5vw,72px);line-height:1.04;letter-spacing:-1.5px;margin:24px 0}
.repair-hero h2 em,.games-hero h2 em{font-style:normal;color:var(--pink)}
.repair-hero{grid-template-columns:1fr 1.15fr}
.repair-hero .hero-product{grid-column:1;grid-row:1;max-width:520px;overflow:visible}
.repair-hero .hero-copy{grid-column:2;grid-row:1;padding-left:28px}
.repair-hero .xbox-product{transform:scale(1.16);mask-image:radial-gradient(ellipse at center,#000 52%,transparent 73%);-webkit-mask-image:radial-gradient(ellipse at center,#000 52%,transparent 73%)}
@media(max-width:700px){#inicio>.hero{min-height:0}.repair-hero h2,.games-hero h2{font-size:52px}}
@media(max-width:700px){main{min-height:720px}.hero{padding-block:32px}.hero-product{max-width:300px}}
@media(max-width:700px){.repair-hero{grid-template-columns:1fr;gap:28px}.repair-hero .hero-product{grid-column:1;grid-row:1;max-width:340px;width:88%}.repair-hero .hero-copy{grid-column:1;grid-row:2;padding-left:0}}
.games-hero .hero-product{padding:20px;background:#000;mix-blend-mode:lighten;mask-image:radial-gradient(ellipse at center,#000 63%,transparent 73%);-webkit-mask-image:radial-gradient(ellipse at center,#000 63%,transparent 73%)}
.games-collage{display:block;width:100%;height:auto;object-fit:contain;filter:brightness(1.2)}

/* Presentación breve de GamesRock. */
.about-gamesrock{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(520px,.98fr);align-items:center;gap:68px;margin:24px 0 72px;padding:54px 56px;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:radial-gradient(circle at 82% 35%,rgba(255,43,214,.11),transparent 33%),linear-gradient(135deg,#151316,#0e0e0f)}
.about-gamesrock::before{content:'';position:absolute;top:0;left:56px;width:110px;height:3px;background:var(--pink);box-shadow:0 0 18px rgba(255,43,214,.7)}
.about-copy .eyebrow{margin:0 0 16px}
.about-copy h2{font-size:clamp(38px,4.2vw,58px);line-height:1.02;letter-spacing:-1px}
.about-copy h2 em{color:var(--pink);font-style:normal}
.about-copy>p:last-child{max-width:590px;margin:21px 0 0;color:#b8b5bd;font-size:16px;line-height:1.65}
.about-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #353138;border-left:1px solid #353138}
.about-facts article{min-height:144px;display:flex;flex-direction:column;justify-content:space-between;padding:24px;border-right:1px solid #353138;border-bottom:1px solid #353138;background:rgba(18,18,20,.72)}
.about-facts article:last-child{grid-column:1/-1;min-height:124px}
.about-facts strong{color:#fff;font:600 34px Rajdhani,sans-serif;line-height:1}
.about-facts article:first-child strong,.about-facts article:nth-child(2) strong{color:var(--pink)}
.about-facts span{max-width:230px;color:#b7b4bc;font-size:13px;line-height:1.4}
@media(max-width:980px){.about-gamesrock{grid-template-columns:1fr;gap:36px}.about-facts{max-width:680px;width:100%}}
@media(max-width:700px){.about-gamesrock{margin:10px 0 44px;padding:38px 24px}.about-gamesrock::before{left:24px}.about-copy h2{font-size:42px}.about-copy>p:last-child{font-size:15px}.about-facts{grid-template-columns:1fr}.about-facts article,.about-facts article:last-child{grid-column:auto;min-height:112px;padding:20px}}

.header-contact{display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.contact-label{font-size:9px;letter-spacing:1.6px;color:var(--muted)}
.social-links{display:flex;align-items:center;gap:6px}
.social-links a{display:grid;place-items:center;width:40px;height:40px;color:#fff;border-radius:8px;transition:background .15s}
.social-links a:hover,.social-links a:focus-visible{color:#fff;background:#242426}
.social-links svg{width:23px;height:23px;display:block}
@media(max-width:700px){.header{flex-wrap:wrap;padding-block:12px}.header-contact{margin-left:auto}.contact-label{display:none}.social-links{gap:0}.social-links a{width:36px;height:40px}.social-links svg{width:21px;height:21px}}
@media(max-width:420px){.header .brand-caption{letter-spacing:.5px}.header .brand{font-size:17px}.header .brand img{width:48px;height:48px}.header{column-gap:6px}}

.contact-strip{width:100%;max-width:1440px;margin:0 auto;padding:14px 48px;display:flex;align-items:center;justify-content:space-between;gap:12px 24px;flex-wrap:wrap;flex-shrink:0;border-bottom:1px solid var(--border);color:var(--muted);font-size:12px;line-height:1.6}
.contact-shipping{color:#e8e5eb}
.contact-shipping strong{color:var(--pink);font-weight:700}
.contact-shipping:hover svg{filter:drop-shadow(0 0 7px rgba(255,43,214,.72))}
.contact-location{color:#ddd9e1}
.maps-link-label{margin-left:5px;color:var(--pink);font-weight:700;white-space:nowrap}
.contact-location:hover svg{filter:drop-shadow(0 0 7px rgba(255,43,214,.72))}
.contact-detail{display:flex;align-items:center;gap:9px}
.contact-detail svg{width:18px;height:18px;flex-shrink:0;fill:none;stroke:#fff;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
a.contact-detail:hover{color:var(--text)}
@media(max-width:700px){.contact-strip{padding:12px 16px;gap:10px;font-size:11px}.contact-location{width:100%;flex-basis:100%;align-items:flex-start}.contact-location>span{min-width:0;flex:1}.contact-city{display:inline}.maps-link-label{white-space:normal}}

/* Controles del catálogo de juegos. */
.games-catalog{padding-bottom:72px}
.catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:28px}
.platform-filter{display:flex;flex-direction:column;align-items:flex-end;gap:9px}
.filter-label,.filter-group legend{font-size:10px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:var(--muted)}
.platform-tabs,.choice-tabs{display:flex;align-items:center;gap:5px;padding:4px;border:1px solid var(--border);border-radius:9px;background:#101011}
.platform-tabs button,.choice-tabs button{appearance:none;border:0;border-radius:6px;background:transparent;color:var(--muted);padding:9px 15px;font:600 15px Rajdhani,sans-serif;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}
.platform-tabs button:hover,.choice-tabs button:hover{color:var(--text);background:#1d1d20}
.platform-tabs button[aria-pressed="true"],.choice-tabs button[aria-pressed="true"]{color:var(--text);background:#28232a;box-shadow:inset 0 -2px 0 var(--pink)}
.catalog-controls{display:flex;align-items:flex-end;gap:30px;padding:20px 22px;border-block:1px solid var(--border);background:linear-gradient(90deg,rgba(255,43,214,.035),transparent 48%)}
.filter-group{margin:0;padding:0;border:0}.filter-group legend{margin-bottom:9px}.genre-group{margin-left:auto}.format-group{margin-left:0}
.genre-select-wrap{position:relative}
.genre-select-wrap::after{content:'⌄';position:absolute;right:12px;top:50%;color:var(--muted);font-size:16px;line-height:1;pointer-events:none;transform:translateY(-58%)}
.genre-select{min-width:178px;height:47px;appearance:none;border:1px solid var(--border);border-radius:9px;background:#101011;color:var(--text);padding:8px 36px 8px 13px;font:600 15px Rajdhani,sans-serif;outline:none;cursor:pointer}
.genre-select:focus{border-color:var(--pink);box-shadow:0 0 0 3px rgba(255,43,214,.1)}
.genre-select option{background:#161618;color:var(--text)}
.catalog-results{min-height:180px;display:flex;align-items:center;justify-content:center;gap:20px;margin-top:28px;padding:36px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}
.games-page .category-page{padding-top:24px}
.games-page .back-home{margin-bottom:14px;line-height:1.2}
.games-page .games-catalog{padding-bottom:48px}
.games-page .catalog-heading{margin-bottom:16px}
.games-page .catalog-heading .eyebrow{margin:0 0 9px;line-height:1}
.games-page .catalog-heading h2{line-height:1}
.games-page .platform-filter{gap:6px}
.games-page .filter-label,.games-page .filter-group legend{line-height:1}
.games-page .catalog-controls{padding-block:13px}
.games-page .filter-group legend{margin-bottom:6px}
.games-page .catalog-results{margin-top:16px;min-height:145px;padding-block:24px}

/* Catálogo importado desde el ERP. */
.games-page .catalog-results{display:block;padding:24px;background:var(--surface)}
.catalog-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}
.catalog-summary .result-kicker{margin-bottom:5px}
.catalog-summary h3{line-height:1.05}
.catalog-summary p:last-child{margin:6px 0 0;color:var(--muted);font-size:13px}
.game-search{display:flex;flex-direction:column;gap:6px;min-width:min(310px,100%);color:var(--muted);font-size:10px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}
.game-search input{width:100%;border:1px solid var(--border);border-radius:8px;background:#0e0e0f;color:var(--text);padding:10px 13px;font:500 15px Rajdhani,sans-serif;outline:none}
.game-search input:focus{border-color:var(--pink);box-shadow:0 0 0 3px rgba(255,43,214,.1)}
.game-search input::placeholder{color:#77747d}
.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:18px}
.game-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#101011;transition:transform .18s,border-color .18s}
.game-card:hover{transform:translateY(-3px);border-color:#54515a}
.game-cover{aspect-ratio:4/5;display:grid;place-items:center;overflow:hidden;background:#18181b}
.game-cover img{display:block;width:100%;height:100%;object-fit:contain}
.game-cover-placeholder{color:#74717a;font-size:10px;font-weight:700;letter-spacing:1.8px}
.game-card-content{height:150px;display:grid;grid-template-rows:minmax(0,1fr) 32px 24px;padding:12px}
.game-card h4{display:-webkit-box;overflow:hidden;align-self:start;font-size:17px;line-height:1.08;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.game-details{display:-webkit-box;overflow:hidden;align-self:end;margin:0;color:var(--muted);font-size:12px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.game-card-footer{display:flex;align-items:end;align-self:end;justify-content:space-between;gap:8px;margin:0}
.game-format{border:1px solid var(--border);border-radius:5px;padding:3px 6px;color:#c9c6ce;font-size:10px;font-weight:700;text-transform:uppercase}
.game-price{color:var(--pink);font-size:14px}
.catalog-empty{padding:60px 20px;text-align:center;color:var(--muted)}
.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:24px;color:var(--muted);font-size:13px}
.catalog-pagination button{border:1px solid var(--border);border-radius:7px;background:#171719;color:var(--text);padding:8px 12px;font:600 14px Rajdhani,sans-serif;cursor:pointer}
.catalog-pagination button:hover:not(:disabled){border-color:var(--pink);color:var(--pink)}
.catalog-pagination button:disabled{opacity:.35;cursor:default}
@media(max-width:700px){.catalog-toolbar{align-items:stretch;flex-direction:column}.game-search{min-width:0}.games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.games-page .catalog-results{padding:16px}.game-card-content{height:144px;padding:10px}.game-card h4{font-size:15px}}

/* Lista de juegos y acceso por WhatsApp. */
.game-cover{position:relative}
.game-add{position:absolute;z-index:2;top:10px;right:10px;width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:10px;background:#fff;color:#09090a;font:700 29px/1 Arial,sans-serif;box-shadow:0 5px 18px rgba(0,0,0,.38);cursor:pointer;transition:transform .15s,background .15s,color .15s}
.game-add:hover{transform:scale(1.08)}
.game-add:focus-visible{outline:3px solid var(--pink);outline-offset:2px}
.game-add.is-selected{background:var(--pink);color:#070707}
.cart-toggle{position:fixed;z-index:20;right:22px;bottom:22px;display:flex;align-items:center;gap:9px;border:1px solid #54515a;border-radius:999px;background:#f5f4f6;color:#09090a;padding:11px 13px 11px 15px;font:700 15px Rajdhani,sans-serif;box-shadow:0 10px 35px rgba(0,0,0,.5);cursor:pointer}
.cart-toggle svg{width:21px;height:21px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cart-toggle strong{min-width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#0b0b0c;color:#fff;font-size:12px}
.game-cart{position:fixed;z-index:30;top:0;right:0;width:min(390px,calc(100vw - 18px));height:100dvh;display:flex;flex-direction:column;border-left:1px solid #39373d;background:#111113;color:var(--text);box-shadow:-18px 0 50px rgba(0,0,0,.55);transform:translateX(105%);visibility:hidden;transition:transform .24s ease,visibility .24s}
.game-cart.is-open{transform:translateX(0);visibility:visible}
.cart-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px;border-bottom:1px solid var(--border)}
.cart-header p{margin:0 0 4px;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:1.5px}
.cart-header h2{font-size:30px}
.cart-header button{width:38px;height:38px;border:1px solid var(--border);border-radius:9px;background:#1b1b1e;color:#fff;font:400 28px/1 Arial,sans-serif;cursor:pointer}
.cart-empty{margin:auto 28px;color:var(--muted);font-size:14px;line-height:1.45;text-align:center}
.cart-items{min-height:0;overflow-y:auto;margin:0;padding:8px 18px;list-style:none}
.cart-item{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:12px;padding:13px 4px;border-bottom:1px solid var(--border)}
.cart-item h3{overflow:hidden;margin:0;color:#f5f4f6;font-size:15px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}
.cart-item p{margin:4px 0 0;color:var(--muted);font-size:11px}
.cart-item button{width:32px;height:32px;border:0;border-radius:7px;background:#222225;color:#aaa7b0;font:400 20px/1 Arial,sans-serif;cursor:pointer}
.cart-item button:hover{background:#302630;color:var(--pink)}
.cart-footer{margin-top:auto;padding:18px 22px 22px;border-top:1px solid var(--border);background:#0d0d0e}
.cart-footer p{margin:0 0 11px;color:var(--muted);font-size:12px}
.cart-footer p strong{color:var(--text)}
.cart-footer button{width:100%;border:0;border-radius:9px;background:#25d366;color:#07150c;padding:13px 15px;font:700 16px Rajdhani,sans-serif;cursor:pointer}
.cart-footer button:disabled{opacity:.38;cursor:default}
@media(max-width:600px){.game-add{top:7px;right:7px;width:38px;height:38px;font-size:26px}.cart-toggle{right:14px;bottom:14px}.cart-toggle span{display:none}.game-cart{width:calc(100vw - 12px)}}

/* Showroom de consolas: espacios preparados para fotografías propias. */
.consoles-page{--console-accent:var(--pink)}
.consoles-page .category-page{padding-top:18px}
.consoles-page .back-home{margin-bottom:12px}
.console-catalog{padding-bottom:48px}
.console-showroom-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;margin-bottom:15px}
.console-title-block .eyebrow{margin:0 0 8px}
.console-title-block h2{font-size:clamp(38px,4vw,54px);line-height:.96;letter-spacing:-.8px}
.console-intro{max-width:520px;margin:18px 0 0;color:var(--muted);font-size:16px;line-height:1.55}
.console-catalog-state{min-width:135px;padding-left:18px;border-left:2px solid var(--pink)}
.console-catalog-state span{display:block;margin-bottom:5px}
.console-catalog-state strong{font:600 23px Rajdhani,sans-serif}
.console-filter-bar{margin-bottom:12px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#111113}
.console-filter-section{display:flex;flex-direction:column;gap:6px;min-width:0}
.console-brand-filter{display:flex;align-items:center;gap:5px}
.console-brand-filter button{border:0;border-radius:8px;background:transparent;color:var(--muted);padding:8px 11px;font:600 14px Rajdhani,sans-serif;cursor:pointer;transition:background .16s,color .16s,box-shadow .16s}
.console-brand-filter button:hover{background:#202023;color:#fff}
.console-brand-filter button[aria-pressed="true"]{background:#29242b;color:#fff;box-shadow:inset 0 -2px 0 var(--pink)}
.consoles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:start}
.console-card{--card-accent:#ff2bd6;min-width:0;overflow:hidden;border:1px solid #303034;border-radius:16px;background:linear-gradient(145deg,#171719,#101011 65%);box-shadow:0 18px 46px rgba(0,0,0,.16);transition:transform .2s,border-color .2s,box-shadow .2s}
.console-card[data-brand="playstation"]{--card-accent:#347cff}
.console-card[data-brand="xbox"]{--card-accent:#52c41a}
.console-card[data-brand="nintendo"]{--card-accent:#df6672}
.console-card[data-brand="other"]{--card-accent:#ff2bd6}
.console-card:hover{transform:translateY(-4px);border-color:#515159;box-shadow:0 24px 55px rgba(0,0,0,.28)}
.console-card-topline{height:42px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;border-bottom:1px solid #2a2a2e;color:var(--muted);font-size:11px;letter-spacing:1px;text-transform:uppercase}
.console-index{height:100%;display:grid;place-items:center;border-right:1px solid #2a2a2e;color:var(--card-accent);font:600 15px Rajdhani,sans-serif}
.console-brand{padding-left:14px;font-weight:700;grid-column:1}
.console-card-topline > .console-availability{grid-column:2}
.console-card .console-card-topline{grid-template-columns:minmax(0,1fr) auto}
.console-availability{position:relative;margin-right:15px;padding-left:12px;color:#c7c5ca}
.console-availability::before{content:'';position:absolute;left:0;top:50%;width:6px;height:6px;border-radius:50%;background:#65d46e;box-shadow:0 0 10px #65d46e;transform:translateY(-50%)}
.console-availability.is-sold-out{color:#77747d}
.console-availability.is-sold-out::before{background:#666;box-shadow:none}
.console-card-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(185px,.75fr);min-height:300px}
.console-display{position:relative;min-height:300px;overflow:hidden;border-right:1px solid #2a2a2e;background:radial-gradient(circle at 50% 78%,rgba(255,255,255,.055),transparent 34%),linear-gradient(150deg,#111114,#09090a)}
.console-display::after{content:'';position:absolute;inset:auto 11% 12% 11%;height:1px;background:linear-gradient(90deg,transparent,var(--card-accent),transparent);opacity:.5;pointer-events:none}
.console-photo{position:relative;z-index:1;display:block;width:100%;height:100%;min-height:300px;border:0;background:transparent;cursor:pointer;transition:background .18s,box-shadow .18s}
.console-photo:hover,.console-photo:focus-visible{background:rgba(255,255,255,.025);box-shadow:inset 0 0 0 2px var(--card-accent);outline:0}
.console-product-image{display:block;width:100%;height:100%;min-height:300px;padding:18px;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(0,0,0,.48))}
.console-details{position:relative;z-index:2;width:100%;height:100%;min-height:300px;display:flex;flex-direction:column;overflow-y:auto;padding:18px;background:#101012}
.console-details[hidden],.console-photo[hidden]{display:none}
.console-description{margin:0 0 15px;color:#dedce1;font-size:14px;line-height:1.45;white-space:pre-line}
.console-detail-list{display:grid;gap:8px;margin:0 0 14px}
.console-detail-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-top:1px solid #2b2b30;padding-top:7px;font-size:12px}
.console-detail-row dt{color:var(--muted)}
.console-detail-row dd{margin:0;color:var(--text);font-weight:700;text-align:right}
.console-view-image{width:100%;margin-top:auto;border:1px solid #48464e;border-radius:8px;background:#1b1b1e;color:#fff;padding:9px 11px;font:700 14px Rajdhani,sans-serif;cursor:pointer}
.console-view-image:hover{border-color:var(--card-accent);color:var(--card-accent)}
.console-info{min-width:0;display:flex;flex-direction:column;padding:24px 20px 20px}
.console-name,.console-price{display:block;width:100%;border:0;background:transparent;font-family:Rajdhani,sans-serif;text-align:left;cursor:pointer}
.console-name{display:-webkit-box;overflow:hidden;padding:0;color:var(--text);font-size:27px;font-weight:600;line-height:1.02;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.console-name:hover,.console-name:focus-visible{color:var(--card-accent);outline:0}
.console-model{margin:11px 0 0;color:var(--muted);font-size:13px;line-height:1.35}
.console-condition{align-self:flex-start;margin-top:14px;border:1px solid #3b3a40;border-radius:999px;padding:5px 9px;color:#cfccd3;font-size:11px}
.console-price-actions{display:grid;gap:10px;margin-top:auto;padding-top:22px}
.console-price{margin:0;padding:0;color:var(--card-accent);font-size:24px;font-weight:700}
.console-price:hover,.console-price:focus-visible{text-decoration:underline;outline:0}
.console-price.is-sold-out{color:#77747d}
.console-whatsapp{width:100%;border:0;border-radius:8px;background:var(--card-accent);color:#07080a;padding:10px 9px;font:700 13px Rajdhani,sans-serif;letter-spacing:.25px;cursor:pointer;transition:filter .15s,transform .15s,box-shadow .15s}
.console-whatsapp:hover{filter:brightness(1.16);box-shadow:0 8px 20px rgba(0,0,0,.28);transform:translateY(-1px)}
.console-whatsapp:focus-visible{outline:2px solid #fff;outline-offset:2px}
.console-details-trigger{align-self:flex-start;margin-top:10px;border:0;background:transparent;color:#d7d4dc;padding:0;font:600 14px Rajdhani,sans-serif;cursor:pointer}
.console-details-trigger:hover{color:var(--card-accent)}
.console-error{padding:50px 20px;border:1px solid var(--border);border-radius:10px;color:var(--muted);text-align:center}
@media(max-width:1050px){.console-card-layout{grid-template-columns:1fr}.console-display{min-height:280px;border-right:0;border-bottom:1px solid #2a2a2e}.console-photo,.console-details{min-height:280px}.console-info{min-height:230px}.console-name{font-size:25px}}
@media(max-width:760px){.console-showroom-head{grid-template-columns:1fr;gap:15px}.console-catalog-state{padding-left:14px}.console-brand-filter{width:100%;overflow-x:auto}.console-brand-filter button{flex:0 0 auto}.consoles-grid{grid-template-columns:1fr}.console-card-layout{grid-template-columns:minmax(0,1.15fr) minmax(170px,.85fr)}.console-display,.console-photo,.console-details{min-height:270px}.console-info{min-height:0}}
@media(max-width:560px){.console-title-block h2{font-size:44px}.console-intro{font-size:15px}.console-card-layout{grid-template-columns:1fr}.console-display{min-height:300px;border-right:0;border-bottom:1px solid #2a2a2e}.console-photo,.console-details{min-height:300px}.console-info{min-height:220px}.console-filter-bar{padding:14px}.console-brand-filter{margin-bottom:-4px}.console-card-topline{grid-template-columns:38px 1fr auto}.console-availability{margin-right:10px}.console-name{font-size:26px}}

/* Showroom compacto de accesorios; los espacios de fotografía permanecen vacíos. */
.accessories-page .category-page{padding-top:18px}
.accessories-page .back-home{margin-bottom:12px}
.accessories-catalog{padding-bottom:48px}
.accessory-showroom-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;margin-bottom:15px}
.accessory-title-block .eyebrow{margin:0 0 8px}
.accessory-title-block h2{font-size:clamp(38px,4vw,54px);line-height:.96;letter-spacing:-.8px}
.accessory-catalog-state{min-width:135px;padding-left:18px;border-left:2px solid var(--pink)}
.accessory-catalog-state span{display:block;margin-bottom:5px}
.accessory-catalog-state strong{font:600 23px Rajdhani,sans-serif}
.accessory-filter-deck{display:grid;grid-template-columns:minmax(480px,1.65fr) minmax(190px,.55fr) minmax(210px,.7fr);align-items:end;gap:14px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#111113}
.controllers-page .accessory-filter-deck{grid-template-columns:1fr}
.accessory-filter-section{display:flex;flex-direction:column;gap:6px;min-width:0}
.accessory-filter-deck .filter-group legend{margin-bottom:6px;line-height:1}
.accessory-filter-deck .genre-select{width:100%;min-width:0;height:43px}
.accessory-filter-deck .platform-tabs{min-height:43px}
.accessory-filter-deck .platform-tabs button{padding:8px 11px;font-size:14px}
.accessory-search{min-width:0;gap:6px}
.accessory-search input{height:43px;padding-block:8px}
.accessory-results{display:block;min-height:145px;margin-top:12px;padding:16px;background:var(--surface)}
.accessory-results-head{display:flex;align-items:baseline;gap:10px;margin:0 0 13px;padding:0 2px}
.accessory-results-head .result-kicker{margin:0}
.accessory-results-head h3{font-size:22px;line-height:1}
.accessories-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}
.accessory-card{--card-accent:#ff2bd6;min-width:0;overflow:hidden;border:1px solid #303034;border-radius:13px;background:linear-gradient(145deg,#171719,#101011 68%);transition:transform .18s,border-color .18s,box-shadow .18s}
.accessory-card[data-platform="playstation"]{--card-accent:#347cff}
.accessory-card[data-platform="xbox"]{--card-accent:#52c41a}
.accessory-card[data-platform="nintendo"]{--card-accent:#df6672}
.accessory-card[data-platform="pc"]{--card-accent:#35c9ff}
.accessory-card:hover{transform:translateY(-3px);border-color:#515159;box-shadow:0 16px 34px rgba(0,0,0,.25)}
.accessory-card-topline{height:34px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;border-bottom:1px solid #29292d;color:var(--muted);font-size:9px;letter-spacing:.7px;text-transform:uppercase}
.accessory-index{height:100%;display:grid;place-items:center;border-right:1px solid #29292d;color:var(--card-accent);font:600 13px Rajdhani,sans-serif}
.accessory-platform{overflow:hidden;padding-left:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap;grid-column:1}
.accessory-card-topline > .accessory-stock-dot{grid-column:2}
.accessory-card .accessory-card-topline{grid-template-columns:minmax(0,1fr) auto}
.accessory-stock-dot{position:relative;margin-right:9px;padding-left:9px;color:#bdbac2;font-size:8px}
.accessory-stock-dot::before{content:'';position:absolute;left:0;top:50%;width:5px;height:5px;border-radius:50%;background:#65d46e;box-shadow:0 0 8px #65d46e;transform:translateY(-50%)}
.accessory-stock-dot.is-sold-out{color:#77747d}
.accessory-stock-dot.is-sold-out::before{background:#666;box-shadow:none}
.accessory-photo{position:relative;aspect-ratio:4/3;border-bottom:1px solid #29292d;background:radial-gradient(circle at 50% 76%,rgba(255,255,255,.045),transparent 36%),#0c0c0e}
.accessory-photo::after{content:'';position:absolute;inset:auto 13% 10% 13%;height:1px;background:linear-gradient(90deg,transparent,var(--card-accent),transparent);opacity:.45}
.accessory-product-image{position:relative;z-index:1;display:block;width:100%;height:100%;padding:10px;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(0,0,0,.45))}
.accessory-card-content{height:260px;display:grid;grid-template-rows:minmax(42px,auto) minmax(52px,1fr) auto auto auto;gap:8px;padding:12px}
.accessory-card h4{display:-webkit-box;overflow:hidden;margin:0;font-size:17px;line-height:1.1;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.accessory-description{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:12px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.accessory-metadata{display:grid;gap:3px;padding-top:8px;border-top:1px solid #29292d;color:#bbb8c0;font-size:10px;line-height:1.25}
.accessory-metadata span:first-child{color:var(--text);font-weight:700}
.accessory-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;min-height:21px}
.accessory-stock{color:#aaa7b0;font-size:9px}
.accessory-stock.is-sold-out{color:#77747d}
.accessory-price{color:var(--card-accent);font-size:15px;white-space:nowrap}
.accessory-whatsapp{width:100%;border:0;border-radius:7px;background:var(--card-accent);color:#07080a;padding:9px 7px;font:700 12px Rajdhani,sans-serif;letter-spacing:.2px;cursor:pointer;transition:filter .15s,transform .15s,box-shadow .15s}
.accessory-whatsapp:hover{filter:brightness(1.16);box-shadow:0 7px 18px rgba(0,0,0,.28);transform:translateY(-1px)}
.accessory-whatsapp:focus-visible{outline:2px solid #fff;outline-offset:2px}
@media(max-width:1180px){.accessory-filter-deck{grid-template-columns:1fr 1fr}.accessory-platform-section{grid-column:1/-1}.accessories-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.accessories-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.accessory-showroom-head{grid-template-columns:1fr;gap:15px}.accessory-catalog-state{padding-left:14px}.accessory-filter-deck{grid-template-columns:1fr}.accessory-platform-section{grid-column:auto}.accessory-platform-tabs{width:100%;overflow-x:auto}.accessory-platform-tabs button{flex:0 0 auto}.accessory-results{padding:13px}.accessories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.accessory-card-content{height:252px;padding:10px}.accessory-card h4{font-size:16px}.accessory-results-head{align-items:flex-start;flex-direction:column;gap:5px}}
@media(max-width:430px){.accessories-grid{grid-template-columns:1fr}.accessory-photo{aspect-ratio:16/9}.accessory-card-content{height:238px}}
.catalog-result-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:12px;background:#1e2028;color:var(--blue)}
.catalog-result-icon svg{width:31px;height:31px;stroke:currentColor;stroke-width:1.5;stroke-linecap:round}
.result-kicker{margin:0 0 5px;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:1.5px}.catalog-results h3{font-size:27px}.catalog-results p:last-child{margin:5px 0 0;color:var(--muted);font-size:13px}
@media(max-width:820px){.catalog-heading{align-items:flex-start;flex-direction:column}.platform-filter{width:100%;align-items:flex-start}.platform-tabs{width:100%;overflow-x:auto}.platform-tabs button{flex:1}.catalog-controls{align-items:flex-start;flex-direction:column}.genre-group,.format-group{margin-left:0}.catalog-results{justify-content:flex-start}}
@media(max-width:500px){.platform-tabs button,.choice-tabs button{padding:8px 10px;font-size:14px}.catalog-controls{padding-inline:12px}.catalog-results{padding:24px 18px}.catalog-result-icon{display:none}}

/* Página editorial de servicio técnico. */
.service-page{padding-top:24px;padding-bottom:72px}
.service-page>.back-home{margin-bottom:18px}
.service-hero{position:relative;min-height:560px;display:grid;grid-template-columns:minmax(0,.93fr) minmax(520px,1.07fr);align-items:center;gap:48px;overflow:hidden;border:1px solid var(--border);border-radius:18px;background:radial-gradient(circle at 82% 42%,rgba(255,43,214,.12),transparent 34%),linear-gradient(135deg,#151317,#0b0b0c 64%);padding:54px 56px}
.service-hero::before{content:'';position:absolute;top:0;left:56px;width:120px;height:3px;background:var(--pink);box-shadow:0 0 18px rgba(255,43,214,.75)}
.service-hero-copy{position:relative;z-index:2}
.service-hero-copy .eyebrow{margin:0}
.service-hero h1{font-size:clamp(50px,5.2vw,74px);margin:22px 0 20px;max-width:630px}
.service-lead{max-width:560px;margin:0;color:#bbb8c0;font-size:17px;line-height:1.65}
.service-hero-actions{display:flex;align-items:center;gap:28px;margin-top:30px}
.service-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:52px;border-radius:8px;background:var(--pink);color:#0b080b;padding:14px 20px;font:700 15px Rajdhani,sans-serif;box-shadow:0 0 0 1px rgba(255,255,255,.04),0 10px 30px rgba(255,43,214,.14);transition:filter .16s,transform .16s,box-shadow .16s}
.service-whatsapp:hover{color:#090709;filter:brightness(1.12);transform:translateY(-2px);box-shadow:0 12px 32px rgba(255,43,214,.28)}
.service-whatsapp:focus-visible{outline:2px solid #fff;outline-offset:3px}
.service-hero-actions>p{margin:0;padding-left:18px;border-left:1px solid #3c3940;color:var(--text);font-size:12px;line-height:1.35}
.service-hero-actions>p strong,.service-hero-actions>p span{display:block}
.service-hero-actions>p span{margin-top:3px;color:var(--muted)}
.service-hero-media{position:relative;min-height:440px;margin:0;display:grid;place-items:center;isolation:isolate}
.service-hero-media::before{content:'';position:absolute;z-index:-1;width:74%;aspect-ratio:1;border:1px solid rgba(255,43,214,.3);border-radius:50%;box-shadow:0 0 70px rgba(255,43,214,.12)}
.service-hero-media::after{content:'';position:absolute;z-index:-1;inset:18% 2% 8%;background:radial-gradient(ellipse at center,rgba(35,140,255,.16),transparent 65%)}
.service-hero-media img{display:block;width:112%;max-width:680px;height:auto;object-fit:contain;mix-blend-mode:lighten;filter:contrast(1.04) brightness(1.05);mask-image:radial-gradient(ellipse at center,#000 55%,transparent 78%);-webkit-mask-image:radial-gradient(ellipse at center,#000 55%,transparent 78%)}
.service-hero-media figcaption{position:absolute;right:0;bottom:4px;display:flex;align-items:center;gap:9px;color:#b2afb7;font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}
.service-hero-media figcaption span{width:34px;height:1px;background:var(--pink)}
.service-problems{padding:92px 0}
.service-section-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:end;gap:52px;margin-bottom:32px}
.service-section-heading .eyebrow{margin:0 0 12px}
.service-section-heading h2{max-width:760px;font-size:clamp(38px,4.5vw,58px);line-height:1.02}
.service-section-heading>p{max-width:430px;margin:0;color:var(--muted);font-size:15px;line-height:1.6}
.service-problem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--border);border-left:1px solid var(--border)}
.service-problem-grid article{position:relative;min-height:190px;padding:27px 28px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:#111112;transition:background .18s,transform .18s}
.service-problem-grid article:hover{z-index:1;background:#181419;transform:translateY(-3px)}
.service-problem-grid article>span{display:block;margin-bottom:24px;color:var(--pink);font:600 13px Rajdhani,sans-serif;letter-spacing:1px}
.service-problem-grid h3{font-size:24px}
.service-problem-grid p{margin:9px 0 0;color:var(--muted);font-size:14px;line-height:1.5}
.service-stories{display:grid;gap:26px}
.service-story{min-height:470px;display:grid;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);align-items:stretch;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:#111112}
.service-story--reverse{grid-template-columns:minmax(520px,1.08fr) minmax(0,.92fr)}
.service-story--reverse .service-story-copy{grid-column:2;grid-row:1}
.service-story--reverse .service-story-media{grid-column:1;grid-row:1}
.service-story-copy{display:flex;flex-direction:column;justify-content:center;padding:54px}
.service-story-number{margin:0 0 20px;color:var(--pink);font:600 12px Rajdhani,sans-serif;letter-spacing:1.7px}
.service-story h2{font-size:clamp(38px,4vw,54px);line-height:1.02}
.service-story-copy>p:not(.service-story-number){margin:20px 0 0;color:var(--muted);font-size:15px;line-height:1.65}
.service-story-copy ul{display:grid;gap:10px;margin:24px 0 0;padding:20px 0 0;border-top:1px solid var(--border);list-style:none;color:#d6d4d9;font-size:14px}
.service-story-copy li{position:relative;padding-left:18px}
.service-story-copy li::before{content:'';position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:var(--pink)}
.service-story-media{position:relative;min-height:470px;margin:0;overflow:hidden;background:#080809}
.service-story-media::after{content:'';position:absolute;inset:0;box-shadow:inset 0 0 80px rgba(0,0,0,.45);pointer-events:none}
.service-story-media img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.05) brightness(.78);transition:filter .25s,transform .35s}
.service-story:hover .service-story-media img{filter:saturate(.95) contrast(1.05) brightness(.92);transform:scale(1.015)}
.service-story-media--wide img{object-position:center}
.service-story-media--portrait img{object-position:center 52%}
.service-story-media figcaption{position:absolute;z-index:2;right:18px;bottom:18px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(9,9,10,.78);color:#e8e6eb;padding:7px 10px;font-size:9px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;backdrop-filter:blur(8px)}
.service-inline-note{display:flex;gap:13px;margin-top:26px;padding-top:20px;border-top:1px solid var(--border)}
.service-inline-note>span{width:34px;height:2px;margin-top:8px;flex-shrink:0;background:var(--pink);box-shadow:0 0 10px rgba(255,43,214,.65)}
.service-inline-note p{margin:0;color:#d8d5dd;font-size:14px;line-height:1.5}
.service-final-cta{display:flex;align-items:center;justify-content:space-between;gap:42px;margin-top:26px;border:1px solid #4c2946;border-radius:16px;background:radial-gradient(circle at 80% 50%,rgba(255,43,214,.13),transparent 32%),#151116;padding:45px 52px}
.service-final-cta .eyebrow{margin:0 0 10px}
.service-final-cta h2{font-size:clamp(36px,4vw,52px);line-height:1}
.service-final-cta>div>p:last-child{max-width:620px;margin:14px 0 0;color:var(--muted);font-size:15px;line-height:1.55}
.service-whatsapp--large{min-width:250px;min-height:58px;flex-shrink:0;font-size:16px}
@media(max-width:1100px){.service-hero{grid-template-columns:1fr 1fr;gap:24px;padding:46px 38px}.service-hero-media{min-height:380px}.service-story,.service-story--reverse{grid-template-columns:1fr 1fr}.service-story-copy{padding:42px}.service-story-media{min-height:440px}}
@media(max-width:820px){.service-hero{grid-template-columns:1fr;padding:42px 32px}.service-hero-media{min-height:390px}.service-problems{padding:68px 0}.service-section-heading{grid-template-columns:1fr;gap:18px}.service-problem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-story,.service-story--reverse{grid-template-columns:1fr}.service-story--reverse .service-story-copy,.service-story--reverse .service-story-media{grid-column:1}.service-story--reverse .service-story-copy{grid-row:1}.service-story--reverse .service-story-media{grid-row:2}.service-story-media{min-height:380px}.service-final-cta{align-items:flex-start;flex-direction:column}.service-whatsapp--large{min-width:0}}
@media(max-width:560px){.service-page{padding-top:18px;padding-bottom:44px}.service-page>.back-home{margin-bottom:12px}.service-hero{min-height:0;padding:34px 22px}.service-hero::before{left:22px}.service-hero h1{font-size:46px}.service-lead{font-size:15px}.service-hero-actions{align-items:stretch;flex-direction:column;gap:16px}.service-whatsapp{width:100%}.service-hero-actions>p{padding:0;border:0}.service-hero-media{min-height:290px}.service-hero-media img{width:125%}.service-hero-media figcaption{position:static;margin-top:-16px}.service-problems{padding:58px 0}.service-section-heading h2{font-size:39px}.service-problem-grid{grid-template-columns:1fr}.service-problem-grid article{min-height:0;padding:23px}.service-problem-grid article>span{margin-bottom:15px}.service-story-copy{padding:34px 24px}.service-story h2{font-size:38px}.service-story-media{min-height:300px}.service-final-cta{padding:34px 24px}.service-final-cta h2{font-size:39px}}

/* Versión compacta: toda la propuesta técnica funciona como una sola composición. */
.service-page--compact{padding-top:18px;padding-bottom:38px}
.service-page--compact>.back-home{margin-bottom:12px}
.service-compact-shell{overflow:hidden;border:1px solid var(--border);border-radius:17px;background:#101011;box-shadow:0 24px 70px rgba(0,0,0,.18)}
.service-compact-hero{min-height:360px;display:grid;grid-template-columns:minmax(0,.88fr) minmax(540px,1.12fr);border-bottom:1px solid var(--border)}
.service-compact-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:36px 42px;background:radial-gradient(circle at 95% 42%,rgba(255,43,214,.1),transparent 33%),linear-gradient(135deg,#161217,#0d0d0e)}
.service-compact-copy::before{content:'';position:absolute;top:0;left:42px;width:92px;height:3px;background:var(--pink);box-shadow:0 0 16px rgba(255,43,214,.8)}
.service-compact-copy .eyebrow{margin:0}
.service-compact-copy h1{max-width:570px;margin:16px 0 14px;font-size:clamp(44px,4.5vw,62px);line-height:.98}
.service-compact-copy>p:not(.eyebrow){max-width:530px;margin:0;color:#b9b6bf;font-size:16px;line-height:1.5}
.service-compact-actions{display:flex;align-items:center;gap:20px;margin-top:22px}
.service-compact-actions .service-whatsapp{min-height:48px;padding-block:12px}
.service-compact-actions>p{margin:0;padding-left:17px;border-left:1px solid #3b3840;color:var(--text);font-size:12px;line-height:1.3}
.service-compact-actions>p strong,.service-compact-actions>p span{display:block}
.service-compact-actions>p span{margin-top:3px;color:var(--muted)}
.service-compact-tags{display:flex;align-items:center;gap:8px;margin-top:20px}
.service-compact-tags span{border:1px solid #3b3840;border-radius:999px;color:#c3c0c8;padding:6px 9px;font-size:11px}
.service-image-stack{position:relative;min-height:360px;overflow:hidden;background:#080809;isolation:isolate}
.service-image-stack::after{content:'';position:absolute;z-index:3;inset:0;background:linear-gradient(90deg,rgba(13,13,14,.55),transparent 24%),linear-gradient(0deg,rgba(0,0,0,.46),transparent 34%);pointer-events:none}
.service-image-main{position:absolute;inset:0;margin:0}
.service-image-main img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 53%;filter:contrast(1.06) brightness(.78)}
.service-image-small{position:absolute;z-index:4;right:18px;bottom:18px;width:39%;height:39%;margin:0;overflow:hidden;border:2px solid rgba(255,255,255,.72);border-radius:10px;background:#161618;box-shadow:0 16px 35px rgba(0,0,0,.55)}
.service-image-small img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.service-image-label{position:absolute;z-index:5;top:18px;right:18px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(10,10,11,.72);color:#fff;padding:7px 11px;font-size:10px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;backdrop-filter:blur(8px)}
.service-compact-bottom{display:grid;grid-template-columns:minmax(0,1fr) 275px;min-height:230px}
.service-issue-area{padding:22px 26px 24px}
.service-issue-heading{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:15px}
.service-issue-heading h2{font-size:29px;line-height:1}
.service-issue-heading p{margin:0;color:var(--muted);font-size:13px}
.service-issue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #2e2e32;border-left:1px solid #2e2e32}
.service-issue-link{min-width:0;display:flex;align-items:center;gap:11px;min-height:68px;padding:10px 12px;border-right:1px solid #2e2e32;border-bottom:1px solid #2e2e32;background:#141416;transition:background .15s}
.service-issue-link:hover{background:#1d171e}
.service-issue-link:focus-visible{position:relative;z-index:1;outline:2px solid var(--pink);outline-offset:-2px}
.service-issue-link>span{color:var(--pink);font:600 12px Rajdhani,sans-serif}
.service-issue-link div{min-width:0}
.service-issue-grid h3{font-size:17px;line-height:1.05}
.service-issue-grid p{overflow:hidden;margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}
.service-visit-card{display:flex;flex-direction:column;justify-content:center;border-left:1px solid #482440;background:radial-gradient(circle at 80% 20%,rgba(255,43,214,.13),transparent 42%),#161116;padding:24px}
.service-visit-kicker{margin:0 0 9px;color:var(--pink);font:600 10px Rajdhani,sans-serif;letter-spacing:1.4px}
.service-visit-card h2{font-size:27px;line-height:1.02}
.service-visit-card>p:not(.service-visit-kicker){margin:13px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
.service-visit-card>a{align-self:flex-start;margin-top:14px;border-bottom:1px solid var(--pink);color:#fff;font:600 17px Rajdhani,sans-serif}
.service-visit-card>a:hover{color:var(--pink)}
@media(max-width:1080px){.service-compact-hero{grid-template-columns:1fr 1fr}.service-compact-copy{padding:32px}.service-compact-copy::before{left:32px}.service-compact-copy h1{font-size:48px}.service-image-small{width:46%;height:36%}.service-compact-bottom{grid-template-columns:1fr 240px}.service-issue-heading{align-items:flex-start;flex-direction:column;gap:5px}}
@media(max-width:820px){.service-compact-hero{grid-template-columns:1fr}.service-image-stack{min-height:330px}.service-compact-bottom{grid-template-columns:1fr}.service-visit-card{border-top:1px solid #482440;border-left:0}.service-issue-heading{align-items:baseline;flex-direction:row}.service-compact-actions{flex-wrap:wrap}}
@media(max-width:600px){.service-page--compact{padding-top:14px;padding-bottom:30px}.service-page--compact>.back-home{margin-bottom:10px}.service-compact-copy{padding:30px 22px}.service-compact-copy::before{left:22px}.service-compact-copy h1{font-size:43px}.service-compact-copy>p:not(.eyebrow){font-size:15px}.service-compact-actions{align-items:stretch;flex-direction:column;gap:13px}.service-compact-actions>p{padding:0;border:0}.service-compact-tags{flex-wrap:wrap;margin-top:16px}.service-image-stack{min-height:280px}.service-image-small{right:12px;bottom:12px;width:48%;height:39%}.service-image-label{top:12px;right:12px}.service-issue-area{padding:20px 14px}.service-issue-heading{align-items:flex-start;flex-direction:column}.service-issue-grid{grid-template-columns:1fr}.service-issue-link{min-height:62px}.service-visit-card{padding:24px 20px}}

/* Experiencia móvil integral. Estas reglas no modifican la vista de escritorio. */
@media(max-width:700px){
  html{scroll-padding-top:12px;scroll-padding-bottom:82px}
  body{padding-bottom:68px;overflow-x:hidden}
  .header,main,footer{padding-inline:16px}
  .header{min-height:67px;padding-block:7px;flex-wrap:nowrap;gap:6px}
  .header .brand{gap:5px;font-size:14.5px;letter-spacing:1.25px}
  .header .brand img{width:43px;height:43px}
  .header .brand-caption{display:none}
  .header-contact{margin-left:auto}
  .social-links a{width:28px;height:32px}
  .social-links svg{width:17px;height:17px}

  .main-menu{position:fixed;z-index:25;left:0;right:0;bottom:0;width:100%;max-width:none;grid-template-columns:repeat(6,minmax(0,1fr));gap:2px;margin:0;padding:6px max(5px,env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(5px,env(safe-area-inset-left));border-top:1px solid #3a373e;border-bottom:0;background:rgba(12,12,13,.96);box-shadow:0 -10px 30px rgba(0,0,0,.38);backdrop-filter:blur(14px)}
  .main-menu a{min-width:0;min-height:55px;flex-direction:column;justify-content:center;gap:4px;padding:5px 1px;border-radius:7px;font-size:9px;line-height:1.05;text-align:center}
  .main-menu svg{width:20px;height:20px}
  .main-menu a[aria-current="page"]{background:#2a242c}

  .contact-strip{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 14px;padding:9px 14px;font-size:10.5px;line-height:1.35}
  .consoles-page .contact-strip,.accessories-page .contact-strip,.games-page .contact-strip,.service-page-body .contact-strip{display:none}
  .contact-location{grid-column:1/-1;width:100%;padding-bottom:8px;border-bottom:1px solid #252529;align-items:flex-start}
  .contact-location>span{min-width:0;flex:1}
  .contact-detail:nth-child(3){justify-self:end}
  .contact-detail:nth-child(3)>span{font-size:0}
  .contact-detail:nth-child(3)>span::after{content:'Lun–Dom · 9 a. m. – 9 p. m.';font-size:10.5px}
  .contact-shipping{grid-column:1/-1;min-height:34px;justify-content:center;border-radius:7px;background:#151317}
  .contact-detail{gap:7px}
  .contact-detail svg{width:16px;height:16px}
  .maps-link-label{font-size:0;white-space:normal}
  .maps-link-label::after{content:'Maps ↗';font-size:10.5px}

  main{min-height:0}
  footer{min-height:72px;padding-block:18px}

  #inicio>.hero{min-height:0;padding-block:30px}
  #inicio>.hero{overflow:hidden}
  .hero{grid-template-columns:1fr;gap:18px;padding-block:30px}
  .hero-copy .eyebrow{margin-top:0}
  .hero-copy h1{margin:18px 0;font-size:46px;line-height:.98}
  .repair-hero h2,.games-hero h2{margin:18px 0;font-size:43px;line-height:.99}
  .intro{margin:0 0 23px;font-size:15px;line-height:1.55}
  .button{width:100%;min-height:48px;justify-content:space-between;padding:13px 17px}
  .hero-product{width:100%;max-width:315px}
  .repair-hero{gap:14px}
  .repair-hero .hero-copy{grid-column:1;grid-row:1;padding-left:0}
  .repair-hero .hero-product{grid-column:1;grid-row:2;width:100%;max-width:315px}
  .games-hero .hero-product{padding:10px}
  .about-gamesrock{gap:26px;margin:6px 0 38px;padding:32px 21px}
  .about-gamesrock::before{left:21px}
  .about-copy h2{font-size:39px}
  .about-copy>p:last-child{margin-top:17px;font-size:15px;line-height:1.55}
  .about-facts article,.about-facts article:last-child{min-height:98px;padding:17px}
  .about-facts strong{font-size:29px}

  .category-page,.games-page .category-page,.consoles-page .category-page,.accessories-page .category-page{padding-top:13px}
  .back-home,.games-page .back-home,.consoles-page .back-home,.accessories-page .back-home{display:none}
  .catalog,.games-page .games-catalog,.console-catalog,.accessories-catalog{padding-bottom:32px}
  .console-showroom-head,.accessory-showroom-head{grid-template-columns:1fr;align-items:end;gap:10px;margin-bottom:12px}
  .console-title-block .eyebrow,.accessory-title-block .eyebrow{margin-bottom:6px;font-size:9px;letter-spacing:1.5px}
  .console-title-block .eyebrow,.accessory-title-block .eyebrow,.games-page .catalog-heading .eyebrow{font-size:12px;letter-spacing:1.35px}
  .console-title-block .eyebrow>span,.accessory-title-block .eyebrow>span{width:7px;height:7px}
  .console-title-block h2,.accessory-title-block h2,.games-page .catalog-heading h2{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;border:0;clip:rect(0 0 0 0);white-space:nowrap}
  .console-catalog-state,.accessory-catalog-state{min-width:0;padding-left:10px}
  .console-catalog-state span,.accessory-catalog-state span{margin-bottom:3px;font-size:8px;letter-spacing:1.15px}
  .console-catalog-state strong,.accessory-catalog-state strong{font-size:18px;line-height:1;white-space:nowrap}

  .console-filter-bar{margin-bottom:10px;padding:10px}
  .console-brand-filter,.accessory-platform-tabs{scrollbar-width:none}
  .console-brand-filter::-webkit-scrollbar,.accessory-platform-tabs::-webkit-scrollbar{display:none}
  .console-brand-filter button{padding:8px 10px;font-size:14px}
  .consoles-grid{gap:14px}
  .console-card-layout{grid-template-columns:1fr}
  .console-display,.console-photo,.console-details{min-height:245px}
  .console-display{border-right:0;border-bottom:1px solid #2a2a2e}
  .console-details{padding:15px}
  .console-info{min-height:190px;padding:18px 16px 16px}
  .console-name{font-size:25px}
  .console-price-actions{padding-top:17px}

  .accessory-filter-deck{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;padding:10px}
  .controllers-page .accessory-filter-deck{grid-template-columns:1fr}
  .accessory-platform-section{grid-column:1/-1}
  .controllers-page .accessory-search{grid-column:1/-1}
  .accessory-filter-deck .genre-select,.accessory-search input{height:41px}
  .accessory-results{margin-top:10px;padding:10px}
  .accessory-results-head{margin-bottom:10px}
  .accessory-results-head h3{font-size:21px}
  .accessories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .accessory-card{border-radius:10px}
  .accessory-card-topline{height:31px;grid-template-columns:29px minmax(0,1fr) auto}
  .accessory-index{font-size:12px}
  .accessory-platform{padding-left:7px;font-size:8px}
  .accessory-stock-dot{width:8px;margin-right:7px;padding-left:8px;font-size:0}
  .accessory-photo{aspect-ratio:1}
  .accessory-card-content{height:203px;grid-template-rows:36px 31px auto 19px 33px;gap:5px;padding:8px}
  .accessory-card h4{font-size:14px;line-height:1.08;-webkit-line-clamp:2}
  .accessory-description{font-size:10.5px;line-height:1.2;-webkit-line-clamp:2}
  .accessory-metadata{gap:2px;padding-top:5px;font-size:9px;line-height:1.15}
  .accessory-card-footer{min-height:19px;justify-content:flex-end}
  .accessory-stock{display:none}
  .accessory-price{font-size:14px}
  .accessory-whatsapp{padding:7px 3px;font-size:10.5px;line-height:1.05}

  .games-page .catalog-heading{gap:10px;margin-bottom:10px}
  .games-page .catalog-heading h2{font-size:36px}
  .games-page .platform-filter{gap:5px}
  .games-page .catalog-controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end;gap:10px;padding:11px;border:1px solid var(--border);border-radius:11px}
  .games-page .catalog-controls>.platform-filter{grid-column:1/-1;grid-row:1;align-items:flex-start;width:100%}
  .games-page .catalog-controls>.format-group{grid-column:1;grid-row:2;margin-left:0}
  .games-page .catalog-controls>.genre-group{grid-column:2;grid-row:2;margin-left:0}
  .games-page .catalog-controls>.console-group{grid-column:1/-1;grid-row:3}
  .games-page .catalog-controls .genre-select{width:100%;min-width:0;height:42px}
  .games-page .format-group .choice-tabs{width:100%}
  .games-page .format-group .choice-tabs button{flex:1;padding:8px 4px;font-size:13px}
  .games-page .catalog-results{min-height:120px;margin-top:10px;padding:12px}
  .catalog-toolbar{gap:12px;margin-bottom:14px}
  .catalog-summary h3{font-size:24px}
  .game-search input{min-height:42px}
  .games-grid{gap:10px}
  .game-card-content{height:140px;padding:9px}
  .game-card h4{font-size:15px}
  .catalog-pagination{gap:8px;margin-top:17px;font-size:11px}
  .catalog-pagination button{padding:8px 9px;font-size:13px}
  .cart-toggle{z-index:30;right:10px;bottom:77px}
  .game-cart{z-index:60;top:auto;right:0;bottom:74px;width:min(78vw,320px);height:min(58dvh,500px);border:1px solid #39373d;border-right:0;border-radius:16px 0 0 16px;transform:translateX(calc(100% + 12px))}
  .cart-header{padding:13px 14px}
  .cart-header p{margin-bottom:2px}
  .cart-header h2{font-size:24px}
  .cart-header button{width:auto;height:auto;border-radius:7px;padding:8px 10px;font:700 12px/1 Rajdhani,sans-serif}
  .cart-items{padding:5px 11px}
  .cart-item{grid-template-columns:minmax(0,1fr) 32px;gap:8px;padding:10px 2px}
  .cart-empty{margin:auto 18px;font-size:12px}
  .cart-footer{padding:11px 14px 13px}
  .cart-footer p{margin-bottom:8px}
  .cart-footer button{padding:10px;font-size:14px}

  .service-page--compact{padding-top:12px;padding-bottom:24px}
  .service-compact-shell{border-radius:14px}
  .service-compact-copy{padding:25px 20px}
  .service-compact-copy::before{left:20px}
  .service-compact-copy h1{margin:14px 0 12px;font-size:39px}
  .service-compact-copy>p:not(.eyebrow){font-size:14px;line-height:1.45}
  .service-compact-actions{margin-top:18px}
  .service-image-stack{min-height:245px}
  .service-issue-area{padding:18px 12px}
  .service-issue-heading h2{font-size:27px}
  .service-issue-link{min-height:58px;padding:9px 10px}
  .service-visit-card{padding:21px 18px}
}

@media(max-width:350px){
  .main-menu a{font-size:8px}
  .main-menu svg{width:18px;height:18px}
  .contact-strip{grid-template-columns:1fr}
  .contact-detail:nth-child(3){justify-self:start}
  .contact-shipping{grid-column:1}
  .console-showroom-head,.accessory-showroom-head{grid-template-columns:1fr}
  .accessory-filter-deck,.games-page .catalog-controls{grid-template-columns:1fr}
  .accessory-platform-section{grid-column:1}
  .games-page .catalog-controls>.platform-filter{grid-column:1;grid-row:1}
  .games-page .catalog-controls>.format-group{grid-column:1;grid-row:2}
  .games-page .catalog-controls>.genre-group{grid-column:1;grid-row:3}
  .games-page .catalog-controls>.console-group{grid-column:1;grid-row:4}
}

@media(max-width:430px){
  .accessories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(min-width:701px){
  .games-page .catalog-controls>.format-group{order:1;margin-left:0}
  .games-page .catalog-controls>.platform-filter{order:2;align-items:flex-start}
  .games-page .catalog-controls>.console-group{order:3}
  .games-page .catalog-controls>.genre-group{order:4;margin-left:auto}
}

/* Los rótulos del menú ya identifican cada sección; mantenemos el h2 solo para accesibilidad. */
.console-title-block h2,.accessory-title-block h2,.games-page .catalog-heading h2{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;border:0;clip:rect(0 0 0 0);white-space:nowrap}
