@font-face {
  font-family: "Doto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/doto-400.ttf") format("truetype");
}

@font-face {
  font-family: "Doto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/doto-500.ttf") format("truetype");
}

@font-face {
  font-family: "Doto";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/doto-600.ttf") format("truetype");
}

@font-face {
  font-family: "Doto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/doto-700.ttf") format("truetype");
}

:root {
  --bg: #090602;
  --panel: #130c03;
  --line: #b45309;
  --line-soft: rgba(180, 83, 9, 0.16);
  --line-bright: #f59e0b;
  --text: #fde68a;
  --muted: #a16207;
  --hot: #fbbf24;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--panel);
}

body {
  min-height: 100svh;
  min-height: 100%;
  margin: 0;
  padding-bottom: 110px;
  color: var(--text);
  background: var(--panel);
  font-family: "Doto", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

button,
input {
  font: inherit;
}

.terminal-shell {
  min-height: 100svh;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: clamp(14px, 3vw, 36px);
}

.terminal {
  width: min(1040px, 100%);
  min-height: calc(100svh - clamp(14px, 3vw, 36px) * 2 - 110px);
  display: flex;
  flex-direction: column;
}

.masthead {
  margin-bottom: clamp(18px, 3vw, 30px);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--line-bright);
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  letter-spacing: 0;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  position: relative;
  display: inline-block;
  color: var(--line-bright);
  font-family: "Doto", monospace;
  font-size: clamp(2.05rem, 5.4vw, 4.8rem);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 0 14px rgba(245, 158, 11, 0.24),
    0 0 34px rgba(251, 191, 36, 0.1);
  filter: drop-shadow(0 0 18px rgba(245, 158, 11, 0.12));
  isolation: isolate;
}

h1::before,
h1::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
}

h1::before {
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(251, 191, 36, 0.2);
  text-stroke: 1px rgba(251, 191, 36, 0.2);
  transform: translate(0.055em, 0.065em);
  opacity: 0.82;
  filter: blur(0.2px);
}

h1::after {
  color: transparent;
  background:
    linear-gradient(
      105deg,
      transparent 0 33%,
      rgba(255, 247, 214, 0.16) 42%,
      rgba(251, 191, 36, 0.58) 48%,
      rgba(255, 247, 214, 0.18) 54%,
      transparent 64% 100%
    );
  background-size: 260% 100%;
  background-position: 120% 0;
  -webkit-background-clip: text;
  background-clip: text;
  mix-blend-mode: screen;
  animation: masthead-sheen 6.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.screen {
  position: relative;
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(167px, 213px) 1fr;
  gap: clamp(22px, 3vw, 42px);
  padding: clamp(12px, 2vw, 24px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.screen::after {
  content: none;
}

.content {
  min-width: 0;
}

.section-signal {
  max-width: 860px;
  margin-top: 12px;
  color: #fff7d6;
  font-size: clamp(1.32rem, 1.86vw, 1.7rem);
  font-weight: 700;
  line-height: 1.24;
  text-shadow: 0 0 14px rgba(251, 191, 36, 0.34);
  will-change: transform, opacity, filter;
}

h2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: var(--line-bright);
  font-size: clamp(1.75rem, 4.2vw, 3.7rem);
  line-height: 0.96;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(245, 158, 11, 0.18);
  isolation: isolate;
}

.title-char {
  position: relative;
  z-index: 1;
  display: inline-block;
  opacity: 0;
  transform-origin: 50% 72%;
}

.title-particle {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 0.12em;
  height: 0.12em;
  border-radius: 999px;
  background: var(--hot);
  box-shadow: 0 0 12px rgba(251, 191, 36, 0.8);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.output {
  max-width: 820px;
  margin-top: 12px;
  color: var(--hot);
  font-size: clamp(0.96rem, 1.28vw, 1.18rem);
  line-height: 1.42;
}

.output p + p {
  margin-top: 12px;
}

.output .highlight {
  color: var(--hot);
}

.email-cta {
  color: #fff7d6;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.28);
}

.inline-product-link {
  color: #fff7d6;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.24);
}

.email-cta:hover,
.email-cta:focus-visible,
.inline-product-link:hover,
.inline-product-link:focus-visible {
  color: #ffffff;
  outline: 0;
  text-shadow: 0 0 16px rgba(251, 191, 36, 0.46);
}

.visit-cta {
  display: inline-block;
  animation: cta-pulse 3.6s ease-in-out infinite;
}

.output .client-group {
  margin-top: 20px;
  color: var(--line-bright);
  font-weight: 700;
  text-transform: uppercase;
}

.output .client-standouts {
  color: var(--hot);
  font-size: clamp(1.32rem, 1.86vw, 1.7rem);
  line-height: 1.24;
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.24);
}

.output .client-name {
  color: var(--text);
}

.menu-panel {
  min-width: 0;
}

.choices {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0;
  max-width: none;
  margin-top: 0;
  padding-top: 2px;
}

.menu-tip {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: rgba(253, 230, 138, 0.42);
  font-size: clamp(0.68rem, 0.82vw, 0.78rem);
  line-height: 1.2;
}

.menu-tip span[aria-hidden="true"] {
  color: rgba(245, 158, 11, 0.62);
}

.menu-zork {
  display: block;
  margin-top: 8px;
  padding: 0;
  border: 0;
  color: rgba(253, 230, 138, 0.3);
  background: transparent;
  font: inherit;
  font-size: clamp(0.58rem, 0.7vw, 0.68rem);
  line-height: 1;
  text-align: left;
  cursor: pointer;
}

.menu-zork:hover,
.menu-zork:focus-visible {
  color: rgba(255, 247, 214, 0.72);
  outline: 0;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.22);
}

.choice-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.7em;
  height: 1em;
  color: var(--line-bright);
  pointer-events: none;
  transform-origin: 50% 50%;
  will-change: transform, filter;
}

