:root {
  --ink: #17130f;
  --paper: #eee5d2;
  --cream: #f7efd8;
  --orange: #ed4b22;
  --red: #d52b1e;
  --blue: #1856b8;
  --purple: #703b8c;
  --green: #2b7a57;
  --acid: #b9d63c;
  --muted: #62594f;
  --scale: 1;
  --shadow: 0 22px 70px rgb(0 0 0/0.38);
  font-family: "PingFang TC", "Noto Sans TC", "Heiti TC", sans-serif;
  color: var(--ink);
}
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #0e0d0c;
}
button,
input {
  font: inherit;
}
.viewport {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
}
.deck {
  position: absolute;
  width: 1920px;
  height: 1080px;
  transform: scale(var(--scale));
  transform-origin: center;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.slide {
  position: absolute;
  inset: 0;
  display: none;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  padding: 78px 100px 72px;
  background-color: var(--paper);
  background-image: radial-gradient(rgb(30 20 10/0.1) 0.7px, transparent 0.8px);
  background-size: 7px 7px;
}
.slide.is-active {
  display: block;
}
.slide:before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 2px solid rgb(23 19 15/0.18);
  pointer-events: none;
}
.slide > * {
  position: relative;
  z-index: 1;
}
header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
  padding-bottom: 20px;
  border-bottom: 4px solid var(--ink);
}
header h2 {
  max-width: 1390px;
  margin: 0;
  font-family: "Songti TC", "Noto Serif TC", serif;
  font-size: 62px;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-align: right;
}
.room-tag {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lead {
  max-width: 1500px;
  margin: 26px 0;
  font-size: 30px;
  line-height: 1.5;
}
.big-copy {
  margin: 0 0 22px;
  font-family: "Songti TC", "Noto Serif TC", serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
}
.copy-block {
  font-size: 28px;
  line-height: 1.55;
}
.copy-block ul {
  padding-left: 1.2em;
}
.copy-block li {
  margin: 0.35em 0;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.reveal {
  will-change: transform, opacity;
}
.sourcebar {
  position: absolute !important;
  left: 100px;
  right: 100px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 34px;
  padding-top: 9px;
  border-top: 2px solid var(--ink);
  font-size: 16px;
  letter-spacing: 0.04em;
}
.sourcebar span {
  font-weight: 900;
}
.sourcebar a {
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sourcebar a:hover {
  text-decoration: underline;
}
.sourcebar .highlight-tab {
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: 360px;
  padding: 5px 11px;
  color: var(--ink);
  background: var(--acid);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--orange);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  cursor: pointer;
  transform: rotate(-0.7deg);
}
.sourcebar .highlight-tab:hover,
.sourcebar .highlight-tab:focus-visible {
  transform: translateY(-2px) rotate(0.3deg);
}
.sourcebar.dark {
  color: #f8efd8;
  border-color: #f8efd8;
}
.cover {
  padding: 0;
  color: #f9f0dc;
  background: #0c0b09;
}
.cover:before {
  z-index: 3;
  border-color: rgb(255 244 218/0.42);
}
.hero-image {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-shade {
  position: absolute !important;
  z-index: 1 !important;
  inset: 0;
  background: linear-gradient(90deg, #080807 0 34%, rgb(8 8 7/0.87) 42%, transparent 70%);
}
.cover-copy {
  position: absolute;
  z-index: 2 !important;
  top: 92px;
  left: 100px;
  width: 760px;
}
.display {
  margin: 34px 0 26px;
  font-family: "Songti TC", "Noto Serif TC", serif;
  font-size: 108px;
  line-height: 0.94;
  letter-spacing: -0.07em;
}
.display span {
  color: #ff542b;
  text-shadow: 4px 4px 0 #193f9c;
}
.tape {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  color: #17130f;
  background: #d7d0b8;
  box-shadow: 5px 5px 0 rgb(0 0 0/0.4);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  transform: rotate(-1.5deg);
}
.cover-lead {
  max-width: 690px;
  margin: 0 0 26px;
  font-size: 28px;
  line-height: 1.5;
}
.byline {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.price-sticker {
  position: absolute !important;
  right: 106px;
  bottom: 98px;
  display: grid;
  place-items: center;
  width: 210px;
  height: 210px;
  color: #17130f;
  background: #b9d63c;
  border-radius: 50%;
  transform: rotate(8deg);
  box-shadow: 8px 10px 0 #ed4b22;
  text-align: center;
}
.price-sticker b {
  font-size: 54px;
}
.price-sticker small {
  font-size: 18px;
  font-weight: 900;
}
.receipt-paper {
  background-color: #e9e1cf;
  background-image: repeating-linear-gradient(0deg, transparent 0 28px, rgb(0 0 0/0.035) 29px 30px);
}
.receipt-layout {
  grid-template-columns: 1.1fr 0.9fr;
}
.action-btn,
.note-btn {
  border: 3px solid var(--ink);
  padding: 14px 22px;
  background: var(--acid);
  box-shadow: 5px 5px 0 var(--ink);
  font-weight: 900;
  cursor: pointer;
}
.action-btn:active,
.note-btn:active {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 var(--ink);
}
.receipt {
  width: 540px;
  margin: auto;
  padding: 40px 48px;
  background: #fffdf4;
  box-shadow: 0 20px 45px rgb(0 0 0/0.18);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 21px;
  line-height: 1.5;
  transform: translateY(-720px) rotate(1deg);
  opacity: 0;
}
.receipt-head {
  border-block: 2px dashed var(--ink);
  padding: 12px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}
.receipt-lines {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
}
.receipt strong,
.receipt small {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.note-btn {
  position: absolute;
  right: 420px;
  bottom: 84px;
  padding: 10px 16px;
  background: #f4ead3;
  font-size: 17px;
  box-shadow: 3px 3px 0 var(--ink);
}
.note-pop {
  position: absolute;
  z-index: 20;
  right: 120px;
  bottom: 130px;
  width: 520px;
  visibility: hidden;
  padding: 30px;
  color: #fff6dd;
  background: #17130f;
  border: 4px solid #ff542b;
  box-shadow: 12px 12px 0 rgb(0 0 0/0.3);
  opacity: 0;
}
.note-pop h3 {
  margin: 0 42px 14px 0;
  font-size: 30px;
}
.note-pop p {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
}
.note-pop blockquote {
  margin: 20px 0 0;
  padding: 15px 17px;
  color: var(--ink);
  background: var(--acid);
  font-family: "Songti TC", serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}
.note-pop blockquote cite {
  display: block;
  margin-top: 8px;
  font-family: "PingFang TC", sans-serif;
  font-size: 13px;
  font-style: normal;
}
.note-pop > button {
  position: absolute;
  top: 12px;
  right: 14px;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: 34px;
  cursor: pointer;
}
.grid-paper {
  background-color: #f0e8d6;
  background-image:
    linear-gradient(rgb(24 86 184/0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgb(24 86 184/0.13) 1px, transparent 1px);
  background-size: 32px 32px;
}
.inventory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.inventory-card {
  min-height: 190px;
  padding: 28px;
  text-align: left;
  border: 3px solid var(--ink);
  background: #f9f0d7;
  box-shadow: 8px 8px 0 var(--blue);
  cursor: pointer;
  transition: filter 0.2s;
}
.inventory-card b,
.inventory-card span {
  display: block;
}
.inventory-card b {
  font-family: "Songti TC", serif;
  font-size: 36px;
}
.inventory-card span {
  margin-top: 16px;
  font-size: 21px;
}
.inventory-card.gone {
  filter: grayscale(1);
  opacity: 0.28;
  transform: scale(0.92);
}
.inventory-result {
  margin-top: 30px;
  padding: 20px 28px;
  color: #fff;
  background: var(--ink);
  font-size: 25px;
  font-weight: 800;
}
.official-paper {
  background: #e8e1cf;
  background-image:
    linear-gradient(90deg, transparent 0 9%, rgb(213 43 30/0.12) 9% 9.2%, transparent 9.2%),
    repeating-linear-gradient(0deg, transparent 0 42px, rgb(0 0 0/0.045) 43px 44px);
}
.rule-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.rule {
  min-height: 560px;
  padding: 34px 28px;
  border: 3px solid var(--ink);
  background: #f3ecd8;
  box-shadow: 8px 8px 0 rgb(0 0 0/0.25);
}
.rule span {
  display: inline-grid;
  place-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
  font-weight: 900;
}
.rule h3 {
  margin: 110px 0 20px;
  font-family: "Songti TC", serif;
  font-size: 42px;
}
.rule p {
  font-size: 25px;
  line-height: 1.5;
}
.rule.accent {
  color: #fff;
  background: var(--green);
  transform: rotate(1.2deg);
}
.orange-paper {
  background-color: #e95826;
  background-image: radial-gradient(rgb(255 255 255/0.18) 0.7px, transparent 0.8px);
  color: #1d1510;
}
.orange-paper .sourcebar,
.orange-paper header {
  border-color: #1d1510;
}
.profile-slide {
  grid-template-columns: 1.1fr 0.9fr;
}
.photo {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}
.torn {
  clip-path: polygon(1% 2%, 98% 0, 100% 94%, 95% 100%, 3% 97%, 0 8%);
  filter: drop-shadow(12px 14px 0 rgb(0 0 0/0.22));
}
.network-machine {
  display: grid;
  grid-template-columns: 1fr 360px 1fr;
  align-items: center;
  gap: 30px;
}
.network-machine svg {
  width: 100%;
}
.network-machine path,
.escape-map path,
.fediverse path {
  fill: none;
  stroke: var(--ink);
  stroke-width: 6;
}
.wild-net {
  position: relative;
  height: 450px;
  border: 4px dashed var(--ink);
  border-radius: 50%;
  background: #f3e9cc;
}
.wild-net b {
  position: absolute;
  top: 45%;
  left: 42%;
  font-size: 44px;
}
.wild-net span {
  position: absolute;
  padding: 10px 16px;
  border: 2px solid;
  background: #fff1ca;
  font-size: 24px;
  font-weight: 800;
}
.wild-net span:nth-of-type(1) {
  top: 12%;
  left: 18%;
}
.wild-net span:nth-of-type(2) {
  top: 22%;
  right: 10%;
}
.wild-net span:nth-of-type(3) {
  bottom: 16%;
  left: 12%;
}
.wild-net span:nth-of-type(4) {
  bottom: 10%;
  right: 18%;
}
.wild-net span:nth-of-type(5) {
  top: 45%;
  left: 4%;
}
.wild-net span:nth-of-type(6) {
  top: 55%;
  right: 4%;
}
.platform-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 40px;
  border: 5px solid var(--ink);
  background: #f5e9c8;
  box-shadow: 12px 12px 0 var(--blue);
}
.platform-box b {
  grid-column: 1/-1;
  font-size: 48px;
}
.platform-box button {
  padding: 16px;
  background: #fff;
  border: 2px solid;
  font-weight: 800;
}
.callout {
  max-width: 1200px;
  margin: 32px auto 0;
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 16px 24px;
  background: var(--ink);
  color: #fff;
}
.callout strong {
  white-space: nowrap;
  font-size: 27px;
}
.callout p {
  margin: 0;
  font-size: 23px;
}
.poison-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.poison {
  height: 560px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: #f3ead2;
  border: 4px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  cursor: pointer;
}
.poison img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  object-position: top;
}
.poison b,
.poison span {
  display: block;
  padding-inline: 24px;
}
.poison b {
  padding-top: 18px;
  font-size: 36px;
}
.poison span {
  font-size: 21px;
}
.bottom-thesis {
  margin: 34px auto 0;
  max-width: 1450px;
  text-align: center;
  font-size: 29px;
  font-weight: 900;
}
.conveyor {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 34px;
  background: repeating-linear-gradient(90deg, #17130f 0 28px, #423a30 29px 58px);
  border: 6px solid var(--ink);
}
.conveyor-stage {
  width: 100%;
}
.conveyor > button {
  width: 258px;
  min-height: 270px;
  padding: 22px;
  color: var(--ink);
  background: #f7efd6;
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--blue);
  text-align: left;
  cursor: pointer;
}
.conveyor b,
.conveyor small,
.conveyor span {
  display: block;
}
.conveyor b {
  margin-top: 8px;
  font-size: 35px;
}
.conveyor small {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.4;
}
.conveyor span {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 2px dashed var(--ink);
  color: #614e3d;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}
.conversion-flow,
.association-flow,
.moderation-flow {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.conversion-flow div,
.association-flow div,
.moderation-flow div {
  flex: 1;
  min-height: 230px;
  padding: 28px;
  background: #f8efd6;
  border: 4px solid var(--ink);
}
.conversion-flow b,
.conversion-flow span,
.association-flow b,
.association-flow span,
.moderation-flow b,
.moderation-flow span {
  display: block;
}
.conversion-flow b,
.association-flow b,
.moderation-flow b {
  font-family: "Songti TC", serif;
  font-size: 38px;
}
.conversion-flow span,
.association-flow span,
.moderation-flow span {
  margin-top: 20px;
  font-size: 21px;
}
.conversion-flow i,
.association-flow i,
.moderation-flow i {
  align-self: center;
  font-style: normal;
  font-size: 44px;
  font-weight: 900;
}
.poster {
  margin: 80px auto 20px;
  max-width: 1300px;
  padding: 30px;
  text-align: center;
  background: #17130f;
  color: #f9edd0;
  font-family: "Songti TC", serif;
  font-size: 58px;
  font-weight: 800;
  transform: rotate(-1deg);
  box-shadow: 12px 12px 0 var(--blue);
}
.blue-paper {
  color: #f8efd7;
  background-color: #164fac;
  background-image:
    linear-gradient(rgb(255 255 255/0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255/0.07) 1px, transparent 1px);
  background-size: 36px 36px;
}
.blue-paper header,
.blue-paper .sourcebar {
  border-color: #f8efd7;
}
.community-orbit {
  position: absolute !important;
  left: 150px;
  top: 265px;
  width: 650px;
  height: 650px;
  border: 3px dashed #f8efd7;
  border-radius: 50%;
  animation: slowspin 50s linear infinite;
}
.orbit-center {
  position: absolute;
  top: 225px;
  left: 225px;
  display: grid;
  place-items: center;
  width: 200px;
  height: 200px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  font-size: 32px;
  font-weight: 900;
}
.community-orbit span {
  position: absolute;
  top: 294px;
  left: 265px;
  width: 120px;
  padding: 10px;
  text-align: center;
  background: #f8efd7;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  transform: rotate(var(--a)) translateX(270px) rotate(calc(var(--a) * -1));
}
.right-copy {
  position: absolute;
  right: 120px;
  top: 310px;
  width: 820px;
}
.image-wall {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
}
.image-wall img {
  width: 100%;
  height: 580px;
  object-fit: cover;
}
.caption-card {
  position: absolute;
  right: 140px;
  bottom: 110px;
  width: 660px;
  padding: 24px;
  color: var(--ink);
  background: var(--acid);
  box-shadow: 9px 9px 0 var(--orange);
}
.caption-card b {
  font-size: 34px;
}
.caption-card p {
  margin: 10px 0 0;
  font-size: 22px;
  line-height: 1.45;
}
.threads-slide {
  grid-template-columns: 0.9fr 1.1fr;
}
.phone-shot {
  width: 100%;
  height: 610px;
  object-fit: cover;
  border: 5px solid #f6ecd3;
}
.meter-panel {
  padding: 40px;
  color: var(--ink);
  background: #f6ecd3;
  box-shadow: 12px 12px 0 var(--orange);
}
.meter-panel label {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 20px;
  margin: 32px 0;
  font-size: 26px;
  font-weight: 900;
}
.meter-panel input {
  accent-color: var(--orange);
}
.meter-panel p {
  margin-top: 52px;
  font-size: 27px;
  line-height: 1.5;
}
.fake-exits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.fake-exits button {
  min-height: 430px;
  padding: 30px;
  border: 4px solid #f8efd7;
  color: #f8efd7;
  background: rgb(0 0 0/0.18);
  font-family: "Songti TC", serif;
  font-size: 36px;
  font-weight: 900;
  cursor: pointer;
}
.fake-exits button:before {
  content: "EXIT";
  display: block;
  margin-bottom: 160px;
  color: var(--acid);
  font:
    900 20px ui-monospace,
    monospace;
  letter-spacing: 0.2em;
}
.door-message {
  margin: 28px auto 0;
  width: max-content;
  padding: 16px 24px;
  color: var(--ink);
  background: var(--acid);
  font-size: 24px;
  font-weight: 900;
}
.purple-paper {
  color: #f7edd8;
  background-color: #68357f;
  background-image: radial-gradient(rgb(255 255 255/0.13) 0.7px, transparent 0.8px);
  background-size: 8px 8px;
}
.purple-paper header,
.purple-paper .sourcebar {
  border-color: #f7edd8;
}
.role-switch {
  display: flex;
  gap: 12px;
}
.role-switch button {
  padding: 14px 18px;
  border: 3px solid #f8efd7;
  color: #f8efd7;
  background: transparent;
  font-weight: 800;
}
.role-switch button.active {
  color: var(--ink);
  background: var(--acid);
}
.quadrants {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1360px;
  margin: auto;
}
.quadrants button {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  min-height: 250px;
  padding: 28px;
  border: 4px solid #f7edd8;
  color: #f7edd8;
  background: rgb(0 0 0/0.12);
  text-align: left;
  cursor: pointer;
}
.quadrants b {
  font-family: "Songti TC", serif;
  font-size: 48px;
}
.quadrants span {
  font-size: 26px;
}
.quadrants small {
  padding: 10px;
  background: var(--acid);
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}
.moderation-flow div {
  min-width: 0;
  color: var(--ink);
}
.moderation-flow div:nth-of-type(odd) {
  background: #d9d4f1;
}
.moderation-flow div:nth-of-type(even) {
  background: #f2dccd;
}
.cleaner-gallery,
.experiment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cleaner-gallery figure,
.experiment-grid figure {
  margin: 0;
  background: #f7edd8;
  color: var(--ink);
  border: 4px solid var(--ink);
  box-shadow: 8px 8px 0 var(--orange);
}
.cleaner-gallery img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.cleaner-gallery figcaption,
.experiment-grid figcaption {
  padding: 16px 20px;
  font-size: 21px;
  font-weight: 900;
}
.five-questions {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.five-questions button {
  min-height: 330px;
  border: 4px solid #f7edd8;
  color: #f7edd8;
  background: rgb(0 0 0/0.16);
  font-family: "Songti TC", serif;
  font-size: 37px;
  font-weight: 900;
  cursor: pointer;
}
.answer-screen {
  max-width: 900px;
  margin: 48px auto 0;
  padding: 25px;
  text-align: center;
  color: var(--ink);
  background: var(--acid);
  font-size: 29px;
  font-weight: 900;
}
.balance {
  max-width: 1300px;
  margin: auto;
}
.balance-arm {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  align-items: center;
  transition: transform 0.2s;
}
.pan {
  display: grid;
  place-items: center;
  height: 260px;
  background: #f7edd8;
  color: var(--ink);
  border: 4px solid var(--ink);
  font-family: "Songti TC", serif;
  font-size: 40px;
  font-weight: 900;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
}
.pivot {
  text-align: center;
  color: var(--acid);
  font-size: 80px;
}
.balance input {
  width: 100%;
  accent-color: var(--acid);
}
.funding-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.funding-cards div {
  padding: 20px;
  border: 3px solid #f7edd8;
}
.funding-cards b,
.funding-cards span {
  display: block;
}
.funding-cards b {
  font-size: 28px;
}
.funding-cards span {
  margin-top: 8px;
  font-size: 18px;
}
.case-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.case-strip button {
  height: 590px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  border: 4px solid #f7edd8;
  color: var(--ink);
  background: #f7edd8;
  cursor: pointer;
}
.case-strip img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: top;
}
.case-strip b,
.case-strip span {
  display: block;
  padding-inline: 20px;
}
.case-strip b {
  padding-top: 18px;
  font-size: 29px;
}
.case-strip span {
  margin-top: 8px;
  font-size: 18px;
}
.green-paper {
  color: #f7efdc;
  background-color: #27704f;
  background-image: linear-gradient(
    115deg,
    rgb(255 255 255/0.05) 25%,
    transparent 25% 75%,
    rgb(0 0 0/0.05) 75%
  );
}
.green-paper header,
.green-paper .sourcebar {
  border-color: #f7efdc;
}
.escape-map {
  position: relative;
  width: 1450px;
  height: 620px;
  margin: auto;
}
.escape-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.escape-map path,
.fediverse path {
  stroke: #f7efdc;
}
.escape-map button {
  position: absolute;
  top: var(--y);
  left: 0;
  width: 240px;
  padding: 16px;
  border: 3px solid #f7efdc;
  color: #f7efdc;
  background: #1e5b41;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
}
.escape-map button.active {
  color: var(--ink);
  background: var(--acid);
}
.exit-node {
  position: absolute;
  right: 30px;
  top: 205px;
  display: grid;
  place-items: center;
  width: 260px;
  height: 190px;
  color: var(--ink);
  background: var(--acid);
  clip-path: polygon(50% 0, 100% 22%, 92% 85%, 50% 100%, 8% 85%, 0 22%);
  text-align: center;
  font-size: 28px;
  font-weight: 900;
}
.exit-node small {
  font-size: 17px;
}
.fediverse {
  position: absolute !important;
  left: 90px;
  top: 230px;
  width: 970px;
  height: 620px;
}
.fediverse svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.fediverse .node {
  position: absolute;
  width: 180px;
  height: 90px;
  border: 4px solid #f7efdc;
  color: #f7efdc;
  background: #1e5b41;
  border-radius: 50%;
  font-weight: 900;
}
.fediverse .n1 {
  left: 90px;
  top: 90px;
}
.fediverse .n2 {
  right: 80px;
  top: 90px;
}
.fediverse .n3 {
  left: 360px;
  bottom: 100px;
}
.fediverse .n4 {
  right: 240px;
  bottom: 80px;
}
.packet {
  position: absolute;
  top: 130px;
  left: 210px;
  color: var(--acid);
  font-size: 42px;
}
.side-copy {
  position: absolute;
  top: 320px;
  right: 105px;
  width: 700px;
}
.association-flow div,
.moderation-flow div {
  color: var(--ink);
}
.association-flow {
  margin-top: 120px;
}
.association-flow div {
  min-height: 300px;
}
.governance-loop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 90px;
}
.governance-loop div {
  display: grid;
  place-items: center;
  width: 210px;
  height: 210px;
  border: 4px solid #f7efdc;
  border-radius: 50%;
  font-family: "Songti TC", serif;
  font-size: 40px;
  font-weight: 900;
}
.governance-loop i {
  font-style: normal;
  font-size: 42px;
}
.governance-checks {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}
.governance-checks span {
  padding: 16px 24px;
  color: var(--ink);
  background: var(--acid);
  font-size: 22px;
  font-weight: 900;
}
.money-ring {
  position: absolute !important;
  left: 180px;
  top: 265px;
  width: 720px;
  height: 650px;
  border: 3px dashed #f7efdc;
  border-radius: 50%;
}
.money-ring div {
  position: absolute;
  top: 235px;
  left: 245px;
  display: grid;
  place-items: center;
  width: 230px;
  height: 180px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}
.money-ring button {
  position: absolute;
  top: 280px;
  left: 270px;
  width: 180px;
  padding: 16px;
  border: 3px solid #f7efdc;
  color: #f7efdc;
  background: #1e5b41;
  font-weight: 900;
  transform: rotate(calc(var(--i) * 60deg)) translateX(320px) rotate(calc(var(--i) * -60deg));
}
.money-ring button:nth-child(1) {
  --i: 0;
}
.money-ring button:nth-child(2) {
  --i: 1;
}
.money-ring button:nth-child(3) {
  --i: 2;
}
.money-ring button:nth-child(4) {
  --i: 3;
}
.money-ring button:nth-child(5) {
  --i: 4;
}
.money-ring button:nth-child(6) {
  --i: 5;
}
.money-ring button.active {
  color: var(--ink);
  background: var(--acid);
  box-shadow: 5px 5px 0 var(--orange);
}
.money-receipt {
  position: absolute;
  top: 625px;
  right: 155px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 720px;
  color: var(--ink);
  background: #f7edd8;
  border: 3px solid var(--ink);
  box-shadow: 9px 9px 0 var(--orange);
  transform: rotate(0.7deg);
}
.money-receipt b,
.money-receipt p {
  grid-column: 1 / -1;
}
.money-receipt b {
  padding: 12px 18px;
  background: var(--acid);
  border-bottom: 2px dashed var(--ink);
  font-size: 20px;
  letter-spacing: 0.12em;
}
.money-receipt span {
  padding: 14px 12px;
  border-right: 2px dashed var(--ink);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.money-receipt span:nth-of-type(3) {
  border-right: 0;
}
.money-receipt i {
  margin-right: 8px;
  color: var(--orange);
  font-style: normal;
}
.money-receipt p {
  margin: 0;
  padding: 12px 18px;
  color: #f7edd8;
  background: var(--ink);
  font-size: 17px;
  font-weight: 900;
}
.quote-money {
  position: absolute;
  right: 155px;
  bottom: 88px;
  width: 720px;
  margin: 0;
}
.defense-stack {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  max-width: 1380px;
  margin: auto;
}
.defense-stack button {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  min-height: 112px;
  padding: 18px 35px;
  border: 3px solid #f7efdc;
  color: #f7efdc;
  background: rgb(0 0 0/0.1);
  text-align: left;
  cursor: pointer;
}
.defense-stack button b {
  font-size: 32px;
}
.defense-stack button span {
  font-size: 23px;
}
.defense-stack button.active {
  color: var(--ink);
  background: var(--acid);
}
.security-paper {
  background-color: #e8e3d3;
  background-image: repeating-radial-gradient(
    ellipse at center,
    rgb(24 86 184/0.08) 0 1px,
    transparent 2px 12px
  );
}
.stack-layers {
  display: grid;
  gap: 9px;
  width: 1380px;
  margin: auto;
}
.stack-layers button {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  height: 102px;
  padding: 14px 28px;
  border: 3px solid var(--ink);
  color: var(--ink);
  background: #f6edda;
  text-align: left;
  cursor: pointer;
}
.stack-layers button:nth-child(odd) {
  background: #d7e4b4;
}
.stack-layers b {
  font-size: 29px;
}
.stack-layers span {
  font-size: 22px;
}
.stack-layers button.active {
  transform: translateX(36px);
  background: var(--orange);
}
.experiment-grid {
  grid-template-columns: repeat(4, 1fr);
}
.experiment-grid figure {
  background: #f7edd8;
}
.experiment-grid img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
}
.checklist-paper {
  background: #f5efd9;
  background-image:
    linear-gradient(90deg, transparent 0 12%, rgb(213 43 30/0.18) 12% 12.2%, transparent 12.2%),
    repeating-linear-gradient(0deg, transparent 0 63px, rgb(24 86 184/0.14) 64px 65px);
}
.escape-checklist {
  display: grid;
  gap: 16px;
  max-width: 1450px;
  margin: auto;
}
.escape-checklist label {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 112px;
  padding: 16px 28px;
  background: rgb(255 255 255/0.7);
  border: 3px solid var(--ink);
  font-family: "Songti TC", serif;
  font-size: 30px;
  font-weight: 800;
  cursor: pointer;
}
.escape-checklist input {
  width: 38px;
  height: 38px;
  accent-color: var(--green);
}
.lock-meter {
  position: relative;
  overflow: hidden;
  max-width: 1450px;
  height: 72px;
  margin: 30px auto 0;
  background: #231d18;
  border: 4px solid var(--ink);
}
#lock-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: var(--acid);
}
#lock-label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  mix-blend-mode: difference;
}
.final-slide {
  padding: 90px 110px;
  color: #f7efda;
  background: #0e0d0c;
  background-image: radial-gradient(rgb(255 255 255/0.12) 1px, transparent 1px);
  background-size: 12px 12px;
}
.final-slide:before {
  border-color: #f7efda;
}
.final-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
  height: 850px;
}
.final-slide .display {
  font-size: 102px;
}
.final-keys {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.final-keys button {
  padding: 13px 18px;
  border: 2px solid #f7efda;
  color: #f7efda;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}
.final-keys button.active {
  color: var(--ink);
  background: var(--acid);
}
.flypaper-exit {
  display: grid;
  place-items: center;
  align-content: center;
  height: 700px;
  background: #d6e15b;
  background-image: radial-gradient(#17130f 2px, transparent 2px);
  background-size: 30px 30px;
  clip-path: polygon(3% 2%, 98% 0, 96% 98%, 1% 95%);
}
.tear-hole {
  display: grid;
  place-items: center;
  width: 360px;
  height: 430px;
  background: #1856b8;
  clip-path: polygon(
    41% 0,
    56% 3%,
    74% 0,
    87% 12%,
    98% 31%,
    92% 48%,
    100% 65%,
    88% 85%,
    64% 91%,
    48% 100%,
    30% 92%,
    11% 97%,
    3% 73%,
    8% 50%,
    0 35%,
    13% 13%,
    27% 8%
  );
}
.tear-hole span {
  font:
    900 54px ui-monospace,
    monospace;
  letter-spacing: 0.16em;
}
.flypaper-exit p {
  font-size: 24px;
  font-weight: 900;
  color: var(--ink);
}
.controls {
  position: fixed;
  z-index: 100;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px;
  color: #f7efda;
  background: rgb(10 9 8/0.82);
  border: 1px solid rgb(255 255 255/0.26);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}
.controls button {
  width: 40px;
  height: 34px;
  border: 0;
  color: inherit;
  background: transparent;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}
.controls button:hover {
  background: rgb(255 255 255/0.15);
}
.controls span {
  min-width: 74px;
  text-align: center;
  font:
    700 14px ui-monospace,
    monospace;
}
.notes-panel {
  position: fixed;
  z-index: 110;
  top: 20px;
  right: 20px;
  bottom: 72px;
  width: min(520px, calc(100vw - 40px));
  visibility: hidden;
  padding: 24px;
  color: #f7efda;
  background: rgb(18 15 12/0.96);
  border: 2px solid #ed4b22;
  box-shadow: var(--shadow);
  opacity: 0;
  overflow: auto;
}
.notes-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 14px;
}
.notes-head button {
  color: inherit;
  background: transparent;
  border: 0;
  font-size: 32px;
}
.notes-panel p {
  font-size: 18px;
  line-height: 1.6;
}
.progress {
  position: fixed;
  z-index: 105;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: rgb(255 255 255/0.12);
}
#progress-fill {
  height: 100%;
  width: 3.33%;
  background: #b9d63c;
}

/* Iteration 2 · every slide behaves like a room, case file or physical clue. */
.slide:not(.cover):after {
  content: attr(data-room);
  position: absolute;
  z-index: 0;
  right: 32px;
  top: 50%;
  color: currentColor;
  opacity: 0.13;
  font:
    900 16px ui-monospace,
    monospace;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.slide header:after {
  content: "";
  position: absolute;
  left: 12%;
  bottom: -9px;
  width: 190px;
  height: 13px;
  background: var(--acid);
  clip-path: polygon(2% 20%, 100% 0, 97% 80%, 0 100%);
  transform: rotate(-1deg);
}
.cover-quote,
.evidence-quote,
.navigation-quote,
.final-quote {
  quotes: none;
}
.cover-quote {
  width: 700px;
  margin: 28px 0 0;
  padding: 15px 19px;
  color: var(--ink);
  background: rgb(247 239 216/0.9);
  border-left: 9px solid var(--acid);
  box-shadow: 7px 7px 0 rgb(0 0 0/0.42);
  font-family: "Songti TC", serif;
  font-size: 22px;
  line-height: 1.35;
  transform: rotate(-0.8deg);
}
.cover-quote cite,
.evidence-quote cite,
.navigation-quote cite,
.final-quote cite {
  display: block;
  margin-top: 7px;
  font-family: "PingFang TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.evidence-quote {
  width: min(1120px, 100%);
  margin: 22px auto 0;
  padding: 17px 23px 16px 28px;
  color: var(--ink);
  background: #f8edcf;
  border-left: 11px solid var(--acid);
  box-shadow: 7px 7px 0 rgb(0 0 0/0.25);
  clip-path: polygon(0 3%, 100% 0, 98.6% 94%, 2% 100%);
  font-family: "Songti TC", serif;
  font-size: 26px;
  font-weight: 750;
  line-height: 1.35;
  transform: rotate(-0.45deg);
}
.evidence-quote.compact {
  width: auto;
  padding: 13px 19px 12px 23px;
  font-size: 21px;
}
.evidence-quote.quote-corner {
  position: absolute;
  right: 110px;
  bottom: 88px;
  width: 660px;
  margin: 0;
  transform: rotate(0.7deg);
}
.quote-bottom {
  margin-top: 24px;
}
.mission-strip,
.incident-ticket {
  margin: 0 0 20px;
  padding: 13px 20px;
  color: var(--ink);
  background: var(--acid);
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.clue-pin {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding: 10px 15px;
  border: 3px solid currentColor;
  color: inherit;
  background: transparent;
  box-shadow: 4px 4px 0 currentColor;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}
.clue-pin:before {
  content: "?";
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
}
.key-pickup {
  padding: 12px 18px;
  color: var(--ink);
  background: var(--acid);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--orange);
  font-size: 19px;
  font-weight: 900;
  cursor: pointer;
}
.key-pickup.collected {
  color: #f7efd8;
  background: var(--ink);
  box-shadow: none;
}
.clue-modal {
  position: fixed;
  z-index: 210;
  right: clamp(18px, 5vw, 90px);
  top: 50%;
  width: min(560px, calc(100vw - 36px));
  visibility: hidden;
  padding: 34px 38px 32px;
  color: #f8efd8;
  background: #17130f;
  border: 4px solid var(--acid);
  box-shadow: 16px 18px 0 rgb(0 0 0/0.42);
  opacity: 0;
  transform: translateY(-50%) rotate(0.8deg);
}
.clue-modal:before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px dashed rgb(247 239 216/0.4);
  pointer-events: none;
}
.clue-modal > * {
  position: relative;
}
.clue-modal > button {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 13px;
  border: 0;
  color: inherit;
  background: transparent;
  font-size: 36px;
  cursor: pointer;
}
.clue-kicker {
  margin: 0 0 12px;
  color: var(--acid);
  font:
    900 15px ui-monospace,
    monospace;
  letter-spacing: 0.18em;
}
.clue-modal h3 {
  margin: 0 40px 15px 0;
  font-family: "Songti TC", serif;
  font-size: 34px;
}
.clue-modal p {
  margin: 0;
  font-size: 21px;
  line-height: 1.55;
}
.clue-modal cite {
  display: block;
  margin-top: 20px;
  color: #d9e65b;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}

.escape-hud {
  position: absolute;
  z-index: 70;
  top: 30px;
  right: 45px;
  display: flex;
  align-items: center;
  gap: 12px;
  visibility: hidden;
  padding: 9px 12px;
  color: var(--ink);
  background: rgb(247 239 216/0.94);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 rgb(0 0 0/0.28);
  opacity: 0;
  transform: rotate(0.6deg);
  pointer-events: none;
}
.escape-hud[data-visible="1"] {
  visibility: visible;
  opacity: 1;
}
.hud-label,
.escape-hud b {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.hud-slots {
  display: flex;
  gap: 5px;
}
.hud-slots i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: rgb(23 19 15/0.34);
  background: #d6cfbb;
  border: 2px dashed rgb(23 19 15/0.42);
  border-radius: 50%;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}
.hud-slots i.collected {
  color: var(--ink);
  background: var(--acid);
  border-style: solid;
  box-shadow: 0 0 0 3px rgb(185 214 60/0.25);
}

.room-transition {
  position: fixed;
  z-index: 190;
  inset: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}
.transition-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 52%;
  background-color: #16120f;
  background-image:
    radial-gradient(rgb(255 255 255/0.12) 0.8px, transparent 1px),
    linear-gradient(125deg, transparent 0 48%, rgb(237 75 34/0.18) 48% 51%, transparent 51%);
  background-size:
    9px 9px,
    100% 100%;
}
.transition-panel.left {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 96% 18%, 100% 36%, 96% 54%, 100% 74%, 96% 100%, 0 100%);
}
.transition-panel.right {
  right: 0;
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 4% 100%, 0 76%, 4% 55%, 0 37%, 4% 18%);
}
.transition-stamp {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: min(560px, 72vw);
  min-height: 190px;
  padding: 26px;
  color: var(--acid);
  border: 9px double var(--acid);
  background: #16120f;
  text-align: center;
  transform: translate(-50%, -50%) rotate(-2deg);
}
.transition-stamp small,
.transition-stamp b {
  display: block;
}
.transition-stamp small {
  font:
    900 18px ui-monospace,
    monospace;
  letter-spacing: 0.24em;
}
.transition-stamp b {
  margin-top: 13px;
  color: #f8efd8;
  font-family: "Songti TC", serif;
  font-size: clamp(36px, 5vw, 68px);
}

#slide-4 .rule {
  min-height: 410px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
#slide-4 .rule h3 {
  margin-top: 66px;
}
#slide-4 .rule.selected {
  color: var(--ink);
  background: var(--acid);
  transform: translateY(-12px) rotate(-0.5deg);
}
#slide-4 .rule.accent.selected {
  box-shadow: 10px 10px 0 var(--orange);
}
.rule-result {
  width: 900px;
  margin-top: 24px;
  padding: 14px 20px;
  color: #f7efdc;
  background: var(--ink);
  font-size: 21px;
  font-weight: 800;
}
#slide-4 .quote-corner {
  width: 700px;
}
#slide-7 .quote-rage {
  position: absolute;
  left: 130px;
  bottom: 93px;
  width: 690px;
  margin: 0;
  transform: rotate(-1.2deg);
}
#slide-7 .bottom-thesis {
  margin-left: auto;
  margin-right: 0;
  width: 850px;
  text-align: right;
}
#slide-13 .quote-corner,
#slide-15 .quote-corner,
#slide-20 .quote-corner,
#slide-26 .quote-corner,
#slide-28 .quote-corner,
#slide-29 .quote-corner {
  width: 620px;
}
#slide-8 header {
  margin-bottom: 24px;
}
#slide-8 header h2 {
  max-width: 1460px;
  font-size: 54px;
}
#slide-8 .conveyor {
  padding: 24px;
}
#slide-8 .lead {
  max-width: 1680px;
  margin: 18px 0 0;
  font-size: 24px;
  line-height: 1.45;
}
#slide-8 .migration-ledger {
  position: absolute;
  left: 100px;
  bottom: 84px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px;
  width: 890px;
  padding: 17px 20px;
  color: var(--ink);
  background: var(--acid);
  border: 3px solid var(--ink);
  box-shadow: 7px 7px 0 var(--blue);
  transform: rotate(-0.4deg);
}
#slide-8 .migration-ledger b,
#slide-8 .migration-ledger q {
  grid-column: 1 / -1;
}
#slide-8 .migration-ledger b {
  font-size: 24px;
}
#slide-8 .migration-ledger span {
  font-size: 16px;
  font-weight: 850;
}
#slide-8 .migration-ledger q {
  padding-top: 8px;
  border-top: 2px dashed var(--ink);
  font-family: "Songti TC", serif;
  font-size: 17px;
  font-weight: 800;
}
#slide-8 .quote-corner {
  right: 100px;
  bottom: 86px;
  width: 720px;
}
#slide-9 .poster {
  margin-top: 55px;
}
#slide-10 .evidence-quote {
  position: absolute;
  right: 120px;
  bottom: 90px;
  width: 820px;
  margin: 0;
}
#slide-11 .caption-card {
  bottom: 95px;
  width: 710px;
}
#slide-11 .caption-card .evidence-quote {
  margin-top: 15px;
  background: #f7efd8;
  box-shadow: 4px 4px 0 rgb(0 0 0/0.25);
}
#slide-12 .quote-threads {
  position: absolute;
  left: 120px;
  bottom: 95px;
  width: 730px;
  margin: 0;
  transform: rotate(-1.2deg);
}

