:root {
  --retro-paper: #e8e0c7;
  --retro-paper-deep: #d8cfb2;
  --retro-paper-shadow: #c3b897;
  --retro-ink: #221913;
  --retro-ink-soft: rgba(34, 25, 19, 0.72);
  --retro-fade: rgba(61, 45, 34, 0.42);
  --retro-accent: #b46040;
  --retro-olive: rgba(188, 197, 144, 0.36);
  --retro-olive-deep: rgba(155, 166, 111, 0.26);
  --retro-frame: #14100e;
  --retro-shell: #201815;
  --retro-type: "ZhaohuaTypeWriter Light", "Courier New", "Liberation Mono", monospace;
  --retro-display: "Girassol", "ZhaohuaTypeWriter Light", "Courier New", serif;
  --retro-width: 62rem;
  --retro-height: 26.6rem;
  --retro-bus-width: 58rem;
  --retro-bus-height: 25.8rem;
  --retro-ship-width: 48rem;
  --retro-ship-height: 36rem;
  --retro-flight-width: 62rem;
  --retro-flight-height: 26.2rem;
  --retro-plan-width: 30rem;
  --retro-pack-width: 30rem;
}

.preview-page .retro-suite-shell [lang="zh-CN"],
.preview-page .retro-suite-shell [lang="en"],
.retro-render-host [data-export-artifact],
.retro-render-host [lang="zh-CN"],
.retro-render-host [lang="en"] {
  font-family: var(--retro-type);
}

.retro-suite-shell {
  position: relative;
  padding: clamp(1rem, 2vw, 1.45rem);
  border-radius: 20px;
  border: 1px solid rgba(255, 244, 224, 0.08);
  background:
    radial-gradient(circle at top left, rgba(196, 166, 126, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(180, 96, 64, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #120f0d, #0c0a09);
  box-shadow: 0 30px 60px rgba(18, 11, 8, 0.24);
  overflow: hidden;
}

.retro-suite-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.022) 0 1px,
      transparent 1px 28px
    ),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.018) 0 1px,
      transparent 1px 26px
    );
  opacity: 0.24;
  pointer-events: none;
}

.retro-suite-grid {
  position: relative;
  z-index: 1;
  display: grid;
  justify-content: center;
  gap: 1.25rem;
}

.retro-preview-panel {
  width: 100%;
  min-width: 0;
  padding: 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 245, 223, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(30, 23, 20, 0.95), rgba(12, 10, 9, 0.95));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.retro-train-preview {
  justify-self: center;
  max-width: calc(var(--retro-width) + 2rem);
}

.retro-bus-preview {
  justify-self: center;
  max-width: calc(var(--retro-bus-width) + 2rem);
}

.retro-ship-preview {
  justify-self: center;
  max-width: calc(var(--retro-ship-width) + 2rem);
}

.retro-flight-preview {
  justify-self: center;
  max-width: calc(var(--retro-flight-width) + 2rem);
}

.retro-plan-preview {
  justify-self: center;
  max-width: calc(var(--retro-plan-width) + 2rem);
}

.retro-packing-preview {
  justify-self: center;
  max-width: calc(var(--retro-pack-width) + 2rem);
}

.retro-preview-topline {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  font-family: var(--retro-type);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240, 229, 207, 0.76);
}

.retro-preview-topline span[aria-hidden] {
  color: rgba(214, 194, 170, 0.54);
}

.retro-render-host {
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.retro-preview-frame {
  width: max-content;
  max-width: none;
  flex: 0 0 auto;
}

.retro-render-host.is-scaled {
  overflow: hidden;
}

.retro-render-host.is-scaled > .retro-preview-frame > [data-export-artifact] {
  transform-origin: top left;
}

.retro-render-host.is-scrollable {
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.35rem;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(196, 166, 126, 0.48) rgba(255, 255, 255, 0.04);
}

.retro-render-host.is-scrollable::-webkit-scrollbar {
  height: 10px;
}

.retro-render-host.is-scrollable::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.retro-render-host.is-scrollable::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(196, 166, 126, 0.58), rgba(180, 96, 64, 0.46));
  border-radius: 999px;
}

.retro-locale-stack,
.retro-locale-inline {
  min-width: 0;
  font-family: var(--retro-type);
}

.retro-locale-stack {
  display: grid;
  gap: 0.12rem;
}

.retro-locale-stack [lang="en"],
.retro-locale-stack [lang="zh-CN"] {
  display: block;
}

.retro-locale-stack [lang="zh-CN"] {
  font-size: 0.84em;
  color: var(--retro-ink-soft);
}

.retro-locale-stack .voyager-field-main,
.retro-locale-stack .voyager-field-secondary {
  display: block;
}

.retro-locale-inline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem;
}

.retro-locale-inline [lang="zh-CN"] {
  font-size: 0.88em;
  color: var(--retro-ink-soft);
}

.retro-train-ticket {
  position: relative;
  width: var(--retro-width);
  min-width: var(--retro-width);
  height: var(--retro-height);
  padding: 0.95rem;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(196, 166, 126, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(84, 61, 44, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    var(--retro-frame);
  box-shadow: 0 26px 52px rgba(14, 11, 9, 0.3);
  overflow: hidden;
}

.retro-bus-ticket {
  width: var(--retro-bus-width);
  min-width: var(--retro-bus-width);
  height: var(--retro-bus-height);
}

.retro-train-ticket::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 248, 236, 0.08);
  pointer-events: none;
}

.retro-train-ticket::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 246, 225, 0.06);
  pointer-events: none;
}

.retro-train-paper {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) 15rem;
  gap: 0;
  height: 100%;
  padding: 1.15rem 1.15rem 1.2rem;
  border-radius: 12px;
  background:
    radial-gradient(circle at 16% 24%, var(--retro-olive), transparent 28%),
    radial-gradient(circle at 82% 76%, rgba(170, 154, 114, 0.2), transparent 26%),
    linear-gradient(90deg, transparent 0 96%, rgba(61, 45, 34, 0.04) 96% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, var(--retro-paper), var(--retro-paper-deep));
  border: 1px solid rgba(61, 45, 34, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 239, 0.2),
    inset 0 0 0 10px rgba(109, 88, 66, 0.045),
    inset 0 0 0 22px rgba(255, 248, 236, 0.035);
  overflow: hidden;
}

