﻿/* WCELL V5 -- MOCKUP MATCH: PREMIUM BLACK / CHARCOAL / RED */

:root{
  --bg:#1e242d;
  --bg2:#232a34;
  --header:#191f27;
  --panel:#2d3541;
  --panel2:#343d4b;
  --panel3:#3b4553;
  --line:#4a5665;
  --line2:#5c6979;
  --text:#f6f7f9;
  --muted:#9aa3af;
  --dim:#707a87;
  --red:#ef1f2f;
  --red2:#ff3542;
  --redsoft:rgba(239,31,47,.13);
  --green:#36c995;
  --cyan:#52e2ed;
  --max:1420px;
  --shadow:0 20px 60px rgba(0,0,0,.28);
  --radius:8px;
  --radius-lg:12px;
  --icon-muted:#8b949f;
  --input-text:#c7ccd4;
  --image-bg:#f7f7f7;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:linear-gradient(180deg,var(--bg) 0%,var(--header) 100%);color:var(--text);font-family:"DM Sans",system-ui,sans-serif;font-size:14px;line-height:1.5}
a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}[hidden]{display:none!important}
.icon{width:1em;height:1em;display:inline-block;vertical-align:-.125em;fill:none;stroke:currentColor;flex:none}

/* utility */
.utility-bar{height:36px;background:#171d24;border-bottom:1px solid #333d4a;color:#bdc3cc;font-size:12px}
.utility-inner{width:min(var(--max),calc(100% - 64px));height:100%;margin:auto;display:flex;align-items:center;gap:22px}
.utility-inner span{display:flex;align-items:center;gap:5px}.utility-inner span:not(:last-child){padding-right:20px;border-right:1px solid #313844}.utility-inner b{color:#fff;font-weight:600}.utility-location{margin-left:auto}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(11,14,19,.97);border-bottom:1px solid #252d37;backdrop-filter:blur(16px)}
.header-main{width:min(var(--max),calc(100% - 64px));height:76px;margin:auto;display:grid;grid-template-columns:230px minmax(420px,1fr) auto;align-items:center;gap:28px}
.logo{display:flex;align-items:center;gap:12px;width:max-content}.logo i{width:48px;height:48px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(145deg,var(--red),#b20f1d);box-shadow:0 8px 26px rgba(239,31,47,.2);font:800 22px "Space Grotesk";font-style:normal}.logo strong{font:700 24px "Space Grotesk";letter-spacing:-.04em}.logo strong span{color:var(--red)}
.search{position:relative;height:46px;display:flex;align-items:center;border:1px solid var(--panel3);border-radius:7px;background:var(--bg2);color:var(--input-text);overflow:hidden}.search>span:first-child{padding-left:16px;color:var(--icon-muted);font-size:20px}.search input{width:100%;height:100%;padding:0 60px 0 10px;border:0;outline:0;background:transparent;color:#eef1f5;font-size:13px}.search input::placeholder{color:var(--icon-muted)}.search button{position:absolute;right:52px;width:34px;height:34px;border:0;background:transparent;color:#818a95;font-size:18px}.search-submit{position:absolute;right:0;width:52px;height:46px!important;display:grid!important;place-items:center;padding:0!important;background:var(--red);color:#fff!important;font-size:21px!important}
.search-wrap{position:relative}
.search-suggest{position:absolute;z-index:60;top:calc(100% + 6px);left:0;right:0;max-height:70vh;overflow:auto;border:1px solid var(--panel3);border-radius:8px;background:#1e2530;box-shadow:0 18px 40px rgba(0,0,0,.4)}
.search-suggest[hidden]{display:none}
.search-suggest-label{padding:9px 14px 4px;color:var(--icon-muted);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.search-suggest-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 14px;border:0;background:none;color:#eef1f5;text-align:left;cursor:pointer;font-size:13px}
.search-suggest-item:hover,.search-suggest-item.active{background:var(--panel)}
.search-suggest-item small{display:block;margin-top:1px;color:var(--muted);font-size:10px}
.search-suggest-item b{color:#ff4c58;margin-left:auto;font-size:12px;white-space:nowrap}
.search-suggest-empty{padding:16px 14px;color:var(--icon-muted);font-size:12px;text-align:center}
.account-nav{display:flex;align-items:center;gap:8px}.mobile-nav-toggle{display:none}.account-nav button{height:42px;padding:0 15px;border:1px solid #3c4753;border-radius:7px;background:var(--header);color:#f1f3f6;font-size:12px;font-weight:600}.account-nav button:hover{background:var(--bg2);border-color:#4c5664}.account-nav .login{border-color:#4b3035}.wallet{display:flex!important;align-items:center;gap:9px}.wallet small{display:block;color:#7f8996;font-size:8px}.wallet b{display:block;margin-top:2px;font-size:12px;color:#fff}
.store-nav{width:min(var(--max),calc(100% - 64px));height:54px;margin:auto;display:flex;align-items:center;gap:30px;overflow-x:auto;white-space:nowrap}.store-nav a{height:54px;display:flex;align-items:center;position:relative;color:#d1d5da;font-size:13px;font-weight:600}.store-nav a:hover{color:#fff}.store-nav .nav-home{padding:0 14px;background:rgba(239,31,47,.12);color:#ff4e5a;border-radius:7px}.store-nav .nav-home::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--red)}

/* layout */
main{width:min(var(--max),calc(100% - 64px));margin:auto}.eyebrow{margin:0 0 7px!important;color:var(--red)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.05em!important}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:15px}.section-head h2,.section-head h1,.how h2{margin:0;font:600 26px/1.15 "Space Grotesk";letter-spacing:-.035em}.section-head p{margin:5px 0 0;color:var(--muted);font-size:12px}

/* hero */
.hero{height:410px;margin:24px 0 14px;padding:46px 68px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(520px,.95fr);align-items:center;gap:45px;overflow:hidden;position:relative;border:1px solid var(--panel3);border-radius:12px;background:linear-gradient(110deg,var(--header) 0%,#10151c 52%,#141820 100%);box-shadow:var(--shadow)}
.hero::after{content:"";position:absolute;right:-90px;bottom:-180px;width:650px;height:500px;background:radial-gradient(circle,rgba(239,31,47,.18),rgba(239,31,47,0) 68%);pointer-events:none}.hero-copy{position:relative;z-index:2;max-width:720px}.hero h1{margin:0 0 18px;font:600 clamp(48px,4vw,64px)/1.02 "Space Grotesk";letter-spacing:-.05em;color:#fff}.hero h1 em{font-style:normal;color:var(--red)}.hero-copy>p:not(.eyebrow){max-width:600px;margin:0;color:#c0c5cd;font-size:15px;line-height:1.65}.hero-actions{display:flex;gap:16px;margin-top:25px}.hero-actions button,.hero-actions a{height:45px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border-radius:7px;font-size:13px;font-weight:700}.hero-actions button{border:0;background:var(--red);color:white;box-shadow:0 10px 26px rgba(239,31,47,.2)}.hero-actions button span{margin-left:20px;font-size:18px}.hero-actions button:hover{background:var(--red2)}.hero-actions a{border:1px solid #4f5a68;background:#141a22}.trust{display:flex;gap:24px;margin-top:20px;color:#b0b6bf;font-size:11px}
.hero-visual{height:320px;position:relative;z-index:2}.hero-card-wrap{position:absolute;left:48%;top:45%;transform:translate(-50%,-50%)}.hero-game-card{width:190px;height:255px;overflow:hidden;transform:rotate(6deg);border:1px solid #555f6b;border-right:3px solid rgba(239,31,47,.7);border-bottom:3px solid var(--red);border-radius:12px;background:linear-gradient(150deg,#2a323f,#11151b 68%);box-shadow:0 32px 60px rgba(0,0,0,.52),20px 12px 40px rgba(239,31,47,.16)}.hero-game-card img{width:100%;height:100%;object-fit:cover;object-position:65% center;display:block}.hero-platform{position:absolute;left:50%;bottom:-35px;width:250px;height:36px;transform:translateX(-50%);border:1px solid rgba(239,31,47,.65);border-radius:50%;box-shadow:0 0 25px rgba(239,31,47,.28),inset 0 0 25px rgba(239,31,47,.15)}.hero-platform::after{content:"";position:absolute;left:12%;right:12%;top:10px;height:22px;border:1px solid #61242a;border-radius:50%}.hero-live,.hero-market{position:absolute;padding:12px 15px;border:1px solid var(--line);border-radius:8px;background:rgba(20,25,33,.92);box-shadow:0 12px 25px rgba(0,0,0,.25)}.hero-live{left:30px;top:48px}.hero-market{right:30px;bottom:48px}.hero-live b,.hero-market b{display:block;font-size:13px}.hero-live b{color:#fff}.hero-live b::first-letter{color:var(--red)}.hero-live span,.hero-market span{display:block;margin-top:5px;color:var(--muted);font-size:10px}.hero-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(239,31,47,.42),transparent);transform-origin:left}.hero-line-a{width:300px;left:15px;top:180px;transform:rotate(38deg)}.hero-line-b{width:320px;right:0;bottom:105px;transform:rotate(-26deg)}.hero-icon{position:absolute;opacity:.32;color:var(--red);font-size:30px;filter:grayscale(1)}.hi-game{right:18px;top:45px}.hi-gift{right:45px;bottom:60px}

/* benefits */
.benefits{min-height:88px;margin:0 0 30px;padding:15px 32px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e2e5ea;border-radius:10px;background:linear-gradient(100deg,#fbfbfc,#f2f3f5)}.benefits article{display:flex;align-items:center;gap:16px;padding:0 22px}.benefits article:not(:last-child){border-right:1px solid #dfe2e7}.benefits i{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#8f202a,#52151b);color:#fff;font-style:normal;font-size:20px}.benefits b{display:block;font-size:13px;color:#171a1f}.benefits span{display:block;margin-top:3px;color:#5a6472;font-size:11px;line-height:1.35}

/* quick access */
.featured-categories{margin-bottom:28px}.featured-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.featured-grid button{height:108px;padding:16px;display:grid;grid-template-columns:60px 1fr;grid-template-rows:auto auto;gap:2px 14px;align-items:center;text-align:left;border:1px solid var(--panel3);border-radius:10px;background:linear-gradient(145deg,#212936,var(--bg));color:white}.featured-grid button:hover{transform:translateY(-2px);border-color:#4c5662;background:#262f3c}.featured-grid button>span{grid-row:1/3;width:60px;height:60px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:linear-gradient(145deg,var(--panel2),var(--panel));border-left:2px solid var(--red);font-size:15px;font-weight:800}.featured-grid .feature-logo img{width:100%;height:100%;object-fit:cover;border-radius:10px}.featured-grid b{font-size:14px}.featured-grid small{color:#a1a8b2;font-size:11px}

/* product/category grid */
.products{margin:0 0 32px}.hierarchy-grid,.sku-grid,.search-results-grid,.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(285px,1fr));gap:14px}
.view-home .hierarchy-grid{grid-template-columns:repeat(4,1fr)}
.browse-card{min-height:96px;padding:16px 18px;display:grid;grid-template-columns:52px minmax(0,1fr) 22px;gap:14px;align-items:center;border:1px solid var(--panel3);border-bottom:2px solid var(--red);border-radius:8px;background:linear-gradient(145deg,var(--bg2),var(--bg));color:white;transition:.16s}.browse-card:hover{transform:translateY(-2px);background:#2b3340;border-color:#4d5866;border-bottom-color:var(--red)}.browse-card-icon,.browse-card-logo,.region-code{width:52px;height:52px;display:grid;place-items:center;margin:0;border-radius:8px;background:linear-gradient(145deg,var(--panel2),var(--panel));color:#fff;font:800 13px "Space Grotesk";box-shadow:none;overflow:hidden}.region-code img{width:62%;height:62%;object-fit:contain;border-radius:3px}.browse-card-logo img{width:100%;height:100%;object-fit:cover}.browse-card-content small{color:#858f9b;font-size:9px;font-weight:700}.browse-card-content h3{margin:3px 0 3px;font:600 14px "Space Grotesk"}.browse-card-content p{margin:0;color:#b0b6bf;font-size:10px}.availability-note{margin-top:3px;color:var(--green)!important}.browse-arrow{font-size:19px;color:#d5d9de}

/* ============================================================
   WCELL CATEGORY ARTWORK
============================================================ */

.view-home .category-browser-card{
  min-height:220px;
  padding:0;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:132px auto;
  gap:0;
  overflow:hidden;
  position:relative;
  border-bottom:2px solid var(--red);
}

.view-home .category-browser-card .browse-card-media{
  width:100%;
  height:132px;
  overflow:hidden;
  background:#141a22;
  border-bottom:1px solid var(--panel3);
}

.view-home .category-browser-card .browse-card-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .24s ease;
}

.view-home .category-browser-card:hover .browse-card-media img{
  transform:scale(1.025);
}

.view-home .category-browser-card .browse-card-content{
  min-width:0;
  padding:14px 16px 15px;
}

.view-home .category-browser-card .browse-card-content small:first-child{
  color:#666;
  font-size:8px;
  letter-spacing:.08em;
}

.view-home .category-browser-card .browse-card-content h3{
  margin:4px 0 5px;
  font-size:15px;
  line-height:1.2;
}

.view-home .category-browser-card .browse-card-content p{
  color:#a8b0bb;
  font-size:10px;
  line-height:1.4;
}

.view-home .category-browser-card .browse-arrow{
  position:absolute;
  right:14px;
  bottom:15px;
  color:#fff;
}

.view-home .category-browser-card .browse-card-icon{
  width:100%;
  height:100%;
  border-radius:0;
}

@media(max-width:620px){
  .view-home .category-browser-card{
    min-height:190px;
    grid-template-rows:112px auto;
  }

  .view-home .category-browser-card .browse-card-media{
    height:112px;
  }
}

/* product cards */
.product{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:var(--panel2)}.product::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:rgba(255,255,255,.35)}.product:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.32);box-shadow:0 14px 32px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.08)}.product-art{position:relative;height:200px;overflow:hidden;background:var(--image-bg);border-bottom:1px solid rgba(255,255,255,.1)}.product-art img{display:block;width:100%;height:200px;object-fit:contain;padding:12px;background:var(--image-bg)}.generated-art{display:block;width:100%;height:200px}.product-art>small{position:absolute;z-index:2;top:9px;left:9px;padding:4px 7px;border-radius:4px;background:#fff;border:1px solid #fff;color:#12151a;font-size:8px;font-weight:800}.product-info{min-height:145px;padding:14px;display:flex;flex-direction:column}.product-info>small{color:var(--muted);font-size:9px;font-weight:700}
.product-region-label{display:flex!important;align-items:center;gap:5px}
.product-region-flag{width:14px;height:10px;object-fit:cover;border-radius:2px;flex:none}.product-info h3{margin:5px 0;font:600 14px "Space Grotesk";color:#fff}.product-info h3 a{color:inherit;text-decoration:none}.product-info h3 a:hover{text-decoration:underline}.product-description{display:-webkit-box;min-height:30px;margin:0 0 10px;color:var(--muted);font-size:10px;line-height:15px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-foot{margin-top:auto;padding-top:10px;display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1)}
.product-foot .qty-stepper{flex:1 0 100%}.product-foot b{color:#fff;font-size:15px}.product-foot button,.topup-open-link{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--red);border-radius:6px;background:var(--red);color:#fff}.product-foot button:hover,.topup-open-link:hover{background:var(--red2);border-color:var(--red2)}

/* single product detail page */
.product-detail{display:grid;grid-template-columns:320px 1fr;gap:28px;padding:26px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:var(--panel2)}.product-detail-art{height:300px;border-radius:10px;overflow:hidden;background:var(--image-bg);display:grid;place-items:center}.product-detail-art img{width:100%;height:100%;object-fit:contain;padding:16px}.product-detail-info{min-width:0;display:flex;flex-direction:column}.product-detail-info>small{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.product-detail-info h2{margin:8px 0 12px;font:600 26px "Space Grotesk";color:#fff}.product-detail-description{margin:0 0 16px;color:var(--muted);font-size:13px;line-height:1.6}.product-detail-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.product-detail-meta span{padding:6px 11px;border:1px solid rgba(255,255,255,.14);border-radius:999px;font-size:11px;color:#d5d9de}
.denom-switcher{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}
.denom-chip{padding:9px 15px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:var(--panel2);color:#fff;font-size:13px;font-weight:700;cursor:pointer}
.denom-chip:hover:not(.active):not(:disabled){border-color:var(--red)}
.denom-chip.active{background:var(--red);border-color:var(--red);color:#fff}
.denom-chip:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.product-detail-buy{margin-top:auto;display:flex;align-items:center;gap:16px}.product-detail-buy b{font-size:26px;color:#fff}.product-detail-buy button{min-height:44px;padding:0 24px;border:0;border-radius:8px;background:var(--red);color:#fff;font-weight:700;font-size:14px}.product-detail-buy button:hover{background:var(--red2)}.product-detail-buy button:disabled{opacity:.5}
.qty-stepper{display:flex;align-items:center;gap:6px}
.qty-stepper button{min-height:36px;min-width:36px;padding:0;border:1px solid var(--line);border-radius:8px;background:var(--bg2);color:#fff;font-size:16px;font-weight:700;cursor:pointer}
.qty-stepper button:hover{background:var(--panel3,#2a323c)}
.qty-stepper input{width:48px;height:36px;padding:0;border:1px solid var(--line);border-radius:8px;background:var(--bg2);color:#fff;font-size:14px;text-align:center}
.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{margin:0}.product-detail-related{margin-top:32px}.product-detail-related h2{margin:0 0 14px;font:600 18px "Space Grotesk"}@media (max-width:720px){.product-detail{grid-template-columns:1fr;padding:18px}.product-detail-art{height:220px}}

/* trending */
.home-trending{margin:30px 0 44px;overflow:hidden}.trend-grid{display:flex;width:max-content;gap:12px;animation:trend-scroll 36s linear infinite}.home-trending:hover .trend-grid{animation-play-state:paused}@keyframes trend-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion: reduce){.trend-grid{animation:none}}.trend-card{position:relative;flex:0 0 230px;min-width:0;display:grid;grid-template-columns:76px minmax(0,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:var(--panel2)}.trend-card:hover{border-color:rgba(255,255,255,.32);box-shadow:0 10px 24px rgba(0,0,0,.4)}.trend-art{height:118px;background:var(--image-bg);border-right:1px solid rgba(255,255,255,.1);overflow:hidden}.trend-art img,.trend-art .generated-art{width:100%;height:100%;object-fit:cover;padding:0!important;background:var(--image-bg)}.trend-copy{min-width:0;padding:11px;display:flex;flex-direction:column}.trend-copy small{color:var(--muted);font-size:8px;text-transform:uppercase}.trend-copy h3{margin:4px 0 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#fff}.trend-copy p{margin:0;color:var(--muted);font-size:9px}.trend-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.trend-foot b{color:#fff;font-size:12px}.trend-foot button{width:25px;height:25px;border:1px solid var(--red);border-radius:5px;background:var(--red);color:#fff}.trend-foot button:hover{background:var(--red2);border-color:var(--red2)}

/* category pages */
.view-catalogue .hero,.view-catalogue .home-only,.view-catalogue .benefits{display:none!important}.view-catalogue main{padding-top:28px}.view-catalogue .products{min-height:calc(100vh - 200px)}.view-catalogue .products>.section-head{padding-bottom:18px;border-bottom:1px solid var(--panel2)}.view-catalogue .products>.section-head .eyebrow{display:none}.view-catalogue .products>.section-head h2,.view-catalogue .products>.section-head h1{font-size:34px}
.wcell-breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px;color:#77818d;font-size:11px}.wcell-breadcrumbs button{padding:0;border:0;background:none;color:#a0a8b3}.wcell-breadcrumbs strong{color:white}

/* seo / how */
.home-seo,.how{margin:44px 0}.how{padding:28px 28px 24px;border-radius:14px;background:linear-gradient(165deg,#f7f8fa,#eceef1)}.home-seo{padding:25px;border:1px solid var(--panel3);border-radius:10px;background:#1a212b}.home-seo .section-head>div{max-width:900px}.home-seo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.home-seo article,.how article{padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--bg2)}.home-seo h3,.how h3{margin:0 0 7px;font-size:13px}.home-seo p,.how p{margin:0 0 9px;color:#9ca5b0;font-size:11px}.home-seo a{color:#ff5a65;font-weight:700}.how>div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.how article b{display:block;margin-bottom:12px;color:#8a2830;font:700 26px "Space Grotesk"}.how h2{color:#171a1f}.how article{background:#fff;border-color:#e2e5ea}.how h3{color:#171a1f}.how p{color:#5a6472}

/* tools, loading, cart */
.seo-copy{max-width:820px;margin:0 0 20px;color:#aab1bc;font-size:12.5px;line-height:1.65}
.seo-copy:empty{display:none;margin:0}
.seo-faq{max-width:820px;margin:28px 0 0}
.seo-faq:empty{display:none;margin:0}
.seo-faq details{border:1px solid var(--line);border-radius:8px;background:var(--panel);margin-bottom:8px;overflow:hidden}
.seo-faq summary{list-style:none;cursor:pointer;padding:12px 16px;font-size:12.5px;font-weight:700;color:var(--text)}
.seo-faq summary::-webkit-details-marker{display:none}
.seo-faq summary::after{content:"+";float:right;color:var(--red);font-weight:400}
.seo-faq details[open] summary::after{content:"\2212"}
.seo-faq p{margin:0;padding:0 16px 14px;color:var(--muted);font-size:12px;line-height:1.65}
.related-groups{max-width:820px;margin:28px 0 0}
.related-groups:empty{display:none;margin:0}
.related-groups>p{margin:0 0 10px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.related-groups nav{display:flex;flex-wrap:wrap;gap:8px}
.related-groups nav a{padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--text);font-size:12.5px;font-weight:600}
.related-groups nav a:hover{border-color:var(--red);color:var(--red)}
.group-reviews{max-width:820px;margin:28px 0 0}
.group-reviews:empty{display:none;margin:0}
.group-rating-summary{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-size:13px}
.group-rating-summary .stars{color:#ffb547;font-size:15px;letter-spacing:1px}
.group-rating-summary strong{color:var(--text)}
.group-rating-summary span:last-child{color:var(--muted)}
.review-list{display:grid;gap:10px}
.review-item{border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:12px 16px}
.review-item-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}
.review-item-head .stars{color:#ffb547;font-size:12px;letter-spacing:1px}
.review-item-head strong{color:var(--text);font-size:12.5px}
.review-item-head small{color:var(--dim);margin-left:auto;font-size:11px}
.review-item h4{margin:0 0 4px;font-size:13px;color:var(--text)}
.review-item p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.catalogue-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.product-sort{height:34px;padding:0 10px;border:1px solid var(--line);border-radius:6px;background:var(--bg2);color:#fff;font-size:12px}
.stock-toggle{height:34px;padding:0 12px;border:1px solid var(--line);border-radius:6px;background:var(--bg2);color:#fff;font-size:12px;cursor:pointer}
.stock-toggle.active{border-color:var(--red);background:var(--red);color:#fff}
.stock-toggle[hidden]{display:none}
.clear-filters{border:0;background:none;padding:0;color:#8b94a1;font-size:12px;text-decoration:underline;cursor:pointer}
.clear-filters:hover{color:#fff}
.clear-filters[hidden]{display:none}
.catalogue-search{display:flex;align-items:center;gap:6px;height:34px;padding:0 10px;border:1px solid var(--line);border-radius:6px;background:var(--bg2)}
.catalogue-search .icon{width:14px;height:14px;color:#8b94a1;flex:none}
.catalogue-search input{border:0;background:transparent;outline:0;color:#fff;font-size:12px;width:150px}
.catalogue-search input::placeholder{color:#8b94a1}
.catalogue-search button{border:0;background:transparent;color:#8b94a1;font-size:15px;line-height:1;cursor:pointer;flex:none}
.view-home .catalogue-search{display:none}
.product-sort[hidden]{display:none}
.catalog-tools select{height:38px;padding:0 34px 0 12px;border:1px solid var(--line);border-radius:6px;background:var(--bg2);color:#fff}.catalog-status{margin:0 0 18px;padding:11px 13px;border:1px solid #5e492c;border-radius:7px;background:#211b13;color:#e7c588}.empty-catalogue{grid-column:1/-1;padding:45px;text-align:center;border:1px dashed #414b58;border-radius:8px;color:#89939f}.loading{padding:35px;text-align:center;color:#8f98a4}.loading span{display:inline-block;width:25px;height:25px;border:2px solid var(--line);border-top-color:var(--red);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.cart-fab{position:fixed;right:20px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:45;height:42px;padding:0 16px;border:1px solid #6f3238;border-radius:7px;background:var(--bg2);color:white;font-size:11px;font-weight:700}.cart-fab:hover{background:var(--red)}.cart-panel{position:fixed;right:0;top:0;bottom:0;z-index:80;width:min(430px,100%);padding:22px;overflow:auto;border-left:1px solid #43505d;background:#161c24;transform:translateX(100%);transition:.23s}.cart-panel.open{transform:none}.cart-line{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px 0;border-bottom:1px solid var(--panel2)}.cart-total{display:flex;justify-content:space-between;margin:20px 0;font-size:18px}.wide,.primary{min-height:42px;border:0;border-radius:6px;background:var(--red);color:white;font-weight:800}

/* footer/dialog */
footer{min-height:100px;padding:24px max(32px,calc((100vw - var(--max))/2));display:flex;align-items:center;gap:24px;border-top:1px solid var(--panel2);background:#0c1117;color:#818b97;font-size:11px}footer p{margin:0}footer>div{margin-left:auto;display:flex;gap:18px}dialog{max-width:430px;padding:28px;border:1px solid #4a5663;border-radius:10px;background:var(--bg2);color:white}dialog::backdrop{background:#000b}#closeNotice{position:absolute;right:12px;top:10px;border:0;background:none;color:var(--muted);font-size:20px}.dialog-icon{color:var(--red);font-size:24px}
.checkout-trust{display:flex;flex-wrap:wrap;gap:8px 16px;margin:14px 0 4px;padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}
.checkout-trust span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px}
.checkout-trust .icon{width:14px;height:14px;color:var(--red);flex:none}.toast{position:fixed;left:50%;bottom:20px;z-index:100;transform:translate(-50%,20px);max-width:min(360px,calc(100vw - 32px));padding:12px 16px;border:1px solid #4a5765;border-radius:8px;background:var(--bg2);color:white;font-size:12px;line-height:1.55;text-align:left;white-space:pre-line;opacity:0;transition:.18s}.toast.show{opacity:1;transform:translate(-50%,0)}

/* game top-up dialog */
.game-dialog{position:relative;max-width:600px;width:calc(100% - 32px);max-height:min(720px,88vh);padding:0;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:var(--panel2)}.game-dialog[open]{display:flex}.game-dialog::backdrop{background:rgba(4,6,10,.75)}.game-dialog .game-close{position:absolute;right:14px;top:14px;z-index:2;width:30px;height:30px;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:rgba(255,255,255,.06);color:#fff;font-size:16px;line-height:1}.game-dialog .game-close:hover{background:rgba(255,255,255,.14)}.game-head{padding:24px 46px 16px 26px;border-bottom:1px solid rgba(255,255,255,.1)}.game-head .eyebrow{margin:0 0 6px}.game-head h2{margin:0 0 6px;font:600 20px "Space Grotesk";color:#fff}.game-head p:not(.eyebrow){margin:0;color:var(--muted);font-size:12px}.game-body{flex:1;min-height:0;overflow:auto;padding:20px 26px 26px;display:flex;flex-direction:column}

.game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.game-choice{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 10px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:var(--panel3);color:#fff;text-align:center}.game-choice:hover{border-color:rgba(255,255,255,.32);transform:translateY(-2px)}.game-choice img{width:48px;height:48px;object-fit:cover;border-radius:8px;background:var(--image-bg)}.game-choice b{font-size:11px;font-weight:600}

.game-form{display:flex;flex-direction:column;min-height:0;flex:1}.game-scroll{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:14px;padding-right:2px}.game-back{align-self:flex-start;border:0;background:none;color:var(--muted);font-size:11px;padding:0}.game-back:hover{color:#fff}.game-form label{display:flex;flex-direction:column;gap:6px}.game-field-label{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.game-field-hint{margin:-6px 0 0;font-size:12px;color:var(--muted)}.game-field-error{margin:-6px 0 0;font-size:12px;color:var(--red2);min-height:14px}.game-form input,.game-form select{height:42px;padding:0 12px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:var(--panel3);color:#fff;font-size:13px}.game-form input:focus,.game-form select:focus{outline:none;border-color:var(--red)}.game-verify-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.game-verify-row .primary{height:38px;padding:0 16px;font-size:12px}.game-result{margin:0;font-size:12px;color:var(--muted)}.game-result.success{color:#3ecf8e}.game-result.error{color:var(--red2)}

.game-section-label{margin:4px 0 0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.package-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.package-choice{display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:var(--panel3);color:#fff;text-align:left}.package-choice:hover{border-color:rgba(255,255,255,.32)}.package-choice.selected{border-color:var(--red);background:linear-gradient(145deg,rgba(239,31,47,.16),rgba(239,31,47,.05));box-shadow:0 0 0 1px var(--red)}.pkg-name{font-size:11px;font-weight:600;line-height:1.3}.pkg-price{font-size:14px;font-weight:800;color:#fff}.package-choice.selected .pkg-price{color:var(--red2)}

.game-footer{display:flex;align-items:center;flex-wrap:wrap;gap:14px;padding:16px 26px;border-top:1px solid rgba(255,255,255,.1);background:var(--panel2)}.game-selected-summary{flex:1;min-width:160px;font-size:12px;color:var(--muted)}.game-selected-summary b{display:block;color:#fff;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-selected-summary span{color:var(--red2);font-weight:800}.game-buy{flex-shrink:0;min-height:44px;padding:0 22px}

/* responsive */
@media(max-width:1250px){
  .header-main{grid-template-columns:180px minmax(360px,1fr) auto}.hero{grid-template-columns:1fr 430px;padding:42px}.trend-grid{grid-template-columns:repeat(3,1fr)}.featured-grid{grid-template-columns:repeat(4,1fr)}.view-home .hierarchy-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .utility-inner span:nth-child(2),.utility-inner span:nth-child(3){display:none}.header-main{height:auto;padding:11px 0;grid-template-columns:1fr auto}.header-main .search{grid-column:1/-1;grid-row:2}.store-nav{gap:22px}.hero{height:auto;min-height:430px;grid-template-columns:1fr;padding:35px}.hero-visual{display:none}.benefits{grid-template-columns:repeat(2,1fr)}.benefits article:nth-child(2){border-right:0}.benefits article{padding:14px}.featured-grid{grid-template-columns:repeat(3,1fr)}.home-seo-grid{grid-template-columns:1fr}
  /* Categories/Shop/How it works/Support are display:none above via
     .simple-nav's own 900px rule, with no other way to reach them from
     any page but the homepage -- this reuses the same nav as a toggled
     full-width dropdown instead of building a second link list.

     position:relative on .header-main (not position:fixed on the
     dropdown) is deliberate: .site-header has backdrop-filter for its
     frosted-glass look, and backdrop-filter on an ancestor makes
     position:fixed descendants anchor to that ancestor instead of the
     real viewport -- confirmed via a real screenshot showing the
     dropdown narrow and off-position instead of spanning edge to edge.
     Anchoring to .header-main directly (the nearer containing block)
     sidesteps that entirely and needs no JS-computed offset. */
  .header-main{position:relative}
  .mobile-nav-toggle{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid #3c4753;border-radius:7px;background:var(--header);color:#f1f3f6}
  .mobile-nav-toggle:hover{background:var(--bg2);border-color:#4c5664}
  .simple-nav.mobile-open{display:flex!important;position:absolute;top:100%;left:12px;right:12px;z-index:60;flex-direction:column;gap:2px;padding:8px;border:1px solid var(--panel3);border-radius:12px;background:var(--panel);box-shadow:0 18px 40px rgba(0,0,0,.45)}
  .simple-nav.mobile-open a{padding:12px 14px;border-radius:8px;color:#fff;font-size:14px;font-weight:600;text-decoration:none}
  .simple-nav.mobile-open a:hover{background:var(--bg2)}
}
@media(max-width:620px){
  .utility-inner,main,.header-main,.store-nav{width:calc(100% - 28px)}.utility-location{display:none}.wallet{display:none!important}.logo strong{font-size:18px}.logo i{width:38px;height:38px}.store-nav{height:46px}.store-nav a{height:46px;font-size:11px}.hero{margin-top:14px;padding:28px 20px}.hero h1{font-size:39px}.hero-actions{flex-direction:column}.hero-actions button,.hero-actions a{width:100%}.trust{gap:10px}.benefits{grid-template-columns:1fr}.benefits article{border-right:0!important;border-bottom:1px solid #39424e}.benefits article:last-child{border-bottom:0}.featured-grid{grid-template-columns:repeat(2,1fr)}.view-home .hierarchy-grid,.hierarchy-grid,.sku-grid,.search-results-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.trend-grid{grid-template-columns:repeat(2,1fr)}.trend-card{grid-template-columns:62px 1fr}.how>div{grid-template-columns:1fr}footer{flex-direction:column;align-items:flex-start}footer>div{margin-left:0}
  /* Below Apple/Google's ~44px minimum touch target on the smallest,
     most-tapped controls in the catalog -- easy to miss on a real phone. */
  .product-foot button,.topup-open-link{width:44px;height:44px}
  .account-nav button{height:44px}
  /* A group with many denominations (Apple US alone has 25) would wrap
     into several rows here, pushing the actual Add to cart button
     several screens down on a phone -- exactly what step 6 was trying
     to shorten. Horizontal scroll keeps it to one row regardless of
     how many options exist. */
  .denom-switcher{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch}
  .denom-chip{flex:none}
}
@media(max-width:400px){
  .view-home .hierarchy-grid,.hierarchy-grid,.sku-grid,.search-results-grid,.product-grid,.trend-grid{grid-template-columns:1fr}
}
/* .qty-stepper's 44px touch target only applied at <=620px, leaving a gap
   between there and the tablet/small-laptop range where mouse-focused
   sizing (36px) doesn't meet the touch-target guideline on touchscreens. */
@media(max-width:899px){
  .qty-stepper button{min-height:44px;min-width:44px;font-size:19px}
  .qty-stepper input{height:44px}
}
/* The toast shares the same bottom-20px band as both floating buttons
   (.whatsapp-fab, .cart-fab) -- on a ~375px-wide phone it visually
   overlaps them instead of sitting above. */
@media(max-width:640px){
  .toast{bottom:calc(84px + env(safe-area-inset-bottom))}
}

/* legal / static content pages */
.legal-header{display:flex;justify-content:space-between;align-items:center}
.back-store{color:var(--text);text-decoration:none;font-size:13px;font-weight:600}
.back-store:hover{color:var(--red2)}
.legal-page{max-width:760px;margin:0 auto;padding:48px 24px 80px}
.legal-page h1{margin:0 0 8px;font:600 34px "Space Grotesk";letter-spacing:-.02em}
.legal-updated{margin:0 0 36px;color:var(--muted);font-size:12px}
.legal-page section{margin:0 0 28px}
.legal-page h2{margin:0 0 10px;font:600 17px "Space Grotesk"}
.legal-page p{margin:0 0 12px;color:var(--input-text);font-size:14px;line-height:1.7}
.legal-page a{color:#ff5a65;font-weight:600}
.legal-page a:hover{text-decoration:underline}
.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:0 0 36px}
.contact-card{display:block;padding:20px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:var(--panel2);text-decoration:none;color:var(--text);transition:.16s}
.contact-card:hover{border-color:rgba(255,255,255,.32);transform:translateY(-2px)}
.contact-card small{display:block;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.contact-card strong{display:block;margin:6px 0;font:600 16px "Space Grotesk";color:#fff}
.contact-card span{display:block;color:var(--muted);font-size:12px;line-height:1.5}
@media(max-width:620px){.contact-grid{grid-template-columns:1fr}}