.moderation-flow button {
  flex: 1;
  min-width: 0;
  min-height: 235px;
  padding: 27px;
  color: var(--ink);
  background: #d9d4f1;
  border: 4px solid var(--ink);
  text-align: left;
  cursor: pointer;
}
.moderation-flow button:nth-of-type(even) {
  background: #f2dccd;
}
.moderation-flow button b,
.moderation-flow button span {
  display: block;
}
.moderation-flow button b {
  font-family: "Songti TC", serif;
  font-size: 37px;
}
.moderation-flow button span {
  margin-top: 20px;
  font-size: 21px;
}
.moderation-flow button.opened {
  color: var(--ink);
  background: var(--acid);
  box-shadow: 7px 7px 0 var(--orange);
}
#slide-16 .copy-block {
  max-width: 1420px;
  margin: 40px auto 0;
}
.field-result {
  position: absolute;
  left: 105px;
  bottom: 92px;
  display: flex;
  align-items: baseline;
  gap: 18px;
  width: 780px;
  padding: 13px 20px;
  color: var(--ink);
  background: var(--acid);
  box-shadow: 6px 6px 0 var(--orange);
}
.field-result b {
  font-family: "Songti TC", serif;
  font-size: 40px;
}
.field-result span {
  font-size: 20px;
  font-weight: 900;
}
.field-result i {
  margin-left: auto;
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
}
#slide-17 .quote-corner {
  width: 620px;
}

