:root {
  --ink: #111214;
  --paper: #f4efe4;
  --muted: #746f65;
  --line: #d4c8b8;
  --red: #cf3428;
  --cyan: #147d8b;
  --gold: #d59a2d;
  --green: #2f7d57;
  --cold: #20242a;
  --dim: #5a6270;
  --ember: #d06a32;
  --warm: #f0b342;
  --hot: #f24a2f;
  --black: #070707;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* CYBERPLEASE public gazette */
.gazette-body {
  margin: 0;
  min-width: 320px;
  background: #dde3dd;
  color: #17201b;
  font-family: Georgia, "Times New Roman", "Noto Serif", serif;
  letter-spacing: 0;
}

.gazette-body *,
.gazette-body *::before,
.gazette-body *::after {
  box-sizing: border-box;
}

.gazette-body a {
  color: inherit;
}

.gazette-page {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto;
  padding: 28px 34px 18px;
  background: #f8f9f5;
  box-shadow: 0 10px 40px rgba(30, 42, 34, 0.12);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gazette-header {
  min-height: 62px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: start;
  gap: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #a9a7a0;
}

.gazette-brand a,
.gazette-home-button {
  display: block;
  width: fit-content;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 5px;
  text-decoration: none;
  cursor: pointer;
}

.gazette-brand span {
  display: block;
  max-width: 38ch;
  margin-top: 7px;
  font: 700 17px/1.28 Arial, "Noto Sans", sans-serif;
}

.gazette-tools {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.gazette-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

.gazette-nav a,
.gazette-nav button,
.gazette-text-link,
.gazette-footer a,
.gazette-footer button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #214a83;
  font: 12px/1.3 Arial, "Noto Sans", sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.gazette-language select {
  width: 112px;
  height: 30px;
  border: 1px solid #77746d;
  border-radius: 0;
  background: #f8f9f5;
  color: #171717;
  padding: 0 25px 0 8px;
  font: 12px/1 Arial, "Noto Sans", sans-serif;
}

.gazette-language select:focus-visible,
.gazette-body a:focus-visible,
.gazette-body button:focus-visible,
.gazette-map-country:focus-visible {
  outline: 2px solid #b42323;
  outline-offset: 3px;
}

.gazette-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
  align-items: center;
  gap: 72px;
  min-height: 0;
  padding: 56px 0 50px;
  border-bottom: 1px solid #a9a7a0;
}

.gazette-proposition h1 {
  max-width: 20ch;
  margin: 0 0 42px;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 52px;
  line-height: 1.03;
  font-weight: 500;
  letter-spacing: 0;
}

html:not([lang="zh"]) .gazette-proposition h1 {
  font-size: 42px;
}

.gazette-proposition h1::after {
  content: "";
  display: inline-block;
  width: 0.48em;
  height: 0.82em;
  margin-left: 0.12em;
  background: #17201b;
  transform: translateY(0.06em);
  animation: gazette-cursor 1.15s steps(1) infinite;
}

@keyframes gazette-cursor {
  0%, 50% { opacity: 1; }
  50.01%, 100% { opacity: 0; }
}

.gazette-equation {
  margin-bottom: 28px;
  border-top: 1px solid #c5cec5;
  border-bottom: 1px solid #c5cec5;
}

.gazette-equation p {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: baseline;
  gap: 14px;
  margin: 0;
  padding: 10px 12px;
  white-space: nowrap;
  font: 14px/1.3 "Courier New", ui-monospace, monospace;
}

.gazette-equation p:first-child {
  background: #e7ede5;
}

.gazette-equation p + p {
  border-top: 1px solid #d5ddd4;
}

.gazette-equation strong {
  display: inline-block;
  margin: 0;
  font-size: 38px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.gazette-silence {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 28px;
  align-items: baseline;
  margin: 0 -34px;
  padding: 19px 34px;
  border-bottom: 1px solid #b8c2b8;
  background: #e1e9df;
  font-family: "Courier New", ui-monospace, monospace;
}

.gazette-silence.gazette-silence-divider {
  display: block;
  min-height: 16px;
  padding: 0;
}

.silence-message {
  font-size: 15px;
  font-weight: 700;
}

.gazette-silence strong {
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}

.silence-context {
  color: #69736b;
  font-size: 11px;
}

.gazette-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-width: 360px;
  min-height: 64px;
  padding: 14px 26px;
  border: 2px solid #111214;
  border-radius: 3px;
  background: #cf202b;
  color: #fbfaf6 !important;
  box-shadow: 5px 5px 0 #111214;
  font: 800 17px/1.2 "Courier New", ui-monospace, monospace;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.gazette-cta::after {
  content: "→";
  flex: 0 0 auto;
  font-size: 26px;
  line-height: 1;
  transition: transform 150ms ease;
}

.gazette-cta:hover {
  background: #ed2734;
  box-shadow: 7px 7px 0 #111214;
  transform: translate(-2px, -2px);
}

.gazette-cta:hover::after {
  transform: translateX(4px);
}

.gazette-cta:active {
  box-shadow: 1px 1px 0 #111214;
  transform: translate(4px, 4px);
}

.gazette-cta b {
  margin-left: 8px;
  font-weight: 400;
}

.gazette-cta [data-next-participant] {
  margin-left: 0.3em;
}

.hero-actions,
.status-actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.status-actions {
  justify-content: center;
  width: 100%;
}

.section-cta {
  display: grid;
  grid-template-columns: minmax(20px, 1fr) minmax(0, 560px) minmax(20px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 30px 0 34px;
  border-bottom: 1px solid #a9a7a0;
}

.section-cta::before,
.section-cta::after {
  content: "";
  height: 3px;
  border-top: 1px solid #111214;
  border-bottom: 1px solid #111214;
}

.section-cta .gazette-cta {
  width: 100%;
  min-width: 0;
}

.other-amount-button {
  min-width: 148px;
  min-height: 56px;
  padding: 10px 16px;
  border: 1px solid #343b36;
  border-radius: 0;
  background: transparent;
  color: #17201b;
  font: 700 11px/1.25 "Courier New", ui-monospace, monospace;
  cursor: pointer;
}

.other-amount-button:hover {
  background: #e1e9df;
}

.gazette-country-state {
  width: fit-content;
  margin: 34px 0 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #d64b4b;
  font: 700 14px/1.4 "Courier New", monospace;
}

.gazette-country-state > span:first-child {
  margin-right: 8px;
  font-size: 20px;
  font-weight: 400;
}

.gazette-certificate {
  position: relative;
  aspect-ratio: 1.06 / 1;
  border: 2px solid #272727;
  padding: 9px;
  background-color: #fdfcf8;
}

.gazette-certificate::before,
.gazette-certificate::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.gazette-certificate::before {
  inset: 5px;
  border: 1px solid #68655f;
}

.gazette-certificate::after {
  inset: 14px;
  border: 1px double #c4c0b7;
}

.certificate-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 32px;
  text-align: center;
}

.certificate-inner::before,
.certificate-inner::after {
  content: "✣";
  position: absolute;
  color: #5c5953;
  font-size: 18px;
}

.certificate-inner::before { top: 3px; left: 3px; }
.certificate-inner::after { right: 3px; bottom: 3px; }

.certificate-title {
  margin: 0 0 14px;
  font: 700 23px/1.2 "Courier New", monospace;
  letter-spacing: 2px;
}

.certificate-ornament {
  display: block;
  color: #817e78;
  margin: 0 0 14px;
}

.certificate-number {
  margin: 0 0 30px;
  font: 22px/1.2 Georgia, serif;
  font-variant-numeric: tabular-nums;
}

.certificate-number-label {
  display: block;
  margin: 0 0 6px;
  color: #77746d;
  font: 700 9px/1.2 "Courier New", ui-monospace, monospace;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.certificate-rule {
  width: 80%;
  border-top: 1px solid #c6c3bc;
  margin-bottom: 22px;
}

.certificate-statement {
  margin: 0 0 14px;
  font: 18px/1.55 "Courier New", monospace;
}

.certificate-placeholder {
  margin: 14px 0 0;
  color: #9b9891;
  font: 16px/1.4 "Courier New", monospace;
}

.certificate-belief {
  margin-top: 28px;
  color: #5f5b54;
  font-size: 13px;
  font-style: italic;
}

.gazette-band {
  display: grid;
  padding: 32px 0;
  border-bottom: 1px solid #a9a7a0;
}

.gazette-band h2,
.gazette-status h2 {
  margin: 0 0 24px;
  font: 700 18px/1.2 "Courier New", monospace;
}

.gazette-measure {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.gazette-column {
  min-width: 0;
  padding: 0 36px;
}

.gazette-column:first-child {
  padding-left: 0;
  border-right: 1px solid #b8b5ae;
}

.gazette-column:last-child {
  padding-right: 0;
}

.measure-list {
  margin: 0;
}

.measure-list div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 15px;
}

.measure-list dt {
  font: 12px/1.5 "Courier New", monospace;
  color: #77746d;
}

.measure-list dd {
  margin: 0;
  font: 14px/1.5 "Courier New", monospace;
}

.answer-tally {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.answer-tally article {
  min-width: 0;
}

.answer-tally h3 {
  min-height: 32px;
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 400;
}

.answer-tally strong {
  display: block;
  font-size: 25px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}

.answer-tally small {
  display: block;
  margin-top: 4px;
  font: 11px/1.3 "Courier New", monospace;
}

.answer-tally i {
  display: block;
  width: 8px;
  height: 5px;
  margin-top: 20px;
  background: #b42323;
}

.gazette-share {
  display: grid;
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
  gap: 44px;
  padding: 32px 0;
  border-bottom: 1px solid #b8b5ae;
}

.share-story h2 {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 400;
}

.share-story blockquote {
  margin: 0;
  padding-left: 16px;
  border-left: 2px solid #b42323;
}

.share-story blockquote p {
  margin: 0 0 12px;
  color: #5d5a54;
  font: 13px/1.6 "Courier New", ui-monospace, monospace;
}

.share-story blockquote strong {
  display: block;
  font: 700 16px/1.45 "Courier New", ui-monospace, monospace;
}

.share-notice {
  min-height: 18px;
  margin: 14px 0 0;
  color: #b42323;
  font: 11px/1.5 "Courier New", ui-monospace, monospace;
}

.share-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  align-content: start;
  padding: 1px;
  background: #b8b5ae;
}

.share-actions button {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  min-width: 0;
  min-height: 48px;
  padding: 7px 8px;
  border: 0;
  border-radius: 0;
  background: #fbfaf6;
  color: #34332f;
  font: 700 10px/1.2 "Courier New", ui-monospace, monospace;
  text-align: left;
  cursor: pointer;
}

.share-actions button:hover,
.share-actions button:focus-visible {
  z-index: 1;
  background: #17201b;
  color: #f8f9f5;
}

.share-actions button > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.share-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid currentColor;
  font: 700 10px/1 "Courier New", ui-monospace, monospace;
}

.gazette-evidence {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.gazette-empty-log {
  min-height: 154px;
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  align-content: start;
  font: 12px/1.7 "Courier New", monospace;
}

.gazette-empty-log time {
  white-space: nowrap;
}

.gazette-empty-log p {
  max-width: 42ch;
  margin: 0;
}

.map-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.map-heading-row h2 {
  margin-bottom: 0;
}

.map-view-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex: 0 0 auto;
  border: 1px solid #77746d;
}

.map-view-switch button {
  min-height: 32px;
  padding: 6px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5c5a55;
  font: 700 10px/1.2 "Courier New", ui-monospace, monospace;
  text-transform: uppercase;
  cursor: pointer;
}

.map-view-switch button + button {
  border-left: 1px solid #77746d;
}

.map-view-switch button[aria-pressed="true"] {
  background: #17201b;
  color: #f8f9f5;
}

.gazette-map-wrap {
  position: relative;
  width: 100%;
  min-height: 270px;
}

.gazette-map-wrap[hidden],
.flag-roster[hidden] {
  display: none;
}

.flag-roster {
  width: 100%;
}

.flag-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(58px, 1fr));
  gap: 1px;
  padding: 1px;
  border: 1px solid #b8b5ae;
  background: #b8b5ae;
}

.flag-item {
  min-width: 0;
}

.flag-cell {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 72px;
  grid-template-rows: 42px auto;
  gap: 5px;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  padding: 6px 4px 5px;
  border: 0;
  border-radius: 0;
  background: #fbfaf6;
  color: #77746d;
  cursor: pointer;
}

.flag-cell:hover,
.flag-cell.selected {
  z-index: 1;
  outline: 2px solid #b42323;
  outline-offset: -2px;
}

.flag-image-wrap {
  position: relative;
  display: grid;
  width: 100%;
  height: 42px;
  place-items: center;
  overflow: hidden;
  background: #f2f0e9;
  filter: grayscale(1) contrast(.65);
  opacity: .34;
  transition: filter 160ms ease, opacity 160ms ease;
}

.flag-cell:hover .flag-image-wrap {
  filter: grayscale(.45) contrast(.82);
  opacity: .72;
}

.flag-cell.appeared .flag-image-wrap {
  filter: none;
  opacity: 1;
}

.flag-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flag-code-fallback {
  font: 700 14px/1 "Courier New", ui-monospace, monospace;
  letter-spacing: 0;
}

.flag-code {
  width: 100%;
  overflow: hidden;
  font: 700 9px/1.1 "Courier New", ui-monospace, monospace;
  letter-spacing: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flag-count {
  position: absolute;
  top: 3px;
  right: 4px;
  display: none;
  min-width: 15px;
  padding: 2px 3px;
  background: #17201b;
  color: #f8f9f5;
  font: 700 8px/1 "Courier New", ui-monospace, monospace;
}

.flag-cell.appeared .flag-count {
  display: block;
}

.flag-call-to-action {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.light-country-button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #a51f1f;
  border-radius: 0;
  background: #b42323;
  color: #fffdf7;
  font: 700 12px/1.2 "Courier New", ui-monospace, monospace;
  cursor: pointer;
}

.light-country-button:hover {
  background: #941a1a;
}

.flag-call-to-action p {
  max-width: 42ch;
  margin: 0;
  color: #6d6a64;
  font: 11px/1.45 "Courier New", ui-monospace, monospace;
}

#gazetteWorldMap {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.96 / 1;
}

.gazette-map-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #77746d;
  font: 12px/1.4 "Courier New", monospace;
}

