:root {
  color-scheme: dark;
  --bg: #07080d;
  --panel: rgba(25, 28, 36, 0.9);
  --panel-soft: rgba(32, 36, 46, 0.72);
  --line: rgba(255, 255, 255, 0.1);
  --text: #f8fafc;
  --muted: #aab2c0;
  --soft: #d9e3ef;
  --brand: #74d7ff;
  --brand-2: #8f7dff;
  --logo-blue: #1da1f2;
  --good: #38d996;
  --bad: #ff5656;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.44);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 4%, rgba(116, 215, 255, 0.14), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(143, 125, 255, 0.15), transparent 30%),
    linear-gradient(180deg, #090a10 0%, #05060a 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.shell {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
  padding: 12px 0 32px;
}

.hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(116, 215, 255, 0.14);
  border-radius: 16px;
  background:
    radial-gradient(circle at 5% 0%, rgba(116, 215, 255, 0.2), transparent 32%),
    radial-gradient(circle at 96% 4%, rgba(143, 125, 255, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(16, 27, 43, 0.86), rgba(18, 15, 41, 0.72));
  padding: 12px 14px 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 20px 52px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(116, 215, 255, 0.025);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(116, 215, 255, 0.42), transparent);
  opacity: 0.65;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.brand,
.nav-action,
.primary-btn,
.ghost-btn,
.back-link,
.sticky-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  min-height: 42px;
}

.brand {
  gap: 9px;
  font-size: 0.94rem;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-word {
  color: inherit;
  font: inherit;
}

.brand-four {
  color: var(--logo-blue);
  text-shadow: 0 0 18px rgba(29, 161, 242, 0.28);
}

.brand-logo {
  display: grid;
  place-items: center;
  width: 52px;
  height: 38px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brand-logo img {
  width: 50px;
  height: 36px;
  object-fit: contain;
}

.ghost-btn,
.back-link {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  color: var(--soft);
  padding: 0 13px;
}

.nav-action {
  position: relative;
  gap: 7px;
  overflow: hidden;
  border: 1px solid rgba(29, 161, 242, 0.46);
  background:
    linear-gradient(135deg, rgba(29, 161, 242, 0.36), rgba(116, 215, 255, 0.18)),
    rgba(255, 255, 255, 0.055);
  color: #f2fbff;
  font-size: 0.86rem;
  font-weight: 880;
  padding: 0 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 12px 30px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(29, 161, 242, 0.16);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nav-action::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: translateX(-120%);
  transition: transform 0.45s ease;
}

.nav-action:hover,
.nav-action:focus-visible {
  border-color: rgba(29, 161, 242, 0.66);
  background:
    linear-gradient(135deg, rgba(29, 161, 242, 0.36), rgba(116, 215, 255, 0.18)),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 15px 36px rgba(0, 0, 0, 0.26),
    0 0 0 3px rgba(29, 161, 242, 0.09);
  outline: 0;
  transform: translateY(-1px);
}

.nav-action:hover::before,
.nav-action:focus-visible::before {
  transform: translateX(120%);
}

.nav-action:active {
  transform: translateY(0);
}

.nav-action span {
  position: relative;
  z-index: 1;
}

.nav-action-icon {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--logo-blue), #74d7ff);
  color: #06101a;
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.nav-action-icon svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
  transform: translateX(-1px);
}

.nav-action-arrow {
  display: grid;
  place-items: center;
  color: #a8ebff;
}

.nav-action-arrow svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.hero-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding-bottom: 0;
}

.eyebrow {
  margin: 0 0 7px;
  color: var(--brand);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  font-size: clamp(1.72rem, 3vw, 2.5rem);
}

h2 {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.hero-copy {
  max-width: 560px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.36;
}

.primary-btn,
.sticky-order {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, #168fce 0%, #2563eb 58%, #5842d9 100%);
  color: #ffffff;
  font-weight: 950;
  padding: 0 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 14px 34px rgba(74, 180, 255, 0.2);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 8px;
  max-width: 330px;
}

.hero-tags span {
  border: 1px solid rgba(116, 215, 255, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(116, 215, 255, 0.13), rgba(143, 125, 255, 0.1)),
    rgba(255, 255, 255, 0.045);
  color: #dfeeff;
  font-size: 0.72rem;
  font-weight: 820;
  padding: 6px 9px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 8px 18px rgba(0, 0, 0, 0.14);
}

.search-band {
  position: sticky;
  top: 0;
  z-index: 5;
  margin: 10px 0 0;
  padding: 6px 0;
  background: transparent;
  backdrop-filter: none;
  border-radius: 14px;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(116, 215, 255, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(20, 24, 34, 0.92);
  padding: 0 14px 0 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 14px 34px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(116, 215, 255, 0.025);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.search-box::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(116, 215, 255, 0.12), transparent 34%);
  opacity: 0.75;
}

.search-box:focus-within {
  border-color: rgba(116, 215, 255, 0.48);
  background:
    linear-gradient(135deg, rgba(116, 215, 255, 0.1), rgba(143, 125, 255, 0.045)),
    rgba(22, 27, 39, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 34px rgba(0, 0, 0, 0.28),
    0 0 0 3px rgba(116, 215, 255, 0.08);
}

.search-icon {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 30px;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(116, 215, 255, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 20%, rgba(116, 215, 255, 0.24), transparent 46%),
    rgba(255, 255, 255, 0.06);
  font-size: 0.9rem;
}

.search-box input {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 50px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 650;
}

.search-box input::placeholder {
  color: #7d8798;
  font-weight: 560;
}

.search-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 7px);
  z-index: 20;
  display: grid;
  gap: 5px;
  max-height: 270px;
  overflow: auto;
  border: 1px solid rgba(116, 215, 255, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(31, 37, 52, 0.98), rgba(18, 23, 34, 0.98)),
    rgba(18, 23, 34, 0.98);
  padding: 7px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 44px rgba(0, 0, 0, 0.34);
}