.choice-cursor::before {
  content: ">";
}

.choice-separator {
  width: 100%;
  margin: 7px 0;
  overflow: hidden;
  color: rgba(245, 158, 11, 0.34);
  font-size: clamp(0.84rem, 1.08vw, 1rem);
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.choice-section-label {
  margin: 4px 0 3px;
  color: rgba(253, 230, 138, 0.42);
  font-size: clamp(0.68rem, 0.82vw, 0.78rem);
  line-height: 1.2;
  pointer-events: none;
}

.choice {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 0;
  color: var(--text);
  background: transparent;
  border: 0;
  line-height: 1.15;
  text-align: left;
  cursor: pointer;
  will-change: transform, text-shadow;
  transition: color 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.choice:hover,
.choice:focus-visible {
  color: var(--hot);
  outline: 0;
  transform: translateX(6px);
}

.choice.is-active {
  color: #fff7d6;
  background: transparent;
  cursor: default;
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.32);
}

.choice.is-active .choice-key {
  color: #fff7d6;
}

.choice.is-active::after {
  content: none;
  color: var(--line-bright);
  margin-left: auto;
}

.choice.is-active:hover {
  transform: translateX(8px);
}

.choice-key {
  min-width: 2.4rem;
  color: var(--line-bright);
  font-size: clamp(0.95rem, 1.25vw, 1.15rem);
  font-weight: 600;
  transform-origin: 50% 52%;
  will-change: transform;
}

.choice-label {
  font-size: clamp(0.95rem, 1.25vw, 1.12rem);
  font-weight: 600;
  will-change: opacity;
}

.prompt {
  position: fixed;
  right: clamp(14px, 3vw, 36px);
  bottom: clamp(38px, 5vw, 58px);
  left: clamp(14px, 3vw, 36px);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(1040px, calc(100vw - clamp(14px, 3vw, 36px) * 2));
  margin: 0 auto;
  padding: 12px 14px;
  border: 1px solid rgba(180, 83, 9, 0.14);
  border-radius: 6px;
  color: var(--line-bright);
  background: rgba(19, 12, 3, 0.84);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.prompt:focus-within,
.prompt.is-active {
  border-color: rgba(251, 191, 36, 0.72);
  background: rgba(24, 15, 4, 0.9);
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.2), 0 0 22px rgba(245, 158, 11, 0.12);
}

.prompt-help {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 1.45em;
  height: 1.45em;
  margin-left: auto;
  border: 1px solid rgba(245, 158, 11, 0.44);
  border-radius: 999px;
  color: rgba(255, 247, 214, 0.76);
  background: transparent;
  line-height: 1;
  cursor: pointer;
}

.prompt-help:hover,
.prompt-help:focus-visible,
.prompt-help[aria-expanded="true"] {
  color: #fff7d6;
  outline: 0;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.36);
  border-color: rgba(251, 191, 36, 0.7);
}