.case-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 38px;
  height: 650px;
}
.case-file,
.case-console {
  position: relative;
  min-width: 0;
}
.case-file {
  padding: 22px;
  color: var(--ink);
  background: #f5ead2;
  border: 4px solid #f7edd8;
  box-shadow: 10px 10px 0 rgb(0 0 0/0.28);
  transform: rotate(-0.5deg);
}
.case-file:before {
  content: "EVIDENCE";
  position: absolute;
  z-index: 2;
  right: 25px;
  top: 18px;
  padding: 7px 11px;
  color: var(--red);
  border: 4px solid var(--red);
  font:
    900 17px ui-monospace,
    monospace;
  letter-spacing: 0.12em;
  transform: rotate(5deg);
}
.case-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding-right: 145px;
}
.case-stats span {
  display: grid;
  gap: 2px;
  padding: 8px 9px;
  background: #ded5c0;
  font-size: 13px;
  font-weight: 900;
}
.case-stats b {
  font-size: 27px;
}
.case-stats .hot {
  background: var(--acid);
}
.case-file > p {
  margin: 15px 0 12px;
  font-size: 19px;
  line-height: 1.4;
}
.case-file img.case-collage {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
  border: 3px solid var(--ink);
  filter: saturate(0.92) contrast(1.03);
}
.case-file img.case-original {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 285px;
  height: 175px;
  object-fit: cover;
  object-position: top;
  border: 4px solid var(--ink);
  box-shadow: 7px 7px 0 var(--orange);
  transform: rotate(2deg);
}
.case-console {
  padding: 28px;
  background: rgb(0 0 0/0.18);
  border: 4px solid #f7edd8;
}
.console-label {
  margin: 0 0 19px;
  color: var(--acid);
  font:
    900 17px ui-monospace,
    monospace;
  letter-spacing: 0.16em;
}
.case-console .five-questions {
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.case-console .five-questions button {
  min-height: 135px;
  padding: 10px 5px;
  font-family: "PingFang TC", sans-serif;
  font-size: 20px;
}
.case-console .five-questions button.checked {
  color: var(--ink);
  background: var(--acid);
  box-shadow: 0 0 0 4px rgb(185 214 60/0.23);
}
.case-console .answer-screen {
  display: grid;
  align-content: center;
  min-height: 210px;
  margin: 22px 0 0;
  padding: 24px;
  font-size: 24px;
  line-height: 1.4;
}
.case-verdict {
  margin-top: 18px;
  padding: 14px;
  color: #f7edd8;
  border: 2px dashed #f7edd8;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}
.quote-case {
  position: absolute;
  z-index: 3;
  left: 152px;
  bottom: 84px;
  width: 770px;
  margin: 0;
}

#slide-19 .balance {
  max-width: 1160px;
}
#slide-19 .pan {
  height: 170px;
  font-size: 34px;
}
#slide-19 .pivot {
  font-size: 64px;
}
.funding-cases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 23px;
}
.funding-cases button {
  min-height: 116px;
  padding: 15px 18px;
  border: 3px solid #f7edd8;
  color: #f7edd8;
  background: rgb(0 0 0/0.12);
  text-align: left;
  cursor: pointer;
}
.funding-cases button.active {
  color: var(--ink);
  background: var(--acid);
  box-shadow: 6px 6px 0 var(--orange);
}
.funding-cases b,
.funding-cases span {
  display: block;
}
.funding-cases b {
  font-size: 25px;
}
.funding-cases span {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.3;
}
.funding-answer {
  width: 1060px;
  min-height: 64px;
  margin-top: 17px;
  padding: 13px 18px;
  color: var(--ink);
  background: #f7edd8;
  font-size: 19px;
  font-weight: 800;
}
.cost-ledger {
  position: absolute;
  left: 105px;
  bottom: 92px;
  display: grid;
  grid-template-columns: 1.8fr repeat(5, 1fr);
  align-items: center;
  width: 1010px;
  min-height: 78px;
  color: var(--ink);
  background: #f7edd8;
  border: 3px solid var(--ink);
  box-shadow: 7px 7px 0 var(--orange);
}
.cost-ledger b,
.cost-ledger span {
  display: grid;
  place-items: center;
  align-self: stretch;
  padding: 11px;
  border-right: 2px dashed var(--ink);
  text-align: center;
}
.cost-ledger b {
  background: var(--acid);
  font-size: 18px;
}
.cost-ledger span {
  font-size: 15px;
  font-weight: 900;
}
.cost-ledger span:last-child {
  border-right: 0;
}
#slide-19 .quote-corner {
  right: 105px;
  bottom: 86px;
  width: 600px;
}
#slide-20 .quote-corner {
  bottom: 92px;
}

