/* Shared chrome: sticky header, family nav, mode switch, tab bar, a11y. */

/* Reserve the classic Y scrollbar so MPA tab loads do not recrop city.jpg. */
html {
  scrollbar-gutter: stable;
  overflow-y: scroll;
}

/* Empty JSON slots: first paint already overflows; inject must not toggle the bar. */
#now,
#hands,
#heat,
#book {
  min-height: 48px;
}
#main > #board {
  min-height: 48px;
}

:root {
  --mute: #a7b1bd;
  --shell-bg: rgba(26, 29, 38, 0.96);
  --focus: #e3b41a;
  --site-header-h: 62px;
}

/* Same stamp on every tab: first line under the header, left of the wrap. */
.asof {
  color: var(--mute, #8b96a3);
  font-size: 0.82rem;
  margin: 0;
  padding: 10px 0;
  font-family: "IBM Plex Sans", sans-serif;
}

.qc-skip {
  position: absolute;
  left: 12px;
  top: 8px;
  z-index: 90;
  padding: 8px 12px;
  background: var(--ink, #1a1d26);
  color: var(--caution, #e3b41a);
  border: 2px solid var(--caution, #e3b41a);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateY(-200%);
}
.qc-skip:focus,
.qc-skip:focus-visible {
  transform: none;
}

.qc-header {
  display: block;
  position: sticky;
  top: 0;
  z-index: 70;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid var(--teal, #36999d);
  background: var(--shell-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.qc-header-inner {
  display: flex;
  align-items: center;
  gap: 12px 16px;
  min-height: 48px;
  padding: 6px 0;
}
.qc-header .mark {
  flex: 0 0 auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.qc-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2px 4px;
  min-width: 0;
}
.qc-nav a {
  color: var(--paper, #d8dde3);
  text-decoration: none;
  min-height: 44px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
  border-bottom: 2px solid transparent;
}
.qc-nav a:hover { color: var(--caution, #e3b41a); }
.qc-nav a.on {
  color: var(--caution, #e3b41a);
  border-bottom-color: var(--caution, #e3b41a);
}

.qc-modes {
  display: flex;
  gap: 6px;
  flex: 0 0 auto;
  align-items: center;
}
.qc-mode {
  flex: 0 0 auto;
  min-height: 44px;
  margin-left: 0;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--mute, #a7b1bd);
  text-decoration: none;
  border: 1px solid #5b6573;
  background: transparent;
  white-space: nowrap;
}
.qc-mode:hover,
.qc-mode:focus-visible,
.qc-mode.on {
  color: var(--caution, #e3b41a);
  border-color: var(--caution, #e3b41a);
}
.qc-mode.on {
  background: rgba(227, 180, 26, 0.08);
}

.tabbar {
  display: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
.chip:focus-visible,
.qc-mode:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.sub-bar {
  padding: 8px 0 0;
  gap: 8px 12px;
}
.lede {
  color: var(--paper, #d8dde3);
  max-width: 64ch;
  line-height: 1.45;
  margin: 0 0 14px;
  font-size: 0.95rem;
}
.chip, a.chip, .board-tabs button {
  min-height: 44px;
}

@media (max-width: 820px) {
  .wrap { width: calc(100% - 20px); max-width: 100%; min-width: 0; }
  .qc-header-inner {
    min-height: 44px;
    padding: 4px 0;
    gap: 8px;
    flex-wrap: nowrap;
  }
  .qc-header .mark {
    font-size: 0.88rem;
    letter-spacing: 0.14em;
    min-height: 44px;
  }
  .qc-header .mark span { display: none; }
  .qc-nav { display: none; }
  .qc-modes {
    gap: 4px;
    flex-wrap: nowrap;
  }
  .qc-mode {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    padding: 0 7px;
    min-height: 44px;
  }

  .tabbar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    background: var(--ink, #1a1d26);
    border-top: 2px solid var(--teal, #36999d);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .chip, a.chip, .board-tabs button, .windows button {
    min-height: 44px;
  }
  .landed-chip-row {
    padding: 6px 0 8px;
    gap: 8px;
  }
  .tabbar a {
    flex: 1 1 0;
    min-width: 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: var(--paper, #d8dde3);
    text-decoration: none;
    padding: 0 2px;
    text-align: center;
    border-top: 2px solid transparent;
    white-space: nowrap;
  }
  .tabbar a.on,
  .tabbar a:hover {
    color: var(--caution, #e3b41a);
  }
  .tabbar a.on {
    border-top-color: var(--caution, #e3b41a);
  }

  body {
    padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px) + 8px);
  }

  h1 {
    font-size: clamp(1.55rem, 7.2vw, 2.15rem);
    line-height: 0.92;
    margin-bottom: 8px;
  }
  .kicker { margin: 8px 0 4px; }
  .sub-bar { padding: 4px 0 0; }
  .lede {
    font-size: 0.9rem;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .stats { margin-bottom: 16px; }
  .stat { padding: 8px 10px; }
  .stat b { font-size: 1.25rem; }
  .card { padding: 12px 14px; margin-bottom: 8px; }
  footer .wrap { padding-bottom: 24px; }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .wrap { width: calc(100% - 32px); }
  .qc-nav a {
    padding: 0 8px;
    font-size: 0.84rem;
    letter-spacing: 0.06em;
  }
}

/* Wide desktop: use the monitor, not a 1680px column. Mobile/tablet wrap rules above still win. */
@media (min-width: 1101px) {
  .wrap {
    width: min(2800px, calc(100% - clamp(48px, 4vw, 96px)));
    max-width: none;
  }
}

@media (min-width: 821px) {
  .tabbar { display: none !important; }
}

/* Insider trade rows v94: dense desktop table (ticker + tape); 2-line / 3-line cards below 900px. */
.qc-txn-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 14px;
  margin: 16px 0 8px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.qc-txn-head .kicker,
.qc-txn-head .qc-txn-kicker {
  margin: 0 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.9rem;
}
.qc-txn-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  min-width: 0;
  flex: 1 1 0;
  color: var(--mute, #8b96a3);
  font-size: 0.72rem;
  line-height: 1.35;
  margin: 0;
}
.qc-txn-legend .leg-buy,
.qc-txn-legend .leg-sell {
  flex: 0 0 auto;
  color: var(--paper, #d8dde3);
}
.qc-txn-legend .leg-buy::before,
.qc-txn-legend .leg-sell::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: 1px;
}
.qc-txn-legend .leg-buy::before { background: #3d9a4a; }
.qc-txn-legend .leg-sell::before { background: #c45c58; }
.qc-txn-legend .leg-note {
  display: inline;
  min-width: 0;
  color: var(--mute, #8b96a3);
  white-space: normal;
}
.qc-txn-legend .leg-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8px;
  font-style: italic;
  line-height: 1;
  opacity: 0.85;
  margin-right: 5px;
  vertical-align: 1px;
}
.qc-txn-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  min-width: 0;
  width: 100%;
}
.qc-txn-list > .muted {
  padding: 12px 2px;
  background: none;
  border: 0;
}
.qc-txn {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  grid-template-areas:
    "id end"
    "meta meta";
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 11px 12px 10px 12px;
  overflow: hidden;
  background: rgba(37, 45, 56, 0.92);
  border: 1px solid #3a4452;
  border-left-width: 4px;
  border-left-color: #5b6573;
  border-radius: 10px;
}
.qc-txn.buy { border-left-color: #2f9e4a; }
.qc-txn.sell { border-left-color: #d45a55; }
.qc-txn.postex { border-left-color: #c5726b; }
.qc-txn.exercise { border-left-color: #2a6d72; }
.qc-txn.award { border-left-color: #9a8a4a; }
.qc-txn.exch { border-left-color: #6b7582; }
.qc-txn-id {
  grid-area: id;
  display: flex;
  align-items: baseline;
  gap: 6px 8px;
  min-width: 0;
  flex-wrap: nowrap;
}
.qc-txn-name,
.qc-txn a.qc-txn-name {
  min-width: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--white, #eef2f5);
  text-decoration: none;
  letter-spacing: 0;
  text-transform: none;
  font-family: "IBM Plex Sans", sans-serif;
}
.qc-txn-name:hover,
.qc-txn a.qc-txn-name:hover { color: var(--teal, #36999d); }
.qc-txn-tk,
.qc-txn a.qc-txn-tk {
  flex: 0 0 auto;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: var(--paper, #d8dde3);
  text-decoration: none;
}
.qc-txn-tk:hover,
.qc-txn a.qc-txn-tk:hover { color: inherit; }
.qc-txn-end {
  grid-area: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  min-width: max-content;
  max-width: 100%;
}
.qc-txn-chip {
  flex: 0 0 auto;
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 4px 11px;
  border: 0;
  border-radius: 999px;
  line-height: 1.2;
  color: #fff;
  background: #5c6570;
  white-space: nowrap;
}
.qc-txn.buy .qc-txn-chip { background: #2f9e4a; color: #fff; }
.qc-txn.sell .qc-txn-chip { background: #d45a55; color: #fff; }
.qc-txn.postex .qc-txn-chip { background: #c5726b; color: #fff; }
.qc-txn.exercise .qc-txn-chip { background: #2a6d72; color: #fff; }
.qc-txn.award .qc-txn-chip { background: #8a7428; color: #fff; }
.qc-txn.exch .qc-txn-chip { background: #5c6570; color: #eef2f5; }
.qc-txn-tag,
.qc-txn .opt-tag {
  flex: 0 0 auto;
  display: inline-block;
  padding: 1px 5px;
  border: 1px solid #6b7582;
  color: #c5cdd6;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-left: 0;
}
.qc-txn-tag.hot { border-color: var(--caution, #e3b41a); color: var(--caution, #e3b41a); }
.qc-txn-tag.ceo { border-color: #7dcf7a; color: #7dcf7a; }
.qc-txn-hero,
.qc-txn .qc-txn-hero,
.qc-txn-hero.is-shares {
  flex: 0 0 auto;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #eef2f5;
  white-space: nowrap;
  text-align: right;
  line-height: 1.15;
}
.qc-txn-hero small {
  font-size: 0.72em;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #eef2f5;
  margin-left: 3px;
}
.qc-txn-meta {
  grid-area: meta;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: var(--mute, #8b96a3);
  font-size: 0.7rem;
  line-height: 1.35;
  min-width: 0;
  padding-top: 1px;
}
.qc-txn-meta > span { white-space: nowrap; color: inherit; }
.qc-txn-dot {
  margin: 0 0.28em;
  color: #5b6573;
}
.qc-txn-held.up { color: #7dcf7a; }
.qc-txn-held.down { color: #ef7a74; }
.qc-txn-held.flat { color: var(--mute, #8b96a3); }
.qc-txn-sh,
.qc-txn-cols,
.qc-txn-id-sub,
.qc-txn-tbl,
.qc-txn-company,
.qc-txn-when { display: none; }
.qc-txn-id-line {
  display: flex;
  align-items: baseline;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.qc-txn-id-line .qc-txn-name,
.qc-txn-id-line a.qc-txn-name {
  flex: 0 1 auto;
}
.qc-txn-id-line .qc-txn-role { display: none; }

@media (max-width: 820px) {
  .qc-txn-list { gap: 8px; margin-bottom: 22px; }
  .qc-txn {
    padding: 11px 12px 10px 12px;
  }
  .qc-txn-name,
  .qc-txn a.qc-txn-name { font-size: 0.92rem; }
  .qc-txn-hero,
  .qc-txn .qc-txn-hero { font-size: 1.2rem; }
  .qc-txn-meta { font-size: 0.68rem; }
  .qc-txn-legend { font-size: 0.66rem; }
  .qc-txn-head { margin: 14px 0 8px; }
}

@media (max-width: 420px) {
  .qc-txn {
    column-gap: 8px;
    padding: 10px 10px 9px 12px;
  }
  .qc-txn-end { gap: 7px; }
  .qc-txn-chip { font-size: 0.72rem; padding: 4px 10px; }
  .qc-txn-hero,
  .qc-txn .qc-txn-hero { font-size: 1.16rem; }
  .qc-txn-tag { display: none; }
}

/* Tape cards: date on top; name (or company) | pill+$ ; teal company tap. */
.qc-txn-tape {
  grid-template-columns: minmax(0, 1fr) max-content;
  grid-template-areas:
    "when when"
    "id end"
    "co co";
  row-gap: 4px;
  align-items: start;
  padding: 9px 10px 8px 12px;
}
.qc-txn-tape.qc-txn-co-first {
  grid-template-areas:
    "when when"
    "co end"
    "id id";
}
.qc-txn-tape .qc-txn-id {
  flex-wrap: nowrap;
  overflow: hidden;
}
.qc-txn-tape .qc-txn-name,
.qc-txn-tape a.qc-txn-name {
  font-weight: 700;
  font-size: 1.16rem;
}
.qc-txn-tape.qc-txn-co-first .qc-txn-name,
.qc-txn-tape.qc-txn-co-first a.qc-txn-name {
  font-weight: 500;
  font-size: 0.78rem;
  color: var(--mute, #8b96a3);
}
.qc-txn-when {
  grid-area: when;
  display: block;
  color: var(--mute, #8b96a3);
  font-size: 0.72rem;
  line-height: 1.3;
}
.qc-txn-tape .qc-txn-sub { display: none; }
.qc-txn-tape .qc-txn-id-line .qc-txn-role { display: none; }
.qc-txn-tape .qc-txn-company,
.qc-txn-tape a.qc-txn-company {
  display: flex;
  align-items: baseline;
  gap: 8px;
  grid-area: co;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  padding: 0 0 3px;
  border-bottom: 2px solid var(--teal, #36999d);
  overflow: hidden;
  text-decoration: none;
  color: var(--white, #eef2f5);
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
.qc-txn-tape .qc-txn-company .qc-txn-co-name {
  order: -1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.95rem;
  font-weight: 600;
  color: inherit;
}
.qc-txn-tape.qc-txn-co-first .qc-txn-company .qc-txn-co-name {
  font-size: 1.08rem;
  font-weight: 700;
}
.qc-txn-tape .qc-txn-company .qc-txn-tk,
.qc-txn-tape .qc-txn-company a.qc-txn-tk {
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--teal, #36999d);
}
.qc-txn-tape a.qc-txn-company:hover,
.qc-txn-tape a.qc-txn-company:hover .qc-txn-tk,
.qc-txn-tape a.qc-txn-company:hover .qc-txn-co-name { color: inherit; }
.qc-txn-tape .qc-txn-hero,
.qc-txn-tape .qc-txn-hero.is-shares {
  font-size: 1.32rem;
  color: #eef2f5;
}
.qc-txn-tape .qc-txn-chip {
  padding: 5px 12px;
  font-size: 0.74rem;
  font-weight: 600;
  color: #fff;
}
.qc-txn-sub {
  grid-area: sub;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 12px;
  min-width: 0;
}
.qc-txn-who {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  min-width: 0;
  flex: 0 1 auto;
}
.qc-txn-tape .qc-txn-tk,
.qc-txn-tape a.qc-txn-tk {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--paper, #d8dde3);
  text-decoration: none;
}
.qc-txn-tape .qc-txn-tk:hover,
.qc-txn-tape a.qc-txn-tk:hover { color: inherit; }
.qc-txn-role {
  color: var(--mute, #8b96a3);
  font-size: 0.72rem;
  white-space: nowrap;
}
.qc-txn-tape .qc-txn-tag,
.qc-txn-tape .qc-txn-tag.hot {
  display: inline-block;
  margin-left: 2px;
}
.qc-txn-tape .qc-txn-meta {
  flex: 1 1 12rem;
  min-width: 0;
  padding-top: 0;
  flex-wrap: nowrap;
}
.qc-txn-co,
.qc-txn-tape a.qc-txn-co {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.qc-txn-tape a.qc-txn-co:hover { color: inherit; }
.qc-txn-hero.is-empty { display: none; }

@media (max-width: 820px) {
  .qc-txn-list.qc-tape-list,
  .qc-txn-list:has(.qc-txn-tape) { gap: 6px; }
  .qc-txn-tape {
    padding: 8px 10px 7px 12px;
    grid-template-columns: minmax(0, 1fr) max-content;
  }
  .qc-txn-tape .qc-txn-hero,
  .qc-txn-tape .qc-txn-hero.is-shares { font-size: 1.22rem; }
}

@media (max-width: 560px) {
  .qc-txn-tape .qc-txn-meta { flex: 1 1 auto; }
}

@media (max-width: 420px) {
  .qc-txn-tape .qc-txn-tag,
  .qc-txn-tape .qc-txn-tag.hot { display: inline-block; }
  .qc-txn-tape .qc-txn-hero,
  .qc-txn-tape .qc-txn-hero.is-shares { font-size: 1.2rem; }
  .qc-txn-tape .qc-txn-chip { padding: 4px 10px; font-size: 0.68rem; }
  .qc-txn-tape .qc-txn-end { gap: 6px; }
}

/* Desktop Trades + Tape: Barchart-style density, QC chips/hero/held tints. */
@media (min-width: 900px) {
  .qc-txn-when { display: none; }
  .qc-txn-tape .qc-txn-company,
  .qc-txn-tape a.qc-txn-company {
    border-bottom: 0;
    padding-bottom: 0;
    width: auto;
  }
  .qc-txn-tape .qc-txn-company .qc-txn-co-name { order: 0; }
  .qc-txn-tape .qc-txn-name,
  .qc-txn-tape a.qc-txn-name,
  .qc-txn-tape.qc-txn-co-first .qc-txn-name,
  .qc-txn-tape.qc-txn-co-first a.qc-txn-name {
    font-size: 0.94rem;
    font-weight: 500;
    color: var(--white, #eef2f5);
  }
  .qc-txn-list:has(.qc-txn) {
    gap: 0;
    margin-bottom: 28px;
    border: 1px solid #3a4452;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(30, 37, 48, 0.94);
  }
  /* Officer + ticker Trades: Date | Ticker/Name | Txn | Shares | @ Price | Value | Total Held | % Held. */
  .qc-txn-list > .qc-txn-cols {
    display: grid;
    grid-template-columns: 6.7rem minmax(9.2rem, 1.5fr) 5.6rem minmax(4.2rem, 0.7fr) minmax(4.3rem, 0.65fr) minmax(4.6rem, 0.75fr) minmax(5.8rem, 0.85fr) 4.9rem;
    grid-template-areas: "date id chip sh px hero after held";
    align-items: center;
    column-gap: 10px;
    padding: 7px 12px 6px 12px;
    background: rgba(15, 18, 24, 0.55);
    border: 0;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #3a4452;
    color: var(--mute, #8b96a3);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
  }
  .qc-txn-cols .qc-txn-id,
  .qc-txn-cols .qc-txn-chip,
  .qc-txn-cols .qc-txn-date,
  .qc-txn-cols .qc-txn-sh,
  .qc-txn-cols .qc-txn-hero,
  .qc-txn-cols .qc-txn-px,
  .qc-txn-cols .qc-txn-after,
  .qc-txn-cols .qc-txn-held,
  .qc-txn-cols .qc-txn-company {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-weight: inherit;
  }
  .qc-txn-cols .qc-txn-id { grid-area: id; }
  .qc-txn-cols .qc-txn-chip { grid-area: chip; justify-self: start; }
  .qc-txn-cols .qc-txn-date { grid-area: date; }
  .qc-txn-cols .qc-txn-sh { grid-area: sh; text-align: right; }
  .qc-txn-cols .qc-txn-hero { grid-area: hero; text-align: right; font-size: inherit; }
  .qc-txn-cols .qc-txn-px { grid-area: px; text-align: right; }
  .qc-txn-cols .qc-txn-after { grid-area: after; text-align: right; }
  .qc-txn-cols .qc-txn-held { grid-area: held; text-align: right; }

  .qc-txn {
    display: grid;
    grid-template-columns: 6.7rem minmax(9.2rem, 1.5fr) 5.6rem minmax(4.2rem, 0.7fr) minmax(4.3rem, 0.65fr) minmax(4.6rem, 0.75fr) minmax(5.8rem, 0.85fr) 4.9rem;
    grid-template-areas: "date id chip sh px hero after held";
    align-items: center;
    column-gap: 10px;
    row-gap: 0;
    padding: 5px 12px;
    border-radius: 0;
    border-width: 0 0 1px 3px;
    border-bottom-color: rgba(58, 68, 82, 0.55);
    background: transparent;
    overflow: hidden;
  }
  .qc-txn-list > .qc-txn:last-child {
    border-bottom-width: 0;
  }
  .qc-txn-list > .qc-txn:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
  }
  .qc-txn:hover {
    background: rgba(54, 153, 157, 0.07);
  }
  .qc-txn .qc-txn-end,
  .qc-txn .qc-txn-meta,
  .qc-txn .qc-txn-tbl {
    display: contents;
  }
  .qc-txn .qc-txn-id {
    grid-area: id;
    min-width: 0;
  }
  .qc-txn .qc-txn-chip {
    grid-area: chip;
    justify-self: start;
    padding: 2px 8px;
    font-size: 0.68rem;
  }
  .qc-txn .qc-txn-date {
    grid-area: date;
    color: var(--mute, #8b96a3);
    font-size: 0.72rem;
    white-space: nowrap;
  }
  .qc-txn .qc-txn-sh {
    display: block;
    grid-area: sh;
    color: var(--paper, #d8dde3);
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
    text-align: right;
    white-space: nowrap;
  }
  .qc-txn .qc-txn-hero,
  .qc-txn .qc-txn-hero.is-shares {
    grid-area: hero;
    font-size: 0.95rem;
    font-weight: 700;
    color: #eef2f5;
    text-align: right;
    font-variant-numeric: tabular-nums;
  }
  .qc-txn .qc-txn-hero small {
    font-size: 0.72em;
    margin-left: 2px;
  }
  .qc-txn .qc-txn-hero.is-shares { display: none; }
  .qc-txn .qc-txn-hero.is-empty {
    display: block;
    grid-area: hero;
    color: var(--mute, #8b96a3);
    font-weight: 400;
    font-size: 0.78rem;
    text-align: right;
  }
  .qc-txn .qc-txn-px {
    grid-area: px;
    color: var(--mute, #8b96a3);
    font-size: 0.72rem;
    font-variant-numeric: tabular-nums;
    text-align: right;
    white-space: nowrap;
  }
  .qc-txn .qc-txn-after {
    grid-area: after;
    color: var(--mute, #8b96a3);
    font-size: 0.72rem;
    font-variant-numeric: tabular-nums;
    text-align: right;
    white-space: nowrap;
  }
  .qc-txn .qc-txn-held {
    grid-area: held;
    font-size: 0.72rem;
    font-variant-numeric: tabular-nums;
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
  }
  .qc-txn .qc-txn-dot,
  .qc-txn .qc-txn-lbl {
    display: none;
  }
  .qc-txn .qc-txn-name,
  .qc-txn a.qc-txn-name {
    font-size: 0.84rem;
    font-weight: 600;
  }
  .qc-txn:not(.qc-txn-tape) .qc-txn-id-line {
    width: 100%;
  }
  .qc-txn:not(.qc-txn-tape) .qc-txn-id-line .qc-txn-role {
    display: inline;
    flex: 0 0 auto;
    margin-left: 0.35em;
    color: var(--mute, #8b96a3);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    font-family: "IBM Plex Sans", sans-serif;
  }
  .qc-txn:not(.qc-txn-tape) .qc-txn-id-line .qc-txn-role::before {
    content: "– ";
    color: #5b6573;
  }

  /* Tape: Date | Name+role | ticker+Company | Txn | Shares | @ Price | Value | % Held. */
  .qc-txn-list.qc-tape-list > .qc-txn-cols,
  .qc-txn.qc-txn-tape {
    grid-template-columns: 6.7rem minmax(9.2rem, 1.2fr) minmax(9.5rem, 1.7fr) 5.6rem minmax(4.2rem, 0.55fr) minmax(4.4rem, 0.55fr) minmax(4.8rem, 0.7fr) 4.8rem;
    grid-template-areas: "date id co chip sh px hero held";
  }
  .qc-txn-list.qc-tape-list > .qc-txn-cols .qc-txn-company {
    grid-area: co;
  }
  .qc-txn-tape .qc-txn-sub { display: none; }
  .qc-txn-tape .qc-txn-after { display: none; }
  .qc-txn-tape .qc-txn-id {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1px;
    overflow: hidden;
  }
  .qc-txn-tape .qc-txn-id-line {
    width: 100%;
  }
  .qc-txn-tape .qc-txn-id-line .qc-txn-role {
    display: inline;
    flex: 0 0 auto;
    margin-left: 0.35em;
    color: var(--mute, #8b96a3);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    font-family: "IBM Plex Sans", sans-serif;
  }
  .qc-txn-tape .qc-txn-id-line .qc-txn-role::before {
    content: "– ";
    color: #5b6573;
  }
  .qc-txn-tape .qc-txn-id-sub {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--mute, #8b96a3);
    font-size: 0.68rem;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    font-family: "IBM Plex Sans", sans-serif;
  }
  .qc-txn-tape .qc-txn-id-sub .qc-txn-dot {
    display: inline;
    margin: 0 0.28em;
    color: #5b6573;
  }
  .qc-txn-tape .qc-txn-company,
  .qc-txn-tape a.qc-txn-company {
    display: flex;
    align-items: baseline;
    gap: 0.45em;
    grid-area: co;
    min-width: 0;
    overflow: hidden;
    text-decoration: none;
    color: var(--white, #eef2f5);
    font-size: 0.84rem;
    font-weight: 600;
    font-family: "IBM Plex Sans", sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }
  .qc-txn-tape .qc-txn-company .qc-txn-tk,
  .qc-txn-tape .qc-txn-company a.qc-txn-tk {
    flex: 0 0 auto;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: inherit;
  }
  .qc-txn-tape .qc-txn-company .qc-txn-co-name {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    color: inherit;
  }
  .qc-txn-tape a.qc-txn-company:hover,
  .qc-txn-tape a.qc-txn-company:hover .qc-txn-tk,
  .qc-txn-tape a.qc-txn-company:hover .qc-txn-co-name {
    color: inherit;
  }
}

/* Politician tape on member + company pages: same Date | Name | Ticker | Company | Trade | Value desk as the homepage wire. */
.qc-pol-desk .day {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin: 14px 0 8px;
  list-style: none;
  background: none;
  border: 0;
}
.qc-pol-desk .qc-txn-list > .day:first-child { margin-top: 0; }
.qc-pol-desk .day h2 {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--caution, #e3b41a);
  font-size: 0.92rem;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 900px) {
  .qc-pol-desk .qc-txn-when { display: none; }
  .qc-pol-desk .qc-txn-list.qc-tape-list > .qc-txn-cols,
  .qc-pol-desk .qc-txn-tape {
    grid-template-columns: 5.1rem minmax(8rem, 1.45fr) 5.4rem minmax(7rem, 1.75fr) 4.6rem minmax(3.6rem, 0.52fr);
    grid-template-areas: "date id co coname chip hero";
    column-gap: 10px;
    row-gap: 0;
  }
  .qc-pol-desk .qc-txn-tape {
    padding: 5px 12px;
    border-radius: 0;
    border-left-width: 3px;
  }
  .qc-pol-desk .qc-txn-tape .qc-txn-end,
  .qc-pol-desk .qc-txn-tape .qc-txn-tbl { display: contents; }
  .qc-pol-desk .qc-txn-tape .qc-txn-chip { grid-area: chip; }
  .qc-pol-desk .qc-txn-tape .qc-txn-date { grid-area: date; }
  .qc-pol-desk .qc-txn-tape .qc-txn-hero { grid-area: hero; }
  .qc-pol-desk .qc-txn-tape .qc-txn-sh,
  .qc-pol-desk .qc-txn-tape .qc-txn-px,
  .qc-pol-desk .qc-txn-tape .qc-txn-held,
  .qc-pol-desk .qc-txn-cols .qc-txn-sh,
  .qc-pol-desk .qc-txn-cols .qc-txn-px,
  .qc-pol-desk .qc-txn-cols .qc-txn-held { display: none; }

  /* Split ticker + company into their own columns. The <a> wrapper must be
     display:contents (not flex) or both labels stay in the ticker cell. */
  .qc-pol-desk .qc-txn-tape .qc-txn-company,
  .qc-pol-desk .qc-txn-tape a.qc-txn-company {
    display: contents;
    background: none;
    border: 0;
    padding: 0;
    min-width: 0;
    overflow: visible;
    text-decoration: none;
    color: inherit;
  }
  .qc-pol-desk .qc-txn-list.qc-tape-list > .qc-txn-cols .qc-txn-company,
  .qc-pol-desk .qc-txn-list.qc-tape-list > .qc-txn-cols .qc-txn-coname {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .qc-pol-desk .qc-txn-list.qc-tape-list > .qc-txn-cols .qc-txn-company { grid-area: co; }
  .qc-pol-desk .qc-txn-cols .qc-txn-coname { grid-area: coname; }
  .qc-pol-desk .qc-txn-tape .qc-txn-company .qc-txn-tk,
  .qc-pol-desk .qc-txn-tape a.qc-txn-company .qc-txn-tk {
    display: block;
    grid-area: co;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--white, #eef2f5);
    text-decoration: none;
  }
  .qc-pol-desk .qc-txn-tape .qc-txn-company .qc-txn-co-name,
  .qc-pol-desk .qc-txn-tape a.qc-txn-company .qc-txn-co-name {
    display: block;
    grid-area: coname;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--mute, #8b96a3);
  }
  .qc-pol-desk .qc-txn-tape a.qc-txn-company:hover .qc-txn-tk,
  .qc-pol-desk .qc-txn-tape a.qc-txn-company:hover .qc-txn-co-name {
    color: inherit;
  }
  .qc-pol-desk .qc-txn-tape .qc-txn-id {
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
  }
  .qc-pol-desk .qc-txn-tape .qc-txn-id-line { width: 100%; }
  .qc-pol-desk .qc-txn-tape .qc-txn-id-line .qc-txn-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .qc-pol-desk .qc-txn-tape .qc-txn-id-line .qc-txn-role {
    display: inline;
    flex: 0 0 auto;
    margin-left: 0.35em;
    color: var(--mute, #8b96a3);
    font-size: 0.72rem;
    font-weight: 400;
  }
  .qc-pol-desk .qc-txn-tape .qc-txn-id-line .qc-txn-role::before { content: "\2013 "; color: #5b6573; }
  .qc-pol-desk .qc-txn-cols .qc-txn-hero,
  .qc-pol-desk .qc-txn-tape .qc-txn-hero,
  .qc-pol-desk .qc-txn-tape .qc-txn-hero.is-empty {
    grid-area: hero;
    justify-self: end;
    text-align: right;
  }
  .qc-pol-desk .qc-txn-tape .qc-txn-hero {
    font-family: "JetBrains Mono", monospace;
    font-variant-numeric: tabular-nums;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #eef2f5;
  }
  .qc-pol-desk .qc-txn-tape .qc-txn-hero.is-empty {
    font-family: "IBM Plex Sans", sans-serif;
    color: var(--mute, #8b96a3);
  }
  .qc-pol-desk .qc-txn-list.qc-tape-list .day { padding: 0 12px; }
}

/* Last close + holdings on insider officer + company desks only. Politician tape stays 6-col. */
.qc-txn-last { display: none; }
@media (max-width: 899px) {
  .qc-has-last .qc-txn-tape .qc-txn-meta {
    flex-wrap: wrap;
  }
  .qc-has-last .qc-txn-meta .qc-txn-co,
  .qc-has-last .qc-txn-meta a.qc-txn-co {
    max-width: 9.5rem;
  }
  .qc-has-last .qc-txn-who .qc-txn-last,
  .qc-has-last .qc-txn-meta .qc-txn-sh,
  .qc-has-last .qc-txn-meta .qc-txn-after,
  .qc-has-last .qc-txn-meta .qc-txn-held {
    display: inline;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
  }
  .qc-has-last .qc-txn-who .qc-txn-last {
    font-family: "JetBrains Mono", monospace;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--paper, #d8dde3);
  }
  .qc-has-last .qc-txn-meta .qc-txn-sh,
  .qc-has-last .qc-txn-meta .qc-txn-after {
    color: var(--paper, #d8dde3);
  }
}
@media (min-width: 900px) {
  .qc-pol-desk.qc-has-last .qc-txn-list.qc-tape-list > .qc-txn-cols,
  .qc-pol-desk.qc-has-last .qc-txn-tape {
    grid-template-columns: 5.1rem minmax(6.4rem, 1.1fr) 4.4rem minmax(5rem, 1.15fr) 4.4rem 4.4rem minmax(3.4rem, 0.48fr) minmax(3.8rem, 0.55fr) 4.2rem minmax(3.4rem, 0.48fr);
    grid-template-areas: "date id co coname last chip sh after held hero";
  }
  .qc-pol-desk.qc-has-last .qc-txn-tape .qc-txn-last,
  .qc-pol-desk.qc-has-last .qc-txn-cols .qc-txn-last,
  .qc-pol-desk.qc-has-last .qc-txn-tape .qc-txn-sh,
  .qc-pol-desk.qc-has-last .qc-txn-cols .qc-txn-sh,
  .qc-pol-desk.qc-has-last .qc-txn-tape .qc-txn-after,
  .qc-pol-desk.qc-has-last .qc-txn-cols .qc-txn-after,
  .qc-pol-desk.qc-has-last .qc-txn-tape .qc-txn-held,
  .qc-pol-desk.qc-has-last .qc-txn-cols .qc-txn-held {
    display: block;
    justify-self: end;
    text-align: right;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .qc-pol-desk.qc-has-last .qc-txn-tape .qc-txn-last,
  .qc-pol-desk.qc-has-last .qc-txn-cols .qc-txn-last { grid-area: last; }
  .qc-pol-desk.qc-has-last .qc-txn-tape .qc-txn-sh,
  .qc-pol-desk.qc-has-last .qc-txn-cols .qc-txn-sh { grid-area: sh; }
  .qc-pol-desk.qc-has-last .qc-txn-tape .qc-txn-after,
  .qc-pol-desk.qc-has-last .qc-txn-cols .qc-txn-after { grid-area: after; }
  .qc-pol-desk.qc-has-last .qc-txn-tape .qc-txn-held,
  .qc-pol-desk.qc-has-last .qc-txn-cols .qc-txn-held { grid-area: held; }
  .qc-pol-desk.qc-has-last .qc-txn-tape .qc-txn-last,
  .qc-pol-desk.qc-has-last .qc-txn-tape .qc-txn-sh,
  .qc-pol-desk.qc-has-last .qc-txn-tape .qc-txn-after {
    font-family: "JetBrains Mono", monospace;
    font-variant-numeric: tabular-nums;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #eef2f5;
  }
  .qc-pol-desk.qc-has-last .qc-txn-tape .qc-txn-held {
    font-family: "JetBrains Mono", monospace;
    font-variant-numeric: tabular-nums;
    font-size: 0.72rem;
    font-weight: 600;
  }
  .qc-pol-desk.qc-has-last .qc-txn-tape .qc-txn-lbl { display: none; }
  .qc-pol-desk.qc-has-last .qc-txn-cols .qc-txn-last,
  .qc-pol-desk.qc-has-last .qc-txn-cols .qc-txn-sh,
  .qc-pol-desk.qc-has-last .qc-txn-cols .qc-txn-after,
  .qc-pol-desk.qc-has-last .qc-txn-cols .qc-txn-held {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mute, #8b96a3);
  }
}

/* Compact page chrome: one title line next to as-of, lede in a fold. */
.page-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  flex-wrap: wrap;
  padding: 2px 0 8px;
}
.page-head h1 {
  font-size: 1.5rem;
  line-height: 1.15;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}
.page-head .asof {
  padding: 0;
  margin: 0;
  flex: 0 0 auto;
}
.page-head.ident {
  align-items: baseline;
  gap: 6px 14px;
}
.page-head.ident h1 {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 1.45rem;
}
.page-head.ident .hero-facts {
  display: inline;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: 0.9rem;
  color: var(--paper, #d8dde3);
}
.page-head.ident .hero-facts[hidden] { display: none; }
.page-head.ident .hero-line {
  display: inline;
  color: var(--paper, #d8dde3);
  font-size: 0.9rem;
  line-height: 1.3;
}
.page-head.ident .hero-party { color: var(--caution, #e3b41a); font-weight: 600; }
.ident-nav {
  margin: 4px 0 0;
  font-size: 0.82rem;
}
.ident-nav .back { color: var(--teal, #36999d); text-decoration: none; }
.holdings > .kicker,
.holdings > h2 { display: none; }
.link-bar .hint { display: none; }
.tape-more {
  margin: 10px 0 16px;
}
.tape-more[hidden] { display: none; }
.tape-more button {
  background: transparent;
  border: 1px solid var(--caution, #e3b41a);
  color: var(--caution, #e3b41a);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 14px;
  min-height: 36px;
  cursor: pointer;
}
.paper-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0 0 10px;
}
.paper-controls .board-tabs { margin: 0; }
.paper-controls .picker {
  margin: 0;
  flex: 1 1 220px;
  max-width: 360px;
}
.paper-caption,
.count {
  color: var(--mute, #8b96a3);
  font-size: 0.85rem;
  margin: 0 0 8px;
  line-height: 1.4;
}
details.how {
  margin: 0 0 12px;
}
.ticket-more {
  margin-top: 4px;
}
.ticket-more > summary {
  cursor: pointer;
  color: var(--caution, #e3b41a);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
  min-height: 32px;
  display: flex;
  align-items: center;
  list-style: none;
}
.ticket-more > summary::-webkit-details-marker { display: none; }
@media (max-width: 820px) {
  .page-head h1,
  .page-head.ident h1 { font-size: 1.35rem; }
  .page-head.ident .hero-facts,
  .page-head.ident .hero-line { font-size: 0.82rem; }
  .focus-bar {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .holdings .focus .range {
    order: -1;
    width: 100%;
    margin: 0 0 4px;
  }
  .holdings .focus .focus-top {
    width: 100%;
    flex-wrap: wrap;
  }
  .holdings .focus .chips {
    width: 100%;
  }
}

/* Follow / Best list alerts and officer tags. */
.qc-follow-tag {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 6px;
  padding: 1px 6px;
  border: 1px solid var(--caution, #e3b41a);
  color: var(--caution, #e3b41a);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
  vertical-align: middle;
}
a.qc-follow-tag { text-decoration: none; }
a.qc-follow-tag:hover { background: rgba(227, 180, 26, 0.12); }
.qc-txn-id-line .qc-follow-tag,
.qc-txn-id-line .qc-plan-tag { margin-left: 8px; }
.qc-plan-tag {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 6px;
  padding: 1px 6px;
  border: 1px solid var(--teal, #36999d);
  color: var(--teal, #36999d);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
  vertical-align: middle;
}
.qc-follow-alerts {
  margin: 0 0 14px;
  border: 1px solid var(--caution, #e3b41a);
  background: rgba(227, 180, 26, 0.07);
}
.qc-follow-alerts .hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 12px 8px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--caution, #e3b41a);
  font-size: 0.95rem;
}
.qc-follow-alerts .acts {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.qc-follow-alerts .acts a,
.qc-follow-alerts .acts button {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--paper, #d8dde3);
  background: transparent;
  border: 1px solid #4a5563;
  padding: 6px 10px;
  min-height: 36px;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.82rem;
}
.qc-follow-alerts .acts a:hover,
.qc-follow-alerts .acts button:hover {
  border-color: var(--caution, #e3b41a);
  color: var(--caution, #e3b41a);
}
.qc-follow-alerts .list { padding: 0 6px 8px; }
.qc-follow-alerts a.hit {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto auto auto;
  gap: 8px 12px;
  align-items: baseline;
  padding: 10px 8px;
  min-height: 44px;
  color: var(--white, #eef2f5);
  text-decoration: none;
  border-top: 1px solid #3a4452;
}
.qc-follow-alerts a.hit:hover { background: rgba(54, 153, 157, 0.08); }
.qc-follow-alerts .who {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.qc-follow-alerts .side.up { color: #7dcf7a; }
.qc-follow-alerts .side.down { color: #ef7a74; }
.qc-follow-alerts .tk, .qc-follow-alerts .when { color: var(--mute, #8b96a3); font-size: 0.82rem; }
@media (max-width: 820px) {
  .qc-follow-alerts a.hit {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "who side" "tk when";
  }
  .qc-follow-alerts .who { grid-area: who; }
  .qc-follow-alerts .side { grid-area: side; }
  .qc-follow-alerts .tk { grid-area: tk; }
  .qc-follow-alerts .when { grid-area: when; }
}
