/* whoismrmanual14 — TOUCH: interactive Full Manual landing */
.page-wmm14 {
  --w14-ink: #e8f0ea;
  --w14-muted: #9aab9e;
  --w14-dim: #5f7364;
  --w14-bg: #070b09;
  --w14-panel: #0d1611;
  --w14-line: rgba(163, 230, 53, 0.22);
  --w14-lime: #a3e635;
  --w14-lime-hot: #bef264;
  --w14-assist: #fb7185;
  --w14-manual: #a3e635;
  --w14-font: "IBM Plex Sans", system-ui, sans-serif;
  --w14-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --w14-mono: "IBM Plex Mono", ui-monospace, monospace;
}

.page-wmm14 .manualfc-main-grow {
  background: var(--w14-bg);
  color: var(--w14-ink);
}

.w14 {
  font-family: var(--w14-font);
  overflow-x: clip;
}

.w14-hero {
  position: relative;
  padding: clamp(5.2rem, 10vh, 6.5rem) clamp(1.25rem, 4vw, 3.5rem) clamp(2rem, 5vh, 3rem);
  isolation: isolate;
}

.w14-hero-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 2.1rem;
}

.w14-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 46rem;
  margin: 0 auto;
  text-align: center;
  animation: w14-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes w14-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.w14-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem 0.65rem;
  margin: 0 0 1rem;
  font-family: var(--w14-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--w14-muted);
}

.w14-brand-mark {
  color: var(--w14-lime);
  font-weight: 600;
  letter-spacing: 0.14em;
}