.navigation-quote {
  width: 1350px;
  margin: -8px auto 8px;
  padding: 15px 22px;
  color: var(--ink);
  background: var(--acid);
  box-shadow: 8px 8px 0 #173d2d;
  font-family: "Songti TC", serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.35;
  transform: rotate(-0.35deg);
}
#slide-21 .escape-map {
  height: 530px;
  margin-top: 8px;
}
.fedi-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 38px;
  align-items: center;
}
.fedi-visual {
  position: relative;
  margin: 0;
  height: 650px;
  background: #f4ead4;
  border: 4px solid #f7edd8;
  box-shadow: 10px 10px 0 rgb(0 0 0/0.25);
  clip-path: polygon(0.5% 2%, 99% 0, 100% 97%, 1.5% 100%);
}
.fedi-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fedi-visual .packet {
  left: 47%;
  top: 46%;
  color: var(--orange);
}
.fedi-console {
  padding: 30px;
  color: var(--ink);
  background: #f5ecd8;
  border: 4px solid var(--ink);
  box-shadow: 9px 9px 0 var(--acid);
}
.fedi-console .big-copy {
  font-size: 36px;
}
.fedi-console button {
  width: 48%;
  min-height: 72px;
  margin: 5px 1%;
  padding: 10px;
  color: #f7edd8;
  background: var(--green);
  border: 3px solid var(--ink);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}
