/* ============================================================
   Product showcase (lab): tabs + live app window, huly-style
   ============================================================ */
/* scoped reset: the showcase must not depend on (or leak into) the host page */
.sc *, .sc *::before, .sc *::after { box-sizing: border-box; margin: 0; padding: 0; }
.sc button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
.sc ul, .sc ol { list-style: none; }
.sc img { max-width: 100%; display: block; }

/* ============================================================
   SHOWCASE
   ============================================================ */
.sc {
  --acc: #f47d0d;
  margin-top: 48px;
  /* colour theme: product colours (for the product sites) */
  --hub-1: color-mix(in srgb, var(--acc) 55%, #fff);
  --hub-2: color-mix(in srgb, var(--acc) 72%, #000);
  --ok: #3ddc84; --warn: #f5c542; --bad: #ff5d5d;
  --spark-1: var(--acc); --spark-2: var(--ok); --spark-3: #5b8cff; --spark-4: var(--warn);
  --stripe: #635bff; --adyen: #0abf53; --paypal: #fff; --paypal-ink: #003087; --ck: #1a1c22; --logo-ink: #fff;
  --ui-bg: #0c0d11; --ui-side: #0e0f13; --panel: #13151a; --panel-2: #181a20; --line: rgba(255, 255, 255, .07);
  --ink: #eceef2; --mute: #8d919b; --dim: #5d616b;
}
/* monochrome theme: Big Family keeps its single violet palette for every product */
.sc[data-theme="mono"] {
  --acc: #8a87f9;
  --hub-1: #b9b6ff; --hub-2: #3f3bc4;
  --ok: #b9b6ff; --warn: #8f8cf0; --bad: #d4c6ff;
  --spark-1: #a19ff9; --spark-2: #c9c7ff; --spark-3: #7d79f0; --spark-4: #b0adff;
  --stripe: #26245f; --adyen: #26245f; --paypal: #26245f; --paypal-ink: #d8d6ff; --ck: #1b1a45; --logo-ink: #d8d6ff;
  --ui-bg: #0a0b17; --ui-side: #0c0d1b; --panel: #111326; --panel-2: #16182f; --line: rgba(190, 188, 255, .09);
  --ink: #ecebff; --mute: #8f90b4; --dim: #5d5e84;
}
.sc[data-theme="mono"] .sc-tab { --acc: #8a87f9 !important; }

/* ---------- tabs ---------- */
.sc-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(161, 159, 255, .16);
  border-radius: 18px;
  background: color-mix(in srgb, var(--ui-bg, #0a0b17) 86%, transparent);
  box-shadow: 0 12px 40px -14px rgba(0, 0, 0, .7);
}
.sc-tab {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 10px 16px 10px 12px;
  border-radius: 13px;
  text-align: left;
  transition: background-color .25s ease, box-shadow .25s ease;
}
.sc-tab:hover { background: rgba(255, 255, 255, .04); }
.sc-tab:focus-visible { outline: 2px solid var(--acc); outline-offset: 2px; }
.sc-tab__mark { grid-row: 1 / 3; width: 30px; height: 36px; overflow: visible; }
.sc-tab__mark .hex { fill: rgba(255, 255, 255, .1); transition: fill .3s ease; }
.sc-tab__name { font-size: 17px; font-weight: 600; letter-spacing: -.01em; color: rgba(243, 243, 245, .72); transition: color .25s ease; }
.sc-tab__kind { font-size: 13px; color: rgba(243, 243, 245, .45); }
.sc-tab.is-active {
  background: color-mix(in srgb, var(--acc) 12%, rgba(255, 255, 255, .03));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--acc) 45%, transparent), inset 0 1px 0 rgba(255, 255, 255, .08);
}
.sc-tab.is-active .sc-tab__name { color: #fff; }
.sc-tab.is-active .sc-tab__mark .hex { fill: var(--acc); }
.sc-tab.is-active .sc-tab__mark { filter: drop-shadow(0 0 10px color-mix(in srgb, var(--acc) 60%, transparent)); }

/* ---------- copy ---------- */
.sc-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  margin-top: 40px;
}
.sc-copy__text { max-width: 720px; display: grid; }
.sc-copy__text > * { grid-area: 1 / 1; }
.sc-copy__sizer { visibility: hidden; pointer-events: none; }
.sc-copy__title { font-size: 44px; font-weight: 500; letter-spacing: -.03em; line-height: 1.05; color: #fff; }
.sc-copy__lead { margin-top: 14px; font-size: 18px; line-height: 1.5; color: rgba(243, 243, 245, .78); text-wrap: pretty; }
.sc-copy__cta {
  display: inline-flex; align-items: center; gap: 6px;
  min-height: 48px; padding: 0 20px 0 22px;
  border-radius: 12px;
  font-weight: 600; font-size: 16px; color: #fff; text-decoration: none; white-space: nowrap;
  background: color-mix(in srgb, var(--acc) 22%, rgba(255, 255, 255, .03));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--acc) 60%, transparent), 0 8px 30px -10px color-mix(in srgb, var(--acc) 70%, transparent);
  transition: background-color .2s ease, transform .2s ease;
}
.sc-copy__cta svg { width: 18px; height: 18px; }
.sc-copy__cta:hover { background: color-mix(in srgb, var(--acc) 34%, rgba(255, 255, 255, .03)); }
.sc-copy__cta:active { transform: translateY(1px); }
.sc-copy__cta:focus-visible { outline: 2px solid var(--acc); outline-offset: 3px; }
.sc-copy.is-swapping .sc-copy__text,
.sc-copy.is-swapping .sc-copy__cta { opacity: 0; transform: translateY(6px); }
.sc-copy__text, .sc-copy__cta { transition: opacity .28s ease, transform .28s ease, background-color .2s ease, box-shadow .35s ease; }

/* ---------- stage: light beam + window ---------- */
.sc-stage { position: relative; margin-top: 40px; padding-top: 70px; }
/* the beam hangs from the CTA and lands on the window; a click on a tab sends a light
   pulse from that tab along a rail, behind the CTA and down the beam into the window */
.sc { position: relative; }
.sc-copy__text { position: relative; z-index: 2; }
/* the switcher sticks to the top of the screen while the showcase is in view */
.sc-tabs { position: sticky; top: 12px; z-index: 6; }
.sc-copy__cta { position: relative; z-index: 2; }
.sc-beam { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.sc-beam__core {
  position: absolute; left: var(--bx, 50%); top: calc(var(--by1, 0px) + 6px);
  width: 2px; height: max(0px, calc(var(--by2, 0px) - var(--by1, 0px) - 6px)); transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--acc) 75%, #fff) 55%, #fff 100%);
  box-shadow: 0 0 16px 3px color-mix(in srgb, var(--acc) 55%, transparent), 0 0 50px 14px color-mix(in srgb, var(--acc) 18%, transparent);
  border-radius: 2px;
  transition: left .5s cubic-bezier(.16, 1, .3, 1), background .6s ease, box-shadow .6s ease;
}
.sc-beam__flare {
  position: absolute; left: var(--bx, 50%); top: calc(var(--by2, 0px) - 30px); width: 900px; height: 240px; transform: translateX(-50%);
  background: radial-gradient(50% 45% at 50% 12%, color-mix(in srgb, var(--acc) 50%, transparent), transparent 70%);
  filter: blur(8px);
  transition: left .5s cubic-bezier(.16, 1, .3, 1), background .6s ease;
}
.sc-beam__flare.is-burst { animation: flare-burst .9s ease-out; }
@keyframes flare-burst { 0% { opacity: 1; transform: translateX(-50%) scale(1); } 25% { opacity: 1; transform: translateX(-50%) scale(1.25, 1.5); filter: blur(4px) brightness(1.8); } 100% { opacity: 1; transform: translateX(-50%) scale(1); } }
.sc-wave { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; z-index: 1; }
.sc-wave path { fill: none; stroke-linecap: round; stroke-linejoin: round; opacity: 0; }
.sc-wave__core { stroke: #fff; stroke-width: 2.2; }
.sc-wave__glow { stroke: var(--acc); stroke-width: 8; filter: blur(5px); }
.sc-copy__cta.is-charged { box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--acc) 90%, #fff), 0 0 34px -2px color-mix(in srgb, var(--acc) 90%, transparent); }
.sc-window__fit.is-arriving > [data-app]:not([hidden]) { animation: app-in .55s cubic-bezier(.16, 1, .3, 1); }
@keyframes app-in { from { opacity: 0; transform: translateY(8px); filter: brightness(1.6); } to { opacity: 1; transform: none; filter: none; } }

.sc-window {
  position: relative; z-index: 1;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--acc) 70%, #fff) 0%, rgba(255, 255, 255, .12) 18%, rgba(255, 255, 255, .06) 60%, transparent 100%);
  box-shadow: 0 -20px 80px -30px color-mix(in srgb, var(--acc) 60%, transparent), 0 40px 120px -40px rgba(0, 0, 0, .8);
  /* the window dissolves into the page like on huly.io */
  -webkit-mask-image: linear-gradient(#000 72%, transparent 100%);
  mask-image: linear-gradient(#000 72%, transparent 100%);
  transition: box-shadow .6s ease;
}
.sc-window__fit {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  background: var(--ui-bg);
  height: calc(var(--k, 1) * 760px);
}
.sc-soon { position: absolute; inset: 0; display: grid; place-items: center; background: var(--ui-bg); color: rgba(243, 243, 245, .55); font-size: 16px; }
.sc-soon[hidden] { display: none; }
@media (max-width: 767px) { .sc-window__fit.is-empty { min-height: 620px; } }

/* ============================================================
   APP (shared shell). Designed at 1180px, scaled with zoom.
   ============================================================ */
.app {
  width: 1180px;
  zoom: var(--k, 1);
  display: grid;
  grid-template-columns: 204px 1fr;
  min-height: 860px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
  font-variant-numeric: tabular-nums;
}
.app svg:not(.pflow):not(.spark) { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.app .plogo svg, .app svg[style*="color"] { fill: currentColor; stroke: none; }

.dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--mute); flex-shrink: 0; }
.dot--live, .dot--ok { background: var(--ok); }
.dot--warn { background: var(--warn); }
.dot--bad { background: var(--bad); }
/* the "live" ring pulses with transform/opacity only (composited, no repaint) */
.dot--live { position: relative; }
.dot--live::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--ok); opacity: .55; animation: live-pulse 2s ease-out infinite; }
@keyframes live-pulse { 0% { transform: scale(1); opacity: .55; } 70%, 100% { transform: scale(3); opacity: 0; } }

