.growth-dashboard{--flow-gap:24px;--flow-line:var(--brand);font-size:12px}.growth-flow{display:grid;grid-template-columns:.8fr 1.1fr 1.5fr 1.45fr;gap:14px var(--flow-gap);align-items:stretch}.growth-heading{font-size:17px;line-height:1.3;align-self:end}.growth-heading span{display:block;font-size:11px;font-weight:400;letter-spacing:0;color:var(--muted);margin-top:5px}.readiness-heading{grid-column:1/3}.acquisition-heading{grid-column:3}.target-heading{grid-column:4}.growth-node{position:relative;min-width:0;padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.growth-node>header{display:flex;justify-content:space-between;gap:8px;align-items:start;flex-wrap:wrap;margin-bottom:8px}.growth-node h3,.growth-partnerships>h3{font-size:14px;line-height:1.35}.growth-node .badge{font-size:10px}.growth-materials{grid-column:1;grid-row:2/4;background:linear-gradient(180deg,#fff 65%,var(--selected))}.growth-materials>header{flex-direction:column;gap:12px}.growth-materials .growth-row{display:flex;align-items:start;flex-wrap:wrap;gap:6px;line-height:1.5;padding:16px 0}.growth-materials .growth-row>span:first-child{width:100%;font-weight:600}.growth-materials .growth-row strong{font-weight:400;color:var(--muted)}.growth-materials .growth-caption{margin-bottom:14px}.growth-materials .growth-node-footer{margin-top:24px}.growth-media{grid-column:2;grid-row:2;display:grid;gap:14px;align-content:space-between}.growth-acquisition{grid-column:3;grid-row:2;display:grid;gap:12px}.growth-targets{grid-column:4;grid-row:2/4;display:grid;align-content:start;gap:16px}.growth-engine{border-top:3px solid var(--brand);background:linear-gradient(135deg,#fff,var(--selected))}.growth-row{display:grid;grid-template-columns:minmax(0,1fr) auto 10px;align-items:center;gap:8px;min-height:44px;border-bottom:1px solid var(--border);color:var(--ink);padding:8px 0;line-height:1.5;transition:background var(--micro),color var(--micro)}.growth-row:last-child{border-bottom:0}.growth-row:hover{background:var(--selected);text-decoration:none;color:var(--action)}.growth-row:active{background:var(--neutral)}.growth-row strong{font-weight:600;font-size:11px;text-align:right}.growth-open{color:var(--muted);font-size:12px}.growth-caption{font-size:10px;color:var(--muted);line-height:1.5}.growth-node-footer{margin-top:8px}.growth-partnerships{position:relative;grid-column:2/4;grid-row:3;background:#f0eeec;border:1px solid var(--border);border-radius:var(--radius);padding:12px}.growth-partnership-halves{display:grid;grid-template-columns:1fr 24px 1fr;align-items:stretch;margin-top:8px}.growth-partnership-halves .growth-node{padding:10px}.growth-partnership-halves .growth-row{min-height:32px;padding:4px 0;font-size:11px}.growth-arrow{align-self:center;text-align:center;color:var(--brand);font-size:23px}.growth-media>.growth-node::after{content:'→';position:absolute;right:calc(-1 * var(--flow-gap));top:40%;width:var(--flow-gap);text-align:center;color:var(--flow-line);font-size:24px;font-weight:600}.growth-media>.growth-node:first-child::before{content:'↘';position:absolute;right:calc(-1 * var(--flow-gap));bottom:-25px;width:var(--flow-gap);text-align:center;color:var(--flow-line);font-size:23px}.growth-partnerships::before{content:'↓';position:absolute;left:24%;top:-27px;color:var(--flow-line);font-size:25px}.growth-partnerships::after{content:'↕';position:absolute;right:25%;top:-27px;color:var(--flow-line);font-size:25px}.growth-acquisition::after{content:'→';position:absolute;right:calc(-1 * var(--flow-gap));top:48%;width:var(--flow-gap);text-align:center;color:var(--flow-line);font-size:24px;font-weight:600}.growth-acquisition{position:relative}.growth-results{border-top:3px solid var(--brand)}.growth-results .growth-row:first-child strong{font-size:24px;color:var(--action)}.growth-targets [data-growth-node=types] .growth-row{grid-template-columns:minmax(0,1fr) auto;min-height:70px}.growth-targets [data-growth-node=types] .growth-open{display:none}.growth-progress{margin-top:20px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.growth-progress>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.growth-progress h2{font-size:15px}.growth-progress-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}.growth-step{position:relative;padding:10px 0;color:var(--ink);transition:background var(--micro)}.growth-step:not(:last-child)::after{content:'→';position:absolute;right:-20px;top:32px;color:var(--brand);font-size:20px}.growth-step:hover{background:var(--selected);text-decoration:none}.growth-step:active{background:var(--neutral)}.growth-step h3{font-size:12px;margin-bottom:9px}.growth-step>strong{display:block;font-size:13px;color:var(--action);margin-bottom:6px}.growth-step>span{font-size:10px;line-height:1.5;color:var(--muted);display:block}.growth-progress>.growth-caption{margin-top:12px}
@media(min-width:1500px){.growth-flow{grid-template-columns:.8fr 1.1fr 1.45fr 1.4fr}.growth-node{padding:16px}.growth-row{min-height:48px}.growth-targets [data-growth-node=types] .growth-row{min-height:86px}}
@media(max-width:1150px) and (min-width:768px){.growth-dashboard{--flow-gap:18px}.growth-flow{grid-template-columns:.85fr 1fr 1.4fr}.target-heading{grid-column:1/-1;grid-row:4}.growth-targets{grid-column:1/-1;grid-row:5;grid-template-columns:1fr 1fr}.growth-acquisition::after{display:none}.growth-progress-steps{gap:18px}.growth-step:not(:last-child)::after{right:-15px}.growth-node{padding:10px}}
@media(max-width:767px){.growth-flow{display:flex;flex-direction:column;gap:12px}.readiness-heading{order:0;align-self:start}.growth-materials{order:1}.growth-media{order:2}.acquisition-heading{order:3;align-self:start;margin-top:8px}.growth-acquisition{order:4}.growth-partnerships{order:5}.target-heading{order:6;align-self:start;margin-top:8px}.growth-targets{order:7}.growth-materials .growth-row{display:grid;grid-template-columns:minmax(0,1fr) auto 10px;padding:10px 0}.growth-materials .growth-row>span:first-child{width:auto}.growth-materials .growth-node-footer{margin-top:8px}.growth-materials>header{flex-direction:row}.growth-partnership-halves{grid-template-columns:1fr}.growth-arrow{transform:rotate(90deg);padding:2px}.growth-media>.growth-node::after,.growth-media>.growth-node::before,.growth-partnerships::after,.growth-partnerships::before,.growth-acquisition::after{display:none}.growth-progress>header{align-items:start;flex-direction:column}.growth-progress-steps{grid-template-columns:1fr;gap:12px}.growth-step{padding:10px;border:1px solid var(--border);border-radius:8px}.growth-step:not(:last-child)::after{content:'↓';right:50%;top:auto;bottom:-19px;font-size:18px}.growth-progress>.growth-caption{margin-top:18px}}
/* Bounded supporting columns keep the acquisition engine prominent. */
@media(min-width:1151px){.growth-flow{grid-template-columns:minmax(145px,190px) minmax(205px,270px) minmax(300px,1fr) minmax(240px,310px);gap:14px 20px}.growth-dashboard{--flow-gap:20px}.growth-node{padding:12px}.growth-row{min-height:40px}.growth-targets [data-growth-node=types] .growth-row{min-height:56px}.growth-partnership-halves .growth-row{min-height:30px}.growth-media{align-content:start;grid-template-rows:1fr 1fr;gap:14px}.growth-materials .growth-row{padding:9px 0}.growth-materials .growth-node-footer{margin-top:16px}.growth-targets{gap:14px}.growth-materials>header{gap:8px}.growth-node>header{gap:7px}.growth-results .growth-row:first-child strong{font-size:22px}}
.growth-node h3{display:flex;align-items:center;gap:7px}.growth-node-icon{display:inline-flex;color:var(--action)}.growth-node-icon svg{width:17px;height:17px}.growth-material-preview{display:flex;flex-direction:column;background:var(--canvas);border:1px solid var(--border);border-radius:7px;overflow:hidden;color:var(--ink);margin:10px 0 12px;transition:border-color var(--micro),background var(--micro)}.growth-material-preview:hover{border-color:var(--action);background:var(--selected);text-decoration:none}.growth-material-preview img{width:100%;height:165px;object-fit:contain;background:#eee9e5;padding:8px}.growth-material-preview>span{padding:8px 8px 0;font-size:12px;font-weight:600;line-height:1.4}.growth-material-preview>small{padding:4px 8px 8px;font-size:10px}.growth-materials .growth-row{display:grid;grid-template-columns:minmax(0,1fr) auto 10px;gap:7px}.growth-materials .growth-row>span:first-child{width:auto;font-weight:400}.growth-materials .growth-row strong{color:var(--ink);font-weight:600}@media(max-width:767px){.growth-material-preview img{height:200px}}

/* Three fixed progress steps and compact country controls. */
.growth-progress-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.growth-progress>header{margin-bottom:6px}.stage-counts{display:flex;gap:30px;align-items:baseline}.stage-counts>div{display:grid;gap:4px}.stage-counts strong{font-size:25px;line-height:1.2;color:var(--ink);font-weight:650}.stage-counts .stage-new{font-size:19px;color:var(--action)}.stage-counts span{font-size:11px;color:var(--muted)}.growth-step{padding:10px 12px;border-radius:8px}.growth-step:not(:last-child)::after{top:39px;right:-21px}.country-orbs{display:flex;align-items:center;flex-wrap:wrap;gap:2px}.country-orb{position:relative;display:grid;place-items:center;width:44px;height:44px;border:0;padding:5px;border-radius:50%;background:transparent;color:var(--muted)}.country-orb-image{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--border);border-radius:50%;overflow:hidden;background:white}.country-orb-image img{width:100%;height:100%;object-fit:cover}.country-orb-image svg{width:20px;height:20px}.country-orb[aria-pressed=true] .country-orb-image{outline:2px solid var(--action);outline-offset:2px;color:var(--action)}.country-orb:hover{background:var(--selected)}.country-orb-tooltip{position:absolute;top:100%;right:0;z-index:5;pointer-events:none;white-space:nowrap;border-radius:5px;background:var(--ink);color:white;padding:4px 7px;font-size:11px;opacity:0;transition:opacity var(--micro)}.country-orb:hover .country-orb-tooltip,.country-orb:focus-visible .country-orb-tooltip{opacity:1}
@media(max-width:767px){.growth-progress>header{flex-direction:column;gap:6px}.growth-progress-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.growth-step{border:0;padding:8px 0}.growth-step h3{min-height:30px}.growth-step:not(:last-child)::after{content:'→';top:53px;right:-12px;bottom:auto;font-size:16px}.stage-counts{flex-direction:column;gap:12px}.stage-counts strong{font-size:23px}.stage-counts .stage-new{font-size:17px}.stage-counts span{font-size:10px}}
