.matchup-story-launchers {
  display: flex;
  gap: 12px;
  width: 100%;
  padding: 4px 12px 18px;
  overflow-x: auto;
  scrollbar-width: none;
}
.matchup-story-launchers:empty { display: none; }
.matchup-story-launchers::-webkit-scrollbar { display: none; }
html.has-matchup-story { overflow: hidden; }
html.has-matchup-story [aria-label="Open Ask Axiom"] { display: none !important; }
.story-launcher { flex: 0 0 76px; border: 0; background: transparent; color: #0d1930; font: 600 10px/1.25 "IBM Plex Mono", monospace; text-align: center; }
.story-launcher > span { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 7px; padding: 6px; overflow: hidden; border: 3px solid #c9963b; border-radius: 50%; background: #fffdf8; box-shadow: 0 3px 12px rgba(13,25,48,.12); }
.story-launcher.is-viewed > span { border-color: #a7afba; filter: saturate(.55); }
.story-launcher .team-lockup { gap: 0; }
.story-launcher .team-lockup span { display: none; }
.story-launcher .team-lockup img { width: 25px; height: 25px; }
.story-launcher > span .team-lockup + .team-lockup { margin-top: -5px; }

.matchup-story-overlay { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; background: rgba(5,12,24,.9); overscroll-behavior: contain; touch-action: none; }
.story-backdrop { position: absolute; inset: 0; }
.matchup-story-card { position: relative; display: grid; grid-template-rows: auto auto minmax(0,1fr); width: min(100vw, calc(100dvh * .5625), 540px); height: min(100dvh, 960px); padding: 18px 20px 16px; overflow: hidden; border-radius: 8px; background: #f5f1e7; color: #0d1930; box-shadow: 0 24px 80px rgba(0,0,0,.35); transition: width .2s ease, height .2s ease; }
.matchup-story-overlay.is-inspecting .matchup-story-card { width: min(100vw, calc(100dvh * .5625), 540px); height: 100dvh; border-radius: 0; }
.story-progress { position: relative; z-index: 10; display: grid; grid-template-columns: repeat(12,1fr); gap: 4px; }
.story-progress i { position: relative; height: 4px; overflow: hidden; border-radius: 2px; background: #d8d3c8; }
.story-progress i.is-complete { background: #c9963b; }
.story-progress i.is-current span { position: absolute; inset: 0; background: #c9963b; transform: scaleX(0); transform-origin: left center; animation: matchup-story-progress 12s linear forwards; animation-delay: var(--story-elapsed,0ms); }
.matchup-story-overlay.is-inspecting .story-progress i.is-current span { animation-play-state: paused; }
@keyframes matchup-story-progress { to { transform: scaleX(1); } }
.matchup-story-card > header { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; padding: 14px 0 12px; border-bottom: 1px solid #dcd4c4; font: 600 11px/1.2 "IBM Plex Mono", monospace; text-transform: uppercase; }
.matchup-story-card > header button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: #e8e3d9; color: #0d1930; font-size: 25px; }
.matchup-story-card > main { min-height: 0; padding: 24px 0 68px; overflow: hidden auto; overscroll-behavior: contain; scrollbar-width: none; }
.matchup-story-card > main::-webkit-scrollbar { display: none; }
.matchup-story-overlay.is-inspecting .matchup-story-card > main { overflow: auto; touch-action: pan-x pan-y pinch-zoom; }
.matchup-story-card h2 { margin: 0 0 24px; font: 750 34px/1.04 "Geist", sans-serif; letter-spacing: 0; }
.story-team-lockup, .story-versus { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin: 20px 0 30px; text-align: center; }
.story-team-lockup .team-lockup { justify-content: center; }
.story-team-lockup .team-lockup img { width: 54px; height: 54px; }
.story-versus section { min-width: 0; padding: 18px 8px; border-top: 2px solid #c9963b; }
.story-versus h3 { margin: 7px 0 16px; font: 700 22px/1.08 "Geist", sans-serif; }
.story-versus section > b, .story-score > b { display: block; font: 500 54px/.95 "Cormorant Garamond", serif; }
.story-versus span, .story-versus small, .story-score span { color: #71809a; font: 500 11px/1.4 "IBM Plex Mono", monospace; text-transform: uppercase; }
.story-metric-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #dcd4c4; border-left: 1px solid #dcd4c4; }
.story-metric-grid > div { min-height: 92px; padding: 14px; border-right: 1px solid #dcd4c4; border-bottom: 1px solid #dcd4c4; }
.story-metric-grid span { display: block; margin-bottom: 11px; color: #71809a; font: 500 10px "IBM Plex Mono", monospace; text-transform: uppercase; }
.story-metric-grid strong { font: 650 18px/1.25 "Geist", sans-serif; }
.story-score { margin: 6px 0 28px; padding: 22px; border-left: 4px solid #c9963b; background: #fffdf8; }
.story-ledger { border-top: 1px solid #dcd4c4; }
.story-ledger > div { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; padding: 13px 0; border-bottom: 1px solid #dcd4c4; font: 500 12px "IBM Plex Mono", monospace; }
.story-ledger span { color: #127b5b; }
.story-ledger strong small { color: #71809a; font: 500 10px "IBM Plex Mono", monospace; }
.story-pitch-table { border-top: 1px solid #dcd4c4; }
.story-pitch-table > div { display: grid; grid-template-columns: 1fr repeat(3,auto) 36px; align-items: center; gap: 9px; min-height: 52px; border-bottom: 1px solid #dcd4c4; font: 500 10px/1.25 "IBM Plex Mono", monospace; }
.story-pitch-table strong { font: 700 13px "Geist", sans-serif; }
.story-pitch-table b { color: #127b5b; text-align: right; }
.story-zone-wrap { display: grid; grid-template-columns: 110px minmax(0,190px); align-items: center; justify-content: center; gap: 24px; margin: 22px 0 28px; }
.story-zone-wrap > div:first-child { display: grid; gap: 7px; font: 600 12px "IBM Plex Mono", monospace; }
.story-zone-wrap > div:first-child span { color: #71809a; }
.story-zone-grid { display: grid; grid-template-columns: repeat(3,1fr); aspect-ratio: 1; border: 1px solid #c9c2b4; background: #fffdf8; }
.story-zone-grid i { display: grid; place-items: center; border: 1px solid #e3ded3; background: rgba(201,150,59,var(--zone)); font-style: normal; }
.story-zone-grid span { font: 600 9px "IBM Plex Mono", monospace; }

.story-effective-lineup,.story-intent-section,.story-weighted-plan,.story-hitter-hero,.story-lineup-pressure,.story-similar-evidence,.story-sequences{background:#fffdf8;border:1px solid #ebe5da;border-radius:16px;padding:16px;margin:0 0 12px}
.story-team-form-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin:0 0 10px;padding:12px 14px;border-radius:8px;background:#0d1930;color:#fff}.story-team-form-head b{font:800 25px "Geist",sans-serif}.story-team-form-head b:last-child{text-align:right}.story-team-form-head span{color:#c9963b;font:650 9px "IBM Plex Mono",monospace;text-transform:uppercase}
.story-team-form-windows{display:grid;gap:9px}.story-team-window{overflow:hidden;border:1px solid #ded7ca;border-radius:8px;background:#fffdf8}.story-team-window header{display:flex;justify-content:space-between;align-items:center;padding:9px 12px;background:#f3ede2}.story-team-window header b{color:#b47c25;font:750 11px "IBM Plex Mono",monospace;text-transform:uppercase}.story-team-window header span{color:#71809a;font:550 8px "IBM Plex Mono",monospace}.story-team-window>div{display:grid;grid-template-columns:1fr 70px 70px;align-items:center;min-height:31px;padding:0 12px;border-top:1px solid #ece6db}.story-team-window>div span{color:#71809a;font:600 8px "IBM Plex Mono",monospace}.story-team-window>div b,.story-team-window>div i{font:750 11px "IBM Plex Mono",monospace;font-style:normal;text-align:right}.story-team-window>div i{color:#33455f}
.story-map-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin:16px 0 10px;color:#0d1930}.story-map-head b{font:800 22px "Geist",sans-serif}.story-map-head b:last-child{text-align:right}.story-map-head span{color:#b47c25;font:700 9px "IBM Plex Mono",monospace;text-transform:uppercase}.story-map-bars{display:grid;gap:12px;padding:16px;border-radius:8px;background:#fffdf8}.story-map-bars section header{display:grid;grid-template-columns:60px 1fr 60px;align-items:center;margin-bottom:5px}.story-map-bars section header b{font:750 11px "IBM Plex Mono",monospace}.story-map-bars section header b:last-child{text-align:right}.story-map-bars section header span{color:#71809a;font:600 8px "IBM Plex Mono",monospace;text-align:center;text-transform:uppercase}.story-map-bars section>div{position:relative;height:9px;background:#e8e3d9}.story-map-bars section>div::after{content:"";position:absolute;left:50%;top:-3px;width:1px;height:15px;background:#0d1930}.story-map-bars section i:first-child{position:absolute;right:50%;width:var(--away);height:100%;background:#0d1930}.story-map-bars section i:last-child{position:absolute;left:50%;width:var(--home);height:100%;background:#c9963b}
.story-effective-lineup>span,.story-intent-section>small,.story-weighted-plan>span,.story-hitter-hero>small,.story-similar-evidence>small{display:block;color:#b47c25;font:700 10px "IBM Plex Mono",monospace;text-transform:uppercase;margin-bottom:8px}
.story-effective-lineup>b{font:700 14px "IBM Plex Sans",sans-serif}
.story-effective-lineup>div{display:flex;gap:6px;margin-top:10px}.story-effective-lineup i{display:grid;place-items:center;width:27px;height:27px;border-radius:5px;background:#0d1930;color:#fff;font:700 10px "IBM Plex Mono",monospace;font-style:normal}.story-effective-lineup .hand-l{background:#c9963b}
.story-handed-mix{display:grid;gap:13px}.story-handed-mix section>b{font:700 11px "IBM Plex Mono",monospace}.story-handed-mix section>p{margin:6px 0 0;color:#71809a;font:500 9px "IBM Plex Mono",monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.story-mix-bar{display:flex;height:18px;margin-top:5px;border-radius:4px;overflow:hidden;background:#e9e5dc}.story-mix-bar i{width:var(--share);background:var(--mix);font-style:normal}
.story-dual-zones{display:grid;grid-template-columns:1fr 1fr;gap:18px}.story-dual-zones section>b{display:block;margin-bottom:8px;font:700 10px "IBM Plex Mono",monospace}.story-dual-zones .story-zone-grid{width:100%;max-width:170px}
.story-weighted-plan>b{display:block;color:#33455f;font:600 12px/1.45 "IBM Plex Sans",sans-serif}
.story-hitter-hero h3{font-size:26px;margin:2px 0 12px}.story-hitter-hero>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.story-hitter-hero>div b{padding:9px;background:#f5f1e8;border-radius:8px;text-align:center;font:700 12px "IBM Plex Mono",monospace}
.story-hitter-hero>p{margin:10px 0 0;color:#718097;font:500 10px/1.45 "IBM Plex Mono",monospace}
.story-lineup-pressure{padding:0;overflow:hidden}.story-lineup-pressure>div{display:grid;grid-template-columns:24px 1fr 55px 68px;align-items:center;gap:8px;padding:11px 14px;border-bottom:1px solid #ece6db}.story-lineup-pressure>div:last-child{border-bottom:0}.story-lineup-pressure b,.story-lineup-pressure strong{font:700 10px "IBM Plex Mono",monospace}.story-lineup-pressure span{font-weight:650}.story-lineup-pressure i{font:600 9px "IBM Plex Mono",monospace;font-style:normal;color:#b47c25}
.story-similar-evidence{display:grid;grid-template-columns:1fr auto;gap:6px 10px}.story-similar-evidence small{grid-column:1/-1}.story-similar-evidence b{font-size:13px}.story-similar-evidence span{font:600 10px "IBM Plex Mono",monospace}
.story-sequences{padding:0;overflow:hidden}.story-sequences>div{display:grid;grid-template-columns:42px 1fr auto;gap:8px;padding:11px 14px;border-bottom:1px solid #ece6db}.story-sequences>div:last-child{border-bottom:0}.story-sequences b,.story-sequences span,.story-sequences strong{font:600 9px "IBM Plex Mono",monospace}
.story-large-read { margin: 0 0 22px; font: 500 21px/1.35 "Geist", sans-serif; }
.story-source, .story-data-pending { color: #71809a; font: 500 12px/1.5 "IBM Plex Mono", monospace; }
.story-summary-bars { display: grid; gap: 18px; margin: 28px 0; }
.story-summary-bars span { position: relative; padding-bottom: 12px; font: 600 12px "IBM Plex Mono", monospace; }
.story-summary-bars span::after { content: ""; position: absolute; left: 0; bottom: 0; width: var(--score); height: 6px; background: #c9963b; }
.story-share { width: 100%; min-height: 52px; border: 0; background: #0d1930; color: white; font: 650 15px "Geist", sans-serif; }
.matchup-story-card > footer { display: none; }
.story-nav { position: absolute; z-index: 6; top: 54px; bottom: 0; width: 19%; padding: 0; border: 0; background: transparent; color: transparent; -webkit-tap-highlight-color: transparent; }
.story-nav-prev { left: 0; }
.story-nav-next { right: 0; }
.story-nav:disabled { pointer-events: none; }
.story-nav:focus-visible { outline: 2px solid #c9963b; outline-offset: -5px; }
.story-inspect { position: absolute; z-index: 12; left: 50%; bottom: max(18px,env(safe-area-inset-bottom)); min-width: 106px; min-height: 40px; padding: 0 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 22px; background: rgba(13,25,48,.68); color: #fff; box-shadow: 0 6px 22px rgba(5,12,24,.2); backdrop-filter: blur(12px); transform: translateX(-50%); font: 650 11px/1 "IBM Plex Mono",monospace; letter-spacing: .04em; text-transform: uppercase; }
.story-inspect:hover,.story-inspect:focus-visible { background: rgba(13,25,48,.88); }
.matchup-story-overlay.is-inspecting .story-inspect { background: rgba(201,150,59,.9); color: #0d1930; }
@media (max-width: 430px) {
  .matchup-story-card { width:100vw; height:100dvh; padding: max(12px,env(safe-area-inset-top)) 16px max(12px,env(safe-area-inset-bottom)); border-radius: 0; }
  .matchup-story-card > main { padding: 18px 0; }
  .matchup-story-card h2 { margin-bottom: 18px; font-size: 30px; }
  .story-pitch-table > div { grid-template-columns: 1fr auto auto 34px; }
  .story-pitch-table > div span:nth-of-type(3) { display: none; }
}
@media (min-width: 700px) { .matchup-story-card { height: min(92dvh, 960px); } }
@media (prefers-reduced-motion: reduce) {
  .matchup-story-card { transition: none; }
  .story-progress i.is-current span { animation-duration: 1ms; }
}

/* Production Figma matchup-story components: 1080x1920 source, rendered at 50%. */
.matchup-story-card.is-figma-production { display:block; padding:17px 18px 14px; background:#f5f1e8; font-family:Inter,Arial,sans-serif; }
.matchup-story-card.is-figma-production > main { height:calc(100% - 12px); padding:0 18px 58px; overflow:hidden auto; }
.matchup-story-card.is-figma-production .story-progress { height:3px; margin:0 0 17px; gap:4px; }
.figma-story-close { position:absolute; z-index:8; top:26px; right:18px; width:34px; height:34px; border:0; border-radius:50%; background:#e8e3d9; color:#0c172a; font:500 24px/1 Inter,sans-serif; }
.figma-story { min-height:100%; color:#0c172a; }
.figma-story-kicker { display:flex; align-items:center; justify-content:space-between; min-height:28px; padding-right:44px; margin-bottom:12px; border-bottom:1px solid #d9d1c2; font:600 8px/1.2 "IBM Plex Mono",monospace; letter-spacing:.08em; }
.figma-story-kicker b { position:relative; padding-bottom:11px; }
.figma-story-kicker b::after { content:""; position:absolute; left:0; bottom:-1px; width:80px; height:2px; background:#c79743; }
.figma-story h2,.figma-story h3,.figma-story p { margin:0; }
.figma-story h2 { font:800 25px/.98 "Barlow Condensed",Inter,sans-serif; text-transform:uppercase; }
.figma-story h3 { font:750 15px/1.1 "Barlow Condensed",Inter,sans-serif; }
.figma-story p { color:#53657d; font-size:9px; line-height:1.42; }
.figma-panel { margin-top:10px; padding:14px; border-radius:12px; background:#fcfaf5; }
.figma-panel > small { display:block; margin-bottom:10px; color:#c18424; font:600 7px/1.2 "IBM Plex Mono",monospace; letter-spacing:.08em; }
.figma-story-foot { margin:12px 0 0; text-align:center; color:#8290a2; font:500 6px/1.3 "IBM Plex Mono",monospace; letter-spacing:.04em; }
.figma-matchup-identity { display:grid; grid-template-columns:1fr 28px 1fr; align-items:center; margin:10px 38px 0; }
.figma-matchup-identity > i { color:#8290a2; text-align:center; font:600 8px/1 "IBM Plex Mono",monospace; font-style:normal; }
.figma-matchup-identity .story-team-mark { flex-direction:column; gap:4px; }
.figma-matchup-identity .story-team-mark img { width:44px; height:44px; object-fit:contain; }
.figma-matchup-identity .story-team-mark strong { font:800 23px/1 "Barlow Condensed",sans-serif; }
.figma-matchup-name { margin:5px 0 8px!important; text-align:center; }
.figma-logistics { display:grid; grid-template-columns:repeat(4,1fr); gap:10px 12px; }
.figma-logistics div,.figma-four-stats div { min-width:0; }
.figma-logistics span,.figma-four-stats span,.figma-versus-context span { display:block; color:#8290a2; font:500 6px/1.2 "IBM Plex Mono",monospace; }
.figma-logistics b,.figma-four-stats b { display:block; margin-top:3px; overflow:hidden; color:#0c172a; font-size:8px; line-height:1.2; text-overflow:ellipsis; white-space:nowrap; }
.figma-starter-pair,.figma-faceoff-grid,.figma-versus-context { display:grid; grid-template-columns:1fr 1fr; gap:0; margin-top:10px; border-radius:12px; background:#fcfaf5; overflow:hidden; }
.figma-starter { padding:14px; }
.figma-starter + .figma-starter,.figma-faceoff-starter + .figma-faceoff-starter,.figma-versus-context > div + div { border-left:1px solid #e4ded2; }
.figma-starter small,.figma-faceoff-starter small { color:#8290a2; font:500 6px/1.2 "IBM Plex Mono",monospace; }
.figma-starter h3 { margin-top:8px; }
.figma-starter p { margin-top:2px; }
.figma-starter dl { display:grid; grid-template-columns:1fr auto; gap:5px; margin:10px 0 6px; }
.figma-starter dt,.figma-faceoff-starter dt { color:#8290a2; font:500 6px/1.2 "IBM Plex Mono",monospace; }
.figma-starter dd,.figma-faceoff-starter dd { margin:0; font-size:10px; }
.figma-starter > i { padding:3px 5px; border-radius:2px; background:#17805f; color:white; font:600 5px/1 "IBM Plex Mono",monospace; font-style:normal; }
.figma-env-head { display:flex; justify-content:space-between; align-items:end; }
.figma-env-head > b { font-size:13px; }
.figma-env-head > strong { font-size:18px; }
.figma-env-head > strong i { font-size:8px; font-style:normal; }
.figma-env-scale { position:relative; height:7px; margin:8px 0 10px; border-radius:8px; background:linear-gradient(90deg,#6d829f,#e8e4db 50%,#d2a64f); }
.figma-env-scale i { position:absolute; top:-3px; left:var(--position); width:12px; height:12px; border:2px solid #0c172a; border-radius:50%; background:#fcfaf5; transform:translateX(-50%); }
.figma-four-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.figma-team-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:10px; }
.figma-team-form { padding:12px; border-radius:12px; background:#fcfaf5; }
.figma-team-form > h3 { margin-bottom:8px; }
.figma-team-form section { display:grid; grid-template-columns:42px 1fr 1fr; gap:4px; padding:6px 0; border-top:1px solid #e8e2d8; }
.figma-team-form section b { grid-row:span 2; font:600 7px/1.2 "IBM Plex Mono",monospace; }
.figma-team-form section span { color:#8290a2; font-size:6px; }
.figma-team-form section strong { display:block; color:#0c172a; font-size:8px; }
.figma-versus-context > div { display:grid; grid-template-columns:1fr auto; gap:5px; padding:10px 14px; }
.figma-versus-context > div > b { grid-column:1/-1; }
.figma-form-read h3 { margin-bottom:4px; }
.figma-faceoff-grid { margin-top:4px; }
.figma-faceoff-starter { padding:14px; }
.figma-faceoff-starter > h3 { margin-top:5px; font-size:19px; }
.figma-faceoff-starter > p { margin-top:2px; }
.figma-projection { margin:10px 0; padding:10px; border-radius:10px; background:#f5f1e8; }
.figma-projection b { display:block; font:800 31px/.9 "Barlow Condensed",sans-serif; }
.figma-projection span,.figma-projection i { display:block; margin-top:3px; color:#8290a2; font:500 6px/1.2 "IBM Plex Mono",monospace; font-style:normal; }
.figma-faceoff-starter dl { display:grid; grid-template-columns:1fr auto; gap:5px; margin:0; }
.figma-depth { display:grid; grid-template-columns:auto 1fr; align-items:center; gap:6px 10px; }
.figma-depth span { color:#53657d; font-size:7px; }
.figma-depth i { height:5px; border-radius:4px; background:linear-gradient(90deg,#c79743 60%,#e6e1d8 60%); }
.figma-player-score { display:flex; justify-content:space-between; align-items:center; padding:4px 0 2px; }
.figma-player-score h2 { font-size:27px; }
.figma-player-score > strong { display:grid; grid-template-columns:auto auto; font-size:21px; }
.figma-player-score > strong i { font-size:9px; font-style:normal; }
.figma-player-score > strong small { grid-column:1/-1; margin-top:3px; padding:2px 4px; background:#c79743; color:white; font:600 5px/1 "IBM Plex Mono",monospace; }
.figma-sample { margin:4px 0 8px!important; font:500 6px/1.2 "IBM Plex Mono",monospace!important; }
.figma-title-read { padding:4px 0 6px; }
.figma-title-read h2 { font-size:27px; }
.figma-title-read strong { display:block; margin-top:8px; color:#c18424; font:700 9px/1.2 "IBM Plex Mono",monospace; }
.figma-arsenal .story-pitch-table { margin:0; }
.figma-weapon { display:grid; grid-template-columns:1.4fr repeat(4,1fr); gap:6px; align-items:end; }
.figma-weapon b { font-size:14px; }
.figma-weapon span { color:#53657d; font-size:7px; }
.figma-zones .story-dual-zones { margin-top:0; }
.matchup-story-card.is-figma-production .story-outcome-panel { margin-top:8px; padding:10px; border-radius:12px; background:#fcfaf5; }
.matchup-story-card.is-figma-production .story-donut { width:92px; height:92px; }
.matchup-story-card.is-figma-production .story-donut-row ul { font-size:7px; }
.matchup-story-card.is-figma-production .story-funnel-bridge { margin:6px 0; padding:5px; font-size:7px; }
.matchup-story-card.is-figma-production .story-effective-lineup,.matchup-story-card.is-figma-production .story-hitter-hero,.matchup-story-card.is-figma-production .story-lineup-pressure,.matchup-story-card.is-figma-production .story-similar-evidence,.matchup-story-card.is-figma-production .story-sequences { margin-top:8px; }
.matchup-story-card.is-figma-production .story-matchup-lockup.compact { display:none; }
.matchup-story-card.is-figma-production .story-share { margin-top:10px; }
@media (max-width:699px){.matchup-story-card.is-figma-production{padding:max(10px,env(safe-area-inset-top)) 10px max(8px,env(safe-area-inset-bottom))}.matchup-story-card.is-figma-production>main{padding:0 8px 56px}.figma-story-close{top:20px;right:12px}.figma-panel{margin-top:8px;padding:12px}.figma-story h2{font-size:23px}}

/* Canonical Figma matchup-card deck. */
.story-launcher.is-featured > span { border-color: #c9963b; box-shadow: 0 0 0 3px #f5f1e7, 0 0 0 5px #c9963b, 0 5px 18px rgba(13,25,48,.16); }
.story-launcher > small { display: block; margin-top: 4px; color: #9a691b; font: 600 7px/1.2 "IBM Plex Mono", monospace; }
.story-launcher.is-preview > span { border-color: #c9963b; }
.story-launcher.is-preview > small { color: #697484; }
.matchup-story-card { width: min(100vw,540px); height: min(100dvh,960px); padding: 22px 34px 18px; }
.matchup-story-card h2 { margin-bottom: 22px; font-size: 38px; font-weight: 800; line-height: 1.02; }
.story-starter-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 18px; overflow: hidden; border-radius: 7px; background: #dcd4c4; }
.story-starter-pair section { min-height: 130px; padding: 18px; background: #fffdf8; }
.story-starter-pair small { color: #c28b2c; font: 600 10px "IBM Plex Mono", monospace; text-transform: uppercase; }
.story-starter-pair h3 { margin: 16px 0 5px; font: 750 23px/1.08 "Geist", sans-serif; }
.story-window-tabs { display: grid; grid-template-columns: repeat(3,1fr); margin: 10px 0 18px; border-bottom: 1px solid #dcd4c4; }
.story-window-tabs b { padding: 12px; color: #71809a; font: 600 11px "IBM Plex Mono", monospace; text-align: center; }
.story-window-tabs b:last-child { color: #0d1930; border-bottom: 3px solid #c9963b; }
.story-starter-faceoff { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 14px; align-items: center; }
.story-starter-faceoff > section { min-width: 0; padding: 18px; border: 1px solid #dcd4c4; border-radius: 7px; background: #fffdf8; }
.story-starter-faceoff h3 { min-height: 52px; margin: 0 0 18px; font: 750 22px/1.1 "Geist", sans-serif; }
.story-starter-faceoff dl { display: grid; grid-template-columns: 1fr auto; gap: 9px; font: 500 10px "IBM Plex Mono", monospace; }
.story-starter-faceoff dt,.story-starter-faceoff dd { margin: 0; }
.story-funnel { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin: 26px 0; }
.story-funnel section { display: grid; justify-items: center; gap: 13px; }
.story-funnel small { font: 600 10px "IBM Plex Mono", monospace; text-transform: uppercase; }
.story-ring { --ring: 50; position: relative; display: grid; place-items: center; width: 150px; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(#6d829f calc(var(--ring) * 1%),#e6e1d7 0); }
.story-ring::after { content: ""; position: absolute; inset: 21px; border-radius: 50%; background: #fffdf8; }
.story-ring b,.story-ring span { z-index: 1; }
.story-ring b { font: 700 28px "Geist",sans-serif; }
.story-ring span { color: #71809a; font: 500 9px "IBM Plex Mono",monospace; }
.story-ring-alt { background: conic-gradient(#16805f calc(var(--ring) * 1%),#e6e1d7 0); }
.story-pressure-placeholder { display: grid; gap: 16px; margin: 30px 0; padding: 32px; border: 1px solid #dcd4c4; border-radius: 7px; background: #fffdf8; }
.story-pressure-placeholder b { font: 750 27px "Geist",sans-serif; }
.story-pressure-placeholder span { color: #71809a; font: 500 13px/1.5 "IBM Plex Mono",monospace; }
.story-locked { display: grid; gap: 22px; min-height: 100%; align-content: center; padding: 40px 34px; border: 1px solid rgba(201,150,59,.42); border-radius: 18px; background: radial-gradient(circle at 90% 10%,rgba(201,150,59,.18),transparent 34%),#fffdf8; box-shadow: 0 24px 70px rgba(13,25,48,.16); }
.story-locked > span { color: #a56e17; font: 700 10px/1.2 "IBM Plex Mono",monospace; letter-spacing:.12em; }
.story-locked h3 { margin: 0; color:#0d1930; font: 800 38px/.98 "Geist",sans-serif; letter-spacing:-.03em; }
.story-locked-proof { display:grid; grid-template-columns:auto 1fr 28px auto 1fr; align-items:center; gap:9px; padding:16px; border:1px solid rgba(13,25,48,.09); border-radius:14px; background:#f7f1e6; }
.story-locked-proof b { color:#0d1930; font:800 26px/1 "Geist",sans-serif; }
.story-locked-proof small { color:#637084; font:600 10px/1.25 "IBM Plex Sans",sans-serif; }
.story-locked-proof i { width:1px; height:30px; justify-self:center; background:rgba(13,25,48,.12); }
.story-locked p { margin: 0; color: #566378; font: 500 15px/1.5 "Geist",sans-serif; }
.story-locked-actions { display:grid; gap:10px; }
.story-locked button { min-height: 58px; border: 1px solid #0d1930; border-radius:12px; background: #0d1930; color: #fff; font: 750 14px "Geist",sans-serif; }
.story-locked button small { display:block; margin-top:3px; color:#cdd3dc; font:500 9px/1.2 "IBM Plex Mono",monospace; letter-spacing:.04em; }
.story-locked button:last-child { min-height:44px; border-color:transparent; background: transparent; color: #526074; }
@media (max-width:699px){.story-locked{gap:18px;padding:28px 22px}.story-locked h3{font-size:34px}.story-locked-proof{grid-template-columns:auto 1fr 18px auto 1fr;padding:13px}.story-locked-proof b{font-size:22px}}
@media (max-width:430px) {
  .matchup-story-card { padding: max(14px,env(safe-area-inset-top)) 18px max(14px,env(safe-area-inset-bottom)); }
  .matchup-story-card h2 { font-size: 31px; }
  .story-ring { width: 118px; }
  .story-starter-faceoff > section { padding: 13px; }
  .story-starter-faceoff h3 { font-size: 18px; }
}

/* Final mobile matchup research deck: 9:16, dense and overflow-safe. */
.story-matchup-lockup { display:grid; grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr); align-items:center; gap:8px; margin:4px 0 8px; }
.story-matchup-lockup > i { color:#71809a; font:600 11px "IBM Plex Mono",monospace; text-align:center; }
.story-team-mark { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; min-width:0; }
.story-team-mark img { width:52px; height:52px; object-fit:contain; }
.story-team-mark strong { font:800 26px/1 "Geist",sans-serif; white-space:nowrap; }
.story-matchup-name { margin:0 0 14px; color:#52627b; font:500 13px/1.3 "Geist",sans-serif; text-align:center; }
.story-context-strip { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1px; overflow:hidden; border-radius:8px; background:#ded7ca; }
.story-context-strip > div { min-width:0; padding:10px 12px; background:#fffdf8; }
.story-context-strip span,.story-environment span { display:block; margin-bottom:4px; color:#71809a; font:600 8px/1.2 "IBM Plex Mono",monospace; text-transform:uppercase; }
.story-context-strip b { display:block; overflow:hidden; font:650 12px/1.25 "Geist",sans-serif; text-overflow:ellipsis; white-space:nowrap; }
.story-environment { margin-top:12px; padding:12px; border-radius:8px; background:#fffdf8; }
.story-environment > b { font:700 14px "Geist",sans-serif; }
.story-environment > i { position:relative; display:block; height:7px; margin-top:10px; border-radius:5px; background:linear-gradient(90deg,#71809a,#ece2cc 50%,#c9963b); }
.story-environment > i::after { content:""; position:absolute; left:clamp(0%,var(--position),100%); top:50%; width:13px; height:13px; border:2px solid #0d1930; border-radius:50%; background:#fffdf8; transform:translate(-50%,-50%); }
.story-team-mark .team-lockup { display:none; }
.story-versus .story-team-mark { padding:16px 6px; border-top:2px solid #c9963b; }
.story-versus .story-team-mark img { width:44px; height:44px; }
.story-versus .story-team-mark strong { font-size:24px; }
.story-comparison-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin:12px 0; background:#ded7ca; }
.story-comparison-grid span { padding:13px 5px; background:#fffdf8; font:650 10px "IBM Plex Mono",monospace; text-align:center; }
.story-starter-faceoff { grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; align-items:stretch; }
.story-starter-column { min-width:0; padding:14px; border-radius:8px; background:#fffdf8; }
.story-starter-column > small { color:#c28b2c; font:650 9px "IBM Plex Mono",monospace; text-transform:uppercase; }
.story-starter-column h3 { min-height:38px; margin:8px 0 8px; font:750 18px/1.06 "Geist",sans-serif; overflow-wrap:anywhere; }
.story-big-number { font:800 38px/1 "Geist",sans-serif; }
.story-big-number span { color:#71809a; font:600 11px "IBM Plex Mono",monospace; }
.story-rating { display:block; margin:3px 0 14px; color:#71809a; font:600 8px "IBM Plex Mono",monospace; text-transform:uppercase; }
.story-starter-column dl { display:grid; grid-template-columns:1fr auto; gap:7px; margin:0; font:500 9px "IBM Plex Mono",monospace; }
.story-starter-column dt,.story-starter-column dd { margin:0; }
.story-starter-column dd { font-weight:700; }
.story-player-line { display:flex; align-items:baseline; gap:7px; margin:-4px 0 12px; }
.story-player-line b { font:800 36px "Geist",sans-serif; }
.story-player-line span { color:#71809a; font:600 9px "IBM Plex Mono",monospace; }
.story-outcome-panel { min-height:218px; padding:18px; border-radius:8px; background:#fffdf8; }
.story-outcome-panel > small { display:block; margin-bottom:15px; color:#c28b2c; font:700 10px "IBM Plex Mono",monospace; text-transform:uppercase; }
.story-donut-row { display:grid; grid-template-columns:142px minmax(0,1fr); align-items:center; gap:18px; }
.story-donut { position:relative; display:grid; place-items:center; width:142px; aspect-ratio:1; border-radius:50%; background:conic-gradient(var(--segments)); }
.story-donut::after { content:""; position:absolute; inset:30px; border-radius:50%; background:#fffdf8; }
.story-donut b,.story-donut span { position:relative; z-index:1; }
.story-donut b { font:800 21px "Geist",sans-serif; }
.story-donut span { color:#71809a; font:650 8px "IBM Plex Mono",monospace; text-transform:uppercase; }
.story-donut-row ul { display:grid; gap:9px; min-width:0; margin:0; padding:0; list-style:none; }
.story-donut-row li { display:grid; grid-template-columns:9px minmax(0,1fr) auto auto; gap:8px; align-items:center; font:600 9px "IBM Plex Mono",monospace; }
.story-donut-row li i { width:9px; height:9px; border-radius:2px; background:var(--key); }
.story-donut-row li small { color:#71809a; }
.story-funnel-bridge { display:grid; grid-template-columns:1fr auto 1fr; gap:10px; align-items:center; min-height:46px; padding:12px 6px; color:#c28b2c; font:700 9px "IBM Plex Mono",monospace; text-align:center; text-transform:uppercase; }
.story-arsenal-head { display:flex; justify-content:space-between; align-items:end; margin:-2px 0 15px; padding:12px 14px; border-left:3px solid #c9963b; background:#fffdf8; }
.story-arsenal-head span { font:650 10px "IBM Plex Mono",monospace; text-transform:uppercase; }
.story-arsenal-head b { font:800 36px "Geist",sans-serif; }
.story-arsenal-head small { color:#71809a; font:600 11px "IBM Plex Mono",monospace; }
.story-watch-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:20px 0; }
.story-watch-grid b { min-height:68px; display:grid; place-items:center; padding:10px; border:1px solid #d8d2c7; background:#fffdf8; font:650 10px/1.25 "IBM Plex Mono",monospace; text-align:center; }
.story-data-pending { margin:12px 0 0; padding:12px; border-left:3px solid #c9963b; background:#fffdf8; }
@media (max-width:540px) {
  .matchup-story-card { width:100vw; height:100dvh; padding:max(12px,env(safe-area-inset-top)) 16px max(10px,env(safe-area-inset-bottom)); border-radius:0; }
  .matchup-story-card > header { padding:9px 0; }
  .matchup-story-card > main { padding:14px 0 64px; }
  .matchup-story-card h2 { margin-bottom:14px; font-size:29px; }
  .story-starter-pair section { min-height:102px; padding:13px; }
  .story-starter-pair h3 { margin:10px 0 4px; font-size:18px; overflow-wrap:anywhere; }
  .story-pitch-table > div { grid-template-columns:minmax(72px,1fr) auto auto 32px; gap:5px; }
  .story-pitch-table > div span:nth-of-type(3) { display:none; }
}

/* Exact Figma production deck components (source frame: 1080 x 1920). */
.matchup-story-card.is-figma-production {
  width: min(100vw, 540px);
  height: min(100dvh, 960px);
  padding: 18px 36px 12px;
  overflow: hidden;
  border-radius: 0;
  background: #f5f1e8;
  color: #0c172a;
}
.matchup-story-card.is-figma-production > .story-progress { height: 4px; margin: 0 0 14px; }
.matchup-story-card.is-figma-production > main { height: calc(100% - 18px); padding: 0; overflow: hidden; }
.matchup-story-overlay.is-inspecting .matchup-story-card.is-figma-production > main { overflow: auto; touch-action: pinch-zoom; }
.matchup-story-card.is-figma-production .figma-story-close { top: 38px; right: 34px; width: 34px; height: 34px; }
.figma-story { display: flex; min-height: 100%; height: 100%; flex-direction: column; font-family: Inter, Arial, sans-serif; }
.figma-story .fc-header { display: flex; min-height: 38px; align-items: flex-start; justify-content: space-between; padding: 0 0 13px; font: 600 10px/1.2 "IBM Plex Mono", monospace; letter-spacing: .04em; }
.figma-story .fc-header > div { display: grid; gap: 10px; }
.figma-story .fc-header i { display: block; width: 150px; height: 4px; border-radius: 4px; background: linear-gradient(90deg,#c9963b 0 11%,#ddd8ce 11% 100%); }
.figma-story .fc-header span { padding-right: 48px; font-size: 10px; }
.figma-story .fc-body { display: flex; min-height: 0; flex: 1; flex-direction: column; gap: 10px; }
.figma-story .fc-footer { display: grid; justify-items: center; gap: 3px; margin-top: auto; padding-top: 9px; color: #7d8da5; font: 500 7px/1.25 "IBM Plex Mono", monospace; letter-spacing: .03em; text-align: center; }
.figma-story .fc-footer b { font-size: 11px; }
.figma-story .fc-footer small { font-size: 7px; letter-spacing: .18em; }
.figma-story h1,.figma-story h2,.figma-story h3,.figma-story p,.figma-story dl { margin: 0; }
.figma-story h1 { font: 800 27px/.98 "Barlow Condensed", Inter, sans-serif; text-transform: uppercase; }
.figma-story h2 { font: 750 17px/1.12 Inter, sans-serif; text-transform: none; }
.figma-story h3 { font: 600 9px/1.2 "IBM Plex Mono", monospace; letter-spacing: .04em; text-transform: uppercase; }
.figma-story p { color: #53657d; font: 400 11px/1.42 Inter, sans-serif; }
.fc-panel { padding: 14px; border-radius: 12px; background: #fcfaf5; }
.fc-panel > h3 { margin-bottom: 10px; color: #c18424; }
.fc-panel.fc-read-panel h2 { margin-bottom: 7px; font-size: 19px; }
.fc-panel.fc-read-panel p { font-size: 12px; }
.fc-matchup-identity { display: grid; grid-template-columns: 1fr 26px 1fr; align-items: center; gap: 7px; padding: 2px 35px 0; text-align: center; }
.fc-matchup-identity > i { color: #7b8ba2; font: 600 9px "IBM Plex Mono",monospace; font-style: normal; }
.fc-matchup-identity .story-team-mark { gap: 4px; }
.fc-matchup-identity .story-team-mark img { width: 56px; height: 56px; }
.fc-matchup-identity .story-team-mark strong { font: 800 36px/.95 "Barlow Condensed",sans-serif; }
.fc-matchup-identity > p { grid-column: 1 / -1; font-size: 12px; }
.fc-logistics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px 15px; }
.fc-logistics small,.fc-metric-quad span,.fc-starter-summary small,.fc-starter-summary dt { display: block; color: #7d8da5; font: 500 7px/1.2 "IBM Plex Mono",monospace; }
.fc-logistics b { display: block; margin-top: 4px; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.fc-probable-panel { padding-top: 12px; }
.fc-starter-pair { display: grid; grid-template-columns: 1fr 1fr; }
.fc-starter-summary { min-width: 0; padding: 2px 16px 0 0; }
.fc-starter-summary + .fc-starter-summary { padding: 2px 0 0 18px; border-left: 1px solid #e3ddd1; }
.fc-starter-summary h2 { margin: 10px 0 2px; font: 800 22px/1 "Barlow Condensed",sans-serif; }
.fc-starter-summary p { font-size: 11px; }
.fc-starter-summary dl { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 13px 0 9px; }
.fc-starter-summary dd { margin: 0; font-size: 15px; }
.fc-status { display: inline-block; padding: 4px 6px; border-radius: 3px; color: #fff; font: 600 6px "IBM Plex Mono",monospace; }
.fc-status.is-confirmed { background: #16805f; }
.fc-status.is-pending { background: #9b6a1d; }
.fc-environment-title { display: flex; align-items: center; justify-content: space-between; }
.fc-environment-title b { font-size: 15px; }
.fc-environment-title strong { font-size: 20px; }
.fc-environment-scale { position: relative; height: 8px; margin: 10px 0 12px; border-radius: 5px; background: linear-gradient(90deg,#6d829f,#eee7d8 50%,#c9963b); }
.fc-environment-scale i { position: absolute; top: 50%; left: var(--position); width: 14px; height: 14px; border: 2px solid #0c172a; border-radius: 50%; background: #fcfaf5; transform: translate(-50%,-50%); }
.fc-metric-quad { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.fc-metric-quad b { display: block; margin-top: 5px; color: #0c172a; font-size: 14px; }
.fc-team-window-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fc-team-window-grid > div { padding: 14px; border-radius: 12px; background: #fcfaf5; }
.fc-team-window-grid h2 { margin-bottom: 10px; font: 800 18px/1 "Barlow Condensed",sans-serif; text-transform: uppercase; }
.fc-window-row { display: grid; grid-template-columns: 38px repeat(4,1fr); gap: 5px; align-items: center; padding: 8px 0; border-top: 1px solid #e5dfd4; }
.fc-window-row > b { color: #c18424; font: 600 7px "IBM Plex Mono",monospace; }
.fc-window-row span { font-size: 10px; font-weight: 700; }
.fc-window-row small { display: block; margin-bottom: 3px; color: #7d8da5; font: 500 6px "IBM Plex Mono",monospace; }
.fc-side-context,.fc-tools-grid { display: grid; grid-template-columns: 1fr 1fr; }
.fc-side-context > div,.fc-tools-grid > div { display: grid; grid-template-columns: 1fr auto; gap: 7px; padding: 0 12px; }
.fc-side-context > div + div,.fc-tools-grid > div + div { border-left: 1px solid #e3ddd1; }
.fc-side-context > div > b { grid-column: 1/-1; }
.fc-side-context span { color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; }
.fc-side-context strong { color: #0c172a; font-size: 13px; }
.fc-starter-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fc-comparison-starter { min-width: 0; padding: 14px; border-radius: 12px; background: #fcfaf5; }
.fc-comparison-starter > small,.fc-comparison-starter > p { color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; }
.fc-comparison-starter h2 { margin: 7px 0 3px; font: 800 22px/1 "Barlow Condensed",sans-serif; }
.fc-projection { margin: 11px 0; padding: 11px; border-radius: 9px; background: #f5f1e8; }
.fc-projection strong { display: block; font: 800 30px/.9 "Barlow Condensed",sans-serif; }
.fc-projection span,.fc-projection b { display: block; margin-top: 4px; color: #7d8da5; font: 500 6px "IBM Plex Mono",monospace; }
.fc-comparison-starter dl { display: grid; grid-template-columns: 1fr auto; gap: 6px; font: 500 7px "IBM Plex Mono",monospace; }
.fc-comparison-starter dt { color: #7d8da5; }
.fc-comparison-starter dd { margin: 0; font-weight: 700; }
.fc-depth-bars { display: grid; gap: 6px; margin-top: 11px; }
.fc-depth-bars span { position: relative; overflow: hidden; padding: 4px 6px; border-radius: 3px; background: linear-gradient(90deg,#c9963b var(--v),#e7e2d8 var(--v)); font: 600 6px "IBM Plex Mono",monospace; }
.fc-winner-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 12px; }
.fc-winner-grid span { color: #7d8da5; font: 500 6px "IBM Plex Mono",monospace; }
.fc-winner-grid b { display: block; margin-top: 4px; color: #0c172a; font-size: 9px; }
.fc-pitcher-title { display: flex; align-items: flex-start; justify-content: space-between; }
.fc-pitcher-title h1 { font-size: 31px; }
.fc-pitcher-title span,.fc-pitcher-title p { color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; }
.fc-pitcher-title p { margin-top: 7px; }
.fc-pitcher-title > strong { display: grid; grid-template-columns: auto auto; font-size: 24px; }
.fc-pitcher-title > strong small { font-size: 10px; }
.fc-pitcher-title > strong b { grid-column: 1/-1; margin-top: 4px; padding: 4px 6px; border-radius: 2px; background: #c9963b; color: #fff; font: 600 6px "IBM Plex Mono",monospace; }
.fc-pitcher-title.compact { min-height: 44px; }
.fc-donut-content { display: grid; grid-template-columns: 142px 1fr; gap: 20px; align-items: center; }
.fc-donut { position: relative; display: grid; width: 142px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: conic-gradient(var(--segments)); }
.fc-donut::after { position: absolute; inset: 29px; border-radius: 50%; background: #fcfaf5; content: ""; }
.fc-donut strong,.fc-donut small { position: relative; z-index: 1; }
.fc-donut strong { font-size: 18px; }
.fc-donut small { color: #7d8da5; font: 600 7px "IBM Plex Mono",monospace; }
.fc-donut-content ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.fc-donut-content li { display: grid; grid-template-columns: 9px 1fr auto auto; gap: 8px; align-items: center; font: 500 8px "IBM Plex Mono",monospace; }
.fc-donut-content li i { width: 9px; height: 9px; border-radius: 2px; background: var(--swatch); }
.fc-donut-content li small { color: #7d8da5; }
.fc-outcome-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; }
.fc-outcome-metrics span { padding: 8px 14px; border-top: 1px solid #e0d9cd; color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; }
.fc-outcome-metrics b { display: block; margin-top: 5px; color: #0c172a; font-size: 15px; }
.fc-conversion-bridge { display: grid; grid-template-columns: 1fr auto auto auto 1fr; gap: 8px; align-items: center; color: #c18424; font: 600 8px "IBM Plex Mono",monospace; text-align: center; }
.fc-conversion-bridge small { grid-column: 1/-1; color: #7d8da5; }
.fc-read-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.fc-read-badges b { padding: 4px 6px; border-radius: 3px; background: #eef1e8; font: 600 6px "IBM Plex Mono",monospace; }
.fc-score-read { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.fc-score-read span { color: #c18424; font: 600 9px "IBM Plex Mono",monospace; }
.fc-score-read strong { font-size: 22px; }
.fc-pitch-table > header,.fc-pitch-table > div { display: grid; grid-template-columns: 1.1fr .9fr .9fr .55fr; gap: 8px; align-items: center; }
.fc-pitch-table > header { padding: 7px 9px; color: #7d8da5; font: 600 7px "IBM Plex Mono",monospace; }
.fc-pitch-table > div { padding: 8px 9px; border-top: 1px solid #e5dfd4; font-size: 10px; }
.fc-pitch-table small { display: block; margin-top: 2px; color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; }
.fc-pitch-table strong { font: 600 7px "IBM Plex Mono",monospace; text-align: right; }
.fc-pitch-table strong[class*="strong"],.fc-pitch-table strong[class*="advantage"] { color: #16805f; }
.fc-pitch-table strong[class*="risk"] { color: #c3332b; }
.fc-weapon-columns { display: grid; grid-template-columns: 1fr 1fr; }
.fc-weapon-columns > div { display: grid; grid-template-columns: 1fr auto; gap: 7px; padding: 0 14px; }
.fc-weapon-columns > div + div { border-left: 1px solid #e3ddd1; }
.fc-weapon-columns h2 { grid-column: 1/-1; margin-bottom: 4px; }
.fc-weapon-columns span { color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; }
.fc-weapon-columns span b { color: #0c172a; font-size: 10px; }
.fc-weapon-columns > div > strong { grid-column: 1/-1; margin-top: 4px; color: #16805f; font: 600 8px "IBM Plex Mono",monospace; }
.fc-tilt { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.fc-tilt b { flex: 0 0 auto; padding: 4px 6px; border-radius: 3px; background: #e6eee7; color: #16805f; font: 600 6px "IBM Plex Mono",monospace; }
.fc-lineup-summary { display: grid; grid-template-columns: 1fr auto; gap: 6px 15px; }
.fc-lineup-summary span { color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; }
.fc-lineup-summary b { display: block; color: #0c172a; font-size: 9px; text-align: right; }
.fc-side-markers { display: flex; gap: 7px; margin: 10px 0 7px; }
.fc-side-markers i { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 4px; background: #0c172a; color: #fff; font: 600 8px "IBM Plex Mono",monospace; font-style: normal; }
.fc-side-markers i.side-l { background: #c9963b; }
.fc-platoon-grid,.fc-zone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fc-platoon-grid > div { display: grid; grid-template-columns: 1fr auto; gap: 7px; }
.fc-platoon-grid > div + div { padding-left: 16px; border-left: 1px solid #e3ddd1; }
.fc-platoon-grid h2 { display: flex; grid-column: 1/-1; justify-content: space-between; }
.fc-platoon-grid h2 small { color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; }
.fc-platoon-grid span { color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; }
.fc-platoon-grid b { color: #0c172a; font-size: 10px; }
.fc-mix-bars { display: grid; gap: 10px; }
.fc-mix-bars > div > b { font-size: 9px; }
.fc-mix-bars > div > span { display: flex; height: 13px; margin: 5px 0; overflow: hidden; border-radius: 2px; background: #e5dfd4; }
.fc-mix-bars i { display: block; width: var(--w); background: var(--c); }
.fc-mix-bars small { display: block; overflow: hidden; color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; text-overflow: ellipsis; white-space: nowrap; }
.fc-zone > b { display: block; margin-bottom: 6px; font-size: 10px; }
.fc-zone > div { display: grid; grid-template-columns: repeat(3,1fr); width: 115px; aspect-ratio: 1; gap: 1px; padding: 7px; border: 1px solid #e0d9cd; border-radius: 4px; }
.fc-zone i { display: grid; place-items: center; border: 1px solid #e0d9cd; color: #c3332b; font: 500 5px "IBM Plex Mono",monospace; font-style: normal; }
.fc-zone i.is-intent { background: #ead7ad; border-color: #c9963b; }
.fc-zone i.is-edge { border: 1px dashed #16805f; color: #16805f; }
.fc-zone i.is-risk { border: 1px dashed #c3332b; }
.fc-zone > small { display: block; width: 140px; margin-top: 5px; color: #7d8da5; font: 500 6px/1.3 "IBM Plex Mono",monospace; }
.fc-zone-legend { display: flex; gap: 16px; margin-top: 8px; color: #7d8da5; font: 500 6px "IBM Plex Mono",monospace; }
.fc-read-panel dl { display: grid; grid-template-columns: auto 1fr; gap: 5px 8px; margin: 8px 0; font: 500 7px "IBM Plex Mono",monospace; }
.fc-read-panel dt { font-weight: 700; }
.fc-read-panel dd { margin: 0; }
.fc-hitter-list { display: grid; }
.fc-hitter-list > div { display: grid; grid-template-columns: 1fr 1fr 90px 24px; gap: 8px; align-items: center; padding: 6px 0; border-top: 1px solid #e5dfd4; font-size: 9px; }
.fc-hitter-list span { color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; }
.fc-hitter-list i { height: 5px; border-radius: 4px; background: linear-gradient(90deg,#c9963b var(--score),#e5dfd4 var(--score)); }
.fc-threat-grid,.fc-watch-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.fc-threat-grid > div,.fc-watch-grid > div { min-width: 0; }
.fc-threat-grid small { color: #c18424; font: 600 6px "IBM Plex Mono",monospace; }
.fc-threat-grid h2,.fc-watch-grid h2 { margin: 5px 0; font-size: 13px; }
.fc-threat-grid p,.fc-watch-grid p { font-size: 8px; }
.fc-sequence-plan { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 14px; }
.fc-sequence-plan > div { display: grid; grid-template-columns: 38px 1fr; font: 500 8px "IBM Plex Mono",monospace; }
.fc-sequence-plan > strong { color: #16805f; font: 600 7px "IBM Plex Mono",monospace; }
.fc-sequence-plan > strong.is-risk { color: #c3332b; }
.fc-evidence-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fc-evidence-list > div + div { padding-left: 14px; border-left: 1px solid #e3ddd1; }
.fc-evidence-list span { display: block; margin: 4px 0; color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; }
.fc-profile-map { display: grid; gap: 12px; }
.fc-profile-map > div { display: grid; grid-template-columns: 1fr 120px 1fr; gap: 12px; align-items: center; }
.fc-profile-map > div > span:last-child { text-align: right; }
.fc-profile-map b { display: block; font: 700 9px "IBM Plex Mono",monospace; }
.fc-profile-map small { color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; }
.fc-profile-map i { position: relative; height: 4px; background: #e4ded3; }
.fc-profile-map i::before,.fc-profile-map i::after { position: absolute; top: -3px; width: 10px; height: 10px; border-radius: 50%; content: ""; }
.fc-profile-map i::before { left: var(--a); background: #0c172a; }
.fc-profile-map i::after { left: var(--h); background: #c9963b; }
.fc-tools-grid b,.fc-tools-grid span { color: #16805f; font: 600 7px "IBM Plex Mono",monospace; }
.fc-tools-grid span { color: #c3332b; }
.fc-tools-grid h2 { margin: 5px 0 8px; }
.fc-clash-grid { display: grid; gap: 12px; }
.fc-clash-grid > div { display: grid; grid-template-columns: 1fr 100px 1fr; align-items: center; gap: 12px; }
.fc-clash-grid > div > i { height: 2px; background: #d9c69f; }
.fc-clash-grid > div > strong { grid-column: 2; grid-row: 2; color: #c18424; font: 600 6px "IBM Plex Mono",monospace; text-align: center; }
.fc-clash-grid span:last-child { text-align: right; }
.fc-clash-grid b { display: block; font-size: 9px; }
.fc-clash-grid small { color: #7d8da5; font: 500 7px "IBM Plex Mono",monospace; }
.fc-watch-grid > div > b { display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid #0c172a; border-radius: 50%; font-size: 8px; }
.fc-share { align-self: center; min-height: 34px; margin-bottom: 48px; padding: 0 22px; border: 1px solid #0c172a; border-radius: 20px; background: rgba(252,250,245,.72); color: #0c172a; font: 600 8px "IBM Plex Mono",monospace; }
.figma-component-starter-faceoff .fc-body,.figma-component-outcome-funnel .fc-body,.figma-component-arsenal-matchup .fc-body,.figma-component-pitch-intent .fc-body,.figma-component-sequence-pressure .fc-body { gap: 8px; }
.figma-component-pitch-intent .fc-panel,.figma-component-sequence-pressure .fc-panel { padding: 11px; }
.figma-component-pitch-intent .fc-panel > h3,.figma-component-sequence-pressure .fc-panel > h3 { margin-bottom: 7px; }
.figma-component-sequence-pressure .fc-hitter-panel { padding-top: 8px; padding-bottom: 8px; }
@media (max-width: 540px) {
  .matchup-story-card.is-figma-production { width: 100vw; height: 100dvh; padding: max(12px,env(safe-area-inset-top)) 6.666vw max(9px,env(safe-area-inset-bottom)); }
  .matchup-story-card.is-figma-production .figma-story-close { top: max(30px,calc(env(safe-area-inset-top) + 20px)); right: 6vw; }
  .figma-story .fc-body { gap: 1.04vh; }
}

/*
 * Production story geometry is the Figma component frame, not a responsive
 * reinterpretation. The inner component was authored at the exact 50% dev
 * scale exported by Figma; zoom restores its 1080x1920 source coordinates.
 * The dialog is then uniformly fitted to the viewport by JS.
 */
.matchup-story-card.is-figma-production {
  position: fixed;
  top: 50%;
  left: 50%;
  display: grid;
  grid-template-rows: 8px minmax(0, 1fr);
  width: 1080px;
  height: 1920px;
  padding: 36px 72px 24px;
  overflow: hidden;
  border-radius: 0;
  transform: translate(-50%, -50%) scale(var(--figma-story-scale, .5));
  transform-origin: center;
  transition: none;
}
.matchup-story-card.is-figma-production > .story-progress {
  height: 8px;
  margin: 0 0 28px;
  gap: 8px;
}
.matchup-story-card.is-figma-production > .story-progress i {
  height: 8px;
  border-radius: 4px;
}
.matchup-story-card.is-figma-production > main {
  width: 936px;
  height: 1832px;
  padding: 0;
  overflow: hidden;
}
.matchup-story-card.is-figma-production > main > .figma-story {
  width: 468px;
  height: 916px;
  min-height: 916px;
  zoom: 2;
}
.matchup-story-card.is-figma-production .figma-story-close {
  top: 72px;
  right: 72px;
  width: 68px;
  height: 68px;
  font-size: 48px;
}
.matchup-story-card.is-figma-production .story-nav {
  top: 0;
  bottom: 0;
  width: 22%;
}
.matchup-story-card.is-figma-production .story-inspect {
  bottom: 42px;
  min-width: 212px;
  min-height: 80px;
  padding: 0 36px;
  border-radius: 44px;
  font-size: 22px;
}
.matchup-story-overlay.is-inspecting .matchup-story-card.is-figma-production {
  width: 1080px;
  height: 1920px;
}
.matchup-story-overlay.is-inspecting .matchup-story-card.is-figma-production > main {
  overflow: auto;
  touch-action: pan-x pan-y pinch-zoom;
}
@media (max-width: 540px) {
  .matchup-story-card.is-figma-production {
    width: 1080px;
    height: 1920px;
    padding: 36px 72px 24px;
  }
  .matchup-story-card.is-figma-production > main {
    width: 936px;
    height: 1832px;
    padding: 0;
  }
  .matchup-story-card.is-figma-production .figma-story-close {
    top: 72px;
    right: 72px;
  }
  .figma-story .fc-body { gap: 10px; }
}

/* Exact 1080x1920 Figma production-card mounting surface. */
.matchup-story-card.is-figma-production {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(100vw, 56.25dvh);
  height: min(100dvh, 177.7778vw);
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #f5f1e8;
  transform: translate(-50%, -50%);
}

.matchup-story-card.is-figma-production > main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.figma-react-mount {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  contain: strict;
}

.figma-production-story-root {
  position: absolute;
  top: 0;
  left: 0;
  width: 1080px;
  height: 1920px;
  zoom: var(--figma-story-scale, .5);
}

.matchup-story-card.is-figma-production > .story-progress {
  position: absolute;
  z-index: 50;
  top: 6px;
  left: 12px;
  right: 12px;
  height: 4px;
  gap: 4px;
  pointer-events: none;
}

.matchup-story-card.is-figma-production > .story-progress i {
  height: 4px;
  border-radius: 2px;
}

.matchup-story-card.is-figma-production .figma-story-close {
  z-index: 60;
  top: max(14px, env(safe-area-inset-top));
  right: 14px;
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 26px;
  line-height: 38px;
}

.matchup-story-card.is-figma-production .story-nav,
.matchup-story-card.is-figma-production .story-inspect {
  z-index: 55;
}

.matchup-story-card.is-figma-production .story-inspect {
  bottom: max(12px, env(safe-area-inset-bottom));
  min-width: 92px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 18px;
  font-size: 10px;
}

.matchup-story-overlay.is-inspecting .matchup-story-card.is-figma-production {
  width: min(100vw, 540px);
  height: min(100dvh, 960px);
}

.matchup-story-card.is-figma-production [data-story-share] {
  position: relative;
  z-index: 70;
  pointer-events: auto;
}

.matchup-story-overlay.is-inspecting .matchup-story-card.is-figma-production .story-nav {
  pointer-events: auto;
}

@media (min-width: 720px) {
  .matchup-story-card.is-figma-production {
    width: min(540px, 56.25dvh);
    height: min(960px, 100dvh);
  }
}

/*
 * Canonical production mount.
 * The Figma components are authored at 1080x1920. Scale this single surface
 * once; never resize or zoom the exported component tree independently.
 */
.matchup-story-card.is-figma-production {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 1080px !important;
  height: 1920px !important;
  min-width: 1080px !important;
  min-height: 1920px !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f5f1e8 !important;
  transform: translate(-50%, -50%) scale(var(--figma-story-scale, .5)) !important;
  transform-origin: center center !important;
}

.matchup-story-card.is-figma-production > main,
.matchup-story-card.is-figma-production > main > .figma-react-mount,
.matchup-story-card.is-figma-production .figma-production-story-root {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 1080px !important;
  height: 1920px !important;
  min-width: 1080px !important;
  min-height: 1920px !important;
  max-width: 1080px !important;
  max-height: 1920px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  contain: none !important;
  zoom: 1 !important;
  transform: none !important;
  transform-origin: top left !important;
}

.matchup-story-card.is-figma-production > .story-progress {
  position: absolute !important;
  z-index: 80 !important;
  top: 24px !important;
  left: 36px !important;
  right: 36px !important;
  width: auto !important;
  height: 8px !important;
  margin: 0 !important;
  gap: 10px !important;
  pointer-events: none !important;
}

.matchup-story-card.is-figma-production > .story-progress i {
  height: 8px !important;
  border-radius: 4px !important;
}

.matchup-story-card.is-figma-production .figma-story-close {
  position: absolute !important;
  z-index: 90 !important;
  top: 56px !important;
  right: 48px !important;
  width: 72px !important;
  height: 72px !important;
  padding: 0 !important;
  font-size: 48px !important;
  line-height: 72px !important;
}

.matchup-story-card.is-figma-production .story-nav {
  position: absolute !important;
  z-index: 70 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 24% !important;
}

.matchup-story-card.is-figma-production .story-inspect {
  position: absolute !important;
  z-index: 95 !important;
  bottom: 42px !important;
  min-width: 212px !important;
  min-height: 76px !important;
  padding: 0 36px !important;
  border-radius: 40px !important;
  font-size: 22px !important;
}

.matchup-story-overlay.is-inspecting .matchup-story-card.is-figma-production {
  width: 1080px !important;
  height: 1920px !important;
}

.matchup-story-overlay.is-inspecting .matchup-story-card.is-figma-production > main {
  overflow: auto !important;
  touch-action: pan-x pan-y pinch-zoom !important;
}