/* sidebar */
.app-side { display: flex; flex-direction: column; gap: 22px; padding: 18px 12px; border-right: 1px solid var(--line); background: var(--ui-side); }
.app-brand { display: flex; align-items: center; gap: 10px; padding: 0 6px; }
.app-brand svg { width: 30px !important; height: 36px !important; stroke: none !important; }
.app-brand b { display: block; font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.app-brand small { display: block; margin-top: 1px; font-size: 8.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); }
.app-nav { display: flex; flex-direction: column; gap: 2px; }
.app-nav span { white-space: nowrap; display: flex; align-items: center; gap: 11px; padding: 9px 10px; border-radius: 9px; color: color-mix(in srgb, var(--ink) 75%, transparent); font-size: 13.5px; }
.app-nav span svg { color: var(--mute); width: 17px; height: 17px; }
.app-nav .is-active { color: var(--acc); background: color-mix(in srgb, var(--acc) 13%, transparent); box-shadow: inset 2px 0 0 var(--acc); }
.app-nav .is-active svg { color: var(--acc); }
.app-env { margin-top: auto; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }
.app-env small { display: block; font-size: 11px; color: var(--mute); }
.app-env span { display: flex; align-items: center; gap: 7px; margin-top: 5px; font-weight: 500; }
.app-env span svg { margin-left: auto; width: 14px; height: 14px; color: var(--mute); }

