@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=IBM+Plex+Mono:wght@500;600&family=Press+Start+2P&family=Roboto+Slab:wght@900&family=Space+Mono:wght@400;700&family=Tiny5&display=swap');

:root { --paper: #f7e8bf; --muted: #b29d7f; --night: #1a1317; --line: #5a3f2c; --signal: #79ebf9; --gold: #f2cb68; --content-width: 1120px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; min-height: 100vh; color: var(--paper);
  background:
    radial-gradient(circle at 18% -12%, #4f2d12 0 24%, transparent 26%),
    repeating-radial-gradient(circle at 0 0, rgb(247 225 164 / 10%) 0 0.8px, transparent 0.9px 7px),
    linear-gradient(170deg, #1f1816 0, #171115 42%, #101010 100%),
    repeating-linear-gradient(115deg, rgb(35 22 17 / 40%) 0 1px, rgb(35 22 17 / 0%) 1px 16px);
  font-family: "Barlow Condensed", sans-serif;
  background-attachment: fixed;
}
button { font: inherit; }
.site-header {
  position: relative; z-index: 10; border-bottom: 1px solid rgb(152 160 180 / 24%);
  background: rgb(17 22 36 / 76%); backdrop-filter: blur(14px);
}
.site-header__inner {
  width: min(var(--content-width), calc(100% - 36px)); min-height: 78px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px;
}
.wordmark {
  width: min(250px, 25vw); min-width: 184px; display: block; color: var(--paper); text-decoration: none;
}
.wordmark__logo { display: block; width: 100%; height: auto; overflow: visible; }
.wordmark__emblem { filter: drop-shadow(0 2px 3px rgb(0 0 0 / 48%)); }
.wordmark__text, .wordmark__text-shadow {
  font: 900 31px/1 "Roboto Slab", Rockwell, Georgia, serif; letter-spacing: .06em;
}
.wordmark__text { fill: url(#wordmarkTextGold); stroke: #070b12; stroke-width: 2.4px; paint-order: stroke fill; }
.wordmark__text-shadow { fill: none; stroke: #c8cedc; stroke-width: 2.2px; opacity: .78; paint-order: stroke; }
.wordmark:hover .wordmark__emblem { filter: drop-shadow(0 0 8px rgb(239 188 67 / 60%)); }
.wordmark:focus-visible { outline: 3px solid #6ed7ff; outline-offset: 5px; }
.site-header__intro { margin: 0; color: #c8cedc; font-size: 17px; letter-spacing: .04em; }
.site-header__jump {
  justify-self: end; color: var(--gold); font: 700 15px/1 "IBM Plex Mono", monospace;
  text-decoration: none; text-transform: uppercase; letter-spacing: .04em;
}
.site-header__jump:hover, .site-header__jump:focus-visible { color: #fff2ba; }
.site-header__nav { display:flex; align-items:stretch; align-self:stretch; justify-self:end; }
.site-header__nav a { min-width:86px; padding:0 11px; display:grid; place-items:center; border-left:1px solid rgb(152 160 180 / 18%); color:#aab2c4; font:600 10px/1 "IBM Plex Mono",monospace; letter-spacing:.03em; text-align:center; text-decoration:none; text-transform:uppercase; }
.site-header__nav a:hover { color:var(--paper); background:#ffffff08; }
.app-shell {
  min-height: calc(100vh - 78px); display: flex; justify-content: center; align-items: flex-start; padding: clamp(28px, 5vw, 72px) 20px 90px;
  background:
    radial-gradient(circle at 50% 20%, rgb(255 244 210 / 5%) 0 10%, transparent 10% 34%, rgb(0 0 0 / 55%) 74%),
    repeating-radial-gradient(circle at 0 0, rgb(255 234 168 / 6%) 0 0.6px, transparent 0.7px 4px);
  background-size: 100% 100%, 5px 5px;
}
.app-shell .machine-wrap {
  width: min(1120px, 100%); margin: 0 auto; display: grid;
  grid-template-columns: minmax(330px, 650px) minmax(260px, 1fr);
  gap: clamp(34px, 7vw, 85px); align-items: center;
}
.machine {
  position: relative; width: min(89.75%, 583px); justify-self: center; aspect-ratio: 876 / 1235;
  container-type: inline-size;
  background-image: url('satsball-vintage-wood-preview.png');
  background-size: 100% 100%; background-position: 50% 50%; background-repeat: no-repeat;
  filter: drop-shadow(0 28px 34px #0306109c);
}
.machine-note .eyebrow { color: #e0b956; font: 600 9px/1.4 "IBM Plex Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
.app-shell .machine-note { align-self: start; margin-top: 176px; }
.machine-note h2 { margin: 18px 0 26px; color: var(--paper); font: 800 clamp(48px, 6vw, 78px)/.82 "Barlow Condensed", sans-serif; letter-spacing: -.02em; text-transform: uppercase; }
.machine-note > p:not(.eyebrow,.origin) { margin: 0; color: #dfcfac; font-size: 21px; line-height: 1.35; }
.machine-note dl { margin: 30px 0; border-block: 1px solid #d9b55d66; }
.machine-note dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid #d9b55d33; }
.machine-note dl div:last-child { border: 0; }
.machine-note dt { color: #ac9568; font: 600 9px/1.3 "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.machine-note dd { margin: 0; color: var(--paper); font-weight: 700; text-align: right; }
.machine-note .origin { margin: 0; color: #a99879; font-size: 14px; line-height: 1.4; }
.machine::before {
  content: none;
}

html.export-render,
html.export-render body {
  width: 876px;
  height: 1235px;
  min-height: 0;
  overflow: hidden;
  background: transparent;
}
html.export-render .app-shell {
  width: 876px;
  height: 1235px;
  min-height: 0;
  padding: 0;
  display: block;
}
html.export-render .machine-wrap { width: 876px; height: 1235px; display: block; }
html.export-render .machine-note { display: none; }
html.export-render .machine {
  width: 876px;
  height: 1235px;
  aspect-ratio: auto;
  filter: none;
}
#game { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; display: block; pointer-events: none; }
.hotspot { position: absolute; z-index: 3; border: 0; background: transparent; cursor: pointer; border-radius: 50%; }
.hotspot--withdraw {
  left: 15.75%; bottom: 1.1%; width: 11.5%; aspect-ratio: 1; overflow: visible;
  display: grid; place-items: center; padding: 0;
  background: radial-gradient(circle, #ff4a26 0 20%, #a60f0b 21% 26%, #f5d775 28% 47%, #d5a33c 58%, #f8df8c 69%, #c99531 76%, transparent 77%);
  filter: drop-shadow(1px 1.5px 1.5px #0003);
}
.hotspot--withdraw svg { position: absolute; inset: 2%; width: 96%; height: 96%; overflow: visible; }
.hotspot--withdraw path { fill: none; }
.hotspot--withdraw text {
  fill: #68420b; stroke: #6f4a13; stroke-width: .08px; paint-order: stroke fill;
  font: 700 19px/1 "Tiny5", monospace; letter-spacing: .25px; text-transform: uppercase;
  filter: drop-shadow(0 .45px .1px #fff0ae) drop-shadow(0 -.25px .08px #9b712a);
}
.hotspot--withdraw span {
  width: 34%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #ff7752 0 10%, #e82c17 32%, #9d0b08 72%, #4b0504 100%);
  border: 1px solid #6f0806; box-shadow: inset 1px 1px 2px #ffb08c99, 1px 2px 3px #0009;
}
.hotspot--autoplay { left: 3.5%; }
.hotspot--autoplay span {
  background: radial-gradient(circle at 35% 28%, #b4ff8c 0 10%, #48bd38 32%, #197624 72%, #073d12 100%);
  border-color: #155d20; box-shadow: inset 1px 1px 2px #dcffbd99, 1px 2px 3px #0009;
}
.hotspot--autoplay.is-active span {
  animation: autoplay-blink 760ms steps(2, end) infinite;
  box-shadow: inset 1px 1px 2px #dcffbd99, 0 0 9px #60e94bbb, 1px 2px 3px #0009;
}
@keyframes autoplay-blink {
  0%, 46% { opacity: 1; filter: brightness(1.3); }
  47%, 100% { opacity: .38; filter: brightness(.65); }
}
.hotspot--play {
  right: 3.8%; bottom: 3.3%; width: 17.5%; height: 5.6%; border-radius: 8px;
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10%;
  padding: 2% 3%; color: #ffd33e;
  background-color: #100d06;
  background-image: radial-gradient(circle, #554016 0 .75px, transparent .9px);
  background-size: 3px 3px; border: 2px solid #c69832;
  box-shadow: inset 0 0 0 1px #000, 0 3px 5px #0008;
  font: 400 min(3cqw, 20px)/.76 "Tiny5", monospace; text-align: center; text-transform: uppercase;
  image-rendering: pixelated;
}
.plunger {
  --launch-charge: 0;
  position: absolute; z-index: 6; left: 73.35%; top: 87.14%; width: 1.35%; height: 7.1%;
  transform-origin: 50% 96%; transform: rotate(calc(16deg + 36deg * var(--launch-charge)));
  transition: transform 45ms linear;
  pointer-events: none;
}
.plunger::before {
  content: ""; position: absolute; z-index: 2; left: 50%; top: -3%; width: 140%; aspect-ratio: 1; transform: translateX(-50%);
  border-radius: 50%; border: 1px solid #565a5c;
  background: radial-gradient(circle at 35% 28%, #fff 0 8%, #dce0df 18%, #858b8b 48%, #343838 72%, #d8c077 76%, #8b691f 100%);
  box-shadow: 1px 2px 3px #0008;
}
.plunger::after {
  content: ""; position: absolute; z-index: 0; left: 50%; bottom: -4%; width: 215%; aspect-ratio: 1;
  transform: translateX(-50%); border-radius: 50%;
  border: 1px solid #785714;
  background: radial-gradient(circle at 38% 32%, #805813 0 18%, #d9af4f 22% 45%, #f6d47a 50%, #9b711e 69%, #49330c 76%, #d9b65b 82% 100%);
  box-shadow: inset 1px 1px 1px #fff3b799, inset -1px -1px 2px #4e350c99, 1px 2px 3px #0007;
}
.plunger span {
  position: absolute; z-index: 1; left: 20%; top: 5%; width: 60%; height: 96%; border-radius: 999px;
  background: linear-gradient(90deg, #555 0, #d9dcdb 24%, #fff 43%, #9ca1a1 70%, #454949 100%);
  border: 1px solid #555; box-shadow: 2px 3px 4px #0008;
}
.machine.is-pulling .plunger {
  transition-duration: 35ms; transition-timing-function: linear;
}
.hotspot--play span, .hotspot--play strong { display: block; width: 100%; text-align: center; white-space: nowrap; }
.hotspot--play span { color: #ffd33e; letter-spacing: .04em; text-shadow: 0 0 4px #ffbc24a0; }
.hotspot--play strong { color: #ff5b35; font: inherit; font-size: .9em; letter-spacing: .015em; text-shadow: 0 0 5px #ff3928aa; }
.hotspot--play.is-start-ready span,
.hotspot--play.is-start-ready strong { animation: start-prompt-blink 840ms steps(2, end) infinite; }
@keyframes start-prompt-blink {
  0%, 42% { opacity: 1; filter: brightness(1.35); }
  43%, 100% { opacity: .32; filter: brightness(.7); }
}
.hotspot:hover { box-shadow: 0 0 0 3px #fff6, 0 0 22px #ffd84b99; }
.hotspot:focus-visible { outline: 4px solid #6ed7ff; outline-offset: 3px; }
.hotspot:disabled { cursor: wait; box-shadow: none; }
.digital-display {
  --display-frame: #171407;
  --display-ink: #efc52f;
  --display-padding: min(.48cqw, 3.5px);
  position: absolute; z-index: 2; left: 64.8%; top: 5.95%; width: 27.4%; height: 19.7%; overflow: hidden;
  display: grid; grid-template-columns: 1fr;
  grid-template-rows: 27% calc(37% + 7px) calc(36% - 7px);
  align-content: start; align-items: stretch; gap: min(.28cqw, 2px);
  padding: var(--display-padding); padding-bottom: max(0px, calc(var(--display-padding) - 1px));
  color: #fff0c4; text-align: center; text-transform: uppercase;
  background: linear-gradient(100deg, #100f07, #262211 48%, #0b0b06);
  border: 1px solid #7b681e;
  border-radius: 2px;
  box-shadow: 0 2px 5px #0009, inset 0 0 0 1px #050500, inset 0 0 9px #d19b171c;
  transform: rotate(-.45deg);
  backdrop-filter: blur(.35px) saturate(.86);
  font: 700 min(2.4cqw, 16px)/1 "Barlow Condensed", sans-serif; letter-spacing: .06em;
}
.digital-display::before {
  content: ""; position: absolute; z-index: 0; inset: 2px; pointer-events: none;
  background: linear-gradient(118deg, transparent 0 40%, #fff3cc0d 47%, #fff8df16 50%, transparent 58%);
}
.digital-display::after {
  content: none;
}
.digital-display__title {
  position: relative; grid-column: 1 / -1; width: 100%; height: 100%; min-height: 0; margin: 0; overflow: hidden;
  padding: 0; cursor: pointer;
  color: #fff6df; background: linear-gradient(174deg, #ec2828 0%, #d41419 53%, #8f080d 100%);
  border: 2px solid #0a0904; border-radius: 1px;
  box-shadow: inset 0 0 0 1px #ff777775, inset 0 -5px 9px #56030778, 0 1px 0 #8e7a2c;
  font: 800 min(3.25cqw, 25px)/.85 "Barlow Condensed", sans-serif; letter-spacing: .09em;
  text-align: center; white-space: nowrap; text-shadow: 0 1px 0 #560307;
  transform: rotate(.3deg);
}
.digital-display__title span { position: absolute; inset: 0; display: grid; place-items: center; }
.digital-display__title-instruction {
  inset: 0 !important; width: 100% !important; padding: 0 3%;
  font-size: min(3.3cqw, 24px); letter-spacing: .075em;
}
.digital-display__title-blink { opacity: 0; }
.digital-display__title.is-empty .digital-display__title-instruction { display: none; }
.digital-display__title.is-empty .digital-display__title-blink { animation: insert-sats-blink 1.05s steps(2, end) infinite; }
@keyframes insert-sats-blink { 0%, 42% { opacity: 1; } 43%, 100% { opacity: .14; } }
.digital-display > * { position: relative; z-index: 1; width: 100%; justify-self: stretch; text-align: center; }
.digital-display strong {
  min-width: 0;
  width: 100%; display: flex; justify-content: center; align-items: baseline; gap: .16em;
  color: #f5e6b8; font: 800 min(4.2cqw, 30px)/.9 "Barlow Condensed", sans-serif;
  font-variant-numeric: tabular-nums; text-shadow: 0 1px 0 #000;
}
.digital-display small { color: #c8942e; font-size: .44em; }
.digital-display__metric {
  position: relative; min-height: 0; display: block;
  padding: 3% 5%; color: #c8b749; text-align: left; font-weight: 800; letter-spacing: .08em;
  border: 2px solid #090a05; border-radius: 1px;
  box-shadow: inset 0 0 0 1px #9b8e3438, inset 0 0 12px #0008, 0 1px 0 #887329;
  overflow: hidden;
}
.digital-display__metric::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(112deg, transparent 0 46%, #fff8b80b 51%, transparent 58%);
}
.digital-display__metric--balance { background: linear-gradient(168deg, #16843c, #0f6f30 58%, #08471e); transform: rotate(.25deg); }
.digital-display__metric--win { border-bottom-width: 1px; background: linear-gradient(168deg, #1b388c, #122b76 58%, #09194f); transform: rotate(-.18deg); }
.digital-display__metric strong {
  position: absolute; z-index: 1; right: 5%; bottom: 6px; width: auto; justify-content: flex-end;
  color: var(--display-ink); font-family: "Tiny5", monospace; font-weight: 400; line-height: .8;
  text-shadow: 0 0 3px #ffc4007a, 1px 1px 0 #332900;
}
.digital-display__metric--balance strong { font-size: min(4.7cqw, 34px); }
.digital-display__metric--win strong { color: var(--display-ink); font-size: min(4.7cqw, 34px); }
.digital-display__metric--balance > span,
.digital-display__metric--win > span { position: relative; z-index: 1; font-size: min(calc(2.3cqw + 4px), 20px); line-height: .9; text-shadow: 1px 1px 0 #071006; }
.digital-display__metric--balance > span { font-size: min(calc(2.4cqw + 4px), 21px); }
.digital-display__title:hover { filter: brightness(1.12); }
.digital-display__title:focus-visible { outline: 3px solid #6ed7ff; outline-offset: -3px; }
.deposit-modal {
  width: min(92vw, 460px); padding: 0; border: 1px solid #7f6233; color: #ffea9f;
  background: linear-gradient(165deg, #25150a 0, #1a130d 52%, #130d0a 100%);
  box-shadow: 0 20px 65px rgb(0 0 0 / 65%), inset 0 0 36px rgb(0 0 0 / 75%);
  font-family: "IBM Plex Mono", monospace; text-transform: uppercase;
  border-radius: 2px;
}
.deposit-modal::backdrop { background: #050914c7; backdrop-filter: blur(4px); }
.deposit-modal__panel {
  position: relative; display: grid; justify-items: stretch; align-items: stretch; gap: 14px; padding: 26px;
  background-image:
    repeating-radial-gradient(circle at 0 0, rgb(248 216 111 / 14%) 0 0.75px, transparent 0.85px 5px),
    linear-gradient(165deg, rgb(255 245 214 / 2%) 0, transparent 48%, rgb(255 255 255 / 2%) 100%);
  background-size: 4px 4px, 100% 100%;
}
.deposit-modal__panel > * { min-width: 0; }
.deposit-modal h2 { margin: 0; color: #ffd85e; font: 700 clamp(24px,5vw,34px)/1 "Barlow Condensed", sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.deposit-modal__hint, .invoice p { margin: 0; color: #f0ca64; font: 500 clamp(13px,1.9vw,17px)/1.2 "IBM Plex Mono", monospace; text-transform: none; }
.deposit-modal__close { position: absolute; top: 8px; right: 10px; width: 32px; height: 32px; border: 1px solid #8a6a35; border-radius: 2px; color: #ffd839; background: rgb(17 12 9 / 70%); font-size: 22px; cursor: pointer; }
.deposit-modal__amounts { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.deposit-modal__amounts button, .invoice button {
  min-height: 44px; border: 1px solid #d5ad4d; color: #ffeec2; background: #1f160f;
  border-radius: 8px;
  font: 700 clamp(18px,3.8vw,26px)/1 "IBM Plex Mono", monospace; text-transform: uppercase; cursor: pointer;
  box-shadow: inset 0 1px 0 #fff2af, inset 0 -4px 0 #8f621f88;
}
.deposit-modal__amounts button:disabled { opacity: .32; cursor: not-allowed; filter: grayscale(.7); }
.deposit-modal__amounts button:hover, .invoice button:hover, .payout-modal__submit:hover, .payout-modal__actions button:hover, .payout-fallback summary:hover { color: #fffbd0; box-shadow: 0 0 12px #ffd63399, inset 0 0 0 1px #ffd55e; }
.deposit-modal__amounts button:focus-visible,
.invoice button:focus-visible,
.payout-modal__submit:focus-visible,
.payout-modal__actions button:focus-visible,
.alby-go-link:focus-visible,
.payout-fallback summary:focus-visible { outline: 3px solid #5ce7ff; outline-offset: 2px; }
.invoice { display: grid; justify-items: stretch; gap: 12px; width: 100%; }
.invoice[hidden] { display: none; }
.invoice img { width: min(68vw, 250px); aspect-ratio: 1; padding: 8px; background: #fff; image-rendering: pixelated; }
.invoice strong { color: #ffb42d; font-size: 32px; font-weight: 400; }
.invoice textarea {
  width: 100%; height: 58px; resize: none; padding: 8px; border: 1px solid #72591e; color: #d6ad39;
  background: #090704; font: 500 11px/1.25 "IBM Plex Mono", monospace; text-transform: none; overflow-wrap: anywhere;
  border-radius: 6px;
}
.invoice button { width: 100%; }
.alby-go-link {
  width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid #f0bd31; color: #17130a; background: #f4c943;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 #fff2a0, 0 0 12px #eebc2538;
  font: 700 17px/1 "Barlow Condensed", sans-serif; letter-spacing: .06em;
  text-decoration: none; text-transform: uppercase;
}
.alby-go-link:hover { color: #090704; background: #ffdc5b; box-shadow: inset 0 1px 0 #fff8c5, 0 0 18px #ffd84d70; }
.alby-go-link__mark {
  width: 25px; height: 25px; display: grid; place-items: center; border-radius: 7px;
  color: #f4c943; background: #17130a; font: 800 16px/1 "Barlow Condensed", sans-serif;
}
.app-link-note { margin: -4px 0 1px; color: #a98a39; font: 500 11px/1.25 "IBM Plex Mono", monospace; text-transform: none; }
.payout-lnurl { display: grid; justify-items: center; gap: 10px; width: 100%; }
.payout-lnurl[hidden] { display: none; }
.payout-lnurl img { width: min(62vw, 235px); aspect-ratio: 1; padding: 7px; background: #fff; image-rendering: pixelated; }
.payout-lnurl strong { color: #ffb42d; font-size: 30px; font-weight: 400; }
.payout-lnurl button { width: 100%; min-height: 44px; border: 1px solid #b88b22; color: #ffe269; background: #241806; font: 400 22px/1 "Tiny5", monospace; text-transform: uppercase; cursor: pointer; }
.payout-fallback { width: 100%; color: #c99b37; }
.payout-fallback summary { cursor: pointer; text-align: center; font: 400 18px/1.2 "Tiny5", monospace; text-transform: uppercase; }
.payout-fallback[open] { display: grid; gap: 10px; }
.payout-modal textarea {
  width: 100%; height: 100px; resize: vertical; padding: 10px; border: 1px solid #8c6920;
  color: #ffd85a; background: #090704; font: 500 11px/1.35 "IBM Plex Mono", monospace; text-transform: none;
}
.payout-modal__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; }
.payout-modal__actions button, .payout-modal__submit {
  min-height: 44px; border: 1px solid #b88b22; color: #ffe269; background: #241806;
  font: 400 22px/1 "Tiny5", monospace; text-transform: uppercase; cursor: pointer;
}
.payout-modal__submit { width: 100%; color: #ff6240; }
.payout-modal__submit:disabled { opacity: .55; cursor: wait; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.site-footer {
  position: relative; padding: clamp(62px, 9vw, 118px) 18px 24px; overflow: hidden;
  color: #f0dfc0; background: linear-gradient(180deg, #180f0f 0, #120d11 100%); border-top: 1px solid #4e382c;
}
.site-footer::before {
  content: "3"; position: absolute; right: -1vw; top: -10vw; color: rgb(247 207 105 / 6%);
  font: 800 min(48vw, 620px)/1 "Barlow Condensed", sans-serif; pointer-events: none;
}
.site-footer__inner {
  position: relative; width: min(var(--content-width), 100%); margin: 0 auto 84px;
  display: grid; grid-template-columns: minmax(250px, .78fr) minmax(420px, 1.22fr); gap: clamp(48px, 9vw, 124px);
}
.section-label {
  margin: 0 0 20px; color: var(--gold); font: 600 12px/1 "IBM Plex Mono", monospace;
  letter-spacing: .16em; text-transform: uppercase;
}
.site-footer__lead h1 { margin: 0; color: var(--paper); font-size: clamp(56px, 7.5vw, 98px); line-height: .82; letter-spacing: -.045em; text-transform: uppercase; }
.site-footer__summary { max-width: 390px; margin: 35px 0 0; color: #c4b095; font-size: 20px; line-height: 1.4; }
.alby-recommendation {
  max-width: 390px; margin-top: 28px; padding: 13px 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px;
  color: #1b100a; background: #f4cb56; border: 1px solid #ffeb99; text-decoration: none;
  box-shadow: 0 8px 24px rgb(0 0 0 / 30%);
}
.alby-recommendation:hover { color: #090704; background: #ffdc5b; transform: translateY(-1px); }
.alby-recommendation:focus-visible { outline: 3px solid #6ed7ff; outline-offset: 3px; }
.alby-recommendation__mark {
  width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px;
  color: #f4c943; background: #17130a; font: 800 19px/1 "Barlow Condensed", sans-serif;
}
.alby-recommendation strong, .alby-recommendation small { display: block; }
.alby-recommendation strong { font-size: 18px; line-height: 1; text-transform: uppercase; letter-spacing: .025em; }
.alby-recommendation small { margin-top: 4px; font: 500 10px/1.25 "IBM Plex Mono", monospace; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 24px; padding: 25px 0 27px; border-bottom: 1px solid var(--line); }
.steps__number { padding-top: 5px; color: var(--gold); font: 600 12px/1 "IBM Plex Mono", monospace; }
.steps h2 { margin: 0 0 7px; color: var(--paper); font-size: 28px; line-height: 1; text-transform: uppercase; letter-spacing: .025em; }
.steps p { max-width: 600px; margin: 0; color: #aeb6c8; font: 500 17px/1.45 "Barlow Condensed", sans-serif; letter-spacing: .015em; }
.steps strong { color: #e8c761; font-weight: 700; }
.game-links {
  position: relative; width: min(var(--content-width), 100%); margin: 0 auto 76px;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 14px;
}
.game-links__heading { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 8px; }
.game-links__heading .section-label { margin: 0; }
.game-links__heading h2 {
  margin: 0; color: #727c91; font: 600 12px/1 "IBM Plex Mono", monospace;
  letter-spacing: .08em; text-transform: uppercase;
}
.partner-banner {
  position: relative; height: 100%; display: flex; align-items: center; gap: clamp(13px, 1.8vw, 22px); min-height: 132px;
  padding: 20px clamp(17px, 2vw, 26px); border-radius: 12px; text-decoration: none; overflow: hidden;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  border: 1px solid #5c4a30;
  background: linear-gradient(160deg, #1d140f, #120f0d);
}
.partner-banner:hover { transform: translateY(-1px); box-shadow: 0 0 20px rgb(255 220 128 / 20%);}
.partner-banner:focus-visible { outline: 3px solid #6ed7ff; outline-offset: 3px; }
.zc-banner { border: 1px solid rgb(142 48 235 / 45%); background: radial-gradient(120% 140% at 0 0, rgb(142 48 235 / 22%), transparent 60%), linear-gradient(135deg, #14121c, #07070a); }
.zc-banner:hover { border-color: rgb(192 132 252 / 75%); box-shadow: 0 0 24px rgb(142 48 235 / 28%); }
.jf-banner { border: 1px solid rgb(57 255 20 / 38%); background: radial-gradient(120% 140% at 100% 0, rgb(57 255 20 / 14%), transparent 60%), linear-gradient(225deg, #201c16, #12100e); }
.jf-banner:hover { border-color: rgb(57 255 20 / 72%); box-shadow: 0 0 24px rgb(57 255 20 / 20%); }
.jf-banner { flex-direction: row-reverse; text-align: right; }
.jf-banner .partner-copy { align-items: flex-end; }
.partner-art { flex: 0 0 auto; width: clamp(64px, 6vw, 76px); height: clamp(64px, 6vw, 76px); display: grid; place-items: center; }
.partner-logo { display: block; width: 100%; height: 100%; overflow: visible; }
.zc-logo { filter: drop-shadow(0 0 10px rgb(142 48 235 / 45%)); }
.zc-platter { transform-origin: 16px 20px; animation: partner-spin 9s linear infinite; }
.jf-logo { width: 68%; height: 68%; color: #39ff14; filter: drop-shadow(0 0 9px rgb(57 255 20 / 50%)); transform-origin: center; animation: jointfactory-flip 8s ease-in-out infinite; }
.partner-copy { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.partner-wordmark { font: 400 clamp(15px, 2vw, 21px)/1.2 "Press Start 2P", monospace; }
.zc-wordmark { color: #ece9f5; text-transform: lowercase; }
.zc-wordmark span { color: #c084fc; }
.jf-wordmark { color: #39ff14; text-transform: uppercase; text-shadow: 0 0 14px rgb(57 255 20 / 55%); }
.partner-slogan { font: 700 clamp(12px, 1.4vw, 14px)/1.35 "Space Mono", monospace; }
.zc-slogan { color: #d8b4fe; }
.jf-slogan { color: #b7e99c; }
.partner-sub { color: #9a93b3; font: 400 clamp(10px, 1.2vw, 12px)/1.4 "Space Mono", monospace; }
.jf-banner .partner-sub { color: #9a8a72; }
.partner-cta { margin-top: 4px; font: 700 11px/1.3 "Space Mono", monospace; letter-spacing: .03em; }
.zc-cta { color: #4ade5e; }
.jf-cta { color: #39ff14; }
@keyframes partner-spin { to { transform: rotate(1turn); } }
@keyframes jointfactory-flip {
  0%, 12% { transform: perspective(420px) rotateY(0deg); }
  50%, 62% { transform: perspective(420px) rotateY(180deg); }
  100% { transform: perspective(420px) rotateY(360deg); }
}
.site-footer__fineprint {
  position: relative; width: min(var(--content-width), 100%); margin: 0 auto; padding-top: 20px; border-top: 1px solid #2d2418;
  display: flex; justify-content: space-between; gap: 24px; color: #747f96; font: 500 11px/1.4 "IBM Plex Mono", monospace; text-transform: uppercase;
}
.site-footer__fineprint p { margin: 0; }
.site-footer__links { display: flex; justify-content: flex-end; gap: 24px; }
.site-footer__fineprint a { color: #d6c1a2; text-decoration: none; }
.site-footer__fineprint a:hover, .site-footer__fineprint a:focus-visible { color: #ffe7a8; }
.site-footer__fineprint .site-footer__disclaimer { color: #ff5b35; }
.site-footer__fineprint .site-footer__disclaimer:hover, .site-footer__fineprint .site-footer__disclaimer:focus-visible { color: #ff8a70; }
.legal-page { width: min(760px, calc(100% - 36px)); min-height: calc(100vh - 78px); margin: 0 auto; padding: clamp(58px, 10vw, 110px) 0 80px; }
.legal-page .section-label { margin-bottom: 16px; }
.legal-page h1 { margin: 0 0 42px; color: var(--paper); font-size: clamp(54px, 9vw, 92px); line-height: .85; letter-spacing: -.035em; text-transform: uppercase; }
.legal-page__copy { display: grid; gap: 24px; padding-top: 30px; border-top: 1px solid #384158; }
.legal-page__copy p { margin: 0; color: #aeb6c8; font: 500 19px/1.55 "Barlow Condensed", sans-serif; letter-spacing: .015em; }
.legal-page__copy strong { color: #d6dbe6; font-weight: 600; }
.legal-page__back { display: inline-block; margin-top: 42px; color: var(--gold); font: 600 12px/1 "IBM Plex Mono", monospace; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.legal-page__back:hover, .legal-page__back:focus-visible { color: var(--paper); }
@media (max-width: 820px) {
  .site-header__inner { min-height: 64px; grid-template-columns: 1fr auto; }
  .site-header__intro { display: none; }
  .site-header__nav a { min-width:auto; padding:0 9px; }
  .site-header__nav a:last-child { display:none; }
  .app-shell { min-height: auto; align-items: flex-start; padding-inline: 11px; }
  .app-shell .machine-wrap { grid-template-columns: 1fr; max-width: 620px; }
  .machine-note { order: -1; margin-top: 0; padding: 20px 12px 0; }
  .machine-note h2 { font-size: 52px; }
  .machine { width: min(89.75%, 583px); }
  .site-footer__inner { grid-template-columns: 1fr; gap: 52px; margin-bottom: 62px; }
  .site-footer__lead h1 { font-size: clamp(58px, 17vw, 92px); }
  .site-footer__fineprint { flex-direction: column; }
  .site-footer__links { justify-content: flex-start; }
}
@media (max-width: 700px) {
  .game-links { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .site-header__inner { width: calc(100% - 24px); }
  .wordmark { width: 184px; min-width: 0; }
  .site-header__jump { font-size: 11px; }
  .site-footer { padding-inline: 16px; }
  .game-links { margin-bottom: 56px; }
  .game-links__heading { display: block; }
  .game-links__heading h2 { margin-top: 10px; }
  .partner-banner { min-height: 112px; gap: 11px; padding: 14px 13px; }
  .partner-art { width: 58px; height: 58px; }
  .partner-wordmark { font-size: clamp(12px, 3.8vw, 15px); }
  .partner-slogan { font-size: 10px; }
  .partner-sub { font-size: 9px; }
  .steps li { grid-template-columns: 34px 1fr; gap: 14px; }
  .site-footer__links { flex-direction: column; gap: 10px; }
}
.pennywire-panel.digital-display {
  position: relative;
  z-index: 9; left: auto; top: auto; width: 100%; height: auto; min-height: 82px;
  padding: 10px clamp(14px, 4vw, 58px);
  grid-template-columns: minmax(150px, 1.15fr) minmax(120px, .72fr) minmax(120px, .72fr) minmax(130px, .9fr);
  gap: 10px; border: 0; border-bottom: 2px solid #2a1609; border-radius: 0;
  background: linear-gradient(180deg, #2b2117, #150f0a);
  box-shadow: inset 0 -1px 0 #cfaf65, 0 7px 18px #0005, inset 0 0 0 1px #3a2414;
  transform: none; container-type: inline-size;
}
.pennywire-panel.digital-display::before {
  inset: 0; border: 0; border-radius: 0;
  background:
    repeating-radial-gradient(circle at 0 0, rgb(246 230 181 / 14%) 0 .7px, transparent .8px 5px),
    repeating-linear-gradient(90deg, rgb(255 255 255 / 8%) 0 1px, transparent 1px 6px);
}
.pennywire-panel.digital-display::after { display: none; }
.pennywire-panel .digital-display__title {
  min-height: 58px; padding: 0 16px; border: 1px solid #b98a38; border-radius: 0; background: #1b1207;
  font-size: clamp(15px, 2vw, 23px);
}
.pennywire-panel .digital-display__metric { min-height: 58px; padding: 7px 12px; transform: none; }
.pennywire-panel .digital-display__metric strong { right: 10px; bottom: 7px; font-size: clamp(22px, 2.5vw, 32px); }
.pennywire-panel .digital-display__metric > span { font-size: clamp(12px, 1.3vw, 17px); }
.pennywire-panel__machine {
  min-height: 58px; padding: 8px 12px; display: flex !important;
  flex-direction: column; justify-content: space-between;
  border: 1px solid #6e735f; color: #9eaa96; background: #101815;
  text-align: left !important; text-transform: uppercase;
}
.pennywire-panel__machine span { font: 600 8px/1 "IBM Plex Mono", monospace; letter-spacing: .1em; }
.pennywire-panel__machine strong {
  position: static !important; display: block !important; width: auto !important; color: #f1d78c !important;
  font: 800 clamp(18px, 2vw, 25px)/1 "Barlow Condensed", sans-serif !important;
  text-align: left; text-shadow: none !important;
}
@media(max-width:700px){.pennywire-panel.digital-display{grid-template-columns:1fr 1fr;padding:9px 10px}.pennywire-panel__machine{display:none!important}.pennywire-panel .digital-display__title{grid-column:1/-1;min-height:46px}.pennywire-panel .digital-display__metric{min-height:54px}}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
