:root {
  --ink:#17263c; --ink-2:#44526a; --ink-3:#8190a5; --navy:#10243f; --paper:#f4f6f9; --surface:#fff; --line:#e4e9ef; --line-2:#d5dee9; --blue:#3b73c9; --blue-soft:#eaf2ff; --green:#269b78; --red:#df695c; --teal:#228c97; --radius:14px; --shadow:0 8px 22px rgb(20 43 72 / 5%); --ease:cubic-bezier(.16,1,.3,1)
}
*{box-sizing:border-box} html{width:100%;max-width:100%;overflow-x:hidden;scrollbar-gutter:stable;background:var(--paper);scroll-behavior:smooth} body{width:100%;max-width:100%;min-width:0;margin:0;color:var(--ink);background:var(--paper);font-family:"Noto Sans SC","PingFang SC","Microsoft YaHei",system-ui,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}.main-content{width:min(100%,1460px);margin-inline:auto;padding-inline:clamp(24px,3.1vw,42px)}.hero-metrics>.hero-submetrics strong{font-family:"Noto Sans SC","PingFang SC","Microsoft YaHei",system-ui,sans-serif;font-variant-numeric:tabular-nums} body.nav-is-open,body.notice-is-open{overflow:hidden} button,input{font:inherit} button{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent} button:focus-visible,input:focus-visible{outline:3px solid rgb(59 115 201 / 28%);outline-offset:2px}
.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:38;height:76px;padding:0 34px 0 90px;display:flex;align-items:center;justify-content:space-between;background:var(--navy);color:#fff}.brand-lockup,.topbar-actions,.page-intro,.intro-actions,.metric-label,.metric-foot,.panel-header,.store-toolbar,.city-store-toggle,.city-store-item,.detail-header,.detail-actions,.detail-tabs{display:flex;align-items:center}.brand-lockup{gap:13px}.brand-mark{width:34px;height:34px;padding:6px;display:flex;align-items:flex-end;gap:3px;border:1px solid rgb(255 255 255 / 18%);border-radius:10px;background:rgb(255 255 255 / 9%)}.brand-mark span{display:block;width:5px;border-radius:2px 2px 1px 1px;background:#d4e3f7}.brand-mark span:nth-child(1){height:10px;opacity:.7}.brand-mark span:nth-child(2){height:16px}.brand-mark span:nth-child(3){height:22px;background:#ef8f79}.eyebrow,.section-kicker{margin:0;color:#91a0b6;font:800 10px/1.2 "Manrope",sans-serif;letter-spacing:.14em;text-transform:uppercase}.topbar .eyebrow{color:#8ea1bd;margin-bottom:4px}.topbar h1{margin:0;font-size:16px;line-height:1.2;letter-spacing:.02em;font-weight:700}.topbar-actions{margin-left:auto;gap:22px;color:#b5c1d3;font-size:12px}.sync-pill{display:inline-flex;align-items:center;gap:7px}.sync-pill i{width:7px;height:7px;display:inline-block;border-radius:50%;background:#5fcba3;box-shadow:0 0 0 4px rgb(95 203 163 / 10%)}.date-stamp{font:700 11px "Manrope",sans-serif;letter-spacing:.08em}.period-subtitle{display:flex;align-items:baseline;gap:8px;margin:2px 0 0;color:var(--ink-3);font-size:11px;line-height:1.2}.period-subtitle span:first-child{color:#9aa8b9}.period-subtitle span:last-child{font:700 11px/1.2 "Manrope", "Noto Sans SC", sans-serif;letter-spacing:.07em;color:#6f8096}.intro-description{margin-top:7px!important}
.workspace{min-height:calc(100vh - 76px);position:relative}.nav-trigger{position:fixed;top:17px;left:14px;z-index:39;width:42px;height:42px;flex:0 0 42px;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgb(255 255 255 / 22%);border-radius:10px;color:#fff;background:rgb(255 255 255 / 10%);box-shadow:0 5px 14px rgb(0 0 0 / 12%);transition:background .2s var(--ease),color .2s var(--ease),transform .2s var(--ease)}.nav-trigger:hover{color:var(--navy);background:#fff;transform:translateY(-1px)}.nav-trigger>span:last-child{position:absolute;left:52px;padding:5px 8px;border-radius:5px;color:#fff;background:var(--navy);font-size:11px;opacity:0;pointer-events:none;transform:translateX(-4px);transition:opacity .2s var(--ease),transform .2s var(--ease)}.nav-trigger:hover>span:last-child,.nav-trigger:focus-visible>span:last-child{opacity:1;transform:translateX(0)}.nav-trigger__bars{width:18px;height:16px;display:grid;align-content:center;gap:3px}.nav-trigger__bars i{display:block;height:2px;border-radius:2px;background:currentColor}.nav-scrim{position:fixed;inset:0;z-index:40;background:rgb(16 36 63 / 28%);opacity:0;transition:opacity .25s var(--ease)}.nav-scrim:not([hidden]){opacity:1}.side-nav{position:fixed;top:0;bottom:0;left:0;z-index:45;width:280px;padding:28px 14px 18px;display:flex;flex-direction:column;border-right:1px solid #dbe3ed;background:#eef2f7;box-shadow:18px 0 36px rgb(16 36 63 / 18%);transform:translateX(-102%);transition:transform .3s var(--ease)}.side-nav.is-open{transform:translateX(0)}.side-nav__head{padding:0 12px 26px}.side-nav__head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.side-nav__close{width:32px;height:32px;flex:0 0 32px;margin-top:2px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd7e5;border-radius:7px;color:#60728a;background:#fff}.side-nav__close svg{width:15px;height:15px;display:block;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.side-nav__close:hover{color:#fff;background:var(--navy)}.side-nav__eyebrow{display:block;margin-bottom:7px;color:#8292a8;font:800 10px/1.2 "Manrope",sans-serif;letter-spacing:.15em;text-transform:uppercase}.side-nav__head strong{color:var(--navy);font-size:18px;letter-spacing:-.045em}.side-nav__menu{display:grid;gap:7px}.side-nav__section-title{margin:0 12px 5px;color:#99a7b9;font-size:10px;font-weight:800;letter-spacing:.08em}.side-nav__item{width:100%;min-height:48px;padding:0 12px;display:flex;align-items:center;gap:11px;border:1px solid transparent;border-radius:9px;color:#596b83;background:transparent;text-align:left;transition:background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease),transform .2s var(--ease)}.side-nav__item:hover{color:var(--navy);background:#f8fafc;border-color:#e2e8f0;transform:translateX(2px)}.side-nav__item.is-active{color:#fff;background:var(--navy);border-color:var(--navy);box-shadow:0 7px 15px rgb(16 36 63 / 16%)}.side-nav__icon{width:32px;height:32px;padding:0;display:grid;place-items:center;flex:0 0 32px;align-self:center;border-radius:10px;background:#dbe5f2;color:#587ba8;line-height:0}.side-nav__item.is-active .side-nav__icon{background:rgb(255 255 255 / 14%);color:#dce8f8}.side-nav__icon svg{width:14px;height:14px;display:block;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.side-nav__icon--overview svg rect{fill:currentColor;stroke:none}.side-nav__icon--overview svg path{stroke:currentColor;stroke-width:1.65}.side-nav__icon--stores svg{stroke-width:1.7}.side-nav__icon--focus svg,.side-nav__icon--notice svg{stroke-width:1.7}.side-nav__label{flex:1;font-size:13px;font-weight:700}.side-nav__arrow{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;margin-left:auto;border-radius:12px;color:#8798ad;font:500 13px/1 "Manrope",sans-serif;letter-spacing:-.08em;opacity:1;transition:color .18s ease,background .18s ease,transform .18s ease}.side-nav__item:hover .side-nav__arrow,.side-nav__item:focus-visible .side-nav__arrow{color:#3c73bb;background:#e8f0fa;transform:translateX(2px)}.side-nav__item.is-active .side-nav__arrow{color:#fff;background:rgba(255,255,255,.12);opacity:1}.side-nav__item.is-active:hover .side-nav__arrow,.side-nav__item.is-active:focus-visible .side-nav__arrow{color:#fff;background:rgba(255,255,255,.18)}.side-nav__foot{margin-top:auto;padding:13px 12px 0;display:flex;align-items:center;gap:7px;border-top:1px solid #dbe3ed;color:#8292a8;font-size:10px}.side-nav__status-dot{width:7px;height:7px;display:inline-block;border-radius:50%;background:#3aab83;box-shadow:0 0 0 4px rgb(58 171 131 / 11%)}.main-content{min-width:0;max-width:1460px;width:100%;margin:0 auto;padding:34px 42px 54px}.page-intro{justify-content:space-between;gap:24px;margin-bottom:27px}.page-intro h2{margin:7px 0 6px;font-size:clamp(24px,2vw,30px);line-height:1.2;letter-spacing:-.055em}.page-intro p{margin:0;color:var(--ink-3);font-size:12px}.intro-actions{gap:10px}.ghost-button,.primary-button,.back-button{height:36px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;border-radius:8px;font-size:12px;font-weight:700;transition:transform .2s var(--ease),background .2s,border-color .2s}.ghost-button{color:var(--ink-2);border:1px solid var(--line-2);background:#fff}.ghost-button:hover{border-color:#b9c6d7;background:#f8fafc;transform:translateY(-1px)}.primary-button{color:#fff;border:0;background:var(--blue);box-shadow:0 5px 12px rgb(59 115 201 / 18%)}.primary-button:hover{background:#2d64b5;transform:translateY(-1px)}.back-button{height:auto;padding:0;border:0;color:var(--blue);background:transparent}.refresh-icon{font:18px "Manrope";line-height:0}
.hero-metrics{display:grid;grid-template-columns:1fr;gap:0;margin-bottom:18px;align-items:stretch}.metric-card{position:relative;min-height:128px;padding:16px 20px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 4px 14px rgb(20 43 72 / 4%)}.hero-total-row{display:grid;grid-template-columns:1fr;gap:0;min-height:62px;padding:0 2px}.hero-total-meta{display:flex;align-items:baseline;justify-content:flex-start;gap:14px;min-width:0}.hero-total-label,.hero-total-row .metric-foot{align-self:baseline;font-family:"Noto Sans SC",system-ui,sans-serif;font-size:12px;font-weight:600;line-height:1.1;white-space:nowrap}.hero-total-label{color:#aebed1}.hero-total-inline-revenue{align-self:baseline;color:#fff;font-family:"Manrope", "Noto Sans SC", sans-serif;font-size:clamp(30px,3.4vw,44px);font-weight:800;line-height:.98;letter-spacing:-.06em;white-space:nowrap}.hero-total-inline-revenue,.hero-total-row .metric-foot{transform:translateY(17px)}.hero-total-row .metric-foot{justify-content:flex-start;margin:0}.hero-submetrics small{display:grid;gap:3px}.metric-change-line,.metric-lift-line{display:flex;align-items:baseline;gap:4px;min-width:0;line-height:1.25}.metric-change-line em,.metric-lift-line em{font-style:normal;color:#aebed1;font-size:9px}.metric-change-line .trend,.metric-lift-line .metric-lift{font-size:11px}.metric-lift-line .metric-lift{font-style:normal}.hero-metrics .metric-card:not(.metric-card--wide){display:grid;grid-template-rows:auto 1fr auto;align-content:stretch}.hero-metrics .metric-card:not(.metric-card--wide) .metric-label{align-items:flex-start}.hero-metrics .metric-card:not(.metric-card--wide) strong{align-self:center;margin-top:0;font-size:clamp(22px,1.8vw,28px)}.hero-metrics .metric-card:not(.metric-card--wide) .metric-foot{align-self:end;margin-top:10px}.metric-card--dark{color:#fff;border-color:var(--navy);background:var(--navy);box-shadow:0 10px 26px rgb(16 36 63 / 20%)}.hero-submetrics{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:14px -4px -4px;padding-top:12px;border-top:1px solid rgb(255 255 255 / 12%)}.hero-submetrics>div{min-width:0;padding:9px 10px;border:1px solid rgb(255 255 255 / 10%);border-radius:8px;background:rgb(255 255 255 / 7%)}.hero-submetrics span{display:block;color:#aebed1;font-size:10px;font-weight:600;white-space:nowrap}.hero-submetrics strong{display:block;margin:5px 0 4px;color:#fff;font:800 clamp(16px,1.8vw,21px)/1.1 "Manrope";white-space:nowrap}.hero-submetrics small{display:block;color:#aebed1;font-size:9px;line-height:1.35;white-space:normal;overflow:hidden;text-overflow:ellipsis}.hero-submetrics em{font-style:normal;color:#aebed1}.hero-submetrics i{font-style:normal}.hero-submetrics .mini-progress{display:none}.channel-growth-section{margin-bottom:18px}.channel-growth-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding:0 2px}.channel-growth-heading h3{margin:6px 0 0;font-size:18px;letter-spacing:-.04em}.channel-growth-heading .notice-date{color:var(--ink-3);font-size:12px}.channel-growth-section .channel-growth-grid{gap:10px}.channel-growth-section .channel-growth-card{background:#fff;box-shadow:0 3px 12px rgb(20 43 72 / 5%)}.metric-card--accent{border-color:#d8e9ee;background:#f1fafb}.metric-label{justify-content:space-between;color:var(--ink-3);font-size:11px;font-weight:600}.metric-card--dark .metric-label{color:#b1c0d3}.metric-tag{padding:4px 7px;border-radius:4px;color:#a2bedf;background:rgb(255 255 255 / 9%);font-size:9px}.metric-card strong{display:block;margin-top:15px;color:var(--ink);font:800 clamp(23px,2vw,30px)/1 "Manrope",sans-serif;letter-spacing:-.045em}.metric-card--dark strong{color:#fff}.metric-card--accent strong{color:#176b76}.metric-foot{gap:7px;margin-top:13px;color:var(--ink-3);font-size:11px}.metric-foot--wrap{flex-wrap:wrap;row-gap:4px}.metric-card--dark .metric-foot{color:#9eafc5}.trend{font:800 12px "Manrope",sans-serif}.trend.up,.trend.positive,.positive{color:var(--red)}.trend.down,.trend.negative,.negative{color:var(--green)}.trend.neutral,.neutral{color:#688e97}.foot-sep{color:#aab5c3}.metric-lift{color:var(--ink-3);font-size:10px}.metric-lift.up,.detail-stat small .up{color:var(--red)}.metric-lift.down,.detail-stat small .down{color:var(--green)}.metric-icon{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;color:var(--blue);background:var(--blue-soft);font:700 13px "Manrope"}.icon-list{font-size:19px}.icon-mini{color:#16818a;background:#dff3f2}.icon-ticket{font-size:10px}.metric-sparkline{height:31px;position:absolute;right:17px;bottom:14px;left:47%;display:flex;align-items:flex-end;gap:5px;opacity:.75}.metric-sparkline span{flex:1;border-radius:2px 2px 0 0;background:#557ba9}.mini-progress{height:4px;margin-top:13px;overflow:hidden;border-radius:20px;background:#d4e9ea}.mini-progress span{display:block;width:0;height:100%;border-radius:inherit;background:#2892a0;transition:width .6s var(--ease)}
.channel-growth-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:0}.channel-growth-card{display:grid;grid-template-columns:1fr;grid-template-rows:auto repeat(3,auto);min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 3px 12px rgb(20 43 72 / 5%)}.channel-growth-title{display:flex;align-items:center;justify-content:flex-start;padding:12px 13px;border-bottom:1px solid #edf0f3;color:var(--ink);font-size:14px;font-weight:800;text-align:left}.channel-growth-row{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:54px;padding:8px 13px;border-bottom:1px solid #edf0f3;text-align:right}.channel-growth-row:last-child{border-bottom:0}.channel-growth-row strong{display:block;font:800 14px/1.15 "Manrope";white-space:nowrap}.channel-growth-row strong.up{color:var(--red)}.channel-growth-row strong.down{color:var(--green)}.channel-growth-row strong small{display:block;margin-top:2px;font-size:10px}.channel-growth-row span{display:block;grid-column:1;color:#91a0b6;font-size:10px;text-align:left}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:start}.panel{min-width:0;padding:21px 22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);contain:layout paint}.collapsible-panel{padding:0;overflow:hidden}.collapsible-trigger{width:100%;min-height:76px;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;color:var(--ink);background:#fff;text-align:left}.collapsible-trigger:hover{background:#fbfcfe}.collapsible-trigger>span:first-child{display:grid;gap:7px}.collapsible-trigger strong{font-size:15px;letter-spacing:-.04em}.collapse-meta{display:inline-flex;align-items:center;gap:10px;color:var(--ink-3);font-size:11px;white-space:nowrap}.collapse-meta .chevron{transform:rotate(45deg)}.collapsible-panel.is-open .collapse-meta .chevron{transform:rotate(225deg)}.collapsible-body{padding:0 22px 14px;border-top:1px solid var(--line)}.empty-config-state{padding:12px 0 2px;color:var(--ink-3);font-size:11px}.focus-panel,.notice-panel{min-height:0}.focus-panel--empty,.notice-panel--empty{background:#fff}.store-panel--full{grid-column:1 / -1}.panel-header{justify-content:space-between;gap:15px;margin-bottom:18px}.panel-header h3{margin:6px 0 0;font-size:16px;letter-spacing:-.04em}.notice-date{color:var(--ink-3);font-size:11px}.store-toolbar{gap:14px}.muted-label{color:var(--ink-3);font-size:11px}.muted-label b{color:var(--ink-2)}.inline-search{height:32px;min-width:230px;padding:0 9px 0 12px;display:flex;align-items:center;gap:8px;border:1px solid var(--line-2);border-radius:7px;background:#fff}.inline-search input{min-width:0;flex:1;border:0;outline:0;color:var(--ink);background:transparent;font-size:11px}.inline-search input::placeholder{color:#a3adbb}.inline-search kbd{padding:2px 5px;color:#a1aab7;border:1px solid var(--line);border-radius:4px;font:11px "Manrope",sans-serif}.search-icon{position:relative;width:13px;height:13px;display:inline-block;border:1.5px solid #8594a8;border-radius:50%}.search-icon::after{content:"";position:absolute;width:5px;height:1.5px;right:-4px;bottom:-2px;transform:rotate(45deg);background:#8594a8}
.city-store-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.city-store-group{align-self:start;height:max-content;min-height:0;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fbfcfd}.city-store-toggle{width:100%;padding:15px 16px;gap:9px;border:0;color:var(--ink);background:#fff;text-align:left}.city-store-toggle:hover{background:#f7faff}.chevron{width:8px;height:8px;display:inline-block;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .25s var(--ease)}.city-store-group.is-expanded .chevron{transform:rotate(225deg) translateY(-2px)}.city-count{margin-left:auto;color:var(--ink-3);font:700 11px "Manrope",sans-serif}.city-store-list{padding:0 12px 8px;border-top:1px solid var(--line)}.city-store-item{width:100%;min-height:52px;padding:10px 4px;gap:11px;border:0;border-bottom:1px solid #edf0f3;color:var(--ink-2);background:transparent;text-align:left}.city-store-item:last-child{border-bottom:0}.city-store-item:hover,.city-store-item.is-active{color:var(--blue);background:#f7faff}.city-store-item .store-name{min-width:0;flex:1;overflow:hidden;color:inherit;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.store-alerts{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto}.store-alert{display:inline-flex;align-items:center;min-height:19px;padding:3px 6px;border-radius:4px;font-size:9px;font-weight:700;white-space:nowrap}.alert-text.alert--down{color:#188465;background:#e5f5ee}.alert-text.alert--steady{color:#75869b;background:#eef2f6}.alert-text.alert--orders{color:#b84f48;background:#fff0ed}.alert-text.alert--ticket{color:#9a6a26;background:#fff5df}.store-change{min-width:55px;text-align:right;font:800 11px "Manrope"}.store-change.up{color:var(--red)}.store-change.down{color:var(--green)}.store-detail-button{min-width:58px;padding:5px 7px;border:1px solid #d5e0ec;border-radius:5px;color:#6f8096;background:#fff;text-align:center;font-size:10px;font-weight:700;white-space:nowrap;transition:color .2s var(--ease),background .2s var(--ease),border-color .2s var(--ease)}.city-store-item:hover .store-detail-button,.city-store-item.is-active .store-detail-button{color:#fff;border-color:var(--blue);background:var(--blue)}.store-empty{padding:15px;color:var(--ink-3);font-size:11px}.table-footer{justify-content:space-between;flex-wrap:wrap;gap:10px;margin-top:14px;padding-top:13px;border-top:1px solid var(--line);color:var(--ink-3);font-size:10px}.store-alert-legend{display:inline-flex;align-items:center;gap:5px;color:var(--ink-3)}.store-alert-legend .store-alert{margin-left:6px}
.detail-view{max-width:1240px}.detail-header{align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.detail-title{margin:9px 0 0;font-size:clamp(23px,2.2vw,32px);letter-spacing:-.055em}.detail-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:9px;color:var(--ink-3);font-size:11px}.meta-chip{padding:5px 7px;border:1px solid var(--line-2);border-radius:5px;background:#fff}.detail-actions{gap:9px}.detail-tabs{gap:23px;margin-bottom:18px;border-bottom:1px solid var(--line)}.detail-tab{position:relative;padding:0 0 12px;border:0;color:var(--ink-3);background:transparent;font-size:12px;font-weight:700;white-space:nowrap}.detail-tab.is-active{color:var(--blue)}.detail-tab.is-active::after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--blue)}.detail-module{display:none}.detail-module[hidden]{display:none!important}.detail-module.is-active:not([hidden]){display:block}.detail-module-empty{min-height:280px;padding:34px 30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.detail-module-empty h3{margin:12px 0 7px;font-size:22px;letter-spacing:-.04em}.detail-module-empty>p{margin:0;color:var(--ink-3);font-size:13px}.module-mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:24px;border-radius:5px;color:#fff;background:var(--navy);font:800 10px "Manrope",sans-serif;letter-spacing:.08em}.module-insight{max-width:520px;margin-top:30px;padding:18px 20px;border-left:3px solid var(--blue);background:#f7f9fc}.module-insight strong{display:block;font-size:15px}.module-insight small{display:block;margin-top:7px;color:var(--ink-3);line-height:1.6}.module-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:560px;margin-top:28px}.module-stat-grid>div,.module-placeholder-list>div{padding:16px;border:1px solid var(--line);border-radius:9px;background:#fbfcfd}.module-stat-grid small,.module-placeholder-list span{display:block;color:var(--ink-3);font-size:11px}.module-stat-grid strong,.module-placeholder-list b{display:block;margin-top:9px;color:var(--ink);font:800 22px "Manrope",sans-serif}.module-stat-grid em{display:block;margin-top:6px;color:var(--ink-3);font-size:10px;font-style:normal;line-height:1.35}.member-stat-grid{max-width:760px;grid-template-columns:repeat(3,minmax(0,1fr))}.member-stat-grid>div:nth-child(4){grid-column:span 2}.member-section-title{margin:0 0 10px;padding:2px 0 0}.member-section-title h3{margin:10px 0 5px;font-size:20px}.member-section-title p{margin:0;color:var(--ink-3);font-size:12px}.member-module-summary{min-height:0}.module-placeholder-list{display:grid;gap:9px;max-width:560px;margin-top:28px}.module-placeholder-list>div{display:flex;align-items:center;justify-content:space-between;gap:18px}.module-placeholder-list b{margin:0;font-size:16px}.detail-summary{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:13px;margin-bottom:18px}.detail-hero{min-height:126px;padding:21px;display:flex;align-items:center;border-radius:var(--radius);color:#fff;background:var(--navy)}.detail-hero span{color:#9fb0c7;font-size:11px}.detail-hero strong{display:block;margin:12px 0 8px;color:#fff;font:800 31px/1 "Manrope";letter-spacing:-.05em}.detail-hero strong.up{color:var(--red)}.detail-hero strong.down{color:var(--green)}.detail-hero small{color:#9fb0c7;font-size:11px}.detail-stat{min-height:126px;padding:19px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.detail-stat span{color:var(--ink-3);font-size:11px}.detail-stat strong{display:block;margin-top:15px;color:var(--ink);font:800 22px "Manrope";letter-spacing:-.04em}.detail-stat small{display:block;margin-top:8px;color:var(--ink-3);font-size:10px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.detail-panel{min-width:0;padding:21px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.detail-panel--wide{grid-column:1 / -1}.detail-panel h3{margin:0;font-size:15px;letter-spacing:-.04em}.detail-panel .panel-sub{margin:5px 0 17px;color:var(--ink-3);font-size:11px}.channel-comparison-table td:not(:first-child),.channel-comparison-table th:not(:first-child){text-align:center}.channel-comparison-table td:first-child,.channel-comparison-table th:first-child{min-width:112px}.week-table-wrap{overflow-x:auto;max-width:100%;position:relative;isolation:isolate;-webkit-overflow-scrolling:touch}.week-table{min-width:620px;width:100%;border-collapse:separate;border-spacing:0}.week-table th,.week-table td{position:relative;height:48px;padding:10px 13px;border-bottom:1px solid #edf0f3;white-space:nowrap;text-align:center;vertical-align:middle;font-size:11px}.week-table th{color:#99a5b4;font-size:10px;font-weight:600}.week-table th:not(:first-child),.week-table td:not(:first-child){z-index:1}.week-table thead tr:first-child th:first-child,.week-table tbody td:first-child{position:sticky;left:0;z-index:30;background-color:#fff!important;background-image:none!important;background-clip:padding-box;text-align:left;vertical-align:middle;isolation:isolate;transform:translateZ(0);box-shadow:14px 0 0 #fff}.week-table thead tr:first-child th:first-child{z-index:40}.week-table thead tr:first-child th:first-child::after,.week-table tbody td:first-child::after{content:"";position:absolute;top:-1px;right:-16px;bottom:-1px;width:16px;pointer-events:none;background:#fff;box-shadow:none;z-index:50}.week-table tbody td:first-child{color:var(--ink);font-weight:700}.week-table tr:last-child td{border-bottom:0}.channel-comparison-table{min-width:980px}.channel-comparison-table thead tr:first-child th:not(:first-child){text-align:center;vertical-align:middle;background:#f8fafc}.channel-comparison-table thead tr:nth-child(2) th{background:#fff;vertical-align:middle}.change-value{position:relative;z-index:2;font:800 11px/1.2 "Manrope",sans-serif}.change-value.up{color:var(--red)}.change-value.down{color:var(--green)}.change-value.neutral{color:var(--ink-3)}.data-bar-cell{--bar-color:transparent;position:relative;isolation:isolate;overflow:hidden;background-color:transparent;background-image:linear-gradient(90deg,transparent 49.5%,rgb(148 163 184 / 48%) 49.5%,rgb(148 163 184 / 48%) 50.5%,transparent 50.5%);background-repeat:no-repeat;background-position:center;background-size:100% 58%;border-radius:4px}.data-bar-cell::before{content:"";position:absolute;z-index:0;top:21%;bottom:21%;width:var(--bar-width);background:var(--bar-color);border-radius:3px;pointer-events:none}.data-bar-cell.up::before{left:50%;}.data-bar-cell.down::before{right:50%;}.data-bar-cell.up{--bar-color:rgb(223 105 92 / 28%)}.data-bar-cell.down{--bar-color:rgb(38 155 120 / 28%)}.data-bar-cell.neutral{--bar-color:transparent}.data-bar-cell>.change-value{position:relative;z-index:2}.share-analysis-table{min-width:420px}.share-analysis-bars{display:grid;gap:12px;margin-top:17px;padding-top:15px;border-top:1px solid var(--line)}.analysis-bar-row{display:grid;grid-template-columns:72px minmax(0,1fr) 54px;gap:10px;align-items:center}.analysis-bar-row>span{color:var(--ink-2);font-size:11px}.analysis-bar-row>div{position:relative;height:16px;border-radius:5px;background:#eef1f5}.analysis-bar-row i,.analysis-bar-row em{position:absolute;left:0;display:block;height:6px;border-radius:5px}.analysis-bar-row i{top:1px;background:var(--blue)}.analysis-bar-row em{bottom:1px;background:#94a4b8}.analysis-bar-row small{text-align:right;font:800 11px "Manrope"}.mini-cards-wrap{overflow-x:auto}.mini-cards{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:10px}.mini-card{min-height:112px;padding:15px;border:1px solid var(--line);border-radius:10px;background:#fbfcfd}.mini-card>span{display:block;color:var(--ink-3);font-size:10px}.mini-card strong{color:var(--ink);font:800 22px "Manrope";letter-spacing:-.045em}.mini-period{display:flex;align-items:baseline;justify-content:space-between;gap:6px;margin-top:12px}.mini-period small,.mini-change small,.mini-card>small{display:block;margin-top:0;color:var(--ink-3);font-size:10px}.mini-period strong{font-size:18px}.mini-change{display:flex;align-items:baseline;justify-content:space-between;gap:6px;margin-top:12px;padding-top:8px;border-top:1px solid var(--line)}.mini-change strong{font-size:17px}.mini-change.up strong,.mini-equation .up{color:var(--red)}.mini-change.down strong,.mini-equation .down{color:var(--green)}.mini-change.neutral strong,.mini-equation .neutral{color:var(--ink-3)}.mini-equation{display:flex;align-items:center;min-height:60px}.mini-equation strong{font-size:26px}.mini-card--accent{border-color:#f0d8d3;background:#fff8f6}.mini-card--accent:has(.down){border-color:#cfe9df;background:#f5fbf8}.mini-card--accent>small{margin-top:2px}.mini-card small{line-height:1.3}
@media(max-width:1150px){.workspace{grid-template-columns:196px minmax(0,1fr)}.side-nav{padding-right:10px;padding-left:10px}.main-content{padding-right:25px;padding-left:25px}.hero-metrics{grid-template-columns:repeat(3,1fr)}.metric-card--wide{grid-column:span 3}.channel-growth-grid{grid-template-columns:repeat(2,1fr)}.city-store-groups,.detail-grid{grid-template-columns:1fr}.detail-panel--wide{grid-column:auto}}
@media(max-width:760px){.resources-grid{grid-template-columns:1fr;gap:10px}.resource-card{width:100%;min-width:0}.policy-list{width:100%}.policy-item{grid-template-columns:52px minmax(0,1fr) 24px;gap:12px;padding:9px 0}.policy-item__thumb{width:52px;height:66px}.policy-item__text strong{font-size:13px}.policy-item__text small{font-size:10px}.policy-item__arrow{font-size:20px}.workspace{display:block}.side-nav{position:relative;top:auto;width:100%;height:auto;padding:8px 12px 9px;display:block;border-right:0;border-bottom:1px solid #dbe3ed;background:#eef2f7}.side-nav__head,.side-nav__section-title,.side-nav__foot{display:none}.side-nav__menu{display:block}.side-nav__item{min-height:48px;padding:0 11px;border-radius:8px}.side-nav__item:hover{transform:none}.side-nav__icon{width:32px;height:32px;flex-basis:32px}.side-nav__icon svg{width:20px;height:20px}.side-nav__label{font-size:12px}.main-content{padding:18px 15px 28px}.page-intro{align-items:flex-start;flex-direction:column;gap:11px;margin-bottom:13px}.page-intro h2{font-size:23px}.hero-metrics{grid-template-columns:1fr;margin-bottom:13px;padding:7px;border-radius:15px}.metric-card{min-height:0;padding:14px 12px;border-radius:10px}.metric-card--wide{grid-column:auto;min-height:0}.hero-total-row{grid-template-columns:auto 1fr;gap:5px 12px;min-height:54px;padding:0}.hero-total-label{font-size:11px;align-self:end}.hero-total-row .metric-foot{grid-column:1 / -1;justify-content:flex-start;gap:5px;margin-top:-1px;font-size:10px}.hero-submetrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin:12px -2px -2px;padding-top:10px}.hero-submetrics>div{padding:7px 5px;border-radius:7px}.hero-submetrics span{font-size:8px;overflow:hidden;text-overflow:ellipsis}.hero-submetrics strong{margin:5px 0 4px;font-size:13px}.hero-submetrics small{font-size:7px;line-height:1.35;white-space:normal}.hero-submetrics .mini-progress{display:none}.panel{padding:12px;border-radius:10px}.channel-growth-section{margin-bottom:13px}.channel-growth-heading{margin-bottom:7px}.channel-growth-heading h3{font-size:16px}.channel-growth-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.channel-growth-card{grid-template-columns:1fr;grid-template-rows:auto repeat(3,auto);border-radius:9px}.channel-growth-title{padding:9px 10px;font-size:12px}.channel-growth-row{min-height:47px;padding:6px 9px}.channel-growth-row strong{font-size:12px}.channel-growth-row strong small{font-size:9px}.channel-growth-row span{font-size:8px}.focus-panel,.notice-panel{min-height:0}.collapsible-trigger{min-height:46px;padding:7px 12px}.collapsible-trigger>span:first-child{gap:3px}.collapsible-trigger strong{font-size:13px}.collapse-meta{font-size:10px;gap:7px}.collapsible-body{padding:0 12px 7px}.panel-header--list{align-items:flex-start;flex-direction:column;gap:8px}.store-toolbar{width:100%;justify-content:space-between}.inline-search{min-width:0;flex:1}.city-store-groups{grid-template-columns:1fr;gap:7px}.city-store-item{min-height:46px}.store-alerts{max-width:120px;overflow:hidden}.store-alert{max-width:62px;overflow:hidden;text-overflow:ellipsis}.detail-header{align-items:flex-start;flex-direction:column;gap:15px}.detail-actions{width:100%}.detail-actions button{flex:1;justify-content:center}.detail-summary{grid-template-columns:repeat(2,1fr);gap:9px}.detail-hero{grid-column:span 2;padding:17px}.detail-stat{padding:15px}.detail-stat strong{margin-top:12px;font-size:19px}.detail-panel{padding:17px 14px}.detail-tabs{gap:18px;overflow-x:auto}.mini-cards{min-width:0}.detail-grid{gap:12px}}
@media(max-width:760px){.hero-metrics{padding:4px;border-radius:11px}.metric-card{min-height:0;padding:9px 9px;border-radius:8px}.hero-total-row{grid-template-columns:1fr;gap:3px;min-height:43px}.hero-total-inline-revenue{align-self:baseline;font-size:clamp(22px,6vw,27px);line-height:.95}.hero-total-meta{gap:6px;align-items:baseline}.hero-total-label,.hero-total-row .metric-foot{font-size:9px;line-height:1}.hero-total-inline-revenue,.hero-total-row .metric-foot{transform:translateY(8px)}.hero-total-row .metric-foot{gap:2px;overflow:hidden}.hero-total-row .metric-foot .foot-sep{display:inline}.hero-total-row .metric-foot span{white-space:nowrap}.metric-change-line,.metric-lift-line{gap:2px;line-height:1.05}.metric-change-line em,.metric-lift-line em{font-size:6px}.metric-change-line .trend,.metric-lift-line .metric-lift{font-size:9px}.hero-submetrics{margin-top:5px;padding-top:5px;gap:3px}.hero-submetrics>div{padding:4px 3px}.hero-submetrics strong{margin:3px 0 2px;font-size:11px}.hero-submetrics small{font-size:6px;line-height:1.2}.channel-growth-section{overflow:visible}.channel-growth-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;overflow:visible;padding:0}.channel-growth-card{min-width:0;grid-template-rows:27px repeat(3,1fr);min-height:142px;border-radius:6px;box-shadow:0 2px 6px rgb(20 43 72 / 5%)}.channel-growth-title{height:27px;padding:6px 3px;font-size:8px;line-height:1.05}.channel-growth-row{min-height:38px;padding:4px 3px;gap:1px}.channel-growth-row strong{font-size:9px;line-height:1}.channel-growth-row strong small{font-size:6px}.channel-growth-row span{font-size:6px;line-height:1}.detail-header{gap:9px;margin-bottom:12px}.detail-title{margin:5px 0 0;font-size:20px}.detail-meta{gap:4px;margin-top:6px;font-size:9px}.meta-chip{padding:3px 5px}.detail-actions{gap:5px}.detail-actions>*{height:30px;padding:0 8px;font-size:10px}.detail-tabs{gap:12px;margin-bottom:10px;overflow-x:auto;scrollbar-width:none}.detail-tabs::-webkit-scrollbar{display:none}.detail-tab{padding-bottom:8px;font-size:10px;white-space:nowrap}.detail-summary{grid-template-columns:1.18fr 1fr 1fr;gap:5px;margin-bottom:10px}.detail-hero,.detail-stat{min-height:82px;padding:10px;border-radius:8px}.detail-hero span,.detail-stat span{font-size:8px}.detail-hero strong{margin:7px 0 5px;font-size:20px}.detail-hero small,.detail-stat small{font-size:8px;line-height:1.2}.detail-stat strong{margin-top:9px;font-size:16px}.detail-grid{gap:10px}.detail-panel{padding:10px;border-radius:8px}.detail-panel h3{font-size:12px}.detail-panel .panel-sub{margin:3px 0 9px;font-size:8px}.week-table th,.week-table td{height:37px;padding:7px 9px;font-size:9px}.week-table th{font-size:8px}.share-analysis-table{min-width:410px}.channel-comparison-table{min-width:760px}.mini-cards{gap:4px;min-width:0;width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}.mini-card{min-width:0;padding:8px 5px;overflow:hidden}.mini-card strong{font-size:clamp(15px,5vw,19px);white-space:nowrap}.mini-card span,.mini-card small{font-size:8px}.mini-card small{line-height:1.3;overflow-wrap:anywhere;word-break:break-word}.mini-cards-wrap{width:100%;overflow:visible}.channel-growth-heading .notice-date{font-size:9px;white-space:nowrap}}
.workspace{display:block}.side-nav{position:fixed;top:0;bottom:0;left:0;width:280px;height:auto;z-index:45;transform:translateX(-102%)}.side-nav.is-open{transform:translateX(0)}.nav-trigger{display:inline-flex}.nav-scrim{display:block}.nav-scrim[hidden]{display:none}.side-nav__head{display:block}.side-nav__section-title,.side-nav__foot{display:block}@media(max-width:760px){.side-nav{position:fixed;top:0;bottom:0;left:0;width:min(280px,86vw);height:auto;padding:22px 12px 16px;display:flex;border-right:1px solid #dbe3ed;border-bottom:0}.side-nav__head,.side-nav__section-title,.side-nav__foot{display:block}.side-nav__item{min-height:46px;padding:0 12px}.nav-trigger{width:40px;height:40px;flex-basis:40px;margin-right:10px}.nav-trigger>span:last-child{display:none}}
/* Restore target overview-card arrangement */
.hero-metrics{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:18px}
.hero-summary-card{min-height:178px;padding:20px 20px 14px}
.hero-summary-card .hero-total-row{min-height:101px;padding:0 0 12px;border-bottom:0;display:flex;align-items:flex-start;justify-content:space-between}
.hero-summary-card .hero-total-meta{display:grid;grid-template-columns:auto 1fr;align-items:baseline;gap:5px 10px;min-width:0}
.hero-summary-card .hero-total-label{grid-column:1 / -1;font-size:12px;line-height:1.1}
.hero-summary-card .hero-total-inline-revenue{font-size:clamp(32px,4vw,46px);line-height:.98;transform:none}
.hero-summary-card .hero-total-row .metric-foot{grid-column:1 / -1;gap:5px;margin:0;font-size:11px;line-height:1.1;transform:none;order:3}
.hero-summary-card .hero-total-row .metric-foot .trend{order:0}
.hero-core-chip{display:inline-flex;align-items:center;justify-content:center;min-width:62px;height:26px;padding:0 8px;border-radius:6px;color:#c9d7ea;background:#365e89;font-size:10px;white-space:nowrap}
.hero-bars{height:38px;display:flex;align-items:flex-end;gap:5px;padding:0 6px 1px;border-bottom:0}
.hero-bars i{display:block;flex:1;min-width:0;border-radius:2px 2px 0 0;background:#4b7099}
.hero-bars i:nth-child(1){height:12px}.hero-bars i:nth-child(2){height:15px}.hero-bars i:nth-child(3){height:13px}.hero-bars i:nth-child(4){height:20px}.hero-bars i:nth-child(5){height:18px}.hero-bars i:nth-child(6){height:23px}.hero-bars i:nth-child(7){height:27px}.hero-bars i:nth-child(8){height:22px}
.hero-metrics>.hero-submetrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;border:0}
.hero-metrics>.hero-submetrics>div{min-height:108px;padding:16px 14px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 3px 12px rgb(20 43 72 / 5%)}
.hero-metrics>.hero-submetrics>div:nth-child(3){background:#fff;border-color:var(--line)}
.hero-metrics>.hero-submetrics span{color:#91a0b6;font-size:10px}.hero-metrics>.hero-submetrics strong{margin:12px 0 8px;color:var(--ink);font-size:22px}.hero-metrics>.hero-submetrics small{color:#91a0b6;font-size:9px}.hero-metrics>.hero-submetrics .metric-change-line,.hero-metrics>.hero-submetrics .metric-lift-line{display:inline-flex;gap:4px;margin-right:3px}.hero-metrics>.hero-submetrics .metric-change-line em,.hero-metrics>.hero-submetrics .metric-lift-line em{font-size:9px}.hero-metrics>.hero-submetrics .mini-progress{display:block;height:4px;margin-top:14px;overflow:hidden;border-radius:999px;background:#d3e8eb}.hero-metrics>.hero-submetrics .mini-progress i{display:block;height:100%;border-radius:inherit;background:#2b9ba0}
.period-subtitle{display:flex;align-items:baseline;gap:8px;margin:2px 0 0;color:var(--ink-3);font-size:11px;line-height:1.2}.period-subtitle span:first-child{color:#9aa8b9}.period-subtitle span:last-child{font:700 11px/1.2 "Manrope", "Noto Sans SC", sans-serif;letter-spacing:.07em;color:#6f8096}.intro-description{margin-top:7px!important}.topbar-actions{margin-left:auto}.date-stamp{font:700 11px "Manrope",sans-serif;letter-spacing:.08em}.page-intro .date-stamp{display:inline}
@media(max-width:760px){.period-subtitle{font-size:10px}.period-subtitle span:last-child{font-size:10px}.intro-description{margin-top:6px!important}.page-intro .date-stamp{display:inline}.hero-summary-card{min-height:136px;padding:12px 10px 8px}.hero-summary-card .hero-total-row{min-height:78px;padding:0}.hero-summary-card .hero-total-label{font-size:9px}.hero-summary-card .hero-total-inline-revenue{font-size:clamp(23px,7vw,31px)}.hero-summary-card .hero-total-row .metric-foot{font-size:9px;gap:3px}.hero-core-chip{min-width:52px;height:22px;font-size:8px}.hero-bars{height:27px;gap:4px;padding:0 2px}.hero-metrics>.hero-submetrics{gap:7px}.hero-metrics>.hero-submetrics>div{min-height:98px;padding:12px 11px;border-radius:9px}.hero-metrics>.hero-submetrics span{font-size:8px}.hero-metrics>.hero-submetrics strong{margin:10px 0 6px;font-size:20px}.hero-metrics>.hero-submetrics small{font-size:8px}.hero-metrics>.hero-submetrics .metric-change-line,.hero-metrics>.hero-submetrics .metric-lift-line{gap:2px}.hero-metrics>.hero-submetrics .metric-change-line em,.hero-metrics>.hero-submetrics .metric-lift-line em{font-size:8px}.hero-metrics>.hero-submetrics .mini-progress{margin-top:12px}}
/* Match channel cards to the overview metric-card language */
.channel-growth-section .channel-growth-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.channel-growth-section .channel-growth-card{display:block;min-height:174px;border:1px solid #dbe3ed;border-radius:11px;background:#fff;box-shadow:0 3px 12px rgb(20 43 72 / 5%)}
.channel-growth-section .channel-growth-title{min-height:50px;padding:15px 13px 11px;border-bottom:1px solid #edf0f3;font-size:14px;line-height:1.1}
.channel-growth-section .channel-growth-row{display:grid;grid-template-columns:1fr auto;min-height:52px;padding:10px 13px;border-bottom:1px solid #edf0f3}
.channel-growth-section .channel-growth-row:last-child{border-bottom:0}
.channel-growth-section .channel-growth-row strong{font:800 14px/1.15 "Manrope",sans-serif;text-align:right}
.channel-growth-section .channel-growth-row strong small{display:block;margin-top:3px;font:700 10px/1.1 "Noto Sans SC",sans-serif}
.channel-growth-section .channel-growth-row span{font-size:10px;align-self:end}
@media(max-width:760px){.channel-growth-section .channel-growth-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.channel-growth-section .channel-growth-card{min-height:158px;border-radius:9px}.channel-growth-section .channel-growth-title{min-height:42px;padding:11px 10px 8px;font-size:12px}.channel-growth-section .channel-growth-row{min-height:46px;padding:8px 10px}.channel-growth-section .channel-growth-row strong{font-size:15px}.channel-growth-section .channel-growth-row strong small{font-size:10px}.channel-growth-section .channel-growth-row span{font-size:9px}}
.store-detail-button{display:inline-flex;align-items:center;justify-content:center;min-width:62px;height:28px;padding:0 8px;border:1px solid #d5e0ec;border-radius:5px;color:#6f8096;background:#fff;text-align:center;font-size:10px;font-weight:700;white-space:nowrap;transition:color .2s var(--ease),background .2s var(--ease),border-color .2s var(--ease)}.city-store-item:hover .store-detail-button,.city-store-item.is-active .store-detail-button{color:#fff;border-color:var(--blue);background:var(--blue)}
@media(max-width:760px){.city-store-item{gap:6px;min-height:58px;padding:9px 2px;align-items:center}.city-store-item .store-name{min-width:0;flex:1;font-size:10px;line-height:1.35;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}.store-alerts{gap:3px;align-self:center}.store-alert{padding:3px 4px;font-size:8px}.store-change{min-width:43px;font-size:10px}.store-detail-button{min-width:56px;height:26px;padding:0 5px;font-size:9px}}
/* Monthly target progress card: same footprint, clearer target / accumulated / achievement hierarchy. */
.target-progress-card{min-height:178px;padding:20px 20px 18px}.target-progress-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.target-progress-header .hero-total-label{font-size:12px}.target-progress-header p{margin:6px 0 0;color:#8fa3bc;font-size:10px}.target-progress-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:20px}.target-progress-block{min-width:0;cursor:pointer}.target-progress-block:focus-visible{outline:3px solid rgb(255 255 255 / 42%);outline-offset:4px;border-radius:6px}.target-progress-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:#c5d4e6;font-size:12px;font-weight:700}.target-progress-title strong{color:#fff;font:800 24px/1 "Manrope",sans-serif;letter-spacing:-.045em;white-space:nowrap}.target-progress-bar{height:6px;margin:12px 0 11px;overflow:hidden;border-radius:999px;background:#294667}.target-progress-bar i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8eb9e8,#ef8f79);transition:width .35s var(--ease)}.target-progress-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:10px;color:#8fa3bc;font-size:10px}.target-progress-values span{min-width:0;text-align:center}.target-progress-values b{display:block;margin-top:4px;color:#f5f8fc;font:700 12px/1 "Manrope",sans-serif;white-space:nowrap}@media(max-width:760px){.target-progress-card{min-height:136px;padding:12px 10px 10px}.target-progress-header{gap:8px}.target-progress-header .hero-total-label{font-size:9px}.target-progress-header p{margin-top:4px;font-size:7px}.target-progress-grid{gap:12px;margin-top:13px}.target-progress-title{font-size:9px}.target-progress-title strong{font-size:17px}.target-progress-bar{height:4px;margin:8px 0}.target-progress-values{gap:6px;font-size:7px}.target-progress-values b{margin-top:3px;font-size:9px}}
@media(pointer:coarse){*,*::before,*::after{transition-duration:.12s!important}.side-nav,.nav-scrim,.policy-preview-modal__dialog{will-change:transform,opacity}.side-nav__item:active,.policy-item:active,.back-button:active,.collapsible-trigger:active{transform:scale(.985);transition-duration:.08s!important}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/* Regional member overview cards. */
.region-member-section{margin:0 0 8px;padding:9px 10px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.region-member-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:6px}.region-member-heading h3{margin:2px 0 0;font-size:13px;letter-spacing:-.045em}.region-member-heading p{margin:2px 0 0;color:var(--ink-3);font-size:8px}.region-member-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.region-member-card{min-width:0;min-height:78px;padding:9px 10px 8px;border:1px solid var(--line);border-radius:8px;background:#fbfcfd}.region-member-label{display:block;color:var(--ink-3);font-size:8px;line-height:1.25}.region-member-card strong{display:block;margin:8px 0 3px;color:var(--ink);font:800 clamp(20px,2.7vw,30px)/1 "Manrope",sans-serif;letter-spacing:-.045em;white-space:nowrap}.region-member-card small{display:block;color:var(--ink-3);font-size:8px;line-height:1.25}.region-member-card:nth-child(1) strong,.region-member-card:nth-child(3) strong{color:var(--teal)}
@media(max-width:1150px){.region-member-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.region-member-section{margin-bottom:6px;padding:7px 6px;border-radius:7px}.region-member-heading{margin-bottom:4px;gap:5px}.region-member-heading h3{font-size:11px}.region-member-heading p{font-size:7px}.region-member-heading .notice-date{font-size:7px}.region-member-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.region-member-card{min-height:58px;padding:5px 6px;border-radius:5px}.region-member-label{font-size:6px}.region-member-card strong{margin:6px 0 2px;font-size:15px}.region-member-card small{font-size:6px;line-height:1.15}.region-member-card:nth-child(5){grid-column:auto}}
/* Focus dashboard member and penetration cards. */
.region-member-card--progress strong{color:var(--teal)}.region-member-progress{height:6px;margin-top:18px;overflow:hidden;border-radius:999px;background:#dfe8ef}.region-member-progress i{display:block;height:100%;border-radius:inherit;background:#2a9fa7}
.review-badge{display:inline-flex;align-items:center;margin:2px 3px 2px 0;padding:3px 7px;border:1px solid transparent;border-radius:5px;font-size:10px;font-weight:700;line-height:1.1;white-space:nowrap}.review-badge--stars{background:#fff0ee;border-color:#ffd6d1;color:#d34d43}.review-badge--channel{background:#eaf2ff;border-color:#cfe0fb;color:#2f6fc5}.review-badge--tag{background:#fff6df;border-color:#f1dc9a;color:#a46a05}.review-badge--default{background:#edf3f8;border-color:#d8e3ed;color:#5c7592}
.back-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 16px;border:1px solid #c9d9eb;border-radius:8px;color:var(--blue);background:#f5f9fd;font-size:14px;font-weight:700;line-height:1;transition:background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease),transform .2s var(--ease)}.back-button:hover{color:#fff;background:var(--blue);border-color:var(--blue);transform:translateY(-1px)}.back-button:active{transform:translateY(0)}
.resources-grid{display:grid;grid-template-columns:1fr;gap:12px}.resource-card{width:100%;min-width:0}.resource-card{min-width:0}.resources-placeholder__body{display:flex;align-items:center;gap:14px;padding:22px 0;color:var(--ink-2)}.policy-list{display:flex;flex-direction:column;gap:6px;padding-top:4px}.policy-item{display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:9px;width:100%;padding:6px 0;border:0;border-top:1px solid var(--line);background:transparent;color:var(--ink);text-align:left;cursor:pointer}.policy-item:first-child{border-top:0}.policy-item__thumb{display:block;width:38px;height:48px;overflow:hidden;border:1px solid var(--line);border-radius:4px;background:#f5f8fb}.policy-item__thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}.policy-item__text{min-width:0}.policy-item__text strong,.policy-item__text small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.policy-item__text strong{font-size:11px;line-height:1.35}.policy-item__text small{margin-top:3px;color:var(--ink-3);font-size:9px}.policy-item__arrow{color:var(--blue);font-size:16px}.policy-item:focus-visible,.policy-item:hover{outline:2px solid #b9cce0;outline-offset:2px;border-radius:5px}.policy-preview-modal{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:12px}.policy-preview-modal[hidden]{display:none}.policy-preview-modal__scrim{position:absolute;inset:0;background:rgba(25,34,45,.58);backdrop-filter:blur(2px)}.policy-preview-modal__dialog{position:relative;z-index:1;width:min(600px,calc(100vw - 24px));height:min(880px,calc(100dvh - 28px));display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid #d9e0e7;border-radius:12px;background:#fff;box-shadow:0 12px 34px rgba(17,29,42,.28)}.policy-preview-modal__dialog header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e1e6eb;background:#fff}.policy-preview-modal__dialog header h3{margin:0;min-width:0;overflow:hidden;color:#243244;font-size:16px;font-weight:700;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.policy-preview-modal__dialog .policy-preview-modal__eyebrow{display:none}.policy-preview-modal__close{width:32px;height:32px;border:0;border-radius:8px;color:#667487;background:#f1f4f7;font-size:22px;line-height:1;cursor:pointer}.policy-preview-modal__eyebrow{display:block;margin-bottom:8px;color:#91a2b8;font:800 11px/1.1 "Manrope",sans-serif;letter-spacing:.18em}.policy-preview-modal__dialog h3{margin:0;color:#17263c;font-size:24px;line-height:1.25;letter-spacing:-.04em}.policy-preview-modal__close{width:40px;height:40px;border:0;border-radius:10px;color:#61738b;background:#f2f6fa;font-size:27px;line-height:1;cursor:pointer}.policy-preview-modal__close:hover,.policy-preview-modal__close:focus-visible{color:#fff;background:var(--blue)}.policy-preview-modal__body{min-height:0;overflow:auto;padding:14px;background:#eef2f6;text-align:center;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.policy-preview-modal__stage{width:100%;min-width:100%;transform-origin:top center;transform:scale(var(--preview-scale,1));transition:transform .16s ease;contain:layout paint}.policy-preview-modal__body img{display:block;width:100%;height:auto;margin:0 auto 12px;background:#fff;border-radius:2px;box-shadow:0 1px 4px rgba(18,34,54,.12);content-visibility:auto;contain-intrinsic-size:900px 1200px}.policy-preview-modal__body img:not([src]){min-height:240px;background:linear-gradient(90deg,#edf2f6 25%,#f8fafc 37%,#edf2f6 63%);background-size:400% 100%;animation:policy-page-loading 1.2s ease-in-out infinite}.policy-preview-modal__body img:last-child{margin-bottom:0}@keyframes policy-page-loading{0%{background-position:100% 0}100%{background-position:-100% 0}}@media(max-width:760px){.policy-preview-modal{padding:8px}.policy-preview-modal__dialog{width:100%;height:min(820px,calc(100dvh - 16px));max-height:calc(100dvh - 16px);border-radius:10px}.policy-preview-modal__dialog header{padding:12px 14px}.policy-preview-modal__dialog header h3{font-size:15px}.policy-preview-modal__body{padding:12px;background:#f1f3f5}}/* Focus dashboard collapsible panels: one compact rhythm for review + ranking modules. */
.focus-panel{margin:0 0 5px;width:100%;box-sizing:border-box}.focus-panel+.focus-panel{margin-top:0}#focusRankingPanels{display:flex;flex-direction:column;gap:5px}#focusRankingPanels .focus-panel{margin:0}.collapsible-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:9px;padding:5px 15px;border:0;background:transparent;color:var(--ink);text-align:left;cursor:pointer}.collapsible-trigger strong{display:block;margin-top:2px;font-size:11px;line-height:1.15}.collapsible-trigger__icon{color:var(--blue);font-size:15px;line-height:1}.collapsible-body{padding:0 15px 8px}.negative-keyword-table{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fbfcfd}.negative-keyword-head,.negative-keyword-row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(260px,2.2fr) 90px 88px;gap:12px;align-items:center;padding:10px 13px}.negative-keyword-head{color:var(--ink-3);background:#f3f7fa;font-size:10px}.negative-keyword-row{border-top:1px solid var(--line);font-size:12px}.negative-keyword-row strong{color:var(--ink)}.negative-keyword-row span{color:var(--ink-2)}.negative-keyword-counts{display:flex;flex-wrap:wrap;gap:3px}.negative-keyword-counts i,.negative-review-total{display:inline-flex;align-items:center;padding:2px 5px;border-radius:3px;background:#fff0ee;color:var(--red);font-size:11px;line-height:1.2;font-style:normal;font-weight:700;white-space:nowrap}.negative-review-total{text-align:center;justify-content:center}.negative-keyword-detail{justify-self:end;border:1px solid #c9d9eb;border-radius:5px;padding:5px 8px;background:#f5f9fd;color:var(--blue);font-size:10px;cursor:pointer;white-space:nowrap}.negative-keyword-empty{padding:20px;color:var(--ink-3);font-size:12px}.focus-ranking-table .negative-keyword-row em{justify-self:end;color:var(--ink-3);font-size:10px;font-style:normal}.focus-ranking-table .negative-keyword-row>strong{color:var(--ink-3);font-size:12px}.focus-ranking-table .negative-keyword-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.focus-ranking-table .focus-ranking-store{font-weight:800;color:var(--ink)}.focus-ranking-table .focus-ranking-value{font-weight:800;color:var(--ink)}.focus-ranking-table .focus-ranking-head,.focus-ranking-table .negative-keyword-row{grid-template-columns:minmax(180px,1fr) 120px}.focus-ranking-table .focus-ranking-head span:last-child,.focus-ranking-table .negative-keyword-row b{text-align:right}.metric-warning{color:var(--red)!important;font-weight:800!important}low:hidden;text-overflow:ellipsis;white-space:nowrap}.focus-ranking-table .negative-review-total{justify-self:start;padding:0;background:transparent;border-radius:0;font-weight:800;font-size:13px;line-height:1.25;color:var(--ink)}.focus-ranking-table .negative-review-total.positive{color:var(--red)}.focus-ranking-table .negative-review-total.negative{color:var(--green)}.focus-ranking-table .negative-review-total.neutral{color:var(--ink)}@media(max-width:760px){.focus-panel{margin-bottom:3px}#focusRankingPanels{gap:3px} .collapsible-trigger{padding:6px 7px}.collapsible-trigger strong{font-size:10px}.collapsible-trigger__icon{font-size:14px}.collapsible-body{padding:0 7px 9px}.negative-keyword-head,.negative-keyword-row{grid-template-columns:1fr 1.8fr 48px 60px;gap:8px;padding:10px 8px;font-size:9px}.negative-keyword-counts i,.negative-review-total{padding:2px 4px;font-size:9px;line-height:1.2}.negative-keyword-row b{font-size:9px;white-space:nowrap}}
/* Package sales and bundle rate: split into two clear business cards. */
.package-bundle-cards{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr);gap:12px;align-items:stretch}.package-detail-list{margin-top:12px;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(30,53,82,.045)}.business-metric-card{min-width:0;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(30,53,82,.045)}.business-metric-card--package{background:linear-gradient(135deg,#fff 0%,#fbfdff 100%)}.business-metric-card--bundle{background:#f8fbfd}.business-metric-card__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.business-metric-card__eyebrow{display:block;margin-bottom:5px;color:#94a8bf;font:700 9px/1 "Manrope",sans-serif;letter-spacing:.14em}.business-metric-card__heading h3{margin:0;color:var(--ink);font-size:18px;letter-spacing:-.04em}.business-metric-card__count{flex:0 0 auto;padding:5px 8px;border:1px solid #d8e2ec;border-radius:999px;color:#7389a3;background:#f7fafc;font-size:9px;line-height:1;white-space:nowrap}.business-metric-card__intro{margin:-4px 0 14px;color:var(--ink-3);font-size:11px;line-height:1.5}.module-stat-grid--package{max-width:none;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0}.module-stat-grid--package>div:nth-child(4),.module-stat-grid--package>div:nth-child(5),.module-stat-grid--package>div:nth-child(6){grid-column:auto}.bundle-rate-list{max-width:none;grid-template-columns:1fr;margin-top:0;gap:8px}.bundle-rate-list>div{min-height:68px;padding:14px 16px;border-color:#dbe5ee;background:#fff}.bundle-rate-list span{font-size:11px}.bundle-rate-list b{font-size:22px;color:var(--ink)}.package-detail-list__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}.package-detail-list__heading h4{margin:0;color:var(--ink);font-size:14px;letter-spacing:-.03em}.package-detail-list__heading p{margin:4px 0 0;color:var(--ink-3);font-size:10px}.package-detail-list__heading>span{color:#8297ad;font-size:10px;white-space:nowrap}.package-detail-table-wrap{max-height:248px;overflow:auto;border:1px solid #e1e8ef;border-radius:8px;background:#fff}.package-detail-table{width:100%;border-collapse:collapse;table-layout:fixed}.package-detail-table th,.package-detail-table td{padding:9px 10px;border-bottom:1px solid #edf1f5;text-align:right;font-size:10px;line-height:1.25}.package-detail-table th{position:sticky;top:0;z-index:1;color:#7188a1;background:#f5f8fb;font-size:9px;font-weight:700}.package-detail-table th:first-child,.package-detail-table td:first-child{width:54%;text-align:left}.package-detail-table td:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink-2)}.package-detail-table td:not(:first-child){color:var(--ink);font-family:"Manrope",sans-serif;font-weight:700}.package-detail-table tbody tr:last-child td{border-bottom:0}.package-detail-table tbody tr:hover td{background:#f8fbfd}.package-detail-empty{padding:24px 12px;color:var(--ink-3);font-size:10px;text-align:center}
.module-stat-grid--package .positive{color:#c75b55}.module-stat-grid--package .negative{color:#229b78}.module-stat-grid--package .neutral{color:var(--ink)}
@media(max-width:960px){.package-bundle-cards{grid-template-columns:1fr}.business-metric-card--bundle .bundle-rate-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.package-bundle-cards{gap:9px}.business-metric-card{padding:13px;border-radius:10px}.business-metric-card__heading{margin-bottom:11px}.business-metric-card__eyebrow{font-size:8px;margin-bottom:4px}.business-metric-card__heading h3{font-size:16px}.business-metric-card__count{padding:4px 6px;font-size:8px}.business-metric-card__intro{margin:-2px 0 10px;font-size:9px}.module-stat-grid--package{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.module-stat-grid--package>div{padding:11px}.module-stat-grid--package strong{font-size:17px}.business-metric-card--bundle .bundle-rate-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.bundle-rate-list>div{padding:11px;min-height:58px}.bundle-rate-list span{font-size:9px}.bundle-rate-list b{font-size:17px}.package-detail-list{margin-top:9px;padding:13px}.package-detail-list__heading{margin-bottom:8px}.package-detail-list__heading h4{font-size:13px}.package-detail-list__heading p,.package-detail-list__heading>span{font-size:8px}.package-detail-table-wrap{max-height:230px;border-radius:7px}.package-detail-table th,.package-detail-table td{padding:8px 7px;font-size:9px}.package-detail-table th{font-size:8px}.package-detail-table th:first-child,.package-detail-table td:first-child{width:48%}}
/* Zero-sales summary and detail table. */
.zero-sales-count-card{display:flex;align-items:center;gap:14px;margin:0 0 12px;padding:14px 18px;border:1px solid #dbe5ee;border-radius:10px;background:#f8fbfd}.zero-sales-count-card span{color:var(--ink-3);font-size:11px}.zero-sales-count-card strong{color:var(--ink);font:800 24px/1 "Manrope",sans-serif;letter-spacing:-.04em}.zero-sales-count-card small{color:#8a9db3;font-size:10px}.zero-sales-count-card:focus-within{outline:2px solid var(--navy);outline-offset:2px}
/* Zero-sales detail table. */
.zero-sales-panel{padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(30,53,82,.045)}.zero-sales-panel__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}.zero-sales-panel__heading h4{margin:0;color:var(--ink);font-size:14px;letter-spacing:-.03em}.zero-sales-panel__heading p{margin:4px 0 0;color:var(--ink-3);font-size:10px}.zero-sales-panel__heading>span{color:#8297ad;font-size:10px;white-space:nowrap}.zero-sales-table-wrap{max-height:360px;overflow:auto;border:1px solid #dbe5ee;border-radius:9px}.zero-sales-table{width:100%;border-collapse:separate;border-spacing:0;min-width:460px}.zero-sales-table th,.zero-sales-table td{padding:10px 13px;border-bottom:1px solid #e5ebf1;text-align:left}.zero-sales-table th{position:sticky;top:0;background:#f5f8fb;color:#7188a3;font-size:10px}.zero-sales-table td{color:#415674;font-size:12px}.zero-sales-table tr:last-child td{border-bottom:0}.zero-sales-table th:first-child,.zero-sales-table td:first-child{width:150px;white-space:nowrap}.zero-sales-empty{padding:28px 12px;color:var(--ink-3);font-size:12px;text-align:center;background:#fbfcfd;border:1px dashed #d5e0eb;border-radius:9px}@media(max-width:760px){.zero-sales-count-card{gap:9px;margin-bottom:9px;padding:11px 13px}.zero-sales-count-card span{font-size:9px}.zero-sales-count-card strong{font-size:20px}.zero-sales-count-card small{font-size:8px}.zero-sales-panel{padding:13px;border-radius:10px}.zero-sales-panel__heading h4{font-size:13px}.zero-sales-panel__heading p,.zero-sales-panel__heading>span{font-size:8px}.zero-sales-table-wrap{max-height:300px;border-radius:7px}.zero-sales-table{min-width:360px}.zero-sales-table th,.zero-sales-table td{padding:8px 9px;font-size:9px}.zero-sales-table th:first-child,.zero-sales-table td:first-child{width:100px}}
/* Product margin and Top20 dish analysis. */
.margin-section,.margin-gap-section,.margin-reference-section{padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(30,53,82,.045)}.margin-gap-section{margin-top:12px}.margin-gap-section--inline{width:min(100%,680px);margin:0 auto 16px;padding:13px 16px;background:#f8fbfd;box-shadow:none}.margin-gap-section--inline .margin-detail-heading{justify-content:center;text-align:center;margin-bottom:8px}.margin-gap-section--inline .margin-detail-heading p{margin-top:3px}.margin-gap-section--inline .margin-gap-list{max-width:560px;margin:0 auto}.margin-reference-section{margin-top:12px}.margin-reference-count{color:#7188a3;font-size:10px;white-space:nowrap}.margin-reference-table-wrap{width:100%;border:1px solid #dbe5ee;border-radius:9px;overflow:hidden}.margin-reference-table{width:100%;border-collapse:collapse;table-layout:fixed}.margin-reference-table th,.margin-reference-table td{padding:9px 10px;border-bottom:1px solid #e5ebf1;text-align:left;vertical-align:middle;line-height:1.25;overflow-wrap:anywhere}.margin-reference-table th{color:#7188a3;background:#f5f8fb;font-size:10px;font-weight:700}.margin-reference-table td{color:#415674;font-size:11px}.margin-reference-table tr:last-child td{border-bottom:0}.margin-reference-table th:first-child,.margin-reference-table td:first-child{width:34%}.margin-reference-table th:nth-child(2),.margin-reference-table td:nth-child(2){width:14%;text-align:center}.margin-reference-table th:nth-child(3),.margin-reference-table td:nth-child(3){width:23%;text-align:center}.margin-reference-table th:nth-child(4),.margin-reference-table td:nth-child(4){width:14%;text-align:center}.margin-reference-table th:last-child,.margin-reference-table td:last-child{width:15%;text-align:center}.margin-sale-status{display:inline-flex;align-items:center;justify-content:center;min-width:38px;padding:3px 6px;border-radius:999px;font-size:10px;font-weight:700}.margin-sale-status.is-on-sale{color:#237b68;background:#e8f6f1}.margin-sale-status.is-missing{color:#b9554e;background:#fff0ee}.margin-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:18px}.margin-stat-grid article{min-width:0;padding:14px 15px;border:1px solid #dbe5ee;border-radius:10px;background:#f8fbfd}.margin-stat-grid span{display:block;color:var(--ink-3);font-size:11px;line-height:1.35}.margin-stat-grid strong{display:block;margin-top:13px;color:var(--ink);font:800 clamp(20px,2vw,27px)/1 "Manrope",sans-serif;letter-spacing:-.045em}.margin-stat-grid .positive{color:var(--red)}.margin-stat-grid .negative{color:var(--green)}.margin-stat-grid .neutral{color:#688e97}.margin-detail-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0 0 10px}.margin-detail-heading h4{margin:0;color:var(--ink);font-size:14px;letter-spacing:-.03em}.margin-detail-heading p{margin:4px 0 0;color:var(--ink-3);font-size:10px;line-height:1.4}.margin-table-wrap{width:100%;border:1px solid #dbe5ee;border-radius:9px;overflow:hidden}.margin-table{width:100%;table-layout:fixed;border-collapse:collapse}.margin-table th,.margin-table td{padding:9px 7px;border-bottom:1px solid #e5ebf1;text-align:center;vertical-align:middle;line-height:1.25;overflow-wrap:anywhere}.margin-table th{color:#7188a3;background:#f5f8fb;font-size:10px;font-weight:700}.margin-table td{color:#415674;font-size:11px}.margin-table th:first-child,.margin-table td:first-child{width:25%;text-align:left}.margin-table th:nth-child(2),.margin-table td:nth-child(2){width:11%}.margin-table th:nth-child(3),.margin-table td:nth-child(3){width:11%}.margin-table th:nth-child(4),.margin-table td:nth-child(4){width:12%}.margin-table th:nth-child(5),.margin-table td:nth-child(5){width:13%}.margin-table th:nth-child(6),.margin-table td:nth-child(6){width:13%}.margin-table th:nth-child(7),.margin-table td:nth-child(7){width:15%}.margin-table tr:last-child td{border-bottom:0}.margin-table .positive{color:var(--red);font-weight:700}.margin-table .negative{color:var(--green);font-weight:700}.margin-table .neutral{color:#688e97}.margin-gap-list{display:grid;gap:7px;margin:0;padding:0;list-style:none;counter-reset:margin-gap}.margin-gap-list li{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:10px 12px;border:1px solid #e1e9f0;border-radius:8px;background:#f8fbfd;counter-increment:margin-gap}.margin-gap-list li::before{content:counter(margin-gap);display:grid;place-items:center;width:22px;height:22px;border-radius:6px;color:#6f86a0;background:#e9f0f6;font:800 10px "Manrope",sans-serif}.margin-gap-list span{min-width:0;color:#415674;font-size:11px;overflow-wrap:anywhere}.margin-gap-list strong{font:800 13px "Manrope",sans-serif;white-space:nowrap}.margin-gap-list .positive{color:var(--red)}.margin-gap-list .negative{color:var(--green)}.margin-gap-list .neutral{color:#688e97}.margin-empty{padding:24px 12px;color:var(--ink-3);font-size:12px;text-align:center;background:#fbfcfd;border:1px dashed #d5e0eb;border-radius:9px}
@media(max-width:760px){.margin-section,.margin-gap-section,.margin-reference-section{padding:12px;border-radius:10px}.margin-gap-section{margin-top:9px}.margin-gap-section--inline{width:100%;margin:0 auto 11px;padding:10px 9px}.margin-gap-section--inline .margin-detail-heading{margin-bottom:6px}.margin-reference-section{margin-top:9px}.margin-reference-section .margin-detail-heading{align-items:center;margin-bottom:7px}.margin-reference-section .margin-detail-heading h4{font-size:12px}.margin-reference-section .margin-detail-heading p{font-size:8px;line-height:1.3}.margin-reference-count{font-size:8px}.margin-reference-table th,.margin-reference-table td{padding:7px 5px;font-size:8px;line-height:1.15}.margin-reference-table th{font-size:7px}.margin-reference-table th:first-child,.margin-reference-table td:first-child{width:30%;word-break:normal}.margin-reference-table th:nth-child(2),.margin-reference-table td:nth-child(2){width:14%}.margin-reference-table th:nth-child(3),.margin-reference-table td:nth-child(3){width:24%}.margin-reference-table th:nth-child(4),.margin-reference-table td:nth-child(4){width:14%}.margin-reference-table th:last-child,.margin-reference-table td:last-child{width:18%}.margin-sale-status{min-width:32px;padding:3px 4px;font-size:8px}.margin-stat-grid{gap:6px;margin-bottom:12px}.margin-stat-grid article{padding:10px 8px;border-radius:8px}.margin-stat-grid span{font-size:8px;line-height:1.25}.margin-stat-grid strong{margin-top:10px;font-size:16px}.margin-detail-heading{margin-bottom:7px}.margin-detail-heading h4{font-size:12px}.margin-detail-heading p{font-size:8px;line-height:1.3}.margin-table th,.margin-table td{padding:7px 2px;font-size:8px;line-height:1.15;word-break:break-all}.margin-table th{font-size:7px;white-space:normal}.margin-table th:first-child,.margin-table td:first-child{width:25%;word-break:normal}.margin-table th:nth-child(2),.margin-table td:nth-child(2){width:11%}.margin-table th:nth-child(3),.margin-table td:nth-child(3){width:11%}.margin-table th:nth-child(4),.margin-table td:nth-child(4){width:12%}.margin-table th:nth-child(5),.margin-table td:nth-child(5){width:13%}.margin-table th:nth-child(6),.margin-table td:nth-child(6){width:13%}.margin-table th:nth-child(7),.margin-table td:nth-child(7){width:15%}.margin-gap-list{gap:5px}.margin-gap-list li{grid-template-columns:22px minmax(0,1fr) auto;gap:6px;padding:8px 7px}.margin-gap-list li::before{width:19px;height:19px;font-size:9px}.margin-gap-list span{font-size:9px}.margin-gap-list strong{font-size:11px}.margin-empty{padding:20px 10px;font-size:10px}}
/* Small cards for Top20 dish revenue-share analysis. */
.margin-share-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0 0 18px}.margin-share-grid article{min-width:0;padding:12px 14px;border:1px solid #dbe5ee;border-radius:10px;background:#fbfcfd}.margin-share-grid span{display:block;color:#7188a3;font-size:10px;line-height:1.35}.margin-share-grid strong{display:block;margin-top:9px;color:var(--ink);font:800 21px/1 "Manrope",sans-serif;letter-spacing:-.04em}.margin-share-grid small{display:block;margin-top:7px;color:#8a9db3;font-size:9px;line-height:1.35}.margin-share-grid .positive{color:#c75b55}.margin-share-grid .negative{color:#229b78}.margin-share-grid .neutral{color:var(--ink)}
@media(max-width:760px){.margin-share-grid{gap:6px;margin-bottom:12px}.margin-share-grid article{padding:10px 8px;border-radius:8px}.margin-share-grid span{font-size:8px;line-height:1.25}.margin-share-grid strong{margin-top:8px;font-size:16px}.margin-share-grid small{margin-top:6px;font-size:7px;line-height:1.25}}
/* Regional priority notice modal. */
.notice-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:22px;pointer-events:auto}.notice-modal[hidden]{display:none!important;visibility:hidden;pointer-events:none}.notice-modal__scrim{position:absolute;inset:0;background:rgb(16 36 63 / 52%);backdrop-filter:blur(2px)}.notice-modal__card{position:relative;width:min(680px,100%);max-height:min(760px,calc(100dvh - 44px));overflow:auto;border:1px solid #d9e3ee;border-radius:16px;background:#fff;box-shadow:0 24px 70px rgb(16 36 63 / 25%);animation:notice-modal-in .28s var(--ease)}.notice-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 18px;border-bottom:1px solid #e7edf3;background:#fbfcfe}.notice-modal__head h2{margin:6px 0 5px;color:var(--ink);font-size:24px;letter-spacing:-.05em}.notice-modal__head p{margin:0;color:var(--ink-3);font-size:12px}.notice-modal__badge{flex:0 0 auto;padding:6px 9px;border-radius:6px;color:#9a6a26;background:#fff4dd;font-size:10px;font-weight:800;white-space:nowrap}.notice-modal__body{padding:18px 26px 8px}.notice-block{padding:14px 0;border-bottom:1px solid #edf0f3}.notice-block:first-child{padding-top:0}.notice-block:last-child{border-bottom:0}.notice-block h3{margin:0 0 8px;color:var(--ink);font-size:14px;letter-spacing:-.02em}.notice-block p{margin:0;color:var(--ink-2);font-size:13px;line-height:1.7}.notice-block--target h3{color:var(--blue)}.notice-targets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.notice-targets strong{display:block;padding:12px 14px;border:1px solid #d7e5f4;border-radius:9px;color:#496684;background:#f4f8fd;font-size:13px}.notice-targets b{margin-left:5px;color:var(--blue);font:800 20px/1 "Manrope",sans-serif}.notice-block--member ol{margin:0;padding-left:22px;color:var(--ink-2)}.notice-block--member li{padding-left:4px;font-size:13px;line-height:1.7}.notice-modal__foot{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 26px 20px;border-top:1px solid #e7edf3}.notice-modal__foot span{color:var(--ink-3);font-size:11px}.notice-modal__cancel{min-width:82px;height:36px;padding:0 18px;border:1px solid #ccd8e5;border-radius:7px;color:var(--ink-2);background:#fff;font-size:12px;font-weight:800;transition:color .2s var(--ease),background .2s var(--ease),transform .2s var(--ease)}.notice-modal__cancel:hover{color:#fff;background:var(--navy);transform:translateY(-1px)}@keyframes notice-modal-in{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.notice-modal__card{animation:none}}
@media(max-width:760px){.notice-modal{padding:12px}.notice-modal__card{max-height:calc(100dvh - 24px);border-radius:12px}.notice-modal__head{padding:18px 16px 14px;gap:10px}.notice-modal__head h2{font-size:20px}.notice-modal__head p{font-size:10px}.notice-modal__badge{padding:5px 7px;font-size:8px}.notice-modal__body{padding:13px 16px 3px}.notice-block{padding:11px 0}.notice-block h3{margin-bottom:6px;font-size:12px}.notice-block p,.notice-block--member li{font-size:11px;line-height:1.6}.notice-targets{gap:6px}.notice-targets strong{padding:10px 9px;font-size:10px}.notice-targets b{display:block;margin:5px 0 0;font-size:17px}.notice-block--member ol{padding-left:19px}.notice-modal__foot{padding:12px 16px 15px}.notice-modal__foot span{font-size:9px}.notice-modal__cancel{min-width:72px;height:34px;padding:0 14px;font-size:11px}}
.delivery-analysis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%;min-width:0;overflow:hidden}.delivery-platform-block{min-width:0;width:100%;max-width:100%;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(30,53,82,.045)}.delivery-platform-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.delivery-platform-title strong{color:var(--navy);font-size:16px}.delivery-platform-title span{color:var(--ink-3);font-size:10px}.delivery-analysis-table th,.delivery-analysis-table td{text-align:center;font-variant-numeric:tabular-nums}.delivery-analysis-table th:first-child,.delivery-analysis-table td:first-child{text-align:left}.delivery-analysis-table .positive{color:#c75b55}.delivery-analysis-table .negative{color:#229b78}.delivery-empty-state{grid-column:1 / -1;min-height:220px;padding:36px 24px;display:grid;place-items:center;align-content:center;gap:8px;border:1px dashed #cbd9e8;border-radius:12px;color:var(--ink-3);background:#fbfcfd;text-align:center}.delivery-empty-state strong{color:var(--ink);font-size:16px}.delivery-empty-state span{font-size:12px;line-height:1.6}.delivery-raw-grid .delivery-platform-block{border-top:3px solid var(--blue)}.delivery-raw-grid .delivery-analysis-table th:nth-child(2),.delivery-raw-grid .delivery-analysis-table td:nth-child(2){text-align:right;font-variant-numeric:tabular-nums}.delivery-raw-grid .delivery-analysis-table th:nth-child(3),.delivery-raw-grid .delivery-analysis-table td:nth-child(3){text-align:right;color:var(--ink-2);font-variant-numeric:tabular-nums}@media(max-width:760px){.delivery-analysis-grid{grid-template-columns:1fr;gap:10px;width:100%;min-width:0}.delivery-platform-block{width:100%;min-width:0;box-sizing:border-box;padding:10px 8px;border-radius:10px;overflow:hidden}.delivery-platform-title{margin-bottom:6px;gap:6px}.delivery-platform-title strong{font-size:15px}.delivery-platform-title span{font-size:9px;white-space:nowrap}.delivery-analysis-table{width:100%;table-layout:fixed}.delivery-analysis-table th,.delivery-analysis-table td{padding:8px 4px;font-size:10px;white-space:nowrap}.delivery-analysis-table th{font-size:9px}.delivery-analysis-table th:first-child,.delivery-analysis-table td:first-child{width:46%;text-align:left}.delivery-analysis-table th:nth-child(2),.delivery-analysis-table td:nth-child(2){width:18%;text-align:center}.delivery-analysis-table th:nth-child(3),.delivery-analysis-table td:nth-child(3){width:18%;text-align:center}.delivery-analysis-table th:nth-child(4),.delivery-analysis-table td:nth-child(4){width:18%;text-align:center}.delivery-platform-block .week-table-wrap{width:100%;overflow:hidden}.delivery-empty-state{min-height:180px;padding:24px 16px}.delivery-empty-state strong{font-size:14px}.delivery-empty-state span{font-size:10px}}

/* Navigation entries moved from the overview placeholders. */
.side-nav__item--subtle{border-top:1px solid #dbe3ed;border-radius:0;color:#566981;background:transparent}.side-nav__item--subtle:hover,.side-nav__item--subtle:focus-visible{color:var(--navy);background:#e4ebf4}.side-nav__item--subtle .side-nav__icon{background:#e4ebf4;color:#7d92ae}.side-nav__status{margin-left:auto;color:#8b9ab0;font-size:10px;white-space:nowrap}
.delivery-extra-card{width:100%;max-width:100%;min-width:0;margin-top:12px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(30,53,82,.045)}.delivery-extra-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.delivery-extra-heading h3{margin:0;color:var(--navy);font-size:16px}.delivery-extra-heading span{color:var(--ink-3);font-size:10px}.delivery-extra-table{width:100%;border-collapse:collapse;table-layout:fixed}.delivery-extra-table td,.delivery-extra-table th{padding:6px 7px;border-bottom:1px solid #edf0f3;font-size:11px}.delivery-extra-table td:first-child{width:50%;color:var(--ink-2)}.delivery-extra-table td:not(:first-child){width:25%;text-align:center;color:var(--ink);font-variant-numeric:tabular-nums}.delivery-extra-table th{padding:7px;color:var(--blue);background:#f7faff;text-align:left;font-size:12px}.delivery-extra-table tr:last-child td{border-bottom:0}.delivery-comparison-card{width:100%;max-width:100%;min-width:0;margin-top:12px;padding:14px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(30,53,82,.045)}.delivery-comparison-card .delivery-analysis-grid{margin-top:0}
/* Mobile delivery comparison: show all four columns without horizontal clipping. */
@media(max-width:760px){.delivery-analysis-grid .week-table-wrap{overflow:hidden!important;width:100%;max-width:100%}.delivery-analysis-grid .week-table{min-width:0!important;width:100%!important;table-layout:fixed}.delivery-analysis-grid .week-table th,.delivery-analysis-grid .week-table td{overflow:hidden;text-overflow:clip}.delivery-analysis-grid .week-table th:first-child,.delivery-analysis-grid .week-table td:first-child{width:40%}.delivery-analysis-grid .week-table th:nth-child(2),.delivery-analysis-grid .week-table td:nth-child(2),.delivery-analysis-grid .week-table th:nth-child(3),.delivery-analysis-grid .week-table td:nth-child(3),.delivery-analysis-grid .week-table th:nth-child(4),.delivery-analysis-grid .week-table td:nth-child(4){width:20%;text-align:center}.delivery-analysis-grid .delivery-platform-title span{font-size:8px}}
@media(max-width:760px){.delivery-extra-card,.delivery-comparison-card{margin-top:9px;padding:9px 8px;border-radius:10px}.delivery-extra-heading{margin-bottom:4px}.delivery-extra-heading h3{font-size:14px}.delivery-extra-heading span{font-size:9px}.delivery-extra-table th,.delivery-extra-table td{padding:4px 3px;font-size:9px;line-height:1.12}.delivery-extra-table th{font-size:9px}.delivery-extra-table td:first-child{width:50%;white-space:nowrap}.delivery-extra-table td:not(:first-child){width:25%;text-align:center}.delivery-extra-table td:last-child{text-align:center}.delivery-comparison-card .detail-module-heading{margin-bottom:8px}.delivery-comparison-card .detail-module-heading h3{font-size:14px}.delivery-comparison-card .detail-module-heading p{font-size:10px;line-height:1.45}.delivery-comparison-card .delivery-platform-block{padding:8px 6px}.delivery-comparison-card .delivery-analysis-table th,.delivery-comparison-card .delivery-analysis-table td{padding:6px 2px;font-size:9px}.delivery-quality-block{padding:12px 8px 6px;border-radius:10px}.delivery-quality-block .delivery-platform-title{margin-bottom:8px}.delivery-quality-block .delivery-platform-title strong{font-size:15px}.delivery-quality-block .delivery-platform-title span{font-size:9px}.delivery-quality-table th,.delivery-quality-table td{padding:7px 3px;font-size:9px;line-height:1.2}.delivery-quality-table th{font-size:8px}.delivery-analysis-note{margin-top:9px;font-size:9px;line-height:1.4}}
/* Platform quality card: compact three-column layout matching the comparison cards. */
.delivery-quality-grid{display:block;margin-top:12px;min-width:0;width:100%}.delivery-quality-block{width:100%;min-width:0;padding:18px 16px 10px;border:1px solid #d6e0eb;border-radius:16px;background:#fff;box-shadow:0 8px 20px rgba(30,53,82,.045)}.delivery-quality-block .delivery-platform-title{margin:0 0 14px}.delivery-quality-block .delivery-platform-title strong{font-size:16px;color:var(--navy);letter-spacing:-.04em}.delivery-quality-block .delivery-platform-title span{font-size:12px;color:#7d91ad}.delivery-analysis-note{margin:14px 2px 0;color:#7d91ad;font-size:12px;line-height:1.5}.delivery-quality-table{width:100%;table-layout:fixed}.delivery-quality-table th:first-child,.delivery-quality-table td:first-child{width:42%;text-align:left}.delivery-quality-table th:nth-child(2),.delivery-quality-table td:nth-child(2),.delivery-quality-table th:nth-child(3),.delivery-quality-table td:nth-child(3){width:29%;text-align:center;font-variant-numeric:tabular-nums}.delivery-quality-table th,.delivery-quality-table td{white-space:nowrap;word-break:normal}
/* Review analysis card. */
.review-analysis-card{width:100%;min-width:0;padding:16px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(30,53,82,.045)}.review-analysis-grid{display:grid;grid-template-columns:minmax(0,2fr) repeat(4,minmax(90px,1fr));gap:12px;align-items:stretch}.review-analysis-grid>div{min-width:0;padding:12px;border:1px solid #edf0f3;border-radius:9px;background:#fbfcfd}.review-analysis-grid span{display:block;color:var(--ink-3);font-size:10px;margin-bottom:7px}.review-analysis-grid strong{display:block;color:var(--navy);font-size:18px;line-height:1.25;font-variant-numeric:tabular-nums}.review-analysis-keywords strong{font-size:12px;color:var(--ink-2);line-height:1.6;white-space:normal;word-break:break-word}@media(max-width:760px){.review-analysis-card{padding:9px 8px;border-radius:10px}.review-analysis-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.review-analysis-grid>div{padding:9px 7px}.review-analysis-grid span{font-size:8px;margin-bottom:5px}.review-analysis-grid strong{font-size:15px}.review-analysis-keywords{grid-column:1 / -1}.review-analysis-keywords strong{font-size:10px;line-height:1.45}.review-detail-table-wrap{display:none}.review-detail-mobile{display:block}.review-detail-mobile-item{padding:9px 0;border-bottom:1px solid #e7eef6}.review-detail-mobile-top{display:flex;align-items:center;gap:8px;margin-bottom:6px}.review-detail-mobile-top strong{display:grid;place-items:center;width:20px;height:20px;border-radius:5px;background:#edf4fc;color:#3978ca;font-size:10px}.review-detail-mobile-top span{color:#627895;font-size:10px}.review-detail-mobile-item p{display:grid;grid-template-columns:54px minmax(0,1fr);gap:6px;margin:4px 0;color:#243a57;font-size:10px;line-height:1.45;word-break:break-all}.review-detail-mobile-item p b{color:#7d91ad;font-weight:600}.review-detail-mobile-empty{padding:14px 0;color:#7d91ad;font-size:10px}}
.review-detail-heading{display:flex;justify-content:space-between;align-items:center;margin:18px 0 8px;padding-top:14px;border-top:1px solid #e7eef6;color:#172b47}.review-detail-heading strong{font-size:14px}.review-detail-heading span{font-size:11px;color:#7d91ad}.review-detail-table-wrap{width:100%;overflow-x:auto}.review-detail-table{width:100%;min-width:760px;border-collapse:collapse;font-size:11px}.review-detail-mobile{display:none}.review-detail-table th,.review-detail-table td{padding:8px 7px;border-bottom:1px solid #edf2f7;text-align:left;vertical-align:top;line-height:1.45}.review-detail-table th{background:#f5f8fc;color:#627895;font-size:10px;font-weight:700;white-space:nowrap}.review-detail-table td:nth-child(1){white-space:nowrap;color:#647b98}.review-detail-table td:nth-child(2){white-space:nowrap;color:#c46b46;font-weight:700}.review-detail-table td:nth-child(3){white-space:nowrap}.review-detail-table td:nth-child(4){min-width:230px}.review-detail-table td:nth-child(5){min-width:110px}.review-detail-table td:nth-child(6){min-width:90px;color:#3978ca}@media(max-width:760px){.review-detail-table-wrap{display:block;overflow:hidden}.review-detail-table{min-width:0;width:100%;table-layout:fixed;font-size:9px}.review-detail-table th,.review-detail-table td{padding:7px 3px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-detail-table th{font-size:8px}.review-detail-table td:nth-child(1){width:18%}.review-detail-table td:nth-child(2){width:10%}.review-detail-table td:nth-child(3){width:12%}.review-detail-table td:nth-child(4){width:32%;min-width:0}.review-detail-table td:nth-child(5){width:16%;min-width:0}.review-detail-table td:nth-child(6){width:12%;min-width:0}.review-detail-table td:nth-child(4){white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word;overflow-wrap:anywhere}.review-detail-mobile{display:none}.review-detail-heading{margin-top:12px;padding-top:10px}.review-detail-heading strong{font-size:14px}}
/* Store issues: five-card weekly review workspace. */
.store-issues-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:16px;padding:4px 0;border:1px solid #d6e2ee;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(38,66,101,.07);overflow:hidden}.store-issue-card{position:relative;min-height:148px;padding:22px 24px 24px;border:0;border-bottom:1px solid #e8eef5;border-radius:0;background:#fff;overflow:hidden;transition:background .2s ease}.store-issue-card:nth-child(odd){border-right:1px solid #e8eef5}.store-issue-card:nth-last-child(-n+2){border-bottom:0}.store-issue-card::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#c9d8e8}.store-issue-card:hover{transform:none;background:#fbfdff}.store-issue-card--focus{border-color:transparent;background:#fff;box-shadow:none}.store-issue-card--focus::before{background:#c9d8e8}.store-issue-card__index{display:flex;align-items:center;gap:7px;margin-bottom:9px;color:#3978ca;font-size:9px;font-weight:800;letter-spacing:.08em}.store-issue-card__index::after{content:"";height:1px;flex:1;background:#e7eef6}.store-issue-card h4{margin:0;color:#172b47;font-size:21px;line-height:1.3;letter-spacing:-.03em}.store-issue-card p{margin:10px 0 0;color:#687e9a;font-size:12px;line-height:1.72;letter-spacing:.01em}.store-issues-cards--report .store-issue-card p{color:#5f7590}.store-issue-card:last-child{grid-column:1 / -1;border-right:0}.store-issue-card:last-child:nth-child(odd){border-top:1px solid #e8eef5}.store-issue-list{display:grid;gap:8px;margin-top:14px}.store-issue-list__item{display:grid;grid-template-columns:22px minmax(0,1fr);gap:9px;align-items:start}.store-issue-list__item>span{display:grid;place-items:center;align-self:start;margin-top:1px;width:20px;height:20px;border-radius:5px;background:#edf4fc;color:#3978ca;font-size:10px;font-weight:800;line-height:1}.store-issue-list__item p{margin:0;color:#5f7590;font-size:12px;line-height:1.6}.store-issue-card--focus .store-issue-list__item>span{background:#edf4fc;color:#3978ca}

.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.issues-empty-state{min-height:220px;display:flex;align-items:center;justify-content:center;gap:18px;padding:28px;border:1px dashed #cbd9e8;border-radius:14px;background:#fbfcfd;color:var(--ink-2)}.issues-empty-state>div:nth-child(2){min-width:0}.issues-empty-state strong{display:block;color:var(--navy);font-size:16px}.issues-empty-state p{margin:7px 0 0;color:var(--ink-3);font-size:12px;line-height:1.7}.issues-empty-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#eef3f8;color:#42617f;font-weight:800;font-size:20px}.issues-empty-state .ghost-button{margin-left:12px;white-space:nowrap}@media(max-width:640px){.issues-empty-state{align-items:flex-start;flex-wrap:wrap;padding:20px}.issues-empty-state .ghost-button{margin-left:56px;margin-top:-4px}}.detail-module-heading{margin:0 0 14px;padding:0 0 2px}.module-heading-line,.panel-heading-line{display:flex;align-items:center;gap:12px;min-width:0}.detail-module-heading h3{margin:0;color:var(--ink);font-size:22px;letter-spacing:-.045em}.detail-module-heading p{margin:6px 0 0;color:var(--ink-3);font-size:12px;line-height:1.5}.detail-panel,.detail-module-empty--content{position:relative}.card-index,.module-card-mark{position:static;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:38px;height:24px;border-radius:5px;color:#fff;background:var(--navy);font:800 10px/1 "Manrope",sans-serif;letter-spacing:.08em}.panel-heading-line h3{margin:0;min-width:0;color:var(--ink);font-size:15px;letter-spacing:-.04em}.detail-panel>.card-index~h3{padding-right:0}.detail-module-empty--content{min-height:0}.detail-module-empty--content>h3,.detail-module-empty--content>p{padding-right:0}.detail-module-empty--content>.module-card-mark{margin-bottom:14px}.member-module-summary{padding-top:34px}.member-module-summary h3{margin:0}.detail-module-heading+.detail-panel,.detail-module-heading+.detail-module-empty--content{margin-top:0}
@media(max-width:760px){.detail-module-heading{margin-bottom:10px}.module-heading-line,.panel-heading-line{gap:10px}.detail-module-heading h3{font-size:18px}.detail-module-heading p{font-size:10px;line-height:1.45}.card-index,.module-card-mark{width:38px;height:24px;font-size:9px}.panel-heading-line h3{font-size:14px}.detail-module-empty--content{padding-top:24px}.detail-module-empty--content>.module-card-mark{margin-bottom:12px}.member-module-summary{padding-top:24px}.delivery-quality-grid{grid-template-columns:1fr;gap:9px;margin-top:9px}.delivery-quality-table th,.delivery-quality-table td{padding:7px 5px;font-size:9px;line-height:1.25}.delivery-quality-table th{font-size:8px}}
/* Align the compact header closer to the viewport edge and restore bilingual labels. */
.brand-copy{min-width:0}.topbar>.nav-trigger{transform:none}.topbar>.brand-lockup{transform:none}.intro-eyebrow{display:block;margin-bottom:8px}
@media(max-width:760px){.topbar{padding-left:82px;padding-right:22px}.topbar>.nav-trigger{top:17px;left:14px;transform:none}.topbar>.brand-lockup{transform:none}.brand-lockup{gap:10px}.topbar .eyebrow{font-size:8px;letter-spacing:.1em;margin-bottom:4px}.topbar h1{font-size:16px;line-height:1.15}.topbar-actions{flex:0 0 auto;font-size:11px}.sync-pill{gap:5px}}
/* Channel-card data emphasis */
.channel-growth-section .channel-growth-row strong{font-size:17px;line-height:1.15}
.channel-growth-section .channel-growth-row strong small{font-size:12px}
.channel-growth-section .channel-growth-row span{font-size:11px}
@media(max-width:760px){.channel-growth-section .channel-growth-row strong{font-size:15px}.channel-growth-section .channel-growth-row strong small{font-size:10px}.channel-growth-section .channel-growth-row span{font-size:9px}}
/* Mobile detail summary: use a continuous one-plus-two card rhythm */
@media(max-width:760px){.detail-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px}.detail-summary .detail-hero{grid-column:1 / -1;min-height:104px;padding:14px}.detail-summary .detail-stat{min-height:88px;padding:12px}.detail-summary .detail-hero span,.detail-summary .detail-stat span{font-size:8px}.detail-summary .detail-hero strong{margin:8px 0 5px;font-size:24px}.detail-summary .detail-hero small,.detail-summary .detail-stat small{font-size:8px;line-height:1.25}.detail-module-empty{min-height:230px;padding:22px 16px;border-radius:10px}.detail-module-empty h3{font-size:18px}.detail-module-empty>p{font-size:11px;line-height:1.5}.module-insight{margin-top:22px;padding:14px 15px}.module-insight strong{font-size:13px}.module-insight small{font-size:10px}.module-stat-grid{gap:7px;margin-top:20px}.module-stat-grid>div,.module-placeholder-list>div{padding:12px}.module-stat-grid small,.module-placeholder-list span{font-size:9px}.module-stat-grid strong{font-size:17px}.member-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:18px}.member-stat-grid>div:nth-child(4){grid-column:auto}.member-stat-grid em{font-size:8px}.member-section-title{margin-bottom:8px}.member-section-title h3{font-size:17px}.member-section-title p{font-size:10px}.member-module-summary{min-height:0;padding:22px 16px}.member-module-summary h3{font-size:18px}.module-placeholder-list{margin-top:20px}.module-placeholder-list b{font-size:14px}.store-issues-cards{grid-template-columns:1fr;gap:0;margin-top:12px;padding:2px 0;border-radius:12px}.store-issue-card,.store-issue-card:last-child{grid-column:auto;min-height:0;padding:17px 15px 18px;border:0;border-bottom:1px solid #e8eef5;border-radius:0}.store-issue-card:nth-child(odd){border-right:0}.store-issue-card:last-child{border-bottom:0}.store-issue-card__index{margin-bottom:7px;font-size:8px}.store-issue-card h4{font-size:18px;line-height:1.34}.store-issue-card p{margin-top:7px;font-size:10px;line-height:1.58}.store-issue-list{gap:6px;margin-top:10px}.store-issue-list__item{grid-template-columns:19px minmax(0,1fr);gap:7px}.store-issue-list__item>span{width:18px;height:18px;border-radius:4px;font-size:9px}.store-issue-list__item p{font-size:10px;line-height:1.55}.store-issue-card:hover{transform:none}}

/* Prevent delivery tables from creating empty columns or horizontal scrolling at desktop widths. */
.delivery-analysis-grid,.delivery-quality-grid,.delivery-platform-block,.delivery-comparison-card,.delivery-quality-block{min-width:0;max-width:100%;overflow:hidden}.delivery-analysis-grid .week-table-wrap,.delivery-quality-grid .week-table-wrap{width:100%;max-width:100%;overflow:hidden}.delivery-analysis-grid .week-table,.delivery-quality-grid .week-table{width:100%;min-width:0;table-layout:fixed}.delivery-analysis-table th,.delivery-analysis-table td{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-analysis-table th:first-child,.delivery-analysis-table td:first-child{width:40%;text-align:left}.delivery-analysis-table th:nth-child(2),.delivery-analysis-table td:nth-child(2),.delivery-analysis-table th:nth-child(3),.delivery-analysis-table td:nth-child(3),.delivery-analysis-table th:nth-child(4),.delivery-analysis-table td:nth-child(4){width:20%;text-align:center}.delivery-quality-table th:first-child,.delivery-quality-table td:first-child{width:42%;text-align:left}.delivery-quality-table th:nth-child(2),.delivery-quality-table td:nth-child(2),.delivery-quality-table th:nth-child(3),.delivery-quality-table td:nth-child(3){width:29%;text-align:center}.delivery-quality-table th,.delivery-quality-table td{white-space:nowrap}
/* Compact mobile channel comparison table: preserve all metrics while showing more rows. */
@media(max-width:760px){.channel-comparison-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;overscroll-behavior-y:none;touch-action:pan-x;-webkit-overflow-scrolling:touch}.channel-comparison-table{width:780px;min-width:780px;table-layout:fixed}.channel-comparison-table th:first-child,.channel-comparison-table td:first-child{width:56px;min-width:56px}.channel-comparison-table th:not(:first-child),.channel-comparison-table td:not(:first-child){width:80.444px;min-width:0}.channel-comparison-table th,.channel-comparison-table td{height:30px;padding:4px 4px;font-size:8px;line-height:1.05}.channel-comparison-table th{font-size:7px}.channel-comparison-table .change-value{font-size:9px;line-height:1}.channel-comparison-table .data-bar-cell::before{top:24%;bottom:24%}.channel-comparison-table thead tr:first-child th:first-child,.channel-comparison-table tbody td:first-child{box-shadow:7px 0 0 #fff}.channel-comparison-table thead tr:first-child th:first-child::after,.channel-comparison-table tbody td:first-child::after{right:-7px;width:7px}}

/* Mobile penetration comparison: three complete cards without horizontal scrolling. */
/* Mobile share analysis: fit all four columns in one viewport without horizontal scrolling. */
@media(max-width:760px){.share-analysis-table{width:100%;min-width:0;table-layout:fixed}.share-analysis-table th,.share-analysis-table td{height:34px;padding:5px 3px;font-size:9px;line-height:1.15;white-space:nowrap}.share-analysis-table th{font-size:8px;white-space:normal}.share-analysis-table th:first-child,.share-analysis-table td:first-child{width:30%;text-align:left}.share-analysis-table th:not(:first-child),.share-analysis-table td:not(:first-child){width:23.333%}.share-analysis-table thead tr:first-child th:first-child,.share-analysis-table tbody td:first-child{position:static;box-shadow:none}.share-analysis-table thead tr:first-child th:first-child::after,.share-analysis-table tbody td:first-child::after{display:none}.share-analysis-table .up,.share-analysis-table .down,.share-analysis-table .positive,.share-analysis-table .negative{font-size:9px}.share-analysis-table+.share-analysis-bars{margin-top:10px;padding-top:10px;gap:8px}.share-analysis-table+.share-analysis-bars .analysis-bar-row{grid-template-columns:52px minmax(0,1fr) 43px;gap:6px}.share-analysis-table+.share-analysis-bars .analysis-bar-row>span,.share-analysis-table+.share-analysis-bars small{font-size:8px}
@media(max-width:760px){.mini-cards-wrap{width:100%;overflow:visible}.mini-cards{width:100%;min-width:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.mini-card{min-width:0;min-height:142px;padding:9px 6px;border-radius:8px}.mini-card>span{font-size:8px;white-space:nowrap}.mini-period{display:block;margin-top:8px}.mini-period small,.mini-change small,.mini-card>small{font-size:7px;line-height:1.25}.mini-period strong{display:block;margin-top:2px;font-size:14px;white-space:nowrap}.mini-change{display:block;margin-top:8px;padding-top:6px}.mini-change strong{display:block;margin-top:2px;font-size:13px;white-space:nowrap}.mini-equation{min-height:70px;justify-content:flex-start}.mini-equation strong{font-size:20px}.mini-card--accent>small{font-size:7px;overflow-wrap:anywhere;word-break:break-word}}

/* =====================================================
   账号下拉菜单（admin/加盟商账号）
   桌面端：右上角小弹层
   手机端：底部抽屉式（bottom sheet）
   ===================================================== */
.account-pill{position:relative;display:inline-flex;align-items:center}
.account-trigger{
  display:inline-flex;align-items:center;gap:8px;
  height:38px;padding:0 12px;border-radius:8px;
  background:#ffffff;color:#1a202c;
  border:1px solid #e5e7eb;
  font:600 14px/1 "PingFang SC","Microsoft YaHei",system-ui,sans-serif;
  cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s;
  -webkit-tap-highlight-color:transparent;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
}
.account-trigger:hover{border-color:#cbd5e1;box-shadow:0 2px 6px rgba(0,0,0,.06)}
.account-trigger.is-open{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 8px rgba(0,0,0,.08)}
/* 蓝色人形剪影头像（SVG） */
.account-avatar{
  width:28px;height:28px;flex-shrink:0;
  display:inline-block;
}
.account-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}
.account-caret{font-size:10px;color:#6b7280;transition:transform .2s}
.account-trigger.is-open .account-caret{transform:rotate(180deg)}

/* ===== 白色下拉面板（紧凑折叠菜单：每行贴紧，4 行 ≈ 112px） ===== */
/* 用 fixed 定位避免父级 transform 干扰，JS 动态计算贴到按钮下方 */
.account-menu{
  position:fixed;z-index:50;
  min-width:max-content;
  max-width:200px;
  width:auto;
  background:#ffffff;color:#1a202c;
  border-radius:8px;padding:2px 0;
  box-shadow:0 6px 20px rgba(0,0,0,.10),0 2px 6px rgba(0,0,0,.05);
  border:1px solid #e5e7eb;
  animation:menuSlideDown .18s ease-out;
  overflow:hidden;
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .15s ease;
  font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif;
}
.account-menu.is-open{opacity:1;visibility:visible;pointer-events:auto}
.account-menu[hidden]{display:none}
@keyframes menuSlideDown{
  from{opacity:0;transform:translateY(-6px)}
  to{opacity:1;transform:translateY(0)}
}
/* 统一紧凑行：高度 ≈ 28px / 行 */
.account-menu__item{
  display:block;
  padding:5px 12px;
  font-size:13px;line-height:1.2;
  color:#1a202c;text-decoration:none;
  white-space:nowrap;
  transition:background .12s,color .12s;
  -webkit-tap-highlight-color:transparent;
  cursor:pointer;
}
.account-menu__item--store{
  font-weight:500;
  border-bottom:1px solid #f0f0f0;
  margin-bottom:2px;
  padding-bottom:5px;
}
.account-menu__item--store.is-active{
  background:#c4b5fd;
  color:#1a202c;
}
.account-menu__item--action:hover,
.account-menu__item--action:focus{
  background:#f3f4f6;outline:none;
}
/* 退出登录：红色 */
.account-menu__item--danger{color:#dc2626}
.account-menu__item--danger:hover,
.account-menu__item--danger:focus{background:#fee2e2}

/* ===== 移动端 topbar 优化（≤768px） ===== */
@media (max-width:768px){
  /* topbar 高度降低 */
  .topbar{height:58px;padding:0 14px 0 70px;gap:10px}
  /* 标题缩小 + 副标题隐藏 */
  .topbar .eyebrow{display:none}
  .topbar h1{font-size:14px;line-height:1.2;max-width:50vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  /* 品牌 logo 缩小 */
  .brand-mark{width:28px;height:28px;padding:5px}
  .brand-mark span{width:4px}
  .brand-mark span:nth-child(1){height:8px}
  .brand-mark span:nth-child(2){height:12px}
  .brand-mark span:nth-child(3){height:16px}
  /* 顶部 actions 紧凑化 */
  .topbar-actions{gap:10px;flex:0 0 auto}
  .topbar-actions{font-size:11px}
  /* sync-pill 只显示绿点（手机端） */
  .sync-pill .sync-text{display:none}
  .sync-pill i{box-shadow:none;width:8px;height:8px}
  /* 账号触发器更紧凑：只显示头像 + 名字 */
  .account-trigger{height:34px;padding:0 10px 0 3px;gap:6px;font-size:12px}
  .account-avatar{width:28px;height:28px;font-size:12px}
  .account-name{max-width:64px}
  .account-caret{font-size:9px}

  /* 手机端：复用桌面 fixed 定位，由 JS 贴到按钮下方，不做底部抽屉 */
  .account-menu{
    position:fixed;z-index:50;
    min-width:max-content;max-width:200px;
    background:#ffffff;color:#1a202c;
    border-radius:8px;padding:2px 0;
    box-shadow:0 6px 20px rgba(0,0,0,.10),0 2px 6px rgba(0,0,0,.05);
    border:1px solid #e5e7eb;
    animation:menuSlideDown .18s ease-out;
  }
  .account-menu::before{display:none}
  .account-menu__item{padding:6px 14px;font-size:14px}
}

/* ===== 超小屏（≤380px） ===== */
@media (max-width:380px){
  .topbar{padding-left:62px}
  .topbar h1{font-size:13px;max-width:46vw}
  .account-name{max-width:48px}
}
