/* Homepage: compact marketplace sections and a restrained campaign stage. */
.nexus-hero-slider {
  margin-top: 16px;
  border: 0;
  border-radius: 6px;
  background: var(--nexus-surface, #202738);
  box-shadow: none;
}

.nexus-hero-slider::before,
.nexus-hero-slide::before,
.nexus-hero-halo,
.nexus-hero-orbit,
.nexus-hero-float,
.nexus-hero-index,
.nexus-hero-assurances {
  display: none;
}

.nexus-hero-slide {
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 364px;
  transform: translateX(12px);
  transition: opacity .35s ease, transform .4s ease, visibility .35s;
}

.nexus-hero-copy {
  min-width: 0;
  padding: 24px 32px 26px 36px;
}

.nexus-hero-eyebrow {
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--nexus-accent, #a9bcea);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: .12em;
}

.nexus-hero-eyebrow i {
  width: 5px;
  height: 12px;
  border-radius: 1px;
  background: currentColor;
  box-shadow: none;
}

.nexus-hero-copy h1 {
  max-width: 620px;
  margin: 14px 0 10px;
  color: var(--nexus-text, #eef2f8);
  font-family: inherit;
  font-size: clamp(32px, 3.1vw, 40px);
  font-weight: 680;
  line-height: 1.09;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}

.nexus-hero-copy h1 strong,
.tone-trust .nexus-hero-copy h1 strong,
.tone-deal .nexus-hero-copy h1 strong {
  color: var(--nexus-accent, #a9bcea);
  font-weight: inherit;
}

.nexus-hero-copy > p {
  max-width: 490px;
  color: var(--nexus-muted, #b3bfd0);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.nexus-hero-actions {
  gap: 8px;
  margin-top: 20px;
}

.nexus-hero-primary,
.nexus-hero-secondary {
  height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 650;
  box-shadow: none;
  transition: background .18s ease, color .18s ease;
}

.nexus-hero-primary {
  gap: 14px;
  background: var(--nexus-accent, #a9bcea);
  color: #18243b;
}

.nexus-hero-primary i {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
}

.nexus-hero-secondary {
  gap: 12px;
  background: var(--nexus-surface-raised, #293247);
  color: var(--nexus-text, #eef2f8);
}

.nexus-hero-primary:hover,
.nexus-hero-secondary:hover {
  transform: none;
}

.nexus-hero-primary:hover { background: #c0cff0; }
.nexus-hero-secondary:hover { background: #35415a; }

.nexus-hero-visual {
  min-height: 0;
  padding: 24px 26px 24px 10px;
}

.nexus-hero-product,
.is-active .nexus-hero-product,
.nexus-hero-product:hover {
  width: 100%;
  max-width: 600px;
  border: 0;
  border-radius: 4px;
  background: #1b2230;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
  transition: background .18s ease;
}

.nexus-hero-product > picture img {
  display: block;
  width: 100%;
  height: 264px;
  padding: 0;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}

.nexus-hero-product-tag {
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  border: 0;
  border-radius: 3px;
  background: rgba(24, 30, 43, .92);
  color: #eef2f8;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .015em;
  backdrop-filter: none;
}

.nexus-hero-product-info {
  gap: 12px;
  min-height: 52px;
  padding: 10px 14px;
  background: var(--nexus-surface-raised, #293247);
}

.nexus-hero-product-info small { display: none; }
.nexus-hero-product-info b { font-size: 12px; font-weight: 550; }
.nexus-hero-product-info > strong { color: #c7d5f2; font-size: 12px; font-weight: 650; }

.nexus-hero-footer {
  min-height: 54px;
  gap: 20px;
  padding: 8px 20px 8px 36px;
  border: 0;
  background: #242d40;
  backdrop-filter: none;
}

.nexus-hero-stats { gap: 26px; }
.nexus-hero-stats > span { min-width: 0; gap: 6px; margin: 0; padding: 0; border: 0; }
.nexus-hero-stats b { font-size: 13px; font-weight: 650; }
.nexus-hero-stats small { color: var(--nexus-muted, #b3bfd0); font-size: 11px; }
.nexus-hero-controls { gap: 9px; }

.nexus-hero-controls > button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 4px;
  background: #303b51;
  font-size: 17px;
  transition: background .18s ease;
}

.nexus-hero-controls > button:hover { background: #3a4863; transform: none; }
.nexus-hero-counter { min-width: 40px; }
.nexus-hero-counter b { font-size: 12px; }
.nexus-hero-counter i { color: var(--nexus-muted, #b3bfd0); font-size: 11px; }
.nexus-hero-dots { gap: 4px; padding: 0; }

.nexus-hero-dots button {
  position: relative;
  width: 20px;
  height: 30px;
  border-radius: 0;
  background: transparent;
  transition: none;
}

.nexus-hero-dots button::after {
  position: absolute;
  inset: 13px 3px;
  border-radius: 1px;
  background: #64718b;
  content: "";
  transition: background .18s ease;
}

.nexus-hero-dots button[aria-current="true"] { width: 20px; background: transparent; }
.nexus-hero-dots button[aria-current="true"]::after { background: var(--nexus-accent, #a9bcea); }
.nexus-hero-progress { height: 2px; background: transparent; }
.nexus-hero-progress i { background: #819bcc; }
.nexus-hero-single { color: var(--nexus-muted, #b3bfd0); font-size: 12px; }

.nexus-hero-slide.is-active :is(.nexus-hero-eyebrow, .nexus-hero-copy h1, .nexus-hero-copy > p, .nexus-hero-actions) {
  animation: none;
}

/* The category strip remains a keyboard-pausable marquee. */
.game-strip-shell { padding-top: 14px !important; }
.game-strip-scroll { padding: 4px 0; border: 0; border-radius: 4px; background: var(--nexus-surface, #202738); }
.game-strip-item { min-width: 118px; gap: 8px; padding: 9px 14px; border: 0; border-radius: 3px; }
.game-strip-item::after { display: none; }
.game-strip-item > span:last-child { color: #cad3e2; font-size: 12px; font-weight: 550; }
.game-strip-item:hover { background: var(--nexus-surface-raised, #293247); }
.game-strip-item:hover .game-logo img { transform: none; }
.game-strip-item .game-logo { width: 30px; height: 30px; flex-basis: 30px; }
.game-strip-item .game-logo img { max-width: 27px; max-height: 27px; }

.v5-product-tabs { padding-top: 26px; }
.v5-product-tabs .v5-tabs {
  gap: 4px;
  width: 100%;
  margin-bottom: 17px;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

.v5-product-tabs .v5-tabs button {
  height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: 4px !important;
  color: var(--nexus-muted, #b3bfd0);
  font-size: 14px;
  font-weight: 550;
}

.v5-product-tabs .v5-tabs button.active { background: var(--nexus-surface-raised, #293247) !important; color: var(--nexus-text, #eef2f8) !important; }
.v5-product-tabs .v5-tabs button:hover { background: var(--nexus-surface, #202738); color: #eef2f8; }

.v5-category-section { padding-top: 30px; }
:is(.v5-category-section, .content-section:has(.v5-market-list), .v4-deals) > .section-title { align-items: center; margin-bottom: 16px; }
:is(.v5-category-section, .content-section:has(.v5-market-list), .v4-deals) > .section-title span { margin-bottom: 5px; color: var(--nexus-muted, #b3bfd0) !important; font-size: 10px; font-weight: 600; letter-spacing: .1em; }
:is(.v5-category-section, .content-section:has(.v5-market-list), .v4-deals) > .section-title h2 { color: #eef2f8; font-size: 23px; font-weight: 650; letter-spacing: -.025em; }
:is(.v5-category-section, .content-section:has(.v5-market-list), .v4-deals) > .section-title > a { color: var(--nexus-accent, #a9bcea) !important; font-size: 12px; font-weight: 550; }

.v5-category-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.v5-category-grid a { grid-template-columns: 38px minmax(0, 1fr) auto; gap: 10px; min-width: 0; padding: 14px 12px; border: 0 !important; border-radius: 4px; background: var(--nexus-surface, #202738) !important; box-shadow: none !important; transition: background .18s ease; }
.v5-category-grid a:hover { transform: none; background: var(--nexus-surface-raised, #293247) !important; }
.v5-category-grid .cat-icon { width: 38px; height: 38px; border: 0; border-radius: 4px; background: transparent !important; }
.v5-category-grid .cat-icon img { width: 29px; height: 29px; object-fit: contain; }
.v5-category-grid b { color: #e5ebf4; font-size: 12px; font-weight: 600; line-height: 1.4; }
.v5-category-grid small { margin-top: 3px; color: var(--nexus-muted, #b3bfd0); font-size: 11px; }
.v5-category-grid i { color: #94a8cc; font-size: 13px; }

.v5-benefits { gap: 10px; margin-top: 28px; }
.v5-benefits > div { min-height: 0; padding: 17px; border: 0 !important; border-radius: 4px; background: var(--nexus-surface, #202738) !important; box-shadow: none !important; }
.v5-benefits span { width: auto; height: 25px; display: block; margin-bottom: 9px; border: 0; border-radius: 0; background: transparent; color: var(--nexus-accent, #a9bcea); font-size: 20px; }
.v5-benefits b { margin-bottom: 5px; font-size: 13px; font-weight: 600; }
.v5-benefits small { color: var(--nexus-muted, #b3bfd0); font-size: 12px; line-height: 1.5; }

.recommendation-home { margin-top: 26px; padding: 20px; border: 0; border-radius: 6px; background: var(--nexus-surface, #202738); animation: none; }
.recommendation-home::after, .recommendation-home-head > div > span i { display: none; }
.recommendation-home-head > div > span { color: var(--nexus-accent, #a9bcea); font-size: 10px; font-weight: 600; letter-spacing: .1em; }
.recommendation-home-head h2 { font-size: 23px; font-weight: 650; }
.recommendation-home-head p { color: var(--nexus-muted, #b3bfd0); font-size: 13px; }
.recommendation-home-head > a { color: var(--nexus-accent, #a9bcea); font-size: 12px; font-weight: 550; }

@media (max-width: 1100px) {
  .nexus-hero-slide { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
  .nexus-hero-copy { padding: 25px; }
  .nexus-hero-copy h1 { font-size: 35px; }
  .nexus-hero-visual { padding: 22px 22px 22px 0; }
  .nexus-hero-product > picture img { height: 246px; }
  .nexus-hero-footer { padding-left: 25px; }
  .nexus-hero-stats { gap: 17px; }
  .v5-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .nexus-hero-slide { grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); min-height: 0; }
  .nexus-hero-copy { padding: 24px; }
  .nexus-hero-copy h1 { font-size: 29px; }
  .nexus-hero-copy > p { font-size: 13px; }
  .nexus-hero-actions { align-items: stretch; flex-direction: column; margin-top: 16px; }
  .nexus-hero-visual { padding: 20px 20px 20px 0; }
  .nexus-hero-product > picture img { height: 230px; }
  .nexus-hero-product-info > strong { display: none; }
  .nexus-hero-footer { grid-template-columns: 1fr auto; gap: 12px; padding: 9px 16px 9px 24px; }
  .nexus-hero-stats { gap: 18px; }
  .nexus-hero-stats > span { display: grid; gap: 1px; }
  .nexus-hero-controls { justify-content: flex-end; gap: 6px; }
}

@media (max-width: 620px) {
  .nexus-hero-slider { margin-top: 12px; border-radius: 4px; }
  .nexus-hero-slide { grid-template-columns: minmax(0, 1fr); }
  .nexus-hero-copy { padding: 23px 20px 20px; }
  .nexus-hero-copy h1 { margin: 12px 0 10px; font-size: clamp(29px, 7.5vw, 36px); }
  .nexus-hero-copy > p { font-size: 13px; line-height: 1.6; }
  .nexus-hero-eyebrow { font-size: 10px; }
  .nexus-hero-actions { flex-direction: row; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
  .nexus-hero-primary, .nexus-hero-secondary { flex: 1 1 auto; width: auto; min-height: 42px; height: auto; padding: 11px 12px; font-size: 12px; }
  .nexus-hero-visual { min-height: 0; padding: 0 20px 20px; }
  .nexus-hero-product { max-width: none; }
  .nexus-hero-product > picture img { height: clamp(200px, 62vw, 310px); aspect-ratio: auto; padding: 0; border-radius: 0; object-fit: contain; }
  .nexus-hero-product-info { min-height: 42px; padding: 9px 11px; }
  .nexus-hero-product-info b { font-size: 11px; }
  .nexus-hero-product-info > strong { display: block; font-size: 11px; }
  .nexus-hero-footer { grid-template-columns: 1fr; gap: 13px; padding: 14px 20px; }
  .nexus-hero-stats { justify-content: space-between; gap: 12px; }
  .nexus-hero-stats > span { text-align: left; margin: 0; padding: 0; }
  .nexus-hero-stats b { font-size: 13px; }
  .nexus-hero-stats small { font-size: 10px; }
  .nexus-hero-controls { justify-content: center; gap: 12px; }
  .nexus-hero-controls > button { width: 36px; height: 36px; }
  .nexus-hero-single { justify-self: start; }
  .game-strip-shell { padding-top: 10px !important; }
  .game-strip-item { padding: 7px 11px; }
  .v5-product-tabs { padding-top: 22px; }
  .v5-product-tabs .v5-tabs { flex-wrap: nowrap; gap: 3px; overflow-x: auto; padding-bottom: 2px; }
  .v5-product-tabs .v5-tabs button { flex: 0 0 auto; height: 38px; padding: 0 10px; font-size: 12px; white-space: nowrap; }
  .v5-category-section { padding-top: 26px; }
  :is(.v5-category-section, .content-section:has(.v5-market-list), .v4-deals) > .section-title { flex-direction: row; align-items: flex-end; gap: 12px; }
  :is(.v5-category-section, .content-section:has(.v5-market-list), .v4-deals) > .section-title h2 { font-size: 20px; }
  :is(.v5-category-section, .content-section:has(.v5-market-list), .v4-deals) > .section-title > a { flex-shrink: 0; font-size: 11px; }
  .v5-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .v5-category-grid a { grid-template-columns: 30px minmax(0, 1fr); padding: 12px 10px; gap: 8px; }
  .v5-category-grid .cat-icon { width: 30px; height: 30px; }
  .v5-category-grid .cat-icon img { width: 25px; height: 25px; }
  .v5-category-grid i { display: none; }
  .v5-category-grid b { font-size: 11px; }
  .v5-category-grid small { font-size: 10px; }
  .v5-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .v5-benefits > div { padding: 15px; }
  .v5-benefits > div:last-child { grid-column: 1 / -1; }
  .recommendation-home { padding: 16px; }
  .recommendation-home-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .recommendation-home-head h2 { font-size: 21px; }
}

/* Icon-led, open layout: meaning comes from hierarchy and whitespace instead of boxes. */
.game-strip-scroll { background: transparent; }
.game-strip-item { background: transparent; }
.game-strip-item:hover { background: transparent; color: #eef3fb; }
.game-strip-item .game-logo img { transition: transform .2s ease, filter .2s ease; }
.game-strip-item:hover .game-logo img { transform: translateY(-2px) scale(1.06); filter: brightness(1.12); }

.section-title > div > .section-kicker { display: inline-flex; align-items: center; gap: 7px; }
.section-kicker em { color: inherit; font: inherit; letter-spacing: inherit; }
.section-kicker .nexus-line-icon { width: 15px; height: 15px; stroke-width: 1.8; }
.section-title > a { display: inline-flex; align-items: center; gap: 7px; }
.section-title > a .nexus-line-icon { width: 15px; height: 15px; transition: transform .18s ease; }
.section-title > a:hover .nexus-line-icon { transform: translateX(3px); }

.v5-product-tabs .v5-tabs button { display: inline-flex; align-items: center; gap: 8px; background: transparent !important; }
.v5-product-tabs .v5-tabs button .nexus-line-icon { width: 17px; height: 17px; color: #8293ad; }
.v5-product-tabs .v5-tabs button.active { background: transparent !important; color: #edf3fc !important; }
.v5-product-tabs .v5-tabs button.active .nexus-line-icon { color: var(--nexus-accent, #a9bcea); }
.v5-product-tabs .v5-tabs button:hover { background: transparent !important; color: #fff; }

.v5-category-grid a { padding: 14px 6px; background: transparent !important; transition: color .18s ease, transform .18s ease; }
.v5-category-grid a:hover { background: transparent !important; transform: translateX(3px); }
.v5-category-grid .cat-icon img { transition: transform .2s ease, filter .2s ease; }
.v5-category-grid a:hover .cat-icon img { transform: translateY(-2px) scale(1.07); filter: brightness(1.14); }

.v5-benefits { gap: clamp(18px, 3vw, 46px); padding: 20px 4px; }
.v5-benefits > div { display: grid; grid-template-columns: 34px minmax(0,1fr); grid-template-rows: auto auto; column-gap: 12px; row-gap: 3px; padding: 7px 0; background: transparent !important; }
.v5-benefits .benefit-icon { grid-column: 1; grid-row: 1 / 3; width: 32px; height: 32px; display: grid; place-items: center; margin: 0; color: var(--nexus-accent, #a9bcea); }
.v5-benefits .benefit-icon .nexus-line-icon { width: 24px; height: 24px; stroke-width: 1.55; }
.v5-benefits b, .v5-benefits small { grid-column: 2; }
.v5-benefits b { margin: 0; }

.home-recent { margin-top: 30px; padding: 2px 0 8px; }
.home-recent-head { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; gap: 11px; margin-bottom: 15px; }
.home-recent-icon { display: grid; place-items: center; color: var(--nexus-accent, #a9bcea); }
.home-recent-icon .nexus-line-icon { width: 25px; height: 25px; stroke-width: 1.55; }
.home-recent-head small { display: block; color: #9cacc1; font-size: 10px; font-weight: 650; letter-spacing: .11em; }
.home-recent-head h2 { margin: 2px 0 0; color: #eef3fa; font-size: 21px; letter-spacing: -.025em; }
.home-recent-head > a { display: inline-flex; align-items: center; gap: 7px; color: var(--nexus-accent, #a9bcea); font-size: 12px; }
.home-recent-head > a .nexus-line-icon { width: 15px; height: 15px; }
.home-recent-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px 28px; }
.home-recent-item { display: grid; grid-template-columns: 58px minmax(0,1fr) auto 18px; align-items: center; gap: 11px; min-width: 0; padding: 5px 0; color: #e9eef7; background: transparent !important; }
.home-recent-item > img { width: 58px; height: 58px; object-fit: contain; background: #171e2b; border-radius: 4px; }
.home-recent-item > span { min-width: 0; }
.home-recent-item small, .home-recent-item b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-recent-item small { color: #9eadc2; font-size: 10px; }
.home-recent-item b { margin-top: 4px; font-size: 13px; font-weight: 600; }
.home-recent-item > strong { color: #c8d5ee; font-size: 13px; white-space: nowrap; }
.home-recent-item > .nexus-line-icon { width: 16px; height: 16px; color: #8396b6; transition: transform .18s ease, color .18s ease; }
.home-recent-item:hover b { color: #fff; }
.home-recent-item:hover > .nexus-line-icon { color: var(--nexus-accent, #a9bcea); transform: translateX(3px); }

@media (max-width: 860px) {
  .home-recent-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 22px; }
  .home-recent-item { grid-template-columns: 50px minmax(0,1fr) 17px; }
  .home-recent-item > img { width: 50px; height: 50px; }
  .home-recent-item > strong { display: none; }
}

@media (max-width: 620px) {
  .home-recent { margin-top: 23px; overflow: hidden; }
  .home-recent-head { grid-template-columns: 28px minmax(0,1fr) auto; }
  .home-recent-head h2 { font-size: 19px; }
  .home-recent-head > a { font-size: 11px; }
  .home-recent-list { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(248px,82vw); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .home-recent-list::-webkit-scrollbar { display: none; }
  .home-recent-item { scroll-snap-align: start; }
  .v5-benefits { grid-template-columns: 1fr; gap: 13px; padding-block: 17px; }
  .v5-benefits > div, .v5-benefits > div:last-child { grid-column: auto; padding: 4px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .nexus-hero-slide,
  .nexus-hero-product,
  .nexus-hero-primary,
  .nexus-hero-secondary,
  .nexus-hero-controls > button,
  .nexus-hero-dots button::after,
  .v5-category-grid a { transition: none; }
  .nexus-hero-progress i.is-running { animation: none; }
  .game-strip-item .game-logo img,
  .section-title > a .nexus-line-icon,
  .v5-category-grid .cat-icon img,
  .home-recent-item > .nexus-line-icon { transition: none; transform: none; }
}