.retro-train-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(61, 45, 34, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 45, 34, 0.045) 1px, transparent 1px),
    radial-gradient(circle, rgba(57, 43, 32, 0.15) 0 0.8px, transparent 1px);
  background-size: 100% 18px, 22px 100%, 12px 12px;
  mix-blend-mode: multiply;
  opacity: 0.28;
  pointer-events: none;
}

.retro-train-paper::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  bottom: 0.8rem;
  right: 15rem;
  width: 1px;
  border-right: 3px dashed rgba(36, 27, 21, 0.42);
  pointer-events: none;
}

.retro-train-paper > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.retro-main {
  display: grid;
  grid-template-rows: auto auto auto auto;
  align-content: space-between;
  gap: 0.24rem;
  padding-top: 0.12rem;
  padding-bottom: 0.08rem;
  padding-right: 1.28rem;
  font-family: var(--retro-type);
  color: var(--retro-ink);
}

.retro-main-top,
.retro-main-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.retro-main-top {
  gap: 0.7rem;
  padding-bottom: 0.34rem;
  border-bottom: 1px solid rgba(61, 45, 34, 0.18);
}

.retro-corner-note {
  display: grid;
  gap: 0.14rem;
  max-width: 16rem;
  padding: 0.08rem 0 0.12rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.retro-corner-label {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  font-size: 0.46rem;
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(34, 25, 19, 0.42);
}

.retro-corner-label::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid rgba(122, 59, 39, 0.52);
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.retro-corner-value .retro-locale-stack {
  gap: 0.08rem;
}

.retro-corner-value .retro-locale-stack [lang="en"] {
  font-size: 0.68rem;
  line-height: 1.08;
  letter-spacing: 0.08em;
  color: rgba(34, 25, 19, 0.72);
}

.retro-corner-value .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.62rem;
  line-height: 1.08;
  color: rgba(103, 73, 52, 0.78);
}

.retro-issued-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.5rem;
  padding: 0.18rem 0.5rem;
  border: 1px solid rgba(61, 45, 34, 0.22);
  background: rgba(180, 96, 64, 0.08);
  font-size: 0.54rem;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(122, 59, 39, 0.82);
}

.retro-office-block {
  display: grid;
  gap: 0.14rem;
}

.retro-office-block h3,
.retro-office-block p,
.retro-pass-block p,
.retro-pass-block h4,
.retro-between-block p {
  margin: 0;
}

.retro-office-block h3 {
  font-size: clamp(1.08rem, 1.34vw, 1.36rem);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(34, 25, 19, 0.64);
}

.retro-office-block p {
  font-size: 0.64rem;
  color: rgba(103, 73, 52, 0.78);
}

.retro-pass-block,
.retro-between-block {
  display: grid;
  gap: 0.18rem;
  padding: 0.5rem 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.retro-between-hero {
  position: relative;
  gap: 0;
  margin-top: 0.78rem;
  padding: 0.78rem 0 0.8rem;
  border-top: 1px solid rgba(61, 45, 34, 0.2);
  border-bottom: 1px solid rgba(61, 45, 34, 0.2);
}

.retro-between-hero::before,
.retro-between-hero::after {
  content: none;
}

.retro-pass-overline,
.retro-between-label,
.retro-footer-label,
.retro-stub-overline,
.retro-stub-item-label {
  font-size: 0.52rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(34, 25, 19, 0.46);
}

.retro-between-label {
  position: absolute;
  top: -0.7rem;
  left: 0.78rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.26rem;
  padding: 0.08rem 0.38rem 0.12rem;
  background:
    linear-gradient(180deg, rgba(232, 224, 199, 0.96), rgba(216, 207, 178, 0.96));
  box-shadow:
    0 0 0 1px rgba(61, 45, 34, 0.12),
    0 1px 0 rgba(255, 248, 236, 0.18);
}

.retro-pass-block {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  padding: 0.12rem 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.retro-pass-mini {
  gap: 0.28rem 0.72rem;
  padding-top: 0.34rem;
  border-top: 1px solid rgba(61, 45, 34, 0.16);
}

.retro-pass-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.32rem 0.56rem;
  min-width: 0;
}

.retro-pass-mini .retro-pass-overline {
  align-self: center;
}

.retro-pass-block h4 {
  font-size: 0.92rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(27, 20, 15, 0.78);
}

.retro-pass-block p:last-child {
  font-size: 0.6rem;
  color: rgba(117, 80, 57, 0.7);
}

.retro-route-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 4.2rem minmax(0, 1fr);
  align-items: center;
  gap: 0;
  min-width: 0;
  position: relative;
  padding: 0.18rem 0;
}

.retro-between-hero .retro-route-line::before {
  content: none;
}

.retro-between-hero .retro-route-line::after {
  content: none;
}

.retro-route-line > * {
  position: relative;
  z-index: 1;
}

.retro-route-stop {
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 4.7rem;
  padding: 0.54rem 0.84rem 0.58rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.retro-route-stop.is-origin {
  border-left: 0;
}

.retro-route-stop.is-destination {
  border-right: 0;
}

.retro-route-stop .retro-locale-stack {
  gap: 0.14rem;
  justify-items: center;
  text-align: center;
}

.retro-route-stop .retro-locale-stack [lang="en"] {
  font-family: var(--retro-display);
  font-size: clamp(1.54rem, 1.82vw, 1.96rem);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  color: rgba(52, 31, 20, 0.94);
  text-shadow: 0 1px 0 rgba(255, 248, 236, 0.2);
}

.retro-route-stop .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.9rem;
  color: rgba(117, 80, 57, 0.94);
}

.retro-route-divider {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  font-size: 1.08rem;
  color: rgba(180, 96, 64, 0.82);
  opacity: 0.9;
  border-left: 1px solid rgba(61, 45, 34, 0.22);
  border-right: 1px solid rgba(61, 45, 34, 0.22);
}

