/* ============================================================
   Bol.com integration — extras
   Brand: deep ultramarine #0000A4, white, with a coral signal accent
============================================================ */

:root {
  --bol: #0000A4;
  --bol-bright: #002BFF;
  --bol-tint: color-mix(in srgb, #002BFF 14%, transparent);
  --bol-coral: #FF5A36;
}

/* ---------- subnav for integrations family ---------- */
.subnav {
  background: var(--bg-alt);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 65px;
  z-index: 40;
}
.subnav-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px var(--pad-x);
  overflow-x: auto;
}
.subnav-eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.subnav-inner a {
  text-decoration: none;
  color: var(--muted);
  font-size: 13.5px;
  letter-spacing: -0.005em;
  white-space: nowrap;
  padding: 4px 0;
}
.subnav-inner a:hover { color: var(--ink); }
.subnav-inner a.active {
  color: var(--ink);
  font-weight: 500;
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 2px;
}

/* ---------- Bol kicker + buttons ---------- */
.kicker.bol {
  background: var(--bol-tint);
  border-color: rgba(0,43,255,0.30);
  color: #6B7BFF;
}
.kicker .dot.bol {
  background: var(--bol-bright);
  box-shadow: 0 0 0 3px rgba(0,43,255,0.25);
}
.btn-bol {
  background: var(--bol);
  color: #fff;
  border-color: var(--bol);
}
.btn-bol:hover { background: #0000C8; transform: translateY(-1px); }
.btn-bol.full { width: 100%; justify-content: center; }
.bol-mark {
  display: inline-grid;
  place-items: center;
  width: 20px; height: 20px;
  background: var(--bol);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  border-radius: 5px;
  flex-shrink: 0;
  font-family: var(--f-sans);
}
.bol-mark.sm { width: 18px; height: 18px; font-size: 11px; border-radius: 4px; }

.hero-bol .display { font-size: clamp(56px, 8.8vw, 116px); line-height: 0.94; }

/* ============================================================
   HERO PEEK — Bol listing manager
============================================================ */
.bol-peek .peek-frame { background: var(--bg-card); }
.bol-toolbar { background: var(--bg-soft); }
.chip.bol-live i {
  width: 7px; height: 7px;
  background: var(--bol-bright);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0,43,255,0.25);
  animation: pulse 2.4s ease-in-out infinite;
}

.bol-dash {
  display: grid;
  grid-template-columns: 1fr 280px;
  min-height: 540px;
}
@media (max-width: 920px){ .bol-dash { grid-template-columns: 1fr; } }

.bol-listing {
  padding: 22px 26px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bl-head { display: flex; gap: 14px; align-items: flex-start; }
.bl-tn {
  width: 64px; height: 64px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2A2A26, #4A4A45);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.bl-tn::before {
  content: ""; position: absolute;
  inset: 14px 12px 8px 12px;
  background: rgba(255,255,255,0.10);
  border-radius: 4px 4px 0 0;
}
.bl-tn.sm { width: 40px; height: 40px; border-radius: 7px; }
.bl-tn.sm::before { inset: 9px 8px 5px 8px; }

.bl-h { flex: 1; min-width: 0; }
.bl-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.3;
  margin-bottom: 6px;
}
.bl-meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: var(--muted);
  flex-wrap: wrap;
}
.bl-cat { color: var(--ink-mid); }
.bl-ean { font-size: 11.5px; }

