:root {
  --night: #0b0f14;
  --night-90: #1a1d22;
  --night-80: #282c30;
  --panel: #141721;
  --panel-2: #1d212e;
  --panel-3: #242938;
  --lime: #00fc56;
  --lime-80: #00ca45;
  --lime-60: #009734;
  --green: #7ed11f;
  --green-deep: #5a9d13;
  --lilac: #d75fff;
  --indigo: #5600fc;
  --text: #ffffff;
  --muted: #99a0ae;
  --quiet: #858789;
  --line: #3e424d;
  --radius: 12px;
  --radius-lg: 16px;
  --radius-pill: 24px;
  --shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  --sidebar: 236px;
  --header: 72px;
  --dock: 64px;
  --max: 1288px;
  --pad: 10px;
  --font: "Noto Sans", "Fira Sans", "Segoe UI", Roboto, Arial, sans-serif;
}

@media (min-width: 501px) {
  :root {
    --pad: 24px;
  }
}

@media (min-width: 745px) {
  :root {
    --pad: 32px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--night);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--lime);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--lime);
  color: var(--night);
  padding: 8px 12px;
  z-index: 10000;
  border-radius: var(--radius);
  font-weight: 700;
}

.skip-link:focus {
  left: 8px;
}

.shell {
  min-height: 100vh;
}

.sidebar {
  display: none;
}

.frame {
  min-width: 0;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 8px;
  min-height: var(--header);
  padding: 8px var(--pad);
  background: #000000;
  border-bottom: 1px solid rgba(0, 252, 86, 0.35);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex: 0 1 auto;
}

.brand-link img {
  width: auto;
  height: 56px;
  min-width: 120px;
  max-width: 220px;
  object-fit: contain;
  filter: none;
}

.topbar-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  margin-left: auto;
}

.stage {
  padding: 16px var(--pad) 96px;
  max-width: var(--max);
  margin: 0 auto;
}

.mode-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 8px;
}

.hero-banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  margin-bottom: 20px;
  min-height: 220px;
  box-shadow: var(--shadow);
  background: #000;
}

.hero-banner img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}

.hero-banner__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 28px 26px;
  max-width: 68%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.28) 58%, rgba(0, 0, 0, 0.05) 100%);
}

.content-shot {
  margin: 16px 0 24px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.content-shot img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.content-shot--wide img {
  max-width: 800px;
}

.content-shot--compact img {
  max-width: 400px;
}

.type-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 12px 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  user-select: none;
}

.type-row::-webkit-scrollbar {
  display: none;
}

.type-row.is-grabbing {
  cursor: grabbing;
}

.type-row.is-grabbing .type-card {
  pointer-events: none;
}

.type-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 0 0 70px;
  width: 70px;
  min-width: 70px;
  padding: 8px 4px;
  border-radius: 10px;
  background: var(--panel-2);
  color: var(--text);
  font-size: 0.65rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.type-card img,
.type-card svg {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 6px;
  flex: 0 0 auto;
}

.type-card svg {
  object-fit: unset;
  color: var(--lime);
}

.tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

.promo-card__kicker {
  margin: 0;
  color: var(--lime);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.promo-card__title {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.12;
}

.promo-card__extra {
  margin: 0;
  color: var(--text);
  font-weight: 600;
  font-size: 1.18rem;
}

.promo-card__row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.hero-banner .chip-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 22px;
  background: var(--lime);
  color: var(--night);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: var(--radius-pill);
  width: fit-content;
  pointer-events: none;
}

[role="button"][aria-label="betzo"].hero-banner:hover .chip-label {
  background: var(--lime-80);
}

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

.section-head h2 {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 700;
}

.tile-name {
  display: block;
  margin-top: 8px;
  font-size: 0.72rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text);
}

.page-title {
  margin: 8px 0 16px;
  font-size: 1.85rem;
  line-height: 1.2;
}

.lead,
.prose p,
.prose li {
  color: var(--muted);
}

.prose h2 {
  margin: 32px 0 12px;
  font-size: 1.4rem;
  color: var(--text);
}

.prose h3 {
  margin: 24px 0 10px;
  font-size: 1.12rem;
}

.prose ul {
  padding-left: 1.2rem;
}

.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 0.92rem;
}

.prose th,
.prose td {
  border: 1px solid rgba(0, 252, 86, 0.16);
  padding: 10px 12px;
  text-align: left;
}