.retro-route-divider::before {
  content: "";
  position: absolute;
  inset: 0.38rem 0.26rem;
  background: url("../2x/train2.png") center / 92% auto no-repeat;
  opacity: 0.1;
  filter: sepia(0.8) saturate(0.55) contrast(0.92);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.retro-main-footer {
  display: grid;
  grid-template-columns: 6.7rem minmax(0, 1fr) 12.6rem;
  gap: 0.72rem;
  margin-top: 0.08rem;
  padding-top: 0.54rem;
  border-top: 2px solid rgba(34, 25, 19, 0.2);
  align-items: start;
}

.retro-ledger-block,
.retro-ticket-note,
.retro-ticket-meta {
  min-width: 0;
}

.retro-ledger-number {
  display: block;
  margin-top: 0.18rem;
  font-size: 1.78rem;
  line-height: 0.92;
  letter-spacing: 0.1em;
  color: var(--retro-accent);
}

.retro-ticket-meta {
  display: grid;
  gap: 0.36rem;
  justify-items: stretch;
  text-align: right;
  align-content: start;
  font-size: 0.62rem;
}

.retro-ticket-meta-item {
  display: grid;
  justify-items: end;
  gap: 0.08rem;
  min-width: 0;
  padding-top: 0.1rem;
}

.retro-ticket-meta-item + .retro-ticket-meta-item {
  padding-top: 0.36rem;
  border-top: 1px solid rgba(34, 25, 19, 0.16);
}

.retro-ticket-meta .retro-locale-stack {
  justify-items: end;
  text-align: right;
  gap: 0.08rem;
}

.retro-ticket-meta .retro-locale-stack [lang="en"] {
  font-size: 0.6rem;
  letter-spacing: 0.05em;
}

.retro-ticket-meta .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.58rem;
  letter-spacing: 0.04em;
}

.retro-ticket-meta-dates .retro-locale-stack [lang="en"] {
  font-size: 0.54rem;
  line-height: 1.08;
}

.retro-ticket-meta-dates {
  padding-top: 0.34rem;
}

.retro-ticket-meta-dates .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.54rem;
  line-height: 1.08;
}

.retro-ticket-meta-duration .retro-locale-stack [lang="en"] {
  font-size: 0.66rem;
  letter-spacing: 0.07em;
}

.retro-ticket-meta-duration .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.6rem;
}

.retro-ticket-note {
  font-size: 0.6rem;
  line-height: 1.18;
  color: rgba(46, 35, 27, 0.66);
}

.retro-stub {
  display: grid;
  grid-template-columns: 1.2rem minmax(0, 1fr);
  gap: 0.78rem;
  padding-left: 1.18rem;
  font-family: var(--retro-type);
  color: var(--retro-ink);
}

.retro-stub-ribbon {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  align-self: stretch;
  padding-inline: 0.1rem;
  font-size: 0.74rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(34, 25, 19, 0.68);
}

.retro-stub-core {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 0.36rem;
  min-width: 0;
}

.retro-stub-core::before {
  content: "";
  position: absolute;
  right: -0.6rem;
  bottom: 0.2rem;
  width: 7.8rem;
  height: 8.8rem;
  background: url("../2x/1.png") center / contain no-repeat;
  opacity: 0.12;
  filter: sepia(0.98) saturate(0.74) contrast(0.9);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.retro-stub-core::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: -0.6rem;
  width: 7.8rem;
  height: 8.8rem;
  background: url("../2x/1.png") center / contain no-repeat;
  opacity: 0.12;
  filter: sepia(0.98) saturate(0.74) contrast(0.9);
  mix-blend-mode: multiply;
  transform: scaleY(-1);
  pointer-events: none;
  z-index: 0;
}

.retro-stub-core > * {
  position: relative;
  z-index: 1;
}

.retro-stub-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(34, 25, 19, 0.58);
}

.retro-stub-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(61, 45, 34, 0.24), transparent 100%);
}

.retro-stub-route .retro-locale-stack {
  gap: 0.2rem;
}

.retro-stub-route .retro-locale-stack [lang="en"] {
  font-size: 1.46rem;
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(25, 18, 13, 0.95);
}

.retro-stub-route .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.76rem;
  color: rgba(103, 73, 52, 0.88);
}

.retro-stub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.34rem 0.5rem;
  padding: 0.46rem 0;
  border-top: 1px solid rgba(34, 25, 19, 0.2);
  border-bottom: 1px solid rgba(34, 25, 19, 0.2);
}

.retro-stub-item {
  display: grid;
  gap: 0.1rem;
}

.retro-stub-item-value {
  font-size: 0.72rem;
  line-height: 1.18;
}

.retro-stub-service {
  font-size: 1.38rem;
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(180, 96, 64, 0.94);
}

.retro-stub-note {
  align-self: end;
  font-size: 0.62rem;
  line-height: 1.2;
  color: rgba(34, 25, 19, 0.66);
  padding-top: 0.36rem;
  border-top: 1px solid rgba(34, 25, 19, 0.18);
}

.retro-ship-ticket {
  position: relative;
  width: var(--retro-ship-width);
  min-width: var(--retro-ship-width);
  height: var(--retro-ship-height);
  padding: 0.95rem;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(196, 166, 126, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(84, 61, 44, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    var(--retro-frame);
  box-shadow: 0 26px 52px rgba(14, 11, 9, 0.3);
  overflow: hidden;
}

.retro-ship-ticket::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 248, 236, 0.08);
  pointer-events: none;
}

.retro-ship-ticket::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 246, 225, 0.06);
  pointer-events: none;
}

.retro-ship-paper {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  gap: 0.44rem;
  height: 100%;
  padding: 0.76rem 1.18rem 0.94rem;
  border-radius: 12px;
  background:
    radial-gradient(circle at 16% 22%, rgba(155, 166, 111, 0.2), transparent 26%),
    radial-gradient(circle at 84% 78%, rgba(180, 96, 64, 0.11), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #e7dfc6, #d7ceb2);
  border: 1px solid rgba(61, 45, 34, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 239, 0.2),
    inset 0 0 0 11px rgba(109, 88, 66, 0.04),
    inset 0 0 0 22px rgba(255, 248, 236, 0.035);
  overflow: hidden;
}

.retro-ship-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(61, 45, 34, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 45, 34, 0.04) 1px, transparent 1px),
    radial-gradient(circle, rgba(57, 43, 32, 0.14) 0 0.78px, transparent 1px);
  background-size: 100% 18px, 22px 100%, 12px 12px;
  mix-blend-mode: multiply;
  opacity: 0.26;
  pointer-events: none;
}

