/* =========================================================
   Tecovas Apparel — Insights client view.
   Layers on top of v2/gola-loop.css (gl-bx-* shell classes).
   ========================================================= */

.ap-ins .gl-bx-index__lab { color: var(--ms-fg-muted); }

/* index: argument rows under each objective */
.ap-idxarg { padding-left: 12px; align-items: flex-start; }
.ap-idxarg__n {
  font-family: var(--ms-font-mono); font-size: 10px; font-weight: 700;
  color: var(--ms-fg-subtle); flex-shrink: 0; margin-top: 2px;
  width: 14px; text-align: right;
}
.ap-idxarg .gl-bx-item__txt {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* ---- Section header: objective eyebrow + resolution ---- */
/* Header scrolls with the page (not pinned). */
.ap-ins .gl-bx-sticky.ap-sticky { position: static; border-bottom: none; }
.ap-ins .gl-bx-sticky.ap-sticky::after { display: none; }
.ap-sticky .gl-bx-sticky__inner { padding-top: 20px; padding-bottom: 18px; }
.ap-objeyebrow {
  font-size: 12.5px; font-weight: 700; letter-spacing: -0.005em;
  color: var(--ms-fg); line-height: 1.3;
}
.ap-sticky .gl-srcbadge {
  font-family: var(--ms-font-mono); font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--ms-dusty-green); background: var(--ms-green-5);
  border: 1px solid var(--ms-green-3); border-radius: 5px; padding: 2px 7px; flex-shrink: 0;
}
.ap-resolution {
  padding: 2px 0;
}
.ap-resolution__label {
  font-family: var(--ms-font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ms-fg-subtle);
  margin-bottom: 8px;
}
.ap-resolution__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 7px; }
.ap-resolution__list li {
  position: relative; padding-left: 18px;
  font-size: 15px; line-height: 1.42; font-weight: 600; color: var(--ms-fg);
  letter-spacing: -0.01em; text-wrap: pretty;
}
.ap-resolution__list li::before {
  content: ""; position: absolute; left: 2px; top: 9px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--ms-dusty-green);
}

/* ---- Body ---- */
.ap-body { gap: 18px; }
.ap-argwrap { scroll-margin-top: 220px; min-width: 0; }

/* ---- Argument card ---- */
.ap-argcard {
  background: var(--ms-white); border: 1px solid var(--ms-border);
  border-radius: 14px; overflow: hidden;
}
.ap-argcard__head {
  padding: 26px 30px 22px;
  border-bottom: 1px solid var(--ms-border);
  background: var(--ms-white);
}
.ap-argcard__tag {
  display: inline-block;
  font-family: var(--ms-font-mono); font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--ms-dusty-green);
  margin-bottom: 9px;
}
.ap-argcard__claim p {
  margin: 0 0 7px; font-size: 20px; line-height: 1.3; font-weight: 700;
  color: var(--ms-fg); letter-spacing: -0.012em; text-wrap: pretty;
}
.ap-argcard__claim p:last-child { margin-bottom: 0; }
.ap-argcard__claim p.ap-argcard__sub { font-size: 15px; font-weight: 400; line-height: 1.5; letter-spacing: 0; color: var(--ms-fg); }

.ap-argcard__findings { padding: 20px 30px 16px; display: grid; gap: 4px; min-width: 0; }

/* ---- Finding label (parallel to the Argument tag / Resolution label) ---- */
.ap-findblock { border-top: 1px dashed var(--ms-border); min-width: 0; }
.ap-argcard__findings > .ap-findblock:first-child { border-top: none; }
.ap-findlabel { display: flex; align-items: center; gap: 9px; padding-top: 14px; }
.ap-findlabel__tag {
  font-family: var(--ms-font-mono); font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase; color: var(--ms-dusty-green);
}
.ap-findlabel__count {
  font-family: var(--ms-font-mono); font-size: 9px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--ms-dusty-green);
  background: var(--ms-green-5); border: 1px solid var(--ms-green-3);
  border-radius: 5px; padding: 1px 6px;
}

/* ---- Finding block (inside an argument card) ---- */
.ap-find { padding: 6px 0 16px; min-width: 0; }