.command-help-scrim {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: rgba(10, 6, 1, 0.56);
  backdrop-filter: blur(3px) saturate(72%);
}

.command-help-scrim[hidden] {
  display: none;
}

.command-help {
  position: fixed;
  right: clamp(14px, 3vw, 36px);
  bottom: calc(clamp(38px, 5vw, 58px) + 58px);
  left: clamp(14px, 3vw, 36px);
  z-index: 12;
  width: min(1040px, calc(100vw - clamp(14px, 3vw, 36px) * 2));
  margin: 0 auto;
  padding: 18px 20px 16px;
  border: 1px solid rgba(180, 83, 9, 0.2);
  border-radius: 6px;
  color: var(--text);
  background: rgba(19, 12, 3, 0.96);
  box-shadow:
    0 0 34px rgba(10, 6, 1, 0.62),
    0 0 26px rgba(245, 158, 11, 0.08);
}

.command-help[hidden] {
  display: none;
}

.command-help-close {
  position: absolute;
  top: 10px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 1.45em;
  height: 1.45em;
  padding: 0;
  border: 1px solid rgba(245, 158, 11, 0.34);
  border-radius: 999px;
  color: transparent;
  background: transparent;
  font-size: 1rem;
  line-height: 0;
  cursor: pointer;
}

.command-help-close::before,
.command-help-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.62em;
  height: 1px;
  background: rgba(255, 247, 214, 0.72);
  transform-origin: 50% 50%;
}

.command-help-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.command-help-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.command-help-close:hover,
.command-help-close:focus-visible {
  outline: 0;
  border-color: rgba(251, 191, 36, 0.68);
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.34);
}

.command-help-close:hover::before,
.command-help-close:hover::after,
.command-help-close:focus-visible::before,
.command-help-close:focus-visible::after {
  background: #fff7d6;
  box-shadow: 0 0 10px rgba(251, 191, 36, 0.34);
}

.command-help-intro,
.command-help-aliases {
  padding-right: 30px;
  color: #fff7d6;
  font-size: clamp(0.86rem, 1vw, 0.96rem);
  line-height: 1.35;
}

.command-help-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 34rem;
  gap: 8px;
  margin: 12px 0;
}

.command-help-steps p {
  display: flex;
  gap: 10px;
  min-width: 0;
  color: var(--hot);
  line-height: 1.3;
}

.command-help-steps span {
  flex: 0 0 4.4em;
  color: var(--line-bright);
}

.game-scrim {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(10, 6, 1, 0.66);
  backdrop-filter: blur(5px) saturate(66%);
}

.game-scrim[hidden] {
  display: none;
}

.game-overlay {
  position: fixed;
  inset: clamp(16px, 4vw, 56px);
  z-index: 21;
  display: grid;
  place-items: center;
  color: var(--hot);
  animation: game-overlay-in 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.game-overlay[hidden] {
  display: none;
}

.game-overlay[data-mode="zork"] {
  inset: 0;
}

.game-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(245, 158, 11, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 247, 214, 0.035) 50%, rgba(10, 6, 1, 0.035) 50%),
    rgba(19, 12, 3, 0.94);
  background-size: 100% 4px, auto;
  box-shadow:
    0 0 60px rgba(0, 0, 0, 0.55),
    inset 0 0 70px rgba(245, 158, 11, 0.06);
  pointer-events: none;
}