.suggestion-item {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: #eaf6ff;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.2;
  padding: 9px 10px;
  text-align: left;
}

.suggestion-item:hover,
.suggestion-item:focus-visible {
  border-color: rgba(116, 215, 255, 0.22);
  background: rgba(116, 215, 255, 0.09);
  outline: 0;
}

.section {
  padding: 18px 0 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.section-head h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: clamp(1.35rem, 2.7vw, 1.9rem);
}

.section-head h2::after {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(116, 215, 255, 0.85), transparent);
}

.with-back {
  align-items: center;
  justify-content: flex-start;
}

.item-product-head {
  display: grid;
  justify-content: start;
  justify-items: start;
  align-items: start;
  gap: 8px;
  margin-bottom: 12px;
}

.item-product-head > div {
  display: grid;
  gap: 5px;
  min-width: 0;
  width: 100%;
}

.item-product-head .eyebrow {
  max-width: 100%;
  color: rgba(194, 225, 242, 0.78);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.item-product-head h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.item-product-head h2::after {
  display: none;
}

.back-link {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 78px;
  min-width: 78px;
  max-width: 78px;
  min-height: 42px;
  border: 1px solid rgba(116, 215, 255, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(116, 215, 255, 0.12), rgba(143, 125, 255, 0.065)),
    rgba(18, 24, 36, 0.82);
  color: #f4fbff;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1;
  padding: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(116, 215, 255, 0.035);
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.back-link:hover,
.back-link:focus-visible {
  border-color: rgba(116, 215, 255, 0.42);
  background:
    linear-gradient(135deg, rgba(116, 215, 255, 0.18), rgba(143, 125, 255, 0.1)),
    rgba(22, 30, 46, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 12px 28px rgba(0, 0, 0, 0.22),
    0 0 22px rgba(116, 215, 255, 0.08);
  outline: 0;
  transform: translateY(-1px);
}

.back-link:active {
  transform: translateY(0);
  filter: brightness(0.96);
}

.grid {
  display: grid;
  gap: 10px;
}

.groups-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.popular-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-grid {
  grid-template-columns: minmax(0, 1fr);
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.popular-marquee {
  position: relative;
  cursor: grab;
  overflow-x: auto;
  overflow-y: hidden;
  margin: -2px -8px 0;
  padding: 2px 8px 5px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  touch-action: pan-x;
  user-select: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.popular-marquee::-webkit-scrollbar {
  display: none;
}

.popular-marquee.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.popular-track {
  display: flex;
  width: max-content;
  gap: 11px;
  animation: popular-scroll 32s linear infinite;
}

.popular-marquee:hover .popular-track,
.popular-marquee:focus-within .popular-track,
.popular-marquee:active .popular-track,
.popular-marquee.is-dragging .popular-track {
  animation-play-state: paused;
}

.popular-strip-tile {
  flex: 0 0 82px;
  width: 82px;
  border-color: rgba(116, 215, 255, 0.18);
  background:
    radial-gradient(circle at 50% 0%, rgba(116, 215, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(22, 37, 82, 0.9), rgba(14, 25, 58, 0.96)),
    rgba(17, 28, 64, 0.88);
}

.popular-strip-tile .tile-media {
  aspect-ratio: 1.05 / 1;
  background:
    radial-gradient(circle at 50% 0%, rgba(116, 215, 255, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(12, 18, 39, 0.95), rgba(8, 13, 30, 0.98));
}

.popular-strip-tile .tile-media img {
  object-fit: contain;
  object-position: center;
}

.popular-strip-tile .tile-title {
  min-height: 29px;
  padding: 4px 5px 6px;
  font-size: 0.61rem;
}

@keyframes popular-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 5px));
  }
}

.game-tile {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(116, 215, 255, 0.2);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(22, 37, 82, 0.92), rgba(14, 25, 58, 0.96)),
    rgba(17, 28, 64, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 10px 26px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.game-tile:hover {
  border-color: rgba(116, 215, 255, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 14px 36px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(116, 215, 255, 0.08);
  transform: translateY(-2px);
}

.tile-media {
  position: relative;
  display: grid;
  aspect-ratio: 1.08 / 1;
  width: 100%;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 24% 18%, rgba(116, 215, 255, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(116, 215, 255, 0.22), rgba(143, 125, 255, 0.2));
}

.tile-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(8, 13, 30, 0.45));
  pointer-events: none;
}

.tile-media.has-image {
  background:
    radial-gradient(circle at 50% 0%, rgba(116, 215, 255, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(12, 18, 39, 0.95), rgba(8, 13, 30, 0.98));
}

.tile-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.tile-fallback {
  color: #f8fbff;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.tile-count {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(34, 52, 122, 0.92);
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
  padding: 5px 7px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.26);
}

.tile-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 5px 5px 7px;
  color: #ffffff;
  font-size: 0.71rem;
  font-weight: 900;
  line-height: 1.14;
  text-align: center;
  overflow-wrap: anywhere;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

#popularSection .section-action {
  display: none;
}

.view-all-btn {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(116, 215, 255, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(116, 215, 255, 0.22), rgba(143, 125, 255, 0.24)),
    rgba(20, 31, 75, 0.9);
  color: #ffffff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  min-height: 34px;
  padding: 0 17px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 12px 26px rgba(0, 0, 0, 0.22),
    0 0 22px rgba(116, 215, 255, 0.08);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.view-all-btn:hover,
.view-all-btn:focus-visible {
  border-color: rgba(116, 215, 255, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 30px rgba(0, 0, 0, 0.26),
    0 0 0 3px rgba(116, 215, 255, 0.07);
  outline: 0;
  transform: translateY(-1px);
}

.card {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel-soft);
  padding: 15px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.service-card {
  position: relative;
  isolation: isolate;
  gap: 10px;
  min-height: 128px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 12% 10%, rgba(116, 215, 255, 0.16), transparent 34%),
    rgba(24, 28, 38, 0.84);
  padding: 15px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 48px rgba(0, 0, 0, 0.28);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(116, 215, 255, 0.45), rgba(143, 125, 255, 0.18) 38%, transparent 72%);
  opacity: 0.22;
}

.service-card::after {
  content: "Open";
  position: absolute;
  right: 14px;
  bottom: 14px;
  border: 1px solid rgba(116, 215, 255, 0.28);
  border-radius: 999px;
  background: rgba(116, 215, 255, 0.08);
  color: #bdefff;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  padding: 6px 10px;
  text-transform: uppercase;
}

.service-card:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 22px 62px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(116, 215, 255, 0.12);
}

.service-card .card-top {
  gap: 11px;
}

.service-card .product-logo {
  flex-basis: 52px;
  width: 52px;
  height: 52px;
  border-radius: 13px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 14px 30px rgba(0, 0, 0, 0.28);
}

.service-card .product-logo img {
  border-radius: 12px;
}

.service-card h3 {
  color: #ffffff;
  font-size: 1.04rem;
  letter-spacing: -0.01em;
}

.service-card p {
  max-width: 260px;
  color: #c5d4e6;
  font-size: 0.88rem;
  line-height: 1.32;
}

.service-card .pill-row {
  gap: 6px;
  padding-right: 54px;
}

.service-card .pill {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(5, 7, 12, 0.24);
  color: #e5efff;
  font-size: 0.74rem;
  font-weight: 720;
  backdrop-filter: blur(10px);
}

.product-row-card {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  min-height: 74px;
  overflow: hidden;
  border-color: rgba(116, 215, 255, 0.14);
  background:
    radial-gradient(circle at 0 0, rgba(116, 215, 255, 0.105), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.024)),
    rgba(18, 24, 38, 0.78);
  padding: 10px 42px 10px 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 10px 24px rgba(0, 0, 0, 0.16);
}

