/* Global business view: a geographic overview and a shared conversion path. */
body[data-business-theme]{--gm-ocean:#f4f7fc;--gm-ocean-center:#edf3fb;--gm-land:#c5d1e1;--gm-land-edge:#edf3fa;--gm-land-base:#9dacc3;--gm-grid:#dbe4ef;--gm-pin:#2f77b9;--gm-pin-ring:#528fca;--gm-land-shadow:rgba(72,96,131,.13)}
body[data-business-theme="dark"]{--gm-ocean:#101e31;--gm-ocean-center:#172b43;--gm-land:#38536e;--gm-land-edge:#59708a;--gm-land-base:#21364d;--gm-grid:#243b53;--gm-pin:#9cc9f6;--gm-pin-ring:#90bfe9;--gm-land-shadow:rgba(0,7,18,.3)}

body[data-business-theme] #main[data-page="overview"] .gm-board{display:flex;flex-direction:column;gap:0;width:100%;min-width:0;margin:0 0 24px;color:var(--bc-text)}
.gm-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:32px;margin-bottom:9px}
.gm-tabs{display:flex;gap:2px;align-items:center;padding:3px;background:var(--bc-raised);border:1px solid var(--bc-border);border-radius:7px;flex:none}
.gm-tabs button{border:0;border-radius:4px;background:transparent;color:var(--bc-muted);padding:4px 10px;min-height:26px;font-size:12px;line-height:18px;white-space:nowrap}
.gm-tabs button.active,.gm-tabs button[aria-selected="true"],.gm-tabs button[aria-pressed="true"]{background:var(--bc-hover);color:var(--bc-accent);font-weight:600}
.gm-tabs button:hover{color:var(--bc-text);background:var(--bc-hover)}
.gm-filters{display:flex;gap:10px;align-items:center;min-width:0;flex-wrap:wrap;justify-content:flex-end}
.gm-filters label{display:flex;align-items:center;gap:6px;min-width:0;font-size:11px;line-height:16px;color:var(--bc-muted);white-space:nowrap}
body[data-business-theme] #main[data-page="overview"] .gm-filters select{min-height:30px;height:30px;max-width:166px;padding:4px 8px;font-size:12px;border-radius:6px;background:var(--bc-surface);border-color:var(--bc-border);color:var(--bc-text)}
body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpis.bk-kpis{margin-bottom:5px;flex:none;border-radius:9px;grid-template-columns:repeat(5,minmax(0,1fr))}
body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi{padding:7px 12px;min-height:88px;gap:2px;grid-column:auto;border-bottom:0}
body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi:last-child{grid-column:auto}
body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi>span{font-size:11px;line-height:15px}
body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi strong{font-size:26px;line-height:29px}
body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi>small{font-size:10px;line-height:13px}
body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi>span.bk-kpi-arrow{top:9px;right:10px;font-size:12px;line-height:13px}
.gm-board>.bk-scope-note{font-size:10px;line-height:14px;margin:0 2px 8px;flex:none;color:var(--bc-muted)}

/* Each side panel can scroll within the map height without moving the canvas. */
.gm-stage{display:grid;grid-template-columns:180px minmax(0,1fr) 190px;gap:10px;min-width:0;min-height:260px;height:clamp(260px,35vh,330px);margin-bottom:12px}
.gm-platforms,.gm-markets,.gm-map-panel{min-width:0;min-height:0;display:flex;flex-direction:column;background:var(--bc-surface);border:1px solid var(--bc-border);border-radius:10px;overflow:hidden}
.gm-panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 12px 9px;flex:none}
body[data-business-theme] #main[data-page="overview"] .gm-panel-head h2{font-size:13px;line-height:19px;font-weight:600;color:var(--bc-text);letter-spacing:0}
.gm-panel-head>span,.gm-panel-head h2 span{font-size:10px;line-height:15px;font-weight:400;color:var(--bc-muted)}
.gm-platform-list,.gm-market-list{display:flex;flex-direction:column;gap:3px;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--bc-border) transparent;padding:0 7px 8px;flex:1}
.gm-platform-row,.gm-market-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 5px;align-items:center;width:100%;min-width:0;background:transparent;border:1px solid transparent;border-radius:6px;padding:6px;text-align:left;color:var(--bc-text);flex:none}
.gm-platform-row:hover,.gm-market-row:hover{background:var(--bc-raised);border-color:var(--bc-border)}
.gm-platform-row.active,.gm-platform-row[aria-pressed="true"],.gm-market-row.active,.gm-market-row[aria-pressed="true"]{background:var(--bc-hover);border-color:var(--bc-accent)}
.gm-platform-name{display:flex;gap:6px;align-items:center;min-width:0;white-space:nowrap;font-size:11px;line-height:17px;font-weight:550;color:var(--bc-text)}
.gm-platform-name img{width:17px;height:17px;flex:none;object-fit:contain;border-radius:4px;background:#fff}
.gm-market-name{display:flex;gap:5px;align-items:center;min-width:0;font-size:11px;line-height:17px;font-weight:550;color:var(--bc-text)}
.gm-market-name>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gm-row-metrics{display:flex;align-items:baseline;justify-content:flex-end;gap:3px;font-size:10px;line-height:17px;color:var(--bc-muted);white-space:nowrap}
.gm-row-metrics b{font-size:13px;line-height:17px;font-weight:600;color:var(--bc-text);font-variant-numeric:tabular-nums}
.gm-row-metrics small{font-size:10px;line-height:15px;color:var(--bc-muted)}
.gm-meter{grid-column:1/-1;height:3px;overflow:hidden;border-radius:3px;background:var(--bc-raised);margin-top:2px}
.gm-meter i{display:block;height:100%;border-radius:3px;background:var(--bc-accent);opacity:.65;max-width:100%}
.gm-platform-row.active .gm-meter i{opacity:1}
.gm-unknown{flex:none;margin:0 10px 7px;border-top:1px solid var(--bc-border);padding-top:7px;font-size:10px;color:var(--bc-muted)}
.gm-unknown button,button.gm-unknown{display:flex;align-items:center;justify-content:space-between;gap:6px;background:transparent;border:0;width:100%;font-size:10px;line-height:17px;color:var(--bc-muted);padding:0;text-align:left}
.gm-unknown button:hover,button.gm-unknown:hover{color:var(--bc-accent)}
.gm-market-detail{flex:none;padding:8px 11px 10px;border-top:1px solid var(--bc-border);background:var(--bc-raised);font-size:10px;line-height:16px;color:var(--bc-muted)}
.gm-market-detail strong{color:var(--bc-text);font-size:12px;font-weight:600}
.gm-market-detail p{margin:3px 0 0;font-size:10px;line-height:15px;color:var(--bc-muted)}
body[data-business-theme] #main[data-page="overview"] .gm-market-detail .btn{min-height:24px;padding:2px 0;font-size:11px;line-height:17px;margin-top:4px}

/* 2.5D depth comes from land relief only; geographic positions are never tilted. */
.gm-map-panel{background:var(--gm-ocean);position:relative}
.gm-map-head{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:11px 14px 0;min-height:44px;flex:none;z-index:1}
body[data-business-theme] #main[data-page="overview"] .gm-map-head h2{font-size:14px;line-height:20px;font-weight:600;color:var(--bc-text)}
.gm-map-sub{font-size:10px;line-height:16px;color:var(--bc-muted);text-align:left}
.gm-map-frame{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;flex:1;background:radial-gradient(ellipse at 50% 47%,var(--gm-ocean-center),var(--gm-ocean) 77%);overflow:hidden}
.gm-map{display:block;width:100%;height:100%;min-height:0;overflow:visible;isolation:isolate}
.gm-graticule{fill:none;stroke:var(--gm-grid);stroke-width:.65;stroke-opacity:.65;pointer-events:none}
.gm-land{fill:var(--gm-land-base);stroke:none;pointer-events:none}
.gm-land-top{fill:var(--gm-land);stroke:var(--gm-land-edge);stroke-width:.45;stroke-linejoin:round;filter:drop-shadow(0 3px 1px var(--gm-land-shadow));pointer-events:none}
.gm-market-pin{cursor:pointer;outline:none;transition:opacity 160ms ease}
.gm-market-pin.is-muted{opacity:.24}
.gm-pin-hit{fill:transparent;stroke:none;pointer-events:all}
.gm-pin-halo{fill:var(--gm-pin-ring);fill-opacity:.15;stroke:var(--gm-pin-ring);stroke-width:1;stroke-opacity:.3;pointer-events:none;transform-box:fill-box;transform-origin:center}
.gm-pin-core{fill:var(--gm-pin);stroke:var(--gm-ocean);stroke-width:2;pointer-events:none}
.gm-map-label{font-family:inherit;font-size:18px;font-weight:600;fill:var(--bc-text);stroke:var(--gm-ocean);stroke-width:4px;stroke-linejoin:round;paint-order:stroke;pointer-events:none}
.gm-map-value{font-size:16px;font-weight:400;fill:var(--bc-muted);stroke-width:3px}
.gm-map-leader{fill:none;stroke:var(--bc-muted);stroke-width:.8;stroke-opacity:.55;pointer-events:none}
.gm-market-pin:hover .gm-pin-core,.gm-market-pin:focus-visible .gm-pin-core,.gm-market-pin.is-selected .gm-pin-core{stroke:var(--bc-text);stroke-width:2.5}
.gm-market-pin:hover .gm-pin-halo,.gm-market-pin:focus-visible .gm-pin-halo,.gm-market-pin.is-selected .gm-pin-halo{fill-opacity:.3;stroke-opacity:.85;stroke-width:1.5}
.gm-market-pin.is-selected .gm-map-label{fill:var(--bc-accent)}
.gm-market-pin:focus-visible .gm-pin-hit{stroke:var(--bc-focus);stroke-width:1.5;stroke-dasharray:3 3}
.gm-map-legend{display:flex;align-items:center;justify-content:center;gap:13px;flex-wrap:wrap;min-height:19px;padding:0 12px 3px;font-size:10px;line-height:15px;color:var(--bc-muted);flex:none}
.gm-map-legend>span{display:inline-flex;align-items:center;gap:5px}
.gm-map-legend i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gm-pin);flex:none}
.gm-map-legend b{font-size:10px;font-weight:550;color:var(--bc-text)}
.gm-map-caption{text-align:center;font-size:9px;line-height:14px;color:var(--bc-muted);padding:0 11px 8px;flex:none}
.gm-map-tooltip{position:absolute;right:12px;bottom:12px;max-width:min(240px,calc(100% - 24px));padding:10px 12px;background:var(--bc-surface);border:1px solid var(--bc-border);border-radius:7px;box-shadow:0 6px 20px #00000012;color:var(--bc-muted);font-size:11px;line-height:17px;pointer-events:none;z-index:3}
.gm-map-tooltip strong{display:block;color:var(--bc-text);font-size:12px;margin-bottom:3px}.gm-map-tooltip p{font-size:11px;line-height:17px;margin:0}
body[data-business-theme="dark"] .gm-map-tooltip{box-shadow:0 6px 20px #0004}
.gm-reset{display:inline-flex;align-items:center;gap:5px;padding:3px 7px;min-height:24px;border:1px solid var(--bc-border);border-radius:5px;background:var(--bc-hover);color:var(--bc-accent);font-size:11px;line-height:16px;white-space:nowrap}
.gm-reset:hover{border-color:var(--bc-accent)}.gm-reset svg{width:12px;height:12px}
.gm-viewbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;min-height:36px;margin:0 0 10px;flex:none}
.gm-viewbar>.gm-filters{flex:none}

/* The same visitor-weighted Sankey remains immediately below the map. */
.gm-conversion{background:var(--bc-surface);border:1px solid var(--bc-border);border-radius:10px;overflow:hidden;min-width:0;flex:none}
.gm-conversion>.gm-panel-head{padding:9px 13px 5px}
.gm-conversion .gm-panel-head>div{display:flex;align-items:baseline;gap:10px;min-width:0;flex-wrap:wrap}
.gm-conversion .gm-panel-head>div>span,.gm-conversion .gm-panel-head p{font-size:10px;line-height:15px;color:var(--bc-muted);margin:0}
body[data-business-theme] #main[data-page="overview"] .gm-conversion .gm-panel-head .btn{font-size:11px;line-height:16px;min-height:24px;padding:2px 0;flex:none}
.gm-sankey{padding:0 12px 7px;min-width:0}
.gm-flow-units{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:9px;line-height:14px;color:var(--bc-muted);padding:0 1px 3px}
body[data-business-theme] #main[data-page="overview"] .gm-sankey .gf-canvas{height:clamp(170px,25vh,210px);min-height:0;overflow-x:auto;overflow-y:hidden;display:flex;align-items:center;margin:0;padding:0;border:0;background:transparent}
body[data-business-theme] #main[data-page="overview"] .gm-sankey .gf-chart{width:100%;height:100%;min-width:0;display:block;max-height:100%}
body[data-business-theme] #main[data-page="overview"] .gm-sankey .gf-stage-label{font-size:12px;letter-spacing:0}
body[data-business-theme] #main[data-page="overview"] .gm-sankey .gf-node-label,body[data-business-theme] #main[data-page="overview"] .gm-sankey .gf-node-value{font-size:12px}
.gm-footnote{flex:none;margin:5px 2px 0;font-size:9px;line-height:14px;color:var(--bc-muted)}
.gm-empty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:30px 15px;min-height:160px;text-align:center;color:var(--bc-muted);font-size:12px;line-height:1.8;flex:1}
.gm-empty strong{font-size:14px;color:var(--bc-text)}
.gm-board :is(button,select):focus-visible{outline:2px solid var(--bc-focus);outline-offset:2px}
.gm-platform-row:focus-visible,.gm-market-row:focus-visible{outline-offset:-2px}