/* main */
.app-main { display: flex; flex-direction: column; gap: 16px; padding: 16px 20px 20px; min-width: 0; }
.app-top { display: flex; align-items: center; gap: 12px; }
.app-search { white-space: nowrap; overflow: hidden; display: flex; align-items: center; gap: 9px; width: 380px; height: 36px; padding: 0 10px 0 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--panel); color: var(--dim); }
.app-search kbd { margin-left: auto; padding: 2px 6px; border: 1px solid var(--line); border-radius: 5px; font: 11px/1.2 inherit; color: var(--mute); }
.app-top__right { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.app-chip { display: inline-flex; align-items: center; gap: 7px; height: 32px; padding: 0 11px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); color: color-mix(in srgb, var(--ink) 84%, transparent); font-size: 12.5px; }
.app-chip svg { width: 14px !important; height: 14px !important; color: var(--mute); }
.app-chip--live { color: var(--ok); border-color: color-mix(in srgb, var(--ok) 25%, transparent); background: color-mix(in srgb, var(--ok) 7%, transparent); }
.app-chip--sm { height: 22px; padding: 0 8px; font-size: 11px; border-radius: 6px; }
.app-bell { position: relative; display: grid; place-items: center; width: 32px; height: 32px; color: color-mix(in srgb, var(--ink) 84%, transparent); }
.app-bell i { position: absolute; top: 6px; right: 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--acc); box-shadow: 0 0 0 2px var(--ui-bg); }
.app-user { display: flex; align-items: center; gap: 9px; padding-left: 6px; }
.app-user b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: color-mix(in srgb, var(--acc) 22%, var(--panel-2)); font-size: 12px; font-weight: 600; }
.app-user span { font-size: 12.5px; font-weight: 500; }
.app-user small { display: block; font-size: 11px; font-weight: 400; color: var(--mute); }

.app-head h4 { font-size: 24px; font-weight: 600; letter-spacing: -.02em; }
.app-head p { margin-top: 3px; color: var(--mute); }

/* KPIs */
.app-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.kpi { position: relative; display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 8px; padding: 13px 14px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); overflow: hidden; }
.kpi small { flex-basis: 100%; color: var(--mute); font-size: 12px; }
.kpi b { margin-top: 6px; font-size: 24px; font-weight: 600; letter-spacing: -.02em; transition: color .4s ease; }
.kpi b.is-bump { color: var(--acc); }
.kpi em { flex-basis: 100%; display: inline-flex; align-items: center; gap: 2px; margin-top: 4px; font-style: normal; font-size: 12px; font-weight: 500; white-space: nowrap; }
.kpi em svg { width: 12px !important; height: 12px !important; stroke-width: 2.4 !important; }
.kpi em.up { color: var(--ok); }
.kpi em.down { color: var(--bad); }
.spark { position: absolute; right: 14px; bottom: 16px; width: 92px; height: 34px; overflow: visible; }

/* panels */
.app-row { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr); gap: 12px; align-items: start; }
.app-legend { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--mute); font-size: 11.5px; }
.lg { display: inline-block; width: 18px; height: 0; border-top: 2px solid var(--ok); margin-left: 8px; }
.lg--fb { border-top: 2px dashed rgba(255, 255, 255, .35); }
.panel { border: 1px solid var(--line); border-radius: 12px; background: var(--panel); padding: 14px 16px 16px; }
.panel > header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.panel h5 { font-size: 15px; font-weight: 600; letter-spacing: -.01em; }
.app-btn { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; height: 28px; padding: 0 11px; border: 1px solid var(--line); border-radius: 7px; background: var(--panel-2); font-size: 12px; color: color-mix(in srgb, var(--ink) 88%, transparent); }
.app-btn--ghost { margin: 12px 0 0; }
.app-btn svg { width: 14px !important; height: 14px !important; color: var(--mute); }
.app-link { margin-left: auto; color: var(--acc); font-size: 12.5px; }