.prose th {
  background: var(--panel-2);
  color: var(--text);
}

.welcome-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 8px 0 24px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, #102418 0%, #163522 100%);
  border: 1px solid rgba(0, 252, 86, 0.22);
}

.welcome-band p {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

.pay-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 22px 28px;
  margin: 8px 0 28px;
}

.pay-row img {
  height: 55px;
  width: auto;
  max-height: 55px;
  max-width: 160px;
  object-fit: contain;
  background: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  pointer-events: none;
}

.pay-row img[alt="Zimpler"] {
  filter: invert(1);
}

.site-footer {
  padding: 28px var(--pad) 88px;
  background: #080b10;
  border-top: 1px solid rgba(0, 252, 86, 0.12);
}

.foot-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: 18px;
}

.foot-copy,
.foot-note,
.foot-legal {
  color: var(--quiet);
  font-size: 0.85rem;
}

.age-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
  font-weight: 700;
  color: var(--text);
}

.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: var(--dock);
  background: #080b10;
  border-top: 1px solid rgba(0, 252, 86, 0.16);
}

.dock a,
.dock [role="button"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
}

.dock a.is-on,
.dock a:hover,
.dock [role="button"]:hover {
  color: var(--lime);
  text-decoration: none;
}

.dock svg {
  width: 22px;
  height: 22px;
}

.lost {
  max-width: 640px;
  margin: 40px auto;
  text-align: center;
}

.lost h1 {
  margin-bottom: 12px;
  color: #f50100;
}

.lost p {
  color: var(--muted);
}

.cursor-pointer {
  cursor: pointer;
}

.outline-none {
  outline: none;
}

.side-support {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 18px;
}

[role="button"][aria-label="betzo"] {
  cursor: pointer;
  outline: none;
}

[role="button"][aria-label="betzo"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(57, 149, 255, 0.7);
}

[role="button"][aria-label="betzo"].brand-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  min-height: 0;
  background: transparent;
  border-radius: 0;
  width: auto;
}

[role="button"][aria-label="betzo"].content-shot {
  display: block;
  padding: 0;
  min-height: 0;
  background: transparent;
  width: fit-content;
  max-width: 100%;
}

[role="button"][aria-label="betzo"].pay-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 0;
  background: transparent;
  border-radius: 0;
  width: auto;
}

[role="button"][aria-label="betzo"].act-fill,
[role="button"][aria-label="betzo"].act-nav,
[role="button"][aria-label="betzo"].act-foot,
[role="button"][aria-label="betzo"].act-mode {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  user-select: none;
}

[role="button"][aria-label="betzo"].act-fill {
  min-height: 42px;
  padding: 10px 16px;
  background: var(--lime);
  color: var(--night);
  width: auto;
  white-space: nowrap;
}

[role="button"][aria-label="betzo"].act-fill:hover {
  background: var(--lime-80);
}

[role="button"][aria-label="betzo"].act-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  color: var(--text);
  font-weight: 700;
}

[role="button"][aria-label="betzo"].act-mode {
  min-height: 38px;
  padding: 8px 10px;
  background: var(--panel-3);
  color: var(--text);
  font-size: 0.85rem;
}

[role="button"][aria-label="betzo"].act-mode.is-on,
[role="button"][aria-label="betzo"].act-mode:hover {
  background: var(--lime);
  color: var(--night);
}

[role="button"][aria-label="betzo"].act-nav {
  width: 100%;
  justify-content: flex-start;
  min-height: 44px;
  padding: 10px 12px;
  background: transparent;
  color: var(--text);
  font-size: 0.92rem;
  border-radius: var(--radius);
}

[role="button"][aria-label="betzo"].act-nav:hover {
  background: var(--panel-3);
  color: var(--lime);
}

[role="button"][aria-label="betzo"].act-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--lime);
  border-radius: var(--radius-pill);
  color: var(--lime);
  font-weight: 700;
  background: transparent;
  white-space: nowrap;
}

[role="button"][aria-label="betzo"].act-outline:hover {
  background: rgba(0, 252, 86, 0.12);
}

[role="button"][aria-label="betzo"].act-foot {
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  background: transparent;
  padding: 0;
  min-height: auto;
}

[role="button"][aria-label="betzo"].act-foot:hover {
  color: var(--text);
  text-decoration: underline;
}

[role="button"][aria-label="betzo"].act-tile {
  display: block;
  background: transparent;
  color: inherit;
  border-radius: var(--radius);
}