.retro-ship-paper::after {
  content: "";
  position: absolute;
  right: -2.2rem;
  bottom: -1.9rem;
  width: 10.2rem;
  height: 10.2rem;
  background: url("../2x/2.png") center / contain no-repeat;
  opacity: 0.08;
  filter: sepia(0.92) saturate(0.74) contrast(0.92);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.retro-ship-paper > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.retro-ship-topbar-right {
  display: grid;
  justify-items: end;
  gap: 0.12rem;
}

.retro-ship-issuer-note {
  display: grid;
  justify-items: end;
  gap: 0.08rem;
  text-align: right;
}

.retro-ship-issuer-note .retro-corner-label {
  justify-content: flex-end;
}

.retro-ship-issuer-note .retro-corner-value .retro-locale-stack {
  justify-items: end;
  text-align: right;
}

.retro-ship-titleband {
  display: grid;
  gap: 0.16rem;
}

.retro-ship-titlegrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem;
}

.retro-ship-titlecopy {
  display: grid;
  align-content: start;
  gap: 0.12rem;
}

.retro-ship-overline {
  margin: 0;
  font-size: 0.54rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(34, 25, 19, 0.48);
}

.retro-ship-headmeta {
  display: grid;
  justify-items: end;
  align-content: start;
  gap: 0.14rem;
  min-width: 12.6rem;
}

.retro-ship-serviceband {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 0.2rem;
  padding-bottom: 0;
  border-bottom: 0;
}

.retro-ship-servicecopy {
  display: grid;
  gap: 0.18rem;
}

.retro-ship-servicecode {
  font-family: var(--retro-display);
  font-size: clamp(1.84rem, 2.4vw, 2.48rem);
  line-height: 0.94;
  letter-spacing: 0.05em;
  color: rgba(42, 25, 17, 0.95);
  text-shadow: 0 1px 0 rgba(255, 248, 236, 0.22);
}

.retro-ship-servicename .retro-locale-stack {
  gap: 0.1rem;
}

.retro-ship-servicename .retro-locale-stack [lang="en"] {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(34, 25, 19, 0.72);
}

.retro-ship-servicename .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.62rem;
  color: rgba(103, 73, 52, 0.82);
}

.retro-ship-stamp {
  display: grid;
  gap: 0.08rem;
  align-content: start;
  padding: 0.18rem 0 0 0.72rem;
  border-left: 1px solid rgba(61, 45, 34, 0.18);
  text-align: right;
}

.retro-ship-titledivider {
  height: 1px;
  background: rgba(61, 45, 34, 0.18);
}

.retro-ship-stamp .retro-locale-stack {
  justify-items: end;
}

.retro-ship-stamp .retro-locale-stack [lang="en"] {
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.retro-ship-stamp .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.56rem;
}

.retro-ship-routecard {
  position: relative;
  display: grid;
  gap: 0.42rem;
  padding: 0.74rem 0 0.68rem;
  border-top: 1px solid rgba(61, 45, 34, 0.2);
  border-bottom: 1px solid rgba(61, 45, 34, 0.2);
  background: transparent;
  box-shadow: none;
}

.retro-ship-routecard::before,
.retro-ship-routecard::after {
  content: none;
}

.retro-ship-routecard::before {
  top: 0.3rem;
  left: 0.3rem;
  background:
    linear-gradient(rgba(61, 45, 34, 0.3), rgba(61, 45, 34, 0.3)) top left / 100% 1px no-repeat,
    linear-gradient(rgba(61, 45, 34, 0.3), rgba(61, 45, 34, 0.3)) top left / 1px 100% no-repeat;
}

.retro-ship-routecard::after {
  right: 0.3rem;
  bottom: 0.3rem;
  background:
    linear-gradient(rgba(61, 45, 34, 0.3), rgba(61, 45, 34, 0.3)) bottom right / 100% 1px no-repeat,
    linear-gradient(rgba(61, 45, 34, 0.3), rgba(61, 45, 34, 0.3)) bottom right / 1px 100% no-repeat;
}

.retro-ship-route-label {
  position: absolute;
  top: -0.68rem;
  left: 0.82rem;
  z-index: 2;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.08rem 0.38rem 0.12rem;
  font-size: 0.52rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(34, 25, 19, 0.46);
  background: linear-gradient(180deg, rgba(232, 224, 199, 0.96), rgba(216, 207, 178, 0.96));
  box-shadow:
    0 0 0 1px rgba(61, 45, 34, 0.12),
    0 1px 0 rgba(255, 248, 236, 0.18);
}

.retro-ship-routegrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 4.8rem minmax(0, 1fr);
  align-items: center;
  gap: 0;
}

.retro-ship-port {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 4.5rem;
  padding: 0.36rem 0.58rem 0.4rem;
  text-align: center;
}

.retro-ship-port .retro-locale-stack {
  justify-items: center;
  gap: 0.16rem;
}

.retro-ship-port .retro-locale-stack [lang="en"] {
  font-family: var(--retro-display);
  font-size: clamp(1.72rem, 2.2vw, 2.24rem);
  line-height: 1;
  letter-spacing: 0.03em;
  color: rgba(49, 30, 18, 0.95);
  text-shadow: 0 1px 0 rgba(255, 248, 236, 0.22);
}

.retro-ship-port .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.88rem;
  color: rgba(117, 80, 57, 0.92);
}

.retro-ship-routeaxis {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.22rem;
  min-height: 5rem;
  border-left: 1px solid rgba(61, 45, 34, 0.22);
  border-right: 1px solid rgba(61, 45, 34, 0.22);
  color: rgba(180, 96, 64, 0.84);
}

.retro-ship-routewave {
  font-size: 1.46rem;
  line-height: 1;
}

.retro-ship-routemark {
  font-size: 0.52rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(34, 25, 19, 0.48);
}

.retro-ship-summary .retro-locale-stack {
  gap: 0.14rem;
}

.retro-ship-summary .retro-locale-stack [lang="en"] {
  font-size: 0.58rem;
  line-height: 1.14;
  color: rgba(52, 31, 20, 0.72);
}

.retro-ship-summary .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.58rem;
  line-height: 1.14;
  color: rgba(103, 73, 52, 0.84);
}

.retro-ship-manifest {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(61, 45, 34, 0.2);
  border-bottom: 1px solid rgba(61, 45, 34, 0.2);
}

