:root {
  color-scheme: light;
  --ink: #17293c;
  --muted: #5a6c7d;
  --muted-2: #8798a8;
  --panel: rgba(255, 255, 255, .93);
  --panel-solid: #ffffff;
  --line: rgba(23, 41, 60, .1);
  --blue: #005BAC;
  --blue-deep: #003D73;
  --amber: #f59e0b;
  --green: #10b981;
  --green-deep: #0f9d76;
  --red: #e11d48;
  --violet: #8b5cf6;
  font-family: "Noto Sans JP", Inter, "Hiragino Sans", "Yu Gothic UI", sans-serif;
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; background: #dfe6ee; }
body { color: var(--ink); }
button { font: inherit; color: inherit; }

.story-shell { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(400px, .78fr); width: 100vw; height: 100vh; min-height: 680px; }
.story-map-wrap { position: relative; min-width: 0; overflow: hidden; background: #cfd8e3; }
#storyMap { position: absolute; inset: 0; }
.sky-layer { position: absolute; inset: 0; z-index: 1; pointer-events: none; transition: background 1.2s linear; }
.map-vignette { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,.16), transparent 18%, transparent 74%, rgba(20,32,46,.24)); }
.map-attribution { position: absolute; z-index: 3; right: 14px; bottom: 9px; color: rgba(45,62,80,.6); font-size: 9px; }

.eyebrow { margin: 0 0 6px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; }

.story-brand { position: absolute; z-index: 4; top: 20px; left: 20px; display: flex; align-items: center; gap: 12px; padding: 13px 18px 13px 13px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; background: var(--panel); box-shadow: 0 14px 40px rgba(23,41,60,.16); backdrop-filter: blur(14px); }
.mini-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-deep)); font-size: 11px; font-weight: 900; letter-spacing: .08em; box-shadow: 0 6px 16px rgba(47,111,242,.35); }
.story-brand h1 { margin: 0; color: var(--ink); font-size: clamp(16px, 1.6vw, 22px); line-height: 1.05; letter-spacing: -.02em; }
.story-brand h1 span { color: var(--blue); }
.story-brand p:last-child { margin: 4px 0 0; color: var(--muted); font-size: 10px; }

