/* ===== CD-BI Design System · Data-Dense Dashboard / Light ===== */
:root {
  --bg: #F8FAFC;
  --surface: #FFFFFF;
  --border: #E2E8F0;
  --primary: #1E40AF;
  --primary-2: #3B82F6;
  --accent: #F59E0B;
  --text: #0F172A;
  --muted: #475569;
  --faint: #94A3B8;
  --good: #16A34A;
  --bad: #DC2626;
  --good-bg: #F0FDF4;
  --bad-bg: #FEF2F2;
  --warn-bg: #FFFBEB;
  --radius: 10px;
  --shadow: 0 1px 2px rgba(15,23,42,.05), 0 1px 3px rgba(15,23,42,.06);
  --font: -apple-system, "Segoe UI", "Noto Sans SC", "Microsoft YaHei", "Malgun Gothic", sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
}
.hidden { display: none !important; }
button { font-family: inherit; cursor: pointer; }
input, select { font-family: inherit; font-size: 14px; }

/* ===== 密码门 ===== */
.gate {
  position: fixed; inset: 0; z-index: 100;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #EFF6FF 0%, #F8FAFC 60%, #FEF3C7 130%);
}
.gate-card {
  width: 360px; max-width: 92vw;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 16px; padding: 36px 32px;
  box-shadow: 0 10px 40px rgba(30,64,175,.10);
  text-align: center;
}
.gate-logo {
  width: 56px; height: 56px; margin: 0 auto 16px;
  background: var(--primary); color: #fff;
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 20px; letter-spacing: .5px;
}
.gate-card h1 { font-size: 20px; margin-bottom: 4px; }
.gate-sub { color: var(--muted); font-size: 12.5px; margin-bottom: 24px; }
.gate-card label { display: block; text-align: left; font-size: 12.5px; color: var(--muted); margin-bottom: 6px; }
.gate-card input {
  width: 100%; padding: 11px 12px; border: 1px solid var(--border);
  border-radius: 8px; margin-bottom: 14px; font-size: 15px;
}
.gate-card input:focus { outline: 2px solid var(--primary-2); outline-offset: 1px; border-color: var(--primary-2); }
.gate-card button {
  width: 100%; padding: 11px; background: var(--primary); color: #fff;
  border: 0; border-radius: 8px; font-size: 15px; font-weight: 600;
  transition: background .2s;
}
.gate-card button:hover { background: #1B3A9E; }
.gate-err { color: var(--bad); font-size: 12.5px; margin-top: 10px; }

/* ===== 布局 ===== */
.app { display: flex; min-height: 100vh; }
.sidebar {
  width: 216px; flex-shrink: 0;
  background: var(--surface); border-right: 1px solid var(--border);
  display: flex; flex-direction: column;
  position: sticky; top: 0; height: 100vh;
}
.brand { display: flex; align-items: center; gap: 10px; padding: 18px 16px 14px; border-bottom: 1px solid var(--border); }
.brand-mark {
  width: 36px; height: 36px; border-radius: 9px; background: var(--primary);
  color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center;
}
.brand-text b { display: block; font-size: 15px; line-height: 1.2; }
.brand-text span { font-size: 11px; color: var(--faint); }
.nav { padding: 10px 8px; flex: 1; overflow-y: auto; }
.nav-item {
  display: flex; align-items: center; gap: 10px;
  width: 100%; padding: 9px 12px; margin-bottom: 2px;
  background: none; border: 0; border-radius: 8px;
  color: var(--muted); text-align: left; font-size: 13.5px;
  transition: background .15s, color .15s;
}
.nav-item svg { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }
.nav-item span { display: flex; flex-direction: column; line-height: 1.25; }
.nav-item span i { font-style: normal; font-size: 10.5px; color: var(--faint); }
.nav-item:hover { background: #F1F5F9; color: var(--text); }
.nav-item.active { background: #EFF6FF; color: var(--primary); font-weight: 600; }
.nav-item.active span i { color: var(--primary-2); }
.sidebar-foot { padding: 12px 16px; border-top: 1px solid var(--border); }
.data-status { font-size: 11.5px; color: var(--faint); margin-bottom: 8px; line-height: 1.4; }
.link-btn { background: none; border: 0; color: var(--muted); font-size: 12.5px; padding: 4px 0; }
.link-btn:hover { color: var(--primary); }

.main { flex: 1; padding: 16px 26px 60px; min-width: 0; }

/* ===== 顶部货币切换条 ===== */
.topbar {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 8px 14px; margin-bottom: 14px; font-size: 12.5px;
}
.topbar .tb-label { color: var(--muted); font-weight: 600; }
.topbar .tb-warn {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--warn-bg); color: #B45309; border: 1px solid #FDE68A;
  border-radius: 6px; padding: 2px 9px; font-size: 12px; cursor: pointer;
}
.topbar .tb-sep { flex: 1; }
.money.missing { color: var(--faint); cursor: help; border-bottom: 1px dashed var(--bad); }
.money.converted { cursor: help; }
.money { cursor: default; }
tr.conflict td { background: var(--warn-bg) !important; }

/* 汇率管理 */
.fx-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 8px; margin-bottom: 12px; }
.fx-form label { font-size: 11.5px; color: var(--muted); display: block; margin-bottom: 3px; }
.fx-form input { width: 100%; padding: 7px 9px; border: 1px solid var(--border); border-radius: 7px; font-size: 13px; }
.fx-form input:focus { outline: 2px solid var(--primary-2); outline-offset: 1px; }
.selftest-result { font-size: 12.5px; margin-top: 10px; }
.selftest-result li { padding: 3px 0; list-style: none; }

.filter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; align-items: end; }
.filter-grid label { font-size: 11.5px; color: var(--muted); display: flex; flex-direction: column; gap: 4px; }