.retro-ship-cell {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  padding: 0.54rem 0.66rem 0.58rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.retro-ship-cell.is-time {
  background: transparent;
}

.retro-ship-cell:nth-child(3n + 2),
.retro-ship-cell:nth-child(3n + 3) {
  border-left: 1px solid rgba(61, 45, 34, 0.18);
}

.retro-ship-cell:nth-child(n + 4) {
  border-top: 1px solid rgba(61, 45, 34, 0.18);
}

.retro-ship-cell-label {
  font-size: 0.5rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(34, 25, 19, 0.46);
}

.retro-ship-cell-value {
  font-family: var(--retro-display);
  font-size: 1.32rem;
  line-height: 0.98;
  letter-spacing: 0.04em;
  color: rgba(44, 27, 18, 0.95);
}

.retro-ship-cell-sub {
  font-size: 0.6rem;
  line-height: 1.06;
  color: rgba(103, 73, 52, 0.8);
}

.retro-ship-cell-stack {
  gap: 0.12rem;
}

.retro-ship-cell-stack [lang="en"] {
  font-size: 0.74rem;
  line-height: 1.08;
  color: rgba(44, 27, 18, 0.82);
}

.retro-ship-cell-stack [lang="zh-CN"] {
  font-size: 0.64rem;
  line-height: 1.1;
  color: rgba(103, 73, 52, 0.84);
}

.retro-ship-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: 0.66rem;
  padding-top: 0.42rem;
  border-top: 2px solid rgba(34, 25, 19, 0.2);
}

.retro-ship-footer-note {
  display: grid;
  gap: 0.34rem;
  font-size: 0.58rem;
  line-height: 1.14;
  color: rgba(46, 35, 27, 0.68);
}

.retro-ship-footer-copy {
  padding-top: 0.32rem;
  border-top: 1px solid rgba(34, 25, 19, 0.14);
}

.retro-ship-footer-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.38rem 0.6rem;
  align-content: start;
}

.retro-ship-footer-block,
.retro-ship-ledger-id {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.retro-ship-footer-block .retro-locale-stack [lang="en"],
.retro-ship-ledger-id strong {
  font-size: 0.62rem;
  line-height: 1.06;
  color: rgba(34, 25, 19, 0.84);
}

.retro-ship-footer-block .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.56rem;
  line-height: 1.08;
  color: rgba(103, 73, 52, 0.82);
}

.retro-ship-footer-block.is-accent .retro-locale-stack [lang="en"] {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: rgba(122, 59, 39, 0.9);
}

.retro-ship-footer-block.is-accent .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.6rem;
  color: rgba(122, 59, 39, 0.82);
}

.retro-ship-ledger-id strong {
  font-family: var(--retro-display);
  font-size: 0.88rem;
  line-height: 0.98;
  letter-spacing: 0.06em;
  color: var(--retro-accent);
}

.retro-flight-ticket {
  position: relative;
  width: var(--retro-flight-width);
  min-width: var(--retro-flight-width);
  height: var(--retro-flight-height);
  padding: 0.95rem;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(196, 166, 126, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(84, 61, 44, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    var(--retro-frame);
  box-shadow: 0 26px 52px rgba(14, 11, 9, 0.3);
  overflow: hidden;
}

.retro-flight-ticket::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 248, 236, 0.08);
  pointer-events: none;
}

.retro-flight-ticket::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 246, 225, 0.06);
  pointer-events: none;
}

.retro-flight-paper {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) 12.8rem;
  gap: 0;
  height: 100%;
  padding: 0.96rem 1rem 1rem;
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 24%, rgba(180, 96, 64, 0.08), transparent 28%),
    radial-gradient(circle at 82% 70%, rgba(155, 166, 111, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #e7dfc6, #d7ceb2);
  border: 1px solid rgba(61, 45, 34, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 239, 0.2),
    inset 0 0 0 11px rgba(109, 88, 66, 0.04),
    inset 0 0 0 22px rgba(255, 248, 236, 0.035);
  overflow: hidden;
}

.retro-flight-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(61, 45, 34, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 45, 34, 0.04) 1px, transparent 1px),
    radial-gradient(circle, rgba(57, 43, 32, 0.14) 0 0.78px, transparent 1px);
  background-size: 100% 18px, 22px 100%, 12px 12px;
  mix-blend-mode: multiply;
  opacity: 0.26;
  pointer-events: none;
}

.retro-flight-paper::after {
  content: "";
  position: absolute;
  top: 0.62rem;
  bottom: 0.62rem;
  right: 12.8rem;
  width: 1px;
  border-right: 3px dashed rgba(36, 27, 21, 0.36);
  pointer-events: none;
}

.retro-flight-paper > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.retro-flight-main {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  gap: 0.24rem;
  padding-right: 0.92rem;
  align-content: space-between;
  font-family: var(--retro-type);
  color: var(--retro-ink);
}

.retro-flight-main::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 1rem;
  width: 6.8rem;
  height: 6.8rem;
  background: url("../2x/1.png") center / contain no-repeat;
  opacity: 0.045;
  filter: sepia(0.98) saturate(0.7) contrast(0.9);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.retro-flight-main-top {
  padding-bottom: 0.24rem;
  border-bottom: 1px solid rgba(61, 45, 34, 0.18);
}

.retro-flight-routeband {
  display: grid;
  gap: 0.18rem;
  padding-top: 0.04rem;
}

.retro-flight-overline {
  margin: 0;
  font-size: 0.54rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(34, 25, 19, 0.46);
}

.retro-flight-routegrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 5.2rem minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid rgba(61, 45, 34, 0.18);
}

.retro-flight-terminal {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 4.1rem;
  padding: 0.18rem 0.42rem 0.24rem;
  text-align: center;
}

.retro-flight-code {
  font-family: var(--retro-display);
  font-size: 1.9rem;
  line-height: 0.92;
  letter-spacing: 0.06em;
  color: rgba(49, 30, 18, 0.95);
}

.retro-flight-terminal-copy .retro-locale-stack {
  gap: 0.1rem;
  justify-items: center;
}

.retro-flight-terminal-copy .retro-locale-stack [lang="en"] {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(34, 25, 19, 0.76);
}

.retro-flight-terminal-copy .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.58rem;
  color: rgba(103, 73, 52, 0.84);
}

.retro-flight-axis {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.12rem;
  min-height: 4.1rem;
  border-left: 1px solid rgba(61, 45, 34, 0.22);
  border-right: 1px solid rgba(61, 45, 34, 0.22);
  color: rgba(180, 96, 64, 0.84);
}

.retro-flight-axis-line {
  font-size: 1.18rem;
}

.retro-flight-axis-service {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(34, 25, 19, 0.46);
}