.gazette-map-sphere {
  fill: #fbfaf6;
  stroke: transparent;
}

.gazette-map-graticule {
  fill: none;
  stroke: #dedbd4;
  stroke-width: 0.55;
}

.gazette-map-country {
  fill: #fbfaf6;
  stroke: #74716b;
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
  cursor: pointer;
  transition: fill 130ms ease, stroke 130ms ease;
}

.gazette-map-country:hover,
.gazette-map-country.selected {
  fill: #e6e3dc;
  stroke: #b42323;
  stroke-width: 1.5;
}

.gazette-map-country.appeared {
  fill: #d45a5a;
  stroke: #9c1e1e;
}

.map-summary {
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-top: 10px;
}

.map-summary p {
  margin: 0;
  font-size: 14px;
}

.map-summary strong {
  color: #b42323;
  font-size: 24px;
  font-weight: 400;
}

.map-summary p:last-child strong {
  color: #9b9891;
}

.map-readout {
  display: block;
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  margin: 12px auto 0;
  padding: 2px 0;
  border: 0;
  border-bottom: 1px solid #d64b4b;
  border-radius: 0;
  background: transparent;
  color: #34332f;
  font: 12px/1.4 "Courier New", monospace;
  text-align: center;
}

.gazette-reasons {
  display: block;
}

.live-reasons-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.live-reasons-heading h2 {
  margin-bottom: 0;
}

.live-reasons-heading span {
  color: #b42323;
  font: 700 10px/1.2 "Courier New", ui-monospace, monospace;
  letter-spacing: 0;
}

.live-reason-list {
  min-height: 96px;
  border-top: 1px solid #b8b5ae;
  border-bottom: 1px solid #b8b5ae;
}

.live-reason-empty {
  margin: 0;
  padding: 26px 0;
  color: #77746d;
  font: 13px/1.6 "Courier New", ui-monospace, monospace;
}

.live-reason-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px dotted #c8c5be;
}

.live-reason-item:last-child {
  border-bottom: 0;
}

.live-reason-item small {
  color: #77746d;
  font: 10px/1.45 "Courier New", ui-monospace, monospace;
}

.live-reason-item p {
  margin: 0;
  font: 14px/1.55 "Courier New", ui-monospace, monospace;
}

.reasons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.reasons-grid article {
  min-height: 112px;
  padding-right: 34px;
}

.reasons-grid article + article {
  padding: 0 0 0 34px;
  border-left: 1px solid #b8b5ae;
}

.reasons-grid h3 {
  width: fit-content;
  margin: 0 0 16px;
  padding-bottom: 4px;
  border-bottom: 2px solid #d64b4b;
  font-size: 15px;
  font-weight: 400;
}

.reasons-grid p {
  max-width: 54ch;
  margin: 0;
  font: 13px/1.7 "Courier New", monospace;
  color: #5d5a54;
}

.gazette-money {
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.55fr);
  gap: 48px;
}

.money-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.money-heading span {
  color: #6d6a64;
  font: 11px/1.3 "Courier New", monospace;
}

.money-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  border: 1px dotted #a9a7a0;
  font: 13px/1.4 "Courier New", monospace;
}

.money-table-wrap th,
.money-table-wrap td {
  padding: 9px 14px;
  border-bottom: 1px dotted #c8c5be;
}

.money-table-wrap th {
  font-weight: 400;
  text-align: left;
}