.map-status { position: absolute; z-index: 4; top: 20px; right: 20px; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: var(--panel); color: var(--muted); font-size: 10.5px; box-shadow: 0 12px 32px rgba(23,41,60,.14); backdrop-filter: blur(14px); }
.map-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(16,185,129,.15); animation: live-blink 2.2s ease-in-out infinite; }
.map-status strong { color: var(--ink); }
.map-status span { color: var(--ink); font-variant-numeric: tabular-nums; font-weight: 800; font-size: 14px; }
.map-status em { font-style: normal; color: var(--amber); }
.map-status b { padding-left: 9px; border-left: 1px solid var(--line); color: var(--blue); font-weight: 800; }
.map-status u { text-decoration: none; padding: 3px 8px; border-radius: 6px; font-size: 8px; font-weight: 800; letter-spacing: .08em; color: #fff; background: var(--green-deep); }
.map-status u.online { background: var(--amber); }
@keyframes live-blink { 0%,100% {opacity: 1;} 50% {opacity: .45;} }

/* 録画モード：操作UIを隠す */
.clean-mode .venue-tally,
.clean-mode .story-controls,
.clean-mode .record-note,
.clean-mode .scene-dots,
.clean-mode .back-link { display: none !important; }

/* 会場ライブ投票（上部中央） */
.venue-tally { position: absolute; z-index: 5; top: 20px; left: 50%; transform: translateX(-50%); display: flex; align-items: stretch; gap: 8px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.7); border-radius: 14px; background: var(--panel); box-shadow: 0 14px 36px rgba(23,41,60,.16); backdrop-filter: blur(14px); }
.tally-label { align-self: center; padding: 0 4px 0 6px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; writing-mode: horizontal-tb; max-width: 58px; line-height: 1.35; }
.venue-tally button { border: none; border-radius: 10px; cursor: pointer; }
#voteOut, #voteRet { display: grid; gap: 1px; padding: 6px 13px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-deep)); text-align: left; box-shadow: 0 5px 14px rgba(47,111,242,.3); transition: transform .08s ease; }
#voteRet { background: linear-gradient(135deg, #f7ab2f, #d97706); box-shadow: 0 5px 14px rgba(245,158,11,.32); }
#voteOut:active, #voteRet:active { transform: scale(.96); }
#voteOut span, #voteRet span { font-size: 8px; opacity: .85; font-weight: 600; }
#voteOut b, #voteRet b { font-size: 12px; font-weight: 850; }
.tally-count { display: grid; place-items: center; min-width: 56px; padding: 4px 10px; border-radius: 10px; background: #eef4ff; border: 1px solid rgba(47,111,242,.25); }
.tally-count b { color: var(--blue-deep); font-size: 18px; font-variant-numeric: tabular-nums; line-height: 1; }
.tally-count small { color: var(--muted); font-size: 7.5px; font-weight: 700; }
.tally-count.flash { animation: tally-flash .7s ease; }
@keyframes tally-flash {
  0% { background: #dbeafe; transform: scale(1); }
  30% { background: #bfdbfe; transform: scale(1.07); }
  100% { background: #eef4ff; transform: scale(1); }
}
.tally-undo { padding: 0 9px; color: var(--muted); background: #f1f4f9; border: 1px solid #e2e8f1 !important; font-size: 9px; font-weight: 700; }

.story-narrative { position: absolute; z-index: 4; left: 20px; bottom: 46px; max-width: min(620px, 64%); padding: 18px 22px 19px; border-radius: 16px; border: 1px solid rgba(255,255,255,.7); border-left: 4px solid var(--blue); background: var(--panel); box-shadow: 0 18px 48px rgba(23,41,60,.18); backdrop-filter: blur(14px); }
.story-narrative.enter { animation: narrative-in .7s cubic-bezier(.2,.8,.2,1); }
@keyframes narrative-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
.story-kicker { margin: 0 0 7px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.story-narrative h2 { margin: 0; color: var(--ink); font-size: clamp(21px, 2.5vw, 36px); line-height: 1.14; letter-spacing: -.03em; font-weight: 850; }
.story-narrative p:last-child { max-width: 540px; margin: 9px 0 0; color: var(--muted); font-size: clamp(11px, 1vw, 13.5px); line-height: 1.65; }

.connection-legend { position: absolute; z-index: 4; left: 24px; bottom: 16px; display: flex; align-items: center; gap: 7px; color: #5b4a8a; font-size: 10px; font-weight: 600; opacity: 0; transition: opacity .3s; }
.connection-legend.visible { opacity: 1; }
.connection-legend i { width: 22px; border-top: 2px dashed var(--violet); }

.bus-status-line { position: absolute; z-index: 4; right: 20px; bottom: 20px; margin: 0; max-width: 46%; padding: 7px 12px; border-radius: 10px; text-align: right; color: var(--ink); background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.7); font-size: 10.5px; font-variant-numeric: tabular-nums; box-shadow: 0 8px 22px rgba(23,41,60,.12); }

/* ── 右パネル */
.story-deck { position: relative; z-index: 6; display: flex; flex-direction: column; overflow: hidden; min-width: 0; background: #f7f9fc; border-left: 1px solid #e3e9f1; box-shadow: -16px 0 40px rgba(23,41,60,.08); }
.deck-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 18px 22px 13px; border-bottom: 1px solid #e8edf4; background: #fff; }
.deck-topline h2 { margin: 0; color: var(--ink); font-size: clamp(16px, 1.5vw, 22px); line-height: 1.15; letter-spacing: -.03em; font-weight: 850; }
.deck-links { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.bosai-link { padding: 5px 8px; border-radius: 999px; color: #fff; background: #005bac; font-size: 9px; text-decoration: none; font-weight: 800; }
.back-link { color: var(--blue); font-size: 9px; text-decoration: none; white-space: nowrap; font-weight: 700; }

.story-phase-row { display: flex; align-items: center; gap: 10px; padding: 10px 22px 9px; border-bottom: 1px solid #e8edf4; background: #fff; }
.phase-track { flex: 1; height: 5px; overflow: hidden; border-radius: 99px; background: #e4eaf2; }
.phase-track i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #6d9bff); transition: width .1s linear; }
.scene-dots { display: flex; gap: 4px; }
.scene-dot { width: 17px; height: 17px; padding: 0; border: 1px solid #d4dde8; border-radius: 50%; background: #fff; color: var(--muted-2); font-size: 8px; font-weight: 800; cursor: pointer; line-height: 1; }
.scene-dot.done { color: #fff; background: #a9c1f5; border-color: transparent; }
.scene-dot.active { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,111,242,.2); }

.story-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 12px 22px 10px; }
.story-kpis article { min-width: 0; padding: 10px 11px 9px; border: 1px solid #e6ecf3; border-radius: 12px; background: #fff; box-shadow: 0 3px 10px rgba(23,41,60,.05); }
.story-kpis span { display: block; overflow: hidden; color: var(--muted); font-size: 8.5px; white-space: nowrap; text-overflow: ellipsis; font-weight: 600; }
.story-kpis strong { display: block; margin-top: 4px; color: var(--ink); font-size: clamp(15px, 1.5vw, 22px); font-variant-numeric: tabular-nums; letter-spacing: -.02em; font-weight: 850; }
.story-kpis small { display: block; margin-top: 2px; color: var(--muted-2); font-size: 7.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.story-kpis .kpi-profit { border-color: rgba(47,111,242,.3); background: linear-gradient(180deg, #f4f8ff, #fff); }

.section-line { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 8px; color: var(--ink); font-size: 10.5px; font-weight: 800; }
.section-line em { color: var(--muted-2); font-size: 8px; font-style: normal; font-weight: 600; }
.section-line em b { color: var(--green-deep); font-size: 10px; }

.band-section { padding: 3px 22px 10px; }
.profit-band { position: relative; height: 25px; border-radius: 8px; background: linear-gradient(90deg, rgba(225,29,72,.1), rgba(245,158,11,.07) 62%, rgba(16,185,129,.12)); border: 1px solid #e6ecf3; overflow: hidden; }
.band-fill { position: absolute; top: 4px; bottom: 4px; border-radius: 6px; background: rgba(47,111,242,.28); border: 1px solid rgba(47,111,242,.45); transition: left .5s ease, width .5s ease; }
.band-median { position: absolute; top: 2px; bottom: 2px; width: 2.5px; background: var(--blue-deep); box-shadow: 0 0 6px rgba(29,78,216,.5); transition: left .5s ease; }
.band-zero { position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(23,41,60,.35); }
.band-zero::after { content: '±0'; position: absolute; top: 1px; left: 3px; color: var(--muted-2); font-size: 7px; }
.band-label { position: absolute; bottom: 2px; color: var(--muted-2); font-size: 7px; }
.band-label.lo { left: 5px; }
.band-label.hi { right: 5px; }

.compare-section { padding: 4px 22px 10px; }
.cmp-row { display: grid; grid-template-columns: 76px 1fr 74px; gap: 8px; align-items: center; margin-bottom: 6px; padding: 5px 7px; border-radius: 8px; color: var(--muted); font-size: 9.5px; font-weight: 600; border: 1px solid transparent; }
.cmp-row.active { background: #fff; border-color: #dfe8f3; box-shadow: 0 2px 8px rgba(23,41,60,.06); color: var(--ink); }
.cmp-track { position: relative; height: 9px; border-radius: 99px; background: #e9eef5; overflow: hidden; }
.cmp-track i { position: absolute; top: 0; bottom: 0; left: 0; width: 0; border-radius: inherit; background: linear-gradient(90deg, #f0817f, var(--red)); transition: width .5s ease; }
.cmp-track i.positive { background: linear-gradient(90deg, #6ee7c2, var(--green)); }
.cmp-zero { position: absolute; top: -2px; bottom: -2px; left: 66.7%; width: 1px; background: rgba(23,41,60,.3); }
.cmp-row b { text-align: right; color: var(--ink); font-size: 10px; font-variant-numeric: tabular-nums; }

.timeline-section { padding: 2px 22px 8px; }
#timelineCanvas { display: block; width: 100%; height: 60px; border: 1px solid #e6ecf3; border-radius: 10px; background: #fff; }
.timeline-scale { display: flex; justify-content: space-between; margin-top: 3px; color: var(--muted-2); font-size: 7.5px; font-variant-numeric: tabular-nums; }

.demand-section { padding: 3px 22px 8px; }
.demand-bar-row { display: grid; grid-template-columns: 1fr auto; gap: 3px 10px; align-items: center; margin-bottom: 6px; color: var(--muted); font-size: 9.5px; font-weight: 600; }
.demand-bar-row b { color: var(--blue); font-size: 10.5px; font-variant-numeric: tabular-nums; }
.demand-bar-row.return b { color: var(--amber); }
.demand-bar-row > div { grid-column: 1 / -1; height: 6px; overflow: hidden; border-radius: 99px; background: #e9eef5; }
.demand-bar-row i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #6d9bff, var(--blue)); transition: width .45s ease; }
.demand-bar-row.return i { background: linear-gradient(90deg, #ffc964, var(--amber)); }

.cost-section { padding: 7px 22px 9px; border-top: 1px solid #e8edf4; }
.cost-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.cost-grid > div { min-width: 0; padding: 7px 8px; border: 1px solid #e6ecf3; border-radius: 9px; background: #fff; }
.cost-grid span, .cost-grid small { display: block; color: var(--muted); font-size: 7.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cost-grid strong { display: block; margin-top: 3px; color: var(--ink); font-size: 11.5px; font-variant-numeric: tabular-nums; font-weight: 800; }
.cost-grid small { margin-top: 2px; color: var(--muted-2); }
.cost-grid .cost-total { border-color: rgba(47,111,242,.35); background: #f4f8ff; }
.cost-grid .cost-total strong { color: var(--blue-deep); }

.story-controls { margin-top: auto; padding: 11px 22px 10px; border-top: 1px solid #e8edf4; background: #fff; }
.control-row { display: flex; gap: 7px; }
.play-button, .small-button, .scenario-button { border: 1px solid #dbe4ef; border-radius: 9px; background: #fff; cursor: pointer; }
.play-button { flex: 1; height: 34px; border-color: transparent; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-deep)); font-size: 10.5px; font-weight: 850; box-shadow: 0 6px 16px rgba(47,111,242,.3); }
.small-button { padding: 0 11px; color: var(--muted); font-size: 9px; }
.scenario-buttons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 8px; }
.scenario-button { height: 27px; color: var(--muted); font-size: 9px; font-weight: 700; }
.scenario-button.active { border-color: var(--blue); color: var(--blue-deep); background: #eef4ff; }
.record-note { margin: 8px 0 0; color: var(--muted-2); font-size: 8px; line-height: 1.45; }
.story-footer { display: flex; justify-content: space-between; gap: 8px; padding: 8px 22px 9px; color: var(--muted-2); font-size: 7.5px; }

/* ── スパチャ風ライブカード */
.supa-stack { position: absolute; z-index: 6; right: 16px; bottom: 62px; display: flex; flex-direction: column; gap: 8px; width: 232px; pointer-events: none; }
.supa-card { position: relative; overflow: hidden; padding: 10px 12px 12px; border-radius: 12px; color: #fff; box-shadow: 0 10px 26px rgba(23,41,60,.3); animation: supa-in .45s cubic-bezier(.2,.9,.25,1.2); }
.supa-card.leave { animation: supa-out .4s ease forwards; }
.supa-card b { display: block; font-size: 14px; font-weight: 900; letter-spacing: .02em; text-shadow: 0 1px 4px rgba(0,0,0,.25); }
.supa-card span { display: block; margin-top: 2px; font-size: 9px; font-weight: 700; opacity: .92; }
.supa-card i { position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background: rgba(255,255,255,.75); animation: supa-timer 4.6s linear forwards; }
.supa-card.out { background: linear-gradient(135deg, #1F78C1, #003D73); }
.supa-card.ret { background: linear-gradient(135deg, #ffb23e, #d97706); }
.supa-card.gold { background: linear-gradient(135deg, #ffd34d, #f59e0b 55%, #ef7d1a); box-shadow: 0 12px 32px rgba(245,158,11,.5); animation: supa-in .45s cubic-bezier(.2,.9,.25,1.2), supa-shine 1.6s ease-in-out infinite; }
.supa-card.gold b { font-size: 18px; }
.supa-card.gold i { animation-duration: 6.2s; }
@keyframes supa-in {
  from { opacity: 0; transform: translateX(60px) scale(.85); }
  to { opacity: 1; transform: none; }
}
@keyframes supa-out {
  to { opacity: 0; transform: translateX(40px) scale(.92); }
}
@keyframes supa-timer { from { width: 100%; } to { width: 0; } }
@keyframes supa-shine {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.18); }
}

/* 飛翔チップ（投票→収支KPIへ） */
.fly-chip { position: fixed; z-index: 40; display: grid; place-items: center; width: 30px; height: 30px; margin: -15px 0 0 -15px; border-radius: 50%; color: #fff; font-size: 11px; font-weight: 900; pointer-events: none; opacity: 1; transition: transform .85s cubic-bezier(.25,.6,.25,1), opacity .85s ease; box-shadow: 0 6px 16px rgba(23,41,60,.35); }
.fly-chip.out { background: linear-gradient(135deg, #1F78C1, #003D73); }
.fly-chip.ret { background: linear-gradient(135deg, #ffb23e, #d97706); }

/* 収支KPIバンプ */
.story-kpis .kpi-profit.bump { animation: profit-bump .55s cubic-bezier(.2,.9,.3,1.4); }
@keyframes profit-bump {
  0% { transform: scale(1); }
  35% { transform: scale(1.06); box-shadow: 0 6px 20px rgba(47,111,242,.25); }
  100% { transform: scale(1); }
}

.story-map-wrap .maplibregl-ctrl-bottom-left { display: none; }
.story-map-wrap .maplibregl-ctrl-bottom-right { display: none; }

/* 接続マーカー */
.story-stop-marker { position: relative; display: grid; place-items: center; width: 24px; height: 24px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: var(--violet); box-shadow: 0 4px 12px rgba(23,41,60,.3); font-size: 10px; font-weight: 900; transition: opacity .3s; }
.story-stop-label { position: absolute; top: 26px; left: 50%; transform: translateX(-50%); width: max-content; padding: 3px 7px; border-radius: 6px; color: var(--ink); background: rgba(255,255,255,.92); border: 1px solid #e0e7f0; font-size: 8.5px; font-weight: 700; white-space: nowrap; box-shadow: 0 3px 8px rgba(23,41,60,.12); }

@media (max-width: 1120px) {
  .story-shell { grid-template-columns: minmax(0, 1.3fr) minmax(370px, .9fr); }
  .story-brand { left: 14px; top: 14px; }
  .map-status { right: 14px; top: 14px; }
  .story-narrative { left: 14px; bottom: 36px; max-width: 70%; }
}

@media (max-width: 820px) {
  html, body { overflow: auto; background: #fff; }
  .story-shell { display: block; width: 100%; height: auto; min-height: 100svh; }
  .story-map-wrap { height: 60svh; min-height: 500px; }
  .story-deck { min-height: 40svh; overflow: visible; border-left: none; border-top: 1px solid #dce5ef; box-shadow: 0 -10px 28px rgba(23,41,60,.08); }

  .story-brand { top: 8px; left: 8px; right: 8px; max-width: none; padding: 8px 10px 8px 8px; border-radius: 12px; }
  .story-brand .mini-mark { width: 34px; height: 34px; border-radius: 9px; }
  .story-brand h1 { font-size: 15px; }
  .story-brand p:last-child { display: none; }

  .venue-tally { top: 62px; left: 8px; right: 8px; transform: none; width: auto; gap: 4px; padding: 6px; border-radius: 12px; }
  .tally-label { display: none; }
  #voteOut, #voteRet { flex: 1 1 0; min-width: 0; min-height: 46px; padding: 6px 8px; }
  #voteOut span, #voteRet span { overflow: hidden; font-size: 7.5px; white-space: nowrap; text-overflow: ellipsis; }
  #voteOut b, #voteRet b { font-size: 11px; }
  .tally-count { min-width: 43px; padding: 4px 5px; }
  .tally-count b { font-size: 16px; }
  .tally-undo { min-width: 38px; min-height: 46px; padding: 0 5px; }

  .map-status { top: 121px; right: 8px; padding: 7px 9px; gap: 6px; }
  .map-status strong, .map-status em, .map-status u { display: none; }
  .story-narrative { left: 8px; right: 8px; bottom: 30px; max-width: none; padding: 13px 14px 14px; border-radius: 12px; }
  .story-narrative h2 { font-size: 21px; }
  .story-narrative p:last-child { margin-top: 6px; font-size: 10.5px; line-height: 1.5; }
  .story-kicker { font-size: 8px; }
  .bus-status-line { right: 8px; bottom: 6px; max-width: calc(100% - 16px); padding: 4px 8px; font-size: 8px; }
  .map-attribution { font-size: 7px; }
  .supa-stack { display: none; }

  .deck-topline { padding: 14px 16px 11px; }
  .deck-topline h2 { font-size: 18px; }
  .deck-links { gap: 6px; }
  .back-link { display: none; }
  .story-phase-row, .story-kpis, .band-section, .compare-section, .timeline-section, .demand-section, .cost-section, .story-controls { padding-left: 16px; padding-right: 16px; }
  .story-kpis { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .timeline-section, .cost-section { display: none; }
  .story-controls { position: sticky; bottom: 0; z-index: 20; padding-top: 10px; padding-bottom: max(12px, env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border-top: 1px solid #dce5ef; backdrop-filter: blur(12px); }
  .story-footer { display: none; }
}

@media (max-width: 360px) {
  #voteOut span, #voteRet span { display: none; }
  .tally-count { min-width: 39px; }
  .tally-undo { min-width: 34px; }
}


/* 公開版：共有投票，スマートフォン対応 */
.static-mode .back-link { display: inline; }
.static-mode .record-note { color: #526273; }

/* 表紙アニメーション専用：地図だけを16:9全面表示 */
.cover-mode,
.cover-mode body { width: 100%; height: 100%; overflow: hidden; background: #061018; }
.cover-mode .story-shell { display: block; width: 100vw; height: 100vh; }
.cover-mode .story-map-wrap { width: 100vw; height: 100vh; min-height: 0; }
.cover-mode .story-deck,
.cover-mode .story-brand,
.cover-mode .map-status,
.cover-mode .venue-tally,
.cover-mode .story-narrative,
.cover-mode .connection-legend,
.cover-mode .bus-status-line,
.cover-mode .supa-stack { display: none !important; }
.cover-mode .map-attribution {
  right: 12px; bottom: 8px; left: auto; color: rgba(255,255,255,.72);
  text-shadow: 0 1px 3px rgba(0,0,0,.8);
}