.retro-flight-summary {
  padding: 0 0 0.22rem;
  border-bottom: 1px solid rgba(61, 45, 34, 0.18);
}

.retro-flight-summary .retro-locale-stack {
  gap: 0.12rem;
}

.retro-flight-summary .retro-locale-stack [lang="en"] {
  font-size: 0.54rem;
  line-height: 1.1;
  color: rgba(52, 31, 20, 0.72);
}

.retro-flight-summary .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.54rem;
  line-height: 1.1;
  color: rgba(103, 73, 52, 0.84);
}

.retro-flight-manifest {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid rgba(61, 45, 34, 0.2);
}

.retro-flight-cell {
  display: grid;
  gap: 0.16rem;
  min-width: 0;
  padding: 0.34rem 0.54rem 0.38rem;
}

.retro-flight-cell:nth-child(3n + 2),
.retro-flight-cell:nth-child(3n + 3) {
  border-left: 1px solid rgba(61, 45, 34, 0.18);
}

.retro-flight-cell:nth-child(n + 4) {
  border-top: 1px solid rgba(61, 45, 34, 0.18);
}

.retro-flight-cell-label {
  font-size: 0.48rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(34, 25, 19, 0.46);
}

.retro-flight-cell-value {
  font-family: var(--retro-display);
  font-size: 1.12rem;
  line-height: 0.96;
  letter-spacing: 0.04em;
  color: rgba(44, 27, 18, 0.94);
}

.retro-flight-cell-sub {
  font-size: 0.54rem;
  line-height: 1.02;
  color: rgba(103, 73, 52, 0.8);
}

.retro-flight-cell-stack {
  gap: 0.1rem;
}

.retro-flight-cell-stack [lang="en"] {
  font-size: 0.6rem;
  line-height: 1.02;
  color: rgba(44, 27, 18, 0.82);
}

.retro-flight-cell-stack [lang="zh-CN"] {
  font-size: 0.54rem;
  line-height: 1.02;
  color: rgba(103, 73, 52, 0.84);
}

.retro-flight-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 0.52rem;
  padding-top: 0.34rem;
  align-items: end;
}

.retro-flight-footer-note {
  display: grid;
  gap: 0.18rem;
  font-size: 0.52rem;
  line-height: 1.04;
  color: rgba(46, 35, 27, 0.68);
}

.retro-flight-footer-copy {
  padding-top: 0.18rem;
  border-top: 1px solid rgba(34, 25, 19, 0.14);
}

.retro-flight-footer-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.24rem 0.44rem;
  align-content: end;
}

.retro-flight-footer-block {
  display: grid;
  gap: 0.12rem;
}

.retro-flight-footer-block .retro-locale-stack [lang="en"] {
  font-size: 0.54rem;
  line-height: 1.02;
}

.retro-flight-footer-block .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.5rem;
  line-height: 1.02;
}

.retro-flight-footer-block.is-accent .retro-locale-stack [lang="en"] {
  font-size: 0.64rem;
  letter-spacing: 0.04em;
  color: rgba(122, 59, 39, 0.9);
}

.retro-flight-footer-block.is-accent .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.52rem;
  color: rgba(122, 59, 39, 0.82);
}

.retro-flight-stub {
  display: grid;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  gap: 0.6rem;
  padding-left: 0.86rem;
  font-family: var(--retro-type);
  color: var(--retro-ink);
}

.retro-flight-stub-ribbon {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  align-self: stretch;
  padding-inline: 0.08rem;
  font-size: 0.66rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(34, 25, 19, 0.68);
}

.retro-flight-stub-core {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: 0.24rem;
}

.retro-flight-stub-core::before {
  content: "";
  position: absolute;
  right: -1.3rem;
  bottom: -0.8rem;
  width: 7rem;
  height: 7rem;
  background: url("../2x/2.png") center / contain no-repeat;
  opacity: 0.08;
  filter: sepia(0.92) saturate(0.7) contrast(0.92);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.retro-flight-stub-core > * {
  position: relative;
  z-index: 1;
}

.retro-flight-stub-heading {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  font-size: 0.66rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(34, 25, 19, 0.58);
}

.retro-flight-stub-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(61, 45, 34, 0.24), transparent 100%);
}

.retro-flight-stub-service {
  font-family: var(--retro-display);
  font-size: 1.52rem;
  line-height: 0.92;
  letter-spacing: 0.05em;
  color: rgba(49, 30, 18, 0.95);
}

.retro-flight-stub-district .retro-locale-stack {
  gap: 0.12rem;
}

.retro-flight-stub-district .retro-locale-stack [lang="en"] {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.retro-flight-stub-district .retro-locale-stack [lang="zh-CN"] {
  font-size: 0.56rem;
}

.retro-flight-stub-meta {
  display: grid;
  gap: 0.18rem;
  padding-top: 0.22rem;
  border-top: 1px solid rgba(34, 25, 19, 0.18);
}

.retro-flight-stub-item {
  display: grid;
  gap: 0.1rem;
}

.retro-flight-stub-ledger {
  font-family: var(--retro-display);
  font-size: 0.88rem;
  line-height: 0.96;
  letter-spacing: 0.06em;
  color: var(--retro-accent);
}

.retro-plan-sheet {
  position: relative;
  width: var(--retro-plan-width);
  min-width: var(--retro-plan-width);
  padding: 0.95rem;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(196, 166, 126, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(84, 61, 44, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    var(--retro-frame);
  box-shadow: 0 26px 52px rgba(14, 11, 9, 0.3);
  overflow: hidden;
}

.retro-plan-sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 248, 236, 0.08);
  pointer-events: none;
}

.retro-plan-sheet::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 246, 225, 0.06);
  pointer-events: none;
}

.retro-plan-paper {
  position: relative;
  padding: 1.32rem 1.34rem 1.42rem;
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 20%, rgba(188, 197, 144, 0.2), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(180, 96, 64, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #e7dfc6, #d7ceb2);
  border: 1px solid rgba(61, 45, 34, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 239, 0.2),
    inset 0 0 0 11px rgba(109, 88, 66, 0.038),
    inset 0 0 0 22px rgba(255, 248, 236, 0.03);
  overflow: hidden;
}

.retro-plan-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(61, 45, 34, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 45, 34, 0.04) 1px, transparent 1px),
    radial-gradient(circle, rgba(57, 43, 32, 0.13) 0 0.76px, transparent 1px);
  background-size: 100% 20px, 24px 100%, 12px 12px;
  mix-blend-mode: multiply;
  opacity: 0.22;
  pointer-events: none;
}