.fedi-console button.active {
  color: var(--ink);
  background: var(--acid);
}
#fedi-answer {
  min-height: 105px;
  margin: 20px 0 0;
  padding: 15px;
  background: #dfd4bc;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.45;
}
.fedi-room .quote-corner {
  right: 115px;
  bottom: 86px;
  width: 670px;
}
#slide-23 .association-flow {
  margin-top: 82px;
}
#slide-23 .quote-bottom {
  margin-top: 25px;
}

.admin-layout {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 38px;
  height: 645px;
}
.admin-visual {
  position: relative;
  margin: 0;
  color: var(--ink);
  background: #f4ead4;
  border: 4px solid #f7edd8;
  box-shadow: 10px 10px 0 rgb(0 0 0/0.25);
  clip-path: polygon(0 2%, 99% 0, 100% 96%, 2% 100%);
}
.admin-visual img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.admin-visual figcaption {
  padding: 13px 18px;
  font-size: 18px;
  font-weight: 900;
}
.admin-console {
  padding: 28px;
  border: 4px solid #f7edd8;
  background: rgb(0 0 0/0.13);
}
.admin-locks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.admin-locks button {
  position: relative;
  min-height: 128px;
  padding: 38px 12px 12px;
  color: #f7edd8;
  background: #1e5b41;
  border: 4px solid #f7edd8;
  font-family: "Songti TC", serif;
  font-size: 26px;
  font-weight: 900;
  cursor: pointer;
}
.admin-locks button:before {
  content: "🔒";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
}
.admin-locks button.unlocked {
  color: var(--ink);
  background: var(--acid);
  box-shadow: 6px 6px 0 var(--orange);
}
.admin-locks button.unlocked:before {
  content: "🔓";
}
.admin-answer {
  display: grid;
  align-content: center;
  min-height: 105px;
  margin-top: 20px;
  padding: 15px;
  color: var(--ink);
  background: #f7edd8;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
}
.admin-meter {
  position: relative;
  overflow: hidden;
  height: 48px;
  margin-top: 17px;
  border: 3px solid #f7edd8;
}
.admin-meter i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: var(--acid);
}
.admin-meter span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 17px;
  font-weight: 900;
  mix-blend-mode: difference;
}
.quote-admin {
  position: absolute;
  left: 150px;
  bottom: 83px;
  width: 650px;
  margin: 0;
}
.incident-ticket {
  display: flex;
  gap: 24px;
  width: 1210px;
  margin: -12px auto 18px;
}
.incident-ticket b {
  letter-spacing: 0.12em;
}
#slide-26 .defense-stack {
  gap: 8px;
  max-width: 1300px;
}
#slide-26 .defense-stack button {
  min-height: 78px;
  padding: 12px 30px;
}
#slide-26 .bottom-thesis {
  margin-top: 18px;
  width: 1050px;
  text-align: left;
}