.ap-find__head { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 13px; }
.ap-find__kicker {
  font-family: var(--ms-font-mono); font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase; color: var(--ms-fg-subtle);
}
.ap-find__title { font-size: 12.5px; font-weight: 600; color: var(--ms-fg); }
.ap-find__n {
  margin-left: auto; font-family: var(--ms-font-mono); font-size: 10.5px;
  color: var(--ms-fg-muted); flex-shrink: 0;
}
.ap-find__segbadge {
  margin-left: auto; font-family: var(--ms-font-mono); font-size: 9.5px; font-weight: 600;
  color: var(--ms-ink-3); background: var(--ms-ink-7); border-radius: 5px; padding: 2px 7px;
}

/* product header (advocate/detractor) */
.ap-find__head--prod { align-items: center; gap: 12px; flex-wrap: nowrap; }
.ap-find__thumb {
  width: 46px; height: 46px; border-radius: 9px; overflow: hidden; flex-shrink: 0;
  background: var(--ms-white, #fff); border: 1px solid var(--ms-border);
  display: flex; align-items: center; justify-content: center;
}
.ap-find__thumb img { width: 100%; height: 100%; object-fit: contain; display: block; }
.ap-find__thumb-x { font-family: var(--ms-font-mono); font-size: 13px; font-weight: 700; color: var(--ms-fg-muted); }
.ap-find__prodmeta { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.ap-find__sub { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.ap-pol {
  font-family: var(--ms-font-mono); font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; border-radius: 5px; padding: 2px 7px;
}
.ap-pol--pos { color: #2f6b16; background: var(--ms-green-5); border: 1px solid var(--ms-green-3); }
.ap-pol--neg { color: var(--ms-clay-deep); background: var(--ms-sand); border: 1px solid var(--ms-clay-light); }
.ap-find__base { font-size: 11.5px; color: var(--ms-fg-muted); }

/* ---- Horizontal bars (line efficiency + attributes) ---- */
.ap-bars { display: grid; gap: 6px; }
.ap-bar { display: grid; grid-template-columns: 20px minmax(120px, 178px) 1fr auto; align-items: center; gap: 10px; }
.ap-bars--attr .ap-bar { grid-template-columns: minmax(120px, 178px) 1fr auto; }
.ap-bar__rank {
  font-family: var(--ms-font-mono); font-size: 10px; font-weight: 700;
  color: var(--ms-fg-subtle); text-align: right;
}
.ap-bar__label {
  font-size: 12px; color: var(--ms-fg); line-height: 1.25;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.ap-bar__track { height: 11px; background: var(--ms-ink-7); border-radius: 6px; overflow: hidden; }
.ap-bar__fill { display: block; height: 100%; border-radius: 6px; transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
.ap-bar__fill--lead { background: #56892e; }
.ap-bar__fill--mid  { background: #7fa85e; }
.ap-bar__fill--rest { background: #aac392; }
.ap-bar__fill--zero { background: var(--ms-ink-6); }
.ap-bar__fill--pos-lead { background: #56892e; }
.ap-bar__fill--pos { background: #8bb76a; }
.ap-bar__fill--neg-lead { background: var(--chart-red); }
.ap-bar__fill--neg { background: #e8907f; }
.ap-bar__fill--bucket { background: var(--base-brand-green-main, #3a8518); }
/* advocate picks: green value on lightest-green track; detractor picks: brand-yellow on lightest-yellow */
.ap-bars--adv .ap-bar__track { background: var(--base-brand-green-1, #e7f2df); }
.ap-bar__fill--adv { background: var(--base-brand-green-main, #3a8518); }
.ap-bars--det .ap-bar__track { background: var(--base-yellow-1, #fbf4dd); }
.ap-bar__fill--det { background: var(--base-yellow-main, #e6b400); }
/* ---- Bucket bar chart (label on top, rounded-rectangle bars) ---- */
.ap-bl { display: flex; flex-direction: column; gap: 15px; }
.ap-bl__row { display: flex; flex-direction: column; gap: 6px; }
.ap-bl__lab { font-size: 13px; color: var(--ms-fg); line-height: 1.3; }
.ap-bl__track { position: relative; height: 16px; background: var(--ms-ink-7); border-radius: 5px; overflow: hidden; }
.ap-bl__fill { height: 100%; background: var(--base-brand-green-main, #3a8518); border-radius: 5px; display: flex; align-items: center; justify-content: flex-end; min-width: 3px; transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
.ap-bl__val { color: #fff; font-size: 10.5px; font-weight: 700; padding: 0 7px; white-space: nowrap; }
.ap-bl__val--out { position: absolute; top: 50%; transform: translateY(-50%); color: var(--base-brand-green-main, #3a8518); padding: 0; }
/* ---- Verdict / significance chip (full verdict on hover) ---- */
.ap-vchip { display: inline-flex; align-items: center; gap: 4px; margin-left: 8px; padding: 2px 8px; border-radius: 900px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.01em; cursor: default; vertical-align: middle; white-space: nowrap; position: relative; }
.ap-ins .ap-vchip[data-tip]:hover::after, .ap-ins .ap-vchip[data-tip]:focus-visible::after {
  content: attr(data-tip); position: absolute; bottom: calc(100% + 8px); left: 0; z-index: 60;
  background: var(--ms-onyx, #17110c); color: #fff; font-family: var(--ms-font-sans, 'PP Telegraf', sans-serif);
  font-size: 11px; font-weight: 500; line-height: 1.45; letter-spacing: 0; white-space: normal; width: max-content; max-width: 320px;
  padding: 8px 11px; border-radius: 8px; box-shadow: 0 8px 24px rgba(4,12,21,0.22); pointer-events: none;
}
.ap-vchip .ti { font-size: 11px; line-height: 1; }
.ap-vchip--strong { background: #daebd1; color: #2b6418; border: 1px solid #c8e2ba; }
.ap-vchip--effect { background: #eef5e8; color: #3a8518; border: 1px solid #d7e8c9; }
.ap-vchip--equiv  { background: #fbf4dd; color: #8a6d1a; border: 1px solid #f0e4b8; }
.ap-vchip--desc   { background: #eef2f6; color: #636c79; border: 1px solid #e0e6ec; }
.ap-vchip--incon  { background: #f6ece9; color: #9a4436; border: 1px solid #ecd6d0; }
.ap-gcard__verdict .ap-vchip { margin-left: 0; }
.ap-seg .ap-vchip { margin-left: 0; margin-right: 2px; }
/* ---- Product gallery (product-scoped findings) ---- */
.ap-gallery { display: grid; grid-template-columns: repeat(var(--ap-gal-cols, 3), minmax(0, 1fr)); gap: 14px; margin-top: 10px; }
.ap-gcard { border: 1px solid var(--card-border, #e5ebf1); border-radius: 12px; overflow: hidden; background: var(--ms-white, #fff); display: flex; flex-direction: column; }
.ap-gcard__img { aspect-ratio: 1 / 1; background: var(--ms-white, #fff); display: flex; align-items: center; justify-content: center; position: relative; }
.ap-gcard__score { position: absolute; top: 8px; right: 8px; min-width: 30px; height: 26px; padding: 0 9px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; font-weight: 700; border-radius: 999px; }
.ap-gcard__score--top { background: #56892e; }
.ap-gcard__score--mid { background: #6d7888; }
.ap-gcard__score--low { background: var(--ms-clay, #b4573f); }
.ap-gcard__img img { width: 100%; height: 100%; object-fit: contain; display: block; }
.ap-gcard__x { font-weight: 700; color: #94a1ad; font-size: 22px; letter-spacing: 0.04em; }
.ap-gcard__body { padding: 12px 13px 14px; display: flex; flex-direction: column; gap: 9px; }
.ap-gcard__name { font-weight: 700; font-size: 14px; color: var(--ms-fg, #050301); letter-spacing: -0.01em; }
.ap-gcard__bars { gap: 5px; }
.ap-gcard__sec { display: flex; flex-direction: column; gap: 6px; }
.ap-gcard__sec + .ap-gcard__sec { border-top: 1px solid var(--divider, #eef2f6); padding-top: 9px; }
.ap-gcard__seclab { font-size: 12px; font-weight: 600; color: var(--ms-fg, #17110c); }
/* ---- Advocate/detractor split: one 100% bar (advocates green + detractors clay) ---- */
.ap-sp { display: flex; flex-direction: column; gap: 6px; }
.ap-sp__track { display: flex; height: 18px; border-radius: 5px; overflow: hidden; background: var(--ms-ink-7, #eef1f4); }
.ap-sp__seg { display: flex; align-items: center; justify-content: center; min-width: 0; }
.ap-sp__seg span { font-size: 10.5px; font-weight: 700; color: #fff; white-space: nowrap; }
.ap-sp__seg--adv { background: var(--base-brand-green-main, #3a8518); }
.ap-sp__seg--det { background: var(--base-yellow-main, #e6b400); }
.ap-sp__seg--det span { color: var(--ms-fg, #17110c); }
.ap-sp__legend { display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; letter-spacing: 0.01em; }
.ap-sp__lg--adv { color: var(--base-brand-green-main, #3a8518); }
.ap-sp__lg--det { color: #b4573f; }
/* ---- Percentile vs benchmark: plain position label + colour-coded badge ---- */
.ap-pctl-row { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.ap-pctl__pos { font-size: 12px; font-weight: 400; color: var(--ms-fg, #17110c); }
.ap-pctl { display: inline-flex; align-items: baseline; padding: 4px 11px; border-radius: 900px; font-size: 12px; font-weight: 400; }
.ap-pctl sup { font-size: inherit; font-weight: 700; vertical-align: baseline; }
.ap-pctl__n { font-weight: 700; margin-right: 5px; }
.ap-pctl--above { background: #daebd1; color: #2b6418; }
.ap-pctl--within { background: var(--ms-ink-7, #eef1f4); color: #636c79; }
.ap-pctl--below { background: var(--base-yellow-1, #fbf4dd); color: #8a6d1a; }
.ap-gcard__bars .ap-bar { grid-template-columns: 1fr 32px; grid-template-rows: auto auto; gap: 2px 6px; align-items: center; }
.ap-gcard__bars .ap-bar__label { grid-column: 1 / -1; font-size: 11px; white-space: normal; overflow: visible; text-overflow: clip; line-height: 1.25; }
.ap-gcard__bars .ap-bar__track { grid-column: 1; }
.ap-gcard__bars .ap-bar__val { grid-column: 2; text-align: right; }
.ap-gcard__verdict { font-size: 11px; color: var(--ms-fg-muted, #636c79); line-height: 1.4; border-top: 1px solid var(--divider, #eef2f6); padding-top: 8px; }
.ap-bar__val { font-size: 12px; font-weight: 700; color: var(--ms-fg); text-align: right; white-space: nowrap; }
.ap-bar__count { font-weight: 500; color: var(--ms-fg-subtle); font-size: 11px; }

/* ---- Sentiment tiers (product tiles) ---- */
.ap-tiers { display: grid; gap: 14px; }
.ap-tier { display: grid; gap: 8px; }
.ap-tier__label {
  font-family: var(--ms-font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 6px;
}
.ap-tier__label::before { content: ""; width: 8px; height: 8px; border-radius: 2px; }
.ap-tier__label--top { color: #2f6b16; }
.ap-tier__label--top::before { background: #56892e; }
.ap-tier__label--mid { color: var(--ms-ink-3); }
.ap-tier__label--mid::before { background: #6d7888; }
.ap-tier__label--low { color: var(--ms-clay-deep); }
.ap-tier__label--low::before { background: var(--ms-clay); }

.ap-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(114px, 1fr)); gap: 14px 12px; }
.ap-tile { min-width: 0; position: relative; }
.ap-tile__card {
  position: relative; aspect-ratio: 1/1; border-radius: 9px; overflow: hidden;
  background: var(--ms-white, #fff); border: 1px solid var(--ms-border);
  display: flex; align-items: center; justify-content: center;
}
.ap-tile__card img { width: 100%; height: 100%; object-fit: contain; display: block; }
.ap-tile__x { font-family: var(--ms-font-mono); font-size: 13px; font-weight: 700; color: var(--ms-fg-muted); }
.ap-tile__badge {
  position: absolute; top: 5px; right: 5px;
  font-family: var(--ms-font-mono); font-size: 10.5px; font-weight: 700;
  border-radius: var(--ms-radius-pill, 999px); padding: 1px 7px; color: var(--ms-white);
}
.ap-tile__badge--top { background: #56892e; }
.ap-tile__badge--mid { background: #6d7888; }
.ap-tile__badge--low { background: var(--ms-clay); }
.ap-tile__name {
  margin-top: 6px; font-size: 11px; line-height: 1.25; color: var(--ms-fg-muted);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
/* Hover popover: larger imagery + full product name */
.ap-tile__pop {
  position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%) scale(0.96);
  transform-origin: bottom center; width: 190px; z-index: 70; padding: 10px;
  background: var(--ms-white, #fff); border: 1px solid var(--ms-border); border-radius: 12px;
  box-shadow: var(--ms-shadow-popup, 0 12px 32px rgba(4,12,21,0.18));
  opacity: 0; visibility: hidden; transition: opacity 0.12s ease, transform 0.12s ease; pointer-events: none;
}
.ap-tile:hover .ap-tile__pop { opacity: 1; visibility: visible; transform: translateX(-50%) scale(1); }
.ap-tile__pop-img {
  position: relative; aspect-ratio: 1/1; border-radius: 9px; overflow: hidden;
  background: var(--ms-white, #fff); border: 1px solid var(--ms-border);
  display: flex; align-items: center; justify-content: center;
}
.ap-tile__pop-img img { width: 100%; height: 100%; object-fit: contain; display: block; }
.ap-tile__pop-name { margin-top: 8px; font-size: 12.5px; font-weight: 600; line-height: 1.3; color: var(--ms-fg); text-align: center; }

/* ---- Single stat ---- */
.ap-stats { display: flex; flex-wrap: wrap; gap: 14px; }
.ap-stat {
  display: flex; flex-direction: column; gap: 2px; padding: 14px 18px;
  background: var(--ms-platinum); border: 1px solid var(--ms-border); border-radius: 12px; min-width: 150px;
}
.ap-stat__val { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; color: var(--ms-fg); line-height: 1; }
.ap-stat__label { font-size: 13px; font-weight: 700; color: var(--ms-fg); margin-top: 5px; }
.ap-stat__count { font-size: 11px; color: var(--ms-fg-muted); }

/* ---- Finding footer / trace ---- */
.ap-find__foot { margin-top: 13px; }
.ap-trace { margin: 0; }

/* =========================================================
   Line efficiency — TURF waterfall chart
   ========================================================= */
.ap-find--le { padding-bottom: 8px; }
.le-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 14px; }
.le-legend__item { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 400; color: var(--ms-ink-2); }
.le-legend__sw { width: 26px; height: 13px; border-radius: 7px; flex-shrink: 0; }
.le-legend__sw--incr { background: var(--chart-purple); }
.le-legend__sw--cum { background: #6d7888; }

.le-plotwrap { display: flex; align-items: flex-start; gap: 6px; }
.le-yaxis { position: relative; width: 30px; flex-shrink: 0; }
.le-ytick {
  position: absolute; right: 0; transform: translateY(-50%);
  font-size: 11px; color: var(--ms-fg-muted); font-variant-numeric: tabular-nums;
}
.le-scroll { flex: 1; min-width: 0; overflow-x: auto; overflow-y: visible; padding-bottom: 6px; }
.le-cols { position: relative; display: inline-flex; align-items: flex-start; }

.le-gridlines { position: absolute; top: 0; left: 0; width: 100%; pointer-events: none; }
.le-gridline { position: absolute; left: 0; right: 0; height: 1px; background: var(--ms-ink-7); }
.le-gridline:last-child { background: var(--ms-ink-6); }

.le-col { position: relative; width: 122px; flex-shrink: 0; }
.le-plot { position: relative; }

.le-bar { position: absolute; width: 40px; border-radius: 5px 5px 0 0; }
.le-bar--gray { left: 21px; bottom: 0; background: #6d7888; }
.le-bar--purple { left: 61px; background: var(--chart-purple); border-radius: 5px; }
.le-bar__cum {
  position: absolute; top: 7px; left: 0; right: 0; text-align: center;
  font-size: 13px; font-weight: 700; color: var(--ms-white); font-variant-numeric: tabular-nums;
}
.le-incr {
  position: absolute; left: 61px; width: 40px; text-align: center;
  font-size: 14px; font-weight: 800; color: var(--chart-purple); font-variant-numeric: tabular-nums;
}
.le-connect {
  position: absolute; left: 103px; width: 80px; height: 0;
  border-top: 1.5px dashed var(--chart-purple); opacity: 0.55;
}

.le-foot { padding-top: 12px; display: flex; flex-direction: column; align-items: center; gap: 5px; }
.le-foot__row { display: flex; align-items: center; gap: 7px; }
.le-foot__thumb {
  position: relative;
  width: 52px; height: 52px; border-radius: 9px; overflow: visible; flex-shrink: 0;
  background: var(--ms-white, #fff); border: 1px solid var(--ms-border);
  display: flex; align-items: center; justify-content: center;
}
.le-foot__thumb img { width: 100%; height: 100%; object-fit: contain; display: block; border-radius: 8px; }
.le-foot__x { font-family: var(--ms-font-mono); font-size: 12px; font-weight: 700; color: var(--ms-fg-muted); }
.le-score {
  position: absolute; top: -7px; right: -7px;
  min-width: 22px; padding: 1px 5px; border-radius: var(--ms-radius-pill, 999px);
  font-size: 11px; font-weight: 700; text-align: center; font-variant-numeric: tabular-nums;
  background: var(--ms-white); border: 1.5px solid var(--ms-ink-6); color: var(--ms-ink-3);
}
.le-score--hi { background: #4a8a2e; border-color: #4a8a2e; color: var(--ms-white); }
.le-foot__name {
  font-size: 11.5px; line-height: 1.25; color: var(--ms-fg); text-align: center; max-width: 112px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* =========================================================
   Advocate / detractor heatmap table
   ========================================================= */
.ap-heatscroll { overflow-x: auto; padding-bottom: 4px; }
.ap-heat { border-collapse: separate; border-spacing: 0; width: 100%; }
.ap-heat th, .ap-heat td { border: none; border-bottom: 1px solid var(--ms-ink-7); }
.ap-heat__corner {
  background: var(--ms-white); padding: 8px 10px;
  position: sticky; left: 0; z-index: 2; min-width: 116px; border-bottom: none;
}
.ap-heat__prodh { background: var(--ms-white); padding: 0; vertical-align: top; border-bottom: none; }
.ap-heat__prod {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  width: 100%; min-width: 92px; padding: 10px 8px 9px; background: none; border: none; cursor: pointer;
}
.ap-heat__prod:hover { background: var(--ms-bg-alt); }
.ap-heat__thumb {
  position: relative; width: 46px; height: 46px; border-radius: 8px; overflow: visible;
  background: var(--ms-white, #fff); border: 1px solid var(--ms-border);
  display: flex; align-items: center; justify-content: center;
}
.ap-heat__thumb img { width: 100%; height: 100%; object-fit: contain; display: block; border-radius: 7px; }
.ap-heat__pname {
  font-size: 11px; font-weight: 600; line-height: 1.22; color: var(--ms-fg); text-align: center; max-width: 96px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ap-heat__pbase { font-family: var(--ms-font-mono); font-size: 9.5px; color: var(--ms-fg-muted); }
.ap-heat__attr {
  text-align: left; font-size: 12px; font-weight: 600; color: var(--ms-fg);
  background: var(--ms-white); padding: 8px 10px; white-space: nowrap;
  position: sticky; left: 0; z-index: 1;
}
.ap-heat__cell {
  text-align: center; font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums;
  padding: 9px 8px; min-width: 56px;
}
.ap-heat__na { color: var(--ms-ink-6); font-weight: 400; }

@media (max-width: 1180px) {
  .ap-bar { grid-template-columns: 20px minmax(96px, 130px) 1fr auto; }
  .ap-bars--attr .ap-bar { grid-template-columns: minmax(96px, 130px) 1fr auto; }
}