/* Full-screen mode distributes all remaining height between map and conversion. */
body[data-business-theme].business-screen #main[data-page="overview"]>#global-business.gm-board{display:flex!important;flex:1;min-height:0;margin:0;overflow:hidden}
body[data-business-theme].business-screen .gm-controls{flex:none;min-height:32px;margin-bottom:8px}
body[data-business-theme].business-screen #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi{min-height:90px;padding:8px 16px}
body[data-business-theme].business-screen #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi strong{font-size:29px;line-height:32px}
body[data-business-theme].business-screen #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi>span{font-size:12px;line-height:16px}
body[data-business-theme].business-screen #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi>small{font-size:11px;line-height:14px}
body[data-business-theme].business-screen .gm-stage{grid-template-columns:200px minmax(0,1fr) 220px;flex:1;min-height:210px;height:auto;margin-bottom:12px;gap:12px}
body[data-business-theme].business-screen .gm-panel-head{padding:12px 14px 9px}
body[data-business-theme].business-screen #main[data-page="overview"] .gm-panel-head h2{font-size:14px}
body[data-business-theme].business-screen .gm-platform-list,body[data-business-theme].business-screen .gm-market-list{padding:0 9px 10px;gap:5px}
body[data-business-theme].business-screen .gm-platform-row,body[data-business-theme].business-screen .gm-market-row{padding:7px}
body[data-business-theme].business-screen .gm-platform-name,body[data-business-theme].business-screen .gm-market-name{font-size:12px;line-height:18px}
body[data-business-theme].business-screen .gm-platform-name img{width:20px;height:20px}
body[data-business-theme].business-screen .gm-row-metrics b{font-size:14px}
body[data-business-theme].business-screen .gm-map-head{padding:12px 16px 0}
body[data-business-theme].business-screen #main[data-page="overview"] .gm-map-head h2{font-size:15px}
body[data-business-theme].business-screen .gm-map-sub,body[data-business-theme].business-screen .gm-map-legend{font-size:11px}
body[data-business-theme].business-screen .gm-map-caption{font-size:10px}
body[data-business-theme].business-screen .gm-conversion{flex:none}
body[data-business-theme].business-screen .gm-conversion>.gm-panel-head{padding:9px 14px 4px}
body[data-business-theme].business-screen .gm-flow-units{font-size:10px;line-height:15px}
body[data-business-theme].business-screen #main[data-page="overview"] .gm-sankey .gf-canvas{height:clamp(170px,24vh,245px);flex:none;display:flex;padding:0;overflow:hidden}
body[data-business-theme].business-screen #main[data-page="overview"] .gm-sankey .gf-chart{width:100%;height:100%;min-width:0}
body[data-business-theme].business-screen .gm-footnote{font-size:10px}