.product-row-card::after {
  content: "›";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(116, 215, 255, 0.18);
  border-radius: 999px;
  background: rgba(116, 215, 255, 0.09);
  color: #bdefff;
  font-size: 1.2rem;
  font-weight: 650;
  line-height: 20px;
  transform: translateY(-50%);
}

.product-row-card:hover {
  background:
    linear-gradient(135deg, rgba(116, 215, 255, 0.08), rgba(143, 125, 255, 0.035)),
    rgba(30, 35, 47, 0.84);
}

.product-row-card .card-top {
  gap: 10px;
}

.product-row-card .product-logo {
  flex-basis: 42px;
  width: 42px;
  height: 42px;
  border-radius: 11px;
}

.product-row-card .product-logo img {
  border-radius: 9px;
}

.product-row-card h3 {
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.18;
}

.product-row-card p {
  margin-left: 52px;
  margin-top: -6px;
  color: #afbbcc;
  font-size: 0.74rem;
  line-height: 1.18;
}

.product-row-card .pill-row {
  gap: 5px;
  margin-left: 52px;
  margin-top: 0;
}

.product-row-card .pill {
  border-color: rgba(116, 215, 255, 0.13);
  background: rgba(5, 7, 12, 0.22);
  color: #dcecff;
  font-size: 0.66rem;
  font-weight: 760;
  padding: 3px 7px;
}