/* ===== 通用组件 ===== */
.view-head { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 16px; }
.view-head h2 { font-size: 19px; }
.view-head .ko { font-size: 12.5px; color: var(--faint); font-weight: 400; margin-left: 6px; }
.view-head .spacer { flex: 1; }
.seg, select.ctl {
  background: var(--surface); border: 1px solid var(--border); border-radius: 8px;
  padding: 7px 10px; font-size: 13px; color: var(--text);
}
select.ctl:focus { outline: 2px solid var(--primary-2); outline-offset: 1px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip {
  border: 1px solid var(--border); background: var(--surface);
  border-radius: 999px; padding: 5px 12px; font-size: 12.5px; color: var(--muted);
  transition: all .15s;
}
.chip:hover { border-color: var(--primary-2); color: var(--primary); }
.chip.on { background: var(--primary); border-color: var(--primary); color: #fff; font-weight: 600; }

.grid { display: grid; gap: 14px; }
.kpis { grid-template-columns: repeat(auto-fit, minmax(168px, 1fr)); margin-bottom: 16px; }
.card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: var(--shadow); padding: 16px 18px;
}
.kpi .k-label { font-size: 12px; color: var(--muted); display: flex; justify-content: space-between; }
.kpi .k-label i { font-style: normal; color: var(--faint); font-size: 11px; }
.kpi .k-val { font-size: 22px; font-weight: 700; margin: 5px 0 3px; font-variant-numeric: tabular-nums; letter-spacing: -.3px; }
.kpi .k-sub { font-size: 12px; color: var(--faint); font-variant-numeric: tabular-nums; }
.delta { font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; }
.delta.up { color: var(--good); }
.delta.down { color: var(--bad); }
.delta.flat { color: var(--faint); }

.card h3 { font-size: 14.5px; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.card h3 .ko { font-size: 11.5px; color: var(--faint); font-weight: 400; }
.card h3 .spacer { flex: 1; }

.two-col { grid-template-columns: 1fr 1fr; }
@media (max-width: 1100px) { .two-col { grid-template-columns: 1fr; } }

.chart { width: 100%; height: 330px; }
.chart.tall { height: 400px; }

/* ===== 表格 ===== */
.tbl-wrap { overflow-x: auto; }
table.tbl { width: 100%; border-collapse: collapse; font-size: 13px; font-variant-numeric: tabular-nums; }
.tbl th {
  text-align: right; padding: 8px 10px; white-space: nowrap;
  background: #F1F5F9; color: var(--muted); font-size: 12px; font-weight: 600;
  border-bottom: 1px solid var(--border); position: sticky; top: 0;
}
.tbl th:first-child, .tbl td:first-child { text-align: left; }
.tbl th.sortable { cursor: pointer; user-select: none; }
.tbl th.sortable:hover { color: var(--primary); }
.tbl td { padding: 8px 10px; text-align: right; border-bottom: 1px solid #F1F5F9; white-space: nowrap; }
.tbl tr:hover td { background: #F8FAFC; }
.tbl tr.ttl td { background: #EFF6FF; font-weight: 700; border-top: 2px solid var(--primary-2); }
.tbl .name-cell { max-width: 260px; overflow: hidden; text-overflow: ellipsis; }

.badge {
  display: inline-block; padding: 2px 9px; border-radius: 999px;
  font-size: 11.5px; font-weight: 700; line-height: 1.6;
}
.badge.A { background: #FEE2E2; color: #B91C1C; }
.badge.B { background: #FEF3C7; color: #B45309; }
.badge.C { background: #DCFCE7; color: #15803D; }
.badge.g-stockout { background: #1E293B; color: #fff; }
.badge.g-urgent { background: #FEE2E2; color: #B91C1C; }
.badge.g-focus { background: #FFEDD5; color: #C2410C; }
.badge.g-slow { background: #F3E8FF; color: #7E22CE; }
.badge.g-watch { background: #FEF9C3; color: #A16207; }
.badge.g-health { background: #DCFCE7; color: #15803D; }
.badge.store { background: #EFF6FF; color: var(--primary); }
.badge.neutral { background: #F1F5F9; color: var(--muted); }
.badge.verify-ok { background: #DCFCE7; color: #15803D; }
.badge.verify-warn { background: #FEF3C7; color: #B45309; }
.badge.verify-bad { background: #FEE2E2; color: #B91C1C; }

.verify-panel {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 12.5px;
  color: var(--text);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.verify-panel.ok { background: var(--good-bg); border-color: #BBF7D0; }
.verify-panel.warn { background: var(--warn-bg); border-color: #FDE68A; }
.verify-panel.bad { background: var(--bad-bg); border-color: #FECACA; }
.verify-panel ul { width: 100%; margin: 4px 0 0 18px; color: var(--muted); line-height: 1.6; }
.upload-records .name-cell { max-width: 420px; }
.upload-records td:last-child { min-width: 120px; }

.pos { color: var(--good); } .neg { color: var(--bad); }

/* ===== 诊断列表 ===== */
.diag { list-style: none; }
.diag li {
  display: flex; gap: 10px; padding: 9px 0; border-bottom: 1px dashed var(--border);
  font-size: 13px; color: var(--text);
}
.diag li:last-child { border-bottom: 0; }
.diag .tag {
  flex-shrink: 0; font-size: 11.5px; font-weight: 700; border-radius: 6px;
  padding: 2px 8px; height: fit-content;
}
.tag.risk { background: var(--bad-bg); color: var(--bad); }
.tag.warn { background: var(--warn-bg); color: #B45309; }
.tag.good { background: var(--good-bg); color: var(--good); }
.tag.info { background: #EFF6FF; color: var(--primary); }

/* 智能诊断 · 可执行待办 */
.diag-item { align-items: center; cursor: pointer; transition: background .15s; border-radius: 6px; padding-left: 6px !important; padding-right: 6px !important; }
.diag-item:hover { background: #F1F5F9; }
.diag-score {
  flex-shrink: 0; min-width: 30px; text-align: center; font-weight: 700; font-size: 12px;
  background: #F1F5F9; color: var(--muted); border-radius: 5px; padding: 1px 6px; font-variant-numeric: tabular-nums;
}
.diag-item .tag.risk ~ .diag-score, .diag-item:has(.tag.risk) .diag-score { color: var(--bad); }
.diag-txt { flex: 1; min-width: 0; }
.diag-impact { flex-shrink: 0; font-weight: 700; color: var(--text); font-variant-numeric: tabular-nums; font-size: 12.5px; }
.diag-arrow { flex-shrink: 0; color: var(--faint); font-size: 18px; line-height: 1; }

/* 表外行(快手) */
.tbl tr.offbook td { background: #F8FAFC; color: var(--muted); font-style: italic; cursor: pointer; }
.tbl tr.offbook:hover td { background: #EFF6FF; }

/* 空状态 KPI 卡弱化 */
.kpi-empty { background: #FAFBFC; border-style: dashed; }
.kpi-empty .k-val.k-empty { color: var(--faint); font-size: 18px; }
.empty-reason { font-weight: 700; font-size: 11px; padding: 1px 7px; border-radius: 5px; }
.empty-reason.er-none { background: #F1F5F9; color: var(--muted); }
.empty-reason.er-offline { background: #FEF3C7; color: #B45309; }
.empty-reason.er-missing { background: #FEE2E2; color: var(--bad); }

/* KPI 主次分级 (item4) */
.kpis-primary { grid-template-columns: repeat(3, 1fr); margin-bottom: 10px; }
.kpis-secondary { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.kpi-primary { border-left: 4px solid var(--primary); background: linear-gradient(180deg, #FBFCFE 0%, #FFFFFF 60%); }
.kpi-primary .k-val { font-size: 30px; letter-spacing: -.5px; }
.kpi-primary .k-label span { font-size: 12.5px; }
.kpis-secondary .kpi { padding: 11px 14px; }
.kpis-secondary .kpi .k-val { font-size: 18px; }
@media (max-width: 760px) { .kpis-primary { grid-template-columns: 1fr; } }

/* topbar 持久币种标签 (item5) */
.topbar { position: sticky; top: 0; z-index: 20; }
.tb-curbadge {
  display: inline-flex; align-items: center; gap: 4px;
  background: #EFF6FF; color: var(--primary); border: 1px solid #BFDBFE;
  border-radius: 6px; padding: 3px 10px; font-size: 12px; font-weight: 700; cursor: help;
}

/* 环比三角强调 (item3) */
.delta { font-size: 12.5px; }
.delta.up, .delta.down { padding: 1px 5px; border-radius: 4px; }
.delta.up { background: var(--good-bg); }
.delta.down { background: var(--bad-bg); }

/* 表格 in-cell 数据条 (item3, 纯视觉) */
.tbl td.bar-cell { position: relative; }
.tbl td.bar-cell .bar-fill {
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  height: 60%; background: rgba(59,130,246,.12); border-radius: 0 3px 3px 0; z-index: 0;
}
.tbl td.bar-cell .bar-val { position: relative; z-index: 1; }
.tbl td.bar-cell.profit .bar-fill { background: rgba(245,158,11,.16); }

/* 导航双语: 主语言常显, 韩语副语言悬浮/激活时显示 (item5) */
@media (min-width: 861px) {
  .nav-item span i { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .15s, opacity .15s; }
  .nav-item:hover span i, .nav-item.active span i { max-height: 16px; opacity: 1; }
}

/* ===== 数据中心 ===== */
.dropzone {
  border: 2px dashed #CBD5E1; border-radius: var(--radius);
  background: var(--surface); padding: 40px 20px; text-align: center;
  color: var(--muted); transition: all .2s; cursor: pointer;
}
.dropzone:hover, .dropzone.drag { border-color: var(--primary-2); background: #EFF6FF; color: var(--primary); }
.dropzone b { color: var(--text); }
.dropzone .ko { font-size: 12px; color: var(--faint); }
.upload-log { margin-top: 14px; font-size: 12.5px; }
.upload-log .log-item {
  display: flex; gap: 8px; align-items: flex-start; padding: 7px 10px;
  border-radius: 7px; margin-bottom: 5px; background: #F8FAFC;
}
.log-item.ok { background: var(--good-bg); }
.log-item.warn { background: var(--warn-bg); }
.log-item.err { background: var(--bad-bg); }
.month-grid td { text-align: center !important; }
.month-grid .dot { display: inline-block; padding: 1px 8px; border: 0; border-radius: 5px; background: #EFF6FF; color: var(--primary); font-size: 11.5px; font-weight: 600; cursor: pointer; font-family: inherit; }
.month-grid .dot.full { background: var(--primary); color: #fff; }
.btn {
  border: 1px solid var(--border); background: var(--surface); color: var(--text);
  border-radius: 8px; padding: 8px 16px; font-size: 13px; font-weight: 600;
  transition: all .15s;
}
.btn:hover { border-color: var(--primary-2); color: var(--primary); }
.btn-primary { background: var(--primary); border-color: var(--primary); color: #fff; }
.btn-primary:hover { background: #1B3A9E; color: #fff; }
.btn-danger:hover { border-color: var(--bad); color: var(--bad); }
.btn-sm { padding: 4px 10px; font-size: 12px; border-radius: 6px; }
.btn-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }

.empty-hint { display: flex; justify-content: center; padding-top: 8vh; }
.empty-card { text-align: center; max-width: 460px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 40px 36px; box-shadow: var(--shadow); }
.empty-card h2 { margin-bottom: 10px; }
.empty-card p { color: var(--muted); margin-bottom: 20px; }

.toast {
  position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%);
  background: var(--text); color: #fff; padding: 10px 20px; border-radius: 8px;
  font-size: 13px; z-index: 200; box-shadow: 0 6px 20px rgba(0,0,0,.25);
}

.note { font-size: 12px; color: var(--faint); margin-top: 8px; line-height: 1.5; }
.searchbox { padding: 7px 12px; border: 1px solid var(--border); border-radius: 8px; width: 200px; }
.searchbox:focus { outline: 2px solid var(--primary-2); outline-offset: 1px; }
input[type="password"].inline, input[type="text"].inline { padding: 7px 10px; border: 1px solid var(--border); border-radius: 7px; }

/* ===== 响应式 ===== */
@media (max-width: 860px) {
  .app { flex-direction: column; }
  .sidebar { width: 100%; height: auto; position: static; flex-direction: column; }
  .nav { display: flex; overflow-x: auto; padding: 6px; }
  .nav-item { flex-shrink: 0; width: auto; }
  .nav-item span i { display: none; }
  .sidebar-foot { display: flex; justify-content: space-between; align-items: center; padding: 8px 14px; }
  .data-status { margin-bottom: 0; }
  .main { padding: 14px 12px 50px; }
  .chart { height: 280px; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

/* ===== 历史趋势 · 店铺矩阵趋势墙 ===== */
.trend-head { margin-bottom: 12px; }
.trend-updated { color: var(--muted); font-size: 12px; }
.trend-toolbar {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(260px, auto) minmax(180px, 240px);
  align-items: end;
  gap: 12px 18px;
  margin-bottom: 14px;
  padding: 12px 16px;
}
.trend-toolbar label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.trend-toolbar .ctl { width: 100%; }
.trend-channel-chips {
  grid-column: 1 / -1;
  padding-top: 2px;
}
.trend-kpis {
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  margin-bottom: 12px;
}
.trend-kpis .kpi {
  min-height: 94px;
  border-left: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.trend-kpis .kpi .k-val { font-size: 21px; }
.trend-qa { margin: 0 0 12px; }
.trend-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}
.trend-store-card {
  padding: 12px 14px;
  min-height: 190px;
}
.trend-store-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.trend-store-meta b {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}
.rank.sm {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  font-size: 10px;
  vertical-align: -3px;
}
.trend-store-body {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}
.trend-store-stats {
  border-right: 1px solid var(--border);
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.trend-store-stats span {
  color: var(--muted);
  font-size: 11.5px;
}
.trend-store-stats strong {
  color: var(--text);
  font-size: 18px;
  line-height: 1.25;
  font-variant-numeric: tabular-nums;
  word-break: break-word;
}
.trend-store-stats small {
  color: var(--faint);
  font-size: 11.5px;
  line-height: 1.35;
}
.trend-mini-chart {
  height: 130px;
  min-width: 0;
}
.trend-bottom {
  grid-template-columns: minmax(0, 2fr) minmax(360px, 1fr);
  margin-bottom: 12px;
}
.trend-heatmap th,
.trend-heatmap td {
  text-align: center !important;
}
.trend-heatmap th:first-child,
.trend-heatmap td:first-child {
  text-align: left !important;
  min-width: 150px;
}
.trend-heatmap td.hm {
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}
.trend-heatmap td.up2 { background: #D1FAE5; color: #047857; }
.trend-heatmap td.up1 { background: #ECFDF5; color: #059669; }
.trend-heatmap td.down1 { background: #FEF2F2; color: #DC2626; }
.trend-heatmap td.down2 { background: #FEE2E2; color: #B91C1C; }
.trend-heatmap td.miss { background: #F8FAFC; color: var(--faint); }
.trend-anomaly td:first-child { min-width: 150px; }
.trend-table-card { margin-top: 12px; }
@media (max-width: 1280px) {
  .trend-kpis { grid-template-columns: repeat(3, 1fr); }
  .trend-card-grid { grid-template-columns: repeat(2, minmax(260px, 1fr)); }
  .trend-bottom { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .trend-toolbar { grid-template-columns: 1fr; }
  .trend-channel-chips { grid-column: auto; }
  .trend-kpis { grid-template-columns: 1fr; }
  .trend-card-grid { grid-template-columns: 1fr; }
  .trend-store-body { grid-template-columns: 1fr; }
  .trend-store-stats { border-right: 0; border-bottom: 1px solid var(--border); padding: 0 0 8px; }
}
