:root {
  --ink: #241d19;
  --paper: #e8dfd1;
  --paper-light: #f1eadf;
  --red: #812b24;
  --red-dark: #3b1715;
  --red-black: #1c0f0e;
  --gold: #c3a05b;
  --muted: #7b6d62;
  --line: rgba(93, 67, 48, .22);
  --serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", SimSun, serif;
  --sans: "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: #17110f; font-family: var(--sans); }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid #dfb966; outline-offset: 3px; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; padding: .7rem 1rem; color: #fff; background: var(--red); }
.skip-link:focus { top: 1rem; }
.grain { position: fixed; inset: 0; z-index: 100; opacity: .08; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.8) .45px, transparent .7px); background-size: 5px 5px; mix-blend-mode: soft-light; }

.topbar { height: 72px; padding: 0 clamp(1rem,4vw,4rem); display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(232,223,209,.96); }
.immersive .topbar { display: none; }
.brand { display: flex; align-items: center; gap: .75rem; border: 0; padding: 0; color: var(--ink); background: transparent; text-align: left; cursor: pointer; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--red); color: var(--red); font: 700 20px var(--serif); transform: rotate(-3deg); }
.brand b { display: block; font: 700 17px var(--serif); letter-spacing: .12em; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.top-actions { display: flex; align-items: center; gap: 1.4rem; }
.text-button { border: 0; border-bottom: 1px solid transparent; padding: .35rem 0; color: var(--muted); background: transparent; font-size: 12px; cursor: pointer; }
.text-button:hover { color: var(--red); border-color: currentColor; }
.offline-label { color: var(--muted); font-size: 10px; letter-spacing: .08em; }

.screen { display: none; }
.screen.active { display: block; }
.eyebrow { margin: 0 0 .75rem; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.primary-button, .secondary-button { min-height: 50px; border: 1px solid var(--red); padding: .85rem 1.2rem; cursor: pointer; transition: .18s ease; }
.primary-button { min-width: 220px; display: inline-flex; justify-content: space-between; align-items: center; gap: 2rem; color: #fff8eb; background: var(--red); box-shadow: 0 12px 35px rgba(28,10,8,.24); }
.primary-button:hover { background: #9a352c; transform: translateY(-2px); }
.primary-button i { font-size: 19px; font-style: normal; }
.secondary-button { color: var(--red); background: transparent; }
.secondary-button:hover { color: white; background: var(--red); }

/* 首页 */
.home-screen { min-height: calc(100vh - 72px); position: relative; overflow: hidden; padding: clamp(3rem,8vw,8rem) clamp(1.2rem,7vw,8rem); color: #f2eadf; background: #17130f; }
.home-landscape { position: absolute; inset: 0; background: url("assets/backgrounds/01-zunyi.png") center/cover no-repeat; opacity: .62; filter: saturate(.7) contrast(1.06); transform: scale(1.015); }
.home-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,13,11,.97) 0%, rgba(28,18,15,.84) 42%, rgba(26,18,15,.28) 72%, rgba(20,14,12,.7) 100%), linear-gradient(0deg, rgba(18,12,10,.7), transparent 60%); }
.hero { position: relative; z-index: 2; width: min(660px,58vw); }
.hero h1 { margin: 0; font: 700 clamp(4rem,8vw,8rem)/1 var(--serif); letter-spacing: -.06em; }
.hero-lead { max-width: 590px; margin: 1.5rem 0; color: rgba(246,237,223,.78); font: 400 clamp(1rem,1.5vw,1.2rem)/2 var(--serif); }
.briefing-grid { display: grid; grid-template-columns: repeat(3,1fr); max-width: 620px; margin: 2rem 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.briefing-grid div { padding: .9rem 1rem .9rem 0; }
.briefing-grid span { display: block; margin-bottom: .35rem; color: rgba(255,255,255,.46); font-size: 9px; letter-spacing: .12em; }
.briefing-grid b { font: 600 13px var(--serif); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero .secondary-button { color: #f0e7d8; border-color: rgba(255,255,255,.35); }
.hero .secondary-button:hover { background: rgba(255,255,255,.1); }
.integrity-note { max-width: 620px; margin: 1.8rem 0 0; color: rgba(245,235,219,.5); font-size: 11px; line-height: 1.8; }
.integrity-note b { color: #d5b56c; }
.archive-card { position: absolute; z-index: 2; right: clamp(1.5rem,7vw,8rem); bottom: clamp(2rem,8vw,7rem); width: min(340px,28vw); padding: 1.8rem; border: 1px solid rgba(222,188,119,.34); background: rgba(31,20,16,.72); backdrop-filter: blur(12px); box-shadow: 0 30px 80px rgba(0,0,0,.26); }
.archive-seal { position: absolute; right: 1.5rem; top: 1.4rem; width: 44px; height: 44px; display: grid; place-items: center; border: 2px solid rgba(167,67,53,.7); color: rgba(197,77,62,.84); font: 700 23px var(--serif); transform: rotate(-9deg); }
.archive-card h2 { margin: 1.4rem 0 1rem; font: 700 1.65rem/1.55 var(--serif); }
.archive-card > p:not(.eyebrow) { color: rgba(245,235,219,.6); font: 400 12px/1.9 var(--serif); }
.archive-status { display: flex; align-items: center; gap: .6rem; margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); color: #d8b873; font-size: 11px; }
.archive-status i { width: 6px; height: 6px; border-radius: 50%; background: #be4b3e; box-shadow: 0 0 0 5px rgba(190,75,62,.12); }

/* 沉浸场景 */
.game-screen { position: relative; min-height: 100svh; overflow: hidden; color: #f4ecdf; background: #0f0d0c; }
.scene-backdrop, .scene-vignette { position: absolute; inset: 0; }
.scene-backdrop { background-position: center; background-size: cover; filter: saturate(.78) contrast(1.06); transition: opacity .35s ease; }
.scene-vignette { background: linear-gradient(90deg, rgba(9,8,7,.88) 0%, rgba(11,9,8,.48) 45%, rgba(9,8,7,.07) 68%, rgba(7,7,7,.55) 100%), linear-gradient(0deg, rgba(7,6,5,.72) 0%, transparent 48%, rgba(5,5,5,.42) 100%); pointer-events: none; }
.mission-tag { position: absolute; z-index: 3; left: 2rem; top: 1.7rem; padding-left: .8rem; border-left: 2px solid var(--gold); text-shadow: 0 2px 8px #000; }
.mission-tag span { display: block; color: rgba(255,255,255,.56); font-size: 9px; letter-spacing: .14em; }
.mission-tag b { display: block; margin-top: .35rem; font: 700 15px var(--serif); }
.abort-button { position: absolute; z-index: 4; top: 1.7rem; left: 15.5rem; border: 1px solid rgba(255,255,255,.28); padding: .5rem .8rem; color: rgba(255,255,255,.7); background: rgba(15,12,10,.32); font-size: 10px; cursor: pointer; }
.abort-button:hover { color: white; background: rgba(80,27,23,.65); }

.battle-map { position: absolute; z-index: 4; right: 2rem; top: 1.7rem; width: min(335px,28vw); overflow: hidden; border: 1px solid rgba(218,190,137,.4); color: #e9dfce; background: rgba(20,20,18,.78); box-shadow: 0 20px 60px rgba(0,0,0,.34); backdrop-filter: blur(10px); }
.map-heading { display: flex; justify-content: space-between; align-items: end; padding: .8rem .9rem .55rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.map-heading span { display: block; color: #d3b56f; font-size: 9px; letter-spacing: .16em; }.map-heading b { display: block; margin-top: .25rem; font: 600 11px var(--serif); }.map-heading small { color: rgba(255,255,255,.4); font-size: 8px; }
.map-canvas { aspect-ratio: 1.45; background: #1e2624; }
.map-canvas svg { display: block; width: 100%; height: 100%; }
.map-land { fill: #242e2a; }.map-border { fill: none; stroke: rgba(219,200,159,.1); stroke-width: 1; stroke-dasharray: 3 3; }.map-river { fill: none; stroke: #6b8f91; stroke-width: 2.2; opacity: .78; }.map-river.major { stroke-width: 3; }.map-road { fill: none; stroke: rgba(213,190,141,.18); stroke-width: 1; stroke-dasharray: 3 4; }.map-city-dot { fill: #c8b88f; }.map-city { fill: rgba(239,229,205,.66); font: 3.15px var(--sans); }.river-label { fill: #87a9aa; font: 3.35px var(--serif); letter-spacing: .08em; }.force-halo { opacity: .22; }.force-dot { stroke: rgba(255,255,255,.8); stroke-width: .55; }.force-label { paint-order: stroke; stroke: rgba(16,20,19,.96); stroke-width: 1.7px; stroke-linejoin: round; font: 700 4.1px var(--sans); }.force-label.red { fill: #ffd9c5; }.force-label.blue { fill: #c9dbe8; }.red-force .force-halo { fill: #c64a39; }.red-force .force-dot { fill: #d95140; }.blue-force .force-halo { fill: #5b87a5; }.blue-force .force-dot { fill: #6f98b1; }
.map-legend { display: flex; gap: .9rem; padding: .55rem .9rem; color: rgba(255,255,255,.55); font-size: 8px; }.map-legend span { display: flex; align-items: center; }.map-legend i { width: 7px; height: 7px; margin-right: .35rem; border-radius: 50%; }.legend-red { background: #d95140; }.legend-blue { background: #6f98b1; }

.story-card { position: absolute; z-index: 3; left: clamp(1.5rem,6vw,7rem); bottom: clamp(2rem,6vh,5rem); width: min(660px,56vw); height: clamp(470px,55vh,560px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: rgba(195,160,91,.65) rgba(255,255,255,.06); padding: clamp(1.35rem,2.5vw,2.2rem); border: 1px solid rgba(227,205,164,.22); background: linear-gradient(135deg,rgba(21,17,14,.9),rgba(22,17,14,.74)); box-shadow: 0 28px 90px rgba(0,0,0,.42); backdrop-filter: blur(9px); }
.story-card::-webkit-scrollbar { width: 7px; }.story-card::-webkit-scrollbar-track { background: rgba(255,255,255,.04); }.story-card::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(195,160,91,.55); }
.story-meta { display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.55); font-size: 10px; }.story-meta .eyebrow { margin: 0; }.story-card h2 { margin: .7rem 0 .9rem; font: 700 clamp(2rem,4vw,3.7rem)/1.2 var(--serif); letter-spacing: -.04em; }
.scroll-cue { display: flex; justify-content: space-between; margin: 0 0 .8rem; padding: .45rem .65rem; color: rgba(232,201,138,.78); background: rgba(52,38,30,.88); font-size: 9px; letter-spacing: .08em; }.scroll-cue i { font-style: normal; }
.story-copy { max-width: 590px; }.story-copy p { margin: .6rem 0; color: rgba(245,236,221,.78); font: 400 clamp(13px,1.15vw,15px)/1.85 var(--serif); }
.known-intel { display: grid; grid-template-columns: 70px 1fr; gap: .8rem; margin-top: 1rem; padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }.known-intel span { color: #d4b570; font-size: 9px; font-weight: 800; letter-spacing: .12em; }.known-intel p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.7; }
.decision-button { width: 100%; margin-top: 1rem; min-height: 50px; display: flex; justify-content: space-between; align-items: center; border: 1px solid #b98d4e; padding: .85rem 1.1rem; color: #fff7e9; background: rgba(126,42,34,.94); cursor: pointer; transition: .18s ease; }.decision-button:hover { background: #9b352b; transform: translateY(-2px); }.decision-button i { font-style: normal; }

.choice-sheet { position: fixed; inset: 0; z-index: 80; display: grid; align-items: end; }
.sheet-backdrop { position: absolute; inset: 0; background: rgba(5,4,4,.65); backdrop-filter: blur(5px); }
.sheet-content { position: relative; width: min(1020px,calc(100% - 2rem)); margin: 0 auto 1rem; padding: clamp(1.2rem,3vw,2.2rem); color: #f2eadf; border: 1px solid rgba(216,183,115,.4); background: rgba(29,21,18,.97); box-shadow: 0 -20px 100px rgba(0,0,0,.5); }
.sheet-heading { display: flex; justify-content: space-between; gap: 2rem; }.sheet-heading h3 { max-width: 760px; margin: .2rem 0 .5rem; font: 700 clamp(1.35rem,2.5vw,2rem)/1.45 var(--serif); }.sheet-heading button { align-self: start; border: 0; color: rgba(255,255,255,.6); background: transparent; font-size: 28px; cursor: pointer; }.decision-warning { margin: 0 0 1rem; color: rgba(255,255,255,.48); font-size: 10px; }
.options { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; }.option-button { min-height: 125px; display: grid; grid-template-columns: 28px 1fr; gap: .8rem; align-content: start; border: 1px solid rgba(255,255,255,.16); padding: 1rem; color: #f0e7d9; background: rgba(255,255,255,.035); text-align: left; cursor: pointer; transition: .17s ease; }.option-button:hover { border-color: #c59b58; background: rgba(130,44,35,.32); transform: translateY(-3px); }.option-letter { color: #d1ad66; font: 700 20px var(--serif); }.option-copy b { display: block; margin-bottom: .45rem; font: 700 14px/1.5 var(--serif); }.option-copy small { color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.6; }

.order-confirmation { position: fixed; inset: 0; z-index: 90; display: grid; place-content: center; justify-items: center; padding: 2rem; color: #f4ebdc; background: rgba(20,14,12,.92); text-align: center; backdrop-filter: blur(12px); }
.order-mark { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 1.3rem; border: 2px solid #a7493e; color: #bd5649; font: 700 34px var(--serif); transform: rotate(-6deg); }.order-confirmation h2 { max-width: 760px; margin: .5rem 0; font: 700 clamp(2rem,4vw,3.4rem)/1.35 var(--serif); }.order-confirmation > p:not(.eyebrow) { margin: .5rem 0 1.5rem; color: rgba(255,255,255,.55); font: 400 13px/1.8 var(--serif); }

/* 推演失败 */
.fail-screen { position: relative; min-height: 100svh; max-height: 100svh; overflow-x: hidden; overflow-y: auto; color: #f2e8d9; background: #140e0d; }
.fail-image, .fail-shade { position: absolute; inset: 0; }.fail-image { background-position: center; background-size: cover; filter: grayscale(.55) saturate(.45) contrast(1.15); }.fail-shade { background: linear-gradient(90deg,rgba(20,10,9,.98) 0%,rgba(30,12,10,.88) 48%,rgba(15,10,9,.52)), linear-gradient(0deg,rgba(12,8,7,.8),transparent); }
.fail-card { position: relative; z-index: 2; width: min(680px,calc(100% - 2rem)); margin-left: clamp(1rem,8vw,9rem); padding: clamp(3rem,8vh,7rem) 0; }.fail-card h2 { margin: 0 0 1.6rem; color: #c45a4d; font: 700 clamp(3.2rem,7vw,6rem) var(--serif); }.failed-order { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }.failed-order span, .consequence-block > span { display: block; margin-bottom: .45rem; color: #c7a863; font-size: 9px; font-weight: 800; letter-spacing: .15em; }.failed-order b { font: 700 16px var(--serif); }.consequence-block { margin: 1.5rem 0; }.consequence-block h3 { margin: .5rem 0; font: 700 1.5rem/1.5 var(--serif); }.consequence-block p { color: rgba(255,255,255,.7); font: 400 14px/1.9 var(--serif); }.boundary-note { padding: .8rem 1rem; border-left: 3px solid #b59150; color: rgba(255,255,255,.5); background: rgba(255,255,255,.04); font-size: 10px; line-height: 1.7; }.fail-actions { display: flex; align-items: center; gap: .8rem; margin-top: 1.5rem; flex-wrap: wrap; }.secondary-button.light { color: #f3eadb; border-color: rgba(255,255,255,.34); }.text-button.light { color: rgba(255,255,255,.65); }

/* 史实档案 */
.result-screen { min-height: calc(100vh - 72px); color: var(--ink); background: var(--paper); }
.result-hero { min-height: 48vh; display: flex; justify-content: space-between; align-items: end; gap: 2rem; padding: clamp(3rem,8vw,8rem); color: #f3eadc; background: linear-gradient(90deg,rgba(37,15,13,.96),rgba(75,27,23,.82)), url("assets/backgrounds/06-fourth-crossing.png") center/cover; }
.result-hero h2 { margin: 0; font: 700 clamp(4rem,9vw,8rem)/1 var(--serif); }.result-hero p:not(.eyebrow) { max-width: 630px; color: rgba(255,255,255,.68); font: 400 15px/1.9 var(--serif); }.result-seal { flex: 0 0 auto; width: 90px; height: 90px; display: grid; place-items: center; border: 3px double #d2ad62; color: #d2ad62; font: 700 25px var(--serif); transform: rotate(-7deg); }
.result-body { width: min(1180px,calc(100% - 2rem)); margin: auto; padding: clamp(3rem,7vw,7rem) 0; }.history-intro { display: grid; grid-template-columns: 170px 1fr; gap: .6rem 2rem; padding-bottom: 3rem; border-bottom: 2px solid var(--ink); }.history-intro > span, .summary-grid article > span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .15em; }.history-intro h3 { margin: 0; font: 700 clamp(1.8rem,4vw,3rem)/1.45 var(--serif); }.history-intro p { grid-column: 2; margin: .8rem 0 0; color: #5e534b; font: 400 14px/2 var(--serif); }
.review-heading { display: flex; justify-content: space-between; margin: 3rem 0 1.2rem; color: var(--red); font-size: 11px; letter-spacing: .12em; }.review-heading b { color: var(--muted); }
.history-timeline { border-top: 1px solid var(--line); }.history-entry { display: grid; grid-template-columns: 155px 1fr; border-bottom: 1px solid var(--line); }.history-index { padding: 1.5rem 1.5rem 1.5rem 0; border-right: 1px solid var(--line); }.history-index span { display: block; color: var(--red); font: 700 22px var(--serif); }.history-index small { color: var(--muted); font-size: 10px; }.history-content { padding: 1.5rem 0 1.5rem 2rem; }.history-content h3 { margin: 0 0 .5rem; font: 700 20px/1.5 var(--serif); }.chosen-order { margin: .7rem 0; padding: .7rem .9rem; color: #653029; background: rgba(129,43,36,.07); font-size: 11px; }.chosen-order b { margin-right: .5rem; }.history-content p { margin: .5rem 0; color: #61564e; font: 400 13px/1.85 var(--serif); }.decision-key { display: grid; grid-template-columns: 72px 1fr; margin-top: .7rem; padding-top: .7rem; border-top: 1px dashed var(--line); font-size: 11px; line-height: 1.7; }.decision-key b { color: var(--red); }.failed-reviews { margin-top: .8rem; border: 1px solid rgba(125,57,47,.2); background: rgba(129,43,36,.04); }.failed-reviews summary { padding: .7rem .9rem; color: #773a32; font-size: 11px; font-weight: 700; cursor: pointer; }.failed-review { margin: 0 .9rem; padding: .8rem 0; border-top: 1px solid var(--line); }.failed-review b { display: block; margin-bottom: .3rem; color: #7b332b; font: 700 12px var(--serif); }.failed-review p { margin: 0; font-size: 11px; }
.summary-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; margin-top: 3rem; }.summary-grid article { padding: 1.5rem; border: 1px solid var(--line); background: rgba(255,255,255,.25); }.summary-grid h3 { margin: .6rem 0; font: 700 18px/1.5 var(--serif); }.summary-grid p { color: #6a5e55; font: 400 12px/1.8 var(--serif); }.result-actions { display: flex; gap: .8rem; margin-top: 2rem; flex-wrap: wrap; }

.sources-dialog { width: min(680px,calc(100% - 2rem)); border: 1px solid var(--line); padding: 2rem; color: var(--ink); background: var(--paper-light); box-shadow: 0 30px 100px rgba(0,0,0,.5); }.sources-dialog::backdrop { background: rgba(15,10,9,.78); backdrop-filter: blur(5px); }.dialog-heading { display: flex; justify-content: space-between; }.dialog-heading h2 { margin: 0 0 1rem; font: 700 2rem var(--serif); }.dialog-heading button { align-self: start; border: 0; color: var(--red); background: transparent; font-size: 28px; cursor: pointer; }.sources-dialog > p, .sources-dialog li { color: #5f544c; font: 400 13px/1.8 var(--serif); }.dialog-note { padding: 1rem; border-left: 3px solid var(--gold); background: rgba(123,80,54,.06); }.noscript { position: fixed; z-index: 200; inset: auto 1rem 1rem; padding: 1rem; color: white; background: var(--red-dark); }

@media (max-width: 980px) {
  .archive-card { display: none; }.hero { width: min(680px,90vw); }
  .battle-map { width: 285px; }.story-card { width: min(600px,68vw); }.options { grid-template-columns: 1fr; max-height: 48vh; overflow-y: auto; }.option-button { min-height: auto; }
}

@media (max-width: 720px) {
  .topbar { height: 62px; }.brand small, .offline-label { display: none; }.home-screen { min-height: calc(100vh - 62px); padding: 3rem 1rem 2rem; }.home-shade { background: linear-gradient(0deg,rgba(17,12,10,.98),rgba(21,14,12,.67) 65%,rgba(18,13,11,.35)); }.hero { width: 100%; margin-top: 20vh; }.hero h1 { font-size: clamp(3.7rem,18vw,5.5rem); }.briefing-grid { grid-template-columns: 1fr; }.briefing-grid div { display: flex; gap: 1rem; padding: .55rem 0; }.briefing-grid span { width: 60px; margin: 0; }.primary-button { width: 100%; }.hero .secondary-button { width: 100%; }
  .game-screen { min-height: 100svh; overflow-y: auto; }.scene-backdrop, .scene-vignette { position: fixed; }.scene-vignette { background: linear-gradient(0deg,rgba(7,6,5,.94) 0%,rgba(9,8,7,.7) 55%,rgba(6,6,6,.22) 100%); }.mission-tag { position: relative; display: inline-block; left: 1rem; top: 1rem; }.abort-button { position: absolute; left: auto; right: 1rem; top: 1rem; }.battle-map { position: relative; top: auto; right: auto; width: calc(100% - 2rem); max-width: 360px; margin: 5rem 1rem 0 auto; }.story-card { position: relative; left: auto; bottom: auto; width: calc(100% - 2rem); height: min(62svh,560px); margin: 1rem; padding: 1.2rem; }.story-card h2 { font-size: 2.1rem; }.story-copy p { font-size: 13px; }.choice-sheet { overflow-y: auto; }.sheet-content { margin-bottom: 0; }.sheet-heading { gap: 1rem; }.options { max-height: none; }.order-confirmation h2 { font-size: 2rem; }
  .fail-card { margin: 0 1rem; padding-top: 5rem; }.fail-card h2 { font-size: 3.7rem; }.fail-actions > * { width: 100%; }.result-hero { min-height: 62vh; align-items: end; padding: 3rem 1rem; }.result-seal { width: 62px; height: 62px; font-size: 18px; }.history-intro { grid-template-columns: 1fr; }.history-intro p { grid-column: 1; }.history-entry { grid-template-columns: 72px 1fr; }.history-index { padding: 1rem .7rem 1rem 0; }.history-content { padding: 1rem 0 1rem 1rem; }.summary-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