/* compliance meter */
.bl-compliance {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
}
.cmp-row {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  margin-bottom: 8px;
}
.cmp-label { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.cmp-counter b { font-weight: 500; }
.cmp-bar {
  height: 4px;
  background: rgba(var(--ink-rgb),0.08);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 14px;
}
.cmp-bar > span {
  display: block; height: 100%;
  background: var(--bol-bright);
  border-radius: 2px;
  transition: width 0.4s ease;
}
.cmp-rules {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cr {
  font-family: var(--f-mono);
  font-size: 11px;
  padding: 4px 8px 4px 22px;
  background: rgba(var(--ink-rgb),0.04);
  border-radius: 999px;
  color: var(--ink-mid);
  position: relative;
}
.cr::before {
  content: "✓";
  position: absolute;
  left: 7px; top: 3px;
  font-size: 10px;
  color: var(--ok);
  font-weight: 700;
}
.cr.warn::before { content: "!"; color: var(--warn); }
.cr.err::before { content: "×"; color: var(--err); }

/* buy box */
.bl-buybox {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.bb-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
  font-size: 12.5px;
}
.bb-title { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.bb-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--ok);
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(29,122,58,0.10);
  position: relative;
}
.bb-status i {
  width: 7px; height: 7px;
  background: var(--ok);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(29,122,58,0.18);
}
.bb-status.flash { animation: bbFlash 1.2s ease-out; }
@keyframes bbFlash {
  0% { background: rgba(29,122,58,0.10); box-shadow: 0 0 0 0 rgba(29,122,58,0); }
  30% { background: rgba(29,122,58,0.25); box-shadow: 0 0 0 6px rgba(29,122,58,0); }
  100% { background: rgba(29,122,58,0.10); }
}

.bb-rows { display: flex; flex-direction: column; }
.bb-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 9px 14px;
  border-bottom: 1px solid var(--line);
  font-size: 12.5px;
}
.bb-row:last-child { border-bottom: none; }
.bb-row.me {
  background: rgba(0,43,255,0.10);
  font-weight: 500;
}
.bb-bar {
  height: 5px;
  background: rgba(var(--ink-rgb),0.05);
  border-radius: 3px;
  overflow: hidden;
}
.bb-bar > span {
  display: block;
  height: 100%;
  background: rgba(var(--ink-rgb),0.3);
  border-radius: 3px;
}
.bb-row.me .bb-bar > span { background: var(--bol-bright); }
.bb-price { color: var(--ink); }
.bb-tag {
  font-family: var(--f-mono);
  font-size: 10px;
  background: var(--bol);
  color: #fff;
  padding: 3px 7px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}

/* Sidebar (right) */
.bol-side {
  padding: 22px 22px;
  background: var(--bg-soft);
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.bs-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bs-h {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.gpc-confidence {
  display: flex;
  align-items: center;
  gap: 14px;
}
.gpc-ring {
  width: 70px; height: 70px;
  flex-shrink: 0;
}
.gpc-num { display: flex; flex-direction: column; line-height: 1.1; }
.gpc-num b {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.025em;
}
.gpc-num span { font-size: 11px; color: var(--muted); }
.gpc-tree { display: flex; flex-direction: column; gap: 4px; font-size: 12px; }
.gpc-row {
  padding: 5px 8px;
  border-radius: 5px;
  color: var(--muted);
}
.gpc-row.indent { padding-left: 18px; }
.gpc-row.indent2 { padding-left: 30px; }
.gpc-row.on {
  background: var(--bol);
  color: #fff;
  font-weight: 500;
}
.ls-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--ink-mid);
}
.ls-row b { font-weight: 500; font-size: 12px; color: var(--ink); }

/* ============================================================
   STAT STRIP
============================================================ */
.bol-trust { padding: 50px 0 30px; }
.trust-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 4vw, 60px);
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
@media (max-width: 720px){ .trust-stats { grid-template-columns: 1fr 1fr; gap: 30px; } }
.ts {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ts b {
  font-weight: 500;
  font-size: clamp(36px, 4.4vw, 56px);
  letter-spacing: -0.035em;
  line-height: 1;
  font-family: var(--f-sans);
}
.ts span { font-size: 13.5px; color: var(--muted); }

/* ============================================================
   BOL FEATURE BLOCKS
============================================================ */
.bol-feature .two-col-wide { align-items: center; }
.bf-copy .h-display { font-size: clamp(36px, 5vw, 64px); }
.bf-visual { display: flex; justify-content: center; }

/* GPC card */
.gpc-card {
  width: 100%;
  max-width: 460px;
  padding: 24px 24px 22px;
}
.gpcc-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}
.gpcc-tag {
  font-family: var(--f-mono);
  font-size: 11.5px;
  padding: 4px 10px;
  background: var(--ink);
  color: var(--bg);
  border-radius: 5px;
  letter-spacing: 0.02em;
}
.gpcc-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--muted);
}
.gpcc-status i {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--bol-bright);
  animation: pulse 1.8s ease-in-out infinite;
}
.gpcc-prod {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--line);
  margin-bottom: 16px;
}
.gpcc-prod b { display: block; font-size: 14px; font-weight: 600; letter-spacing: -0.015em; }
.gpcc-prod .muted { font-size: 12px; font-family: var(--f-mono); }

