@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=IBM+Plex+Mono:wght@500;600&family=Tiny5&display=swap');

:root { --paper: #fff1c0; --muted: #98a0b4; --night: #111624; --line: #4c5873; --signal: #ff5b35; --gold: #efbc43; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; min-height: 100vh; color: var(--paper);
  background: radial-gradient(circle at 50% -15%, #36415e 0, transparent 48%), repeating-linear-gradient(135deg, #ffffff04 0 1px, transparent 1px 5px), #111624;
  font-family: "Barlow Condensed", sans-serif;
}
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(1120px, calc(100% - 36px)); min-height: 78px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px;
}
.wordmark {
  width: max-content; display: inline-flex; align-items: center; gap: 11px; color: var(--paper);
  font: 800 25px/1 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-decoration: none; text-transform: uppercase;
}
.wordmark__ball {
  width: 18px; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #fff6c9 0 7%, #ffcf52 18%, #d04b24 65%, #76150e 100%);
  box-shadow: 0 0 14px #ff8a3e80;
}
.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; }
.app-shell {
  min-height: calc(100vh - 78px); display: flex; justify-content: center; align-items: center; padding: 32px 18px 46px;
}
.machine {
  position: relative; width: min(calc((100vh - 132px) * 876 / 1235), calc(100vw - 36px)); aspect-ratio: 876 / 1235;
  container-type: inline-size;
  background-image: url('satsball-edit.png');
  background-size: 100% 100%; background-position: 50% 50%; background-repeat: no-repeat;
  filter: drop-shadow(0 28px 34px #0306109c);
}
.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 {
  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 {
  position: absolute; z-index: 1; left: 73.35%; top: 87.14%; width: 1.35%; height: 7.1%;
  transform-origin: 50% 96%; transform: rotate(16deg);
  transition: transform 90ms cubic-bezier(.18,.85,.25,1.35);
  pointer-events: none;
}
.plunger::before {
  content: ""; position: absolute; 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 span {
  position: absolute; 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 {
  transform: rotate(34deg);
  transition-duration: 210ms; transition-timing-function: cubic-bezier(.2,.65,.3,1);
}
.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, 430px); padding: 0; border: 2px solid #c99a2b; color: #ffd839;
  background: #100d06; box-shadow: 0 18px 60px #000d, inset 0 0 24px #000;
  font-family: "Tiny5", monospace; text-transform: uppercase;
}
.deposit-modal::backdrop { background: #050914c7; backdrop-filter: blur(4px); }
.deposit-modal__panel {
  position: relative; display: grid; justify-items: center; gap: 16px; padding: 28px;
  background-image: radial-gradient(circle, #554016 0 1px, transparent 1.15px); background-size: 4px 4px;
}
.deposit-modal h2 { margin: 0; color: #ffbf2d; font-size: 38px; font-weight: 400; letter-spacing: .06em; }
.deposit-modal__hint, .invoice p { margin: 0; color: #d9ad38; font-size: 19px; }
.deposit-modal__close { position: absolute; top: 7px; right: 10px; border: 0; color: #ffd839; background: transparent; font-size: 28px; cursor: pointer; }
.deposit-modal__amounts { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.deposit-modal__amounts button, .invoice button {
  min-height: 44px; border: 1px solid #b88b22; color: #ffe269; background: #241806;
  font: 400 24px/1 "Tiny5", monospace; text-transform: uppercase; cursor: pointer;
}
.deposit-modal__amounts button:disabled { opacity: .32; cursor: not-allowed; filter: grayscale(.7); }
.deposit-modal__amounts button:hover, .invoice button:hover { color: #fffbd0; box-shadow: 0 0 10px #ffd63399; }
.invoice { display: grid; justify-items: center; 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: 54px; resize: none; padding: 8px; border: 1px solid #72591e; color: #d6ad39;
  background: #090704; font: 500 10px/1.25 "IBM Plex Mono", monospace; text-transform: none; overflow-wrap: anywhere;
}
.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;
  box-shadow: inset 0 1px 0 #fff2a0, 0 0 12px #eebc2538;
  font: 700 20px/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:focus-visible { outline: 3px solid #6ed7ff; outline-offset: 3px; }
.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: #e6e9f0; background: #0a0e18; border-top: 1px solid #384158;
}
.site-footer::before {
  content: "3"; position: absolute; right: -1vw; top: -10vw; color: rgb(239 188 67 / 5%);
  font: 800 min(48vw, 620px)/1 "Barlow Condensed", sans-serif; pointer-events: none;
}
.site-footer__inner {
  position: relative; width: min(1120px, 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(--signal); 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: #aeb6c8; 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: #17130a; background: #f4c943; border: 1px solid #ffe584; text-decoration: none;
  box-shadow: 0 8px 24px rgb(0 0 0 / 22%);
}
.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; }
.site-footer__fineprint {
  position: relative; width: min(1120px, 100%); margin: 0 auto; padding-top: 20px; border-top: 1px solid #242b3c;
  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: #929caf; text-decoration: none; }
.site-footer__fineprint a:hover, .site-footer__fineprint a:focus-visible { color: var(--paper); }
.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; }
  .app-shell { min-height: auto; align-items: flex-start; padding: 18px 8px 34px; }
  .machine { width: calc(100vw - 16px); }
  .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: 480px) {
  .site-header__inner { width: calc(100% - 24px); }
  .site-header__jump { font-size: 11px; }
  .site-footer { padding-inline: 16px; }
  .steps li { grid-template-columns: 34px 1fr; gap: 14px; }
  .site-footer__links { flex-direction: column; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