/* A slow halo reinforces existing locations; it does not represent new events. */
body[data-business-theme][data-business-motion="on"] .gm-pin-halo{animation:gm-location-breathe 5.8s ease-in-out infinite;animation-delay:var(--gm-pin-delay,0s)}
body[data-business-theme][data-business-motion="on"] .gm-market-pin.is-selected .gm-pin-halo,body[data-business-theme][data-business-motion="on"] .gm-market-pin:is(:hover,:focus-visible) .gm-pin-halo{animation:none}
body[data-business-theme].bc-motion-suspended .gm-pin-halo{animation-play-state:paused!important}
body[data-business-theme][data-business-motion="off"] .gm-pin-halo{animation:none}
@keyframes gm-location-breathe{0%,100%{fill-opacity:.12;stroke-opacity:.25}50%{fill-opacity:.22;stroke-opacity:.5}}

@media(min-width:1600px){
 body[data-business-theme].business-screen .gm-stage{grid-template-columns:240px minmax(0,1fr) 255px;gap:16px}
 body[data-business-theme].business-screen .gm-platform-row,body[data-business-theme].business-screen .gm-market-row{padding:8px 10px}
 body[data-business-theme].business-screen .gm-platform-name,body[data-business-theme].business-screen .gm-market-name{font-size:13px}
 body[data-business-theme].business-screen .gm-row-metrics small{font-size:11px}
 body[data-business-theme].business-screen .gm-row-metrics b{font-size:16px}
 body[data-business-theme].business-screen .gm-market-detail{padding:11px 15px;font-size:11px;line-height:18px}
 body[data-business-theme].business-screen .gm-market-detail p{font-size:11px;line-height:18px}
}
@media(min-width:900px) and (max-width:1199px){
 .gm-stage{grid-template-columns:154px minmax(0,1fr) 165px;gap:8px}
 .gm-panel-head{padding:10px 9px 8px}.gm-panel-head>span{font-size:9px}
 .gm-platform-list,.gm-market-list{padding-left:5px;padding-right:5px}
 .gm-platform-row,.gm-market-row{padding:5px;gap:3px}
 .gm-platform-name{font-size:10px;gap:4px}.gm-platform-name img{width:15px;height:15px}
 .gm-market-name{font-size:10px}.gm-row-metrics b{font-size:12px}.gm-row-metrics small{font-size:9px}
 .gm-map-head{display:block;padding:10px 10px 0}.gm-map-sub{text-align:left;font-size:9px;line-height:14px}
 .gm-map-caption{font-size:9px}.gm-filters{gap:6px}.gm-filters label{gap:4px;font-size:10px}
 body[data-business-theme] #main[data-page="overview"] .gm-filters select{max-width:125px;font-size:11px}
 body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi{padding-left:8px;padding-right:8px}
 body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi strong{font-size:23px}
}
@media(min-width:900px) and (max-height:760px){
 body[data-business-theme].business-screen .gm-stage{min-height:180px;margin-bottom:9px}
 body[data-business-theme].business-screen #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi{min-height:82px;padding:6px 12px;gap:1px}
 body[data-business-theme].business-screen #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi strong{font-size:25px;line-height:29px}
 body[data-business-theme].business-screen #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi>small{font-size:10px;line-height:13px}
 body[data-business-theme].business-screen #main[data-page="overview"] .gm-sankey .gf-canvas{height:155px}
 body[data-business-theme].business-screen .gm-market-detail{padding-top:5px;padding-bottom:6px}
}
@media(max-width:899px){
 .gm-controls{flex-wrap:wrap;align-items:flex-start}.gm-filters{justify-content:flex-start;flex:1;min-width:270px}
 .gm-stage{display:grid;grid-template-columns:1fr 1fr;height:auto;min-height:0;gap:10px}
 .gm-map-panel{grid-column:1/-1;grid-row:1;min-height:290px;height:clamp(290px,45vw,390px)}
 .gm-platforms,.gm-markets{height:235px;min-height:0}
 .gm-platform-list,.gm-market-list{overflow-y:auto}
 .gm-map-head{padding:12px 14px 0}.gm-map-frame{min-height:210px}
 body[data-business-theme] #main[data-page="overview"] .gm-sankey .gf-canvas{height:195px;display:block;overflow-x:auto;overflow-y:hidden}
 body[data-business-theme] #main[data-page="overview"] .gm-sankey .gf-chart{width:960px;min-width:960px;height:auto;max-height:none}
 .gm-conversion .gm-panel-head>div{gap:3px}.gm-flow-units{align-items:flex-start;font-size:9px;gap:8px}
 body[data-business-theme].business-screen{overflow:auto}
 body[data-business-theme].business-screen #main[data-page="overview"]{height:auto;min-height:100dvh;overflow:visible}
 body[data-business-theme].business-screen #main[data-page="overview"]>#global-business.gm-board{flex:none;overflow:visible}
 body[data-business-theme].business-screen .gm-stage{grid-template-columns:1fr 1fr;flex:none;height:auto;min-height:0;gap:10px}
 body[data-business-theme].business-screen .gm-platforms,body[data-business-theme].business-screen .gm-markets{height:250px}
 body[data-business-theme].business-screen #main[data-page="overview"] .gm-sankey .gf-canvas{height:195px;display:block;overflow-x:auto;overflow-y:hidden}
 body[data-business-theme].business-screen #main[data-page="overview"] .gm-sankey .gf-chart{width:960px;min-width:960px;height:auto;max-height:none}
}
@media(max-width:760px){
 .gm-controls{gap:8px}.gm-filters{width:100%;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
 .gm-viewbar{align-items:flex-start;flex-wrap:wrap;gap:8px}.gm-viewbar>.gm-filters{flex:1;min-width:210px}
 .gm-filters label{display:flex;align-items:flex-start;flex-direction:column;gap:3px;font-size:10px;white-space:normal}
 body[data-business-theme] #main[data-page="overview"] .gm-filters select{width:100%;max-width:none;min-height:32px;height:32px}
 body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpis.bk-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
 body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi{min-height:92px;padding:9px 12px;grid-column:auto;border-right:1px solid var(--bc-border);border-bottom:1px solid var(--bc-border)}
 body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi:nth-child(2n){border-right:0}
 body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi:last-child{grid-column:1/-1;border:0;min-height:84px}
 body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi strong{font-size:25px;line-height:30px}
 body[data-business-theme] #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi>small{font-size:11px;line-height:15px}
 .gm-board>.bk-scope-note{font-size:10px;line-height:15px;margin-bottom:10px}
 .gm-stage{gap:8px}.gm-map-panel{min-height:250px;height:275px}.gm-map-head{align-items:flex-start;flex-direction:column;gap:2px}.gm-map-sub{text-align:left}
 .gm-map-frame{min-height:170px}.gm-map-caption{font-size:9px}.gm-map-legend{gap:8px;font-size:9px}
 .gm-platforms,.gm-markets{height:248px}.gm-panel-head{padding:9px 8px 7px;align-items:flex-start;flex-wrap:wrap;gap:2px}
 body[data-business-theme] #main[data-page="overview"] .gm-panel-head h2{font-size:12px;line-height:18px}
 .gm-panel-head>span{font-size:9px}.gm-platform-list,.gm-market-list{padding:0 4px 6px}
 .gm-platform-row,.gm-market-row{padding:6px 4px;gap:3px}.gm-platform-name{font-size:10px;gap:4px}.gm-platform-name img{width:15px;height:15px}
 .gm-market-name{font-size:10px}.gm-row-metrics{gap:2px}.gm-row-metrics b{font-size:12px}.gm-row-metrics small{font-size:9px}
 .gm-market-detail{padding:6px 8px}.gm-market-detail strong{font-size:11px}.gm-market-detail p{font-size:9px;line-height:14px}
 .gm-conversion>.gm-panel-head{padding:9px 10px 5px}.gm-conversion .gm-panel-head>div{display:block}
 .gm-sankey{padding-left:8px;padding-right:8px}.gm-flow-units{flex-direction:column;gap:0;font-size:9px}
 body[data-business-theme].business-screen .gm-stage{gap:8px}
 body[data-business-theme].business-screen .gm-platform-row,body[data-business-theme].business-screen .gm-market-row{padding:5px 4px}
 body[data-business-theme].business-screen .gm-platform-name,body[data-business-theme].business-screen .gm-market-name{font-size:10px}
 body[data-business-theme].business-screen .gm-platform-name img{width:15px;height:15px}
 body[data-business-theme].business-screen .gm-row-metrics b{font-size:12px}
}
@media(prefers-reduced-motion:reduce){
 body[data-business-theme] .gm-pin-halo{animation:none!important}
 body[data-business-theme] .gm-market-pin{transition:none!important}
}
@media print{
 .gm-controls{display:none}.gm-stage{height:310px;break-inside:avoid}.gm-conversion{break-inside:avoid}
 body[data-business-theme].business-screen #main[data-page="overview"]>#global-business.gm-board{overflow:visible;display:block!important}
 body[data-business-theme] .gm-pin-halo{animation:none!important}
}
/* Final composition: give geography the largest field and keep all platform groups visible. */
.gm-tabs button{display:inline-flex;align-items:center;gap:5px}.gm-tabs svg{width:14px;height:14px}
.gm-group-label{font-size:10px;line-height:15px;color:var(--bc-muted);margin:5px 6px 1px;letter-spacing:.2px}
.gm-map-head{flex-direction:row;align-items:flex-start;justify-content:space-between;min-height:44px}.gm-map-head p{margin:2px 0 0}
.gm-map-badge{font-size:9px;line-height:20px;letter-spacing:1.6px;color:var(--bc-muted);white-space:nowrap}
.gm-land-shadow{fill:var(--gm-land-base);pointer-events:none}
.gm-map-label{font-size:21px;pointer-events:auto}.gm-map-value{font-size:18px}
.gm-market-name small{font-size:9px;color:var(--bc-muted);font-weight:400}
.gm-platforms>.gm-panel-head,.gm-markets>.gm-panel-head{display:block}.gm-platforms>.gm-panel-head>span,.gm-markets>.gm-panel-head>span{display:block;margin-top:2px}
.gm-platforms>.gm-reset{align-self:flex-start;margin:2px 9px 7px;font-size:10px;min-height:22px}
.gm-market-detail{display:grid;grid-template-columns:1fr;gap:2px}.gm-market-detail>strong{font-size:21px;line-height:27px;color:var(--bc-green)}.gm-market-detail>small{display:block;font-size:10px}.gm-market-detail .gm-reset{justify-self:start;font-size:10px;margin-top:2px}
button.gm-unknown{width:calc(100% - 20px);margin:3px 10px 8px;padding-top:6px;border-top:1px solid var(--bc-border);font-size:10px;flex-wrap:wrap;gap:2px}button.gm-unknown small{font-size:9px}.gm-unknown.active{color:var(--bc-accent)}
.gm-map-tooltip span,.gm-map-tooltip b{display:block}.gm-map-tooltip b{margin-top:3px;color:var(--bc-green)}
.gm-footnote{display:flex;justify-content:space-between;align-items:center;gap:8px}.gm-footnote>.gm-reset{font-size:10px;min-height:20px;padding:1px 6px}
.gm-viewbar{padding:10px 15px 0;margin-bottom:0}
.gm-map-empty{position:absolute;inset:0;min-height:0;background:color-mix(in srgb,var(--gm-ocean) 82%,transparent)}
body[data-business-theme] #main[data-page="overview"] .gm-sankey .gf-canvas{height:165px}
body[data-business-theme] #main[data-page="overview"] .gm-sankey .gf-node-label{font-size:12px}
body[data-business-theme].business-screen .gm-platform-list,body[data-business-theme].business-screen .gm-market-list{gap:2px}
body[data-business-theme].business-screen .gm-platform-row,body[data-business-theme].business-screen .gm-market-row{padding:4px 7px;gap:1px 5px}
body[data-business-theme].business-screen .gm-meter{height:2px;margin-top:1px}
body[data-business-theme].business-screen .gm-stage{min-height:260px}
body[data-business-theme].business-screen #main[data-page="overview"] .gm-sankey .gf-canvas{height:clamp(155px,19vh,200px)}
body[data-business-theme].business-screen .gm-market-detail{padding:8px 12px}
body[data-business-theme].business-screen .gm-map-head{min-height:48px}
@media(min-width:1600px){body[data-business-theme].business-screen .gm-platform-list{gap:4px}body[data-business-theme].business-screen .gm-platform-row{padding:7px 9px}.gm-map-label{font-size:19px}.gm-map-value{font-size:17px}}
@media(min-width:900px) and (max-height:760px){body[data-business-theme].business-screen .gm-stage{min-height:210px}body[data-business-theme].business-screen #main[data-page="overview"] .gm-sankey .gf-canvas{height:135px}}
@media(max-width:899px){.gm-viewbar{padding:10px}.gm-map-head{flex-direction:row}.gm-map-badge{display:none}.gm-footnote{flex-wrap:wrap}body[data-business-theme] #main[data-page="overview"] .gm-sankey .gf-canvas{height:165px}body[data-business-theme].business-screen .gm-stage{min-height:0}body[data-business-theme].business-screen #main[data-page="overview"] .gm-sankey .gf-canvas{height:165px}.gm-market-detail>strong{font-size:18px}.gm-group-label{font-size:9px}}
.gm-market-detail.is-all{display:flex;justify-content:space-between;align-items:center;gap:6px}.gm-market-detail.is-all>strong,.gm-market-detail.is-all>small{display:none}.gm-market-detail.is-all .gm-reset{font-size:9px}
@media(min-width:900px) and (max-width:1599px){body[data-business-theme].business-screen .gm-platform-row{min-height:0;padding:2px 7px;gap:0 4px}body[data-business-theme].business-screen .gm-platform-list{gap:0}body[data-business-theme].business-screen .gm-meter{height:1px;margin:0}body[data-business-theme].business-screen .gm-platform-name{font-size:11px;line-height:18px}body[data-business-theme].business-screen .gm-platform-name img{width:16px;height:16px}body[data-business-theme].business-screen .gm-group-label{margin:4px 6px 1px;font-size:9px;line-height:13px}body[data-business-theme].business-screen .gm-market-detail.is-all{padding:8px 10px}}
.gm-market-name small{flex:none;min-width:13px;white-space:nowrap}
@media(min-width:900px){
 body[data-business-theme]:not(.business-screen) .gm-stage{height:clamp(290px,41vh,340px)}
 body[data-business-theme]:not(.business-screen) .gm-platforms>.gm-panel-head{padding:6px 9px 4px}
 body[data-business-theme]:not(.business-screen) .gm-platforms>.gm-panel-head h2{font-size:12px;line-height:17px}
 body[data-business-theme]:not(.business-screen) .gm-platforms>.gm-panel-head>span{font-size:9px;line-height:12px;margin-top:0}
 body[data-business-theme]:not(.business-screen) .gm-platform-list{gap:0;padding-bottom:3px}
 body[data-business-theme]:not(.business-screen) .gm-platform-row{padding:1px 5px;gap:0 4px;min-height:0}
 body[data-business-theme]:not(.business-screen) .gm-meter{height:1px;margin:0}
 body[data-business-theme]:not(.business-screen) .gm-platform-name{font-size:10px;line-height:16px}
 body[data-business-theme]:not(.business-screen) .gm-platform-name img{width:14px;height:14px}
 body[data-business-theme]:not(.business-screen) .gm-row-metrics{line-height:16px}
 body[data-business-theme]:not(.business-screen) .gm-group-label{font-size:9px;line-height:12px;margin:3px 6px 1px}
 body[data-business-theme]:not(.business-screen) .gm-platforms>.gm-reset{min-height:19px;font-size:9px;padding:1px 5px;margin:0 9px 5px}
}
@media(min-width:1600px){body[data-business-theme].business-screen .gm-platform-row{padding:4px 9px}body[data-business-theme].business-screen .gm-platform-list{gap:2px}}

/* Immersive business scene: one geography, two floating lists, one conversion base. */
body[data-business-theme]{--gm-glass:rgba(250,252,255,.88);--gm-glass-edge:rgba(132,154,184,.3);--gm-glass-shadow:0 5px 20px rgba(50,74,110,.08);--gm-scene-glow:rgba(107,161,216,.13);--gm-conversion-wash:rgba(248,251,255,.68);--gm-route-alpha:.24}
body[data-business-theme="dark"]{--gm-glass:rgba(14,29,47,.88);--gm-glass-edge:rgba(118,153,190,.22);--gm-glass-shadow:0 5px 24px rgba(0,5,15,.16);--gm-scene-glow:rgba(68,133,185,.13);--gm-conversion-wash:rgba(13,27,43,.65);--gm-route-alpha:.3}
body[data-business-theme] .gm-scene{position:relative;display:flex;flex-direction:column;min-width:0;min-height:0;isolation:isolate;overflow:hidden;border:1px solid var(--bc-border);border-radius:12px;background:var(--gm-ocean);box-shadow:inset 0 1px rgba(255,255,255,.035)}
body[data-business-theme] .gm-scene .gm-stage{position:relative;display:block;flex:none;min-width:0;min-height:0;margin:0;gap:0;isolation:isolate;--gm-left-panel:164px;--gm-right-panel:172px;--gm-float-inset:12px;--gm-map-safe-left:calc(var(--gm-left-panel) + var(--gm-float-inset) + 15px);--gm-map-safe-right:calc(var(--gm-right-panel) + var(--gm-float-inset) + 15px)}
body[data-business-theme] .gm-scene .gm-map-panel{position:absolute;inset:0;z-index:0;display:block;width:auto;height:auto;min-height:0;border:0;border-radius:0;background:transparent;overflow:hidden}
body[data-business-theme] .gm-scene .gm-map-panel::before{content:"";position:absolute;inset:5% 12% 0;border-radius:50%;background:radial-gradient(ellipse at center,var(--gm-scene-glow),transparent 68%);pointer-events:none;z-index:0}
body[data-business-theme] .gm-scene .gm-map-panel::after{content:"";position:absolute;inset:0;box-shadow:inset 0 -24px 35px -30px var(--gm-ocean);pointer-events:none;z-index:1}
body[data-business-theme] .gm-scene .gm-map-frame{position:absolute;inset:0;z-index:1;min-height:0;flex:none;display:block;background:transparent;overflow:hidden}
body[data-business-theme] .gm-scene .gm-map{position:absolute;inset:0;width:100%;height:100%;min-height:0;overflow:visible}
body[data-business-theme] .gm-scene .gm-map[hidden],body[data-business-theme] .gm-scene .gm-globe[hidden]{display:none!important}
body[data-business-theme] .gm-scene .gm-globe{position:absolute;inset:0 var(--gm-map-safe-right) 0 var(--gm-map-safe-left);display:block;width:calc(100% - var(--gm-map-safe-left) - var(--gm-map-safe-right));height:100%;max-width:100%;touch-action:pan-y;outline:none}
body[data-business-theme] .gm-scene .gm-globe:focus-visible{outline:2px solid var(--bc-focus);outline-offset:-4px;border-radius:8px}
body[data-business-theme] .gm-scene .gm-map-head{position:absolute;top:10px;left:var(--gm-map-safe-left);right:var(--gm-map-safe-right);z-index:4;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;gap:8px;min-height:0;padding:0;pointer-events:none}
body[data-business-theme] .gm-scene .gm-map-head>div{min-width:0}
body[data-business-theme] #main[data-page="overview"] .gm-scene .gm-map-head h2{margin:0;font-size:15px;line-height:21px;font-weight:600;letter-spacing:.1px;text-shadow:0 1px 7px var(--gm-ocean)}
body[data-business-theme] .gm-scene .gm-map-sub{margin:2px 0 0;font-size:10px;line-height:15px;max-width:100%;text-wrap:pretty;text-shadow:0 1px 6px var(--gm-ocean)}
body[data-business-theme] .gm-scene .gm-map-head button,body[data-business-theme] .gm-scene .gm-map-actions{pointer-events:auto}
.gm-map-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap;max-width:100%;flex:none}
.gm-map-actions>button,.gm-map-actions [role="group"]>button{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:25px;padding:3px 7px;border:1px solid var(--gm-glass-edge);border-radius:5px;background:var(--gm-glass);color:var(--bc-muted);font-size:10px;line-height:16px;white-space:nowrap;box-shadow:0 1px 3px #00000004}
.gm-map-actions>button:hover,.gm-map-actions [role="group"]>button:hover{color:var(--bc-text);border-color:var(--bc-accent);background:var(--bc-hover)}
.gm-map-actions>button[aria-pressed="true"],.gm-map-actions [role="group"]>button[aria-pressed="true"]{color:var(--bc-accent);border-color:color-mix(in srgb,var(--bc-accent) 52%,var(--bc-border));background:var(--bc-hover);font-weight:600}
.gm-map-actions>button svg,.gm-map-actions [role="group"]>button svg{width:12px;height:12px;flex:none}
body[data-business-theme] .gm-scene .gm-map-head .gm-reset{font-size:10px;min-height:25px;max-width:100%;overflow:hidden;text-overflow:ellipsis}
body[data-business-theme] .gm-scene .gm-map-badge{display:none}
body[data-business-theme] .gm-scene :is(.gm-platforms,.gm-markets){position:absolute;top:var(--gm-float-inset);bottom:35px;z-index:5;display:flex;height:auto;min-height:0;border:1px solid var(--gm-glass-edge);border-radius:9px;background:var(--gm-glass);box-shadow:var(--gm-glass-shadow);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);overflow:hidden}
body[data-business-theme] .gm-scene .gm-platforms{left:var(--gm-float-inset);width:var(--gm-left-panel)}
body[data-business-theme] .gm-scene .gm-markets{right:var(--gm-float-inset);width:var(--gm-right-panel)}
body[data-business-theme] .gm-scene :is(.gm-platforms,.gm-markets)>.gm-panel-head{padding:8px 9px 6px}
body[data-business-theme] .gm-scene :is(.gm-platforms,.gm-markets)>.gm-panel-head>span{font-size:9px;line-height:13px;margin-top:1px}
body[data-business-theme] .gm-scene .gm-platform-list,body[data-business-theme] .gm-scene .gm-market-list{padding-left:5px;padding-right:5px;scrollbar-gutter:stable}
body[data-business-theme] .gm-scene .gm-market-row{padding:4px 5px;gap:2px 4px}
body[data-business-theme] .gm-scene .gm-row-metrics{min-width:0;flex-wrap:wrap;column-gap:3px;row-gap:0;justify-content:flex-end}
body[data-business-theme] .gm-scene .gm-row-metrics small{font-size:9px;line-height:13px}
body[data-business-theme] .gm-scene .gm-market-detail{padding:6px 8px;background:color-mix(in srgb,var(--bc-raised) 66%,transparent)}
body[data-business-theme] .gm-scene .gm-market-detail.is-all{align-items:flex-start;flex-wrap:wrap;gap:3px}
body[data-business-theme] .gm-scene .gm-map-legend{position:absolute;left:12px;right:12px;bottom:8px;z-index:4;min-height:14px;margin:0;padding:0;gap:5px 13px;font-size:9px;line-height:14px;text-shadow:0 1px 6px var(--gm-ocean);pointer-events:none}
body[data-business-theme] .gm-scene .gm-map-legend>span{gap:4px}
body[data-business-theme] .gm-scene .gm-map-legend b{font-size:9px}
body[data-business-theme] .gm-scene .gm-map-caption{position:absolute;left:var(--gm-map-safe-left);right:var(--gm-map-safe-right);bottom:25px;z-index:3;margin:0;padding:0;font-size:9px;line-height:12px;pointer-events:none}
body[data-business-theme] .gm-scene .gm-map-tooltip{right:calc(var(--gm-right-panel) + 24px);bottom:37px;max-width:min(230px,calc(100% - var(--gm-left-panel) - var(--gm-right-panel) - 55px));z-index:6;background:var(--gm-glass);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
body[data-business-theme] .gm-scene .gm-map-empty{inset:50px var(--gm-map-safe-right) 40px var(--gm-map-safe-left);z-index:3;border-radius:8px;font-size:11px;line-height:18px;padding:16px;pointer-events:none}
body[data-business-theme] .gm-scene .gm-map-label{font-size:13px;font-weight:550;stroke-width:3px;pointer-events:auto}
body[data-business-theme] .gm-scene .gm-map-value{font-size:11px;stroke-width:2.5px}
body[data-business-theme] .gm-scene .gm-map-leader{stroke-width:.7;stroke-opacity:.45}
body[data-business-theme] .gm-scene .gm-land-top{stroke-width:.65;filter:drop-shadow(0 3px 2px var(--gm-land-shadow))}
body[data-business-theme] .gm-scene .gm-land-dots{fill:url(#gm-land-dots);color:var(--gm-land-edge);opacity:.38;pointer-events:none}
body[data-business-theme] .gm-scene .gm-graticule{stroke-width:.5;stroke-opacity:.45}

/* Routes represent the saved source relationships. Decorative strokes never capture clicks. */
.gm-flight-group,.gm-flight-line,.gm-flight-particle,.gm-pin-ripple{pointer-events:none}
.gm-flight-line{fill:none;stroke:var(--gm-route-color,var(--gm-pin));stroke-width:.7;stroke-opacity:var(--gm-route-alpha);vector-effect:non-scaling-stroke}
.gm-flight-particle{fill:none;stroke:var(--gm-route-color,var(--gm-pin));stroke-width:1.7;stroke-linecap:round;stroke-opacity:.74;stroke-dasharray:2 98;stroke-dashoffset:100;vector-effect:non-scaling-stroke;opacity:0}
.gm-pin-ripple{fill:none;stroke:var(--gm-pin-ring);stroke-width:.8;stroke-opacity:0;transform-box:fill-box;transform-origin:center;vector-effect:non-scaling-stroke}
.gm-platform-beacon{pointer-events:all;cursor:pointer;outline:none}
.gm-platform-beacon>circle:not(.gm-beacon-hit),.gm-platform-beacon>rect{fill:#fff;stroke:var(--gm-glass-edge);stroke-width:1}
.gm-platform-beacon>image{pointer-events:none}
.gm-platform-beacon>text{fill:var(--bc-muted);font-family:inherit;font-size:9px;pointer-events:none}
.gm-platform-beacon:is(:hover,:focus-visible)>circle:not(.gm-beacon-hit),.gm-platform-beacon:is(:hover,:focus-visible)>rect,.gm-platform-beacon[aria-pressed="true"]>circle:not(.gm-beacon-hit),.gm-platform-beacon[aria-pressed="true"]>rect{stroke:var(--bc-accent);stroke-width:1.5;fill:#fff}
.gm-platform-beacon:focus-visible>circle:not(.gm-beacon-hit),.gm-platform-beacon:focus-visible>rect{stroke-dasharray:2 2}
.gm-platform-beacon>.gm-beacon-hit{fill:transparent;stroke:none;pointer-events:all}
.gm-flight-end{fill:var(--gm-route-color,var(--gm-pin));opacity:.48;pointer-events:none}
.gm-flight-group{transition:opacity 140ms ease}
.gm-flight-group.is-muted{opacity:.15}
.gm-flight-group.is-dim:not(.is-muted){opacity:.2}
.gm-flight-group.is-hovered:not(.is-muted){opacity:1}
.gm-flight-group.is-hovered:not(.is-muted) .gm-flight-line{stroke-opacity:.78;stroke-width:1.1}
.gm-flight-group.is-hovered:not(.is-muted) .gm-flight-particle{stroke-opacity:1;stroke-width:2.1}
.gm-flight-group.is-hovered:not(.is-muted) .gm-flight-end{opacity:1}
.gm-origin-label{font-family:inherit;font-size:8px;fill:var(--bc-muted);stroke:var(--gm-ocean);stroke-width:2;paint-order:stroke;pointer-events:none}
.gm-world-plane{transform-box:view-box;transform-origin:50% 50%;will-change:auto}
body[data-business-theme][data-business-motion="on"] .gm-scene .gm-world-plane{animation:gm-world-drift 22s ease-in-out infinite}
body[data-business-theme][data-business-motion="on"] .gm-scene .gm-flight-particle{opacity:1;animation:gm-route-travel 7.4s linear infinite;animation-delay:var(--gm-route-delay,0s)}
body[data-business-theme][data-business-motion="on"] .gm-scene .gm-pin-ripple{animation:gm-point-ripple 4.8s ease-out infinite;animation-delay:var(--gm-pin-delay,0s)}
body[data-business-theme][data-business-motion="on"] .gm-scene .gm-map-panel::before{animation:gm-atmosphere-breathe 14s ease-in-out infinite}
body[data-business-theme] .gm-scene .gm-stage:is(:hover,:focus-within) .gm-world-plane{animation-play-state:paused}
body[data-business-theme].bc-motion-suspended .gm-scene :is(.gm-world-plane,.gm-flight-particle,.gm-pin-ripple),body[data-business-theme].bc-motion-suspended .gm-scene .gm-map-panel::before{animation-play-state:paused!important}
body[data-business-theme][data-business-motion="off"] .gm-scene :is(.gm-world-plane,.gm-flight-particle,.gm-pin-ripple),body[data-business-theme][data-business-motion="off"] .gm-scene .gm-map-panel::before{animation:none!important;transform:none}
body[data-business-theme][data-business-motion="off"] .gm-scene :is(.gm-flight-particle,.gm-pin-ripple){opacity:0}
@keyframes gm-world-drift{0%,100%{transform:translateY(0) rotate(-.12deg)}50%{transform:translateY(-1.5px) rotate(.12deg)}}
@keyframes gm-route-travel{from{stroke-dashoffset:100}to{stroke-dashoffset:0}}
@keyframes gm-point-ripple{0%{transform:scale(.7);stroke-opacity:0}18%{stroke-opacity:.36}85%,100%{transform:scale(1.9);stroke-opacity:0}}
@keyframes gm-atmosphere-breathe{0%,100%{opacity:.6}50%{opacity:1}}

body[data-business-theme] .gm-scene .gm-conversion{position:relative;z-index:2;flex:none;min-width:0;border:0;border-top:1px solid var(--gm-glass-edge);border-radius:0;background:var(--gm-conversion-wash);box-shadow:0 -12px 28px -24px var(--gm-land-shadow);overflow:hidden}
body[data-business-theme] .gm-scene .gm-conversion>.gm-panel-head{padding:7px 13px 3px}
body[data-business-theme] .gm-scene .gm-sankey{padding:0 12px 5px}
body[data-business-theme] .gm-scene .gm-flow-units{padding-bottom:0;font-size:9px;line-height:13px}
body[data-business-theme] #main[data-page="overview"] .gm-scene .gm-sankey .gf-canvas{height:156px;background:transparent}
body[data-business-theme] #main[data-page="overview"] .gm-scene .gm-sankey .gf-node-label,body[data-business-theme] #main[data-page="overview"] .gm-scene .gm-sankey .gf-node-value{stroke:var(--gm-ocean)}

@media(min-width:900px){
 body[data-business-theme]:not(.business-screen) .gm-scene .gm-stage{height:clamp(326px,43vh,348px)}
 body[data-business-theme]:not(.business-screen) .gm-controls{margin-bottom:7px}
 body[data-business-theme]:not(.business-screen) .gm-board>.bk-scope-note{margin-bottom:6px;line-height:13px}
 body[data-business-theme]:not(.business-screen) #main[data-page="overview"] .gm-board .gf-kpi.bk-kpi{min-height:82px;padding-top:5px;padding-bottom:5px}
 body[data-business-theme]:not(.business-screen) .gm-scene .gm-platform-list{gap:0;padding-bottom:3px}
 body[data-business-theme]:not(.business-screen) .gm-scene .gm-platform-row{padding:1px 4px;gap:0 3px}
 body[data-business-theme]:not(.business-screen) .gm-scene .gm-platform-name{font-size:10px;gap:4px;line-height:16px}
 body[data-business-theme]:not(.business-screen) .gm-scene .gm-platform-name img{width:14px;height:14px}
 body[data-business-theme]:not(.business-screen) .gm-scene .gm-row-metrics b{font-size:12px;line-height:16px}
 body[data-business-theme]:not(.business-screen) .gm-scene .gm-row-metrics small{font-size:8px;line-height:12px}
 body[data-business-theme]:not(.business-screen) .gm-scene .gm-platform-row .gm-row-metrics{gap:0 2px}
 body[data-business-theme].business-screen .gm-scene{flex:1;min-height:0;overflow:hidden}
 body[data-business-theme].business-screen .gm-scene .gm-stage{flex:1;height:auto;min-height:260px;margin:0;--gm-left-panel:220px;--gm-right-panel:235px;--gm-float-inset:15px}
 body[data-business-theme].business-screen .gm-scene :is(.gm-platforms,.gm-markets){bottom:37px;border-radius:10px}
 body[data-business-theme].business-screen .gm-scene .gm-map-head{top:15px;gap:12px}
 body[data-business-theme].business-screen #main[data-page="overview"] .gm-scene .gm-map-head h2{font-size:18px;line-height:25px}
 body[data-business-theme].business-screen .gm-scene .gm-map-sub{font-size:11px;line-height:16px}
 body[data-business-theme].business-screen .gm-map-actions>button,body[data-business-theme].business-screen .gm-map-actions [role="group"]>button{font-size:11px;min-height:28px;padding:4px 9px}
 body[data-business-theme].business-screen .gm-scene .gm-map-legend{font-size:10px;line-height:15px;bottom:10px}
 body[data-business-theme].business-screen .gm-scene .gm-map-caption{bottom:27px;font-size:10px}
 body[data-business-theme].business-screen .gm-scene :is(.gm-platforms,.gm-markets)>.gm-panel-head{padding:12px 12px 9px}
 body[data-business-theme].business-screen .gm-scene :is(.gm-platforms,.gm-markets)>.gm-panel-head>span{font-size:10px;line-height:15px}
 body[data-business-theme].business-screen .gm-scene .gm-platform-list,body[data-business-theme].business-screen .gm-scene .gm-market-list{padding-left:8px;padding-right:8px;gap:3px}
 body[data-business-theme].business-screen .gm-scene .gm-platform-row,body[data-business-theme].business-screen .gm-scene .gm-market-row{padding:5px 6px;gap:2px 6px}
 body[data-business-theme].business-screen .gm-scene .gm-platform-name,body[data-business-theme].business-screen .gm-scene .gm-market-name{font-size:12px;line-height:19px}
 body[data-business-theme].business-screen .gm-scene .gm-platform-name img{width:18px;height:18px}
 body[data-business-theme].business-screen .gm-scene .gm-row-metrics b{font-size:15px;line-height:19px}
 body[data-business-theme].business-screen .gm-scene .gm-row-metrics small{font-size:10px;line-height:15px}
 body[data-business-theme].business-screen .gm-scene .gm-group-label{font-size:10px;line-height:15px;margin-top:6px}
 body[data-business-theme].business-screen .gm-scene .gm-market-detail{padding:8px 11px}
 body[data-business-theme].business-screen .gm-scene .gm-conversion>.gm-panel-head{padding:9px 15px 4px}
 body[data-business-theme].business-screen #main[data-page="overview"] .gm-scene .gm-sankey .gf-canvas{height:clamp(162px,18.5vh,205px);flex:none}
}
@media(min-width:900px) and (max-width:1199px){
 body[data-business-theme] .gm-scene .gm-stage{--gm-left-panel:148px;--gm-right-panel:155px;--gm-float-inset:9px;--gm-map-safe-left:calc(var(--gm-left-panel) + 18px);--gm-map-safe-right:calc(var(--gm-right-panel) + 18px)}
 body[data-business-theme] .gm-scene .gm-map-head{display:flex;flex-direction:column;gap:4px;top:9px}
 body[data-business-theme] .gm-scene .gm-map-actions{align-self:flex-end}
 body[data-business-theme] .gm-scene .gm-map-sub{font-size:9px}
 body[data-business-theme] .gm-scene .gm-map-legend{gap:3px 7px;font-size:8px}
}
@media(min-width:900px) and (max-height:760px){
 body[data-business-theme]:not(.business-screen) .gm-scene .gm-stage{height:320px}
 body[data-business-theme].business-screen .gm-scene .gm-stage{min-height:230px;--gm-left-panel:180px;--gm-right-panel:190px;--gm-float-inset:10px}
 body[data-business-theme].business-screen .gm-scene .gm-platform-row,body[data-business-theme].business-screen .gm-scene .gm-market-row{padding:2px 5px;gap:0 4px}
 body[data-business-theme].business-screen .gm-scene .gm-platform-list,body[data-business-theme].business-screen .gm-scene .gm-market-list{gap:0}
 body[data-business-theme].business-screen .gm-scene :is(.gm-platforms,.gm-markets)>.gm-panel-head{padding:7px 9px 5px}
 body[data-business-theme].business-screen .gm-scene .gm-group-label{margin-top:3px;font-size:9px;line-height:13px}
 body[data-business-theme].business-screen .gm-scene .gm-platform-name{font-size:11px;line-height:17px}
 body[data-business-theme].business-screen .gm-scene .gm-platform-name img{width:15px;height:15px}
 body[data-business-theme].business-screen .gm-scene .gm-row-metrics small{font-size:9px;line-height:13px}
 body[data-business-theme].business-screen .gm-scene .gm-map-head{top:10px}
 body[data-business-theme].business-screen #main[data-page="overview"] .gm-scene .gm-sankey .gf-canvas{height:137px}
}
@media(max-width:899px){
 body[data-business-theme] .gm-scene,body[data-business-theme].business-screen .gm-scene{flex:none;overflow:hidden}
 body[data-business-theme] .gm-scene .gm-stage,body[data-business-theme].business-screen .gm-scene .gm-stage{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:9px;height:auto;min-height:0;flex:none;padding:0 9px 9px;--gm-left-panel:0px;--gm-right-panel:0px;--gm-map-safe-left:14px;--gm-map-safe-right:14px}
 body[data-business-theme] .gm-scene .gm-map-panel{position:relative;inset:auto;grid-column:1/-1;grid-row:1;height:clamp(270px,42vw,355px);min-height:0;margin:0 -9px;overflow:hidden}
 body[data-business-theme] .gm-scene .gm-map-frame{inset:38px 0 24px;min-height:0}
 body[data-business-theme] .gm-scene .gm-map-head{top:10px;left:13px;right:13px;gap:8px;align-items:flex-start}
 body[data-business-theme] #main[data-page="overview"] .gm-scene .gm-map-head h2{font-size:14px;line-height:19px}
 body[data-business-theme] .gm-scene .gm-map-sub{font-size:9px;line-height:14px}
 body[data-business-theme] .gm-scene .gm-map-actions{gap:4px}
 body[data-business-theme] .gm-scene .gm-map-legend{left:10px;right:10px;bottom:6px;gap:2px 8px;font-size:8px;line-height:12px}
 body[data-business-theme] .gm-scene .gm-map-caption{display:none}
 body[data-business-theme] .gm-scene :is(.gm-platforms,.gm-markets),body[data-business-theme].business-screen .gm-scene :is(.gm-platforms,.gm-markets){position:relative;inset:auto;grid-row:2;width:auto;height:254px;min-height:0;z-index:2;box-shadow:none;background:var(--gm-glass)}
 body[data-business-theme] .gm-scene .gm-platforms{grid-column:1}
 body[data-business-theme] .gm-scene .gm-markets{grid-column:2}
 body[data-business-theme] .gm-scene .gm-globe{inset:0 8px;width:calc(100% - 16px);height:100%}
 body[data-business-theme] .gm-scene .gm-map-tooltip{bottom:8px;right:10px;max-width:210px;padding:7px 9px;font-size:10px;line-height:15px}
 body[data-business-theme] .gm-scene .gm-map-empty{inset:15px 12px;font-size:11px}
 body[data-business-theme] .gm-scene .gm-market-detail.is-all{display:block}
 body[data-business-theme] .gm-scene .gm-market-detail.is-all .gm-reset{margin-top:4px}
 body[data-business-theme] .gm-scene .gm-conversion>.gm-panel-head{padding:9px 10px 4px}
 body[data-business-theme] #main[data-page="overview"] .gm-scene .gm-sankey .gf-canvas,body[data-business-theme].business-screen #main[data-page="overview"] .gm-scene .gm-sankey .gf-canvas{height:165px;overflow-x:auto;overflow-y:hidden;display:block}
 body[data-business-theme] #main[data-page="overview"] .gm-scene .gm-sankey .gf-chart,body[data-business-theme].business-screen #main[data-page="overview"] .gm-scene .gm-sankey .gf-chart{width:960px;min-width:960px;height:auto;max-height:none}
}
@media(max-width:520px){
 body[data-business-theme] .gm-scene .gm-map-panel{height:285px}
 body[data-business-theme] .gm-scene .gm-map-frame{inset:66px 0 28px}
 body[data-business-theme] .gm-scene .gm-map-head{display:flex;flex-direction:column;gap:6px}
 body[data-business-theme] .gm-scene .gm-map-head>div:first-child{width:100%}
 body[data-business-theme] .gm-scene .gm-map-actions{align-self:flex-start;justify-content:flex-start;gap:5px}
 body[data-business-theme] .gm-scene .gm-map-actions>button,body[data-business-theme] .gm-scene .gm-map-actions [role="group"]>button{min-height:27px;font-size:10px;padding:3px 7px}
 body[data-business-theme] .gm-scene .gm-map-legend{font-size:8px;line-height:12px;bottom:5px}
 body[data-business-theme] .gm-scene .gm-map-tooltip{max-width:180px;font-size:9px;line-height:14px}
 body[data-business-theme] .gm-scene .gm-market-name{font-size:10px}
 body[data-business-theme] .gm-scene .gm-platform-name{font-size:10px;gap:4px}
 body[data-business-theme] .gm-scene .gm-row-metrics b{font-size:12px}
 body[data-business-theme] .gm-scene .gm-row-metrics small{font-size:8px;line-height:12px}
}
@media(prefers-reduced-motion:reduce){
 body[data-business-theme] .gm-scene :is(.gm-world-plane,.gm-flight-particle,.gm-pin-ripple),body[data-business-theme] .gm-scene .gm-map-panel::before{animation:none!important;transition:none!important;transform:none!important}
 body[data-business-theme] .gm-scene :is(.gm-flight-particle,.gm-pin-ripple){opacity:0!important}
 body[data-business-theme] .gm-scene .gm-flight-group{transition:none!important}
}
@media print{
 body[data-business-theme] .gm-scene{display:block!important;overflow:visible;break-inside:avoid}
 body[data-business-theme] .gm-scene .gm-stage{height:330px!important;min-height:0!important;display:block!important}
 body[data-business-theme] .gm-scene :is(.gm-world-plane,.gm-flight-particle,.gm-pin-ripple),body[data-business-theme] .gm-scene .gm-map-panel::before{animation:none!important;transform:none!important}
 body[data-business-theme] .gm-scene :is(.gm-flight-particle,.gm-pin-ripple){opacity:0!important}
}
/* The current DOM keeps the saved-record note inside the single legend row. */
body[data-business-theme] .gm-scene .gm-map-legend>.gm-map-caption{position:static;inset:auto;display:inline-flex;margin:0;padding:0;font-size:inherit;line-height:inherit;max-width:100%}
body[data-business-theme] .gm-scene .gm-panorama{position:absolute;inset:0}
body[data-business-theme] .gm-scene .gm-panorama[hidden]{display:none!important}
/* Keep all nine AI platforms visible on laptop and 1440px presentation screens. */
@media(min-width:900px) and (max-width:1599px){
 body[data-business-theme] #global-business .gm-scene .gm-platforms>.gm-panel-head{padding:5px 9px 4px}
 body[data-business-theme] #main[data-page="overview"] .gm-scene .gm-platforms>.gm-panel-head h2{font-size:12px;line-height:16px}
 body[data-business-theme] #global-business .gm-scene .gm-platforms>.gm-panel-head>span{font-size:9px;line-height:11px;margin-top:0}
 body[data-business-theme] #global-business .gm-scene .gm-platform-list{gap:0;padding:0 5px 2px;scrollbar-gutter:auto}
 body[data-business-theme] #global-business .gm-scene .gm-platform-list .gm-group-label{font-size:9px;line-height:11px;margin:2px 5px 0}
 body[data-business-theme] #global-business .gm-scene .gm-platform-list .gm-platform-row{height:21px;min-height:21px;padding:1px 4px;gap:0 4px;grid-template-rows:16px 1px;align-content:center}
 body[data-business-theme] #global-business .gm-scene .gm-platform-list .gm-platform-name{font-size:10px;line-height:16px;gap:4px}
 body[data-business-theme] #global-business .gm-scene .gm-platform-list .gm-platform-name img{width:14px;height:14px}
 body[data-business-theme] #global-business .gm-scene .gm-platform-list .gm-row-metrics{flex-wrap:nowrap;line-height:16px;gap:3px}
 body[data-business-theme] #global-business .gm-scene .gm-platform-list .gm-row-metrics b{font-size:12px;line-height:16px}
 body[data-business-theme] #global-business .gm-scene .gm-platform-list .gm-row-metrics small{font-size:9px;line-height:13px}
 body[data-business-theme] #global-business .gm-scene .gm-platform-list .gm-meter{height:1px;margin:0}
 body[data-business-theme] #global-business .gm-scene .gm-platforms>.gm-reset{align-self:flex-start;min-height:19px;padding:1px 5px;margin:1px 9px 4px;font-size:9px;line-height:15px}
 body[data-business-theme].business-screen #global-business .gm-scene .gm-platform-list .gm-platform-name{font-size:11px}
}
/* Keep the full-screen platform list legible while fitting all nine channels. */
@media(min-width:1600px){
 body[data-business-theme].business-screen #global-business .gm-scene .gm-platform-list{gap:2px}
}
@media(min-width:900px) and (max-width:1599px) and (min-height:860px){
 body[data-business-theme].business-screen #global-business .gm-scene .gm-platform-list .gm-platform-row{height:25px;min-height:25px;font-size:12px}
 body[data-business-theme].business-screen #global-business .gm-scene .gm-platform-list .gm-platform-name{font-size:12px}
 body[data-business-theme].business-screen #global-business .gm-scene .gm-platform-list .ai-platform-logo{width:16px;height:16px}
}