.retro-plan-paper::after {
  content: "";
  position: absolute;
  right: -1.1rem;
  bottom: -1.15rem;
  width: 8.4rem;
  height: 8.4rem;
  background: url("../2x/2.png") center / contain no-repeat;
  opacity: 0.065;
  filter: sepia(0.92) saturate(0.72) contrast(0.92);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.retro-plan-paper > * {
  position: relative;
  z-index: 1;
}

.retro-plan-header {
  display: grid;
  gap: 1.08rem;
  padding-bottom: 1.24rem;
  border-bottom: 1px solid rgba(61, 45, 34, 0.2);
}

.retro-plan-header-top {
  display: flex;
  justify-content: space-between;
  gap: 1.04rem;
  align-items: baseline;
}

.retro-plan-header-note {
  font-size: 0.5rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(34, 25, 19, 0.48);
}

.retro-plan-header-note.is-right {
  justify-content: flex-end;
  text-align: right;
}

.retro-plan-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.22rem;
  align-items: end;
}

.retro-plan-heading-copy {
  display: grid;
  gap: 0.3rem;
}

.retro-plan-overline {
  margin: 0;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(34, 25, 19, 0.48);
}

.retro-plan-title {
  margin: 0.28rem 0 0;
}

.retro-plan-title-stack {
  gap: 0.22rem;
}

.retro-plan-title-stack [lang="en"] {
  font-size: 1.12rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(50, 31, 20, 0.94);
}

.retro-plan-title-stack [lang="zh-CN"] {
  font-size: 0.8rem;
  line-height: 1.28;
  letter-spacing: 0.1em;
  color: rgba(103, 73, 52, 0.84);
}

.retro-plan-title-stack.is-hero [lang="en"] {
  font-family: var(--retro-display);
  font-size: 2.02rem;
  line-height: 0.94;
  letter-spacing: 0.05em;
}

.retro-plan-title-stack.is-hero [lang="zh-CN"] {
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.retro-plan-title-stack.is-hero .voyager-field-main {
  font-family: var(--retro-display);
  font-size: 2.02rem;
  line-height: 0.94;
  letter-spacing: 0.05em;
  color: rgba(50, 31, 20, 0.94);
}

.retro-plan-title-stack.is-hero .voyager-field-secondary {
  font-size: 0.9rem;
  line-height: 1.26;
  letter-spacing: 0.06em;
  color: rgba(103, 73, 52, 0.78);
}

.retro-plan-duration {
  min-width: 5.8rem;
  padding: 0.54rem 0.72rem 0.58rem;
  border: 1px solid rgba(61, 45, 34, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
}

.retro-plan-duration-copy {
  justify-items: center;
  gap: 0.08rem;
  text-align: center;
}

.retro-plan-duration-copy [lang="en"] {
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(50, 31, 20, 0.92);
}

.retro-plan-duration-copy [lang="zh-CN"] {
  font-size: 0.58rem;
  line-height: 1;
  color: rgba(103, 73, 52, 0.82);
}

.retro-plan-subline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.64rem 1.08rem;
  align-items: center;
  padding-top: 0.58rem;
  border-top: 1px solid rgba(61, 45, 34, 0.16);
  font-size: 0.54rem;
  color: rgba(34, 25, 19, 0.62);
}

.retro-plan-subline span[aria-hidden] {
  color: rgba(180, 96, 64, 0.6);
}

.retro-plan-summary {
  padding-top: 0.24rem;
}

.retro-plan-copy-stack {
  gap: 0.24rem;
}

.retro-plan-copy-stack [lang="en"] {
  font-size: 0.68rem;
  line-height: 1.6;
  color: rgba(46, 29, 18, 0.84);
}

.retro-plan-copy-stack [lang="zh-CN"] {
  font-size: 0.8rem;
  line-height: 1.82;
  color: rgba(67, 47, 31, 0.96);
}

.retro-plan-copy-stack .voyager-field-main {
  font-size: 0.8rem;
  line-height: 1.82;
  color: rgba(67, 47, 31, 0.96);
}

.retro-plan-copy-stack .voyager-field-secondary {
  font-size: 0.68rem;
  line-height: 1.6;
  color: rgba(46, 29, 18, 0.72);
}

.retro-plan-copy-stack.is-muted [lang="en"] {
  font-size: 0.56rem;
  color: rgba(46, 29, 18, 0.72);
}

.retro-plan-copy-stack.is-muted [lang="zh-CN"] {
  font-size: 0.68rem;
  line-height: 1.72;
  color: rgba(84, 60, 40, 0.86);
}

.retro-plan-landmarks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem 1.08rem;
  margin: 0;
  padding: 0.7rem 0 0;
  list-style: none;
  border-top: 1px solid rgba(61, 45, 34, 0.16);
}

.retro-plan-landmarks li,
.retro-plan-token-row li {
  display: flex;
  align-items: flex-start;
  gap: 0.36rem;
}

.retro-plan-landmarks li::before,
.retro-plan-token-row li::before {
  content: "◇";
  flex: 0 0 auto;
  margin-top: 0.04rem;
  font-size: 0.56rem;
  color: rgba(180, 96, 64, 0.74);
}

.retro-plan-token-copy {
  gap: 0.05rem;
}

.retro-plan-token-copy [lang="en"] {
  font-size: 0.54rem;
  line-height: 1.08;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(44, 27, 18, 0.9);
}

.retro-plan-token-copy [lang="zh-CN"] {
  font-size: 0.64rem;
  line-height: 1.34;
  color: rgba(79, 57, 39, 0.9);
}

.retro-plan-module-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.retro-plan-module {
  position: relative;
  display: grid;
  gap: 0.72rem;
  padding: 1.22rem 0 1.26rem;
  border-top: 1px solid rgba(61, 45, 34, 0.22);
}

.retro-plan-module::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.2rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(180, 96, 64, 0.46), rgba(180, 96, 64, 0));
}

.retro-plan-module-top {
  display: flex;
  justify-content: space-between;
  gap: 0.92rem;
  align-items: baseline;
}