.game-overlay[data-mode="zork"]::before {
  border: 0;
  border-radius: 0;
}

.game-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  background: rgba(10, 6, 1, 0.42);
}

.game-confirm,
.game-frame-shell {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100vw - 72px));
}

.game-confirm {
  padding: clamp(28px, 4vw, 52px);
}

.game-kicker {
  margin-bottom: 10px;
  color: rgba(253, 230, 138, 0.48);
  font-size: clamp(0.78rem, 0.9vw, 0.9rem);
  text-transform: uppercase;
}

.game-confirm h2 {
  color: #fff7d6;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
  text-shadow: 0 0 18px rgba(251, 191, 36, 0.22);
}

.game-confirm > p:not(.game-kicker),
.game-choice-line {
  margin-top: 20px;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1.45;
}

.game-choice-line span {
  color: #fff7d6;
}

.game-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.game-actions button {
  min-width: 4rem;
  padding: 10px 16px;
  border: 1px solid rgba(245, 158, 11, 0.48);
  border-radius: 4px;
  color: #fff7d6;
  background: rgba(245, 158, 11, 0.08);
  font: inherit;
  cursor: pointer;
}

.game-frame-shell {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto;
  width: 100%;
  height: 100vh;
  padding: clamp(8px, 1.2vw, 18px);
}

.game-frame-shell[hidden] {
  display: none;
}

.game-frame-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 6px;
}

.game-frame-header .game-kicker {
  margin: 0;
  color: rgba(255, 247, 214, 0.74);
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  letter-spacing: 0;
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.14);
}

.zork-help {
  padding-top: 8px;
  color: rgba(253, 230, 138, 0.56);
  font-size: clamp(0.95rem, 1.18vw, 1.15rem);
  line-height: 1.1;
  text-align: left;
}

.zork-status {
  margin-bottom: 4px;
  padding: 2px 0;
  border: 0;
  color: var(--line-bright);
  background: transparent;
}

.zork-terminal {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 4px;
  background: rgba(5, 3, 1, 0.58);
}

.zork-output {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 10px 10px 0;
  overflow: auto;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  color: var(--line-bright);
  background: transparent;
  white-space: pre-wrap;
}

.zork-line {
  margin-bottom: 0.28em;
  line-height: 1.25;
}

.zork-command-line {
  color: var(--line-bright);
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.2);
}