.money-table-wrap td {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.money-table-wrap .net-row th,
.money-table-wrap .net-row td {
  border-top: 1px solid #34332f;
  border-bottom: 0;
  color: #b42323;
}

.curiosity-ledger td {
  width: 54px;
  color: #b42323;
  font-size: 24px;
  text-align: center;
}

.curiosity-ledger th {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.curiosity-index {
  display: inline-block;
  width: 32px;
  color: #8a8881;
  font-size: 11px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  vertical-align: 1px;
}

.curiosity-sidebar {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
}

.curiosity-outcomes {
  padding-left: 34px;
  border-left: 1px solid #b8b5ae;
}

.curiosity-outcomes .answer-tally {
  grid-template-columns: 1fr;
  gap: 30px;
}

.curiosity-mark {
  display: block;
  margin-bottom: 14px;
  color: #b42323;
  font: 34px/1 Georgia, serif;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.money-note {
  align-self: end;
  padding-left: 34px;
  border-left: 1px solid #b8b5ae;
}

.money-note p {
  margin: 0 0 18px;
  font: 12px/1.65 "Courier New", monospace;
}

.curiosity-note {
  align-self: stretch;
  padding: 28px 0;
  border-top: 3px double #111214;
  border-bottom: 3px double #111214;
  border-left: 0;
}

.curiosity-note .curiosity-mark {
  font-size: 48px;
}

.curiosity-note p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.gazette-rules {
  grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
  gap: 50px;
}

.rules-heading p {
  max-width: 34ch;
  margin: 0;
  font: 13px/1.7 "Courier New", monospace;
}

.rules-ledger details {
  border-bottom: 1px solid #b8b5ae;
}

.rules-ledger details:first-child {
  border-top: 1px solid #b8b5ae;
}

.rules-ledger summary {
  position: relative;
  padding: 14px 36px 14px 0;
  list-style: none;
  font: 700 14px/1.4 "Courier New", monospace;
  cursor: pointer;
}

.rules-ledger summary::-webkit-details-marker {
  display: none;
}

.rules-ledger summary::after {
  content: "+";
  position: absolute;
  top: 12px;
  right: 4px;
  color: #b42323;
  font-size: 18px;
  font-weight: 400;
}

.rules-ledger details[open] summary::after {
  content: "−";
}

.rules-ledger details p {
  max-width: 72ch;
  margin: 0;
  padding: 0 38px 16px 0;
  color: #54514b;
  font: 13px/1.65 "Courier New", monospace;
}

.copy-email,
.gazette-secondary {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #34332f;
  border-radius: 0;
  background: transparent;
  color: #171717;
  font: 700 12px/1.2 "Courier New", monospace;
  cursor: pointer;
}

.copy-email {
  margin: 0 0 16px;
}

.copy-email:hover,
.gazette-secondary:hover {
  background: #e7e4dc;
}

.gazette-dialog {
  width: min(640px, calc(100% - 28px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  border: 1px solid #34332f;
  border-radius: 0;
  background: #fbfaf6;
  color: #171717;
  box-shadow: 0 18px 70px rgba(34, 32, 28, 0.28);
}

.gazette-dialog::backdrop {
  background: rgba(33, 31, 28, 0.56);
}

.dialog-sheet {
  padding: 28px;
}

.dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #a9a7a0;
}

.dialog-kicker {
  margin: 0 0 7px;
  font: 700 11px/1.2 "Courier New", monospace;
  letter-spacing: 2px;
}

.dialog-heading h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
}

.dialog-close {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  padding: 0;
  border: 1px solid #77746d;
  border-radius: 0;
  background: transparent;
  color: #171717;
  font: 26px/1 Arial, sans-serif;
  cursor: pointer;
}

.dialog-close:hover {
  background: #e7e4dc;
}

.dialog-intro {
  margin: 18px 0;
  font: 13px/1.6 "Courier New", monospace;
}

.inline-form {
  display: grid;
  gap: 18px;
}

.inline-form > label > span,
.amount-picker > span,
.inline-form legend {
  display: block;
  margin-bottom: 8px;
  font: 700 12px/1.3 "Courier New", monospace;
}

.inline-form select {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #77746d;
  border-radius: 0;
  background: #fbfaf6;
  color: #171717;
  font: 14px/1.2 Arial, "Noto Sans", sans-serif;
}

.amount-picker {
  display: grid;
  gap: 9px;
}

.amount-modes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: #77746d;
}

.amount-modes button {
  min-height: 42px;
  min-width: 0;
  padding: 8px 12px;
  border: 0;
  border-radius: 0;
  background: #f8f9f5;
  color: #17201b;
  font: 700 12px/1.25 "Courier New", ui-monospace, monospace;
  cursor: pointer;
}

.amount-modes button + button {
  border-left: 0;
}

.amount-modes button[aria-pressed="true"] {
  background: #17201b;
  color: #f8f9f5;
}

.amount-modes .amount-million {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f4efe4;
  color: #8f1d1d;
}

.amount-million small {
  padding: 2px 4px;
  border: 1px solid currentColor;
  font: 700 9px/1 "Courier New", ui-monospace, monospace;
}

.amount-modes .amount-million[aria-pressed="true"] {
  background: #8f1d1d;
  color: #fffaf0;
}

.payment-provider-line {
  margin: 0;
  color: #68655f;
  font: 11px/1.4 "Courier New", ui-monospace, monospace;
}

.usdc-payment-panel {
  padding: 16px;
  border: 1px solid #8f1d1d;
  background: #f4efe4;
}

.usdc-panel-heading {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #b7aa95;
}

.usdc-token-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #8f1d1d;
  border-radius: 50%;
  color: #8f1d1d;
  font: 700 20px/1 "Courier New", ui-monospace, monospace;
}

.usdc-panel-heading strong,
.usdc-panel-heading small {
  display: block;
  font-family: "Courier New", ui-monospace, monospace;
}

.usdc-panel-heading strong { font-size: 13px; line-height: 1.35; }
.usdc-panel-heading small { margin-top: 3px; color: #665f54; font-size: 11px; }

.usdc-only {
  padding: 4px 6px;
  background: #8f1d1d;
  color: #fffaf0;
  font: 700 9px/1 "Courier New", ui-monospace, monospace;
  white-space: nowrap;
}

.usdc-details {
  display: grid;
  gap: 0;
  margin: 14px 0;
  border-top: 1px dotted #b7aa95;
}

.usdc-details div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px dotted #b7aa95;
  font: 11px/1.45 "Courier New", ui-monospace, monospace;
}

.usdc-details dt { color: #6b6459; }
.usdc-details dd { margin: 0; overflow-wrap: anywhere; }

.usdc-payment-panel > p {
  margin: 0;
  color: #5d554a;
  font: 11px/1.55 "Courier New", ui-monospace, monospace;
}

.usdc-copy-button {
  width: 100%;
  min-height: 38px;
  margin-top: 14px;
  border: 1px solid #8f1d1d;
  border-radius: 0;
  background: transparent;
  color: #8f1d1d;
  font: 700 11px/1.3 "Courier New", ui-monospace, monospace;
  cursor: pointer;
}

.usdc-copy-button:hover {
  background: #8f1d1d;
  color: #fffaf0;
}

.inline-form fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.inline-form fieldset label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  font: 13px/1.45 "Courier New", monospace;
}

.other-reason-field input {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  border: 1px solid #77746d;
  border-radius: 0;
  background: #f8f9f5;
  color: #17201b;
  font: 13px/1.4 "Courier New", ui-monospace, monospace;
}

.other-reason-field input::placeholder {
  color: #8a8881;
}

.inline-form input[type="radio"] {
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  accent-color: #b42323;
}

.fixed-price {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 20px;
  padding: 14px 0;
  border-top: 1px solid #a9a7a0;
  border-bottom: 1px solid #a9a7a0;
}

.fixed-price span,
.fixed-price small {
  font: 12px/1.45 "Courier New", monospace;
}

.fixed-price strong {
  grid-row: span 2;
  font-size: 28px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}

.fixed-price small {
  color: #64615b;
}

.dialog-submit {
  width: 100%;
  min-width: 0;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
}

.form-notice {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid #b42323;
  background: #efede6;
  font: 12px/1.55 "Courier New", monospace;
}

.gazette-dialog[open] {
  animation: dialog-in 160ms ease-out both;
}

@keyframes dialog-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.gazette-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 34px;
  border-bottom: 1px solid #a9a7a0;
  text-align: center;
}

.gazette-status h2 {
  margin-bottom: 8px;
}

.gazette-status p {
  margin: 0 0 18px;
  font-size: 24px;
}

.gazette-status p::first-letter {
  text-decoration-color: #d64b4b;
}

.gazette-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 48px;
  padding-top: 14px;
  color: #5f5c56;
  font: 10px/1.4 "Courier New", monospace;
}

.gazette-footer nav {
  display: flex;
  gap: 20px;
}

[dir="rtl"] .gazette-page {
  direction: rtl;
}

[dir="rtl"] .gazette-nav,
[dir="rtl"] .gazette-tools,
[dir="rtl"] .map-summary,
[dir="rtl"] .gazette-footer nav {
  flex-direction: row-reverse;
}