.gpcc-tree { display: flex; flex-direction: column; align-items: flex-start; }
.gpct-row {
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(8px);
}
.bf-visual.in-view .gpct-row { animation: fadeUp 0.6s ease-out forwards; }
.bf-visual.in-view .gpct-row.r0 { animation-delay: 0.05s; }
.bf-visual.in-view .gpct-row.r1 { animation-delay: 0.3s; }
.bf-visual.in-view .gpct-row.r2 { animation-delay: 0.55s; }
.bf-visual.in-view .gpct-row.r3 { animation-delay: 0.8s; }
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
.gpct-row.hl {
  background: var(--bol);
  color: #fff;
  border-color: var(--bol);
  box-shadow: 0 6px 16px -6px rgba(0,0,164,0.4);
}
.gpct-id { color: rgba(255,255,255,0.7); font-size: 10.5px; }
.gpct-arrow {
  width: 1.5px;
  height: 16px;
  background: var(--line-2);
  margin: 4px 0 4px 22px;
  position: relative;
  opacity: 0;
}
.bf-visual.in-view .gpct-arrow { animation: arrowGrow 0.3s ease-out forwards; }
.bf-visual.in-view .gpct-arrow:nth-of-type(1) { animation-delay: 0.2s; }
.bf-visual.in-view .gpct-arrow:nth-of-type(2) { animation-delay: 0.45s; }
.bf-visual.in-view .gpct-arrow:nth-of-type(3) { animation-delay: 0.7s; }
@keyframes arrowGrow { to { opacity: 1; } }
.gpct-arrow span {
  position: absolute;
  bottom: -3px; left: -3px;
  width: 7px; height: 7px;
  border-right: 1.5px solid var(--line-2);
  border-bottom: 1.5px solid var(--line-2);
  transform: rotate(45deg);
}

.gpcc-foot {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.gpcc-bar {
  height: 6px;
  background: rgba(var(--ink-rgb),0.08);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}
.gpcc-bar > span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--bol-bright), #6B7BFF);
  transition: width 1.4s cubic-bezier(.2,.7,.3,1);
}
.gpcc-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  color: var(--muted);
}

/* COMPLIANCE card */
.cmp-card {
  width: 100%;
  max-width: 480px;
  padding: 24px 24px 22px;
}
.cmpc-h {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 15px;
}
.cmpc-field { margin-bottom: 18px; }
.cmpc-label {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.cmpc-val {
  font-size: 13.5px;
  line-height: 1.45;
  padding: 10px 12px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 8px;
}
.cmpc-val.small { font-size: 12.5px; }
.cmpc-meter {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}
.cmpc-bar {
  height: 4px;
  background: rgba(var(--ink-rgb),0.08);
  border-radius: 2px;
  overflow: hidden;
}
.cmpc-bar > span {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--bol-bright);
  transition: width 1.4s cubic-bezier(.2,.7,.3,1);
}
.cmpc-count {
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--muted);
}
.cmpc-count b { color: var(--ink); font-weight: 500; }
.cmpc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 18px;
}
.cmpc-mini {
  font-size: 11.5px;
  padding: 7px 9px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ink-mid);
}
.cmpc-gate {
  padding: 12px 14px;
  background: rgba(29,122,58,0.08);
  border: 1px solid rgba(29,122,58,0.18);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cgate-eyebrow {
  font-family: var(--f-mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ok);
}
.cgate-status {
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 500;
}

/* ============================================================
   IMAGE PULL — dark section animation
============================================================ */
.pull-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 820px){
  .pull-row { grid-template-columns: 1fr; gap: 20px; }
  .pull-arrow { transform: rotate(90deg); justify-self: center; }
}
.pull-step { display: flex; justify-content: center; }
.ps-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line-light);
  border-radius: 14px;
  padding: 14px;
  width: 100%;
  max-width: 220px;
}
.ps-tag {
  font-family: var(--f-mono);
  font-size: 11px;
  background: rgba(255,255,255,0.10);
  color: #fff;
  padding: 3px 9px;
  border-radius: 999px;
  margin-bottom: 10px;
  display: inline-block;
}
.ps-ph {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.ps-ph.empty {
  border: 1px dashed rgba(255,255,255,0.20);
  background: transparent;
  display: grid;
  place-items: center;
}
.ps-empty {
  font-family: var(--f-mono);
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  text-align: center;
  padding: 0 14px;
  line-height: 1.4;
}
.ps-ph .ai-fill { width: 100%; height: 100%; }
.ps-card.pulling .ps-ph .ai-fill { opacity: 0; }
.pull-row.in-view .ps-card.pulling .ps-ph .ai-fill {
  animation: imgReveal 1.6s ease-out 0.6s forwards;
}
@keyframes imgReveal {
  0% { opacity: 0; clip-path: inset(100% 0 0 0); }
  100% { opacity: 1; clip-path: inset(0 0 0 0); }
}
.ps-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.10) 30%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.10) 70%, transparent 100%);
  background-size: 220% 100%;
  background-position: -120% 0;
}
.pull-row.in-view .ps-card.pulling .ps-shimmer {
  animation: shimmerSlide 1.4s ease-out 0.2s 1 forwards;
}
@keyframes shimmerSlide {
  to { background-position: 220% 0; }
}
.ps-badge {
  position: absolute;
  bottom: 8px; right: 8px;
  width: 22px; height: 22px;
  background: var(--ok);
  border-radius: 50%;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(0.4);
}
.ps-badge .dt { background: var(--bg-card); }
.pull-row.in-view .ps-card .ps-badge {
  animation: badgePop 0.4s cubic-bezier(.2,.8,.3,1.4) 1.8s forwards;
}
@keyframes badgePop {
  to { opacity: 1; transform: scale(1); }
}
.ps-meta b { display: block; font-size: 13.5px; font-weight: 500; color: #fff; }
.ps-meta span { font-size: 11.5px; color: rgba(255,255,255,0.55); font-family: var(--f-mono); }

.pull-arrow svg { width: 80px; height: 20px; }
.pull-arrow svg path {
  stroke-dashoffset: 0;
  animation: dashFlow 1.4s linear infinite;
}
@keyframes dashFlow { to { stroke-dashoffset: -16; } }

.pull-foot {
  text-align: center;
  font-size: 13.5px;
  color: rgba(255,255,255,0.65);
  max-width: 720px;
  margin: 36px auto 0;
}

/* ============================================================
   MARKET DATA
============================================================ */
.md-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 18px;
}
@media (max-width: 920px){ .md-grid { grid-template-columns: 1fr; } }
.md-card { padding: 26px 28px 24px; }
.md-h {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 18px;
}
.md-h b { font-size: 15px; font-weight: 600; }
.md-h .muted { font-size: 12.5px; font-family: var(--f-mono); }