.retro-plan-module-kind,
.retro-plan-module-source,
.retro-plan-module-date {
  font-size: 0.5rem;
  line-height: 1.1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.retro-plan-module-kind,
.retro-plan-module-date {
  color: rgba(34, 25, 19, 0.5);
}

.retro-plan-module-title {
  margin: 0;
}

.retro-plan-module-title .retro-plan-title-stack [lang="en"] {
  font-family: var(--retro-display);
  font-size: 1.26rem;
  letter-spacing: 0.045em;
}

.retro-plan-module-title .retro-plan-title-stack [lang="zh-CN"] {
  font-size: 0.78rem;
  line-height: 1.32;
}

.retro-plan-module-source {
  color: rgba(122, 59, 39, 0.72);
  text-align: right;
}

.retro-plan-module-copy {
  margin: 0;
}

.retro-plan-module-note {
  padding-top: 0.58rem;
  border-top: 1px dashed rgba(61, 45, 34, 0.18);
}

.retro-plan-token-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem 1.08rem;
  margin: 0;
  padding: 0.12rem 0 0;
  list-style: none;
}

.retro-plan-task-list {
  display: grid;
  gap: 0.58rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.retro-plan-task-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.72rem;
  align-items: flex-start;
}

.retro-plan-task-index {
  display: grid;
  place-items: center;
  width: 1.36rem;
  height: 1.36rem;
  border: 1px solid rgba(180, 96, 64, 0.42);
  font-size: 0.54rem;
  line-height: 1;
  color: rgba(122, 59, 39, 0.86);
}

.retro-plan-task-copy {
  min-width: 0;
}

.retro-plan-task-copy.is-compact [lang="en"] {
  font-size: 0.58rem;
}

.retro-plan-task-copy.is-compact [lang="zh-CN"] {
  font-size: 0.54rem;
}

.retro-packing-sheet {
  position: relative;
  width: var(--retro-pack-width);
  min-width: var(--retro-pack-width);
  padding: 0.95rem;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(196, 166, 126, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(84, 61, 44, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    var(--retro-frame);
  box-shadow: 0 26px 52px rgba(14, 11, 9, 0.3);
  overflow: hidden;
}

.retro-packing-sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 248, 236, 0.08);
  pointer-events: none;
}

.retro-packing-sheet::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 246, 225, 0.06);
  pointer-events: none;
}

.retro-packing-paper {
  position: relative;
  padding: 1.32rem 1.34rem 1.42rem;
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 18%, rgba(188, 197, 144, 0.18), transparent 30%),
    radial-gradient(circle at 84% 80%, rgba(180, 96, 64, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #e7dfc6, #d7ceb2);
  border: 1px solid rgba(61, 45, 34, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 239, 0.2),
    inset 0 0 0 11px rgba(109, 88, 66, 0.038),
    inset 0 0 0 22px rgba(255, 248, 236, 0.03);
  overflow: hidden;
}

.retro-packing-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(61, 45, 34, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 45, 34, 0.04) 1px, transparent 1px),
    radial-gradient(circle, rgba(57, 43, 32, 0.13) 0 0.76px, transparent 1px);
  background-size: 100% 20px, 24px 100%, 12px 12px;
  mix-blend-mode: multiply;
  opacity: 0.22;
  pointer-events: none;
}

.retro-packing-paper::after {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: -1.05rem;
  width: 8rem;
  height: 8rem;
  background: url("../2x/1.png") center / contain no-repeat;
  opacity: 0.05;
  filter: sepia(0.9) saturate(0.72) contrast(0.92);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.retro-packing-paper > * {
  position: relative;
  z-index: 1;
}

.retro-pack-header {
  display: grid;
  gap: 1.06rem;
  padding-bottom: 1.22rem;
  border-bottom: 1px solid rgba(61, 45, 34, 0.2);
}

.retro-pack-header-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}

.retro-pack-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.16rem;
  align-items: end;
}

.retro-pack-subline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.64rem 1.08rem;
  align-items: center;
  padding-top: 0.58rem;
  border-top: 1px solid rgba(61, 45, 34, 0.16);
  font-size: 0.54rem;
  color: rgba(34, 25, 19, 0.62);
}

.retro-pack-subline span[aria-hidden] {
  color: rgba(180, 96, 64, 0.6);
}

.retro-pack-grid {
  display: grid;
  gap: 0;
  padding-top: 0.28rem;
}

.retro-pack-category {
  display: grid;
  gap: 0.62rem;
  padding: 1.08rem 0 1.12rem;
  border-top: 1px solid rgba(61, 45, 34, 0.18);
}

.retro-pack-category:first-child {
  border-top: none;
}

.retro-pack-category-head,
.retro-pack-derived-head {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: baseline;
}

.retro-pack-category-title {
  font-size: 0.52rem;
  line-height: 1.1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(34, 25, 19, 0.7);
}

.retro-pack-category-count {
  min-width: 1.7rem;
  padding-bottom: 0.08rem;
  border-bottom: 1px solid rgba(180, 96, 64, 0.28);
  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: right;
  color: rgba(122, 59, 39, 0.84);
}

.retro-pack-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.retro-pack-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: start;
  padding: 0.54rem 0;
  border-top: 1px dashed rgba(61, 45, 34, 0.16);
}

.retro-pack-item:first-child {
  border-top: none;
  padding-top: 0;
}

.retro-pack-item-copy {
  display: grid;
  gap: 0.26rem;
  min-width: 0;
}

.retro-pack-item-label .retro-plan-copy-stack [lang="en"] {
  font-size: 0.66rem;
  line-height: 1.46;
  color: rgba(44, 27, 18, 0.88);
}

.retro-pack-item-label .retro-plan-copy-stack [lang="zh-CN"] {
  font-size: 0.8rem;
  line-height: 1.74;
  color: rgba(67, 47, 31, 0.98);
}

.retro-pack-item-note {
  min-width: 0;
}

.retro-pack-item-qty {
  padding-top: 0.1rem;
  font-size: 0.84rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(122, 59, 39, 0.96);
  white-space: nowrap;
}

.retro-pack-derived {
  display: grid;
  gap: 0.76rem;
  padding-top: 1.12rem;
  border-top: 1px solid rgba(61, 45, 34, 0.2);
}

.retro-pack-alert {
  padding-top: 0.56rem;
  border-top: 1px dashed rgba(61, 45, 34, 0.18);
}

@media (max-width: 720px) {
  .retro-preview-panel {
    padding: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .retro-render-host,
  .retro-preview-frame,
  .retro-train-ticket {
    scroll-behavior: auto;
  }
}