[dir="rtl"] .money-table-wrap th { text-align: right; }
[dir="rtl"] .money-table-wrap td { text-align: left; }
[dir="rtl"] .money-note { padding: 0 34px 0 0; border-left: 0; border-right: 1px solid #b8b5ae; }
[dir="rtl"] .curiosity-note { padding: 28px 0; border-right: 0; border-top: 3px double #111214; border-bottom: 3px double #111214; }
[dir="rtl"] .curiosity-outcomes { padding: 0 34px 0 0; border-left: 0; border-right: 1px solid #b8b5ae; }
[dir="rtl"] .reasons-grid article { padding: 0 0 0 34px; }
[dir="rtl"] .reasons-grid article + article { padding: 0 34px 0 0; border-left: 0; border-right: 1px solid #b8b5ae; }

@media (max-width: 1050px) {
  .gazette-page { width: min(100% - 20px, 980px); padding: 24px; }
  .gazette-header { grid-template-columns: 1fr; gap: 16px; }
  .gazette-tools { justify-content: space-between; }
  .gazette-nav { gap: 16px; }
  .gazette-hero { grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr); gap: 36px; }
  .gazette-proposition h1 { font-size: 44px; }
  html:not([lang="zh"]) .gazette-proposition h1 { font-size: 36px; }
  .gazette-equation p { grid-template-columns: 1fr; gap: 2px; white-space: normal; }
  .gazette-equation strong { display: block; font-size: 38px; }
  .gazette-silence { margin-right: -24px; margin-left: -24px; padding-right: 24px; padding-left: 24px; }
}

@media (max-width: 780px) {
  .gazette-page { width: 100%; margin: 0; padding: 18px; box-shadow: none; }
  .gazette-tools { align-items: flex-start; }
  .gazette-nav { flex-wrap: wrap; gap: 10px 16px; }
  .gazette-language select { width: 104px; }
  .gazette-hero { grid-template-columns: 1fr; min-height: auto; gap: 38px; padding: 36px 0; }
  .gazette-proposition h1 { max-width: 20ch; font-size: 41px; }
  html:not([lang="zh"]) .gazette-proposition h1 { font-size: 41px; }
  .gazette-certificate { width: min(100%, 520px); margin: 0 auto; }
  .gazette-measure,
  .gazette-evidence,
  .gazette-money,
  .gazette-rules { grid-template-columns: 1fr; }
  .gazette-share { grid-template-columns: 1fr; gap: 24px; }
  .gazette-column { padding: 28px 0; }
  .gazette-column:first-child { padding-top: 0; border-right: 0; border-bottom: 1px solid #b8b5ae; }
  .gazette-column:last-child { padding-bottom: 0; }
  .gazette-money { gap: 30px; }
  .gazette-rules { gap: 26px; }
  .hero-actions { flex-wrap: wrap; }
  .gazette-silence { grid-template-columns: minmax(0, 1fr) auto; gap: 7px 18px; margin-right: -18px; margin-left: -18px; padding: 16px 18px; }
  .silence-context { grid-column: 1 / -1; }
  .money-note { padding: 24px 0 0; border-left: 0; border-top: 1px solid #b8b5ae; }
  .curiosity-note { padding: 24px 0; border-top: 3px double #111214; border-bottom: 3px double #111214; }
  .curiosity-sidebar { gap: 30px; }
  .curiosity-outcomes { padding: 24px 0 0; border-left: 0; border-top: 1px solid #b8b5ae; }
  [dir="rtl"] .money-note { padding: 24px 0 0; border-right: 0; border-top: 1px solid #b8b5ae; }
  [dir="rtl"] .curiosity-note { padding: 24px 0; border-top: 3px double #111214; border-bottom: 3px double #111214; }
  [dir="rtl"] .curiosity-outcomes { padding: 24px 0 0; border-right: 0; border-top: 1px solid #b8b5ae; }
  .gazette-footer { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .gazette-page { padding: 15px; }
  .gazette-header { gap: 14px; }
  .gazette-brand a,
  .gazette-home-button { font-size: 18px; letter-spacing: 3px; }
  .gazette-brand span { max-width: 30ch; font-size: 15px; }
  .gazette-tools { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
  .gazette-nav { gap: 8px 13px; }
  .gazette-nav a,
  .gazette-nav button { font-size: 11px; }
  .gazette-proposition h1 { margin-bottom: 30px; font-size: 34px; }
  html:not([lang="zh"]) .gazette-proposition h1 { font-size: 34px; }
  .gazette-equation p { display: block; padding: 11px 12px; white-space: normal; font-size: 14px; }
  .gazette-equation strong { display: block; margin-bottom: 2px; font-size: 36px; }
  .gazette-silence { margin-right: -15px; margin-left: -15px; padding-right: 15px; padding-left: 15px; }
  .silence-message { font-size: 13px; }
  .gazette-cta { width: 100%; min-width: 0; min-height: 60px; padding: 13px 16px; font-size: 15px; white-space: normal; }
  .gazette-cta::after { font-size: 22px; }
  .section-cta { grid-template-columns: 1fr; gap: 0; padding: 24px 0 28px; }
  .section-cta::before,
  .section-cta::after { display: none; }
  .hero-actions,
  .status-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .other-amount-button { width: 100%; min-width: 0; }
  .gazette-country-state { font-size: 12px; }
  .gazette-certificate { min-height: 390px; aspect-ratio: auto; }
  .certificate-inner { padding: 34px 18px; }
  .certificate-title { font-size: 18px; }
  .certificate-number { font-size: 18px; }
  .certificate-statement { font-size: 15px; }
  .certificate-placeholder { font-size: 12px; }
  .answer-tally { grid-template-columns: 1fr; gap: 24px; }
  .answer-tally h3 { min-height: 0; }
  .answer-tally i { margin-top: 9px; }
  .share-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gazette-empty-log { grid-template-columns: 1fr; gap: 6px; }
  .live-reasons-heading { display: grid; gap: 8px; }
  .live-reason-item { grid-template-columns: 1fr; gap: 6px; }
  .reasons-grid { grid-template-columns: 1fr; }
  .reasons-grid article { min-height: 0; padding: 0 0 24px; }
  .reasons-grid article + article { padding: 24px 0 0; border-left: 0; border-top: 1px solid #b8b5ae; }
  [dir="rtl"] .reasons-grid article,
  [dir="rtl"] .reasons-grid article + article { padding-right: 0; padding-left: 0; border-right: 0; }
  .money-heading { display: block; }
  .money-heading span { display: block; margin: -13px 0 15px; }
  .map-heading-row { display: grid; gap: 12px; }
  .map-view-switch { width: 100%; }
  .map-view-switch button { min-height: 38px; }
  .flag-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .flag-cell { min-height: 68px; }
  .flag-call-to-action { display: grid; gap: 10px; }
  .light-country-button { width: 100%; }
  .map-summary { gap: 18px; }
  .map-summary p { font-size: 12px; }
  .map-summary strong { font-size: 20px; }
  .gazette-status p { font-size: 20px; }
  .dialog-sheet { padding: 20px; }
  .dialog-heading h2 { font-size: 24px; }
  .fixed-price { grid-template-columns: 1fr; }
  .fixed-price strong { grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .gazette-body *,
  .gazette-body *::before,
  .gazette-body *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .gazette-proposition h1::after { animation: none; }
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}
a { color: inherit; text-decoration: none; }

.plain-body {
  background: #f2eadb;
  color: #17130f;
  font-family: Georgia, "Times New Roman", serif;
}
.plain-page {
  width: min(980px, calc(100% - 28px));
  margin: 0 auto;
  padding: 18px 0 50px;
}
.plain-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  border-bottom: 2px solid #17130f;
  padding: 12px 0 18px;
}
.plain-logo {
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
}
.plain-header p {
  margin: 4px 0 0;
  font-size: 15px;
}
.plain-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  color: #17130f;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-decoration: underline;
}
.plain-letter,
.plain-section {
  border-bottom: 1px solid #17130f;
  padding: clamp(30px, 6vw, 68px) 0;
}
.plain-date {
  font-family: Arial, sans-serif;
  color: #6d6253;
  font-size: 13px;
}
.plain-letter h1 {
  max-width: 920px;
  margin: 0 0 20px;
  font-size: clamp(46px, 8vw, 112px);
  line-height: .93;
  letter-spacing: 0;
}
.plain-letter p,
.plain-section p,
.plain-section li {
  max-width: 760px;
  font-size: clamp(19px, 2.1vw, 27px);
  line-height: 1.45;
}
.plain-lede {
  font-weight: 700;
}
.plain-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.plain-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 2px solid #17130f;
  padding: 11px 16px;
  background: transparent;
  color: #17130f;
  font-family: Arial, sans-serif;
  font-weight: 900;
}
.plain-button.primary {
  background: #17130f;
  color: #f2eadb;
}
.plain-counter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 2px solid #17130f;
}
.plain-counter div {
  padding: 24px 14px 24px 0;
  border-right: 1px solid #17130f;
}
.plain-counter div:last-child {
  border-right: 0;
}
.plain-counter span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.plain-counter strong {
  display: block;
  margin-top: 8px;
  font-family: Arial, sans-serif;
  font-size: clamp(44px, 7vw, 86px);
  line-height: .9;
}
.plain-section h2 {
  max-width: 860px;
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 70px);
  line-height: .98;
  letter-spacing: 0;
}
.plain-section a {
  text-decoration: underline;
}
.plain-section-head {
  margin-bottom: 18px;
}
.plain-map {
  position: relative;
  min-height: 520px;
  border: 2px solid #17130f;
  background:
    linear-gradient(rgba(23,19,15,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,19,15,.08) 1px, transparent 1px),
    #ede1cf;
  background-size: 40px 40px, 40px 40px, 100% 100%;
  overflow: hidden;
}
.plain-map .sphere {
  fill: #e7dccb;
  stroke: rgba(23,19,15,.28);
}
.plain-map .graticule {
  stroke: rgba(23,19,15,.16);
}
.plain-map .real-country {
  stroke: rgba(23,19,15,.45);
}
.plain-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}
.plain-two ul {
  padding-left: 24px;
}
.plain-bars .bar i {
  background: #17130f;
}
.plain-certificate-row {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}
.plain-certificate-row .mini-cert {
  margin: 0;
  border-color: #17130f;
  box-shadow: 8px 8px 0 #17130f;
}
.plain-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 2px solid #17130f;
  margin-top: 22px;
}
.plain-ledger span {
  padding: 18px;
  border-right: 1px solid #17130f;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.plain-ledger span:last-child {
  border-right: 0;
}
.plain-ledger b {
  display: block;
  font-size: clamp(30px, 5vw, 62px);
  margin-bottom: 6px;
}
.plain-final {
  border-bottom-width: 2px;
}
.plain-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 20px 0;
  font-family: Arial, sans-serif;
  text-decoration: underline;
}

.newspaper-body {
  background: #d8d0be;
  color: #15110d;
  font-family: Georgia, "Times New Roman", serif;
}
.newspaper-page {
  width: min(1180px, calc(100% - 28px));
  margin: 18px auto 46px;
  padding: 18px clamp(14px, 3vw, 34px) 28px;
  background: #f3ead8;
  border: 1px solid #15110d;
  box-shadow: 0 18px 40px rgba(21,17,13,.18);
}
.paper-masthead {
  border-bottom: 5px double #15110d;
  padding-bottom: 12px;
}
.paper-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #15110d;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.paper-language-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.paper-language-control select {
  min-height: 30px;
  width: auto;
  border: 1px solid #15110d;
  background: #f3ead8;
  color: #15110d;
  padding: 3px 8px;
  font: inherit;
  text-transform: none;
}
.paper-logo {
  display: block;
  color: #15110d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 11vw, 150px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: 0;
  text-align: center;
}
.paper-masthead p {
  margin: 4px 0 8px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.paper-masthead nav {
  justify-content: center;
  border-top: 1px solid #15110d;
  padding-top: 8px;
}
.paper-hero {
  border-bottom: 3px solid #15110d;
  padding: clamp(28px, 5vw, 58px) 0;
}
.paper-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(54px, 9vw, 124px);
  line-height: .86;
  letter-spacing: 0;
  text-align: center;
}
.paper-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 26px;
  align-items: start;
}
.paper-sidebar {
  border: 2px solid #15110d;
  padding: 14px;
  font-family: Arial, sans-serif;
  background: rgba(21,17,13,.04);
}
.paper-sidebar h2 {
  margin: 0 0 12px;
  font-size: 24px;
  font-family: Georgia, "Times New Roman", serif;
}
.paper-sidebar p {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #15110d;
  font-size: 15px;
  line-height: 1.35;
}
.paper-counter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 3px solid #15110d;
}
.paper-counter div {
  padding: 18px 16px 18px 0;
  border-right: 1px solid #15110d;
}
.paper-counter div:last-child { border-right: 0; }
.paper-counter span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.paper-counter strong {
  display: block;
  margin-top: 6px;
  font-family: Arial, sans-serif;
  font-size: clamp(42px, 7vw, 92px);
  line-height: .9;
}
.paper-section {
  padding: clamp(28px, 5vw, 58px) 0;
  border-bottom: 1px solid #15110d;
}
.paper-section h2 {
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 72px);
  line-height: .95;
  letter-spacing: 0;
}
.paper-section p,
.paper-section li {
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.42;
}
.paper-columns p {
  column-count: 2;
  column-gap: 34px;
}
.paper-map-section {
  border-bottom-width: 3px;
}
.paper-map-section .plain-map {
  background:
    linear-gradient(rgba(21,17,13,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21,17,13,.08) 1px, transparent 1px),
    #eadfca;
}
.paper-newsstrip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 3px solid #15110d;
}
.paper-newsstrip article {
  padding: 18px;
  border-right: 1px solid #15110d;
}
.paper-newsstrip article:last-child {
  border-right: 0;
}
.paper-newsstrip span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  border: 2px solid #15110d;
  font-family: Arial, sans-serif;
  font-weight: 900;
}
.paper-newsstrip h2 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1;
}
.paper-newsstrip p {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}
.paper-split-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
  align-items: start;
}
.paper-quote-box {
  border: 3px solid #15110d;
  padding: 18px;
  background: rgba(21,17,13,.04);
  transform: rotate(1deg);
}
.paper-quote-box p {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #15110d;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}
.paper-quote-box p:last-child {
  border-bottom: 0;
}
.paper-limit-event {
  border-top: 3px solid #15110d;
  border-bottom: 3px solid #15110d;
  background:
    repeating-linear-gradient(-6deg, rgba(21,17,13,.055), rgba(21,17,13,.055) 1px, transparent 1px, transparent 9px);
  padding-left: 18px;
  padding-right: 18px;
}
.paper-limit-event h2 {
  font-family: Arial, sans-serif;
  font-size: clamp(38px, 7vw, 92px);
  line-height: .9;
}
.paper-limit-event p:nth-of-type(2) {
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 4vw, 42px);
  color: #15110d;
}