.w14-title {
  margin: 0 0 1rem;
  font-family: var(--w14-display);
  font-weight: 800;
  font-size: clamp(2rem, 5.4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.w14-title-line {
  display: block;
}

.w14-title em {
  font-style: normal;
  color: var(--w14-lime);
}

.w14-lead {
  margin: 0 auto 1.5rem;
  max-width: 40rem;
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  line-height: 1.55;
  color: #c5d4c8;
}

.w14-lead strong {
  color: var(--w14-lime);
  font-weight: 600;
}

.w14-lead-en {
  margin: 0.45rem 0 0;
  font-family: var(--w14-mono);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: var(--w14-muted);
}

.w14-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.w14-cta--center {
  justify-content: center;
}

.w14-lab-next {
  margin-top: 1.2rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(163, 230, 53, 0.18);
}

.w14-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.65rem 1.35rem;
  border-radius: 2px;
  font-family: var(--w14-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.w14-btn:hover {
  transform: translateY(-1px);
}

.w14-btn--solid {
  background: var(--w14-lime);
  color: #0a120c;
  box-shadow: 0 0 28px rgba(163, 230, 53, 0.28);
}

.w14-btn--solid:hover {
  background: var(--w14-lime-hot);
  color: #0a120c;
}

.w14-btn--ghost {
  background: rgba(7, 11, 9, 0.45);
  border-color: rgba(232, 240, 234, 0.35);
  color: var(--w14-ink);
  backdrop-filter: blur(8px);
}

.w14-btn--ghost:hover {
  border-color: var(--w14-lime);
  color: var(--w14-lime);
}

.w14-btn--xl {
  min-height: 3.25rem;
  padding-inline: 1.75rem;
  font-size: 1.2rem;
}

.w14-hero-hud {
  position: absolute;
  z-index: 3;
  left: 12px;
  top: 12px;
  display: flex;
  gap: 0.45rem;
  pointer-events: none;
}

.w14-hud-chip {
  font-family: var(--w14-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  padding: 0.35rem 0.6rem;
  border: 1px solid rgba(251, 113, 133, 0.45);
  color: var(--w14-assist);
  background: rgba(7, 11, 9, 0.55);
  backdrop-filter: blur(8px);
}

.w14-hud-chip--you {
  border-color: rgba(163, 230, 53, 0.5);
  color: var(--w14-lime);
}

.w14-hero-controls {
  position: absolute;
  z-index: 3;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1.25rem, 3vh, 2rem);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
}

.w14-sound,
.w14-replay {
  font-family: var(--w14-mono);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--w14-ink);
}

.w14-sound {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(232, 240, 234, 0.3);
  border-radius: 2px;
  background: rgba(7, 11, 9, 0.55);
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.w14-sound[aria-pressed="true"] {
  border-color: var(--w14-lime);
  color: var(--w14-lime);
}

.w14-replay {
  text-decoration: none;
  opacity: 0.85;
}

.w14-replay:hover {
  color: var(--w14-lime);
  opacity: 1;
}

.w14-section {
  padding: clamp(3.5rem, 8vh, 5.5rem) clamp(1.25rem, 4vw, 3.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.w14-section-head {
  max-width: 40rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.w14-kicker {
  margin: 0 0 0.55rem;
  font-family: var(--w14-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--w14-lime);
}

.w14-h2 {
  margin: 0 0 0.75rem;
  font-family: var(--w14-display);
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.w14-section-lead {
  margin: 0;
  color: var(--w14-muted);
  line-height: 1.55;
  font-size: 1.02rem;
}

.w14-section-lead--left {
  text-align: left;
  max-width: 36rem;
}

.w14-lab-stage {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid var(--w14-line);
  background: #08110c;
  border-radius: 4px;
  overflow: hidden;
}

.w14-lab-hud {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--w14-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.w14-lab-mode {
  margin: 0;
  padding: 0.4rem 0.65rem;
  border: 1px solid transparent;
  border-radius: 3px;
  background: transparent;
  font: inherit;
  font-family: var(--w14-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.w14-lab-mode--auto { color: var(--w14-assist); justify-self: start; }
.w14-lab-mode--manual { color: var(--w14-lime); justify-self: end; }

.w14-lab-mode:hover,
.w14-lab-mode:focus-visible {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  outline: none;
}

.w14-lab-mode--auto.is-active {
  border-color: rgba(251, 113, 133, 0.55);
  background: rgba(251, 113, 133, 0.14);
  box-shadow: 0 0 18px rgba(251, 113, 133, 0.12);
}

.w14-lab-mode--manual.is-active {
  border-color: rgba(163, 230, 53, 0.55);
  background: rgba(163, 230, 53, 0.12);
  box-shadow: 0 0 18px rgba(163, 230, 53, 0.1);
}

.w14-lab-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  text-align: center;
}

.w14-lab-power { color: var(--w14-ink); font-weight: 600; }

.w14-lab-powerbar {
  width: min(148px, 44vw);
  height: 5px;
  margin-top: 0.3rem;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.w14-lab-powerbar-fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 3px;
  background: linear-gradient(90deg, #84cc16, #bef264);
  box-shadow: 0 0 10px rgba(163, 230, 53, 0.35);
  transition: width 0.04s linear;
}

.w14-lab-stage.is-charging .w14-lab-powerbar-fill {
  background: linear-gradient(90deg, #f97316, #a3e635);
}

.w14-lab-stage.is-shooting .w14-lab-powerbar-fill {
  background: linear-gradient(90deg, #ea580c, #fbbf24);
}

.w14-lab-input {
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  color: var(--w14-dim);
  text-transform: uppercase;
}

.w14-lab-stage[data-mode="auto"] .w14-pitch {
  box-shadow: inset 0 0 0 1px rgba(251, 113, 133, 0.12);
}

.w14-lab-stage[data-mode="manual"] .w14-pitch {
  box-shadow: inset 0 0 0 1px rgba(163, 230, 53, 0.12);
}

.w14-lab-canvas-wrap {
  position: relative;
  background:
    radial-gradient(120% 80% at 50% 50%, rgba(163, 230, 53, 0.05), transparent 62%),
    #070908;
}

.w14-pitch {
  display: block;
  width: 100%;
  height: auto;
  cursor: crosshair;
  touch-action: none;
  background: #07140c;
}

.w14-lab-stick {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  width: 4.6rem;
  padding: 0.35rem 0.4rem 0.45rem;
  border-radius: 4px;
  border: 1px solid rgba(163, 230, 53, 0.28);
  background: rgba(7, 20, 12, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.w14-lab-stick.is-visible {
  opacity: 1;
}

.w14-lab-stick.is-charging .w14-lab-pass-key {
  color: var(--w14-lime-hot);
  border-color: rgba(163, 230, 53, 0.65);
  box-shadow: 0 0 12px rgba(163, 230, 53, 0.35);
}

.w14-lab-stick-label {
  display: block;
  margin-bottom: 0.15rem;
  font-family: var(--w14-mono);
  font-size: 0.52rem;
  letter-spacing: 0.14em;
  color: var(--w14-dim);
  text-align: center;
}

.w14-lab-stick-svg {
  display: block;
  width: 100%;
  height: auto;
}

.w14-lab-pass-key {
  display: block;
  margin-top: 0.25rem;
  padding: 0.15rem 0.3rem;
  border: 1px solid rgba(163, 230, 53, 0.3);
  border-radius: 3px;
  font-family: var(--w14-mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--w14-muted);
  transition: color 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.w14-lab-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.w14-lab-hint {
  margin: 0;
  font-family: var(--w14-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--w14-muted);
}

.w14-lab-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.w14-lab-reset,
.w14-lab-shoot,
.w14-lab-lobby {
  font-family: var(--w14-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
  touch-action: manipulation;
  text-decoration: none;
}

.w14-lab-reset {
  color: var(--w14-lime);
  border: 1px solid rgba(163, 230, 53, 0.35);
}

.w14-lab-reset:hover {
  background: rgba(163, 230, 53, 0.1);
}

.w14-lab-shoot {
  color: #fdba74;
  border: 1px solid rgba(251, 146, 60, 0.45);
}

.w14-lab-shoot:hover {
  background: rgba(251, 146, 60, 0.12);
}

.w14-lab-lobby {
  color: #0b1120;
  background: #22c55e;
  border: 1px solid #22c55e;
  font-weight: 700;
}

.w14-lab-lobby:hover {
  background: #16a34a;
  color: #0b1120;
}

.w14-pain-grid,
.w14-truth-grid {
  display: grid;
  gap: 0.85rem;
  max-width: 1100px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .w14-pain-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .w14-truth-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.w14-pain-card,
.w14-truth {
  padding: 1.35rem 1.25rem 1.45rem;
  background: linear-gradient(165deg, #141010 0%, #0c0a0a 100%);
  border: 1px solid rgba(251, 113, 133, 0.18);
  border-radius: 4px;
}

.w14-pain-card--wake,
.w14-truth {
  border-color: rgba(163, 230, 53, 0.28);
  background: linear-gradient(165deg, #121a12 0%, #0a120c 100%);
}

.w14-pain-n {
  display: inline-block;
  margin-bottom: 0.7rem;
  font-family: var(--w14-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--w14-assist);
}

.w14-pain-card--wake .w14-pain-n,
.w14-truth h3 {
  color: var(--w14-lime);
}

.w14-pain-card h3,
.w14-truth h3 {
  margin: 0 0 0.5rem;
  font-family: var(--w14-display);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.w14-pain-card p,
.w14-truth p {
  margin: 0;
  color: var(--w14-muted);
  line-height: 1.5;
  font-size: 0.95rem;
}

.w14-stick-layout {
  display: grid;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}

@media (min-width: 840px) {
  .w14-stick-layout {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.w14-stick-copy .w14-h2 {
  text-align: left;
}

.w14-stick-tip {
  margin: 1.1rem 0 0;
  color: var(--w14-ink);
  font-size: 1.05rem;
}

.w14-stick-viz {
  display: grid;
  place-items: center;
}

.w14-stick-svg {
  width: min(280px, 70vw);
  height: auto;
}

.w14-video-shell {
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid var(--w14-line);
  border-radius: 4px;
  overflow: hidden;
  background: #000;
}

.w14-video-shell--hero {
  --w14-poster: url("/assets/manualfc-trailer-poster.jpg");
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  max-width: none;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  border: 1px solid rgba(163, 230, 53, 0.42);
  box-shadow:
    0 0 0 1px rgba(7, 11, 9, 0.9),
    0 0 0 6px rgba(10, 16, 12, 0.92),
    0 0 0 7px rgba(163, 230, 53, 0.22),
    0 28px 80px rgba(0, 0, 0, 0.55),
    0 0 70px rgba(163, 230, 53, 0.1);
  background:
    linear-gradient(180deg, rgba(163, 230, 53, 0.06), transparent 18%),
    #020403;
}

.w14-video-shell--hero::before,
.w14-video-shell--hero::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 18px;
  height: 18px;
  pointer-events: none;
  border: 2px solid var(--w14-lime);
}
.w14-video-shell--hero::before {
  top: 8px;
  left: 8px;
  border-right: 0;
  border-bottom: 0;
}
.w14-video-shell--hero::after {
  bottom: 8px;
  right: 8px;
  border-left: 0;
  border-top: 0;
}

.w14-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.w14-video-shell--hero .w14-video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.w14-video-play {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
}

.w14-video-play-poster,
.w14-video-play-veil,
.w14-video-corners {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.w14-video-play-poster {
  background: var(--w14-poster) center / cover no-repeat;
  filter: saturate(1.12) contrast(1.08);
}

.w14-video-play-veil {
  background:
    linear-gradient(180deg, rgba(7, 11, 9, 0.18) 0%, rgba(7, 11, 9, 0.08) 38%, rgba(7, 11, 9, 0.72) 100%),
    repeating-linear-gradient(
      180deg,
      transparent 0 2px,
      rgba(0, 0, 0, 0.14) 2px 3px
    );
}

.w14-video-corners {
  box-shadow: inset 0 0 80px rgba(7, 11, 9, 0.35);
}
.w14-video-corners::before,
.w14-video-corners::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid var(--w14-lime);
}
.w14-video-corners::before {
  top: 8px;
  right: 8px;
  border-left: 0;
  border-bottom: 0;
}
.w14-video-corners::after {
  bottom: 8px;
  left: 8px;
  border-right: 0;
  border-top: 0;
}

.w14-video-play-core {
  position: relative;
  z-index: 2;
  width: 86px;
  height: 86px;
}

.w14-video-play-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(163, 230, 53, 0.85);
  background: rgba(7, 11, 9, 0.55);
  box-shadow: 0 0 0 8px rgba(7, 11, 9, 0.28), 0 0 36px rgba(163, 230, 53, 0.35);
  backdrop-filter: blur(6px);
}

.w14-video-play-tri {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #a3e635;
  transform: translate(-50%, -50%);
}

.w14-video-play-meta {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: none;
}

.w14-video-play-kicker,
.w14-video-play-label {
  font-family: var(--w14-mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.w14-video-play-kicker {
  font-size: 0.68rem;
  color: #d9f99d;
}

.w14-video-play-label {
  font-family: var(--w14-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--w14-lime);
  text-shadow: 0 0 18px rgba(163, 230, 53, 0.45);
}

.w14-video-play:hover .w14-video-play-ring {
  border-color: #ecfccb;
  box-shadow: 0 0 0 8px rgba(7, 11, 9, 0.28), 0 0 48px rgba(163, 230, 53, 0.5);
  transform: scale(1.04);
}

.w14-video-play:hover .w14-video-play-label {
  color: #ecfccb;
}

.w14-video-shell--hero.is-playing .w14-video-play {
  display: none;
}

.w14-video-shell--hero.is-playing {
  box-shadow:
    0 0 0 1px rgba(7, 11, 9, 0.9),
    0 0 0 6px rgba(10, 16, 12, 0.92),
    0 0 0 7px rgba(163, 230, 53, 0.45),
    0 28px 80px rgba(0, 0, 0, 0.55),
    0 0 80px rgba(163, 230, 53, 0.18);
}

.w14-path {
  display: grid;
  gap: 0.75rem;
  max-width: 1100px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .w14-path {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.w14-path-step {
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem 1.1rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--w14-line);
  background: var(--w14-panel);
  border-radius: 4px;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.w14-path-step:hover {
  border-color: var(--w14-lime);
  transform: translateY(-2px);
}

.w14-path-n {
  font-family: var(--w14-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--w14-lime);
}

.w14-path-step strong {
  font-family: var(--w14-display);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.w14-path-step span:last-child {
  color: var(--w14-muted);
  font-size: 0.9rem;
}

.w14-finale {
  text-align: center;
  padding-bottom: clamp(4rem, 10vh, 6rem);
}

.w14-finale-brand {
  margin: 0 0 0.75rem;
  font-family: var(--w14-mono);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: var(--w14-lime);
}

.w14-finale-title {
  margin: 0 0 1rem;
  font-family: var(--w14-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.w14-finale-lead {
  margin: 0 auto 1.75rem;
  max-width: 34rem;
  color: var(--w14-muted);
  line-height: 1.55;
}

.w14-slogan {
  margin: 1.75rem 0 0;
  font-family: var(--w14-mono);
  letter-spacing: 0.08em;
  color: var(--w14-lime);
}

.w14-versions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  justify-content: center;
  padding: 1.25rem 1rem 2.5rem;
  font-family: var(--w14-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--w14-dim);
}

.w14-versions a {
  color: var(--w14-muted);
  text-decoration: none;
}

.w14-versions a:hover {
  color: var(--w14-lime);
}

.w14-signal {
  text-align: center;
  padding-top: clamp(2.2rem, 5vh, 3.2rem);
  padding-bottom: clamp(2.2rem, 5vh, 3.2rem);
}

.w14-typewriter {
  margin: 0.85rem auto 0.75rem;
  padding: 1rem 1.15rem;
  max-width: min(42rem, 100%);
  border: 1px solid rgba(163, 230, 53, 0.35);
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(0, 18, 8, 0.72), rgba(7, 11, 9, 0.92));
  box-shadow: 0 0 28px rgba(163, 230, 53, 0.12), inset 0 0 40px rgba(0, 32, 16, 0.35);
  min-height: 3.1em;
}

.w14-typewriter-line {
  font-family: "Share Tech Mono", var(--w14-mono);
  font-size: clamp(0.82rem, 2.6vw, 1.15rem);
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #d1fae5;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(187, 247, 208, 0.95), 0 0 22px rgba(163, 230, 53, 0.45);
  white-space: pre-wrap;
}

.w14-typewriter-cursor {
  display: inline-block;
  margin-left: 2px;
  color: var(--w14-lime);
  animation: w14-cursor 0.78s step-end infinite;
}

.w14-typewriter.is-done .w14-typewriter-cursor {
  opacity: 0;
  width: 0;
  margin: 0;
  overflow: hidden;
  animation: none;
}

@keyframes w14-cursor {
  50% { opacity: 0; }
}

.w14-signal-sub {
  margin: 0.85rem auto 0;
  max-width: 28rem;
  font-size: 0.92rem;
  color: var(--w14-muted);
}

.w14-verses {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 920px;
  display: grid;
  gap: 1rem;
}

.w14-verse {
  margin: 0;
  padding: 1.35rem 1.3rem 1.45rem;
  border: 1px solid var(--w14-line);
  border-radius: 4px;
  background: linear-gradient(165deg, #121a12 0%, #0a120c 100%);
}

.w14-verse:nth-child(even) {
  border-color: rgba(163, 230, 53, 0.18);
  background: linear-gradient(165deg, #0e1612 0%, #070b09 100%);
}

.w14-verse--punch {
  border-color: rgba(163, 230, 53, 0.55);
  box-shadow: 0 0 32px rgba(163, 230, 53, 0.12);
}

.w14-verse-n {
  display: block;
  margin-bottom: 0.65rem;
  font-family: var(--w14-mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--w14-lime);
}

.w14-verse p {
  margin: 0;
  color: #c5d4c8;
  line-height: 1.65;
  font-size: 1.02rem;
}

.w14-verse strong {
  color: var(--w14-lime);
  font-weight: 600;
}

.w14-world {
  padding-top: 0;
}

.w14-world-card {
  margin: 0 auto;
  max-width: 820px;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  border: 1px solid rgba(163, 230, 53, 0.35);
  background:
    radial-gradient(ellipse at top, rgba(163, 230, 53, 0.08), transparent 55%),
    var(--w14-panel);
  text-align: center;
}

.w14-world-card .w14-h2 {
  margin-bottom: 0.85rem;
}

.w14-world-card p:last-child {
  margin: 0;
  color: #c5d4c8;
  line-height: 1.6;
  font-size: 1.08rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .w14-hero-copy,
  [data-reveal] {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .w14-btn:hover,
  .w14-path-step:hover {
    transform: none;
  }
  .w14-typewriter-cursor {
    animation: none;
    opacity: 1;
  }
}

html.app-mode.page-wmm14 .w14-hero {
  padding: 0.7rem clamp(0.8rem, 3vw, 1.4rem) 1.4rem;
}

html.app-mode.page-wmm14 .w14-hero-stage {
  margin-bottom: 1.1rem;
}

html.app-mode.page-wmm14 .w14-title {
  font-size: clamp(1.55rem, 6.2vw, 2.4rem);
}

.w14-ios-hint {
  margin: 0.7rem 0 0;
  font-family: var(--w14-mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: var(--w14-muted);
}

.w14-faq-list {
  display: grid;
  gap: 0.55rem;
  max-width: 42rem;
  margin: 0 auto;
}

.w14-faq-item {
  border: 1px solid rgba(163, 230, 53, 0.18);
  background: rgba(7, 11, 9, 0.45);
  padding: 0.15rem 0.9rem 0.15rem;
}

.w14-faq-item summary {
  cursor: pointer;
  font-family: var(--w14-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.75rem 0;
  color: var(--w14-lime, #a3e635);
}

.w14-faq-item p {
  margin: 0 0 0.85rem;
  color: #c5d4c8;
  line-height: 1.55;
}

.w14-faq-item a {
  color: var(--w14-lime, #a3e635);
}

.w14-disclaimer {
  max-width: 42rem;
  margin: 1.15rem auto 0;
  padding-left: 0.85rem;
  border-left: 2px solid #a3e635;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--w14-muted);
}

.w14-hall-list {
  display: grid;
  gap: 0.45rem;
  max-width: 36rem;
  margin: 0 auto 1.1rem;
}

.w14-hall-row {
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(163, 230, 53, 0.16);
  background: rgba(7, 11, 9, 0.4);
}

.w14-hall-rank {
  font-family: var(--w14-mono);
  color: var(--w14-lime, #a3e635);
  font-weight: 700;
}

.w14-hall-nick {
  font-weight: 700;
}

.w14-hall-medals {
  font-family: var(--w14-mono);
  font-size: 0.72rem;
  color: var(--w14-muted);
}

.w14-hall-empty {
  margin: 0;
  text-align: center;
  color: var(--w14-muted);
}