.stack-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 35px;
  height: 680px;
}
.stack-visual {
  margin: 0;
  height: 670px;
  background: #f8efd8;
  border: 4px solid var(--ink);
  box-shadow: 10px 10px 0 var(--green);
  clip-path: polygon(1% 0, 100% 2%, 98% 100%, 0 97%);
}
.stack-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stack-layout .stack-layers {
  align-self: center;
  width: 100%;
  gap: 8px;
}
.stack-layout .stack-layers button {
  grid-template-columns: 170px 1fr;
  height: 84px;
  padding: 10px 18px;
}
.stack-layout .stack-layers b {
  font-size: 24px;
}
.stack-layout .stack-layers span {
  font-size: 17px;
}
.quote-stack {
  position: absolute;
  right: 120px;
  bottom: 84px;
  width: 700px;
  margin: 0;
}
#slide-27 .note-btn {
  right: 825px;
  bottom: 87px;
}
#slide-28 .experiment-grid img {
  height: 470px;
}
#slide-28 .experiment-grid figure {
  cursor: pointer;
}
#slide-28 .experiment-grid figure.active {
  transform: translateY(-13px) rotate(-0.5deg);
  box-shadow: 12px 14px 0 var(--green);
}
.experiment-answer {
  width: 1030px;
  min-height: 64px;
  margin: 24px 0 0;
  padding: 13px 20px;
  color: #f7efd8;
  background: var(--ink);
  font-size: 20px;
  font-weight: 800;
}
#slide-29 .quote-corner {
  bottom: 84px;
}
.final-quote {
  display: inline-block;
  margin: 20px 0 0;
  padding: 12px 17px;
  color: var(--ink);
  background: var(--acid);
  box-shadow: 6px 6px 0 var(--orange);
  font-family: "Songti TC", serif;
  font-size: 25px;
  font-weight: 900;
  transform: rotate(-1deg);
}
.final-quote cite {
  display: inline;
  margin-left: 10px;
}

button:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 6px solid var(--acid);
  outline-offset: 5px;
}
@keyframes slowspin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    will-change: auto;
  }
}
@media print {
  html,
  body {
    overflow: visible;
    background: #fff;
  }
  .viewport {
    position: static;
    display: block;
  }
  .deck {
    position: static;
    transform: none;
    box-shadow: none;
  }
  .slide {
    position: relative;
    display: block !important;
    page-break-after: always;
  }
  .controls,
  .notes-panel,
  .progress,
  .note-pop,
  .clue-modal,
  .escape-hud,
  .room-transition {
    display: none !important;
  }
}