.v22-front h1 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.paper-front-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: 28px;
  align-items: stretch;
}
.paper-equation {
  border-top: 4px solid #15110d;
  border-bottom: 4px solid #15110d;
}
.paper-equation p {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(180px, .28fr);
  gap: 18px;
  align-items: end;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #15110d;
}
.paper-equation p:last-child {
  border-bottom: 0;
}
.paper-equation strong {
  font-family: Arial, sans-serif;
  font-size: clamp(56px, 9vw, 132px);
  line-height: .82;
  letter-spacing: 0;
}
.paper-equation span {
  font-family: Arial, sans-serif;
  font-size: clamp(18px, 2.6vw, 34px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
.country-state {
  margin: 22px 0 0;
  padding: 12px 0;
  border-bottom: 1px solid #15110d;
  border-top: 1px solid #15110d;
  font-family: Arial, sans-serif;
  font-size: clamp(20px, 3vw, 42px);
  font-weight: 900;
  text-transform: uppercase;
}
.paper-refusal {
  margin: 14px 0 0;
  font-family: Arial, sans-serif;
  font-weight: 900;
}
.blank-certificate {
  display: grid;
  align-content: center;
  min-height: 420px;
  padding: 22px;
  border: 8px double #15110d;
  background: #fffaf0;
  text-align: center;
}
.blank-certificate h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 66px);
}
.blank-certificate p {
  font-size: 18px;
}
.cert-line {
  margin-top: 14px;
  padding: 10px 0 7px;
  border-top: 1px solid #15110d;
  border-bottom: 1px solid #15110d;
  font-family: Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.paper-measure-grid,
.answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.answer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.paper-measure-grid article,
.answer-grid article {
  border: 2px solid #15110d;
  padding: 18px;
  background: rgba(21,17,13,.035);
}
.answer-grid span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  border: 2px solid #15110d;
  font-family: Arial, sans-serif;
  font-weight: 900;
}
.one-dollar-box {
  border: 2px solid var(--ink);
  padding: 18px;
  background: #fffaf0;
}
.one-dollar-box strong {
  display: block;
  font-size: clamp(44px, 8vw, 90px);
  line-height: .9;
}