.zork-prompt {
  display: flex;
  gap: 10px;
  margin-top: 0;
  padding: 4px 10px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.zork-prompt input {
  flex: 1;
  min-width: 0;
  border: 0;
  color: var(--line-bright);
  background: transparent;
  font: inherit;
  outline: 0;
}

.zork-source {
  justify-self: end;
  margin-top: 3px;
  color: rgba(253, 230, 138, 0.34);
  font-size: clamp(0.52rem, 0.62vw, 0.62rem);
  line-height: 1;
  text-decoration: none;
}

.zork-source:hover,
.zork-source:focus-visible {
  color: rgba(255, 247, 214, 0.72);
  outline: 0;
}

@keyframes game-overlay-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
    filter: blur(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.site-footer {
  position: fixed;
  right: clamp(14px, 3vw, 36px);
  bottom: 8px;
  left: clamp(14px, 3vw, 36px);
  z-index: 9;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: min(1040px, calc(100vw - clamp(14px, 3vw, 36px) * 2));
  margin: 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(180, 83, 9, 0.1);
  border-radius: 6px;
  color: rgba(253, 230, 138, 0.46);
  background: rgba(10, 6, 1, 0.72);
  backdrop-filter: blur(12px) saturate(70%);
  font-size: clamp(0.66rem, 0.78vw, 0.76rem);
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 -18px 28px rgba(10, 6, 1, 0.5);
}

.site-footer a {
  color: rgba(253, 230, 138, 0.62);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff7d6;
  outline: 0;
}

.seo-content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: normal;
}

.input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.command-text {
  color: var(--text);
  min-width: 0;
}

.prompt input {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

.prompt input::placeholder {
  color: rgba(253, 230, 138, 0.36);
}

.cursor {
  display: inline-block;
  flex: 0 0 auto;
  width: 0.6em;
  height: 1em;
  margin-left: 0.1em;
  background: var(--line-bright);
  animation: blink 1s steps(1) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes masthead-sheen {
  0%,
  54% {
    background-position: 120% 0;
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  78%,
  100% {
    background-position: -120% 0;
    opacity: 0;
  }
}

@keyframes cta-pulse {
  0%,
  100% {
    opacity: 0.82;
    text-shadow: 0 0 10px rgba(251, 191, 36, 0.22);
  }

  50% {
    opacity: 1;
    text-shadow:
      0 0 14px rgba(255, 247, 214, 0.28),
      0 0 26px rgba(251, 191, 36, 0.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  h1::after {
    animation: none;
  }

  .title-char {
    opacity: 1;
    transform: none;
  }

  .title-particle {
    display: none;
  }

  .visit-cta {
    animation: none;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: calc(56px + env(safe-area-inset-bottom));
  }

  .terminal-shell {
    padding: 12px 12px 18px;
    overflow-x: hidden;
  }

  .terminal {
    min-height: calc(100svh - 74px - env(safe-area-inset-bottom));
  }

  .masthead {
    display: none;
  }

  h1 {
    font-size: clamp(2rem, 14vw, 3.6rem);
    line-height: 0.9;
  }

  h2 {
    font-size: clamp(1.8rem, 12vw, 3.15rem);
    line-height: 1;
  }

  .section-signal {
    margin-top: 10px;
    font-size: clamp(1.05rem, 5.5vw, 1.35rem);
    line-height: 1.18;
  }

  .output {
    margin-top: 12px;
    font-size: clamp(0.94rem, 4.7vw, 1.08rem);
    line-height: 1.36;
  }

  .output p + p {
    margin-top: 10px;
  }

  .screen {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 4px 0 18px;
    overflow-x: hidden;
  }

  .menu-panel {
    order: 1;
    min-width: 0;
    position: relative;
  }

  .menu-panel::before,
  .menu-panel::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 8px;
    z-index: 3;
    width: 64px;
    pointer-events: none;
  }

  .menu-panel::before {
    left: -12px;
    background: linear-gradient(90deg, var(--panel) 0%, var(--panel) 18%, rgba(19, 12, 3, 0) 100%);
  }

  .menu-panel::after {
    right: -12px;
    background: linear-gradient(270deg, var(--panel) 0%, var(--panel) 18%, rgba(19, 12, 3, 0) 100%);
  }

  .content {
    order: 2;
  }

  .choices {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 -12px;
    padding: 2px 50% 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 50%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .choices::-webkit-scrollbar {
    display: none;
  }

  .choice-cursor,
  .menu-tip,
  .menu-zork,
  .choice-separator,
  .choice-section-label,
  .choice-key {
    display: none;
  }

  .choice {
    flex: 0 0 auto;
    width: auto;
    min-height: 42px;
    padding: 8px 10px;
    border-bottom: 1px solid transparent;
    border-radius: 4px;
    scroll-snap-align: start;
    white-space: nowrap;
    transition: color 160ms ease, border-color 160ms ease;
  }

  .choice::before {
    content: attr(data-mobile-label);
  }

  .choice:first-of-type {
    padding-left: 14px;
  }

  .choice:hover,
  .choice:focus-visible {
    transform: none;
  }

  .choice.is-active {
    background: transparent;
    border-bottom-color: rgba(245, 158, 11, 0.7);
  }

  .choice.is-active:hover {
    transform: none;
  }

  .choice-label {
    display: none;
  }

  .choice::before {
    font-size: 0.95rem;
    font-weight: 600;
  }

  .prompt {
    display: none;
  }

  .command-help {
    display: none;
  }

  .command-help-scrim {
    display: none;
  }

  .site-footer {
    right: 12px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    flex-wrap: wrap;
    gap: 5px 7px;
    padding: 6px 8px;
    font-size: 0.64rem;
  }
}
