:root {
  color-scheme: light;
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
  --ink: #244f49;
  --muted: #71827d;
  --paper: #fffdf7;
  --line: #ddd3b8;
  --green: #4c9b75;
  --green-dark: #327357;
  --gold: #efb84b;
  --coral: #dc7566;
  --blue: #4d91b7;
  --navy: #294f67;
  --shadow: 0 20px 46px rgba(49, 71, 65, .15);
}
* { box-sizing: border-box; }
html { min-width: 320px; min-height: 100%; background: #eef5e9; }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 10%, rgba(239, 184, 75, .19) 0 140px, transparent 143px),
    radial-gradient(circle at 95% 15%, rgba(89, 154, 137, .15) 0 185px, transparent 188px),
    linear-gradient(145deg, #eef6e9, #fff9ef 55%, #edf1f7);
}
.page-pattern { position: fixed; inset: 0; z-index: -1; opacity: .18; background-image: radial-gradient(circle, rgba(63, 99, 87, .21) 1.2px, transparent 1.4px); background-size: 38px 38px; pointer-events: none; }
button { color: inherit; font: inherit; }
button:not(:disabled) { cursor: pointer; }
button:disabled { cursor: default; }
button:focus-visible { outline: 4px solid rgba(239, 184, 75, .85); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
.app { width: min(1120px, calc(100% - 32px)); min-height: 100vh; margin: 0 auto; padding: 20px 0 54px; }
.topbar, .brand, .topbar-actions, .hero-actions, .section-heading, .route-head, .route-foot,
.progress-row, .task-layout, .answer-card, .feedback-card, .result-actions, .journal-heading {
  display: flex;
  align-items: center;
}
.topbar { min-height: 68px; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.brand { gap: 12px; padding: 0; text-align: left; background: transparent; border: 0; }
.brand-mark { display: grid; width: 57px; height: 57px; place-items: center; font-size: 29px; background: #fff0c7; border: 3px solid #ddc894; border-radius: 19px; box-shadow: 0 8px 17px rgba(58, 79, 70, .13); rotate: -4deg; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 24px; font-weight: 900; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.topbar-actions { gap: 9px; }
.journal-button, .sound-button, .back-button, .secondary-button, .hint-button {
  min-height: 49px;
  color: var(--ink);
  font-weight: 900;
  background: rgba(255, 253, 247, .95);
  border: 2px solid var(--line);
  border-radius: 17px;
}
.journal-button, .sound-button { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 15px; font-size: 13px; }
.journal-button b { color: var(--green-dark); }
.journal-button.is-active { background: #e7f2e6; border-color: #8bb89a; }
.back-button { width: 49px; padding: 0; font-size: 22px; }
.secondary-button, .hint-button { padding: 0 18px; }
.journal-button:hover, .sound-button:hover, .back-button:hover, .secondary-button:hover:not(:disabled), .hint-button:hover:not(:disabled) { border-color: #76a78c; }
.primary-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; color: white; font-weight: 900; background: var(--green); border: 0; border-radius: 17px; box-shadow: 0 8px 0 var(--green-dark); }
.primary-button:hover { background: #438f6a; }
.primary-button:active, .secondary-button:active { translate: 0 2px; }
.primary-button.compact { min-height: 45px; margin-left: auto; padding-inline: 18px; box-shadow: 0 5px 0 var(--green-dark); }
.eyebrow { margin: 0 0 8px; color: #39775e; font-family: Georgia, serif; font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }

.hero { display: grid; min-height: 515px; align-items: center; grid-template-columns: .9fr 1.1fr; gap: 38px; padding: clamp(36px, 5vw, 62px); overflow: hidden; background: rgba(255, 253, 247, .97); border: 3px solid var(--line); border-radius: 46px; box-shadow: var(--shadow); }
.hero h1 { margin-bottom: 18px; font-size: clamp(52px, 6vw, 74px); font-weight: 900; letter-spacing: -.055em; line-height: .94; }
.hero-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 26px; color: var(--muted); font-size: 18px; font-weight: 800; line-height: 1.5; }
.hero-actions { flex-wrap: wrap; gap: 12px; }
.hero-stats { display: flex; gap: 22px; margin: 32px 0 0; padding: 0; list-style: none; }
.hero-stats b, .hero-stats small { display: block; }
.hero-stats b { font-family: Georgia, serif; font-size: 28px; }
.hero-stats small { color: var(--muted); font-size: 11px; font-weight: 900; }
.hero-board { position: relative; min-height: 395px; background: #dbece4; border: 9px solid white; border-radius: 40px; box-shadow: 0 22px 38px rgba(43, 76, 72, .22); rotate: 2deg; }
.hero-board > .mini-map { position: absolute; inset: 18px; }
.hero-card { position: absolute; z-index: 5; display: grid; min-width: 118px; grid-template-columns: 40px 1fr; gap: 0 8px; padding: 9px 12px; background: #fffdf6; border: 3px solid white; border-radius: 14px; box-shadow: 0 8px 16px rgba(42, 75, 69, .2); }
.hero-card > span { grid-row: 1 / 3; font-size: 30px; }
.hero-card b, .hero-card small { display: block; }
.hero-card b { font-size: 14px; }
.hero-card small { color: var(--muted); font-size: 9px; font-weight: 900; }
.hero-card.one { top: 25px; left: 21px; rotate: -6deg; }
.hero-card.two { top: 29px; right: 16px; rotate: 6deg; }
.hero-card.three { right: 24px; bottom: 25px; rotate: -4deg; }
.hero-ticket { position: absolute; bottom: 24px; left: 25px; z-index: 5; display: grid; width: 84px; height: 84px; place-items: center; align-content: center; color: #aa554d; background: #fff4d1; border: 5px double #c87970; border-radius: 50%; rotate: -12deg; }
.hero-ticket b, .hero-ticket small { display: block; }
.hero-ticket b { font-family: Georgia, serif; font-size: 29px; }
.hero-ticket small { font-size: 9px; font-weight: 900; }
.how-note { display: grid; align-items: center; grid-template-columns: 58px 1fr; gap: 14px; margin-top: 18px; padding: 16px 20px; background: #fff3cf; border: 2px solid #e8ce82; border-radius: 23px; }
.how-note > span { display: grid; width: 52px; height: 52px; place-items: center; font-size: 28px; background: white; border-radius: 16px; }
.how-note p { margin: 0; }
.how-note strong, .how-note small { display: block; }
.how-note small { margin-top: 4px; color: #756b50; font-weight: 800; line-height: 1.4; }

.mini-map { position: relative; overflow: hidden; background: #66a9bd; border-radius: 27px; }
.mini-map svg { display: block; width: 100%; height: 100%; }
.mini-map svg rect { fill: #66a9bd; }
.mini-map svg path { fill: #a8cb91; stroke: #e9f0d3; stroke-width: 8; stroke-linejoin: round; filter: drop-shadow(0 6px 0 rgba(35, 83, 73, .18)); }
.mini-map::after { position: absolute; inset: 0; content: ""; opacity: .28; background-image: radial-gradient(circle, white 1.2px, transparent 1.6px); background-size: 28px 25px; pointer-events: none; }
.map-pin { position: absolute; z-index: 3; left: var(--x); top: var(--y); width: 18px; height: 18px; translate: -50% -50%; background: #efb84b; border: 4px solid white; border-radius: 50%; box-shadow: 0 3px 0 rgba(45, 80, 73, .28); }
.map-pin::after { position: absolute; top: -8px; left: -8px; width: 26px; height: 26px; content: ""; border: 3px solid rgba(255, 240, 173, .75); border-radius: 50%; }
.map-plane { position: absolute; top: 45%; left: 50%; z-index: 4; color: white; font-size: 33px; rotate: -10deg; filter: drop-shadow(0 4px 2px rgba(30, 75, 79, .3)); }

.routes-section { margin-top: 48px; }
.section-heading { justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.section-heading h2 { max-width: 700px; margin: 0; font-size: clamp(34px, 4vw, 48px); letter-spacing: -.035em; }
.section-heading > p { max-width: 300px; margin: 0; color: var(--muted); font-weight: 900; line-height: 1.45; text-align: right; }
.routes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.route-card { min-height: 350px; padding: 25px; text-align: left; background: var(--paper); border: 3px solid var(--line); border-radius: 30px; box-shadow: 0 10px 0 #d8d2bd; transition: translate .2s ease, border-color .2s ease; }
.route-card:hover { translate: 0 -5px; }
.route-card.green:hover { border-color: #83b99c; }
.route-card.gold:hover { border-color: #dfba65; }
.route-card.blue:hover { border-color: #78b3d1; }
.route-head { justify-content: space-between; margin-bottom: 23px; }
.route-head em { color: var(--muted); font-size: 12px; font-style: normal; font-weight: 900; }
.route-icon { display: grid; width: 60px; height: 60px; place-items: center; font-size: 30px; background: #e7f3e8; border: 3px solid #b9d9c2; border-radius: 19px; }
.route-card.gold .route-icon { background: #fff3cf; border-color: #e4ce8c; }
.route-card.blue .route-icon { background: #e6f2f8; border-color: #bad9e8; }
.route-card > small { color: #478168; font-weight: 900; }
.route-card > strong { display: block; margin: 7px 0 10px; font-size: 25px; }
.route-card > p { min-height: 78px; margin: 0; color: var(--muted); font-size: 14px; font-weight: 800; line-height: 1.45; }
.route-stops { display: block; margin-top: 14px; color: #52766b; font-size: 11px; font-weight: 900; }
.route-foot { justify-content: space-between; margin-top: 23px; color: #c38b29; font-weight: 900; }
.route-foot b { color: var(--ink); font-size: 13px; }

.game-shell, .journal-shell { padding: clamp(25px, 4vw, 42px); background: rgba(255, 253, 247, .97); border: 3px solid var(--line); border-radius: 38px; box-shadow: var(--shadow); }
.progress-row { justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.progress-row > div > strong, .progress-row > div > small { display: block; }
.progress-row > div > strong { font-size: 18px; }
.progress-row > div > small { max-width: 760px; margin-top: 5px; color: var(--muted); font-weight: 800; line-height: 1.45; }
.round-badge { display: grid; min-width: 82px; height: 82px; place-items: center; align-content: center; color: white; font-family: Georgia, serif; font-size: 29px; font-weight: 900; background: var(--navy); border: 6px solid #cfe0e7; border-radius: 50%; }
.round-badge small { display: block; font-family: inherit; font-size: 10px; }
.task-layout { align-items: stretch; gap: 25px; }
.postcard { position: relative; min-width: 0; flex: .98; padding: 37px 22px 23px; overflow: hidden; background: #f6eedc; border: 4px solid white; border-radius: 26px; box-shadow: 0 10px 0 #d8ceb7, 0 15px 27px rgba(49, 72, 65, .16); rotate: -1deg; }
.postcard-kicker { position: absolute; top: 14px; left: 20px; color: #8b7751; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.postcard > .mini-map { height: 176px; border: 5px solid white; border-radius: 19px; }
.postcard .map-plane { display: none; }
.postcard-scene { position: relative; height: 92px; margin-top: 10px; overflow: hidden; background: linear-gradient(#cfe5df 0 58%, #9fb58c 59% 68%, #7f8a70 69%); border-radius: 17px; }
.postcard-scene > b { position: absolute; top: 9px; left: 50%; z-index: 2; translate: -50% 0; font-size: 49px; filter: drop-shadow(0 5px 2px rgba(45, 65, 62, .18)); }
.skyline { position: absolute; right: 0; bottom: 22px; left: 0; display: flex; height: 44px; align-items: flex-end; justify-content: center; gap: 4px; opacity: .42; }
.skyline i { display: block; width: 28px; height: 31px; background: #496d67; border-radius: 4px 4px 0 0; }
.skyline i:nth-child(2) { height: 44px; }
.skyline i:nth-child(3) { width: 38px; height: 25px; }
.skyline i:nth-child(4) { height: 39px; }
.skyline i:nth-child(5) { height: 23px; }
.postcard-note { margin-top: 12px; padding: 12px 14px; background: #fffdf6; border: 2px solid #dfd4b9; border-radius: 15px; }
.postcard-note small, .postcard-note strong { display: block; }
.postcard-note small { color: #917949; font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.postcard-note strong { margin-top: 4px; font-size: 13px; line-height: 1.4; }
.postcard-question { position: absolute; top: 194px; right: 29px; display: grid; width: 48px; height: 48px; place-items: center; color: #a9554d; font-family: Georgia, serif; font-size: 26px; font-weight: 900; background: #fff1c9; border: 4px double #ca7c72; border-radius: 50%; rotate: 8deg; }
.postcard-answer { position: absolute; top: 194px; right: 24px; z-index: 3; padding: 8px 12px; color: white; background: #438b69; border: 3px solid white; border-radius: 13px; rotate: 4deg; box-shadow: 0 5px 0 rgba(45, 86, 68, .25); }
.postcard-answer b, .postcard-answer small { display: block; }
.postcard-answer b { font-size: 14px; }
.postcard-answer small { font-size: 9px; font-weight: 900; }
.question-panel { min-width: 0; flex: 1.02; }
.task-type { display: inline-block; padding: 7px 11px; color: #386d5a; font-size: 10px; font-weight: 900; letter-spacing: .11em; background: #e6f1e7; border-radius: 10px; }
.question-panel h1 { margin: 16px 0 20px; font-size: clamp(34px, 4vw, 47px); letter-spacing: -.04em; line-height: 1.08; }
.answer-grid { display: grid; gap: 10px; }
.answer-card { min-height: 76px; gap: 13px; padding: 11px 15px; text-align: left; background: white; border: 3px solid #d9d5c8; border-radius: 20px; box-shadow: 0 6px 0 #d8d1bd; }
.answer-card:hover:not(:disabled) { border-color: #74a68a; translate: 0 -2px; }
.answer-card > span { display: grid; min-width: 48px; height: 48px; place-items: center; color: var(--navy); font-family: Georgia, serif; font-size: 18px; font-weight: 900; background: #edf4ea; border-radius: 14px; }
.answer-card strong { flex: 1; font-size: 18px; }
.answer-card i { font-size: 22px; font-style: normal; font-weight: 900; }
.answer-card.is-wrong { color: #8f453e; background: #fff0ed; border-color: #e49a90; box-shadow: none; }
.answer-card.is-correct { color: #286448; background: #e7f4e9; border-color: #79b18c; box-shadow: none; }
.hint-button { width: 100%; margin-top: 16px; }
.hint-note { margin: 12px 0 0; padding: 13px 15px; color: #735f2f; background: #fff6d5; border: 2px solid #e7cd76; border-radius: 17px; }
.hint-note strong { display: block; margin-bottom: 4px; }
.hint-note p { margin: 0; font-weight: 800; line-height: 1.4; }
.feedback-card { gap: 14px; min-height: 84px; margin-top: 20px; padding: 15px 17px; background: #f3f6f2; border: 2px solid #d7ded5; border-radius: 22px; }
.feedback-card[data-kind="error"] { background: #fff0ed; border-color: #e5a59c; }
.feedback-card[data-kind="hint"] { background: #fff6d6; border-color: #e7cc74; }
.feedback-card[data-kind="success"] { background: #e8f5ea; border-color: #9fc9aa; }
.feedback-card > span { display: grid; min-width: 50px; height: 50px; place-items: center; font-size: 26px; background: white; border-radius: 15px; }
.feedback-card p { flex: 1; margin: 0; }
.feedback-card strong, .feedback-card small { display: block; }
.feedback-card small { margin-top: 4px; color: var(--muted); font-weight: 800; line-height: 1.4; }

.result-card { max-width: 850px; margin: 55px auto 0; padding: clamp(34px, 6vw, 64px); text-align: center; background: var(--paper); border: 3px solid var(--line); border-radius: 43px; box-shadow: var(--shadow); }
.result-stamp { display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 20px; padding: 12px; color: white; background: var(--navy); border-radius: 22px; }
.result-stamp span { font-size: 39px; }
.result-stamp b { font-size: 12px; letter-spacing: .16em; }
.result-card h1 { margin-bottom: 12px; font-size: clamp(40px, 6vw, 62px); line-height: 1.03; }
.result-card > p:not(.eyebrow) { color: var(--muted); font-size: 17px; font-weight: 800; line-height: 1.5; }
.stars { margin: 17px 0; font-size: 48px; letter-spacing: 7px; }
.stars span { color: #ddd8c8; }
.stars .earned { color: var(--gold); text-shadow: 0 4px 0 #cc9233; }
.result-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0; }
.result-stats span { padding: 14px; background: #eef5eb; border: 2px solid #d6e2d2; border-radius: 18px; }
.result-stats b, .result-stats small { display: block; }
.result-stats b { font-size: 25px; }
.result-stats small { margin-top: 4px; color: var(--muted); font-weight: 800; }
.stamp-strip { display: flex; justify-content: center; gap: 8px; margin: 20px 0 27px; }
.stamp-strip > span { display: grid; width: 85px; min-height: 74px; place-items: center; align-content: center; padding: 6px; background: #f4eddb; border: 2px dashed #c3a96e; border-radius: 13px; rotate: -2deg; }
.stamp-strip > span:nth-child(even) { rotate: 2deg; }
.stamp-strip b, .stamp-strip small { display: block; }
.stamp-strip b { font-size: 28px; }
.stamp-strip small { margin-top: 3px; font-size: 9px; font-weight: 900; }
.result-actions { justify-content: center; flex-wrap: wrap; gap: 13px; }

.journal-heading { justify-content: space-between; gap: 25px; margin-bottom: 24px; }
.journal-heading h1 { margin-bottom: 8px; font-size: clamp(38px, 5vw, 58px); }
.journal-heading p:not(.eyebrow) { margin: 0; color: var(--muted); font-weight: 800; }
.journal-heading > strong { display: grid; min-width: 100px; height: 84px; place-items: center; align-content: center; font-family: Georgia, serif; font-size: 30px; background: #e4f0e5; border: 2px solid #bcd6bf; border-radius: 20px; }
.journal-heading > strong small { font-family: inherit; font-size: 11px; }
.journal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.journal-card { position: relative; display: grid; min-height: 160px; align-items: center; grid-template-columns: 76px 1fr; gap: 15px; padding: 20px; background: #edf6ed; border: 2px solid #bed8c2; border-radius: 24px; }
.journal-card.is-locked { color: #8c928d; background: #efeee7; border-color: #d8d4c7; }
.journal-number { position: absolute; top: 9px; right: 12px; color: var(--muted); font-size: 10px; font-weight: 900; }
.journal-icon { display: grid; width: 70px; height: 70px; place-items: center; font-size: 36px; background: white; border-radius: 20px; }
.journal-card small, .journal-card strong { display: block; }
.journal-card small { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.journal-card strong { margin-top: 3px; font-size: 20px; }
.journal-card p { margin: 7px 0 0; color: var(--muted); font-size: 13px; font-weight: 800; line-height: 1.4; }

.qa-report { max-width: 860px; margin: 35px auto; padding: clamp(25px, 4vw, 44px); background: white; border: 3px solid #b8d5bf; border-radius: 33px; box-shadow: var(--shadow); }
.qa-report.has-failures { border-color: #e4a198; }
.qa-report h1 { margin-bottom: 8px; font-size: clamp(38px, 5vw, 58px); }
.qa-summary { color: var(--muted); font-weight: 900; }
.qa-report ul { display: grid; gap: 8px; margin: 24px 0; padding: 0; list-style: none; }
.qa-report li { display: grid; align-items: center; grid-template-columns: 30px 1fr auto; gap: 10px; padding: 11px 13px; background: #f2f8f1; border-radius: 13px; }
.qa-report li.fail { background: #fff0ed; }
.qa-report li > span { display: grid; width: 25px; height: 25px; place-items: center; color: white; font-weight: 900; background: var(--green); border-radius: 50%; }
.qa-report li.fail > span { background: var(--coral); }
.qa-report li small { color: var(--muted); }
.qa-actions { display: flex; flex-wrap: wrap; gap: 12px; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p:not(.eyebrow) { margin-inline: auto; }
  .hero-actions, .hero-stats { justify-content: center; }
  .hero-board { width: min(650px, 100%); margin-inline: auto; }
  .routes-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 0; }
  .route-card > p { min-height: 0; }
  .task-layout { align-items: stretch; flex-direction: column; }
  .postcard { width: min(650px, 100%); margin-inline: auto; }
}
@media (max-width: 700px) {
  .app { width: min(1120px, calc(100% - 20px)); padding-top: 10px; }
  .topbar { min-height: 58px; margin-bottom: 12px; }
  .brand-mark { width: 49px; height: 49px; font-size: 24px; }
  .brand strong { font-size: 18px; }
  .brand small { display: none; }
  .journal-button, .sound-button { width: 49px; padding: 0; }
  .journal-button > span:last-child, .sound-button > span:last-child { display: none; }
  .hero { padding: 28px 20px 40px; border-radius: 32px; }
  .hero h1 { font-size: clamp(47px, 14vw, 62px); }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-board { min-height: 330px; border-width: 6px; border-radius: 31px; }
  .hero-card { min-width: 98px; grid-template-columns: 31px 1fr; padding: 7px 9px; }
  .hero-card > span { font-size: 24px; }
  .hero-card b { font-size: 12px; }
  .hero-card.three { right: 12px; }
  .how-note { grid-template-columns: 48px 1fr; padding: 13px; }
  .how-note > span { width: 45px; height: 45px; }
  .section-heading, .journal-heading { align-items: flex-start; flex-direction: column; }
  .section-heading > p { text-align: left; }
  .routes-section { margin-top: 35px; }
  .route-card { padding: 21px; border-radius: 25px; }
  .game-shell, .journal-shell { margin-inline: -5px; padding: 20px 13px; border-radius: 29px; }
  .progress-row { align-items: flex-start; }
  .round-badge { min-width: 67px; height: 67px; font-size: 23px; }
  .postcard { padding: 35px 13px 17px; border-radius: 23px; }
  .postcard > .mini-map { height: 155px; }
  .postcard-question, .postcard-answer { top: 173px; }
  .question-panel h1 { font-size: 33px; text-align: center; }
  .task-type { display: table; margin-inline: auto; }
  .answer-card { min-height: 70px; }
  .answer-card > span { min-width: 44px; height: 44px; }
  .feedback-card { align-items: flex-start; flex-wrap: wrap; }
  .feedback-card .compact { width: 100%; margin-left: 0; }
  .result-card { margin-top: 25px; padding: 32px 20px; border-radius: 32px; }
  .result-stats { grid-template-columns: 1fr; }
  .stamp-strip > span:nth-child(n+5) { display: none; }
  .result-actions { align-items: stretch; flex-direction: column; }
  .journal-grid { grid-template-columns: 1fr; }
  .qa-report li { grid-template-columns: 30px 1fr; }
  .qa-report li small { grid-column: 2; }
}
@media (max-width: 410px) {
  .hero-actions > * { width: 100%; }
  .hero h1 { font-size: 49px; }
  .hero-stats { justify-content: space-between; }
  .hero-stats li { min-width: 0; }
  .hero-board { min-height: 295px; }
  .hero-card { min-width: 88px; }
  .hero-card.one { left: 10px; }
  .hero-card.two { right: 8px; }
  .hero-card.three { bottom: 13px; }
  .hero-ticket { bottom: 14px; left: 12px; width: 70px; height: 70px; }
  .route-card > strong { font-size: 23px; }
  .progress-row > div > small { font-size: 12px; }
  .postcard > .mini-map { height: 139px; }
  .postcard-question, .postcard-answer { top: 159px; right: 18px; }
  .question-panel h1 { font-size: 29px; }
  .answer-card strong { font-size: 16px; }
  .journal-card { grid-template-columns: 58px 1fr; padding: 16px; }
  .journal-icon { width: 54px; height: 54px; font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