.doodle-body {
  margin: 0;
  background:
    linear-gradient(rgba(50,70,110,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(50,70,110,.06) 1px, transparent 1px),
    #fff7df;
  background-size: 28px 28px;
  color: #241d18;
  font-family: "Comic Sans MS", "Comic Sans", "Trebuchet MS", sans-serif;
}
.doodle-page {
  width: min(1080px, calc(100% - 24px));
  margin: 0 auto;
  padding: 18px 0 60px;
}
.doodle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
}
.doodle-logo {
  color: #241d18;
  font-size: clamp(34px, 7vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: underline wavy #f05b42;
}
.doodle-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  color: #241d18;
  font-size: 15px;
}
.doodle-header nav a {
  border: 2px solid #241d18;
  border-radius: 999px;
  padding: 7px 11px;
  background: #fff;
}
.doodle-hero,
.doodle-card,
.doodle-map-card,
.doodle-final {
  position: relative;
  border: 4px solid #241d18;
  border-radius: 22px 16px 26px 18px;
  background: #fffdf3;
  box-shadow: 8px 8px 0 #241d18;
  padding: clamp(24px, 5vw, 58px);
  margin: 22px 0;
}
.doodle-hero {
  min-height: 76dvh;
  display: grid;
  align-content: center;
  overflow: hidden;
}
.doodle-note {
  width: max-content;
  margin: 0 0 14px;
  padding: 6px 10px;
  background: #ffe66f;
  border: 3px solid #241d18;
  transform: rotate(-3deg);
}
.doodle-hero h1,
.doodle-card h2,
.doodle-map-card h2,
.doodle-final h2,
.doodle-certificate h2 {
  max-width: 900px;
  margin: 0 0 18px;
  font-size: clamp(42px, 8vw, 104px);
  line-height: .92;
  letter-spacing: 0;
}
.doodle-card h2,
.doodle-map-card h2,
.doodle-final h2,
.doodle-certificate h2 {
  font-size: clamp(34px, 5vw, 68px);
}
.doodle-hero p,
.doodle-card p,
.doodle-map-card p,
.doodle-final p,
.doodle-certificate p,
.doodle-card li {
  max-width: 720px;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.4;
}
.sun-doodle {
  position: absolute;
  right: 42px;
  top: 38px;
  width: 110px;
  height: 110px;
  border: 5px solid #241d18;
  border-radius: 999px;
  background: #ffd95a;
  box-shadow: 0 0 0 12px #fff7df, 0 0 0 17px #241d18;
  transform: rotate(8deg);
}
.doodle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.doodle-button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  border: 3px solid #241d18;
  border-radius: 999px;
  padding: 11px 18px;
  background: #fff;
  color: #241d18;
  font-weight: 900;
  box-shadow: 4px 4px 0 #241d18;
}
.doodle-button.primary {
  background: #ff7a59;
}
.doodle-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}
.doodle-stats div {
  border: 4px solid #241d18;
  border-radius: 18px;
  background: #dff6ff;
  box-shadow: 5px 5px 0 #241d18;
  padding: 18px;
}
.doodle-stats span {
  display: block;
  font-size: 15px;
  font-weight: 900;
}
.doodle-stats strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .9;
}
.tilted-left { transform: rotate(-1.2deg); }
.tilted-right { transform: rotate(1.3deg); }
.doodle-map-card {
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  gap: 22px;
  background: #eaf9df;
}
.doodle-map-card a {
  color: #241d18;
  font-weight: 900;
  text-decoration: underline wavy #2f8f5b;
}
.doodle-map {
  position: relative;
  min-height: 470px;
  border: 4px solid #241d18;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(rgba(36,29,24,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36,29,24,.08) 1px, transparent 1px),
    #bfeaff;
  background-size: 34px 34px;
}
.doodle-map .sphere { fill: #bfeaff; stroke: rgba(36,29,24,.35); }
.doodle-map .graticule { stroke: rgba(36,29,24,.18); }
.doodle-map .real-country { stroke: rgba(36,29,24,.5); stroke-width: .7; }
.doodle-grid,
.doodle-certificate {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}
.doodle-bars .bar i {
  background: repeating-linear-gradient(45deg, #ff7a59, #ff7a59 8px, #ffd95a 8px, #ffd95a 16px);
}
.doodle-certificate {
  margin: 22px 0;
}
.doodle-certificate .mini-cert {
  margin: 0;
  border-color: #241d18;
  box-shadow: 8px 8px 0 #241d18;
  transform: rotate(-2deg);
}
.doodle-final {
  background: #ffe66f;
}

.kind-body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,.55), transparent 18%),
    linear-gradient(180deg, #87cdf5, #73bff0);
  color: #111827;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}
.kind-page {
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto;
  padding: 24px 0 58px;
}
.kind-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}
.kind-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #071d3a;
  font-weight: 900;
}
.kind-mark a {
  font-size: 24px;
}
.kind-mark p {
  margin: 2px 0 0;
  font-size: 15px;
}
.smile-square {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #1976ee;
  color: #fff;
  border: 3px solid #071d3a;
  box-shadow: 4px 4px 0 rgba(7,29,58,.25);
  font-weight: 900;
}
.kind-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.kind-header nav a {
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid rgba(7,29,58,.22);
  color: #0757bd;
  font-weight: 900;
}
.paper-piece {
  position: relative;
  background: #fffaf0;
  border: 2px solid rgba(7,29,58,.12);
  border-radius: 18px;
  box-shadow: 0 20px 30px rgba(26,70,112,.18);
}
.paper-piece::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(7,29,58,.025) 1px, transparent 1px),
    linear-gradient(rgba(7,29,58,.025) 1px, transparent 1px);
  background-size: 18px 18px;
}
.kind-hero {
  min-height: 660px;
  padding: clamp(28px, 5vw, 72px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  align-items: center;
}
.kind-badge,
.blue-label {
  display: inline-flex;
  width: max-content;
  padding: 8px 14px;
  border-radius: 10px;
  background: #1677f2;
  color: #fff;
  font-weight: 900;
  box-shadow: 4px 4px 0 rgba(7,29,58,.18);
}
.kind-hero h1 {
  max-width: 760px;
  margin: 18px 0;
  font-size: clamp(48px, 8vw, 108px);
  line-height: .88;
  letter-spacing: 0;
  color: #1165dc;
}
.kind-hero p {
  max-width: 650px;
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.35;
}
.kind-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.kind-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 3px solid #071d3a;
  background: #fff;
  color: #071d3a;
  font-weight: 900;
  box-shadow: 0 7px 0 rgba(7,29,58,.18);
}
.kind-button.primary {
  background: #ffd039;
}
.kind-button.blue {
  background: #1677f2;
  color: #fff;
}
.kind-button.ghost {
  background: #fff;
}
.kind-button.big {
  font-size: 22px;
}
.paper-tape {
  position: absolute;
  width: 150px;
  height: 34px;
  background: rgba(255,222,109,.72);
  transform: rotate(-7deg);
  top: 18px;
  left: 44%;
}
.kind-character {
  position: relative;
  height: 360px;
}
.kind-head {
  position: absolute;
  left: 88px;
  top: 16px;
  width: 116px;
  height: 116px;
  border-radius: 999px;
  background: #ffd5b9;
  border: 4px solid #071d3a;
}
.kind-head::before,
.kind-head::after {
  content: "";
  position: absolute;
  top: 44px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #071d3a;
}
.kind-head::before { left: 32px; }
.kind-head::after { right: 32px; }
.kind-body-shape {
  position: absolute;
  left: 62px;
  top: 128px;
  width: 170px;
  height: 170px;
  border-radius: 44px 44px 70px 70px;
  background: #ffd039;
  border: 4px solid #071d3a;
}
.kind-arm {
  position: absolute;
  left: 210px;
  top: 104px;
  width: 105px;
  height: 38px;
  border-radius: 999px;
  background: #ffd039;
  border: 4px solid #071d3a;
  transform: rotate(-38deg);
}
.kind-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.kind-stat {
  padding: 20px;
}
.kind-stat span {
  display: block;
  color: #0a63ca;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}
.kind-stat strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(42px, 7vw, 86px);
  line-height: .9;
}
.kind-rules {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .8fr);
  gap: 24px;
  padding: 28px;
  margin: 22px 0;
}
.kind-map-preview {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 20px;
  background: #cfeeff;
  border: 3px solid rgba(7,29,58,.2);
}
.kind-map-preview .sphere { fill: #cfeeff; }
.kind-map-preview .graticule { stroke: rgba(7,29,58,.13); }
.kind-rules ol {
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.kind-rules li,
.moment-row {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(7,29,58,.14);
}
.kind-rules li::before,
.moment-row span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #1677f2;
  color: #fff;
  font-weight: 900;
}
.kind-rules li:nth-child(1)::before { content: "01"; }
.kind-rules li:nth-child(2)::before { content: "02"; }
.kind-rules li:nth-child(3)::before { content: "03"; }
.kind-rules b,
.moment-row b {
  display: block;
  font-size: 21px;
}
.kind-rules span,
.moment-row p {
  color: #475569;
}
.kind-notes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.sticky-note {
  min-height: 230px;
  padding: 20px;
  border: 2px solid rgba(7,29,58,.14);
  box-shadow: 0 15px 18px rgba(26,70,112,.12);
}
.sticky-note h2 {
  margin: 0 0 10px;
  font-size: 30px;
}
.sticky-note p {
  font-size: 18px;
  line-height: 1.45;
}
.sticky-note.pink { background: #ffe1eb; transform: rotate(-2deg); }
.sticky-note.yellow { background: #fff1b8; transform: rotate(1.5deg); }
.sticky-note.green { background: #ddf8d5; transform: rotate(-.8deg); }
.sticky-note.purple { background: #eee2ff; transform: rotate(1.2deg); }
.kind-moments,
.kind-final {
  padding: 30px;
  margin: 22px 0;
}
.moment-row {
  margin-top: 12px;
}
.moment-row p {
  margin: 4px 0 0;
}
.kind-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.kind-final h2 {
  margin: 0 0 10px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: .95;
  color: #071d3a;
}
.kind-final p {
  max-width: 700px;
  font-size: 22px;
}

.waterfall-body {
  background: #070707;
  color: var(--paper);
}
.waterfall-rail {
  position: fixed;
  left: 18px;
  top: 18px;
  bottom: 18px;
  z-index: 20;
  width: 78px;
  display: grid;
  grid-template-rows: auto repeat(3, auto) 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 14px 10px;
  border: 1px solid rgba(244,239,228,.16);
  background: rgba(7,7,7,.72);
  backdrop-filter: blur(18px);
}
.waterfall-rail .brand {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  justify-self: center;
  color: #fff;
}
.waterfall-rail a:not(.brand) {
  font-size: 11px;
  font-weight: 900;
  color: #c8bfb2;
  text-transform: uppercase;
  text-align: center;
}
.rail-cta {
  align-self: end;
  padding: 12px 8px;
  background: var(--paper);
  color: #070707 !important;
}
.waterfall {
  margin-left: 104px;
}
.wf-frame {
  min-height: 100dvh;
  padding: clamp(40px, 7vw, 94px);
  display: grid;
  align-content: center;
  position: relative;
  border-bottom: 1px solid rgba(244,239,228,.14);
}
.wf-frame h1,
.wf-frame h2 {
  max-width: 1080px;
  margin: 0 0 22px;
  font-size: clamp(44px, 7vw, 116px);
  line-height: .9;
  letter-spacing: 0;
}
.wf-frame p {
  max-width: 760px;
  color: #d0c7ba;
  font-size: clamp(18px, 2vw, 27px);
}
.wf-opening {
  background:
    radial-gradient(circle at 78% 25%, rgba(242,74,47,.24), transparent 30%),
    linear-gradient(135deg, #070707, #14100f 55%, #070707);
}
.wf-opening h1 { max-width: 1180px; }
.wf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.wf-accusation {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  background: #f4efe4;
  color: #070707;
}
.wf-accusation p {
  grid-column: 1 / -1;
  color: #463f36;
}
.wf-number {
  border-top: 6px solid #070707;
  padding-top: 18px;
}
.wf-number span {
  display: block;
  color: #756c60;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.wf-number strong {
  display: block;
  font-size: clamp(58px, 8vw, 138px);
  line-height: .9;
}
.wf-confession {
  background: linear-gradient(180deg, #111214, #070707);
}
.wf-confession h2:nth-of-type(2) { color: #f0b342; margin-top: 42px; }
.wf-map {
  background: #090b0d;
  grid-template-columns: minmax(280px, .45fr) minmax(0, 1fr);
  gap: 28px;
}
.home-console-map {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(244,239,228,.18);
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(16,108,120,.22), rgba(2,3,4,.96) 58%);
  background-size: 42px 42px, 42px 42px, 100% 100%;
}
.inline-real-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-console-map .country-drawer {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(320px, calc(100% - 36px));
  z-index: 3;
  backdrop-filter: blur(18px);
}
.wf-copy {
  align-self: center;
}
.wf-copy .button { margin-top: 18px; display: inline-flex; align-items: center; }
.wf-mission {
  background:
    linear-gradient(90deg, rgba(207,52,40,.22), transparent 36%),
    #111214;
}
.wf-reasons {
  grid-template-columns: minmax(0, .8fr) minmax(320px, .6fr);
  gap: 24px;
  background: #f4efe4;
  color: #070707;
}
.wf-reasons p { color: #463f36; }
.wf-certificate {
  grid-template-columns: minmax(320px, .7fr) minmax(0, .8fr);
  gap: 32px;
  background: #101316;
}
.mini-cert {
  margin: 0;
  transform: rotate(-1.5deg);
}
.wf-ledger {
  background: #070707;
}
.ledger-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}
.ledger-strip span {
  border: 1px solid rgba(244,239,228,.18);
  padding: 18px;
  color: #b8afa1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}
.ledger-strip b {
  display: block;
  color: #fff;
  font-size: clamp(32px, 5vw, 72px);
  margin-bottom: 8px;
}
.wf-final {
  background:
    radial-gradient(circle at 50% 20%, rgba(240,179,66,.18), transparent 32%),
    #f4efe4;
  color: #070707;
}
.wf-final p { color: #463f36; }
.waterfall-footer {
  margin-left: 104px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 24px clamp(24px, 6vw, 94px);
  color: #c8bfb2;
  background: #070707;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(247, 243, 234, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand {
  font-weight: 900;
  letter-spacing: 0;
}
nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #333;
  font-size: 14px;
}
.nav-cta {
  padding: 10px 14px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.hero {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  align-items: end;
  gap: 40px;
  padding: clamp(32px, 6vw, 80px) clamp(18px, 4vw, 56px);
  background:
    radial-gradient(circle at 82% 20%, rgba(242,74,47,.22), transparent 24%),
    linear-gradient(135deg, rgba(207,52,40,.16), transparent 36%),
    linear-gradient(315deg, rgba(20,125,139,.18), transparent 42%),
    var(--paper);
}
.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(48px, 7vw, 108px);
  line-height: .94;
  letter-spacing: 0;
}
.kicker {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lede {
  max-width: 650px;
  color: #34312d;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.35;
}
.hero-actions, .action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.button, button {
  min-height: 44px;
  border: 1px solid var(--ink);
  padding: 12px 18px;
  font-weight: 800;
  cursor: pointer;
}
.button.primary, button.primary { background: var(--ink); color: var(--paper); }
.button.secondary, button.secondary { background: transparent; color: var(--ink); }
.accusation {
  border-top: 5px solid var(--ink);
  padding-top: 20px;
  display: grid;
  gap: 8px;
}
.accusation span {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}
.accusation strong {
  font-size: clamp(42px, 6vw, 82px);
  line-height: .95;
}

.band, .dashboard, .page, .compliance, .home-map {
  padding: clamp(34px, 5vw, 72px) clamp(18px, 4vw, 56px);
}
.manifesto {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  background: var(--black);
  color: var(--paper);
}
h2 { margin: 0 0 12px; font-size: clamp(26px, 3vw, 44px); line-height: 1.05; letter-spacing: 0; }
p { line-height: 1.55; }
.dashboard {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 16px;
}
.panel, .card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.42);
  padding: 22px;
  border-radius: 6px;
}
.wide { grid-column: span 1; }
.plot-line { font-size: 22px; }
.muted { color: var(--muted); }
.bar {
  margin: 14px 0;
}
.bar label {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
}
.bar i {
  display: block;
  height: 9px;
  margin-top: 7px;
  background: linear-gradient(90deg, var(--red), var(--cyan));
}
.home-map {
  background:
    linear-gradient(180deg, rgba(7,7,7,.94), rgba(15,16,17,.98)),
    var(--black);
  color: var(--paper);
}
.home-map .muted, .map-stage .muted { color: #b8afa1; }
.home-map .section-heading {
  max-width: 900px;
  margin-bottom: 26px;
}
.map-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: stretch;
}
.map-stage.compact { grid-template-columns: minmax(0, 1fr) 300px; }
.map-shell {
  min-height: 520px;
  border: 1px solid rgba(244,239,228,.18);
  background:
    radial-gradient(circle at 50% 45%, rgba(20,125,139,.22), transparent 44%),
    linear-gradient(180deg, #070809, #121416);
  position: relative;
  overflow: hidden;
}
.map-page .map-shell {
  background:
    radial-gradient(circle at 50% 42%, rgba(20,125,139,.18), transparent 45%),
    #101214;
}
.world-canvas {
  position: absolute;
  inset: 0;
}
.world-canvas svg {
  width: 100%;
  height: 100%;
  display: block;
}
.land {
  fill: #25282c;
  stroke: rgba(244,239,228,.2);
  stroke-width: 1.2;
  transition: fill .3s ease, opacity .3s ease;
}
.map-shell:hover .land { fill: #2d3035; }
.map-country {
  position: absolute;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(244,239,228,.5);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
  padding: 0;
  box-shadow: 0 0 0 4px rgba(255,255,255,.04), 0 0 24px currentColor;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.map-country:hover, .map-country.selected {
  transform: translate(-50%, -50%) scale(1.18);
  border-color: #fff;
  z-index: 2;
}
.map-country.cold { background: var(--cold); color: #737b87; }
.map-country.dim { background: var(--dim); color: #9ba5b5; }
.map-country.ember { background: var(--ember); color: #ffb076; }
.map-country.warm { background: var(--warm); color: #ffd978; }
.map-country.hot { background: var(--hot); color: #ff725c; }
.map-country span { color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.8); }
[data-mode="unlit"] .map-country:not(.cold) {
  opacity: .18;
  filter: grayscale(1);
  box-shadow: none;
}
[data-mode="unlit"] .map-country.cold {
  transform: translate(-50%, -50%) scale(1.08);
  border-color: #fff;
}
[data-mode="participants"] .map-country {
  box-shadow: 0 0 0 4px rgba(255,255,255,.04), 0 0 18px currentColor;
}
[data-mode="participants"] .map-country.hot,
[data-mode="participants"] .map-country.warm,
[data-mode="participants"] .map-country.ember {
  background: #2d7f83;
  color: #48d1c8;
}
[data-mode="total"] .map-country.hot,
[data-mode="total"] .map-country.warm,
[data-mode="total"] .map-country.ember {
  background: #b77d22;
  color: #f3bc4c;
}
[data-mode="heat"] .map-country.cold,
[data-mode="heat"] .map-country.dim {
  opacity: .72;
}
.country-drawer {
  border: 1px solid rgba(244,239,228,.22);
  background: rgba(244,239,228,.08);
  padding: 22px;
  color: var(--paper);
}
.map-page .country-drawer {
  background: #111214;
  color: var(--paper);
}
.country-drawer h3 {
  margin: 0 0 12px;
  font-size: 34px;
}
.country-drawer dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 18px 0;
}
.country-drawer dt {
  color: #b8afa1;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.country-drawer dd {
  margin: 3px 0 0;
  font-size: 22px;
  font-weight: 900;
}
.temperature-panel { background: #111214; color: var(--paper); border-color: #333; }
.temp-legend {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}
.temp-legend span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}
.temp-legend i {
  width: 32px;
  height: 12px;
  display: inline-block;
  border: 1px solid rgba(255,255,255,.25);
}
.temp-legend .cold { background: var(--cold); }
.temp-legend .dim { background: var(--dim); }
.temp-legend .ember { background: var(--ember); }
.temp-legend .warm { background: var(--warm); }
.temp-legend .hot { background: var(--hot); }
.wide-legend {
  grid-template-columns: repeat(5, max-content);
  gap: 18px;
  margin-top: 18px;
}
.map-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 16px;
}
.map-mode {
  background: transparent;
  color: var(--ink);
}
.map-mode.active {
  background: var(--ink);
  color: var(--paper);
}
.map-page .map-stage { margin-top: 0; }
.country-script { margin-top: 18px; }
.country-script h2 { max-width: 900px; }
.ops-body {
  background: #050607;
}
.ops-header {
  background: rgba(5,6,7,.92);
  border-bottom-color: rgba(244,239,228,.14);
  color: #f4efe4;
}
.ops-header nav { color: #c8bfb2; }
.ops-map {
  min-height: calc(100vh - 74px);
  padding: 18px;
  background:
    radial-gradient(circle at 50% 36%, rgba(20,125,139,.18), transparent 35%),
    linear-gradient(180deg, #050607, #0b0d10 48%, #050607);
  color: #f4efe4;
}
.ops-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 18px 6px 16px;
}
.ops-topbar h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(34px, 4vw, 64px);
  line-height: .95;
  letter-spacing: 0;
}
.ops-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 8px;
}
.ops-topright {
  display: grid;
  gap: 10px;
  min-width: 320px;
}
.language-control {
  display: grid;
  grid-template-columns: auto minmax(170px, 1fr);
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(244,239,228,.2);
  background: rgba(244,239,228,.08);
  padding: 10px;
}
.language-control span {
  color: #f4efe4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ops-metrics span,
.ops-left,
.ops-right {
  border: 1px solid rgba(244,239,228,.16);
  background: rgba(244,239,228,.055);
}
.ops-metrics span {
  padding: 12px;
  color: #b8afa1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}
.ops-metrics b {
  display: block;
  color: #fff;
  font-size: 26px;
}
.ops-metrics em {
  font-style: normal;
}
.language-select {
  width: 100%;
  min-height: 40px;
  margin: 0;
  border: 1px solid rgba(244,239,228,.22);
  background: #101316;
  color: #f4efe4;
}
.ops-console {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 330px;
  gap: 12px;
  min-height: 680px;
}
.ops-left,
.ops-right {
  padding: 16px;
}
.panel-label {
  margin: 0 0 10px;
  color: #cf3428;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.map-toolbar.vertical {
  display: grid;
  margin: 0 0 20px;
}
.map-toolbar.vertical .map-mode {
  width: 100%;
  color: #f4efe4;
  border-color: rgba(244,239,228,.2);
  text-align: left;
  background: rgba(255,255,255,.03);
}
.map-toolbar.vertical .map-mode.active {
  background: #f4efe4;
  color: #070707;
}
.ops-readout {
  border-top: 1px solid rgba(244,239,228,.14);
  border-bottom: 1px solid rgba(244,239,228,.14);
  padding: 16px 0;
  margin-bottom: 18px;
}
.ops-readout strong {
  display: block;
  font-size: 22px;
}
.ops-readout span {
  display: block;
  margin-top: 8px;
  color: #b8afa1;
}
.real-map-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244,239,228,.18);
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(16,108,120,.22), rgba(2,3,4,.96) 58%);
  background-size: 42px 42px, 42px 42px, 100% 100%;
}
.real-map-shell svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.sphere {
  fill: rgba(7,9,12,.74);
  stroke: rgba(244,239,228,.18);
}
.sphere.plane {
  rx: 0;
}
.graticule {
  fill: none;
  stroke: rgba(244,239,228,.095);
  stroke-width: .7;
}
.real-country {
  fill: #20242a;
  stroke: rgba(244,239,228,.24);
  stroke-width: .45;
  cursor: crosshair;
  transition: fill .18s ease, opacity .18s ease, stroke .18s ease;
}
.real-country:hover,
.real-country.selected {
  stroke: #fff;
  stroke-width: 1.2;
  filter: drop-shadow(0 0 10px rgba(255,255,255,.45));
}
.real-country.cold { fill: #20242a; }
.real-country.dim { fill: #56606e; }
.real-country.ember { fill: #d06a32; }
.real-country.warm { fill: #e4a936; }
.real-country.hot { fill: #f24a2f; }
[data-mode="unlit"] .real-country:not(.cold) { opacity: .16; }
[data-mode="unlit"] .real-country.cold { fill: #38404b; }
[data-mode="participants"] .real-country.warm,
[data-mode="participants"] .real-country.ember,
[data-mode="participants"] .real-country.hot { fill: #248b90; }
[data-mode="total"] .real-country.warm,
[data-mode="total"] .real-country.ember,
[data-mode="total"] .real-country.hot { fill: #b77d22; }
.radar-sweep {
  position: absolute;
  inset: -35%;
  z-index: 1;
  pointer-events: none;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(20,125,139,0) 260deg, rgba(20,125,139,.22) 330deg, transparent 360deg);
  animation: sweep 9s linear infinite;
  mix-blend-mode: screen;
}
.map-loading {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  color: #b8afa1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.ops-right h2,
.ops-right h3 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1;
}
.ops-right dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 18px 0;
}
.ops-right dt {
  color: #b8afa1;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
}
.ops-right dd {
  margin: 3px 0 0;
  font-size: 24px;
  font-weight: 900;
}
@keyframes sweep {
  to { transform: rotate(360deg); }
}
.page h1 {
  max-width: 900px;
  font-size: clamp(42px, 6vw, 86px);
  line-height: .98;
  margin: 0 0 22px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.stat {
  font-size: 42px;
  font-weight: 900;
}
.world {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 6px;
  margin-top: 30px;
}
.country-cell {
  aspect-ratio: 1;
  border: 1px solid #2d2b28;
  background: #111;
}
.country-cell.lit { background: var(--gold); }
.country-cell.dim { background: #55524b; }

form {
  max-width: 920px;
  display: grid;
  gap: 20px;
}
fieldset {
  border: 1px solid var(--line);
  padding: 18px;
}
legend { font-weight: 900; }
.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.choice-grid label {
  display: block;
  border: 1px solid var(--line);
  padding: 14px;
  background: rgba(255,255,255,.4);
}
select, input[type="number"] {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  background: #fffaf0;
  padding: 10px;
  font: inherit;
}
.checkout-summary,
.limit-wall {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.42);
  padding: 18px;
}
.checkout-summary strong {
  display: block;
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1;
}
.limit-wall {
  border-color: var(--red);
  background: #fff1ed;
}
.limit-wall h2 {
  margin: 0 0 10px;
}
button:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.certificate {
  max-width: 900px;
  margin: 24px auto;
  padding: clamp(28px, 5vw, 70px);
  border: 10px solid var(--ink);
  background: #fffdf7;
  text-align: center;
}
.certificate h2 { font-size: clamp(34px, 5vw, 72px); }
.cert-no { font-size: 28px; font-weight: 900; color: var(--red); }
.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 840px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  nav { overflow-x: auto; width: 100%; padding-bottom: 4px; }
  .hero, .manifesto, .dashboard, .grid, .two, .map-stage, .map-stage.compact { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .choice-grid { grid-template-columns: 1fr; }
  .map-shell { min-height: 360px; }
  .map-country { width: 34px; height: 34px; font-size: 10px; }
  .wide-legend { grid-template-columns: 1fr; }
  .ops-topbar, .ops-console { grid-template-columns: 1fr; }
  .ops-topright { min-width: 0; }
  .ops-console { min-height: 0; }
  .real-map-shell { min-height: 460px; }
  .waterfall-rail {
    position: sticky;
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    grid-template-columns: auto repeat(4, auto);
    grid-template-rows: 1fr;
    align-items: center;
    padding: 12px;
  }
  .waterfall-rail .brand {
    writing-mode: horizontal-tb;
    transform: none;
  }
  .waterfall {
    margin-left: 0;
  }
  .wf-frame {
    min-height: auto;
    padding: 56px 18px;
  }
  .wf-accusation,
  .wf-map,
  .wf-reasons,
  .wf-certificate,
  .ledger-strip {
    grid-template-columns: 1fr;
  }
  .home-console-map { min-height: 440px; }
  .plain-header,
  .plain-two,
  .plain-certificate-row,
  .plain-ledger,
  .plain-counter {
    grid-template-columns: 1fr;
  }
  .plain-header {
    display: grid;
  }
  .plain-header nav {
    justify-content: flex-start;
  }
  .plain-counter div,
  .plain-ledger span {
    border-right: 0;
    border-bottom: 1px solid #17130f;
  }
  .plain-counter div:last-child,
  .plain-ledger span:last-child {
    border-bottom: 0;
  }
  .plain-map {
    min-height: 360px;
  }
  .newspaper-page {
    width: calc(100% - 12px);
    margin-top: 6px;
  }
  .paper-topline,
  .paper-hero-grid,
  .paper-front-grid,
  .paper-counter,
  .paper-newsstrip,
  .paper-split-story,
  .paper-measure-grid,
  .answer-grid {
    grid-template-columns: 1fr;
  }
  .paper-topline {
    display: grid;
  }
  .paper-hero-grid {
    display: grid;
  }
  .paper-columns p {
    column-count: 1;
  }
  .paper-counter div {
    border-right: 0;
    border-bottom: 1px solid #15110d;
  }
  .paper-counter div:last-child {
    border-bottom: 0;
  }
  .paper-equation p {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .paper-newsstrip article {
    border-right: 0;
    border-bottom: 1px solid #15110d;
  }
  .paper-newsstrip article:last-child {
    border-bottom: 0;
  }
  .doodle-header,
  .doodle-map-card,
  .doodle-grid,
  .doodle-certificate,
  .doodle-stats {
    grid-template-columns: 1fr;
  }
  .doodle-header {
    display: grid;
  }
  .doodle-header nav {
    justify-content: flex-start;
  }
  .doodle-map {
    min-height: 340px;
  }
  .sun-doodle {
    width: 70px;
    height: 70px;
    right: 24px;
    top: 24px;
  }
  .kind-header,
  .kind-hero,
  .kind-stats,
  .kind-rules,
  .kind-notes,
  .kind-final {
    grid-template-columns: 1fr;
  }
  .kind-header {
    display: grid;
  }
  .kind-header nav {
    justify-content: flex-start;
  }
  .kind-character {
    display: none;
  }
  .kind-map-preview {
    min-height: 320px;
  }
  .kind-notes {
    display: grid;
  }
  .sticky-note {
    transform: none !important;
  }
  .waterfall-footer {
    margin-left: 0;
    padding: 24px 18px;
  }
}
