/* R7: one linear matchup → movement → meaning → Chance story. */
.flow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0 0 28px}.flow-steps span{min-height:44px;display:grid;place-items:center;padding:9px 12px;border:1px solid #284f73;border-radius:999px;color:#a9bdd4;font-size:.72rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.flow-steps span.active{color:#06152b;background:var(--mint);border-color:var(--mint)}
.match-card{display:grid;grid-template-rows:28px 142px 100px 28px 28px;gap:10px;min-height:386px;padding:22px 24px;align-content:start}.match-card .city-label{grid-row:1;align-self:center}.match-card .skyline{position:relative!important;inset:auto!important;grid-row:2;width:100%;height:142px;margin:0;background-size:cover;background-position:center;border-radius:11px}.match-card .teams{grid-row:3;margin:0!important;align-self:start;max-height:100px;overflow:hidden}.match-card .market-line{grid-row:4;align-self:center;white-space:nowrap}.match-card .card-action{grid-row:5;margin:0;align-self:end}.city-chicago .skyline,.city-newyork .skyline{filter:brightness(1.26) saturate(1.08)}
.board{display:grid;gap:26px}.markets{margin:0}.market-tile{min-height:184px}.market-tile strong{text-transform:none}.movement-section,.why-section{border:1px solid #2c5c84;border-radius:18px;background:#0c2039;padding:24px}.section-label{display:flex;gap:14px;align-items:center}.section-label>span{display:grid;place-items:center;width:38px;min-width:38px;height:38px;border-radius:50%;background:var(--mint);color:#06162a;font-size:1rem;font-weight:950}.section-label h3,.section-label h2{margin:0}.section-label .eyebrow{margin-bottom:3px}.market-tabs{display:flex;gap:9px;justify-content:flex-end;margin-top:-44px;margin-bottom:18px}.market-tabs button{min-height:44px;padding:10px 22px;border:1px solid #39739d;border-radius:999px;background:#102a49;color:#d7e8f7;font:inherit;font-weight:800;cursor:pointer}.market-tabs button.selected{background:#1b7fc0;border-color:var(--cyan);color:#fff}.movement-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(270px,.9fr);gap:22px;align-items:stretch}.chart-card{min-height:305px}.movement-copy{display:flex;flex-direction:column;justify-content:center;padding:28px;border-radius:16px;background:linear-gradient(145deg,#123151,#0d2340)}.movement-copy h3{font-size:1.45rem;line-height:1.15;margin:.4rem 0 .8rem}.movement-copy p:last-child,.why-section>p{color:var(--muted);line-height:1.6}.movement-state{width:max-content;margin:0;padding:7px 11px;border-radius:999px;background:#194765;color:var(--mint);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.why-section{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:center;gap:28px}.why-section>p{font-size:1.08rem;margin:0;border-left:3px solid var(--cyan);padding-left:22px}
.ask{margin-top:30px}.ask-heading-row{align-items:center}.ask .section-label>span{background:var(--cyan)}.ask-form{display:grid;gap:8px;margin:18px 0}.ask-form label{color:var(--cyan);font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ask-form>div{display:grid;grid-template-columns:1fr auto;gap:8px}.ask-form input,.ask-form button{min-height:48px;border:1px solid #39739d;border-radius:11px;font:inherit}.ask-form input{width:100%;padding:11px 14px;background:#09182e;color:#fff}.ask-form input::placeholder{color:#8ea7c1}.ask-form button{padding:10px 20px;background:var(--mint);color:#06152b;font-weight:900;cursor:pointer}.ask-form small{color:#9eb4ca}.chance-answer strong,.chance-answer span{display:block}.chance-answer strong{color:#fff}.chance-answer span{margin-top:3px}.prompt-grid{margin-bottom:0}
.movement-line{stroke-dasharray:1;stroke-dashoffset:1;animation:r7Draw 1.25s cubic-bezier(.2,.75,.2,1) forwards}.movement-dot{opacity:0;animation:r7Dot .2s ease-out forwards}.movement-dot:nth-of-type(2){animation-delay:.22s}.movement-dot:nth-of-type(3){animation-delay:.44s}.movement-dot:nth-of-type(4){animation-delay:.66s}.movement-dot:nth-of-type(5){animation-delay:.88s}.movement-sweep{animation:historySweep 8s 1.4s ease-in-out infinite}@keyframes r7Draw{to{stroke-dashoffset:0}}@keyframes r7Dot{to{opacity:1}}
@media(max-width:900px){.flow-steps{grid-template-columns:1fr 1fr}.match-card{grid-template-rows:28px 122px 92px 28px 28px;min-height:350px}.match-card .skyline{height:122px}.markets{grid-template-columns:1fr 1fr}.movement-layout,.why-section{grid-template-columns:1fr}.market-tabs{margin:14px 0 18px;justify-content:flex-start}.why-section>p{border-left:0;border-top:3px solid var(--cyan);padding:18px 0 0}}
@media(max-width:760px){.flow-steps{gap:6px}.flow-steps span{font-size:.58rem;padding:8px 6px}.match-card{grid-template-rows:28px 128px 88px 28px 28px;min-height:365px}.match-card .skyline{height:128px;background-size:cover;background-position:center}.match-card .teams{font-size:1.22rem;max-height:88px}.market-line{font-size:.86rem}.markets{grid-template-columns:1fr 1fr}.market-tile{min-height:168px;padding:15px}.market-tile strong{font-size:.9rem;line-height:1.15}.market-tile em{font-size:.58rem}.movement-section,.why-section{padding:18px}.movement-copy{padding:20px}.ask-form>div{grid-template-columns:1fr}.ask-form button{width:100%}.ask-heading-row{align-items:flex-start}.ask-mascot{width:88px;height:88px}.prompt-grid{grid-template-columns:1fr}.board{padding:17px}.board h2{font-size:1.5rem;line-height:1.02}.section-label h2{font-size:1.5rem}}
@media(prefers-reduced-motion:reduce){.movement-line{stroke-dashoffset:0!important;animation:none!important}.movement-dot{opacity:1!important;animation:none!important}.movement-sweep{display:none!important}}

/* Two-state portfolio demo shell. */
.sports-intro{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 14% 18%,rgba(34,211,238,.2),transparent 28%),radial-gradient(circle at 85% 80%,rgba(51,255,177,.14),transparent 30%),linear-gradient(145deg,#07172d,#092440 55%,#071428);color:#f5f9ff}.sports-intro[hidden]{display:none}.sports-intro-shell{position:relative;width:min(1160px,100%);min-height:660px;padding:64px 72px;border:1px solid rgba(66,207,255,.32);border-radius:34px;background:linear-gradient(145deg,rgba(10,35,68,.96),rgba(9,27,54,.98));box-shadow:0 30px 100px rgba(0,0,0,.35);overflow:hidden}.sports-intro-shell:after{content:"";position:absolute;right:-140px;bottom:-190px;width:510px;height:510px;border-radius:50%;background:radial-gradient(circle,rgba(36,221,255,.18),transparent 66%)}.sports-intro .eyebrow{color:#4de3ff}.intro-boundary{display:inline-flex;margin:0;padding:9px 14px;border:1px solid rgba(77,227,255,.35);border-radius:999px;color:#b9cee5;background:rgba(5,19,40,.45);font-weight:700}.sports-intro h1{max-width:900px;margin:78px 0 20px;font-size:clamp(3.4rem,6vw,6.2rem);line-height:.93;letter-spacing:-.06em;text-transform:none}.intro-body{max-width:780px;margin:0;color:#b9cee5;font-size:1.3rem;line-height:1.55}.intro-story{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:850px;margin:36px 0}.intro-story span{display:flex;align-items:center;gap:12px;border-top:1px solid rgba(77,227,255,.25);padding:16px 0;color:#eaf5ff;font-weight:800}.intro-story b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(77,227,255,.12);color:#4de3ff;font-size:.75rem}.sports-enter,.back-overview{position:relative;z-index:2;min-height:44px;border-radius:12px;font-weight:900}.sports-enter{border:1px solid #4de3ff;background:#26b7e8;color:#041427;padding:14px 22px}.sports-enter:hover{background:#55dbff}.back-overview{border:1px solid rgba(77,227,255,.45);background:transparent;color:#d9efff;padding:10px 15px}.sports-close{position:absolute;right:22px;top:20px;z-index:5;display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(77,227,255,.35);border-radius:50%;background:rgba(5,19,40,.82);color:#eef8ff;font-size:1.65rem;line-height:1;text-decoration:none}.sports-close.operational{position:static;flex:0 0 auto}.sports-close:focus-visible,.sports-enter:focus-visible,.back-overview:focus-visible{outline:3px solid #33ffb1;outline-offset:3px}.intro-chance{position:absolute!important;right:80px;bottom:75px;z-index:2;transform:scale(1.35);transform-origin:center}.masthead-tools{display:flex;align-items:center;gap:10px}.app-shell[hidden]{display:none}
@media(max-width:760px){.sports-intro{padding:12px}.sports-intro-shell{min-height:800px;padding:30px 22px;border-radius:24px}.sports-intro h1{margin:70px 0 18px;font-size:3.2rem;line-height:.95}.intro-body{font-size:1.04rem}.intro-story{grid-template-columns:1fr;gap:0;margin:28px 0}.intro-chance{right:56px;bottom:60px;transform:scale(.85)}.masthead-tools{align-items:flex-end;flex-wrap:wrap;justify-content:flex-end}.masthead-tools .disclosure{width:100%;text-align:right}.back-overview{font-size:.78rem}.sports-close.operational{width:44px;height:44px}}
@media(prefers-reduced-motion:reduce){.sports-intro *{animation:none!important;transition:none!important}}

/* Phase 1 screenshot-proof sizing for the original intro mascot. */
.sports-intro .intro-chance{width:180px;height:180px;transform:scale(1.08)}
.chicago-skyline{background-image:linear-gradient(90deg,rgba(6,19,38,.20),rgba(6,19,38,.05) 58%,rgba(6,19,38,.16)),url("city-chicago.jpg")}
.newyork-skyline{background-image:linear-gradient(90deg,rgba(6,19,38,.18),rgba(6,19,38,.04) 58%,rgba(6,19,38,.14)),url("city-new-york.jpg")}
@media(max-width:760px){.sports-intro .intro-chance{right:42px;bottom:54px;width:120px;height:120px;transform:none}}

/* R1: stable compact card zones and an intentional, fully visible Chance hero. */
.masthead h1{font-size:clamp(2rem,3.8vw,3.8rem)}
.masthead h1:focus{outline:none}
.hero{display:grid;grid-template-columns:172px minmax(0,1fr) 154px;gap:24px;overflow:visible}
.hero-mascot{width:150px;min-width:150px;height:150px;justify-self:center;transform:rotate(-3deg);animation:chancePeek .75s cubic-bezier(.2,.8,.2,1) both}
.match-card{grid-template-rows:28px 124px 76px 26px 26px;gap:7px;min-height:332px;padding:18px 20px}
.match-card .skyline{height:124px}.match-card .teams{max-height:76px}
.city-chicago .skyline{filter:brightness(1.30) contrast(1.03) saturate(1.08)}
.city-newyork .skyline{filter:brightness(1.46) contrast(1.11) saturate(1.12)}
.date-strip{position:relative}.date-strip-cue,.date-strip-note{display:none}
@media(max-width:760px){.hero{grid-template-columns:108px minmax(0,1fr);gap:8px;padding:16px 12px 16px 18px;overflow:visible}.hero-mascot{width:90px;min-width:90px;height:90px;justify-self:center;transform:translateX(7px) rotate(-3deg)}.market-pulse{display:none}.hero-copy{margin-left:0}.match-card{grid-template-rows:26px 112px 72px 24px 24px;gap:6px;min-height:302px;padding:16px 17px}.match-card .skyline{height:112px}.match-card .teams{max-height:72px}.date-strip{padding-right:0;scroll-snap-type:x proximity}.date-strip button{scroll-snap-align:start;min-width:64px}.date-strip-note{display:block;margin:8px 0 14px;color:#a9dfff;font-size:.72rem;font-weight:850;letter-spacing:.04em}}
/* R2 Chance: original generated base with CSS-only state treatment. */
.chance-image{position:relative;display:grid;place-items:center;isolation:isolate}.chance-image img{display:block;max-width:100%;max-height:100%;object-fit:contain;mix-blend-mode:screen;filter:drop-shadow(0 8px 14px #031225aa);transition:transform .24s ease,filter .24s ease}.intro-chance{width:270px;height:270px}.hero-mascot{width:180px;min-width:180px;height:180px;transform:none!important;animation:none!important}.ask-mascot{width:128px;height:128px;transform:none!important}.chance-image.mood-thinking img{transform:rotate(-3deg);filter:hue-rotate(12deg) brightness(.94) drop-shadow(0 8px 14px #031225aa)}.chance-image.mood-skeptical img{transform:rotate(-5deg) scale(.98);filter:hue-rotate(28deg) brightness(.88) drop-shadow(0 8px 14px #031225aa)}.chance-image.mood-encouraging img{transform:translateY(-3px) rotate(2deg);filter:brightness(1.1) drop-shadow(0 0 18px #25e7c799)}@media(max-width:760px){.hero{grid-template-columns:116px minmax(0,1fr);padding-left:14px}.hero-mascot{width:108px;min-width:108px;height:108px;transform:none!important}.ask-mascot{width:94px;height:94px}.intro-chance{width:190px;height:190px}}@media(prefers-reduced-motion:reduce){.chance-image img{transition:none!important;transform:none!important}}
@media(max-width:760px){.masthead h1{font-size:2.15rem;line-height:.96}.hero{display:block;position:relative;min-height:230px;padding:18px 118px 18px 18px}.hero-mascot{position:absolute;right:12px;bottom:10px;width:102px;min-width:102px;height:102px}.hero-copy h2{font-size:2rem}.hero-copy p:last-child{font-size:.9rem;line-height:1.45}.ask-mascot{width:98px;height:98px}}

/* Owner correction: one clear numbered story and market-specific result panels. */
.flow-steps span{display:flex;justify-content:center;gap:8px}.flow-steps span b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#194765;color:var(--mint);font-size:.78rem}.flow-steps span.active b{background:#0b3152;color:var(--mint)}
.market-explainer{min-height:178px;display:grid;grid-template-columns:1fr 1fr;align-content:center;gap:8px 18px;padding:24px;border:1px solid #315f88;border-radius:14px;background:linear-gradient(145deg,#102d4c,#0b213b);color:#dcecff}.market-explainer strong{display:grid;gap:5px;font-size:1.1rem}.market-explainer strong b{font-size:2rem;color:var(--mint)}.market-explainer span{color:#a9bdd4;font-size:.9rem}.market-explainer.status-explainer{grid-template-columns:1fr;gap:12px}.status-explainer strong{font-size:1.32rem;color:#fff}.status-explainer em{color:var(--cyan);font-size:.82rem;font-style:normal;font-weight:800}
@media(max-width:760px){.flow-steps span{justify-content:flex-start;font-size:.65rem}.flow-steps span b{width:26px;min-width:26px;height:26px}.market-explainer{grid-template-columns:1fr;padding:18px}.market-explainer strong b{font-size:1.6rem}}

/* R3-R1: retain fixed card zones while bringing the first actionable slate higher. */
@media(min-width:761px){.masthead{margin-bottom:18px}.hero{margin-bottom:18px;min-height:0}.date-strip{margin-top:0;margin-bottom:18px}.match-grid{margin-top:0}.hero-copy p:last-child{margin-bottom:0}.hero-mascot{height:150px;width:150px;min-width:150px}}
@media(min-width:761px){.sports-intro-shell{min-height:620px}.intro-story{grid-template-columns:repeat(4,1fr);max-width:980px}.intro-story span{font-size:.9rem}}

/* R3-R2: reserve deliberate mascot zones and make non-chart market detail literal. */
@media(min-width:761px){.sports-intro-shell{padding-right:290px}.intro-story{max-width:760px}.intro-chance{width:190px;height:190px;right:38px;bottom:42px;transform:none}.ask-heading-row{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:20px;align-items:center;min-height:124px}.ask-mascot{width:128px;height:116px;overflow:hidden;justify-self:end}.prompt-grid{margin-top:18px}}
.movement-section.non-chart .market-tabs,.movement-section.non-chart .axis{display:none}.movement-section.non-chart .movement-layout{grid-template-columns:1fr}.movement-section.non-chart .chart-card{min-height:0}.movement-section.non-chart .chart{height:auto;min-height:0;margin-top:12px;padding:0;background:none;border:0}.market-explainer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:22px;border:1px solid #315f89;border-radius:16px;background:linear-gradient(135deg,#102d4b,#0a1e35);color:#eaf7ff}.market-explainer strong{font-size:1.15rem}.market-explainer strong b{display:block;margin-top:5px;font-size:1.65rem;color:#46ffae}.market-explainer span{color:#b9cee5;font-size:.86rem}.market-explainer.status-explainer{grid-template-columns:1fr}.market-explainer.status-explainer em{color:#9ec7e6;font-style:normal;font-size:.85rem}
@media(max-width:760px){.sports-intro-shell{padding-bottom:220px}.intro-chance{width:142px;height:142px;right:20px;bottom:24px;transform:none}.ask-heading-row{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:8px;align-items:center;min-height:94px}.ask-mascot{width:88px;height:88px;overflow:hidden;justify-self:end}.prompt-grid{margin-top:16px}.market-explainer{grid-template-columns:1fr;padding:16px}}

/* 044V Burst-2: progressive disclosure, one market selector and one detail panel. */
.board{display:grid;gap:16px;padding:20px}.flow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0}.flow-steps a{min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;padding:8px 10px;border:1px solid #284f73;border-radius:999px;background:#102440;color:#b7cbe1;font:800 .72rem/1 Inter,ui-sans-serif,sans-serif;letter-spacing:.03em;text-decoration:none}.flow-steps a b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#194765;color:var(--mint);font-size:.76rem}.flow-steps a.active,.flow-steps a:hover,.flow-steps a:focus-visible{background:#173d5d;border-color:var(--mint);color:#fff}.flow-steps a.active b{background:var(--mint);color:#06162a}.selected-summary{display:flex;align-items:end;justify-content:space-between;gap:22px;padding:15px 0 4px;border-bottom:1px solid #244e73}.selected-summary h2{font-size:clamp(1.25rem,2.2vw,2rem);letter-spacing:-.035em;text-transform:none}.selected-summary #meta{margin:.4rem 0 0}.market-selector{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.market-selector .market-tile{min-height:48px;padding:11px 12px;border:1px solid #315f89;border-radius:10px;background:#102440;color:#cfe0f1;font:800 .83rem/1 Inter,ui-sans-serif,sans-serif;cursor:pointer}.market-selector .market-tile.selected,.market-selector .market-tile:hover{background:#1a78bd;border-color:var(--cyan);color:#fff}.movement-section,.why-section{padding:18px;border-radius:16px}.movement-layout{grid-template-columns:minmax(0,1.05fr) minmax(240px,.95fr);gap:16px}.chart-card{min-height:238px;padding:16px}.movement-copy{padding:18px}.movement-copy h3{font-size:1.25rem}.why-section{gap:18px}.ask{margin-top:18px;padding:22px}.prompt-grid{margin:16px 0}.ask-heading-row{min-height:84px}@media(max-width:760px){.board{padding:15px;gap:13px}.flow-steps{grid-template-columns:1fr 1fr}.flow-steps a{justify-content:flex-start;font-size:.64rem;padding:8px}.flow-steps a b{min-width:25px;height:25px}.selected-summary{align-items:start;padding-top:3px}.selected-summary h2{font-size:1.18rem}.market-selector{grid-template-columns:1fr 1fr}.market-selector .market-tile{min-height:46px;font-size:.76rem}.movement-section,.why-section{padding:15px}.movement-layout{gap:12px}.chart-card{min-height:210px}.movement-copy{padding:15px}.ask{padding:18px}.ask-heading-row{min-height:74px}}

/* S2 — compact matchup story, one visible Chance zone, and one shared detail surface. */
.sports-intro-shell{overflow:visible;isolation:isolate}.sports-intro-shell:after{pointer-events:none;z-index:-1}.sports-intro-shell>*{position:relative;z-index:1}.sports-intro .intro-chance{overflow:visible}.hero{overflow:visible!important}.hero-mascot{overflow:visible;align-self:center}.chance-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:screen;-webkit-mask-image:radial-gradient(ellipse 62% 58% at 50% 48%,#000 63%,transparent 100%);mask-image:radial-gradient(ellipse 62% 58% at 50% 48%,#000 63%,transparent 100%);animation:chance-presence 7s ease-in-out infinite!important}.chance-image:after{content:"";position:absolute;pointer-events:none;left:34%;top:19%;width:33%;height:18%;border-radius:48%;background:radial-gradient(ellipse,rgba(119,244,255,.36),rgba(84,184,255,.08) 45%,transparent 72%);mix-blend-mode:screen;animation:chance-visor-pulse 7s ease-in-out infinite}.chance-image.mood-thinking img{animation-name:chance-think-presence!important}.chance-image.mood-skeptical img{animation-name:chance-skeptic-presence!important}.chance-image.mood-encouraging img{animation-name:chance-encourage-presence!important}.chance-image.is-acknowledging img{animation:chance-acknowledge-presence .7s ease-out both!important}.chance-image.is-acknowledging:after{animation:chance-acknowledge-visor .7s ease-out both}@keyframes chance-presence{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-3px) rotate(-.65deg)}}@keyframes chance-think-presence{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-2px) rotate(-2deg)}}@keyframes chance-skeptic-presence{0%,100%{transform:translateY(0) rotate(1deg)}50%{transform:translateY(-2px) rotate(2deg)}}@keyframes chance-encourage-presence{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-4px) rotate(1deg)}}@keyframes chance-acknowledge-presence{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(1.8deg)}100%{transform:translateY(0) rotate(0)}}@keyframes chance-visor-pulse{0%,43%,48%,100%{opacity:.42;transform:scaleY(1)}45%,46%{opacity:.08;transform:scaleY(.26)}}@keyframes chance-acknowledge-visor{50%{opacity:.8;transform:scale(1.14)}}
.hero-mascot img{width:auto!important;height:100%!important;max-width:100%!important;max-height:100%!important}
.match-card{grid-template-columns:minmax(120px,.92fr) minmax(0,1.08fr);grid-template-rows:26px minmax(76px,1fr) 28px 28px;gap:8px;min-height:244px;padding:17px 18px;background-image:linear-gradient(135deg,#112d4b 0%,#0a1a30 78%)}.match-card .city-label{grid-column:1/-1;grid-row:1}.match-card .skyline{grid-column:1;grid-row:2/5;height:100%;min-height:164px;border-radius:12px}.match-card .teams{grid-column:2;grid-row:2;align-self:start;max-height:none;font-size:1.18rem;line-height:1.08}.match-card .market-line{grid-column:2;grid-row:3;align-self:center;white-space:normal}.match-card .card-action{grid-column:2;grid-row:4;align-self:end}.match-card:hover,.match-card.selected{transform:none;box-shadow:inset 0 0 0 1px var(--cyan),0 8px 22px rgba(1,12,30,.18)}
.selected-summary{align-items:start;padding:8px 0 10px}.selection-status{margin:.35rem 0 0;color:var(--mint);font-size:.78rem;font-weight:800}.market-selector{grid-template-columns:repeat(3,1fr)}.market-selector .market-tile{min-height:50px}.movement-section,.why-section{background:linear-gradient(145deg,#0d2745,#091d34);border-color:#315f87}.movement-layout{grid-template-columns:minmax(0,1.04fr) minmax(260px,.96fr)}.movement-copy{background:linear-gradient(145deg,#123452,#0b243f)}.availability-context{display:grid;gap:4px;margin:16px 0 0;padding-top:14px;border-top:1px solid rgba(117,191,225,.24);color:#b8cce3;font-size:.88rem;line-height:1.42}.availability-context strong{color:var(--mint);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.why-section{grid-template-columns:minmax(250px,.8fr) minmax(0,1.2fr)}.why-section>p{border:0;padding:0;font-size:1rem}.ask{margin-top:16px}.ask-heading-row{min-height:0}.flow-steps a.active{background:#173d5d;border-color:var(--mint)}
@media(max-width:760px){.sports-intro-shell{overflow:hidden}.hero{min-height:220px}.hero-mascot{right:12px;bottom:13px;width:106px;min-width:106px;height:154px}.chance-image:after{left:34%;top:19%;width:33%;height:18%}.match-card{grid-template-columns:1fr;grid-template-rows:24px 112px 64px 26px 26px;gap:7px;min-height:276px;padding:15px 16px}.match-card .city-label{grid-column:1;grid-row:1}.match-card .skyline{grid-column:1;grid-row:2;min-height:0;height:112px}.match-card .teams{grid-column:1;grid-row:3;font-size:1.17rem}.match-card .market-line{grid-column:1;grid-row:4}.match-card .card-action{grid-column:1;grid-row:5}.market-selector{grid-template-columns:1fr 1fr 1fr}.market-selector .market-tile{min-height:48px;padding:9px 8px;font-size:.72rem}.movement-layout,.why-section{grid-template-columns:1fr}.availability-context{margin-top:13px;padding-top:12px}.why-section{gap:12px}.why-section>p{font-size:.96rem}.flow-steps a{font-size:.62rem}.ask{padding:18px}}

/* R2 — controlled matchup compactness and deliberate Ask Chance zone */
#sports-intro-title{max-width:15ch;text-wrap:balance;letter-spacing:-.045em}
.match-card{min-height:194px;padding:14px 16px;gap:6px;grid-template-rows:24px 90px 48px 24px 24px}
.match-card .skyline{height:90px}
.match-card .card-action{font-size:.76rem;letter-spacing:.06em}
.ask-body{display:grid;grid-template-columns:minmax(0,1fr) 172px;gap:24px;align-items:start}
.ask-content{min-width:0}
.ask-chance-zone{min-height:172px;display:grid;place-items:center;position:relative}
.ask-mascot{width:148px;height:148px;transform-origin:50% 88%;filter:drop-shadow(0 12px 18px rgba(0,0,0,.22))}
.ask-mascot img{width:100%;height:100%;object-fit:contain;display:block}
.ask-mascot.mood-thinking{transform:translateY(3px) rotate(-1deg) scale(.98)}
.ask-mascot.mood-skeptical{transform:translateY(1px) rotate(1deg) scale(.99)}
.ask-mascot.mood-encouraging,.ask-mascot.is-acknowledging{transform:translateY(-3px) rotate(0deg) scale(1.015)}
@media(max-width:900px){.match-card{min-height:250px;grid-template-rows:24px 104px 58px 24px 24px}.match-card .skyline{height:104px}}
@media(max-width:760px){#sports-intro-title{max-width:11ch;font-size:clamp(2.45rem,12vw,4rem);line-height:.98}.match-card{min-height:250px;padding:13px 14px;grid-template-rows:24px 104px 58px 24px 24px;gap:5px}.match-card .skyline{height:104px}.ask-body{grid-template-columns:1fr;gap:12px}.ask-chance-zone{order:-1;min-height:116px;justify-content:end;place-items:end}.ask-mascot{width:112px;height:112px}.ask{padding:18px}}
@media(prefers-reduced-motion:reduce){.ask-mascot{transition:none!important;animation:none!important}.ask-mascot.is-acknowledging{transform:none}}
@media(prefers-reduced-motion:reduce){.chance-image img,.chance-image:after,.chance-image.is-acknowledging img,.chance-image.is-acknowledging:after{animation:none!important;transform:none!important}}
@media(min-width:761px){.hero-mascot img{width:100px!important;height:150px!important}}
@media(max-width:760px){.hero-mascot img{width:103px!important;height:154px!important}}

/* S3 — one material progression, with state-driven Chance treatment. */
.movement-section,.why-section,.ask{border:1px solid rgba(88,175,222,.42);background:linear-gradient(145deg,rgba(19,52,83,.98),rgba(9,28,50,.98));box-shadow:inset 0 1px 0 rgba(111,229,255,.1),0 18px 42px rgba(0,0,0,.16)}
.movement-section{border-top-color:rgba(77,227,255,.75)}
.why-section{border-top-color:rgba(70,255,174,.72)}
.ask{border-top-color:rgba(77,227,255,.6)}
.movement-section .section-label>span{background:var(--cyan);color:#05213b}
.why-section .section-label>span{background:var(--mint);color:#05213b}
.ask .section-label>span{background:var(--cyan);color:#05213b}
.chance-image[data-state="listening"] img{filter:brightness(1.02) saturate(1.04) drop-shadow(0 8px 14px #031225aa)}
.chance-image[data-state="explaining"] img{filter:brightness(1.05) saturate(1.12) drop-shadow(0 0 15px rgba(75,225,255,.32))}
.chance-image[data-state="thoughtful"] img{filter:brightness(.93) saturate(.92) hue-rotate(8deg) drop-shadow(0 8px 14px #031225aa)}
.chance-image[data-state="acknowledging"] img{filter:brightness(1.1) saturate(1.15) drop-shadow(0 0 18px rgba(70,255,174,.36))}
.chance-image[data-state="explaining"]:after{opacity:.58}
.chance-image[data-state="thoughtful"]:after{opacity:.24;transform:scaleX(.86)}
.chance-image[data-state="acknowledging"]:after{opacity:.72}
@media(prefers-reduced-motion:reduce){.chance-image[data-state] img,.chance-image[data-state]:after{animation:none!important;transition:none!important}}
/* S3-C1: deterministic local cutout; preserve natural alpha edges. */
.chance-image img[src*="chance-s3-cutout"]{mix-blend-mode:screen;-webkit-mask-image:radial-gradient(ellipse 56% 76% at 50% 54%,#fff 48%,transparent 94%);mask-image:radial-gradient(ellipse 56% 76% at 50% 54%,#fff 48%,transparent 94%)}