.featured-product-card {
  min-height: 92px;
  border-color: rgba(116, 215, 255, 0.2);
  background:
    radial-gradient(circle at 0 0, rgba(116, 215, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.028)),
    rgba(24, 28, 38, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 16px 42px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(116, 215, 255, 0.04);
}

.featured-product-card::before {
  content: "Popular";
  position: absolute;
  right: 48px;
  top: 12px;
  border: 1px solid rgba(116, 215, 255, 0.22);
  border-radius: 999px;
  background: rgba(116, 215, 255, 0.08);
  color: #bdefff;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 4px 7px;
  text-transform: uppercase;
}

.featured-product-card .product-logo {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 16px 34px rgba(0, 0, 0, 0.26),
    0 0 28px rgba(116, 215, 255, 0.08);
}

.card:hover {
  transform: translateY(-2px);
  border-color: rgba(116, 215, 255, 0.45);
  background: rgba(40, 45, 58, 0.82);
}

.card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.card-icon {
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.075);
}

.product-logo {
  position: relative;
  display: grid;
  flex: 0 0 54px;
  place-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(116, 215, 255, 0.28), rgba(143, 125, 255, 0.22));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 12px 26px rgba(0, 0, 0, 0.22);
}

.product-logo::after {
  content: "";
  position: absolute;
  inset: -40% -25% auto auto;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.product-logo.has-image {
  background: rgba(255, 255, 255, 0.055);
}

.product-logo.has-image::after {
  display: none;
}

.product-logo span {
  position: relative;
  z-index: 1;
  color: #f8fbff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.product-logo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.product-logo.pubg { background: linear-gradient(135deg, #1e8b62, #69ffb4); }
.product-logo.mlbb { background: linear-gradient(135deg, #1778ff, #7fe5ff); }
.product-logo.fire { background: linear-gradient(135deg, #ff4d12, #ffb545); }
.product-logo.ps { background: linear-gradient(135deg, #195bff, #64d6ff); }
.product-logo.apple { background: linear-gradient(135deg, #1b1f2b, #b8c2d6); }
.product-logo.xbox { background: linear-gradient(135deg, #107c10, #78ff85); }
.product-logo.discord { background: linear-gradient(135deg, #5865f2, #9aa5ff); }
.product-logo.steam { background: linear-gradient(135deg, #152c4f, #69a7ff); }
.product-logo.gold { background: linear-gradient(135deg, #b27a18, #ffe29a); }
.product-logo.violet { background: linear-gradient(135deg, #4d45d9, #b4adff); }
.product-logo.dark { background: linear-gradient(135deg, #111827, #5b6475); }
.product-logo.green { background: linear-gradient(135deg, #0f6f4d, #7fffc4); }
.product-logo.gift { background: linear-gradient(135deg, #db2d75, #ff9ed0); }
.product-logo.key { background: linear-gradient(135deg, #9d6a00, #ffe071); }

.card h3 {
  min-width: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--soft);
  font-size: 0.78rem;
  padding: 5px 8px;
}

.items-card {
  border: 1px solid rgba(116, 215, 255, 0.13);
  border-radius: 11px;
  background:
    radial-gradient(circle at 100% 0, rgba(116, 215, 255, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    rgba(16, 21, 34, 0.88);
  padding: 6px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 40px rgba(0, 0, 0, 0.24);
}

.items-list {
  display: grid;
  gap: 6px;
}

.item-section {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 4px 0 0;
  border: 1px solid rgba(116, 215, 255, 0.16);
  border-radius: 999px;
  background: rgba(116, 215, 255, 0.075);
  color: #bdefff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  padding: 5px 9px;
  text-transform: uppercase;
}

.region-filter {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 2px 2px 7px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.region-filter::-webkit-scrollbar {
  display: none;
}

.region-chip {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  border: 1px solid rgba(116, 215, 255, 0.17);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(10, 16, 31, 0.78);
  color: #dcecff;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 850;
  padding: 6px 9px;
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.region-chip:hover,
.region-chip:focus-visible {
  border-color: rgba(116, 215, 255, 0.36);
  background:
    linear-gradient(135deg, rgba(116, 215, 255, 0.12), rgba(143, 125, 255, 0.06)),
    rgba(14, 22, 43, 0.9);
  outline: 0;
  transform: translateY(-1px);
}

.region-chip.active {
  border-color: rgba(116, 215, 255, 0.48);
  background:
    linear-gradient(135deg, rgba(116, 215, 255, 0.22), rgba(143, 125, 255, 0.14)),
    rgba(18, 35, 64, 0.95);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 22px rgba(46, 164, 226, 0.12);
}

.region-flag {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-size: 0.92rem;
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .region-filter {
    cursor: grab;
    user-select: none;
  }

  .region-filter.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
  }

  .region-flag.flag-id,
  .region-flag.flag-my,
  .region-flag.flag-ph,
  .region-flag.flag-sg,
  .region-flag.flag-ru,
  .region-flag.flag-tr {
    position: relative;
    width: 18px;
    height: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
    font-size: 0;
  }

  .region-flag.flag-id {
    background: linear-gradient(180deg, #d91f2b 0 50%, #ffffff 50% 100%);
  }

  .region-flag.flag-my {
    background:
      radial-gradient(circle at 26% 38%, #ffd43b 0 16%, transparent 17%),
      linear-gradient(90deg, #102a83 0 42%, transparent 42%),
      repeating-linear-gradient(180deg, #c91f2f 0 8%, #ffffff 8% 16%);
  }

  .region-flag.flag-ph {
    background:
      linear-gradient(135deg, #ffffff 0 33%, transparent 33%),
      linear-gradient(180deg, #1d4ed8 0 50%, #d91f2b 50% 100%);
  }

  .region-flag.flag-sg {
    background:
      radial-gradient(circle at 28% 28%, #ffffff 0 12%, transparent 13%),
      linear-gradient(180deg, #d91f2b 0 50%, #ffffff 50% 100%);
  }

  .region-flag.flag-ru {
    background: linear-gradient(180deg, #ffffff 0 33%, #1d4ed8 33% 66%, #d91f2b 66% 100%);
  }

  .region-flag.flag-tr {
    background:
      radial-gradient(circle at 38% 50%, #ffffff 0 16%, transparent 17%),
      radial-gradient(circle at 43% 50%, #d91f2b 0 13%, transparent 14%),
      #d91f2b;
  }
}

.region-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 19px;
  height: 19px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #bdefff;
  font-size: 0.62rem;
  font-weight: 950;
  line-height: 1;
  padding: 0 6px;
}

.item-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(96px, 1.18fr) minmax(92px, 0.72fr) minmax(82px, 0.62fr) minmax(68px, auto);
  align-items: center;
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(116, 215, 255, 0.16);
  border-radius: 11px;
  background:
    radial-gradient(circle at 0 50%, rgba(56, 217, 150, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.024)),
    rgba(23, 29, 44, 0.88);
  min-height: 52px;
  padding: 7px 9px 7px 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 10px 22px rgba(0, 0, 0, 0.16);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.item-row:hover {
  border-color: rgba(116, 215, 255, 0.34);
  background:
    radial-gradient(circle at 0 50%, rgba(56, 217, 150, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(116, 215, 255, 0.09), rgba(143, 125, 255, 0.035)),
    rgba(27, 34, 50, 0.92);
  transform: translateY(-1px);
}

.item-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--good), rgba(56, 217, 150, 0.18));
}

.item-row.low-stock::before {
  background: linear-gradient(180deg, #ffc861, rgba(255, 200, 97, 0.16));
}

.item-row.low-stock {
  border-color: rgba(255, 200, 97, 0.2);
  background:
    radial-gradient(circle at 0 50%, rgba(255, 200, 97, 0.11), transparent 30%),
    linear-gradient(135deg, rgba(255, 200, 97, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(24, 29, 42, 0.86);
}

.item-row.sold-out {
  opacity: 0.8;
  border-color: rgba(255, 86, 86, 0.14);
  background:
    radial-gradient(circle at 0 50%, rgba(255, 86, 86, 0.09), transparent 30%),
    linear-gradient(135deg, rgba(255, 86, 86, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(24, 28, 38, 0.62);
}

.item-row.sold-out .item-title {
  color: rgba(255, 255, 255, 0.74);
}

.item-row.sold-out::before {
  background: linear-gradient(180deg, var(--bad), rgba(255, 86, 86, 0.14));
}

.item-main {
  min-width: 0;
  padding-left: 1px;
}

.item-title {
  min-width: 0;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 880;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.item-price,
.item-stock {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
}

.item-label {
  color: rgba(188, 216, 233, 0.62);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 72px;
  border: 1px solid rgba(116, 215, 255, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(116, 215, 255, 0.16), rgba(116, 215, 255, 0.065));
  color: #f0fbff;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  padding: 5px 8px;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 64px;
  border: 1px solid rgba(56, 217, 150, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(56, 217, 150, 0.13), rgba(56, 217, 150, 0.055));
  color: #68ffc0;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  padding: 5px 8px;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.status.low {
  border-color: rgba(255, 200, 97, 0.22);
  background: rgba(255, 200, 97, 0.09);
  color: #ffd584;
}

.status.sold {
  border-color: rgba(255, 86, 86, 0.22);
  background: rgba(255, 86, 86, 0.09);
  color: var(--bad);
}

.order-link {
  min-width: 68px;
  border: 1px solid rgba(116, 215, 255, 0.38);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(104, 202, 255, 0.36), rgba(130, 112, 255, 0.26)),
    rgba(116, 215, 255, 0.12);
  color: #f5fcff;
  font-size: 0.7rem;
  font-weight: 900;
  padding: 9px 10px;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 18px rgba(49, 166, 225, 0.13);
  transition: transform 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}

.order-link:not(.disabled):hover {
  border-color: rgba(116, 215, 255, 0.58);
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.order-link.disabled {
  pointer-events: none;
  border-color: rgba(255, 86, 86, 0.18);
  background: rgba(255, 86, 86, 0.075);
  color: #ffaaa8;
  box-shadow: none;
}

.sticky-order {
  display: flex;
  width: min(100%, 430px);
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  gap: 9px;
  justify-self: center;
  min-height: 48px;
  border: 1px solid rgba(160, 226, 255, 0.34);
  border-radius: 13px;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  text-align: center;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
  transition: transform 0.16s ease, filter 0.16s ease, box-shadow 0.16s ease;
}

.sticky-order:hover,
.sticky-order:focus-visible {
  filter: brightness(1.06);
  outline: 0;
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 18px 42px rgba(74, 180, 255, 0.26);
}

.sticky-order-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  padding: 5px;
  border-radius: 999px;
  background: #ffffff;
  color: #229ed9;
  fill: currentColor;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}

.site-extra {
  display: grid;
  gap: 12px;
  padding-top: 20px;
}

.about-panel,
.faq-panel,
.bottom-cta,
.info-card {
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(22, 26, 36, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 36px rgba(0, 0, 0, 0.18);
}

.about-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  align-items: end;
  gap: 16px;
  overflow: hidden;
  border-color: rgba(116, 215, 255, 0.2);
  background:
    radial-gradient(circle at 100% 0, rgba(116, 215, 255, 0.2), transparent 38%),
    radial-gradient(circle at 8% 14%, rgba(29, 161, 242, 0.15), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.022)),
    rgba(18, 24, 38, 0.82);
  padding: 17px;
}

.about-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -82px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(116, 215, 255, 0.24), transparent 68%);
  pointer-events: none;
}

.about-copy {
  position: relative;
  z-index: 1;
}

.about-panel h2,
.bottom-cta h2 {
  max-width: 640px;
  font-size: clamp(1.28rem, 2.2vw, 1.78rem);
}

.about-panel p:not(.eyebrow),
.info-card p,
.faq-list p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.42;
}

.about-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.about-metrics span {
  display: grid;
  gap: 3px;
  min-height: 58px;
  border: 1px solid rgba(116, 215, 255, 0.16);
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(116, 215, 255, 0.12), rgba(143, 125, 255, 0.055)),
    rgba(5, 10, 20, 0.28);
  padding: 9px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.about-metrics strong {
  color: #ffffff;
  font-size: 0.96rem;
  line-height: 1;
}

.about-metrics small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.22;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.info-card {
  position: relative;
  overflow: hidden;
  padding: 12px;
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    background 160ms ease;
}

.info-card::after {
  content: "";
  position: absolute;
  inset: auto -28px -42px auto;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(116, 215, 255, 0.12), transparent 70%);
  pointer-events: none;
}

.info-card:hover {
  border-color: rgba(116, 215, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.028)),
    rgba(22, 28, 42, 0.78);
  transform: translateY(-1px);
}

.info-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 23px;
  border: 1px solid rgba(116, 215, 255, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(116, 215, 255, 0.18), rgba(143, 125, 255, 0.075));
  color: #9be6ff;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 0 8px;
  text-transform: uppercase;
  box-shadow: 0 8px 16px rgba(29, 161, 242, 0.08);
}

.info-card h3 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.2;
}

.faq-panel {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 0.65fr);
  gap: 14px;
  align-items: start;
  padding: 14px;
}

.faq-heading h2 {
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.faq-heading .eyebrow {
  margin-bottom: 6px;
}

.faq-list {
  display: grid;
  gap: 7px;
  margin-top: 0;
}

.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 9px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(5, 7, 12, 0.2);
  padding: 10px 11px;
}

.faq-list summary {
  cursor: pointer;
  color: #f4f9ff;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.25;
}

.bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
  border-color: rgba(116, 215, 255, 0.22);
  padding: 16px;
  background:
    radial-gradient(circle at 8% 0%, rgba(29, 161, 242, 0.24), transparent 42%),
    radial-gradient(circle at 96% 20%, rgba(143, 125, 255, 0.18), transparent 44%),
    linear-gradient(135deg, rgba(116, 215, 255, 0.12), rgba(143, 125, 255, 0.075)),
    rgba(22, 26, 36, 0.78);
}

.bottom-cta-link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  white-space: nowrap;
  border: 1px solid rgba(29, 161, 242, 0.48);
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(29, 161, 242, 0.46), rgba(116, 215, 255, 0.28)),
    rgba(255, 255, 255, 0.05);
  color: #f4fbff;
  font-size: 0.88rem;
  font-weight: 900;
  padding: 0 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 32px rgba(0, 0, 0, 0.22),
    0 0 26px rgba(29, 161, 242, 0.14);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.bottom-cta-link:hover,
.bottom-cta-link:focus-visible {
  border-color: rgba(116, 215, 255, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 16px 36px rgba(0, 0, 0, 0.26),
    0 0 0 3px rgba(116, 215, 255, 0.09);
  outline: 0;
  transform: translateY(-1px);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 12px;
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.25;
  text-align: center;
}

.footer strong {
  color: var(--soft);
  font-size: 0.7rem;
}

.footer p {
  margin: 0;
}

.empty {
  border: 1px dashed var(--line);
  border-radius: 10px;
  color: var(--muted);
  padding: 22px;
  text-align: center;
}

.maintenance-section {
  display: grid;
  min-height: min(58vh, 520px);
  place-items: center;
  padding: 36px 0 18px;
}

.maintenance-card {
  position: relative;
  width: min(100%, 620px);
  overflow: hidden;
  border: 1px solid rgba(255, 86, 86, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 86, 86, 0.23), transparent 35%),
    radial-gradient(circle at 92% 12%, rgba(255, 168, 76, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(56, 18, 27, 0.92), rgba(18, 18, 31, 0.94));
  padding: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 26px 72px rgba(0, 0, 0, 0.42),
    0 0 52px rgba(255, 86, 86, 0.11);
  text-align: center;
}

.maintenance-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 26%, transparent 70%, rgba(255, 86, 86, 0.12));
  opacity: 0.72;
}

.maintenance-card > * {
  position: relative;
  z-index: 1;
}

.maintenance-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid rgba(255, 168, 76, 0.34);
  border-radius: 999px;
  background: rgba(255, 86, 86, 0.13);
  color: #ffd1d1;
  font-size: 0.75rem;
  font-weight: 920;
  letter-spacing: 0.12em;
  padding: 0 12px;
  text-transform: uppercase;
}

.maintenance-card h2 {
  margin: 14px 0 10px;
  font-size: clamp(1.85rem, 4vw, 2.9rem);
}

.maintenance-card p {
  max-width: 490px;
  margin: 0 auto;
  color: #f2caca;
  font-size: 1rem;
  line-height: 1.55;
}

.maintenance-note {
  margin-top: 12px !important;
  color: #fff4f4 !important;
  font-weight: 850;
}

.maintenance-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 22px;
  border: 1px solid rgba(116, 215, 255, 0.42);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(29, 161, 242, 0.92), rgba(88, 66, 217, 0.92));
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 950;
  padding: 0 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 16px 34px rgba(0, 0, 0, 0.3),
    0 0 26px rgba(29, 161, 242, 0.16);
}

.maintenance-footer {
  display: block;
  margin-top: 14px;
  color: rgba(255, 218, 218, 0.7);
  font-size: 0.78rem;
  font-weight: 760;
}

.hidden {
  display: none !important;
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 18px, 520px);
    padding-top: 8px;
  }

  .hero {
    border-radius: 14px;
    padding: 10px 11px 11px;
  }

  .nav {
    margin-bottom: 9px;
  }

  .brand {
    gap: 7px;
  }

  .brand-logo {
    width: 62px !important;
    height: 46px !important;
  }

  .brand-logo img {
    width: 60px !important;
    height: 44px !important;
    max-width: 60px !important;
    max-height: 44px !important;
  }

  .nav-action {
    min-height: 34px;
    gap: 6px;
    padding: 0 10px;
    font-size: 0.84rem;
  }

  .nav-action-icon {
    width: 24px;
    height: 24px;
    box-shadow: none;
  }

  .nav-action-icon svg {
    width: 14px;
    height: 14px;
  }

  .nav-action-arrow {
    display: none;
  }

  .hero-strip,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .tile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px 8px;
  }

  .popular-track {
    gap: 9px;
    animation-duration: 28s;
  }

  .popular-strip-tile {
    flex-basis: 72px;
    width: 72px;
  }

  .popular-strip-tile .tile-title {
    min-height: 27px;
    padding-bottom: 5px;
    font-size: 0.56rem;
  }

  .tile-title {
    min-height: 32px;
    padding: 5px 4px 6px;
    font-size: 0.67rem;
  }

  .tile-count {
    right: 6px;
    bottom: 6px;
    font-size: 0.62rem;
    padding: 5px 6px;
  }

  h1 {
    font-size: 1.43rem;
  }

  .hero-copy {
    margin-top: 4px;
    font-size: 0.8rem;
  }

  .hero-tags {
    justify-content: start;
    max-width: none;
    gap: 6px;
  }

  .hero-tags span {
    font-size: 0.65rem;
    padding: 5px 8px;
  }

  .search-band {
    margin-top: 8px;
    padding: 5px 0;
    border-radius: 14px;
  }

  .search-box {
    border-radius: 13px;
    padding-left: 10px;
  }

  .search-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .search-box input {
    min-height: 46px;
  }

  .section {
    padding-top: 14px;
  }

  .section-head {
    margin-bottom: 10px;
  }

  .section-head h2 {
    font-size: 1.34rem;
  }

  .section-head h2::after {
    width: 30px;
  }

  .service-card {
    min-height: 118px;
    gap: 8px;
    padding: 13px;
  }

  .service-card::after {
    right: 12px;
    bottom: 12px;
    font-size: 0.68rem;
    padding: 5px 9px;
  }

  .service-card .product-logo {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .service-card .pill-row {
    padding-right: 50px;
  }

  .product-row-card {
    min-height: 68px;
    padding: 9px 38px 9px 9px;
  }

  .product-row-card::after {
    right: 10px;
    width: 22px;
    height: 22px;
    line-height: 18px;
  }

  .product-row-card .product-logo {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .product-row-card h3 {
    font-size: 0.86rem;
  }

  .product-row-card p,
  .product-row-card .pill-row {
    margin-left: 48px;
  }

  .product-row-card p {
    font-size: 0.68rem;
  }

  .product-row-card .pill {
    font-size: 0.62rem;
    padding: 2px 6px;
  }

  .featured-product-card {
    min-height: 82px;
  }

  .featured-product-card::before {
    display: none;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .with-back {
    flex-direction: row;
    align-items: center;
  }

  .item-product-head {
    align-items: start;
    gap: 10px;
    margin-bottom: 10px;
  }

  .item-product-head .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0;
  }

  .item-product-head h2 {
    gap: 6px;
    font-size: 1.28rem;
  }

  .back-link {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
    min-height: 38px;
    border-radius: 11px;
    font-size: 0.78rem;
    padding: 0;
  }

  .item-row {
    grid-template-columns: minmax(70px, 1fr) minmax(72px, auto) minmax(62px, auto) minmax(54px, auto);
    gap: 6px;
    min-height: 48px;
    padding: 6px 7px 6px 10px;
  }

  .item-title {
    font-size: 0.76rem;
  }

  .item-price,
  .item-stock {
    gap: 2px;
  }

  .item-label {
    font-size: 0.5rem;
    letter-spacing: 0.06em;
  }

  .price,
  .status {
    min-width: 0;
    font-size: 0.58rem;
    padding: 4px 6px;
  }

  .order-link {
    min-width: 52px;
    width: auto;
    padding: 7px 6px;
    font-size: 0.61rem;
  }

  .site-extra {
    gap: 10px;
    padding-top: 16px;
  }

  .about-panel,
  .faq-panel,
  .bottom-cta,
  .info-card {
    border-radius: 10px;
  }

  .about-panel,
  .faq-panel,
  .bottom-cta {
    padding: 13px;
  }

  .about-panel {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-panel h2,
  .bottom-cta h2 {
    font-size: 1.12rem;
  }

  .about-panel p:not(.eyebrow),
  .info-card p,
  .faq-list p {
    font-size: 0.78rem;
  }

  .about-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .about-metrics span {
    min-height: 52px;
    border-radius: 9px;
    padding: 8px 7px;
  }

  .about-metrics strong {
    font-size: 0.84rem;
  }

  .about-metrics small {
    font-size: 0.58rem;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .info-card {
    padding: 10px;
  }

  .info-card h3 {
    font-size: 0.84rem;
  }

  .info-kicker {
    min-height: 21px;
    font-size: 0.58rem;
    padding: 0 7px;
  }

  .faq-panel {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .faq-heading h2 {
    font-size: 1.08rem;
  }

  .faq-list summary {
    font-size: 0.8rem;
  }

  .bottom-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .bottom-cta-link {
    width: 100%;
    min-height: 42px;
  }

  .footer {
    margin-top: 16px;
    font-size: 0.68rem;
  }

}

@media (max-width: 380px) {
  .about-metrics {
    grid-template-columns: 1fr;
  }

  .about-metrics span {
    min-height: 0;
  }

  .item-row {
    grid-template-columns: minmax(72px, 1fr) minmax(68px, auto) minmax(52px, auto);
  }

  .item-stock {
    display: none;
  }

  .item-title {
    font-size: 0.72rem;
  }

  .price {
    font-size: 0.56rem;
  }

  .order-link {
    min-width: 50px;
  }

  .tile-grid {
    gap: 8px 7px;
  }

  .popular-strip-tile {
    flex-basis: 70px;
    width: 70px;
  }

  .tile-title {
    min-height: 31px;
    font-size: 0.64rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .popular-track {
    animation: none;
  }

  .popular-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
    scrollbar-width: none;
  }

  .popular-marquee::-webkit-scrollbar {
    display: none;
  }
}