.md-prices {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 22px;
}
.md-row {
  display: grid;
  grid-template-columns: 24px 1.4fr auto auto;
  gap: 14px;
  align-items: center;
  padding: 10px 12px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 13px;
  transition: transform 0.4s ease;
}
.md-row.me {
  background: rgba(0,43,255,0.10);
  border-color: rgba(0,43,255,0.30);
  font-weight: 500;
}
.md-card.in-view .md-row.me { animation: meRise 1.2s cubic-bezier(.2,.7,.3,1) 0.3s both; }
@keyframes meRise {
  0% { transform: translateY(20px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.md-rank {
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}
.md-row.me .md-rank { color: #6B7BFF; font-weight: 700; }
.md-bol {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--f-mono);
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(0,43,255,0.12);
  color: #6B7BFF;
}
.md-bol i {
  width: 6px; height: 6px;
  background: var(--bol-bright);
  border-radius: 50%;
}
.md-bol.off { background: rgba(var(--ink-rgb),0.06); color: var(--muted); }
.md-bol.off i { background: var(--muted); }
.md-price { font-size: 13.5px; }

.md-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
@media (max-width: 720px){ .md-stat-row { grid-template-columns: 1fr 1fr; } }
.md-stat-l {
  font-family: var(--f-mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.md-stat-v {
  font-size: 17px;
  letter-spacing: -0.015em;
}
.md-stat-v b { font-weight: 500; }

/* market data credits card */
.credits-card {
  padding: 26px 26px 22px;
}
.cc-eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}
.cc-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.cc-plan {
  padding: 14px 16px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.cc-plan.featured {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.cc-plan.featured .cc-name { color: rgba(30,30,42,0.65); }
.cc-plan.featured .cc-blurb { color: rgba(30,30,42,0.75); }
.cc-name {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.cc-num {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.cc-num .unit { font-size: 12px; color: var(--muted); font-weight: 400; margin-left: 4px; }
.cc-plan.featured .cc-num .unit { color: rgba(30,30,42,0.65); }
.cc-blurb {
  margin: 6px 0 0;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.4;
}
.cc-foot { margin-bottom: 0; }

/* ============================================================
   WORKFLOW (variation of NEXERA workflow canvas)
============================================================ */
.bol-flow { padding: 0; overflow: hidden; }
.bf-toolbar {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}
.bf-board {
  position: relative;
  height: 320px;
  background:
    radial-gradient(circle, rgba(var(--ink-rgb),0.08) 1px, transparent 1.2px) 0 0 / 22px 22px,
    var(--bg-soft);
}
.bf-wires {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.bf-wires path {
  fill: none;
  stroke: rgba(0,43,255,0.55);
  stroke-width: 1.4;
  stroke-dasharray: 5 4;
  animation: dashflow 2.2s linear infinite;
}
.bf-node {
  position: absolute;
  background: var(--bg-card);
  border: 1px solid var(--line-2);
  border-radius: 10px;
  width: 168px;
  box-shadow: var(--shadow);
  font-size: 12px;
  overflow: hidden;
}
.bf-node.trig { border-color: rgba(var(--ink-rgb),0.4); }
.bf-node.bol-ai {
  border-color: var(--bol-bright);
  box-shadow: 0 0 0 3px rgba(0,43,255,0.18), var(--shadow);
}
.bf-nh {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-family: var(--f-mono);
  letter-spacing: 0.02em;
  color: var(--muted);
  background: var(--bg-soft);
}
.bf-node.bol-ai .bf-nh { background: var(--bol); color: #fff; }
.bf-nb {
  padding: 10px;
  display: flex; flex-direction: column; line-height: 1.3;
}
.bf-nb b { font-weight: 600; font-size: 13px; letter-spacing: -0.015em; }
.bf-nb span { color: var(--muted); font-size: 11.5px; margin-top: 2px; }

.bni {
  width: 14px; height: 14px;
  display: inline-grid; place-items: center;
  border-radius: 3px;
  background: rgba(var(--ink-rgb),0.08);
  font-style: normal;
}
.bni.gpc { background: var(--bol); color: #fff; }
.bni.gpc::before { content: "▼"; font-size: 8px; }
.bni.trig::before { content: "▶"; font-size: 7px; color: var(--ink); }
.bni.img::before  { content: "▭"; font-size: 9px; color: var(--ink); }
.bni.gate::before { content: "◇"; font-size: 9px; color: var(--ink); }
.bni.out::before  { content: "↗"; font-size: 10px; color: var(--ink); }

.bf-progress {
  height: 3px;
  background: rgba(var(--ink-rgb),0.08);
  border-radius: 2px;
  margin: 0 10px 10px;
  overflow: hidden;
}
.bf-progress > span {
  display: block; height: 100%;
  background: var(--bol-bright);
  animation: prog 3s linear infinite;
}

.bf-foot {
  display: flex;
  gap: 18px;
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.bf-stat.ok { color: var(--ok); }

/* ============================================================
   COMPARE TABLE HIGHLIGHTS (bol variant)
============================================================ */
.compare-table .cmp-row .hl.bol-hl {
  background: rgba(0,43,255,0.12);
}
.compare-table .cmp-row.cmp-head .hl.bol-hl {
  background: var(--bol);
  color: #fff;
}

/* ── White mode (html[data-theme="light"]) overrides ── */
html[data-theme="light"] {
  --bol-tint: #E6E6F4;
  --bol-bright: var(--bol); /* bar fills / dots back to brand navy on white */
}
html[data-theme="light"] .kicker.bol {
  border-color: rgba(0,0,164,0.18);
  color: #1A1A6A;
}
html[data-theme="light"] .kicker .dot.bol { box-shadow: 0 0 0 3px rgba(0,0,164,0.22); }
html[data-theme="light"] .btn-bol:hover { background: #00007A; }
html[data-theme="light"] .chip.bol-live i { box-shadow: 0 0 0 3px rgba(0,0,164,0.20); }
html[data-theme="light"] .bb-row.me { background: rgba(0,0,164,0.04); }
html[data-theme="light"] .gpcc-bar > span { background: linear-gradient(90deg, var(--bol), #002BFF); }
html[data-theme="light"] .md-row.me {
  background: rgba(0,0,164,0.04);
  border-color: rgba(0,0,164,0.18);
}
html[data-theme="light"] .md-row.me .md-rank { color: var(--bol); }
html[data-theme="light"] .md-bol:not(.off) {
  background: rgba(0,0,164,0.08);
  color: var(--bol);
}
/* featured plan card sits on var(--ink), which is dark again in light mode */
html[data-theme="light"] .cc-plan.featured .cc-name { color: rgba(255,255,255,0.6); }
html[data-theme="light"] .cc-plan.featured .cc-blurb { color: rgba(255,255,255,0.7); }
html[data-theme="light"] .cc-plan.featured .cc-num .unit { color: rgba(255,255,255,0.6); }
html[data-theme="light"] .bf-wires path { stroke: rgba(0,0,164,0.4); }
html[data-theme="light"] .bf-node.bol-ai { box-shadow: 0 0 0 3px rgba(0,0,164,0.10), var(--shadow); }
html[data-theme="light"] .compare-table .cmp-row:not(.cmp-head) .hl.bol-hl { background: rgba(0,0,164,0.06); }