/* flow diagram */
.pflow { display: block; width: 100%; height: auto; overflow: visible; }
.flow-in path, .flow-out { fill: none; stroke-width: 1.6; }
.flow-in path { stroke: color-mix(in srgb, var(--acc) 55%, var(--panel)); }
.flow-out--primary { stroke: var(--ok); stroke-width: 2; }
.flow-out--fallback { stroke: rgba(255, 255, 255, .28); stroke-dasharray: 4 5; }
.flow-out--warn { stroke: color-mix(in srgb, var(--warn) 70%, transparent); stroke-dasharray: 4 5; }
/* halo from a wide translucent stroke: much cheaper than a blur filter on every moving dot */
.flow-dots circle { stroke: currentColor; stroke-width: 6; stroke-opacity: .28; paint-order: stroke; }
.p-in { fill: color-mix(in srgb, var(--acc) 55%, #fff); color: var(--acc); }
.p-ok { fill: color-mix(in srgb, var(--ok) 50%, #fff); color: var(--ok); }
.p-fb { fill: rgba(255, 255, 255, .7); color: #fff; }
.p-warn { fill: color-mix(in srgb, var(--warn) 55%, #fff); color: var(--warn); }
.src rect, .prov > rect:first-child { fill: var(--panel-2); stroke: rgba(255, 255, 255, .09); }
.src use { color: color-mix(in srgb, var(--ink) 80%, transparent); }
.src use, .pflow use { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.prov use { fill: currentColor; stroke: none; }
.pflow text { fill: var(--ink); font-size: 14px; font-weight: 500; font-family: inherit; }
.pflow text.sub { fill: var(--mute); font-size: 12px; font-weight: 400; }
.pflow .pill { fill: rgba(255, 255, 255, .07); }
.pflow .pill--ok { fill: color-mix(in srgb, var(--ok) 14%, transparent); }
.pflow .pill-t { fill: color-mix(in srgb, var(--ink) 78%, transparent); font-size: 10.5px; font-weight: 500; }
.prov .pill--ok + .pill-t { fill: var(--ok); }
.pflow .mono { fill: #fff; font-size: 12px; font-weight: 700; letter-spacing: -.02em; }
.st--ok { fill: var(--ok); }
.st--warn { fill: var(--warn); }
.hub-name { font-size: 18px !important; font-weight: 600 !important; }
.pflow text.hub-sub { fill: var(--mute); font-size: 12.5px; font-weight: 400; }
.pflow text.hub-stat { font-size: 15px; font-weight: 600; }
.hub-glow { animation: hub-breathe 3.2s ease-in-out infinite; transform-origin: 500px 134px; }
@keyframes hub-breathe { 0%, 100% { opacity: .75; transform: scale(.96); } 50% { opacity: 1; transform: scale(1.04); } }

/* provider tiles follow the theme */
.pflow .plogo--stripe { fill: var(--stripe); } .pflow .plogo--adyen { fill: var(--adyen); } .pflow .plogo--paypal { fill: var(--paypal); }
.pflow .plogo--ck { fill: var(--ck); stroke: color-mix(in srgb, var(--ink) 18%, transparent); }
.pflow .plogo-ink { color: var(--logo-ink); } .pflow .plogo-ink--paypal { color: var(--paypal-ink); }
.routes .plogo--stripe { background: var(--stripe); } .routes .plogo--adyen { background: var(--adyen); } .routes .plogo--paypal { background: var(--paypal); }
.routes .plogo-ink { color: var(--logo-ink); } .routes .plogo-ink--paypal { color: var(--paypal-ink); }
.hub-hex { stroke: var(--hub-1); stroke-opacity: .7; }

/* routing */
.routes { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.routes li { display: grid; grid-template-columns: 22px 30px minmax(0, 1fr) auto 44px; align-items: center; gap: 10px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel-2); }
.routes i { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid var(--line); border-radius: 6px; font-style: normal; font-size: 11px; color: var(--mute); }
.routes .plogo { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; }
.routes .plogo svg { width: 16px !important; height: 16px !important; }
.routes .plogo--ck { background: var(--ck); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18); font-weight: 700; font-size: 12px; }
.routes b { font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.routes .num { text-align: right; color: color-mix(in srgb, var(--ink) 78%, transparent); font-size: 12px; }
.pill-h { padding: 2px 8px; border-radius: 99px; background: rgba(255, 255, 255, .07); color: color-mix(in srgb, var(--ink) 78%, transparent); font-style: normal; font-size: 10.5px; white-space: nowrap; }
.pill-h--ok { background: color-mix(in srgb, var(--ok) 14%, transparent); color: var(--ok); }

/* live transactions */
.tx-filters { display: flex; gap: 8px; margin-bottom: 12px; overflow: hidden; }
.tx-filters span { white-space: nowrap; flex-shrink: 0; }
.tx-filters span { display: inline-flex; align-items: center; gap: 7px; height: 28px; padding: 0 11px; border: 1px solid var(--line); border-radius: 7px; background: var(--panel-2); color: color-mix(in srgb, var(--ink) 78%, transparent); font-size: 12px; }
.tx-filters span.is-on { border-color: color-mix(in srgb, var(--acc) 60%, transparent); color: var(--acc); background: color-mix(in srgb, var(--acc) 9%, transparent); }
.tx-filters b { font-weight: 500; }
.tx { font-size: 12.5px; }
.tx-head, .tx-row { display: grid; grid-template-columns: 1.25fr .85fr 1fr 1.15fr 1.35fr .95fr; gap: 12px; align-items: center; padding: 0 6px; }
.tx-head { height: 30px; color: var(--mute); font-size: 11.5px; border-bottom: 1px solid var(--line); }
.tx .r { text-align: right; }
.tx-body { position: relative; }
.tx-row { height: 36px; border-bottom: 1px solid rgba(255, 255, 255, .04); }
.tx-row.is-new { animation: row-in .7s cubic-bezier(.16, 1, .3, 1); }
.tx-row.is-new > * { animation: row-flash 2.2s ease-out; }
@keyframes row-in { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
@keyframes row-flash { 0% { color: #fff; } 100% { color: inherit; } }
.tx-row .id { color: color-mix(in srgb, var(--ink) 92%, transparent); }
.tx-row .t, .tx-row .cur { color: var(--mute); }
.tx-row .m { display: flex; align-items: center; gap: 8px; color: color-mix(in srgb, var(--ink) 78%, transparent); }
.tx-row .m svg { color: var(--mute); }
.tx-row .proute { color: color-mix(in srgb, var(--ink) 78%, transparent); }
.tx-row .proute b { font-weight: 400; color: var(--acc); }
.status { display: inline-flex; align-items: center; gap: 6px; justify-self: start; padding: 3px 9px; border-radius: 99px; font-size: 11.5px; }
.status--ok { color: var(--ok); background: color-mix(in srgb, var(--ok) 10%, transparent); }
.status--rr { color: color-mix(in srgb, var(--ink) 78%, transparent); background: rgba(255, 255, 255, .07); }
.status--bad { color: var(--bad); background: color-mix(in srgb, var(--bad) 10%, transparent); }
.status--pend { color: var(--warn); background: color-mix(in srgb, var(--warn) 10%, transparent); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .sc-tab__kind { display: none; }
  .sc-tab { grid-template-rows: auto; min-height: 56px; }
}
@media (max-width: 767px) {
  .sc { margin-top: 32px; }
  /* phones: four equal emblem buttons, names stay for screen readers (the title below names the product) */
  .sc-tabs { grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 5px; }
  .sc-tab { grid-template-columns: 1fr; grid-template-rows: auto; justify-items: center; min-height: 52px; padding: 8px 0; }
  .sc-tab__mark { grid-row: auto; width: 28px; height: 33px; }
  .sc-tab__name, .sc-tab__kind { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .sc-copy { grid-template-columns: 1fr; gap: 20px; margin-top: 28px; }
  .sc-copy__title { font-size: 32px; }
  .sc-copy__lead { font-size: 16px; }
  .sc-copy__cta { justify-self: stretch; justify-content: center; }
  .sc-tabs { background: var(--ui-bg, #0a0b17); }
  .sc-stage { margin-top: 32px; padding-top: 44px; }
}

/* ---------- phone layout of the app (own composition, readable sizes) ---------- */
[hidden] { display: none !important; }
.app-m { display: none; }
@media (max-width: 767px) {
  .app { display: none; }
  .sc-window__fit { height: auto; }
  .sc-window { -webkit-mask-image: linear-gradient(#000 80%, transparent 100%); mask-image: linear-gradient(#000 80%, transparent 100%); }
  .sc-beam__flare { width: 120%; height: 200px; }
  .app-m {
    display: flex; flex-direction: column; gap: 12px;
    padding: 14px 12px 24px;
    color: var(--ink); font-size: 13px; line-height: 1.35; font-variant-numeric: tabular-nums;
  }
  .app-m svg:not(.pflow):not(.app-m__mark) { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .app-m__top { display: flex; align-items: center; gap: 10px; }
  .app-m__mark { width: 26px; height: 31px; }
  .app-m__top b { display: block; font-size: 15px; font-weight: 600; }
  .app-m__top small { display: block; font-size: 11.5px; color: var(--mute); }
  .app-m__top .app-chip { margin-left: auto; }
  .app-kpis--m { grid-template-columns: 1fr 1fr; gap: 8px; }
  .app-kpis--m .kpi { padding: 11px 12px; }
  .app-kpis--m .kpi b { font-size: 21px; }
  .app-m .panel { padding: 12px; }
  .app-m .panel > header { margin-bottom: 6px; }
  .flow--m text.sub { font-size: 11px; }
  .flow--m .src circle { fill: var(--panel-2); stroke: rgba(255, 255, 255, .1); }
  .flow--m .prov > rect:first-child { fill: var(--panel-2); stroke: rgba(255, 255, 255, .09); }
  .flow--m text.nm { font-size: 11.5px; font-weight: 500; fill: var(--ink); }
  .flow--m text.hub-sub { font-size: 12px; }
  .hub-glow--m { transform-origin: 170px 192px; }
  .panel--tx-m .tx-row { grid-template-columns: 1fr auto auto; gap: 10px; height: 38px; padding: 0 2px; }
  .panel--tx-m .tx-row > :nth-child(2), .panel--tx-m .tx-row > :nth-child(4), .panel--tx-m .tx-row > :nth-child(5) { display: none; }
  .panel--tx-m .tx-row .id { font-size: 12px; }
}

/* reduced motion: everything still, the interface stays readable */
@media (prefers-reduced-motion: reduce) {
  .dot--live, .hub-glow, .tx-row.is-new, .tx-row.is-new > * { animation: none !important; }
  .sc-copy__text, .sc-copy__cta { transition: none; }
  .sc-beam__core, .sc-beam__flare { transition: none; }
  .sc-beam__flare.is-burst, .sc-window__fit.is-arriving > [data-app] { animation: none !important; }
}

/* off screen the whole showcase sleeps: no CSS animation keeps ticking (SMIL and timers are paused in JS) */
.sc.is-asleep *, .sc.is-asleep *::before, .sc.is-asleep *::after { animation-play-state: paused !important; }

/* ============================================================
   SOLO: one product on its own site, in place of the laptop art
   .sc--crop  interface without the side menu, cut by the card and fading into shadow
   .sc--tilt  whole interface, smaller, in perspective
   data-scale = window width / host width
   ============================================================ */
.sc--solo { position: absolute; inset: 0; margin: 0; }
.sc--solo .sc-window { position: absolute; width: calc(1180px * var(--k, 1)); transition: none; }
.sc--crop .sc-window {
  left: 7%; top: 10%;
  -webkit-mask-image: linear-gradient(90deg, #000 45%, transparent 72%), linear-gradient(180deg, #000 50%, transparent 90%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, #000 45%, transparent 72%), linear-gradient(180deg, #000 50%, transparent 90%);
  mask-composite: intersect;
}
.sc--crop .app { grid-template-columns: 1fr; }
.sc--crop .app-side { display: none; }
.sc--crop .app-main { padding-left: 24px; }
.sc--tilt .sc-window {
  left: 12%; top: 15%;
  transform: perspective(1400px) rotateY(-24deg) rotateX(9deg) rotateZ(1.5deg);
  transform-origin: 0 40%;
  -webkit-mask-image: linear-gradient(90deg, #000 55%, transparent 96%), linear-gradient(180deg, #000 50%, transparent 92%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, #000 55%, transparent 96%), linear-gradient(180deg, #000 50%, transparent 92%);
  mask-composite: intersect;
  box-shadow: -30px 40px 120px -30px color-mix(in srgb, var(--acc) 55%, transparent);
}
@media (max-width: 767px) {
  .sc--solo { position: relative; inset: auto; }
  .sc--solo .sc-window { position: relative; left: auto; top: auto; width: auto; transform: none; box-shadow: none;
    -webkit-mask-image: linear-gradient(180deg, #000 70%, transparent 100%); mask-image: linear-gradient(180deg, #000 70%, transparent 100%); }
  .sc--solo .sc-window__fit { max-height: 640px; }
}

/* ============================================================
   APPS: Softler, UAS, Telecom Retention (shared shell above)
   ============================================================ */
.brand-hex { fill: var(--acc); }
.app-nav--low { margin-top: auto; }
.app-nav--low + .app-env { margin-top: 8px; }
.app-env--brand span { font-size: 12px; }
.panel-sub { margin-top: 2px; color: var(--mute); font-size: 12px; font-weight: 400; }
.panel > header > div { min-width: 0; }
.app-btn--acc { background: var(--acc); border-color: transparent; color: #fff; }
.app-btn--acc svg { color: #fff !important; }
.app-btn + .app-btn { margin-left: 0; }
.app-btn--block { display: flex; justify-content: center; margin: 14px 0 0; height: 34px; color: var(--acc); border-color: color-mix(in srgb, var(--acc) 45%, transparent); background: color-mix(in srgb, var(--acc) 8%, transparent); }
.app-btn--block svg { color: var(--acc) !important; }
.dot--acc { background: var(--acc); }
.dot--mute { background: var(--mute); }
.feed-row .dot--warn, .statuses .dot--warn { background: var(--warn); }
.kpi em.flat { color: var(--mute); gap: 6px; }

/* ---------- Softler ---------- */
.app-greet h4 { font-size: 22px; font-weight: 600; letter-spacing: -.02em; }
.app-greet p { margin-top: 2px; color: var(--mute); }
.app-search--sm { width: 250px; }
.kpi--icon { padding-left: 62px; min-height: 84px; }
.kpi__ic { position: absolute; left: 14px; top: 16px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; color: var(--acc); background: color-mix(in srgb, var(--acc) 15%, transparent); }
.kpi__ic svg { width: 18px !important; height: 18px !important; }
.kpi--icon em { font-size: 11.5px; }
.app-row--sf { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
.kval { white-space: nowrap; }
.kanban { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.kcol { min-width: 0; }
.kcol h6 { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; }
.kcol h6 em { font-style: normal; color: var(--mute); font-weight: 500; }
.kcol > small { display: block; margin: 2px 0 8px; color: var(--mute); font-size: 11px; }
.kcard { display: flex; align-items: center; gap: 9px; margin-top: 8px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel-2); min-width: 0; transition: border-color .4s ease, box-shadow .4s ease; }
.kcard > span { min-width: 0; flex: 1; }
.kcard strong { display: block; font-size: 12.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.av { flex-shrink: 0; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; font-size: 10.5px; font-weight: 700; color: var(--ink); background: color-mix(in srgb, var(--acc) 18%, var(--panel)); }
.tag { display: inline-block; margin-top: 4px; padding: 1px 7px; border-radius: 99px; font-style: normal; font-size: 10.5px; color: color-mix(in srgb, var(--ink) 75%, transparent); background: color-mix(in srgb, var(--ink) 8%, transparent); }
.tag--warn { color: var(--warn); background: color-mix(in srgb, var(--warn) 13%, transparent); }
.tag--ok { color: var(--ok); background: color-mix(in srgb, var(--ok) 13%, transparent); }
.pbar { display: block; height: 5px; margin: 8px 0 6px; border-radius: 3px; background: color-mix(in srgb, var(--ink) 8%, transparent); overflow: hidden; }
.pbar i { display: block; height: 100%; width: var(--p, 0%); border-radius: inherit; background: var(--acc); transition: width .9s cubic-bezier(.16, 1, .3, 1); }
.kmeta { display: flex; justify-content: space-between; gap: 6px; color: var(--mute); font-size: 10.5px; }
.kmeta b { color: var(--ink); font-weight: 600; }
.kcard.is-done { border-color: color-mix(in srgb, var(--ok) 55%, transparent); box-shadow: 0 0 0 1px color-mix(in srgb, var(--ok) 25%, transparent); }
.kcard.is-done .pbar i { background: var(--ok); }
.kcard.is-done [data-sf-step] { color: var(--ok); }
.kcard--act { align-items: flex-end; }
.kval { display: block; margin-top: 4px; font-size: 14px; font-weight: 600; }
.spark--k { position: static; width: 54px; height: 24px; flex-shrink: 0; }
.checks { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.checks li { display: grid; grid-template-columns: 18px 1fr auto 16px; align-items: center; gap: 10px; padding: 8px 2px; border-bottom: 1px solid color-mix(in srgb, var(--ink) 4%, transparent); font-size: 12.5px; }
.checks li svg { color: var(--mute); }
.checks em { font-style: normal; color: var(--ok); font-size: 12px; }
.checks svg.ok { color: var(--ok) !important; width: 15px !important; height: 15px !important; }

/* activity / alert feeds (shared) */
.feed { display: flex; flex-direction: column; }
.feed-row { display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 40px; padding: 6px 2px; border-bottom: 1px solid color-mix(in srgb, var(--ink) 4%, transparent); font-size: 12.5px; }
.feed-row.is-new { animation: row-in .7s cubic-bezier(.16, 1, .3, 1); }
.feed-row .fr-ic { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: var(--acc); background: color-mix(in srgb, var(--acc) 14%, transparent); font-style: normal; }
.feed-row .fr-ic svg { width: 13px !important; height: 13px !important; }
.feed-row span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: color-mix(in srgb, var(--ink) 70%, transparent); }
.feed-row span b { color: var(--ink); font-weight: 500; margin-right: 6px; }
.feed-row time { color: var(--mute); font-size: 11.5px; white-space: nowrap; }
.feed--alerts .feed-row { grid-template-columns: 10px minmax(0, 1fr) auto; }
.feed--alerts .feed-row small { display: block; color: var(--mute); font-size: 11px; }

/* ---------- UAS ---------- */
.app-over { font-size: 11px; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; color: color-mix(in srgb, var(--ink) 75%, transparent); }
.u-clock { font-weight: 500; color: var(--ink); }
.app-kpis--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.app-kpis--5 .kpi b { font-size: 21px; }
.app-kpis--5 .spark { display: none; }
.seg { display: inline-flex; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 8px; font-size: 11px; color: var(--mute); }
.seg b, .seg span { padding: 3px 8px; border-radius: 5px; font-weight: 500; }
.seg b { color: #fff; background: var(--acc); }
.pflow .col-h { fill: var(--mute); font-size: 12.5px; font-weight: 600; }
.flow-pay path { fill: none; stroke: color-mix(in srgb, var(--ok) 60%, var(--panel)); stroke-width: 1.6; }
.pflow .u-chip { fill: var(--panel-2); stroke: color-mix(in srgb, var(--acc) 30%, transparent); }
.pflow .u-chip-t { fill: color-mix(in srgb, var(--ink) 75%, transparent); font-size: 10.5px; font-weight: 500; }
.pflow text.u-val { font-size: 16px; font-weight: 600; }
.hub-glow--uas { transform-origin: 520px 168px; }
.app-row--uas { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); }
.statuses { list-style: none; display: grid; grid-template-columns: 1fr; }
.statuses li { display: flex; align-items: center; gap: 8px; padding: 8px 0; border-bottom: 1px solid color-mix(in srgb, var(--ink) 4%, transparent); font-size: 12.5px; }
.statuses em { margin-left: auto; font-style: normal; color: var(--ok); font-size: 11.5px; }

/* ---------- Telecom Retention ---------- */
.app-brand--word { display: flex; align-items: center; gap: 8px; padding: 0 6px; }
.app-brand--word b { font-size: 22px; font-weight: 700; letter-spacing: -.03em; }
.pill-h--acc { background: color-mix(in srgb, var(--acc) 22%, transparent); color: var(--acc); font-weight: 600; }
.promo { margin-top: auto; padding: 12px 12px 0; border: 1px solid color-mix(in srgb, var(--acc) 25%, var(--line)); border-radius: 12px; background: linear-gradient(160deg, color-mix(in srgb, var(--acc) 14%, var(--panel)), var(--panel)); overflow: hidden; }
.promo b { display: block; font-size: 13px; font-weight: 600; line-height: 1.35; }
.promo svg { display: block; width: calc(100% + 24px) !important; height: 48px !important; margin: 6px -12px 0; }
.promo-l { fill: none; stroke: var(--acc); stroke-width: 1.5; }
.promo-l--2 { opacity: .45; }
.jr-head { display: flex; align-items: center; gap: 10px; }
.jr-head > div { flex: 1; min-width: 0; }
.jr-head h4 { display: flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 600; letter-spacing: -.02em; }
.jr-head h4 .pill-h { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; }
.jr-head p { margin-top: 2px; color: var(--mute); }
.jr-head .app-btn { margin: 0; height: 34px; }
.app-back { display: grid; place-items: center; width: 32px; height: 32px; color: var(--mute); }
.jr-tabs { display: flex; gap: 24px; margin-top: -4px; border-bottom: 1px solid var(--line); font-size: 13px; }
.jr-tabs b, .jr-tabs span { padding: 0 0 9px; color: var(--mute); font-weight: 500; }
.jr-tabs b { color: var(--acc); box-shadow: inset 0 -2px 0 var(--acc); }
.panel--canvas { position: relative; padding: 46px 16px 14px; background-color: var(--panel); background-image: radial-gradient(color-mix(in srgb, var(--ink) 9%, transparent) 1px, transparent 1.2px); background-size: 16px 16px; }
.jr-zoom { position: absolute; top: 10px; right: 12px; display: flex; align-items: center; gap: 4px; padding: 3px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel-2); font-size: 11.5px; }
.jr-zoom span { display: grid; place-items: center; width: 24px; height: 22px; color: var(--mute); }
.jr-zoom svg { width: 13px !important; height: 13px !important; }
.jr-zoom b { padding: 0 6px; font-weight: 500; }
.journey { position: relative; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); grid-auto-rows: auto; column-gap: 20px; row-gap: 30px; }
.jn { position: relative; display: flex; flex-direction: column; gap: 3px; padding: 10px; border: 1.5px solid color-mix(in srgb, var(--n) 55%, transparent); border-radius: 11px; background: color-mix(in srgb, var(--n) 5%, var(--panel-2)); transition: box-shadow .4s ease, transform .4s ease; }
.jn__ic { display: grid; place-items: center; width: 26px; height: 26px; margin-bottom: 5px; border-radius: 8px; color: var(--n); background: color-mix(in srgb, var(--n) 16%, transparent); }
.jn__ic svg { width: 14px !important; height: 14px !important; }
.jn small { color: var(--mute); font-size: 10.5px; }
.jn b { font-size: 12.5px; font-weight: 600; line-height: 1.25; }
.jn p { color: var(--mute); font-size: 10.5px; line-height: 1.35; }
.jn em { display: flex; align-items: center; gap: 5px; white-space: nowrap; margin-top: 6px; font-style: normal; font-size: 10.5px; color: color-mix(in srgb, var(--n) 75%, #fff); }
.jn em svg { width: 12px !important; height: 12px !important; }
/* connectors between the main chain */
.jn:not(.jn--alt):not(:nth-child(7))::after { content: ""; position: absolute; top: 22px; right: -21px; width: 21px; height: 1.5px; background: color-mix(in srgb, var(--ink) 30%, transparent); }
.jn-yes, .jn-no { position: absolute; z-index: 2; padding: 1px 7px; border-radius: 99px; font-style: normal; font-size: 10px; font-weight: 600; }
.jn-yes { top: 13px; right: -28px; color: var(--ok); background: color-mix(in srgb, var(--ok) 18%, var(--panel)); }
.jn-no { left: calc(50% + 8px); top: calc(100% + 6px); color: var(--bad); background: color-mix(in srgb, var(--bad) 16%, var(--panel)); }
.jn--cond::before { content: ""; position: absolute; left: 50%; top: 100%; width: 0; height: 58px; border-left: 1.5px dashed color-mix(in srgb, var(--bad) 60%, transparent); }
.jn--alt { grid-column: 4; grid-row: 2; }
.jn--alt::before { content: ""; position: absolute; top: 28px; right: 100%; width: calc(50% + 20px); height: 0; border-top: 1.5px dashed color-mix(in srgb, var(--bad) 60%, transparent); }
.jn.is-hit { box-shadow: 0 0 0 1px var(--n), 0 0 26px -6px var(--n); transform: translateY(-2px); }
.jn-token { position: absolute; left: 0; top: 0; z-index: 3; width: 12px; height: 12px; margin: -6px 0 0 -6px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px color-mix(in srgb, var(--acc) 45%, transparent), 0 0 18px 2px var(--acc); transform: translate(var(--tx, 0), var(--ty, 0)); transition: transform .62s cubic-bezier(.65, 0, .35, 1), opacity .3s ease; pointer-events: none; }
.jr-foot { display: flex; align-items: center; gap: 8px; margin-top: 16px; }
.jr-foot .app-btn { margin: 0; }
.minimap { margin-left: auto; display: flex; align-items: center; gap: 4px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--panel-2); }
.minimap i { width: 11px; height: 8px; border-radius: 2px; background: color-mix(in srgb, var(--acc) 45%, transparent); }
.app-row--tc { grid-template-columns: 1fr 1fr; }
.perf { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.perf small { display: block; color: var(--mute); font-size: 11.5px; }
.perf b { display: block; margin-top: 4px; font-size: 20px; font-weight: 600; }
.perf em { display: inline-flex; align-items: center; gap: 2px; font-style: normal; font-size: 11.5px; color: var(--ok); }
.perf em svg { width: 11px !important; height: 11px !important; }
.spark--wide { position: static; display: block; width: 100%; height: 64px; margin-top: 10px; }
.steps-bars { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.steps-bars li { display: grid; grid-template-columns: 110px 1fr 48px; align-items: center; gap: 10px; font-size: 12px; color: color-mix(in srgb, var(--ink) 75%, transparent); }
.steps-bars i { height: 7px; border-radius: 4px; background: linear-gradient(90deg, var(--ok) var(--w), color-mix(in srgb, var(--ink) 6%, transparent) var(--w)); }
.steps-bars b { text-align: right; font-weight: 500; color: var(--ink); }

/* node palette (colour theme) and its violet counterpart (Big Family) */
.sc {
  --n-seg: #3ddc84; --n-trig: #a974ff; --n-cond: #f5a524; --n-rew: #4f8cff;
  --n-act: #2dd4bf; --n-com: #c26bff; --n-next: #3ddc84; --n-alt: #ff5d5d;
}
.sc[data-theme="mono"] {
  --n-seg: #b9b6ff; --n-trig: #8a87f9; --n-cond: #a19ff9; --n-rew: #7d79f0;
  --n-act: #c9c7ff; --n-com: #9d9aff; --n-next: #b9b6ff; --n-alt: #d4c6ff;
}

/* ---------- phones ---------- */
@media (max-width: 767px) {
  .kstack .kcard:first-child { margin-top: 0; }
  .feed-row { font-size: 12px; }
  .app-m .feed-row span { white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.35; }
  .app-m .feed-row span b { display: block; margin: 0; }
  .app-brand--sm b { font-size: 18px; }
  .app-brand--word.app-brand--sm { padding: 0; }
  .jr-mtitle b { display: block; font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
  .jr-mtitle small { display: block; color: var(--mute); font-size: 12px; }
  .jm { position: relative; list-style: none; display: flex; flex-direction: column; gap: 14px; padding: 4px 0; }
  .jm::before { content: ""; position: absolute; left: 14px; top: 18px; bottom: 18px; width: 1.5px; background: color-mix(in srgb, var(--ink) 16%, transparent); }
  .jm li { position: relative; display: flex; align-items: center; gap: 12px; }
  .jm li .jn__ic { position: relative; z-index: 1; width: 29px; height: 29px; margin: 0; border: 1.5px solid color-mix(in srgb, var(--n) 55%, transparent); background: color-mix(in srgb, var(--n) 12%, var(--panel)); transition: box-shadow .4s ease; }
  .jm li small { display: block; color: var(--mute); font-size: 11px; }
  .jm li b { display: block; font-size: 13.5px; font-weight: 600; }
  .jm li.is-hit .jn__ic { box-shadow: 0 0 0 3px color-mix(in srgb, var(--n) 30%, transparent), 0 0 18px var(--n); }
  .jm .jn-token { left: 14.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .feed-row.is-new { animation: none; }
  .pbar i, .jn, .jn-token { transition: none; }
}