[role="button"][aria-label="betzo"].act-tile img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--panel-2);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

[role="button"][aria-label="betzo"].act-tile:hover img {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

[role="button"][aria-label="betzo"].type-card:hover {
  background: #2b3144;
}

[role="button"][aria-label="betzo"].offer-join-top,
[role="button"][aria-label="betzo"].offer-join-404 {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 7.2rem;
  padding: 10px 16px;
  background: var(--lime);
  color: var(--night);
  border-radius: var(--radius-pill);
  font-weight: 700;
  white-space: nowrap;
  width: auto !important;
  flex: 0 0 auto;
}

.welcome-band [role="button"][aria-label="betzo"] {
  width: auto;
  flex-shrink: 0;
  white-space: nowrap;
}

.welcome-band [role="button"][aria-label="betzo"].act-fill {
  width: auto;
  min-width: 180px;
}

.prose [role="button"][aria-label="betzo"].act-fill {
  width: auto;
  min-width: 200px;
  margin: 8px 0 24px;
}

.lost [role="button"][aria-label="betzo"].act-fill {
  margin: 20px auto 0;
  max-width: 240px;
}

.home-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  margin: 20px 8px 0 0;
  background: var(--lime);
  color: var(--night);
  border-radius: var(--radius-pill);
  font-weight: 700;
}

.home-back:hover {
  background: var(--lime-80);
  text-decoration: none;
}

.side-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: transparent;
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

.side-link:hover,
.side-link.is-on {
  text-decoration: none;
  color: var(--lime);
  background: var(--panel-3);
}

.side-link svg,
[role="button"][aria-label="betzo"].act-nav svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .topbar {
    padding: 6px 8px;
    gap: 6px;
  }

  .brand-link img {
    width: auto;
    height: 44px;
    min-width: 0;
    max-width: 150px;
  }

  .topbar-actions {
    gap: 6px;
  }

  [role="button"][aria-label="betzo"].offer-search-top {
    display: none;
  }

  [role="button"][aria-label="betzo"].offer-join-top,
  [role="button"][aria-label="betzo"].offer-join-404 {
    min-height: 34px;
    min-width: 0;
    padding: 6px 10px;
    font-size: 0.78rem;
  }

  [role="button"][aria-label="betzo"].offer-signin-top,
  [role="button"][aria-label="betzo"].offer-signin-404 {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 0.78rem;
  }

  .hero-banner__overlay {
    max-width: 88%;
    padding: 18px 14px;
    gap: 8px;
  }

  .promo-card__kicker {
    font-size: 0.88rem;
  }

  .promo-card__title {
    font-size: 1.55rem;
  }

  .promo-card__extra {
    font-size: 1.02rem;
  }

  .hero-banner .chip-label {
    min-height: 42px;
    padding: 8px 16px;
    font-size: 0.88rem;
  }

  .welcome-band [role="button"][aria-label="betzo"].act-fill,
  .welcome-band [role="button"][aria-label="betzo"].act-outline {
    width: 100%;
    min-width: 0;
  }

  .prose table {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 479px) {
  [role="button"][aria-label="betzo"].offer-signin-top,
  [role="button"][aria-label="betzo"].offer-signin-404 {
    display: none;
  }
}

@media (min-width: 768px) {
  .stage {
    padding: 24px var(--pad) 48px;
  }

  .hero-banner img {
    max-height: 460px;
  }

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

  .type-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    overflow: visible;
    cursor: default;
    gap: 10px;
    touch-action: auto;
  }

  .type-card {
    flex: unset;
    width: 100%;
    min-width: 0;
    padding: 10px 6px;
    font-size: 0.7rem;
  }

  .type-card img,
  .type-card svg {
    width: 36px;
    height: 36px;
  }

  .site-footer {
    padding: 32px var(--pad) 40px;
  }
}

@media (min-width: 992px) {
  .dock {
    display: none;
  }

  .shell {
    display: grid;
    grid-template-columns: var(--sidebar) minmax(0, 1fr);
  }

  .sidebar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 18px 14px;
    background: #10141c;
    border-right: 1px solid rgba(0, 252, 86, 0.1);
    overflow: auto;
  }

  .side-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .stage {
    padding: 24px 36px 48px;
  }

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

  .page-title {
    font-size: 2.1rem;
  }

  .brand-link img {
    height: 64px;
    min-width: 140px;
    max-width: 260px;
  }
}
