@font-face {
  font-family: "Plumbers Display";
  src: url("../assets/fonts/ArchivoBlack-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Plumbers Slab";
  src: url("../assets/fonts/RobotoSlab-Variable.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Plumbers Work";
  src: url("../assets/fonts/BarlowSemiCondensed-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Plumbers Work";
  src: url("../assets/fonts/BarlowSemiCondensed-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Plumbers Work";
  src: url("../assets/fonts/BarlowSemiCondensed-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
}

:root {
  --paper: #f3ead7;
  --paper-deep: #e4d5b8;
  --card: #fffaf0;
  --ink: #17263c;
  --ink-soft: #526072;
  --navy: #0d2039;
  --casino: #081523;
  --casino-soft: #102b42;
  --copper: #bd6b3d;
  --copper-dark: #713719;
  --brass: #d8a63e;
  --gold: #f4c84a;
  --gold-pale: #ffeaa0;
  --red: #a52e2d;
  --red-bright: #dc5144;
  --green: #2d9b6f;
  --line: #cabd9f;
  --shell: 1120px;
  --shadow: 0 18px 42px rgb(23 38 60 / 14%);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 2%, rgb(255 255 255 / 76%), transparent 29%),
    repeating-linear-gradient(0deg, transparent 0 5px, rgb(82 61 35 / 2%) 6px),
    var(--paper);
  font-family: "Plumbers Work", "Arial Narrow", sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgb(23 38 60 / 8%) 0.65px, transparent 0.65px);
  background-size: 7px 7px;
  content: "";
  pointer-events: none;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.shell, .site-header { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 8px 12px;
  color: white;
  background: var(--casino);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 70px;
  padding-block: 12px;
}
.brand {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  color: inherit;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  overflow: hidden;
  place-items: center;
  background: var(--gold);
  border: 2px solid var(--copper-dark);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 28%);
}
.brand-mark img { width: 34px; height: 34px; object-fit: contain; }
.brand-copy { display: grid; gap: 1px; line-height: 1; }
.brand-copy strong { font-size: 0.85rem; font-weight: 900; }
.brand-copy small {
  color: var(--red);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.global-nav { display: flex; align-items: center; justify-self: center; gap: 7px; }
.global-nav a {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 40px;
  padding-inline: 16px;
  color: #47230f;
  background:
    linear-gradient(90deg, rgb(255 226 194 / 16%), transparent 20% 76%, rgb(82 34 14 / 16%)),
    repeating-linear-gradient(0deg, transparent 0 3px, rgb(86 38 18 / 7%) 4px),
    linear-gradient(145deg, #edb07c 0%, #bd6b3d 24%, #dc8d55 47%, #9b4d2a 72%, #d98853 100%);
  border: 1px solid #713719;
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgb(255 231 205 / 82%),
    inset 0 -2px 0 rgb(79 30 11 / 54%),
    0 5px 11px rgb(87 42 21 / 24%);
  font-family: "Plumbers Slab", Rockwell, Georgia, serif;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgb(246 183 131 / 72%), 0 -1px 0 rgb(72 27 9 / 62%);
  transition: transform 120ms ease, filter 120ms ease;
}
.global-nav a::before {
  position: absolute;
  inset: 3px;
  z-index: -1;
  border: 1px solid rgb(94 41 18 / 38%);
  border-radius: 5px;
  content: "";
}
.global-nav a:hover { filter: brightness(1.08); transform: translateY(-1px); }
.header-actions { display: flex; justify-content: flex-end; }
.wallet-button {
  min-width: 132px;
  min-height: 42px;
  padding: 0 15px;
  color: var(--gold-pale);
  background: linear-gradient(180deg, #183857, var(--casino));
  border: 1px solid #06101b;
  border-radius: 9px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%), 0 6px 14px rgb(8 21 35 / 22%);
  font-weight: 900;
  cursor: pointer;
}
.wallet-button:hover { filter: brightness(1.13); }

.casino-hero {
  position: relative;
  width: min(calc(100% - 24px), 1500px);
  min-height: 620px;
  overflow: hidden;
  margin-inline: auto;
  color: white;
  background: var(--casino);
  border: 1px solid #2b1d13;
  border-radius: 24px;
  box-shadow: 0 28px 60px rgb(8 21 35 / 30%);
}
.casino-hero__art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.casino-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(4 13 24 / 96%) 0%, rgb(5 16 29 / 85%) 30%, rgb(5 16 29 / 24%) 67%, rgb(5 16 29 / 4%) 100%),
    linear-gradient(0deg, rgb(4 13 24 / 44%), transparent 38%);
}
.casino-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 620px;
  padding-block: 82px 62px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.eyebrow {
  margin: 0;
  color: var(--copper-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow--light { color: var(--gold); }
.casino-hero h1, h2, h3 {
  font-family: "Plumbers Display", "Arial Black", sans-serif;
  font-weight: 400;
}
.casino-hero h1 {
  max-width: 650px;
  margin: 12px 0 22px;
  color: #fff5d4;
  font-size: clamp(4.5rem, 9vw, 8rem);
  letter-spacing: -0.065em;
  line-height: 0.82;
  text-shadow: 0 5px 0 rgb(0 0 0 / 18%), 0 0 44px rgb(236 171 55 / 15%);
}
.casino-hero__copy > p:not(.eyebrow) {
  max-width: 515px;
  margin: 0;
  color: #dce6ec;
  font-size: 1.08rem;
}
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease, filter 120ms ease, box-shadow 120ms ease;
}
.button:hover:not(:disabled) { filter: brightness(1.08); transform: translateY(-1px); }
.button:active:not(:disabled) { transform: translateY(1px); }
.button:disabled { cursor: not-allowed; filter: grayscale(0.35); opacity: 0.55; }
body[data-preview-state="live"] .button:disabled {
  filter: none;
  opacity: 1;
}
.button--jackpot {
  color: #371307;
  background: linear-gradient(180deg, #ffdd67, #d99b28);
  border: 1px solid #7c430e;
  box-shadow: inset 0 1px 0 #fff2b1, 0 8px 22px rgb(232 164 42 / 28%);
}
.hero-link { color: var(--gold-pale); font-weight: 900; text-decoration: none; }
.hero-link span { margin-left: 6px; color: var(--gold); }
.marquee {
  overflow: hidden;
  width: 100%;
  margin-top: 22px;
  color: var(--gold-pale);
  background:
    repeating-linear-gradient(90deg, transparent 0 5px, rgb(255 255 255 / 3%) 6px),
    linear-gradient(90deg, #7f1e22, #b32f2d 50%, #7f1e22);
  border-block: 2px solid #4b1114;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 13%), 0 5px 14px rgb(90 22 20 / 18%);
}
.marquee > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  min-height: 52px;
  gap: 24px;
  padding-inline: 24px;
  font-family: "Plumbers Slab", serif;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.11em;
}
.marquee i { color: var(--gold); font-style: normal; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
}
.section-heading > p { max-width: 390px; margin: 0; color: var(--ink-soft); text-align: right; }
.lottery { padding-block: 78px 86px; }
.lottery-sign {
  position: relative;
  isolation: isolate;
  display: grid;
  overflow: hidden;
  min-height: 178px;
  padding: 28px 30px;
  place-items: center;
  color: var(--gold-pale);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 5%), transparent 36%),
    repeating-linear-gradient(90deg, transparent 0 10px, rgb(255 255 255 / 2%) 11px),
    #8c2427;
  border: 9px solid var(--casino);
  border-radius: 28px 28px 0 0;
  box-shadow: inset 0 0 0 2px #d9953d, 0 17px 36px rgb(48 19 18 / 22%);
  text-align: center;
}
.lottery-sign::before {
  position: absolute;
  inset: 9px;
  z-index: -1;
  border: 2px solid rgb(255 224 128 / 34%);
  border-radius: 13px;
  content: "";
}
.lottery-sign__bulbs {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(circle, #ffe589 0 2px, #db9d2c 3px, transparent 4px);
  background-position: 10px 8px;
  background-size: 28px 28px;
  opacity: 0.75;
  mask: linear-gradient(#000 0 14px, transparent 15px calc(100% - 15px), #000 calc(100% - 14px));
  animation: casino-bulbs 1.4s steps(2, jump-none) infinite;
}
.lottery-sign p, .lottery-sign span { margin: 0; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.lottery-sign p { color: #ffd26b; font-size: 0.67rem; }
.lottery-sign h2 {
  margin: 4px 0 1px;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-shadow: 0 4px 0 #4f1115;
}
.lottery-sign > span:not(.lottery-sign__bulbs) {
  margin-top: 12px;
  color: #f3cf8d;
  font-size: 0.66rem;
}
@keyframes casino-bulbs { 50% { filter: brightness(1.45); opacity: 1; } }

.lottery-board {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 1px;
  overflow: hidden;
  color: #eef3f5;
  background: #32465a;
  border: 1px solid #07111c;
  border-top: 0;
  border-radius: 0 0 22px 22px;
  box-shadow: 0 24px 48px rgb(8 21 35 / 22%);
}
.round-display, .ticket-window {
  padding: clamp(24px, 4vw, 44px);
  background:
    radial-gradient(circle at 18% 8%, rgb(35 91 117 / 22%), transparent 33%),
    repeating-linear-gradient(0deg, transparent 0 5px, rgb(255 255 255 / 1.5%) 6px),
    var(--casino);
}
.ticket-window { background: #10283c; }
.round-display__topline, .ticket-window__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #aabac4;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-lamp { display: inline-flex; align-items: center; gap: 8px; }
.status-lamp i {
  width: 9px;
  height: 9px;
  background: var(--brass);
  border-radius: 50%;
  box-shadow: 0 0 11px var(--brass);
}
.status-lamp i.is-open { background: #4cdaa0; box-shadow: 0 0 11px #4cdaa0; }
.status-lamp i.is-waiting { background: #ffbd53; box-shadow: 0 0 11px #ffbd53; }
.status-lamp i.is-ready { background: #75cfff; box-shadow: 0 0 11px #75cfff; }
.jackpot { margin-block: 54px 46px; text-align: center; }
.jackpot span { display: block; color: #9eafba; font-size: 0.69rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.jackpot strong {
  display: block;
  margin-top: 5px;
  color: var(--gold);
  font-family: "Plumbers Slab", serif;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.045em;
  line-height: 1;
  text-shadow: 0 0 24px rgb(244 200 74 / 20%);
}
.jackpot small { display: block; margin-top: 9px; color: #81949f; }
.round-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; background: #34485a; border: 1px solid #34485a; border-radius: 12px; }
.round-stats div { display: grid; min-height: 80px; padding: 15px; align-content: center; background: #0d2032; }
.round-stats span { color: #81949f; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.05em; text-transform: uppercase; }
.round-stats strong { margin-top: 3px; color: #f4f0e4; font-family: "Plumbers Slab", serif; font-size: 1.25rem; }
.button--lifecycle { width: 100%; margin-top: 18px; color: #c6d1d7; background: #18364f; border: 1px solid #35516a; }
.micro-status, .action-status { min-height: 1.3em; margin: 10px 0 0; color: #8fa2ad; font-size: 0.72rem; }
.micro-status.is-error, .action-status.is-error { color: #ff9d91; }
.micro-status.is-success, .action-status.is-success { color: #78e3b4; }
.ticket-window__heading .eyebrow { color: var(--gold); }
.ticket-window__heading h3 { margin: 5px 0 0; color: #fff4d2; font-size: 2rem; }
.ticket-window__heading > span { color: #859aa6; }
.quantity-label { display: block; margin-top: 38px; color: #a4b4bd; font-size: 0.69rem; font-weight: 900; letter-spacing: 0.07em; text-transform: uppercase; }
.quantity-control { display: grid; grid-template-columns: 52px minmax(0, 1fr) 52px; gap: 7px; margin-top: 8px; }
.quantity-control button, .quantity-control input {
  min-height: 56px;
  color: white;
  background: #081723;
  border: 1px solid #355167;
  border-radius: 9px;
  font-family: "Plumbers Slab", serif;
  font-size: 1.3rem;
  font-weight: 850;
  text-align: center;
}
.quantity-control button { color: var(--gold); cursor: pointer; }
.quantity-control input { width: 100%; appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { appearance: none; }
.ticket-receipt { margin: 20px 0 0; }
.ticket-receipt div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px dashed rgb(189 208 218 / 15%); }
.ticket-receipt dt, .ticket-receipt dd { margin: 0; font-size: 0.75rem; }
.ticket-receipt dt { color: #899da8; }
.ticket-receipt dd { color: #e6edf0; font-weight: 900; text-align: right; }
.ticket-receipt div:nth-child(2) dd { color: #ff9b86; }
.ticket-receipt div:nth-child(3) dd { color: #f5d36b; }
.reserve-status { min-height: 1.2em; margin: 10px 0 0; color: #78e3b4; font-size: 0.7rem; }
.reserve-status.is-needed { color: #f5d36b; }
.wallet-readout { display: flex; justify-content: space-between; gap: 18px; margin-top: 23px; color: #879aa5; font-size: 0.71rem; }
.wallet-readout strong { overflow: hidden; max-width: 62%; color: #dce4e8; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.button--buy {
  width: 100%;
  min-height: 58px;
  margin-top: 12px;
  color: #341507;
  background: linear-gradient(180deg, #ffde6d, #d89b2c);
  border: 1px solid #7d450f;
  box-shadow: inset 0 1px 0 #fff3b2, 0 8px 22px rgb(217 155 44 / 17%);
  font-size: 1rem;
}

.winner-vault {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  overflow: hidden;
  margin-top: 32px;
  color: white;
  background:
    radial-gradient(circle at 18% 0%, rgb(244 200 74 / 13%), transparent 31%),
    var(--casino);
  border: 1px solid #263d50;
  border-radius: 20px;
  box-shadow: 0 20px 44px rgb(8 21 35 / 20%);
}
.vault-copy { padding: clamp(32px, 5vw, 64px); }
.vault-copy h2 { max-width: 550px; margin: 9px 0 18px; color: #fff4d2; font-size: clamp(2.6rem, 5vw, 4.5rem); letter-spacing: -0.055em; line-height: 0.92; }
.vault-copy > p:not(.eyebrow) { max-width: 520px; margin: 0; color: #aebdc5; }
.vault-meter { display: grid; padding: clamp(30px, 4vw, 48px); align-content: center; background: rgb(20 49 72 / 68%); border-left: 1px solid #2e4659; }
.vault-meter > div:not(.vesting-track) { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid rgb(255 255 255 / 8%); }
.vault-meter span { color: #8fa4af; }
.vault-meter strong { text-align: right; }
.vesting-track { overflow: hidden; height: 9px; margin: 24px 0 16px; background: #07131e; border: 1px solid #344f63; border-radius: 999px; }
.vesting-track i { display: block; width: 0%; height: 100%; background: linear-gradient(90deg, var(--copper), var(--gold)); transition: width 300ms ease; }
.button--claim { width: 100%; color: #fff2ca; background: #8a2829; border: 1px solid #c66a50; }

.round-history { padding-block: 96px 50px; }
.section-heading--compact h2 { font-size: clamp(2.4rem, 4vw, 3.8rem); }
.refresh-button {
  min-height: 40px;
  padding-inline: 15px;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}
.history-table-wrap { overflow-x: auto; margin-top: 25px; background: rgb(255 250 240 / 73%); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 30px rgb(23 38 60 / 8%); }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 16px 18px; border-bottom: 1px solid rgb(23 38 60 / 8%); font-size: 0.78rem; text-align: left; white-space: nowrap; }
th { color: var(--copper-dark); background: var(--paper-deep); font-size: 0.65rem; letter-spacing: 0.09em; text-transform: uppercase; }
td { font-variant-numeric: tabular-nums; }
tbody tr:last-child td { border-bottom: 0; }
.round-state { display: inline-flex; padding: 4px 7px; color: var(--ink-soft); background: rgb(23 38 60 / 6%); border-radius: 999px; font-size: 0.65rem; font-weight: 900; }

.fairness { padding-block: 55px 76px; }
.fairness > div:first-child { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.fairness h2 { max-width: 680px; margin: 8px 0 0; font-size: clamp(2.8rem, 6vw, 5.5rem); letter-spacing: -0.06em; line-height: 0.88; }
.fairness ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 40px 0 0; padding: 0; list-style: none; }
.fairness li { display: grid; min-height: 210px; padding: 24px; align-content: start; background: rgb(255 250 240 / 64%); border: 1px solid var(--line); border-right: 0; }
.fairness li:first-child { border-radius: 15px 0 0 15px; }
.fairness li:last-child { border-right: 1px solid var(--line); border-radius: 0 15px 15px 0; }
.fairness li > b { color: rgb(165 46 45 / 22%); font-family: "Plumbers Slab", serif; font-size: 3.2rem; line-height: 1; }
.fairness li span { display: grid; margin-top: auto; color: var(--ink-soft); }
.fairness li strong { margin-bottom: 6px; color: var(--ink); font-size: 1rem; }
.truth-strip { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; margin-top: 12px; color: var(--gold-pale); background: var(--casino); border-radius: 10px; }
.truth-strip span { padding: 13px; border-right: 1px solid rgb(255 255 255 / 10%); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; }
.truth-strip span:last-child { border-right: 0; }

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-block: 28px 24px;
  padding-top: 20px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  font-size: 0.72rem;
}
.site-footer .brand { font-size: 0.78rem; }
.site-footer .brand-mark { width: 32px; height: 32px; }
.site-footer .brand-mark img { width: 29px; height: 29px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; gap: 8px 16px; }
  .global-nav { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; width: 100%; }
  .global-nav a { flex: 1; min-width: 0; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .lottery-board, .winner-vault { grid-template-columns: 1fr; }
  .vault-meter { border-top: 1px solid #2e4659; border-left: 0; }
  .fairness ol { grid-template-columns: 1fr 1fr; gap: 10px; }
  .fairness li, .fairness li:first-child, .fairness li:last-child { border: 1px solid var(--line); border-radius: 13px; }
}

@media (max-width: 680px) {
  .shell, .site-header { width: min(calc(100% - 24px), var(--shell)); }
  .brand-copy small { display: none; }
  .wallet-button { min-width: 118px; }
  .global-nav { gap: 4px; overflow-x: auto; padding-bottom: 2px; }
  .global-nav a { min-width: 75px; min-height: 36px; padding-inline: 7px; font-size: 0.64rem; }
  .casino-hero { width: calc(100% - 12px); min-height: 650px; border-radius: 17px; }
  .casino-hero__art { object-position: 66% center; }
  .casino-hero__shade { background: linear-gradient(0deg, rgb(4 13 24 / 96%) 0%, rgb(4 13 24 / 79%) 58%, rgb(4 13 24 / 11%) 100%); }
  .casino-hero__copy { min-height: 650px; padding-top: 245px; justify-content: flex-end; }
  .casino-hero h1 { font-size: clamp(4rem, 20vw, 6.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .marquee { overflow-x: auto; }
  .marquee > div { justify-content: flex-start; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading > p { text-align: left; }
  .lottery { width: 100%; padding-top: 54px; }
  .lottery-sign { border-width: 6px; border-radius: 18px 18px 0 0; }
  .lottery-sign h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .lottery-board { border-radius: 0; }
  .round-display, .ticket-window { padding: 26px 18px; }
  .jackpot { margin-block: 42px 34px; }
  .ticket-window__heading { align-items: flex-start; flex-direction: column; }
  .fairness ol { grid-template-columns: 1fr; }
  .fairness li { min-height: 170px; }
  .truth-strip { grid-template-columns: 1fr 1fr; }
  .truth-strip span:nth-child(2) { border-right: 0; }
  .truth-strip span:nth-child(-n + 2) { border-bottom: 1px solid rgb(255 255 255 / 10%); }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .global-nav a { min-width: 68px; padding-inline: 5px; font-size: 0.59rem; letter-spacing: 0.025em; }
  .casino-hero__copy { padding-bottom: 36px; }
  .casino-hero h1 { font-size: 3.8rem; }
  .round-stats { grid-template-columns: 1fr; }
  .quantity-control { grid-template-columns: 48px minmax(0, 1fr) 48px; }
  th, td { padding-inline: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
