@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Satoshi:wght@400;500;700;900&family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&display=swap");

:root {
  --brand: #6366f1;
  --brand-light: #a5b4fc;
  --brand-dark: #4338ca;
  --brand-glow: rgba(99, 102, 241, 0.2);
  --brand-subtle: rgba(99, 102, 241, 0.06);
  --mono: "DM Mono", monospace;
  --body: "Satoshi", "DM Sans", sans-serif;
  --display: "Instrument Serif", serif;
  --bg: #faf7f2;
  --card: #ffffff;
  --text: #0f0f0f;
  --text-mid: #444444;
  --text-light: #8b8b8b;
  --text-faint: #ccc;
  --border: #e5e0d8;
  --border-light: #f0efec;
  --surface: #fafaf8;
  --surface-alt: #f5f4f1;
  --green: #22c55e;
  --red: #ef4444;
  --amber: #f9a825;
  --pro-dark: #0b0b10;
  --ink: #0f0f0f;
  --cream: #faf7f2;
  --win: #22c55e;
  --loss: #ef4444;
}

.nav-go-pro.hidden {
  display: none !important;
}

.nav-account-slot {
  display: flex;
  align-items: center;
}

.nav-user-wrap {
  position: relative;
}

.nav-user-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 0;
}

.nav-user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #6366f1;
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-user-pro {
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(99, 102, 241, 0.18);
  color: #a5b4fc;
  padding: 2px 8px;
  border-radius: 999px;
}

.nav-user-caret {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
}

.nav-user-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  background: #1a1a22;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  padding: 8px 0;
  display: none;
  z-index: 120;
}

.nav-user-menu.open {
  display: block;
}

.nav-user-item {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.62);
  padding: 10px 16px;
  font-family: "Satoshi", sans-serif;
  font-size: 13px;
  cursor: pointer;
}

.nav-user-item.muted {
  cursor: default;
}

.nav-user-item.accent {
  color: #a5b4fc;
  font-weight: 600;
}

.nav-user-item:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.nav-user-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin: 4px 0;
}

.pro-gate-launch {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.pro-gate-viewed-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pro-gate-viewed-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 14px 12px;
  text-decoration: none;
  text-align: left;
}

.pro-gate-viewed-card .name {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.pro-gate-viewed-card .verdict {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.pro-upgrade-link {
  border: 0;
  background: transparent;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav-account-slot {
    margin-left: 6px;
  }

  .nav-user-menu {
    right: -6px;
  }

  .pro-gate-viewed-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== SPEC LOCK: spacing + pro feature modules (2026-03-08) ===== */
.trending-bar {
  display: none !important;
}

.nav {
  min-height: 52px;
  height: 52px;
  padding: 0 24px;
  align-items: center;
}

.nav-search {
  display: none !important;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
  position: static !important;
  transform: none !important;
  font-family: var(--body);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.nav-brand-dot {
  margin-right: 0;
}

.nav-right {
  margin-left: auto;
  display: inline-flex !important;
  align-items: center;
  gap: 20px;
}

.nav-link {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
}

.nav-go-pro {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 100px;
}

.gr-topbar-right {
  display: none !important;
}

.v4-page .section-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 720px;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.s-pro-start .section-inner,
.s-pro-tldr .section-inner,
.s-pro-live .section-inner,
.s-pro-copy .section-inner,
.s-pro-conflict .section-inner,
.s-pro-consensus .section-inner,
.s-pro-conviction .section-inner,
.s-pro-mv .section-inner,
.s-pro-regime .section-inner,
.s-pro-crowded .section-inner,
.s-pro-earnings .section-inner,
.s-pro-drawdown .section-inner,
.s-pro-antip .section-inner,
.s-pro-like .section-inner,
.s-pro-rotation .section-inner,
.s-timeline .section-inner,
.s-sectors .section-inner,
.s-numbers .section-inner,
.s-picks .section-inner {
  max-width: 780px;
}

.s-story .section-inner,
.s-pro-start .section-inner,
.s-pro-tldr .section-inner {
  max-width: 640px;
}

.s-verdict .section-inner {
  min-height: 0 !important;
  display: block !important;
  text-align: center;
  padding-top: 80px !important;
  padding-bottom: 72px !important;
}

.v4-pill {
  margin: 0 auto 28px !important;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.v4-name {
  margin: 0 auto 20px !important;
  line-height: 0.88 !important;
  letter-spacing: -0.04em !important;
  font-family: var(--display) !important;
  font-weight: 400 !important;
  font-size: clamp(64px, 14vw, 140px) !important;
}

.v4-tagline {
  margin: 0 auto 12px !important;
  max-width: 500px;
  font-family: var(--display) !important;
  font-size: clamp(18px, 3vw, 24px) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  color: rgba(255, 255, 255, 0.35) !important;
}

.h-meta {
  margin-top: 0 !important;
  font-family: var(--mono) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.06em !important;
  color: rgba(255, 255, 255, 0.2) !important;
}

.s-cooked .section-inner {
  padding-top: 0 !important;
  padding-bottom: 64px !important;
}

.s-stats .section-inner {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.s-report .section-inner {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.s-story .section-inner {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.s-hot-takes .section-inner {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.s-form .section-inner {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.s-share .section-inner {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.s-inverse .section-inner {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.s-meanwhile .section-inner {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.s-pro-start .section-inner {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.s-pro-tldr .section-inner,
.s-pro-live .section-inner,
.s-pro-copy .section-inner,
.s-pro-conflict .section-inner,
.s-pro-consensus .section-inner,
.s-pro-conviction .section-inner,
.s-pro-mv .section-inner,
.s-pro-regime .section-inner,
.s-pro-crowded .section-inner,
.s-pro-earnings .section-inner,
.s-pro-drawdown .section-inner,
.s-pro-antip .section-inner,
.s-pro-like .section-inner,
.s-pro-rotation .section-inner,
.s-timeline .section-inner,
.s-sectors .section-inner,
.s-numbers .section-inner,
.s-picks .section-inner {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.s-pro-start,
.s-pro-tldr,
.s-pro-live,
.s-pro-copy,
.s-pro-conflict,
.s-pro-consensus,
.s-pro-conviction,
.s-pro-mv,
.s-pro-regime,
.s-pro-crowded,
.s-pro-earnings,
.s-pro-drawdown,
.s-pro-antip,
.s-pro-like,
.s-pro-rotation,
.s-timeline,
.s-sectors,
.s-numbers,
.s-picks {
  background: #0b0b10 !important;
}

.report-title,
.ht-title {
  font-family: var(--display);
  font-weight: 400;
}

.report-sub,
.ht-sub {
  font-family: var(--body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #8b8b8b !important;
}

.hundred-q {
  font-family: var(--display) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: #8b8b8b !important;
}

.hundred-punch .sp-r {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #8b8b8b;
  font-family: var(--mono);
  font-size: 0.85em;
}

.pro-head-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.pro-head-title {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.pro-head-pill {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  background: rgba(99, 102, 241, 0.2);
  color: #a5b4fc;
}

.pro-head-sub {
  font-family: var(--display);
  font-size: 16px;
  font-style: italic;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.3) !important;
  margin-bottom: 24px;
}

.pro-insight-box {
  margin-top: 16px;
  border-left: 3px solid #6366f1;
  border-radius: 0 8px 8px 0;
  background: #1a1a22;
  padding: 14px 18px;
}

.pro-insight-pill {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.2);
  color: #a5b4fc;
  margin-right: 8px;
}

.pro-copy-wrap {
  max-width: 560px !important;
  margin-left: auto;
  margin-right: auto;
}

.pro-copy-chart {
  max-width: 440px !important;
  margin-left: auto;
  margin-right: auto;
}

.pro-copy-legend {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px;
  white-space: nowrap;
}

.pro-copy-legend > div {
  flex: 0 0 auto;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.conflict-stack {
  display: grid;
  gap: 8px;
}

.conflict-banner {
  background: linear-gradient(90deg, #131318, rgba(99, 102, 241, 0.08), #131318);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.cb-icon {
  font-size: 28px;
  flex-shrink: 0;
}

.cb-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.cb-text strong {
  color: #fff;
}

.cb-text .cbv {
  color: #a5b4fc;
  font-weight: 700;
}

.cb-text .pos {
  color: #22c55e;
}

.cb-text .neg {
  color: #ef4444;
}

.sm-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #131318;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.sm-tick {
  width: 60px;
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.sm-bar {
  flex: 1;
  height: 24px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}

.sm-bull,
.sm-bear {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 10px;
}

.sm-bull {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
}

.sm-bear {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}

.sm-v {
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 3px 8px;
}

.sm-v.con {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}

.sm-v.cont {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}

.sm-v.ctr {
  background: rgba(99, 102, 241, 0.1);
  color: #a5b4fc;
}

.g2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.g3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.gc {
  background: #131318;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 24px 18px;
  text-align: center;
}

.gc .gcl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 4px;
}

.gc .gcd {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.15);
  margin-bottom: 10px;
}

.gc .gcv {
  font-family: var(--display);
  font-size: 36px;
  color: #fff;
  margin-bottom: 4px;
}

.gc .gca {
  font-family: var(--mono);
  font-size: 14px;
}

.gc .gca.p {
  color: #22c55e;
}

.gc .gca.n {
  color: #ef4444;
}

.gc .gcc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.2);
  margin-top: 6px;
}

.et-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #131318;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.et-lbl {
  width: 140px;
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.et-wr {
  width: 60px;
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.et-avg {
  width: 60px;
  font-family: var(--mono);
  font-size: 13px;
}

.et-avg.p {
  color: #22c55e;
}

.et-avg.n {
  color: #ef4444;
}

.et-ct {
  margin-left: auto;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.2);
}

.dd-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.dd-card {
  background: #131318;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 16px;
}

.dd-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.dd-tk {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.dd-r {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
}

.dd-r.p {
  color: #22c55e;
}

.dd-r.n {
  color: #ef4444;
}

.dd-spark {
  height: 32px;
  margin-bottom: 6px;
}

.dd-spark svg {
  width: 100%;
  height: 100%;
}

.dd-pain {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.25);
}

.dd-pain strong {
  color: #ef4444;
}

.ap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.ap-card {
  background: #131318;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 18px 16px;
}

.ap-tk {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2px;
}

.ap-act {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 12px;
}

.ap-since {
  font-family: var(--display);
  font-size: 28px;
  margin-bottom: 4px;
}

.ap-since.up {
  color: #22c55e;
}

.ap-since.dn {
  color: #ef4444;
}

.ap-since.flat {
  color: rgba(255, 255, 255, 0.65);
}

.ap-note {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.4;
}

.cc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.cc-card {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #131318;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 18px 20px;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease;
}

.cc-card:hover {
  border-color: #6366f1;
}

.cc-av {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a22;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--display);
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}

.cc-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}

.cc-ol {
  font-family: var(--mono);
  font-size: 11px;
  color: #a5b4fc;
}

.cc-ret {
  margin-top: 2px;
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 760px) {
  .nav {
    padding: 0 12px;
  }

  .nav-brand {
    margin-right: auto;
  }

  .nav-right {
    gap: 12px;
  }

  .nav-link {
    font-size: 11px;
  }

  .nav-go-pro {
    padding: 7px 12px;
  }

  .v4-page .section-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .s-verdict .section-inner {
    padding-top: 56px !important;
    padding-bottom: 48px !important;
  }

  .v4-pill {
    margin-bottom: 22px !important;
    font-size: 11px;
  }

  .v4-name {
    margin-bottom: 18px !important;
    line-height: 0.9 !important;
  }

  .v4-tagline {
    margin-bottom: 10px !important;
    font-size: clamp(18px, 5.3vw, 24px) !important;
  }

  .h-meta {
    font-size: 11px !important;
  }

  .s-cooked .section-inner {
    padding-top: 0 !important;
    padding-bottom: 48px !important;
  }

  .s-stats .section-inner,
  .s-report .section-inner,
  .s-story .section-inner,
  .s-hot-takes .section-inner,
  .s-share .section-inner {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .s-form .section-inner,
  .s-inverse .section-inner,
  .s-meanwhile .section-inner {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .s-pro-start .section-inner {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .s-pro-tldr .section-inner,
  .s-pro-live .section-inner,
  .s-pro-copy .section-inner,
  .s-pro-conflict .section-inner,
  .s-pro-consensus .section-inner,
  .s-pro-conviction .section-inner,
  .s-pro-mv .section-inner,
  .s-pro-regime .section-inner,
  .s-pro-crowded .section-inner,
  .s-pro-earnings .section-inner,
  .s-pro-drawdown .section-inner,
  .s-pro-antip .section-inner,
  .s-pro-like .section-inner,
  .s-pro-rotation .section-inner,
  .s-timeline .section-inner,
  .s-sectors .section-inner,
  .s-numbers .section-inner,
  .s-picks .section-inner {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .pro-head-title {
    font-size: 24px;
  }

  .pro-head-sub {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .pro-copy-wrap {
    max-width: 100% !important;
  }

  .pro-copy-chart {
    max-width: 100% !important;
  }

  .pro-copy-legend {
    gap: 10px;
    overflow-x: auto;
  }

  .g2,
  .g3 {
    grid-template-columns: 1fr;
  }

  .conflict-banner {
    padding: 18px;
  }

  .et-lbl {
    width: 110px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
}

.nav {
  background: #0f0f0f;
  min-height: 52px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--display);
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.nav-brand-dot {
  color: var(--brand);
  font-size: 14px;
  line-height: 1;
}

.nav-brand:hover,
.nav-brand:focus,
.nav-brand:active,
.nav-brand:visited {
  text-decoration: none;
  color: #fff;
}

.nav-search {
  flex: 1;
  max-width: 340px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 8px 14px;
  gap: 8px;
}

.nav-search input {
  border: none;
  background: transparent;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 500;
  outline: none;
  width: 100%;
  color: #fff;
}

.nav-search input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.nav-search svg {
  opacity: 0.3;
  flex-shrink: 0;
}

.nav-right {
  margin-left: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}

.nav-link {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  padding: 6px 8px;
  border-radius: 6px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.85);
}

.nav-link.on {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.nav-go-pro {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 999px;
  padding: 7px 16px;
  text-decoration: none;
  box-shadow: 0 0 0 0 var(--brand-glow);
  transition: box-shadow 0.16s ease, transform 0.16s ease, background 0.16s ease;
}

.nav-go-pro:hover,
.nav-go-pro:focus {
  background: var(--brand-dark);
  box-shadow: 0 8px 24px var(--brand-glow);
  transform: translateY(-1px);
}

.trending-bar {
  background: rgba(255, 255, 255, 0.02);
  padding: 0 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
}

.trending-bar::-webkit-scrollbar {
  display: none;
}

.trending-bar.drag-scroll-enabled {
  cursor: grab;
}

.trending-bar.drag-scroll-enabled.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.trending-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  margin: 0 auto;
}

.t-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.t-chip {
  font-size: 11px;
  font-weight: 500;
  padding: 3px 12px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
  white-space: nowrap;
  cursor: pointer;
}

.t-chip.on {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

.gr-popular-list {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gr-topbar {
  background: #ffffff;
  border-bottom: 1px solid #e8e6e2;
  position: sticky;
  top: 0;
  z-index: 100;
}

.gr-topbar-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.gr-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

.gr-logo-icon {
  width: 26px;
  height: 26px;
  background: #1a1a1a;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gr-logo-icon svg {
  width: 14px;
  height: 14px;
}

.gr-logo-text {
  font-family: var(--mono);
  font-weight: 800;
  font-size: 14px;
  color: #1a1a1a;
  letter-spacing: -0.3px;
}

.gr-search-wrap {
  flex: 1;
  max-width: 400px;
  position: relative;
  display: flex;
  align-items: center;
}

.gr-search-input {
  width: 100%;
  height: 36px;
  padding: 0 80px 0 34px;
  border: 1.5px solid #e0ddd8;
  border-radius: 8px;
  background: #fafaf8;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.gr-search-input:focus {
  border-color: #c0bdb8;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

.gr-search-input::placeholder {
  color: #bcbab5;
}

.gr-search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #c0bdb8;
  pointer-events: none;
}

.gr-search-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  height: 28px;
  padding: 0 14px;
  background: #1a1a1a;
  color: white;
  border: none;
  border-radius: 6px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  letter-spacing: 0.3px;
}

.gr-search-btn:hover {
  background: #333;
}

.gr-topbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
}

.gr-receipts-left {
  font-family: var(--mono);
  font-size: 11px;
  color: #999;
  white-space: nowrap;
}

.gr-receipts-left strong {
  color: #1a1a1a;
  font-weight: 700;
}

.gr-plan-state {
  font-family: var(--mono);
  font-size: 10px;
  color: #a0aec0;
  letter-spacing: 1px;
  font-weight: 700;
}

.gr-plan-toggle {
  display: flex;
  border: 1.5px solid #e0ddd8;
  border-radius: 6px;
  overflow: hidden;
}

.gr-plan-btn {
  padding: 5px 12px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.15s;
  background: transparent;
  color: #999;
}

.gr-plan-btn.active {
  background: #1a1a1a;
  color: white;
}

.gr-plan-btn:not(.active):hover {
  color: #555;
  background: #f5f3f0;
}

@media (max-width: 900px) {
  .nav {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand mode"
      "search search";
    gap: 8px;
    padding: 12px 14px;
  }

  .nav-brand {
    grid-area: brand;
  }

  .nav-right {
    display: none;
  }

  .nav-search {
    grid-area: search;
    max-width: none;
    width: 100%;
  }

  .gr-topbar-right {
    grid-area: mode;
    margin-left: 0;
    justify-self: end;
    align-self: center;
    gap: 6px;
  }

  .trending-bar {
    justify-content: flex-start;
    padding: 0 14px 10px;
  }

  .trending-inner {
    margin: 0;
  }
}

.gr-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.gr-subbar {
  padding: 14px 0 0;
}

.gr-tagline {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #b0ada8;
  margin-bottom: 10px;
}

.gr-tagline a {
  color: #888;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
  cursor: pointer;
}

.gr-popular-row {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e6e2;
}

.gr-popular-row::-webkit-scrollbar {
  display: none;
}

.gr-popular-label {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  color: #c0bdb8;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  flex-shrink: 0;
  margin-right: 2px;
}

.gr-popular-list {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gr-pill {
  flex-shrink: 0;
  padding: 5px 12px;
  border-radius: 100px;
  border: 1.5px solid #e0ddd8;
  background: white;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
  user-select: none;
}

.gr-pill:hover {
  border-color: #c8c5c0;
  color: #333;
  background: #fafaf8;
}

.gr-pill.active {
  background: #1a1a1a;
  color: white;
  border-color: #1a1a1a;
}

.gr-status-line {
  display: none !important;
  margin: 0;
  padding: 10px 0;
  font-family: var(--mono);
  font-size: 11px;
  color: #c0bdb8;
  display: flex;
  align-items: center;
  gap: 6px;
}

.gr-status-line::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00c853;
  display: inline-block;
}

.gr-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.result {
  width: 100%;
}

.gr-loading-screen {
  width: 100%;
  background: var(--g100, #f5f5f4);
}

.grl-wrap {
  min-height: calc(100vh - 140px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}

.grl-name {
  font-family: var(--display);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -1.5px;
  color: #0c0a09;
  margin-bottom: 32px;
  opacity: 0;
  animation: grlFadeSlideUp 0.6s ease-out 0.2s both;
}

.grl-printer {
  position: relative;
  width: 48px;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grl-slot {
  width: 48px;
  height: 4px;
  background: #d6d3d1;
  border-radius: 2px;
  z-index: 2;
  opacity: 0;
  animation: grlFadeIn 0.3s ease 0.35s both;
}

.grl-paper {
  width: 36px;
  background: #fff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-top: -1px;
  height: 0;
  position: relative;
  overflow: hidden;
  animation: grlPaperGrow 5s ease-out 0.55s both;
}

.grl-paper::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  right: 6px;
  height: 200px;
  background: repeating-linear-gradient(
    180deg,
    #e7e5e4 0px,
    #e7e5e4 2px,
    transparent 2px,
    transparent 8px
  );
  opacity: 0.6;
}

.grl-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 120px;
}

.grl-line {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  color: #a8a29e;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.4s ease-out;
  line-height: 2.2;
}

.grl-line.visible {
  opacity: 1;
  transform: translateY(0);
}

.grl-line.past {
  opacity: 0.25;
}

.grl-line.final {
  font-weight: 700;
  color: #44403c;
}

.grl-cursor {
  display: inline-block;
  width: 6px;
  height: 13px;
  background: #a8a29e;
  margin-left: 3px;
  vertical-align: middle;
  animation: grlCursorBlink 0.8s step-end infinite;
}

.grl-progress {
  width: 200px;
  height: 2px;
  background: #e7e5e4;
  border-radius: 1px;
  margin-top: 36px;
  overflow: hidden;
  opacity: 0;
  animation: grlFadeIn 0.3s ease 0.8s both;
}

.grl-progress-fill {
  height: 100%;
  width: 0%;
  background: #78716c;
  border-radius: 1px;
  animation: grlProgressGrow 5.5s ease-out 0.8s both;
}

.gr-loading-screen.done .grl-wrap {
  animation: grlContainerFadeOut 0.4s ease-in both;
}

@keyframes grlPaperGrow {
  0% { height: 0; }
  15% { height: 20px; }
  35% { height: 45px; }
  55% { height: 65px; }
  75% { height: 80px; }
  100% { height: 90px; }
}

@keyframes grlProgressGrow {
  0% { width: 0%; }
  20% { width: 25%; }
  40% { width: 45%; }
  60% { width: 60%; }
  80% { width: 80%; }
  95% { width: 92%; }
  100% { width: 100%; }
}

@keyframes grlFadeSlideUp {
  0% { opacity: 0; transform: translateY(12px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes grlFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes grlCursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@keyframes grlContainerFadeOut {
  0% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(0.98); }
}

.hidden {
  display: none !important;
}

.receipt-card {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background: var(--card);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.receipt-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.verdict-banner {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1.5px dashed;
}

.hero-share-btn {
  margin-left: auto;
  border: 1px solid #dedad3;
  background: #fff;
  color: #1a1a1a;
  border-radius: 6px;
  padding: 7px 10px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.verdict-emoji {
  font-size: 28px;
}

.verdict-label {
  font-family: var(--mono);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 2.5px;
}

.verdict-sub {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--text-light);
  margin-top: 2px;
}

.profile-section {
  padding: 16px 24px 12px;
}

.profile-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.profile-name {
  font-family: var(--body);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
}

.profile-tags {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.profile-tag,
.rank-badge {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  color: var(--text-light);
  background: var(--surface-alt);
  padding: 2px 7px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.rank-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: none;
}

.receipt-divider {
  border-bottom: 1.5px dashed var(--border);
}

.hero-section {
  padding: 16px 24px;
}

.hero-narrative {
  font-family: var(--body);
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.65;
  margin-bottom: 16px;
}

.hero-narrative strong {
  color: #1a1a1a;
}

.profit-highlight {
  font-family: var(--mono);
  font-weight: 700;
}

.stats-row {
  display: flex;
  background: var(--surface);
  border-radius: 6px;
  border: 1px solid #eeedea;
  overflow: hidden;
}

.stat-cell {
  flex: 1;
  padding: 12px 8px;
  text-align: center;
  border-right: 1px solid #eeedea;
}

.stat-cell:last-child {
  border-right: none;
}

.stat-value {
  font-family: var(--mono);
  font-weight: 800;
  font-size: 18px;
}

.stat-label {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-top: 4px;
}

.alpha-bar-container {
  padding: 12px 24px;
}

.alpha-bar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.alpha-bar-label {
  font-family: var(--mono);
  font-size: 9px;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.alpha-bar-value {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
}

.alpha-bar-track {
  height: 28px;
  background: #f0efed;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.alpha-compare {
  display: grid;
  gap: 8px;
}

.alpha-row {
  display: grid;
  grid-template-columns: 80px 1fr 76px;
  gap: 8px;
  align-items: center;
}

.alpha-name {
  font-family: var(--mono);
  font-size: 10px;
  color: #666;
}

.alpha-track {
  height: 24px;
  border-radius: 4px;
  background: #eeedea;
  overflow: hidden;
  position: relative;
}

.alpha-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.alpha-fill.receipt {
  background: rgba(0, 200, 83, 0.55);
  transition-delay: 0.5s;
}

.alpha-fill.receipt.neg {
  background: rgba(239, 68, 68, 0.55);
}

.alpha-fill.receipt.pos {
  background: rgba(0, 200, 83, 0.55);
}

.alpha-fill.spy {
  background: #d4d2ce;
  transition-delay: 0.3s;
}

.alpha-num {
  text-align: right;
  font-family: var(--mono);
  font-size: 9px;
  color: #888;
  font-weight: 700;
}

.strategy-mode-wrap {
  margin-top: 10px;
}

.strategy-mode-label {
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
  color: #bbb;
  letter-spacing: 1.8px;
  margin-bottom: 6px;
}

.strategy-toggle {
  display: inline-flex;
  border: 1px solid #e0ddd8;
  border-radius: 6px;
  overflow: hidden;
}

.strategy-opt {
  border: 0;
  padding: 6px 12px;
  background: #f5f4f1;
  color: #999;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
}

.strategy-opt.active {
  background: #1a1a1a;
  color: #fff;
  font-weight: 700;
}

.strategy-note {
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 9px;
  color: #999;
  font-style: italic;
}

.form-strip {
  margin: 0 24px 10px;
  border: 1px solid #e8e5df;
  border-radius: 6px;
  background: #faf9f6;
  padding: 10px 12px;
}

.form-title {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #333;
}

.form-line {
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 10px;
  color: #666;
}

.form-note {
  margin-top: 6px;
  font-family: var(--body);
  font-size: 12px;
  color: #4b5563;
}

.compare-loop {
  padding: 12px 24px;
  background: #faf9f6;
}

.compare-title {
  font-family: var(--mono);
  font-size: 10px;
  color: #999;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.compare-btn {
  width: 100%;
  border: 1px solid #d9d5ce;
  border-radius: 6px;
  background: #fff;
  padding: 9px 10px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
}

.compare-pills {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.compare-pill {
  border: 1px solid #e0ddd8;
  border-radius: 999px;
  background: #fff;
  color: #666;
  padding: 5px 10px;
  font-family: var(--mono);
  font-size: 10px;
  cursor: pointer;
  text-decoration: none;
}

.compare-pill:hover,
.compare-pill:focus,
.compare-pill:active,
.compare-pill:visited {
  text-decoration: none;
}

.alpha-bar-sp,
.alpha-bar-picks {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
}

.alpha-bar-sp {
  background: #d4d3d0;
  border-radius: 4px 0 0 4px;
}

.alpha-bar-sp span {
  font-family: var(--mono);
  font-size: 10px;
  color: #777;
  font-weight: 600;
}

.alpha-bar-picks {
  border-radius: 4px;
}

.alpha-bar-picks span {
  color: #fff;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
}

.sample-warning {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
}

.sample-warning-text {
  font-family: var(--mono);
  font-size: 10px;
  color: #c4a24a;
  font-weight: 500;
}

.how-card {
  margin: 0 24px 12px;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  background: var(--surface);
}

.how-card > summary {
  list-style: none;
  cursor: pointer;
  padding: 10px 12px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.how-card > summary::-webkit-details-marker {
  display: none;
}

.how-lines {
  padding: 0 12px 12px;
  display: grid;
  gap: 6px;
  font-family: var(--mono);
  font-size: 10px;
  color: #6b7280;
  line-height: 1.5;
}

.how-small {
  color: #9ca3af;
}

.breakdown-toggle {
  width: 100%;
  padding: 12px 24px;
  border: none;
  border-top: 1px solid #f0efed;
  background: none;
  font-family: var(--mono);
  font-size: 11px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

#bd-arrow {
  display: inline-block;
  transition: transform 0.3s;
}

.breakdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.breakdown-content.open {
  max-height: 800px;
}

.breakdown-inner {
  padding: 0 24px 16px;
}

.bd-row {
  padding: 10px 0;
}

.bd-row.with-line {
  border-bottom: 1px solid #f5f4f1;
}

.bd-row-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bd-ticker {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 700;
}

.bd-price {
  display: block;
  margin-left: 0;
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-mid);
}

.bd-return {
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 800;
}

.bd-quote {
  margin-top: 4px;
  font-size: 11px;
  color: #bbb;
  font-style: italic;
}

.free-blur {
  filter: blur(2px);
  opacity: 0.65;
  user-select: none;
}

.bd-meta {
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 10px;
  color: #ccc;
}

.bd-source {
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 10px;
  color: #a0aec0;
}

.bd-source a {
  color: #718096;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.method-link {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 10px;
  color: #bbb;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
}

.pro-lock-card {
  margin-top: 14px;
  border: 1px solid #e8e6e2;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfbfa 0%, #f5f3f0 100%);
  padding: 14px;
}

.pro-lock-title {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  color: #2d3748;
  line-height: 1.45;
}

.pro-lock-sub {
  margin-top: 8px;
  font-size: 12px;
  color: #718096;
}

.pro-lock-preview {
  margin-top: 10px;
  border: 1px dashed #d8d4cf;
  border-radius: 6px;
  padding: 10px;
  background: #fff;
}

.pro-lock-line {
  height: 10px;
  border-radius: 4px;
  background: linear-gradient(90deg, #d7d2cb 0%, #ece9e5 55%, #d7d2cb 100%);
  margin-bottom: 8px;
}

.pro-lock-line.short {
  width: 70%;
}

.pro-lock-line:last-child {
  margin-bottom: 0;
}

.pro-lock-btn {
  margin-top: 12px;
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #1a202c;
  color: #fff;
  padding: 10px 12px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease;
}

.pro-lock-btn:hover {
  background: #2d3748;
}

.pro-premium-wrap {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pro-premium-title {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 24px;
  margin: 0;
  border-radius: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pro-premium-title::before {
  content: "✦ PRO";
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  margin-right: 8px;
  border-radius: 4px;
  background: linear-gradient(135deg, #1a1a1a, #333);
  color: #fff;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
}

.pro-analytics {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 16px 24px;
  margin-bottom: 0;
}

.pro-analytics-title {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 10px;
}

.pro-analytics-block + .pro-analytics-block {
  margin-top: 10px;
}

.pro-analytics-block {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  padding: 14px;
}

.pro-analytics-subtitle {
  font-family: var(--mono);
  font-size: 10px;
  color: #888;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.news-impact-card {
  margin-top: 10px;
}

.news-impact-copy {
  font-size: 12px;
  color: #555;
  margin-bottom: 8px;
}

.news-impact-grid {
  display: grid;
  gap: 6px;
}

.news-impact-row {
  display: grid;
  grid-template-columns: 34px 1fr 62px;
  align-items: center;
  gap: 8px;
}

.news-impact-label {
  font-family: var(--mono);
  font-size: 10px;
  color: #777;
}

.news-impact-track {
  height: 10px;
  background: #efede8;
  border-radius: 3px;
  overflow: hidden;
}

.news-impact-fill {
  height: 100%;
}

.news-impact-fill.pos {
  background: #22c55e;
}

.news-impact-fill.neg {
  background: #ef4444;
}

.news-impact-val {
  text-align: right;
  font-family: var(--mono);
  font-size: 10px;
}

.news-impact-insight {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 1.5;
}

.pa-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: #cbd5e1;
  padding: 2px 0;
}

.pro-narrative-card {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  padding: 14px;
  margin: 10px 24px;
}

.signal-playbook-card {
  background: #fff;
  border-left: 3px solid #1a1a1a;
  padding: 20px;
  margin: 0 24px 16px;
}

.signal-playbook-head {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.signal-playbook-inverse {
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 10px;
  color: #666;
}

.signal-playbook-section {
  margin-top: 16px;
}

.signal-playbook-title {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.signal-playbook-data {
  margin-top: 4px;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

.signal-playbook-verdict {
  margin-top: 4px;
  display: block;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;
  background: #f5f4f1;
  padding: 8px 12px;
  border-radius: 4px;
}

.signal-playbook-raw {
  margin-top: 12px;
  font-size: 13px;
  color: #555;
  line-height: 1.55;
}

.pro-narrative-text {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

.pro-narrative-text strong {
  font-weight: 800;
}

.pro-takeaways {
  margin-top: 10px;
  display: grid;
  gap: 5px;
}

.pro-takeaway-row {
  font-family: var(--mono);
  font-size: 11px;
  color: #374151;
}

.pro-sort-row {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0 24px 12px;
}

.pro-sort-label {
  font-size: 10px;
  color: #9ca3af;
  margin-right: 4px;
}

.pro-sort-btn {
  border: 1px solid #e0ddd8;
  background: transparent;
  color: #999;
  border-radius: 4px;
  padding: 4px 10px;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: lowercase;
}

.pro-sort-btn.active {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

.pro-cf-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.pro-cf-row > span {
  font-family: var(--mono);
  font-size: 10px;
  color: #9ca3af;
  text-align: right;
}

.pro-cf-track {
  height: 20px;
  border-radius: 3px;
  overflow: hidden;
  background: #efede8;
}

.pro-cf-fill {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 6px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.55);
}

.pro-cf-fill.actual { background: rgba(239, 68, 68, 0.35); }
.pro-cf-fill.peak { background: rgba(34, 197, 94, 0.4); }

.pro-cf-note {
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 10px;
  color: #9ca3af;
}

.pro-regime-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.pro-regime {
  border-radius: 6px;
  padding: 10px;
}

.pro-regime.dip { background: rgba(34, 197, 94, 0.10); }
.pro-regime.rally { background: rgba(239, 68, 68, 0.10); }

.pro-regime-val {
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 800;
}

.pro-regime.dip .pro-regime-val { color: #16a34a; }
.pro-regime.rally .pro-regime-val { color: #dc2626; }

.pro-regime-label {
  margin-top: 3px;
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  color: #999;
}

.pro-regime-sub {
  font-family: var(--mono);
  font-size: 8px;
  color: #ccc;
}

.pro-timing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.pro-timing-grid > div {
  text-align: center;
  padding: 10px;
  background: #faf9f6;
  border: 1px solid #f0eeea;
  border-radius: 6px;
}

.pro-timing-val {
  font-family: var(--mono);
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
}

.pro-timing-label {
  margin-top: 2px;
  font-family: var(--mono);
  font-size: 8px;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.pro-sector-row {
  display: grid;
  grid-template-columns: 80px 1fr 72px;
  gap: 8px;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #f5f4f1;
}

.pro-sector-row > span:first-child {
  font-family: var(--mono);
  color: #888;
  font-size: 10px;
  font-weight: 500;
}

.pro-sector-track {
  height: 14px;
  border-radius: 3px;
  background: #f0efec;
  overflow: hidden;
}

.pro-sector-fill {
  height: 100%;
  border-radius: 3px;
}

.pro-sector-fill.high {
  background: rgba(0, 200, 83, 0.45);
}

.pro-sector-fill.med {
  background: rgba(249, 168, 37, 0.4);
}

.pro-sector-fill.low {
  background: rgba(229, 57, 53, 0.4);
}

.pro-sector-avg {
  text-align: right;
  font-size: 9px;
  color: #ccc;
}

.pro-hold-row {
  display: grid;
  grid-template-columns: 52px 1fr 36px;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.pro-hold-row > span:first-child,
.pro-hold-row > span:last-child {
  font-family: var(--mono);
  font-size: 10px;
  color: #9ca3af;
}

.pro-hold-track {
  height: 16px;
  border-radius: 3px;
  background: #f0efec;
  overflow: hidden;
}

.pro-hold-fill {
  height: 100%;
  border-radius: 3px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5px;
}

.pro-hold-fill.high {
  background: rgba(0, 200, 83, 0.45);
}

.pro-hold-fill.med {
  background: rgba(249, 168, 37, 0.4);
}

.pro-hold-fill.low {
  background: rgba(229, 57, 53, 0.4);
}

.pro-hold-fill em {
  font-style: normal;
  font-family: var(--mono);
  font-size: 9px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 700;
}

.pro-heat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.pro-heat-cell-wrap {
  width: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.pro-heat-cell {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
}

.pro-heat-label {
  font-family: var(--mono);
  font-size: 7px;
  color: #bbb;
}

.footer-section {
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1.5px dashed var(--border);
}

.footer-date,
.footer-logo,
.bottom-branding {
  font-family: var(--mono);
  font-size: 10px;
  color: #ccc;
  letter-spacing: 1px;
}

.footer-logo {
  font-weight: 800;
  font-size: 12px;
}

.share-receipt-btn {
  width: 100%;
  max-width: 520px;
  margin: 12px auto 0;
  padding: 14px;
  border: none;
  border-radius: 8px;
  background: #1a1a1a;
  color: #fff;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.share-sticky {
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.share-sticky-dismiss {
  align-self: flex-end;
  border: 1px solid #3b3b3b;
  background: #1a1a1a;
  color: #888;
  border-radius: 999px;
  width: 22px;
  height: 22px;
  font-family: var(--mono);
  font-size: 10px;
  cursor: pointer;
}

.share-visible-card {
  background: #1a1a1a;
  color: #fff;
  border-radius: 8px;
  max-width: 360px;
  padding: 12px;
}

.share-visible-card.hero {
  margin: 10px 24px 12px;
}

.share-visible-card.sticky {
  margin: 0;
}

.share-visible-text {
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--body);
  white-space: pre-wrap;
}

.share-visible-url {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 11px;
  color: #888;
}

.share-visible-actions {
  margin-top: 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.share-visible-btn {
  border: 1px solid #fff;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  padding: 6px 12px;
  font-family: var(--mono);
  font-size: 10px;
  cursor: pointer;
}

.share-visible-select {
  border: 1px solid #fff;
  border-radius: 4px;
  background: #1a1a1a;
  color: #fff;
  padding: 6px 10px;
  font-family: var(--mono);
  font-size: 10px;
}

.share-panel {
  width: 100%;
  max-width: 520px;
  margin: 16px auto 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.06);
}

.share-panel-header {
  padding: 16px 20px;
  border-bottom: 1px solid #f0efed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.share-panel-title {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.share-tone-tabs {
  display: flex;
  gap: 4px;
}

.share-tone-tab {
  font-family: var(--mono);
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #e8e6e3;
  background: #fff;
  color: #888;
  cursor: pointer;
  font-weight: 500;
  text-transform: capitalize;
}

.share-tone-tab.active {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

.share-text-box {
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  white-space: pre-line;
  min-height: 110px;
}

.share-actions {
  padding: 12px 20px 16px;
  display: flex;
  gap: 8px;
}

.share-btn {
  flex: 1;
  padding: 12px 16px;
  border-radius: 6px;
  border: none;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.share-btn-secondary {
  background: #f5f3f0;
  color: #555;
}

.share-btn-x {
  background: #000;
  color: #fff;
}

.bottom-branding {
  margin: 24px auto 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .gr-topbar-inner {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .gr-topbar-inner {
    padding: 10px 14px;
    gap: 8px;
  }
  .gr-logo-text {
    display: none;
  }
  .gr-search-wrap {
    max-width: none;
  }
  .gr-receipts-left {
    display: none;
  }
  .gr-shell {
    padding: 0 14px 40px;
  }
  .verdict-banner,
  .profile-section,
  .hero-section,
  .alpha-bar-container,
  .sample-warning,
  .breakdown-inner,
  .footer-section,
  .pro-analytics,
  .pro-sort-row {
    padding-left: 14px;
    padding-right: 14px;
  }
  .profile-name { font-size: 28px; }
  .stat-value { font-size: 16px; }
  .pro-heat-cell-wrap { width: 30px; }
  .pro-heat-cell { width: 30px; height: 30px; }
  .how-card { margin-left: 14px; margin-right: 14px; }
  .pro-narrative-card,
  .signal-playbook-card {
    margin-left: 14px;
    margin-right: 14px;
  }
  .hero-share-btn {
    padding: 6px 8px;
    font-size: 9px;
  }
  .share-sticky {
    right: 10px;
    left: 10px;
    top: auto;
    bottom: 10px;
    transform: none;
    flex-direction: row;
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 10px;
    padding: 0;
    box-shadow: none;
  }
  .share-sticky-dismiss {
    align-self: flex-start;
    margin-top: 2px;
  }
  .share-visible-card.hero {
    margin-left: 14px;
    margin-right: 14px;
    max-width: none;
  }
  .share-visible-card.sticky {
    width: calc(100vw - 56px);
    max-width: none;
  }
}

/* ===== V4 FULL-BLEED MIGRATION (PHASE 1) ===== */
.gr-topbar {
  background: #0c0a09;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gr-topbar-inner {
  max-width: 1200px;
}

.gr-logo-text,
.gr-plan-state,
.gr-receipts-left {
  color: rgba(255, 255, 255, 0.75);
}

.gr-plan-toggle {
  border-color: rgba(255, 255, 255, 0.2);
}

.gr-plan-btn {
  color: rgba(255, 255, 255, 0.6);
}

.gr-plan-btn.active {
  background: #fff;
  color: #111;
}

.gr-subbar {
  background: #0c0a09;
  margin: 0 -20px;
  padding: 10px 20px 14px;
}

.gr-tagline {
  color: rgba(255, 255, 255, 0.45);
}

.gr-popular-row {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.gr-popular-label {
  color: rgba(255, 255, 255, 0.35);
}

.gr-pill {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
}

.gr-pill.active {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.receipt-card.fullbleed {
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.receipt-card.fullbleed > * {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.receipt-card.fullbleed .verdict-banner,
.receipt-card.fullbleed .profile-section,
.receipt-card.fullbleed .hero-section,
.receipt-card.fullbleed .alpha-bar-container,
.receipt-card.fullbleed .form-strip,
.receipt-card.fullbleed .compare-loop,
.receipt-card.fullbleed .picks-section,
.receipt-card.fullbleed .sample-warning,
.receipt-card.fullbleed .how-card,
.receipt-card.fullbleed .breakdown-toggle,
.receipt-card.fullbleed .breakdown-inner,
.receipt-card.fullbleed .pro-premium-wrap,
.receipt-card.fullbleed .footer-section {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

body.verdict-red .verdict-banner {
  background: #fee2e2 !important;
}

body.verdict-green .verdict-banner {
  background: #dcfce7 !important;
}

body.verdict-gold .verdict-banner {
  background: #fef3c7 !important;
}

.hero-section {
  background: #fff;
}

.alpha-bar-container {
  background: #f5f5f4;
}

.form-strip {
  margin-top: 12px;
  background: #dbeafe;
  border-color: #bfdbfe;
}

body.verdict-green .form-strip {
  background: #fef3c7;
  border-color: #fde68a;
}

.meanwhile-strip {
  max-width: 760px;
  margin: 16px auto 0;
  padding: 18px 24px;
  border-radius: 8px;
  text-align: center;
}

.meanwhile-strip.green {
  background: #dcfce7;
}

.meanwhile-strip.red {
  background: #fee2e2;
}

.meanwhile-lead {
  font-family: var(--display);
  font-size: 14px;
  font-style: italic;
  color: #78716c;
}

.meanwhile-text {
  margin-top: 6px;
  font-size: 18px;
  color: #1c1917;
}

.who-next-strip {
  max-width: 760px;
  margin: 12px auto 0;
  padding: 22px 24px;
  border-radius: 8px;
  text-align: center;
}

.who-next-strip.red {
  background: #fee2e2;
}

.who-next-strip.green {
  background: #dcfce7;
}

.who-next-title {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
}

.who-next-search {
  margin: 10px auto 0;
  max-width: 420px;
  background: #fff;
  border-radius: 999px;
  padding: 6px 6px 6px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.who-next-search input {
  border: 0;
  background: transparent;
  width: 100%;
  font-family: var(--body);
  font-size: 14px;
  outline: none;
}

.who-next-search button {
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 10px 16px;
  font-family: var(--mono);
  font-size: 11px;
  cursor: pointer;
}

/* ===== V4 SECTION SYSTEM ===== */
.gr-shell {
  max-width: 100%;
  padding: 0 0 48px;
}

.result,
.v4-page {
  width: 100%;
}

.v4-page .section {
  width: 100%;
}

.v4-page .section-inner {
  max-width: 540px;
  margin: 0 auto;
  padding: 22px 24px;
  text-align: center;
}

.s-verdict {
  position: relative;
  overflow: hidden;
  background: #f5f5f4;
  border-top: 1px solid #ece8e1;
  border-bottom: 1px solid #ece8e1;
  transition: background-color 2s ease-out;
}

.s-verdict .section-inner {
  padding-top: 56px;
  padding-bottom: 44px;
  position: relative;
  z-index: 2;
}

.s-verdict.is-red.revealed {
  background: #fee2e2;
}

.s-verdict.is-red.revealed.deep-red {
  background: #fecaca;
}

.s-verdict.is-green.revealed {
  background: #dcfce7;
}

.s-verdict.is-gold.revealed {
  background: #fef3c7;
}

.v4-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  padding: 4px 10px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.6s ease-out;
}

.s-verdict.is-red .v4-pill {
  background: rgba(239, 68, 68, 0.12);
  color: #b91c1c;
}

.s-verdict.is-green .v4-pill {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  transform: translateY(-8px);
}

.s-verdict.is-gold .v4-pill {
  background: rgba(245, 158, 11, 0.14);
  color: #a16207;
  transform: none;
}

.s-verdict.pill-visible .v4-pill {
  opacity: 1;
  transform: translateY(0);
}

.v4-name {
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(30px, 6vw, 64px);
  font-weight: 700;
  line-height: 1.05;
}

.v4-identity {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.v4-identity .v4-name {
  margin-top: 0;
}

.v4-sub {
  margin-top: 8px;
  font-family: var(--body);
  font-size: 14px;
  color: #6b6b6b;
  text-transform: none;
  letter-spacing: 0;
}

.v4-last-updated-pill {
  margin: 12px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(28, 25, 23, 0.16);
  background: rgba(255, 255, 255, 0.56);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #57534e;
}

.v4-refresh-icon-btn {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(28, 25, 23, 0.18);
  background: rgba(255, 255, 255, 0.75);
  color: #1c1917;
  border-radius: 999px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.v4-refresh-icon-btn:hover {
  background: rgba(255, 255, 255, 0.92);
}

.v4-refresh-icon-btn svg {
  width: 12px;
  height: 12px;
}

.v4-refresh-icon-btn.spinning svg {
  animation: grSpin 1s linear infinite;
}

.v4-refresh-icon-btn.disabled,
.v4-refresh-icon-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

@keyframes grSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.v4-top-compare {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.v4-top-col {
  text-align: center;
}

.v4-top-lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7a7a7a;
}

.v4-main-return,
.v4-main-sp {
  margin-top: 6px;
  font-family: var(--mono);
  font-size: clamp(30px, 7vw, 56px);
  font-weight: 900;
  line-height: 1;
}

.v4-main-sp {
  color: #57534e;
}

.v4-main-holding {
  font-size: clamp(14px, 3.6vw, 20px) !important;
  letter-spacing: 0;
  line-height: 1.2;
  color: #57534e !important;
  font-weight: 700;
}

.v4-alpha {
  margin-top: 16px;
  font-family: var(--mono);
  font-size: clamp(32px, 8vw, 76px);
  font-weight: 800;
  line-height: 1;
}

.s-verdict.is-red .v4-alpha {
  color: #ef4444;
}

.s-verdict.is-green .v4-alpha {
  color: #15803d;
}

.s-verdict.is-gold .v4-alpha {
  color: #a16207;
}

.v4-alpha-sub {
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 10px;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.verdict-period {
  margin-top: 0;
  font-size: 11px;
  color: #a8a29e;
}

.verdict-meta-row {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.verdict-meta-row .v4-refresh-icon-btn {
  transform: translateY(1px);
}

.s-verdict.label-visible .v4-alpha-sub,
.s-verdict.label-visible .verdict-meta-row {
  opacity: 1;
}

.verdict-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.verdict-particles .vp {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
}

.s-verdict.is-red .verdict-particles .vp {
  background: rgba(127, 29, 29, 0.12);
  animation: driftDown 8s linear infinite;
}

.s-verdict.is-green .verdict-particles .vp {
  background: rgba(21, 128, 61, 0.12);
  animation: driftUp 8s linear infinite;
}

.vp-1 { left: 8%; animation-delay: 0s; }
.vp-2 { left: 18%; animation-delay: 1.4s; }
.vp-3 { left: 28%; animation-delay: 2.2s; }
.vp-4 { left: 39%; animation-delay: 0.6s; }
.vp-5 { left: 49%; animation-delay: 2.8s; }
.vp-6 { left: 58%; animation-delay: 1.2s; }
.vp-7 { left: 69%; animation-delay: 2.5s; }
.vp-8 { left: 79%; animation-delay: 0.9s; }
.vp-9 { left: 88%; animation-delay: 1.9s; }
.vp-10 { left: 95%; animation-delay: 3.1s; }

@keyframes driftDown {
  0% { transform: translateY(-20px); opacity: 0; }
  20% { opacity: 0.1; }
  80% { opacity: 0.06; }
  100% { transform: translateY(100px); opacity: 0; }
}

@keyframes driftUp {
  0% { transform: translateY(20px); opacity: 0; }
  20% { opacity: 0.1; }
  80% { opacity: 0.06; }
  100% { transform: translateY(-100px); opacity: 0; }
}

.s-story {
  background: #fff;
  border-bottom: 1px solid #efebe4;
}

.s-story .section-inner {
  padding-top: 42px;
  padding-bottom: 42px;
}

.search-error-card {
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #efeae2;
  border-radius: 14px;
  padding: 26px 24px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(12, 10, 9, 0.06);
}

.search-error-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fee2e2;
  color: #b91c1c;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.search-error-title {
  font-family: var(--display);
  color: #1c1917;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 10px;
}

.search-error-msg {
  font-family: var(--body);
  color: #57534e;
  font-size: 16px;
  line-height: 1.6;
}

.search-error-stage {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 11px;
  color: #a8a29e;
  letter-spacing: 0.2px;
}

.search-error-hint {
  margin-top: 14px;
  font-family: var(--body);
  font-size: 14px;
  color: #78716c;
}

.v4-story {
  font-size: 17px;
  line-height: 1.75;
  color: #44403c;
  text-align: center;
}

.num-green {
  font-family: var(--mono);
  font-weight: 800;
  color: #166534;
  background: #dcfce7;
  padding: 1px 6px;
  border-radius: 4px;
}

.num-red {
  font-family: var(--mono);
  font-weight: 800;
  color: #991b1b;
  background: #fee2e2;
  padding: 1px 6px;
  border-radius: 4px;
}

.s-stats {
  background: #1c1917;
  border-bottom: 1px solid #efebe4;
}

.s-stats .section-inner {
  max-width: 760px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.v4-stats-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.25fr 1.1fr 0.7fr;
  gap: 0;
  align-items: stretch;
}

.v4-stats-grid > div {
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
  padding: 14px 20px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.v4-stats-grid > div:last-child {
  border-right: 0;
}

.v4-stat-val {
  font-family: var(--mono);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.v4-stat-lbl {
  margin-top: 7px;
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.s-form {
  border-bottom: 1px solid #efebe4;
}

.s-form.hot {
  background: #fef3c7;
}

.s-form.cold {
  background: #dbeafe;
}

.s-form.neutral {
  background: #f5f5f4;
}

.v4-form-title {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.v4-form-sub {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #57534e;
}

.v4-form-note {
  margin-top: 8px;
  font-size: 13px;
  color: #44403c;
}

.form-icon-wrap {
  margin-bottom: 14px;
}

.form-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.16);
}

.s-form.hot .form-icon {
  background: rgba(217, 119, 6, 0.16);
}

.s-bw,
.s-share,
.s-inverse,
.s-meta,
.s-compare,
.s-pro,
.s-playbook,
.s-sectors,
.s-picks {
  background: #fff;
  border-bottom: 1px solid #efebe4;
}

.s-scout,
.s-pro-tldr,
.s-pro-live,
.s-pro-copy,
.s-pro-conviction,
.s-pro-rotation,
.s-numbers {
  background: #0b0b10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.s-scout .pro-narrative-card,
.s-pro-tldr .pro-empty,
.s-pro-live .pro-empty,
.s-pro-copy .pro-empty,
.s-pro-conviction .pro-empty,
.s-pro-rotation .pro-empty,
.s-numbers .pro-panel,
.s-numbers .pro-empty {
  background: transparent;
  border: 0;
  margin: 0;
  color: #fff;
}

.s-scout .pro-analytics-title,
.s-scout .pro-narrative-text,
.s-scout .pro-takeaway-row {
  color: rgba(255, 255, 255, 0.85);
}

.s-scout .pro-narrative-text strong {
  color: #fff;
}

.s-scout .v4-pro-title {
  color: #fff;
}

.s-scout .v4-pro-sub {
  color: rgba(255, 255, 255, 0.55);
}

.s-pro-tldr .v4-pro-title,
.s-pro-live .v4-pro-title,
.s-pro-copy .v4-pro-title,
.s-pro-conviction .v4-pro-title,
.s-pro-rotation .v4-pro-title,
.s-pro-tldr .v4-pro-sub,
.s-pro-live .v4-pro-sub,
.s-pro-copy .v4-pro-sub,
.s-pro-conviction .v4-pro-sub,
.s-pro-rotation .v4-pro-sub {
  color: rgba(255, 255, 255, 0.92);
}

.s-pro-tldr .v4-pro-sub,
.s-pro-live .v4-pro-sub,
.s-pro-copy .v4-pro-sub,
.s-pro-conviction .v4-pro-sub,
.s-pro-rotation .v4-pro-sub {
  color: rgba(255, 255, 255, 0.56);
}

.s-playbook {
  background: #fff;
}

.s-timeline {
  background: #fef2f2;
  border-bottom: 1px solid #efebe4;
}

.s-timeline.is-green {
  background: #f0fdf4;
}

.s-timeline .news-impact-card {
  margin-top: 0;
  background: transparent;
  border: 0;
  padding: 0;
}

.s-timeline .news-impact-copy {
  text-align: left;
}

.s-sectors .pro-panel {
  text-align: left;
}

.pro-panel {
  display: grid;
  gap: 14px;
}

.pro-panel-block {
  border: 1px solid #ece7de;
  border-radius: 10px;
  background: #faf8f3;
  padding: 12px;
}

.pro-panel-subtitle {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a8178;
  margin-bottom: 8px;
}

.pro-line {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: #2d2a26;
  padding: 6px 0;
  border-bottom: 1px solid #ece7de;
}

.pro-line:last-child {
  border-bottom: 0;
}

.pro-month-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.pro-month-cell {
  border-radius: 8px;
  border: 1px solid #e6e0d7;
  padding: 8px 6px;
  font-size: 10px;
  color: #6b645c;
  text-align: center;
}

.pro-month-cell.pos {
  background: #ecfdf3;
}

.pro-month-cell.neg {
  background: #fff1f2;
}

.s-numbers .section-inner {
  color: #fff;
  padding-top: 44px;
  padding-bottom: 44px;
}

.pro-bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pro-bento-card {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 12px 12px;
  text-align: center;
  min-height: 92px;
}

.pro-bento-card.pos {
  background: linear-gradient(135deg, rgba(16, 96, 54, 0.5), rgba(8, 58, 38, 0.72));
  border-color: rgba(34, 197, 94, 0.18);
}

.pro-bento-card.neg {
  background: linear-gradient(135deg, rgba(118, 24, 24, 0.52), rgba(66, 17, 17, 0.74));
  border-color: rgba(239, 68, 68, 0.2);
}

.pro-bento-card.neutral {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
}

.pro-bento-k {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.pro-bento-v {
  margin-top: 7px;
  font-family: var(--mono);
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.6px;
  line-height: 1.05;
}

.pro-bento-card.pos .pro-bento-v { color: #22c55e; }
.pro-bento-card.neg .pro-bento-v { color: #ef4444; }
.pro-bento-card.neutral .pro-bento-v { color: rgba(255, 255, 255, 0.95); }

.pro-bento-note {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.25;
}

.js-drop-cards .pro-bento-card {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.55s ease-out var(--drop-delay, 0ms),
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1) var(--drop-delay, 0ms);
}

.js-drop-cards.is-visible .pro-bento-card {
  opacity: 1;
  transform: translateY(0);
}

.pro-empty {
  border: 1px dashed #d8d0c4;
  border-radius: 8px;
  padding: 12px;
  color: #7d7469;
  background: #faf8f4;
}

.pro-empty.dark {
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.05);
}

.pro-tldr-card,
.pro-copy-wrap,
.pro-conviction-grid,
.pro-rotation-grid,
.pro-live-grid {
  margin: 0;
}

.pro-tldr-card {
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #131318;
  padding: 18px 16px;
}

.pro-tldr-label {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #a5b4fc;
}

.pro-tldr-text {
  margin-top: 10px;
  font-family: var(--display);
  font-size: 19px;
  line-height: 1.45;
  color: #ececf1;
}

.pro-tldr-note {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.42);
}

.pro-insight-box {
  margin-top: 12px;
  background: #1a1a22;
  border-left: 3px solid #6366f1;
  border-radius: 0 8px 8px 0;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.64);
  text-align: left;
}

.pro-insight-box strong {
  color: #fff;
}

.pro-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pro-live-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: #131318;
  padding: 10px;
  text-align: left;
}

.pro-live-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.pro-live-ticker {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 700;
  color: #f6f6f9;
}

.pro-live-side {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 999px;
}

.pro-live-side.buy {
  background: rgba(34, 197, 94, 0.14);
  color: #22c55e;
}

.pro-live-side.sell {
  background: rgba(239, 68, 68, 0.14);
  color: #ef4444;
}

.pro-live-ret {
  margin-top: 7px;
  font-family: var(--display);
  font-size: 24px;
  line-height: 1;
}

.pro-live-ret.pos { color: #22c55e; }
.pro-live-ret.neg { color: #ef4444; }
.pro-live-ret.muted { color: rgba(255, 255, 255, 0.45); }

.pro-live-age {
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.46);
}

.pro-live-fresh {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--mono);
  font-size: 9px;
  color: #a5b4fc;
}

.pro-live-fresh .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a5b4fc;
  animation: pmPulse 1.4s ease-in-out infinite;
}

.pro-copy-wrap {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #131318;
  padding: 12px;
}

.pro-copy-chart {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: #101015;
  padding: 6px;
}

.pro-copy-canvas {
  width: 100%;
  display: block;
}

.pro-copy-legend {
  margin-top: 10px;
  display: grid;
  gap: 6px;
  text-align: left;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.pro-copy-legend strong {
  color: #fff;
  font-family: var(--mono);
  font-weight: 700;
}

.pro-copy-legend .swatch {
  display: inline-block;
  width: 12px;
  height: 2px;
  margin-right: 6px;
  transform: translateY(-3px);
}

.pro-copy-legend .swatch.follow { background: #6366f1; }
.pro-copy-legend .swatch.sp { background: rgba(255, 255, 255, 0.28); }
.pro-copy-legend .swatch.inv { background: rgba(34, 197, 94, 0.65); }

.pro-conviction-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pro-conviction-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: #131318;
  padding: 12px;
  text-align: left;
}

.pro-conviction-card .k {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.pro-conviction-card .v {
  margin-top: 8px;
  font-family: var(--display);
  font-size: 31px;
  line-height: 1;
  color: #f8f8fc;
}

.pro-conviction-card .v.pos { color: #22c55e; }
.pro-conviction-card .v.neg { color: #ef4444; }

.pro-conviction-card .d {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}

.pro-conviction-card .pills {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pro-conviction-card .pills span {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 2px 6px;
  border-radius: 999px;
}

.pro-rotation-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: start;
}

.pro-rotation-col .lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.pro-rotation-col .lbl.out { color: #fca5a5; }
.pro-rotation-col .lbl.in { color: #86efac; }

.pro-rotation-col .sector-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #131318;
  padding: 8px 10px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
}

.pro-rotation-col .sector-card span {
  font-family: var(--mono);
  color: rgba(255, 255, 255, 0.56);
}

.pro-rotation-arrow {
  font-family: var(--mono);
  font-size: 16px;
  color: #a5b4fc;
  padding-top: 40px;
}

.pro-sort-row-v4 {
  padding: 0;
  margin-bottom: 12px;
}

.v4-pro-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  text-align: left;
}

.v4-pro-title {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 1.15;
}

.v4-pro-sub {
  margin-top: 2px;
  font-size: 12px;
  color: #8a8178;
}

.v4-sec-title {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #888;
  margin-bottom: 10px;
}

.icon.muted {
  background: #e7e5e4;
  color: #78716c;
}

.s-scout .icon.muted {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
}

.s-pro-tldr .icon.muted,
.s-pro-live .icon.muted,
.s-pro-copy .icon.muted,
.s-pro-conviction .icon.muted,
.s-pro-rotation .icon.muted,
.s-numbers .icon.muted {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
}

.v4-bw-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.v4-bw-card {
  border: 1px solid #e8e2d9;
  border-radius: 10px;
  background: #fcfbf8;
  padding: 20px 16px;
  text-align: center;
}

.v4-bw-card.best {
  border-color: #d1fae5;
  background: #f0fdf4;
}

.v4-bw-card.worst {
  border-color: #fee2e2;
  background: #fef2f2;
}

.v4-bw-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}

.v4-bw-name {
  font-size: 11px;
  color: #78716c;
  margin-top: 4px;
}

.v4-bw-date {
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 9px;
  color: #a8a29e;
}

.v4-bw-ticker {
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 800;
}

.v4-bw-ret {
  margin-top: 9px;
  font-family: var(--mono);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 900;
}

.v4-bw-card.best .v4-bw-ret {
  color: #22c55e;
}

.v4-bw-card.worst .v4-bw-ret {
  color: #ef4444;
}

.v4-bw-q {
  margin-top: 12px;
  font-size: 12px;
  color: #666;
  font-style: italic;
  min-height: 40px;
  padding-top: 12px;
  border-top: 1px dashed #d6d3d1;
}

.bw-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.03);
  color: #8b8178;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.6px;
  cursor: pointer;
}

.s-bw .section-inner {
  padding-top: 34px;
  padding-bottom: 30px;
}

.bw-header {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #a8a29e;
  margin-bottom: 16px;
  line-height: 1.1;
}

.bw-share:hover {
  background: rgba(0, 0, 0, 0.07);
  color: #44403c;
}

.s-share .section-inner {
  background: transparent;
  border-radius: 0;
  margin-top: 6px;
  margin-bottom: 6px;
}

.v4-share-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.v4-share-url {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 11px;
  color: #9ca3af;
}

.v4-share-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.share-text {
  max-width: 520px;
  margin: 0 auto 10px;
}

.share-url {
  margin-bottom: 18px;
}

.share-btns {
  margin-top: 6px;
}

.s-inverse .strategy-toggle {
  margin-top: 0;
  background: #fff;
}

.inv-q {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #a8a29e;
  margin-bottom: 22px;
}

.inv-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.inv-box {
  border: 2px solid #e7e5e4;
  background: #fff;
  border-radius: 12px;
  padding: 14px 12px;
  min-width: 130px;
  cursor: pointer;
}

.inv-box.active {
  border-color: #1a1a1a;
}

.inv-label {
  font-size: 11px;
  color: #78716c;
  font-weight: 700;
}

.inv-vs {
  font-family: var(--display);
  font-size: 15px;
  color: #b8b2ab;
  font-style: italic;
}

.inv-val {
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 30px;
  font-weight: 900;
}

.inv-val.green {
  color: #22c55e;
}

.inv-val.red {
  color: #ef4444;
}

.inv-note {
  margin-top: 16px;
  font-size: 13px;
  color: #57534e;
}

/* ===== Streak Variants ===== */
.s-form {
  position: relative;
  overflow: hidden;
  padding: 44px 24px;
}

.s-form .section-inner {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.streak-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  margin-bottom: 18px;
}

.streak-icon svg {
  width: 28px;
  height: 28px;
}

.streak-title {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.streak-stats {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.streak-sub {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 360px;
  margin: 0 auto;
}

.streak-dots {
  display: inline-flex;
  gap: 5px;
  margin-top: 16px;
}

.streak-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.streak-meter {
  width: 200px;
  height: 4px;
  border-radius: 2px;
  margin: 18px auto 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
}

.streak-meter-track {
  height: 100%;
  border-radius: 2px;
}

.streak-hot {
  background: linear-gradient(140deg, #fef3c7 0%, #fde68a 30%, #fdba74 60%, #fef3c7 100%);
  background-size: 300% 300%;
  animation: heatShimmer 8s ease infinite;
}

.streak-hot .streak-icon {
  background: rgba(245, 158, 11, 0.2);
  color: #d97706;
  animation: firePulse 2.5s ease-in-out infinite;
}

.streak-hot .streak-title { color: #92400e; }
.streak-hot .streak-stats { color: #b45309; }
.streak-hot .streak-sub { color: #92400e; opacity: 0.82; }
.streak-hot .streak-dots .dot { background: rgba(146, 64, 14, 0.15); }
.streak-hot .streak-dots .dot.win { background: #d97706; animation: dotPop 0.3s ease-out both; }
.streak-meter-track.hot { background: linear-gradient(90deg, #fde68a 0%, #f59e0b 60%, #d97706 100%); }

.ember-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.ember {
  position: absolute;
  border-radius: 50%;
  background: rgba(251, 191, 36, 0.35);
  animation: emberFloat linear infinite;
}
.ember:nth-child(1) { width: 4px; height: 4px; left: 15%; bottom: -5px; animation-duration: 5s; animation-delay: 0s; }
.ember:nth-child(2) { width: 6px; height: 6px; left: 35%; bottom: -5px; animation-duration: 4.2s; animation-delay: 0.8s; }
.ember:nth-child(3) { width: 3px; height: 3px; left: 55%; bottom: -5px; animation-duration: 5.8s; animation-delay: 1.5s; }
.ember:nth-child(4) { width: 5px; height: 5px; left: 72%; bottom: -5px; animation-duration: 4.5s; animation-delay: 0.3s; }
.ember:nth-child(5) { width: 4px; height: 4px; left: 88%; bottom: -5px; animation-duration: 5.2s; animation-delay: 2s; }
.ember:nth-child(6) { width: 3px; height: 3px; left: 25%; bottom: -5px; animation-duration: 6s; animation-delay: 3s; }
.ember:nth-child(7) { width: 5px; height: 5px; left: 65%; bottom: -5px; animation-duration: 4.8s; animation-delay: 1s; }

.streak-cold {
  background: linear-gradient(180deg, #dbeafe 0%, #bfdbfe 100%);
  background-size: 100% 200%;
  animation: coldDrift 12s ease infinite;
}

.streak-cold .streak-icon {
  background: rgba(59, 130, 246, 0.15);
  color: #2563eb;
}

.streak-cold .streak-title { color: #1e3a5f; }
.streak-cold .streak-stats { color: #1d4ed8; }
.streak-cold .streak-sub { color: #1e40af; opacity: 0.75; }
.streak-cold .streak-dots .dot { background: rgba(30, 58, 95, 0.12); }
.streak-cold .streak-dots .dot.win { background: #2563eb; }
.streak-meter-track.cold { background: linear-gradient(90deg, #93c5fd 0%, #3b82f6 100%); }

.frost-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 128px 128px;
}
.cold-wisp {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  filter: blur(12px);
  animation: wispDrift linear infinite;
  z-index: 1;
}
.cold-wisp:nth-child(1) { width: 60px; height: 30px; left: 10%; top: 30%; animation-duration: 14s; animation-delay: 0s; }
.cold-wisp:nth-child(2) { width: 80px; height: 40px; left: 60%; top: 60%; animation-duration: 18s; animation-delay: 3s; }
.cold-wisp:nth-child(3) { width: 50px; height: 25px; left: 40%; top: 15%; animation-duration: 16s; animation-delay: 7s; }

.streak-disaster {
  background: #fee2e2;
  position: relative;
}

.streak-disaster .streak-icon {
  background: rgba(239, 68, 68, 0.15);
  color: #dc2626;
  animation: warningFlash 2s ease-in-out infinite;
}

.streak-disaster .streak-title { color: #7f1d1d; }
.streak-disaster .streak-stats { color: #dc2626; }
.streak-disaster .streak-sub { color: #991b1b; opacity: 0.82; }
.streak-disaster .streak-dots .dot { background: #dc2626; opacity: 0.2; }
.streak-disaster .streak-dots .dot.win { background: #22c55e; opacity: 1; }

.danger-stripes {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.035;
  background: repeating-linear-gradient(-45deg, transparent, transparent 14px, #dc2626 14px, #dc2626 28px);
  background-size: 40px 40px;
  animation: stripeScroll 1.5s linear infinite;
}

.disaster-pulse {
  position: absolute;
  inset: 0;
  z-index: 0;
  animation: bgPulse 3s ease-in-out infinite;
}

.disaster-number {
  font-family: var(--mono);
  font-size: 56px;
  font-weight: 900;
  color: #dc2626;
  letter-spacing: -3px;
  line-height: 1;
  margin: 12px 0 4px;
  animation: shakeIn 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation-delay: 0.3s;
}

.disaster-number-label {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #dc2626;
  opacity: 0.4;
}

.crack-line {
  position: relative;
  width: 120px;
  height: 2px;
  margin: 18px auto 0;
  overflow: hidden;
}

.crack-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #dc2626, transparent);
  animation: crackDraw 1.5s ease-out both;
  animation-delay: 0.8s;
  transform: scaleX(0);
}

.streak-heating {
  background: linear-gradient(90deg, #f5f5f4 0%, #fef3c7 50%, #fde68a 100%);
  background-size: 200% 100%;
  animation: warmShift 5s ease infinite alternate;
}

.streak-heating .streak-icon {
  background: rgba(245, 158, 11, 0.15);
  color: #d97706;
  animation: gentleRise 3s ease-in-out infinite;
}

.streak-heating .streak-title { color: #92400e; }
.streak-heating .streak-stats { color: #b45309; }
.streak-heating .streak-sub { color: #7c2d12; opacity: 0.8; }
.streak-heating .streak-dots .dot { background: rgba(120, 113, 108, 0.2); }
.streak-heating .streak-dots .dot.win { background: #d97706; }
.streak-meter-track.heating { background: linear-gradient(90deg, #d6d3d1, #fde68a, #f59e0b); }

.streak-cooling {
  background: linear-gradient(90deg, #fef3c7 0%, #e0e7ff 50%, #dbeafe 100%);
  background-size: 200% 100%;
  animation: coolShift 5s ease infinite alternate;
}

.streak-cooling .streak-icon {
  background: rgba(99, 102, 241, 0.14);
  color: #6366f1;
  animation: gentleSink 3s ease-in-out infinite;
}

.streak-cooling .streak-title { color: #4338ca; }
.streak-cooling .streak-stats { color: #4f46e5; }
.streak-cooling .streak-sub { color: #3730a3; opacity: 0.8; }
.streak-cooling .streak-dots .dot { background: rgba(99, 102, 241, 0.16); }
.streak-cooling .streak-dots .dot.win { background: #6366f1; }
.streak-meter-track.cooling { background: linear-gradient(90deg, #f59e0b, #93c5fd, #bfdbfe); }

.streak-steady {
  background: #f5f5f4;
}

.streak-steady .streak-icon {
  background: #e7e5e4;
  color: #78716c;
}

.streak-steady .streak-title { color: #44403c; }
.streak-steady .streak-stats { color: #78716c; }
.streak-steady .streak-sub { color: #57534e; opacity: 0.9; }
.streak-steady .streak-dots .dot { background: rgba(120, 113, 108, 0.15); }
.streak-steady .streak-dots .dot.win { background: #78716c; }

.steady-line {
  width: 100px;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 18px auto 0;
}

@keyframes heatShimmer {
  0% { background-position: 0% 25%; }
  50% { background-position: 100% 75%; }
  100% { background-position: 0% 25%; }
}
@keyframes firePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(245,158,11,0); }
  50% { transform: scale(1.06); box-shadow: 0 0 24px 4px rgba(245,158,11,0.15); }
}
@keyframes dotPop {
  0% { transform: scale(0); }
  70% { transform: scale(1.3); }
  100% { transform: scale(1); }
}
@keyframes coldDrift {
  0%, 100% { background-position: 0% 0%; }
  50% { background-position: 0% 100%; }
}
@keyframes stripeScroll {
  0% { background-position: 0 0; }
  100% { background-position: 40px 0; }
}
@keyframes bgPulse {
  0%, 100% { background-color: rgba(239,68,68,0); }
  50% { background-color: rgba(239,68,68,0.04); }
}
@keyframes warningFlash {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}
@keyframes shakeIn {
  0% { transform: translateX(0); opacity: 0; }
  10% { transform: translateX(-8px); opacity: 1; }
  20% { transform: translateX(8px); }
  30% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  50% { transform: translateX(-3px); }
  60% { transform: translateX(3px); }
  70% { transform: translateX(-1px); }
  80% { transform: translateX(1px); }
  100% { transform: translateX(0); }
}
@keyframes crackDraw {
  0% { transform: scaleX(0); opacity: 0; }
  100% { transform: scaleX(1); opacity: 0.3; }
}
@keyframes emberFloat {
  0% { transform: translateY(0) scale(1) rotate(0deg); opacity: 0; }
  10% { opacity: 0.5; }
  50% { opacity: 0.3; }
  100% { transform: translateY(-260px) scale(0.2) rotate(180deg); opacity: 0; }
}
@keyframes wispDrift {
  0% { transform: translateX(0) scaleX(1); opacity: 0; }
  15% { opacity: 0.25; }
  50% { transform: translateX(40px) scaleX(1.2); opacity: 0.15; }
  85% { opacity: 0.2; }
  100% { transform: translateX(80px) scaleX(0.8); opacity: 0; }
}
@keyframes warmShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
@keyframes coolShift {
  0% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes gentleRise {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
@keyframes gentleSink {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(3px); }
}

.s-meta .section-inner {
  font-family: var(--body);
  font-size: 12px;
  color: #8f8a83;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.s-meanwhile .section-inner {
  padding-top: 42px;
  padding-bottom: 42px;
}

.s-meanwhile.is-green {
  background: #dcfce7;
}

.s-meanwhile.is-red {
  background: #fee2e2;
}

.mw-lead {
  font-family: var(--display);
  font-size: 14px;
  font-style: italic;
  color: #a29c94;
  margin-bottom: 6px;
}

.s-scout .section-inner,
.s-playbook .section-inner,
.s-pro-tldr .section-inner,
.s-pro-live .section-inner,
.s-pro-copy .section-inner,
.s-pro-conviction .section-inner,
.s-pro-rotation .section-inner {
  text-align: left;
}

.s-scout .section-inner {
  padding-top: 44px;
  padding-bottom: 44px;
}

.s-playbook .section-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.s-pro-tldr .section-inner {
  padding-top: 26px;
  padding-bottom: 26px;
}

.s-pro-live .section-inner,
.s-pro-copy .section-inner,
.s-pro-conviction .section-inner,
.s-pro-rotation .section-inner {
  padding-top: 34px;
  padding-bottom: 34px;
}

/* Dark sections: 3-tier hierarchy */
.s-scout .v4-pro-title,
.s-pro-live .v4-pro-title,
.s-pro-copy .v4-pro-title,
.s-pro-conviction .v4-pro-title,
.s-pro-rotation .v4-pro-title,
.s-numbers .v4-pro-title {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

.s-scout .v4-pro-sub,
.s-pro-live .v4-pro-sub,
.s-pro-copy .v4-pro-sub,
.s-pro-conviction .v4-pro-sub,
.s-pro-rotation .v4-pro-sub,
.s-numbers .v4-pro-sub,
.s-scout .pro-analytics-title,
.s-numbers .pro-analytics-subtitle {
  font-family: var(--display);
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0;
  text-transform: none;
}

.s-scout .pro-analytics-title {
  margin-bottom: 24px;
}

.s-scout .pro-narrative-text {
  font-family: var(--body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.55);
  text-align: left;
}

.s-scout .pro-narrative-text strong {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}

/* Light sections: title/subtitle/body hierarchy */
.s-playbook .v4-pro-title,
.s-sectors .v4-pro-title,
.s-picks .v4-pro-title {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
  color: #1c1917;
}

.s-playbook .v4-pro-sub,
.s-sectors .v4-pro-sub,
.s-picks .v4-pro-sub {
  font-family: var(--display);
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  color: #a8a29e;
  letter-spacing: 0;
  text-transform: none;
}

.s-playbook .v4-pro-title-wrap,
.s-timeline .v4-pro-title-wrap,
.s-sectors .v4-pro-title-wrap,
.s-numbers .v4-pro-title-wrap {
  margin-bottom: 18px;
}

.s-playbook .v4-pro-sub,
.s-timeline .v4-pro-sub,
.s-sectors .v4-pro-sub,
.s-numbers .v4-pro-sub {
  margin-top: 6px;
  font-style: normal;
  color: #b2aba3;
}

.play-data,
.sector-name {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 400;
  color: #78716c;
  line-height: 1.6;
}

.playbook-v4 {
  display: grid;
  gap: 0;
  margin-top: 2px;
}

.play-block {
  display: grid;
  gap: 0;
  margin-bottom: 16px;
  text-align: left;
}

.play-block:last-child {
  margin-bottom: 0;
}

.play-q {
  font-family: var(--display);
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  color: #8a8178;
  margin-bottom: 6px;
  line-height: 1.4;
}

.play-data {
  font-size: 13px;
  line-height: 1.55;
  color: #78716c;
  margin-bottom: 8px;
}

.play-data .num {
  font-family: var(--mono);
  font-weight: 600;
}

.play-verdict {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f5f4f1;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: var(--body);
  font-size: 13px;
  line-height: 1.5;
  color: #1f1b16;
  font-weight: 700;
  margin-top: 0;
}

.play-verdict-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: #1c1917;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  margin-top: 1px;
}

.signal-playbook-raw {
  text-align: left;
}

.pro-free-lock {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
}

.pro-free-blur {
  filter: blur(16px) saturate(0.72) contrast(0.68) brightness(0.94);
  opacity: 0.24;
  transform: scale(1.035);
  transform-origin: center;
  pointer-events: none;
  user-select: none;
}

.pro-free-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.86) 58%, rgba(255, 255, 255, 0.92) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 8px, rgba(245, 245, 244, 0.34) 8px 16px);
}

.s-scout .pro-free-fade,
.s-numbers .pro-free-fade {
  background:
    linear-gradient(180deg, rgba(28, 25, 23, 0.66) 0%, rgba(28, 25, 23, 0.78) 58%, rgba(28, 25, 23, 0.88) 100%),
    repeating-linear-gradient(135deg, rgba(36, 32, 29, 0.26) 0 10px, rgba(28, 25, 23, 0.46) 10px 20px);
}

.playbook-v4-tease .play-q {
  margin-bottom: 10px;
}

.play-tease-answer {
  border-radius: 8px;
  background: #f7f5f2;
  padding: 10px 12px 12px;
}

.play-tease-line {
  height: 9px;
  border-radius: 4px;
  background: linear-gradient(90deg, #dbd5ce 0%, #ece8e2 45%, #dbd5ce 100%);
  margin-bottom: 8px;
  filter: blur(2px);
}

.play-tease-line.short {
  width: 72%;
}

.play-tease-verdict {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 4px;
}

.play-tease-chip {
  height: 10px;
  width: 62%;
  border-radius: 999px;
  background: linear-gradient(90deg, #d0ccc6 0%, #e8e3dc 60%, #d0ccc6 100%);
  filter: blur(2px);
}

.mw-statement {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 800;
  color: #1c1917;
  line-height: 1.3;
}

.mw-alpha {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: var(--mono);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -1.6px;
  color: #22c55e !important;
}

.s-meanwhile.is-red .mw-alpha {
  color: #dc2626 !important;
}

.mw-btn {
  margin-top: 22px;
  border: 2px solid #1a1a1a;
  border-radius: 999px;
  background: transparent;
  color: #1a1a1a;
  padding: 10px 16px;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.mw-btn:hover,
.mw-btn:focus,
.mw-btn:active,
.mw-btn:visited {
  text-decoration: none;
}

.s-bottom.is-red {
  background: #fee2e2;
}

.s-bottom.is-green {
  background: #dcfce7;
}

.s-bottom.is-gold {
  background: #fef3c7;
}

.s-compare .compare-title {
  font-family: var(--display);
  font-size: 18px;
  color: #1f1b16;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.s-compare .compare-btn {
  border-radius: 999px;
  border: 2px solid #1a1a1a;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 14px;
}

.s-compare .compare-pills {
  justify-content: center;
}

.s-compare .compare-pill {
  font-family: var(--body);
  font-size: 12px;
  border-radius: 999px;
  padding: 6px 12px;
  text-decoration: none;
}

.s-pro-divider {
  background: var(--bg);
}

.v4-pro-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 10px;
  color: #a8a29e;
  font-weight: 700;
  letter-spacing: 2px;
}

.v4-pro-title-wrap .icon {
  margin-top: 0;
  align-self: center;
}

.v4-pro-title-wrap .icon.sm {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.s-scout .icon.muted,
.s-numbers .icon.muted {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
}

.v4-pro-divider::before,
.v4-pro-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #d6d3d1;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.icon.sm {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.icon svg {
  width: 55%;
  height: 55%;
}

.icon.verdict {
  background: rgba(255, 255, 255, 0.45);
  color: #1a1a1a;
}

.s-verdict.is-green .icon.verdict {
  background: rgba(22, 163, 74, 0.16);
  color: #15803d;
}

.s-verdict.is-red .icon.verdict {
  background: rgba(220, 38, 38, 0.14);
  color: #b91c1c;
}

.s-verdict.is-gold .icon.verdict {
  background: rgba(217, 119, 6, 0.16);
  color: #a16207;
}

.share-visible-btn,
.share-visible-select {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 6px 12px;
  background: transparent;
  color: #fff;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
}

.share-visible-select option {
  color: #111;
}

.icon.xl {
  width: 56px;
  height: 56px;
  border-radius: 12px;
}

.icon.red { background: #fee2e2; color: #ef4444; }
.icon.green { background: #dcfce7; color: #22c55e; }
.icon.gold { background: #fef3c7; color: #f59e0b; }
.icon.blue { background: #dbeafe; color: #3b82f6; }

.s-share {
  background: #0c0a09;
}

.s-share .section-inner {
  background: transparent;
  border-radius: 0;
  margin-top: 6px;
  margin-bottom: 6px;
}

.share-text {
  color: #fff;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 400px;
  margin: 0 auto 8px;
}

.share-url {
  font-family: var(--mono);
  font-size: 9px;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 18px;
}

.share-btns {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.sb {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
}

.sb.w { background: #fff; color: #111; }
.sb.g {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.s-share .share-visible-select {
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
}

.compare-text {
  font-size: 13px;
  color: #a8a29e;
  margin-bottom: 12px;
}

.cp {
  font-size: 12px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 100px;
  border: 1px solid #e7e5e4;
  background: #fff;
  color: #57534e;
}

.s-inverse .section-inner {
  padding-top: 48px;
  padding-bottom: 44px;
}

.s-compare .section-inner {
  padding-top: 32px;
  padding-bottom: 32px;
}

.s-pro-divider .section-inner {
  padding-top: 16px;
  padding-bottom: 16px;
}

.s-pro-cta {
  position: relative;
  overflow: hidden;
  background: #0f0f0f;
  color: #f5f5f4;
}

.s-pro-cta::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 42px;
  background: #f5f5f4;
  clip-path: polygon(0 0, 100% 0, 100% 62%, 0 100%);
  z-index: 2;
  pointer-events: none;
}

.pro-magnet {
  position: relative;
  z-index: 1;
}

.pro-magnet-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 82px 24px 58px;
  text-align: left;
}

.pro-magnet-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #22c55e;
  margin-bottom: 18px;
}

.pro-magnet-eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  animation: pmPulse 2s ease-in-out infinite;
}

.pro-magnet-title {
  margin: 0;
  max-width: 620px;
  font-family: var(--display);
  font-size: clamp(30px, 4.2vw, 50px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.4px;
  color: #f5f5f4;
}

.pro-magnet-title em {
  font-style: italic;
  color: #22c55e;
}

.pro-magnet-sub {
  margin: 12px 0 0;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(245, 245, 244, 0.56);
}

.pro-magnet-cards {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pro-magnet-card {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  padding: 18px 16px;
}

.pro-magnet-card .k {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(245, 245, 244, 0.46);
}

.pro-magnet-card .v {
  margin-top: 8px;
  font-family: var(--display);
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  color: #f5f5f4;
}

.pro-magnet-card .v.mono {
  font-family: var(--mono);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -1.1px;
}

.pro-magnet-card .v.pos { color: #22c55e; }
.pro-magnet-card .v.neg { color: #ef4444; }

.pro-magnet-card .d {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(245, 245, 244, 0.52);
}

.pro-magnet-preview {
  margin-top: 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 16px 18px;
}

.pro-magnet-preview-label {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: rgba(245, 245, 244, 0.5);
  margin-bottom: 12px;
}

.pro-magnet-preview-rows {
  display: grid;
  gap: 8px;
}

.pm-row {
  display: grid;
  grid-template-columns: 170px 1fr auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 0;
}

.pm-row:last-child {
  border-bottom: 0;
}

.pm-row .n {
  font-size: 13px;
  color: rgba(245, 245, 244, 0.9);
}

.pm-row .b {
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03));
  filter: blur(4px);
}

.pm-row .b-1 { width: 78%; }
.pm-row .b-2 { width: 64%; }
.pm-row .b-3 { width: 56%; }

.pm-row .t {
  font-family: var(--mono);
  font-size: 11px;
  border-radius: 6px;
  padding: 4px 8px;
  filter: blur(2.6px);
  user-select: none;
}

.pm-row .t.g { background: rgba(34, 197, 94, 0.16); color: #22c55e; }
.pm-row .t.r { background: rgba(239, 68, 68, 0.16); color: #ef4444; }
.pm-row .t.a { background: rgba(245, 158, 11, 0.2); color: #f59e0b; }

.pro-magnet-cta-row {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pro-upgrade-btn {
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 8px;
  background: #22c55e;
  color: #0f0f0f;
  padding: 14px 28px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pro-upgrade-btn:hover {
  background: #33d86f;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(34, 197, 94, 0.24);
}

.pro-upgrade-price {
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(245, 245, 244, 0.56);
}

.pro-upgrade-price strong {
  color: #f5f5f4;
}

.pro-upgrade-price span {
  color: #22c55e;
}

.pro-upgrade-link-row {
  margin-top: 8px;
}

.pro-upgrade-link {
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(245, 245, 244, 0.62);
  text-underline-offset: 3px;
}

.pro-upgrade-link:hover {
  color: #f5f5f4;
}

.pro-magnet-pills {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pro-magnet-pills .pm-pill {
  font-size: 11px;
  color: rgba(245, 245, 244, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  padding: 6px 11px;
}

@keyframes pmPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.28); }
}

.sector-v4 { display: grid; gap: 10px; }
.sector-row { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 10px; }
.sector-name {
  font-size: 13px;
  font-weight: 600;
  color: #44403c;
  text-align: right;
}
.sector-track {
  position: relative;
  height: 30px;
  background: #ece8e5;
  border-radius: 8px;
  overflow: hidden;
}
.sector-fill {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 8px;
  width: var(--bar-target, 0%);
  display: flex;
  align-items: center;
  opacity: 0.98;
  transform: scaleX(0);
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--bar-delay, 0ms);
}
.js-grow-bars.is-visible .sector-fill,
.js-grow-bars.is-visible .news-impact-fill {
  transform: scaleX(1);
}
.sector-fill.pos { left: 50%; transform-origin: left center; background: #bfe3cb; justify-content: flex-start; padding-left: 8px; }
.sector-fill.neg { right: 50%; transform-origin: right center; background: #ead0d0; justify-content: flex-end; padding-right: 8px; }
.sector-fill-val { font-family: var(--mono); font-size: 10px; font-weight: 800; }
.sector-fill.pos .sector-fill-val { color: #15803d; }
.sector-fill.neg .sector-fill-val { color: #b91c1c; }

.news-impact-grid { display: grid; gap: 8px; margin-top: 6px; }
.news-impact-row.zero-row {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 8px;
}
.news-impact-label.zero-label {
  font-family: var(--mono);
  font-size: 11px;
  color: #78716c;
}
.news-impact-track.zero-track {
  position: relative;
  height: 30px;
  background: #ece8e5;
  border-radius: 8px;
  overflow: hidden;
}
.news-impact-fill.zero-fill {
  position: absolute;
  top: 0;
  height: 100%;
  width: var(--bar-target, 0%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  transform: scaleX(0);
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--bar-delay, 0ms);
}
.news-impact-fill.zero-fill.pos { left: 50%; transform-origin: left center; background: #bfe3cb; justify-content: flex-start; padding-left: 8px; }
.news-impact-fill.zero-fill.neg { right: 50%; transform-origin: right center; background: #ead0d0; justify-content: flex-end; padding-right: 8px; }
.news-impact-fill.zero-fill.na {
  left: 0;
  right: 0;
  width: 100%;
  justify-content: center;
  background: transparent;
  transform: none !important;
}

.zero-axis {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d2ccc6;
  z-index: 2;
}

.zero-pill {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.news-impact-fill.zero-fill.pos .zero-pill,
.sector-fill.pos .zero-pill { color: #15803d; }
.news-impact-fill.zero-fill.neg .zero-pill,
.sector-fill.neg .zero-pill { color: #b91c1c; }
.news-impact-fill.zero-fill.na .zero-pill { color: #a8a29e; }

.s-picks .pro-sort-row {
  margin-bottom: 18px;
}

.pro-list {
  margin: 0 24px 14px;
}

.pro-list-row {
  display: grid;
  grid-template-columns: 40px 56px 88px minmax(0, 1fr) 70px 16px;
  align-items: center;
  column-gap: 10px;
  padding: 12px 8px;
  margin: 0 -8px;
  border-bottom: 1px solid #f5f5f4;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.16s ease;
}

.pro-list-row:hover {
  background: #f5f5f4;
}

.pro-list-row.is-pending {
  opacity: 0.62;
  cursor: default;
}

.pro-list-row.is-pending:hover {
  background: transparent;
}

.pro-list-row.expanded .pro-list-chevron {
  transform: rotate(180deg);
}

.pro-list-signal {
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.5px;
  width: 34px;
  text-align: center;
  border-radius: 4px;
  padding: 3px 7px;
  justify-self: start;
}

.pro-list-signal.buy { background: #dcfce7; color: #15803d; }
.pro-list-signal.sell { background: #fee2e2; color: #b91c1c; }

.pro-list-ticker {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 800;
  width: 52px;
  justify-self: start;
}

.pro-list-new-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  padding: 1px 5px;
  border-radius: 999px;
  border: 1px solid #d6d3d1;
  background: #f5f5f4;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #78716c;
  vertical-align: middle;
}

.pro-list-date {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  color: #a8a29e;
  white-space: nowrap;
  justify-self: start;
}

.pro-list-row-headline {
  grid-column: 4;
  min-width: 0;
  font-size: 12px;
  font-style: italic;
  color: #78716c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro-list-card-headline {
  font-size: 13px;
  font-style: italic;
  color: #57534e;
  line-height: 1.5;
  margin-bottom: 3px;
}

.pro-list-age-note {
  margin-top: 6px;
  margin-bottom: 4px;
  font-size: 12px;
  font-style: italic;
  color: #8a8178;
}

.pro-list-return {
  grid-column: 5;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  min-width: 0;
  text-align: right;
  justify-self: end;
}

.pro-list-return.green { color: #15803d; }
.pro-list-return.red { color: #b91c1c; }
.pro-list-return.muted { color: #a8a29e; }

.pro-list-chevron {
  grid-column: 6;
  justify-self: end;
  color: #d6d3d1;
  transition: transform 0.2s ease;
  display: inline-flex;
}

.pro-list-expanded {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease;
}

.pro-list-expanded.open {
  max-height: 700px;
  opacity: 1;
}

.pro-list-card {
  padding: 8px 0 12px;
}

.pro-list-expanded-content {
  background: #f5f5f4;
  border-radius: 12px;
  padding: 24px 20px;
}

.pro-list-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.pro-list-meta-signal {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.5px;
  border-radius: 4px;
  padding: 3px 8px;
}

.pro-list-meta-signal.buy { background: #dcfce7; color: #15803d; }
.pro-list-meta-signal.sell { background: #fee2e2; color: #b91c1c; }

.pro-list-meta-ticker {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 800;
}

.pro-list-meta-company {
  font-size: 12px;
  color: #78716c;
}

.pro-list-meta-sector {
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #78716c;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 2px 7px;
}

.pro-list-meta-closed {
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  background: #0c0a09;
  border-radius: 3px;
  padding: 2px 7px;
}

.pro-list-source {
  font-family: var(--mono);
  font-size: 10px;
  color: #a8a29e;
  margin-bottom: 12px;
}

.pro-list-source a {
  color: #a8a29e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pro-list-range {
  font-family: var(--mono);
  font-size: 10px;
  color: #a8a29e;
  margin-bottom: 16px;
}

.pro-list-prices {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 2px;
}

.pro-list-price-range {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 600;
  color: #44403c;
}

.pro-list-price-range .arrow {
  color: #d6d3d1;
  margin: 0 6px;
}

.pro-list-big-return {
  font-family: var(--mono);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1.3px;
}

.pro-list-big-return.green { color: #15803d; }
.pro-list-big-return.red { color: #b91c1c; }
.pro-list-big-return.muted { color: #a8a29e; }

.pro-list-alpha {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #e7e5e4;
  margin-bottom: 16px;
}

.pro-list-alpha-item {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.pro-list-alpha-label {
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a8a29e;
}

.pro-list-alpha-val {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
}

.pro-list-alpha-val.green { color: #15803d; }
.pro-list-alpha-val.red { color: #b91c1c; }
.pro-list-alpha-val.muted { color: #78716c; }

.pro-list-windows {
  display: flex;
  border: 1px solid #e7e5e4;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

.pro-list-window {
  flex: 1;
  background: #fff;
  border-right: 1px solid #e7e5e4;
  padding: 10px 4px;
  text-align: center;
}

.pro-list-window:last-child {
  border-right: 0;
}

.pro-list-window-label {
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 700;
  color: #a8a29e;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.pro-list-window-val {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
}

.pro-list-window-val.green { color: #15803d; }
.pro-list-window-val.red { color: #b91c1c; }
.pro-list-window-val.na { color: #d6d3d1; }

.pro-list-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.pro-list-detail-label {
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #a8a29e;
}

.pro-list-detail-val {
  font-size: 12px;
  font-weight: 600;
  color: #57534e;
}

.pro-list-share-wrap {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e7e5e4;
}

.pro-list-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #78716c;
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: 6px;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.pro-list-share-btn svg {
  width: 12px;
  height: 12px;
}

.pro-list-share-btn:hover {
  color: #fff;
  background: #0c0a09;
  border-color: #0c0a09;
}

.pro-list-share-btn.copied {
  background: #0c0a09;
  border-color: #0c0a09;
  color: #fff;
}

.section-share-row {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.section-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #57534e;
  background: #fff;
  border: 1px solid #d6d3d1;
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.section-share-btn:hover {
  color: #fff;
  background: #0c0a09;
  border-color: #0c0a09;
}

.section-share-btn.copied {
  color: #fff;
  background: #0c0a09;
  border-color: #0c0a09;
}

.s-form .section-share-btn,
.s-bw .section-share-btn {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
}

.s-form .section-share-btn:hover,
.s-bw .section-share-btn:hover,
.s-form .section-share-btn.copied,
.s-bw .section-share-btn.copied {
  color: #0c0a09;
  background: #fff;
  border-color: #fff;
}

.highlight-pulse {
  animation: gr-highlight-pulse 2s ease-out;
}

@keyframes gr-highlight-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.55);
  }
  100% {
    box-shadow: 0 0 0 24px rgba(99, 102, 241, 0);
  }
}

.s-coverage-line {
  background: #f5f5f4;
  border-top: 1px solid #ece8e3;
  border-bottom: 1px solid #ece8e3;
}

.coverage-line {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  color: #a8a29e;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  max-width: 540px;
  margin: 0 auto;
  padding: 10px 0;
}

.coverage-icon {
  color: #d6d3d1;
  flex-shrink: 0;
}

.coverage-note {
  color: #d6d3d1;
}

.coverage-link {
  color: #a8a29e;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s ease;
}

.coverage-link:hover {
  color: #57534e;
}

.picks-coverage-line {
  margin: 0 24px 12px;
}

.s-hiw-inline {
  background: #f5f5f4;
  border-bottom: 1px solid #e7e5e4;
}

.hiw-bar {
  background: #f5f5f4;
  cursor: pointer;
  transition: background 0.15s ease;
}

.hiw-bar:hover {
  background: #ededec;
}

.hiw-bar-inner {
  max-width: 540px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hiw-bar-icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid #d6d3d1;
  background: #ededec;
  color: #78716c;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hiw-bar-text {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 500;
  color: #78716c;
  flex: 1;
}

.hiw-bar-arrow {
  color: #a8a29e;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.hiw-bar.open .hiw-bar-arrow {
  transform: rotate(180deg);
}

.hiw-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #f5f5f4;
}

.hiw-panel.open {
  max-height: 760px;
}

.hiw-panel-inner {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 24px 28px;
}

.hiw-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 10px 0;
}

.hiw-step-num {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  color: #a8a29e;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid #d6d3d1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.hiw-step-title {
  font-size: 13px;
  font-weight: 700;
  color: #0c0a09;
  margin-bottom: 2px;
}

.hiw-step-body {
  font-size: 12px;
  line-height: 1.6;
  color: #78716c;
}

.hiw-step-body strong {
  color: #44403c;
  font-weight: 600;
}

.hiw-pill {
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 3px;
  letter-spacing: 0.3px;
  vertical-align: middle;
}

.hiw-pill.buy { background: #dcfce7; color: #15803d; }
.hiw-pill.sell { background: #fee2e2; color: #b91c1c; }

.hiw-full-link {
  display: block;
  text-align: center;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  color: #78716c;
  text-decoration: none;
  padding: 14px 0 0;
  margin-top: 8px;
  border-top: 1px solid #e7e5e4;
  transition: color 0.15s ease;
}

.hiw-full-link:hover {
  color: #0c0a09;
}

.hiw-panel-close {
  width: 30px;
  height: 30px;
  margin: 12px auto 0;
  border: 1px solid #d6d3d1;
  border-radius: 999px;
  background: #ededec;
  color: #78716c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.hiw-panel-close:hover {
  background: #e7e5e4;
  color: #44403c;
  border-color: #cfcac5;
}

.hiw-panel.open .hiw-step {
  opacity: 0;
  transform: translateY(8px);
  animation: hiwFadeIn 0.3s ease-out forwards;
}

.hiw-panel.open .hiw-step:nth-child(1) { animation-delay: 0.05s; }
.hiw-panel.open .hiw-step:nth-child(2) { animation-delay: 0.10s; }
.hiw-panel.open .hiw-step:nth-child(3) { animation-delay: 0.15s; }
.hiw-panel.open .hiw-step:nth-child(4) { animation-delay: 0.20s; }
.hiw-panel.open .hiw-step:nth-child(5) { animation-delay: 0.25s; }
.hiw-panel.open .hiw-step:nth-child(6) { animation-delay: 0.30s; }
.hiw-panel.open .hiw-full-link {
  opacity: 0;
  animation: hiwFadeIn 0.3s ease-out 0.35s forwards;
}
.hiw-panel.open .hiw-panel-close {
  opacity: 0;
  animation: hiwFadeIn 0.3s ease-out 0.4s forwards;
}

.hiw-panel:not(.open) .hiw-step,
.hiw-panel:not(.open) .hiw-full-link,
.hiw-panel:not(.open) .hiw-panel-close {
  opacity: 0;
  animation: none;
}

@keyframes hiwFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.pro-disclaimer {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  color: #a8a29e;
  text-align: center;
  padding: 0 0 8px;
  letter-spacing: 0.3px;
}

.s-receipt-footer {
  background: #f5f5f4;
  border-top: 1px solid #e7e5e4;
}

.s-receipt-footer .section-inner {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  padding: 28px 24px;
}

.footer-text-v4 {
  font-size: 11px;
  line-height: 1.7;
  color: #a8a29e;
  margin-bottom: 12px;
}

.footer-report-v4 {
  font-size: 12px;
  color: #78716c;
  margin-bottom: 12px;
}

.footer-report-v4 a {
  color: #57534e;
  text-decoration: none;
  border-bottom: 1px solid #d6d3d1;
}

.footer-report-v4 a:hover {
  color: #0c0a09;
  border-bottom-color: #a8a29e;
}

.footer-links-v4 {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.footer-links-v4 a {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  color: #78716c;
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer-links-v4 a:hover {
  color: #0c0a09;
}

.footer-sep-v4 {
  font-size: 10px;
  color: #d6d3d1;
}

.sg-green { color: #22c55e !important; }
.sg-red { color: #ef4444 !important; }

/* ===== V2 SPEC ALIGNMENT OVERRIDES ===== */
.nav-brand {
  font-family: var(--body);
  font-weight: 900;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.nav-link {
  font-family: var(--body);
}

.t-label,
.t-chip,
.nav-go-pro {
  font-family: var(--mono);
}

.nav-go-pro {
  padding: 7px 16px;
  border-radius: 100px;
  box-shadow: none;
}

.nav-go-pro:hover,
.nav-go-pro:focus {
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.3);
}

.gr-topbar-right {
  display: none;
}

.v4-page .section-inner {
  max-width: 720px;
  padding: 64px 24px;
}

.s-scout .section-inner,
.s-playbook .section-inner,
.s-pro-tldr .section-inner,
.s-pro-live .section-inner,
.s-pro-copy .section-inner,
.s-pro-conviction .section-inner,
.s-pro-rotation .section-inner,
.s-numbers .section-inner,
.s-picks .section-inner {
  max-width: 780px;
}

.s-story .section-inner {
  max-width: 640px;
}

.s-verdict {
  background:
    radial-gradient(46% 44% at 72% 14%, rgba(99, 102, 241, 0.09) 0%, rgba(99, 102, 241, 0) 100%),
    radial-gradient(40% 34% at 26% 78%, rgba(239, 68, 68, 0.08) 0%, rgba(239, 68, 68, 0) 100%),
    #0f0f0f !important;
  border: 0;
}

.s-verdict .section-inner {
  padding-top: 74px;
  padding-bottom: 52px;
}

.v4-pill {
  padding: 8px 20px;
  border-radius: 100px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  border: 1px solid transparent;
}

.s-verdict.is-red .v4-pill {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.15);
  color: #fca5a5;
}

.s-verdict.is-green .v4-pill {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.15);
  color: #86efac;
}

.s-verdict.is-gold .v4-pill {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.16);
  color: #fcd34d;
}

.v4-name {
  margin-top: 20px;
  font-size: clamp(64px, 14vw, 140px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: #fff;
}

.v4-tagline {
  margin-top: 20px;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.35);
}

.v4-sub {
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
}

.v4-last-updated-pill {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
}

.verdict-period {
  color: rgba(255, 255, 255, 0.3);
}

.v4-refresh-icon-btn {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.75);
}

.verdict-particles {
  display: none;
}

.s-cooked {
  background: #0f0f0f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.s-cooked .section-inner {
  padding-top: 14px;
  padding-bottom: 56px;
}

.cooked-meter-wrap {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

.cooked-meter-kicker {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.26);
}

.cooked-meter-track {
  position: relative;
  height: 12px;
  border-radius: 100px;
  margin-top: 12px;
  background: linear-gradient(90deg, #ef4444 0%, #f59e0b 50%, #22c55e 100%);
}

.cooked-meter-needle {
  position: absolute;
  top: -6px;
  width: 4px;
  height: 24px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
  transform: translateX(-50%);
  transition: left 1s ease-out;
}

.cooked-meter-label-row {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cook-label-left { color: #ef4444; }
.cook-label-right { color: #22c55e; }

.cooked-meter-verdict {
  margin-top: 18px;
  font-family: var(--display);
  font-size: clamp(22px, 3.5vw, 28px);
  color: #efefef;
}

.cooked-meter-verdict em {
  font-style: italic;
}

.cooked-meter-verdict em.loss { color: #ef4444; }
.cooked-meter-verdict em.amber { color: #f59e0b; }
.cooked-meter-verdict em.win { color: #22c55e; }

.s-stats {
  position: relative;
  background: #6366f1;
  border-bottom: 0;
}

.s-stats::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #4338ca, #a5b4fc, #4338ca);
}

.s-stats .section-inner {
  max-width: 760px;
  padding-top: 40px;
  padding-bottom: 38px;
}

.scoreboard {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.score-lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.score-val {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: clamp(48px, 13vw, 110px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.score-val.their {
  color: #fff;
}

.score-val.sp {
  color: rgba(255, 255, 255, 0.25);
}

.score-vs {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 3px 8px;
}

.score-window {
  margin-top: 12px;
  text-align: center;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.36);
}

.s-report {
  background: #faf7f2;
  border-bottom: 1px solid #e5e0d8;
}

.s-report .section-inner {
  text-align: center;
  padding-top: 54px;
  padding-bottom: 52px;
}

.report-title {
  font-family: var(--display);
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 400;
  color: #0f0f0f;
}

.report-sub {
  margin-top: 6px;
  font-family: var(--body);
  font-size: 14px;
  color: #8b8b8b;
}

.report-grid {
  margin: 20px auto 0;
  max-width: 360px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.report-cell {
  aspect-ratio: 1;
  border-radius: 6px;
  opacity: 0.82;
  transition: transform 0.16s ease;
}

.report-cell.win { background: #22c55e; }
.report-cell.loss { background: #ef4444; }

.report-cell:hover {
  transform: scale(1.15);
}

.report-legend {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 16px;
  font-family: var(--mono);
  font-size: 11px;
  color: #444444;
}

.report-legend .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}

.report-legend .dot.win { background: #22c55e; }
.report-legend .dot.loss { background: #ef4444; }

.report-punchline {
  margin-top: 12px;
  font-family: var(--display);
  font-size: 18px;
  color: #222;
}

.s-story {
  background: #fff;
}

.s-story.s-story-cream {
  background: #faf7f2;
  border-bottom: 1px solid #e5e0d8;
}

.s-report.s-report-white {
  background: #fff;
  border-bottom: 1px solid #e5e0d8;
}

.s-story .section-inner {
  padding-top: 56px;
  padding-bottom: 52px;
}

.hundred-test {
  text-align: center;
}

.hundred-q {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(24px, 4.5vw, 38px);
  line-height: 1.25;
  color: #8b8b8b;
}

.hundred-flow {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.hundred-flow .amt {
  font-family: var(--display);
  font-size: clamp(44px, 8vw, 74px);
  line-height: 1;
  letter-spacing: -0.03em;
}

.hundred-flow .amt.struck {
  color: #9b9b9b;
  text-decoration: line-through;
  opacity: 0.45;
}

.hundred-flow .amt.result.pos { color: #22c55e; }
.hundred-flow .amt.result.neg { color: #ef4444; }

.hundred-flow .arrow {
  font-size: 32px;
  color: #d6d3d1;
}

.hundred-punch {
  margin-top: 14px;
  font-family: var(--display);
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.4;
  color: #303030;
}

.hundred-test-empty {
  font-size: 14px;
  color: #777;
}

.s-hot-takes {
  background: #faf7f2;
  border-bottom: 1px solid #e5e0d8;
}

.s-hot-takes .section-inner {
  max-width: 640px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 56px;
}

.ht-title {
  font-family: var(--display);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 400;
}

.ht-sub {
  margin-top: 6px;
  font-size: 14px;
  color: #8b8b8b;
}

.ht-grid {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.ht-card {
  border-radius: 14px;
  border: 1px solid #e5e0d8;
  background: #fff;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: transform 0.2s ease;
}

.ht-card:hover {
  transform: translateY(-2px);
}

.ht-quote {
  flex: 1;
  text-align: left;
  font-family: var(--display);
  font-style: italic;
  font-size: 16px;
  line-height: 1.4;
  color: #444;
}

.ht-src {
  display: block;
  margin-top: 8px;
  font-family: var(--mono);
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #8b8b8b;
}

.ht-stamp {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ht-stamp.pass {
  background: rgba(34, 197, 94, 0.1);
  border: 2px solid #22c55e;
}

.ht-stamp.fail {
  background: rgba(239, 68, 68, 0.1);
  border: 2px solid #ef4444;
}

.ht-icon {
  font-size: 20px;
  line-height: 1;
}

.ht-ret {
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 700;
}

.ht-stamp.pass .ht-ret {
  color: #15803d;
}

.ht-stamp.fail .ht-ret {
  color: #ef4444;
}

.s-share {
  background: #6366f1;
}

.s-share .section-inner {
  background:
    radial-gradient(60% 80% at 0% 100%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    radial-gradient(80% 80% at 100% 0%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
}

.sb {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sb.w:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.s-pro-cta {
  background: linear-gradient(180deg, #0f0f0f, #0d0d16);
}

.s-pro-cta::before {
  display: none;
}

.pro-magnet-inner {
  padding-top: 70px;
}

.pro-magnet-eyebrow,
.pro-magnet-eyebrow .dot,
.pro-upgrade-price span,
.pro-magnet-title em {
  color: #a5b4fc;
}

.pro-magnet-eyebrow .dot {
  background: #a5b4fc;
}

.pro-upgrade-btn {
  background: #6366f1;
  color: #fff;
  border-radius: 100px;
  padding: 16px 44px;
}

.pro-upgrade-btn:hover {
  background: #4338ca;
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.3);
}

.pro-insight-box {
  font-size: 14px;
}

@media (max-width: 760px) {
  .v4-page .section-inner {
    padding: 48px 20px;
  }

  .grl-name {
    font-size: 32px;
  }
  .grl-progress {
    width: 160px;
  }
  .v4-page .s-story .section-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .v4-page .s-meanwhile .section-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .v4-page .section-inner {
    padding: 48px 20px;
  }
  .s-verdict .section-inner {
    padding-top: 52px;
    padding-bottom: 38px;
  }
  .v4-tagline {
    font-size: clamp(18px, 5vw, 22px);
    margin-top: 12px;
  }
  .v4-sub {
    font-size: 11px;
  }
  .v4-last-updated-pill {
    margin-top: 10px;
    font-size: 9px;
    letter-spacing: 0.7px;
  }
  .verdict-meta-row {
    margin-top: 14px;
    gap: 6px;
  }
  .verdict-period {
    font-size: 10px;
  }
  .s-form {
    padding-left: 0;
    padding-right: 0;
  }
  .inv-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
  }
  .inv-box {
    min-width: 0;
    width: 100%;
    padding: 12px 8px;
  }
  .inv-val {
    font-size: 26px;
  }
  .inv-note {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.45;
  }
  .sector-row {
    grid-template-columns: 94px 1fr;
    gap: 8px;
  }
  .sector-name {
    font-size: 12px;
  }
  .v4-bw-grid {
    grid-template-columns: 1fr;
  }
  .bw-header {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .v4-bw-card {
    padding: 16px 12px;
  }
  .v4-bw-ret {
    font-size: 30px;
  }
  .s-cooked .section-inner {
    padding-top: 10px;
    padding-bottom: 46px;
  }
  .cooked-meter-verdict {
    font-size: 24px;
  }
  .scoreboard {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .score-vs {
    display: none;
  }
  .score-val {
    font-size: clamp(44px, 14vw, 72px);
  }
  .score-window {
    margin-top: 10px;
  }
  .report-grid {
    max-width: 320px;
  }
  .ht-card {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 20px 16px;
  }
  .ht-quote {
    text-align: center;
  }
  .v4-story {
    font-size: 17px;
    text-align: left;
  }
  .pro-bento {
    grid-template-columns: 1fr;
  }
  .s-numbers .pro-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .s-numbers .pro-bento-card {
    padding: 16px 10px;
  }
  .s-numbers .pro-bento-v {
    font-size: 38px;
  }
  .pro-line {
    grid-template-columns: 1fr auto;
  }
  .pro-line span:last-child {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .pro-month-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pro-list {
    margin-left: 0;
    margin-right: 0;
  }
  .pro-list-row {
    grid-template-columns: 40px 56px 84px minmax(0, 1fr) 16px;
    column-gap: 8px;
    padding: 11px 6px;
    margin: 0 -6px;
  }
  .pro-list-row-headline {
    display: none;
  }
  .pro-list-date {
    font-size: 9px;
  }
  .pro-list-return {
    grid-column: 4;
    font-size: 12px;
  }
  .pro-list-chevron {
    grid-column: 5;
  }
  .pro-list-expanded-content {
    padding: 20px 16px;
  }
  .pro-list-big-return {
    font-size: 24px;
  }
  .pro-list-window {
    padding: 8px 2px;
  }
  .pro-list-window-label {
    font-size: 7px;
  }
  .pro-list-window-val {
    font-size: 10px;
  }
  .pro-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pro-conviction-grid {
    grid-template-columns: 1fr;
  }
  .pro-rotation-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .pro-rotation-arrow {
    padding-top: 0;
    text-align: center;
    transform: rotate(90deg);
  }
  .pro-copy-legend {
    font-size: 11px;
  }
  .hiw-bar-inner,
  .hiw-panel-inner {
    padding-left: 14px;
    padding-right: 14px;
  }
  .picks-coverage-line {
    margin-left: 14px;
    margin-right: 14px;
  }
  .s-receipt-footer .section-inner {
    padding: 24px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gr-loading-screen *,
  .gr-loading-screen *::before,
  .gr-loading-screen *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .grl-line {
    opacity: 1;
    transform: none;
  }
  .grl-paper {
    height: 60px;
  }
  .grl-progress-fill {
    width: 100%;
  }
}

/* Homepage */
.hp-root.hidden {
  display: none;
}
.hp-hero {
  background: #0c0a09;
  padding: 56px 24px 52px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.hp-tagline {
  font-family: var(--display);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -1.3px;
  color: #fff;
  max-width: 620px;
  margin: 0 auto 10px;
}
.hp-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
  max-width: 500px;
  margin: 0 auto 26px;
}
.hp-search-wrap {
  max-width: 520px;
  margin: 0 auto 16px;
  position: relative;
}
.hp-search {
  width: 100%;
  padding: 14px 18px 14px 45px;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-family: var(--body);
  font-size: 15px;
  outline: none;
}
.hp-search::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.hp-search-ico {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.45;
}
.hp-preview {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #2b2725;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  z-index: 50;
}
.hp-preview.visible {
  display: block;
}
.hp-preview-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 11px 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.hp-preview-item:last-child {
  border-bottom: none;
}
.hp-preview-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.hp-preview-name {
  font-size: 13px;
  font-weight: 700;
  flex: 1;
}
.hp-preview-meta {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.55);
}
.hp-preview-alpha {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
}
.hp-preview-alpha.green {
  color: #22c55e;
}
.hp-preview-alpha.red {
  color: #ef4444;
}
.hp-trending {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.hp-trending-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-right: 4px;
}
.hp-pill {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  padding: 6px 12px;
  text-decoration: none;
}
.hp-pill:hover {
  background: rgba(255, 255, 255, 0.1);
}
.hp-tape {
  background: #1c1917;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hp-tape.hidden {
  display: none;
}
.hp-tape::-webkit-scrollbar {
  display: none;
}
.hp-tape-track {
  display: flex;
  width: max-content;
}
.hp-tape-item {
  padding: 8px 24px;
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  text-decoration: none;
}
.hp-tape-item:hover { color: rgba(255, 255, 255, 0.75); }
.hp-badge {
  font-size: 8px;
  font-weight: 800;
  border-radius: 3px;
  padding: 1px 5px;
  letter-spacing: 0.4px;
}
.hp-badge.buy {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
}
.hp-badge.sell {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}
@keyframes hpTape {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.hp-proofline {
  margin: 10px 0 16px;
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.2px;
}

.sp-stat {
  padding: 40px 24px;
  text-align: center;
  border-top: 1px solid var(--g200);
  border-bottom: 1px solid var(--g200);
  background: var(--white);
}
.sp-stat-number {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 900;
  color: var(--black);
  line-height: 1.25;
}
.sp-stat-number span.up { color: var(--green); }
.sp-stat-number span.down { color: #b91c1c; }
.sp-stat-sub {
  font-size: 13px;
  color: var(--g400);
  margin-top: 6px;
}
.hp-section {
  padding: 44px 20px;
}
.hp-inner {
  max-width: 760px;
  margin: 0 auto;
}
.hp-title {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.6px;
  text-align: center;
  margin-bottom: 8px;
}
.hp-subtitle {
  font-family: var(--display);
  font-size: 13px;
  font-style: italic;
  color: #a8a29e;
  text-align: center;
  margin-bottom: 22px;
}
.hp-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.hp-col-label {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.hp-col-label.green { color: #15803d; }
.hp-col-label.red { color: #b91c1c; }
.hp-row {
  display: grid;
  grid-template-columns: 22px 1fr auto auto;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 9px 10px;
  border-radius: 10px;
}
.hp-row:hover { background: #f5f5f4; }
.hp-rank { font-family: var(--mono); font-size: 10px; color: #a8a29e; text-align: center; }
.hp-name { font-size: 14px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hp-picks { font-family: var(--mono); font-size: 10px; color: #a8a29e; }
.hp-alpha { font-family: var(--mono); font-size: 14px; font-weight: 800; min-width: 58px; text-align: right; }
.hp-alpha.green { color: #15803d; }
.hp-alpha.red { color: #b91c1c; }
.hp-empty {
  text-align: center;
  color: #78716c;
  font-size: 14px;
  padding: 20px;
  border: 1px dashed #d6d3d1;
  border-radius: 12px;
}
.hp-latest {
  background: #fff;
  border-top: 1px solid #e7e5e4;
}
.hp-latest-row {
  display: grid;
  grid-template-columns: 110px auto 60px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 10px 8px;
  border-bottom: 1px solid #f0efec;
  text-decoration: none;
  color: inherit;
}
.hp-latest-row:hover { background: #f8f7f5; }
.hp-latest-name { font-size: 12px; font-weight: 700; }
.hp-latest-ticker { font-family: var(--mono); font-size: 12px; font-weight: 800; }
.hp-latest-head { font-size: 12px; color: #78716c; font-style: italic; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hp-latest-time { font-family: var(--mono); font-size: 10px; color: #a8a29e; }

.hp-biggest {
  background: #f5f5f4;
}
.bm-grid {
  display: flex;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
}
.bm-card {
  flex: 1;
  min-width: 160px;
  max-width: 220px;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease-out;
}
.bm-card:hover { transform: translateY(-2px); }
.bm-card.positive { background: var(--green-bg); }
.bm-card.negative { background: var(--red-bg); }
.bm-name { font-size: 14px; font-weight: 700; margin-bottom: 8px; color: #1c1917; }
.bm-signal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 10px;
}
.bm-ticker { font-family: var(--mono); font-size: 10px; color: #44403c; letter-spacing: 0.3px; }
.bm-return {
  font-family: var(--mono);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.05;
  margin-bottom: 10px;
}
.bm-return.green { color: #15803d; }
.bm-return.red { color: #b91c1c; }
.bm-time {
  font-family: var(--mono);
  font-size: 10px;
  color: #a8a29e;
}

.hp-hotcold {
  background: #fff;
}
.hp-hotcold-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hp-hc-title {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.hp-hc-title.hot { color: #a16207; }
.hp-hc-title.cold { color: #2563eb; }
.hp-hc-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  padding: 13px 14px;
  margin-bottom: 8px;
  border: 1px solid transparent;
}
.hp-hc-card.hot { background: #fffbeb; border-color: rgba(161, 98, 7, 0.15); }
.hp-hc-card.cold { background: #eff6ff; border-color: rgba(37, 99, 235, 0.12); }
.hp-hc-name { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.hp-hc-line { font-family: var(--mono); font-size: 10px; color: #78716c; margin-bottom: 5px; }
.hp-hc-dots { display: flex; gap: 4px; }
.hp-hc-dot { width: 8px; height: 8px; border-radius: 50%; }
.hp-hc-dot.green { background: #22c55e; }
.hp-hc-dot.red { background: #ef4444; }

.hp-email {
  background: #0c0a09;
  color: #fff;
}
.hp-email-inner {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.hp-email-title { font-family: var(--display); font-size: 24px; font-weight: 900; margin-bottom: 8px; }
.hp-email-sub { font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.45); margin-bottom: 18px; }
.hp-email-form {
  display: flex;
  gap: 8px;
  max-width: 420px;
  margin: 0 auto;
}
.hp-email-input {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 11px 14px;
  font-size: 14px;
  outline: none;
}
.hp-email-btn {
  border: none;
  border-radius: 10px;
  padding: 11px 16px;
  background: #fff;
  color: #111;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.hp-email-note { margin-top: 10px; font-family: var(--mono); font-size: 10px; color: rgba(255, 255, 255, 0.3); }
.hp-email-ok { margin-top: 10px; display: none; font-family: var(--mono); font-size: 11px; color: #22c55e; }
.hp-email-ok.visible { display: block; }

.hp-cta {
  background: #f5f5f4;
}
.hp-cta-title { font-family: var(--display); font-size: 26px; font-weight: 900; text-align: center; margin-bottom: 5px; }
.hp-cta-sub { font-family: var(--display); font-size: 14px; font-style: italic; color: #a8a29e; text-align: center; margin-bottom: 18px; }
.hp-cta-wrap { max-width: 420px; margin: 0 auto; position: relative; }
.hp-cta-input {
  width: 100%;
  border: 2px solid #e7e5e4;
  border-radius: 11px;
  background: #fff;
  padding: 12px 14px 12px 42px;
  font-size: 14px;
  outline: none;
}
.hp-cta-ico { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #a8a29e; }

.hp-footer {
  border-top: 1px solid #e7e5e4;
  padding: 24px 20px 28px;
  text-align: center;
  background: #fff;
}
.hp-footer-text {
  max-width: 820px;
  margin: 0 auto 10px;
  color: #a8a29e;
  font-size: 11px;
  line-height: 1.65;
}
.hp-footer-report {
  margin: 0 auto 10px;
  font-size: 12px;
  color: #78716c;
}
.hp-footer-report a {
  color: #57534e;
  text-decoration: none;
  border-bottom: 1px solid #d6d3d1;
}
.hp-footer-report a:hover {
  color: #0c0a09;
  border-bottom-color: #a8a29e;
}
.hp-footer-links { display: flex; justify-content: center; gap: 8px; align-items: center; }
.hp-footer-links a { font-family: var(--mono); font-size: 10px; color: #78716c; text-decoration: none; }
.hp-footer-sep { color: #d6d3d1; font-size: 10px; }

@media (max-width: 760px) {
  .hp-tagline { font-size: 30px; }
  .sp-stat-number { font-size: 24px; }
  .hp-board { grid-template-columns: 1fr; }
  .hp-latest-row { grid-template-columns: 90px auto 52px auto; }
  .hp-latest-head { display: none; }
  .hp-hotcold-grid { grid-template-columns: 1fr; }
  .hp-email-form { flex-direction: column; }
  .hp-email-btn { width: 100%; }
  .v4-top-compare {
    max-width: none;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v4-main-return,
  .v4-main-sp {
    font-size: clamp(24px, 11vw, 38px);
  }
  .pro-magnet-inner {
    padding-top: 72px;
    padding-bottom: 52px;
  }
  .pro-magnet-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .pm-row {
    grid-template-columns: 120px 1fr auto;
  }
}
@media (max-width: 580px) {
  .pro-live-grid {
    grid-template-columns: 1fr;
  }
  .bm-grid {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    padding-right: 10px;
  }
  .bm-card {
    min-width: 70%;
    max-width: none;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .pro-magnet-title {
    font-size: 36px;
  }
  .pro-magnet-sub {
    font-size: 14px;
  }
  .pro-magnet-cta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .pro-upgrade-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .pm-row {
    grid-template-columns: 1fr;
    gap: 6px;
    align-items: start;
  }
  .pm-row .b {
    width: 100% !important;
  }
  .pm-row .t {
    justify-self: start;
  }
}

/* ===== PROFILE REVISION PATCH (2026-03-08 / pass-2) ===== */
.hundred-q {
  font-family: var(--display);
  font-weight: 400;
  font-style: italic;
  color: #8b8b8b;
}

.hundred-punch .sp-r {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #8b8b8b;
  font-family: var(--mono);
  font-size: 0.86em;
}

.report-sub,
.ht-sub,
.mw-compare-links {
  font-family: var(--body);
  font-weight: 400;
}

.ht-quote {
  font-family: var(--display);
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
}

.s-inverse .section-inner {
  text-align: center;
}

.inv-face {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(24px, 6vw, 60px);
  margin-bottom: 12px;
}

.inv-col {
  text-align: center;
}

.inv-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.32);
  margin-bottom: 8px;
}

.inv-val {
  font-family: var(--display);
  font-size: clamp(40px, 8vw, 64px);
  font-weight: 400;
  line-height: 1;
}

.inv-note {
  margin-top: 18px;
}

.mw-statement {
  font-family: var(--display);
  font-weight: 400;
}

.mw-compare-links {
  margin-top: 30px;
  line-height: 1.6;
}

.s-pro-start,
.s-pro-tldr,
.s-pro-live,
.s-pro-copy,
.s-pro-conviction,
.s-pro-rotation,
.s-timeline,
.s-sectors,
.s-numbers,
.s-picks {
  background: #0b0b10 !important;
  color: #ececf1;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.s-pro-start .section-inner,
.s-pro-tldr .section-inner,
.s-pro-live .section-inner,
.s-pro-copy .section-inner,
.s-pro-conviction .section-inner,
.s-pro-rotation .section-inner,
.s-timeline .section-inner,
.s-sectors .section-inner,
.s-numbers .section-inner,
.s-picks .section-inner {
  max-width: 780px;
}

.pro-head {
  margin-bottom: 16px;
}

.pro-head-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pro-head-emoji {
  font-size: 22px;
  line-height: 1;
}

.pro-head-title {
  margin: 0;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

.pro-head-pill {
  margin-left: auto;
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a5b4fc;
  background: rgba(99, 102, 241, 0.2);
  padding: 3px 10px;
  border-radius: 999px;
}

.pro-head-sub {
  margin-top: 7px;
  font-family: var(--display);
  font-style: italic;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.36);
}

.pro-insight-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 14px;
}

.pro-insight-pill {
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  color: #a5b4fc;
  background: rgba(99, 102, 241, 0.16);
}

.pro-start-cards {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  text-align: left;
}

.pro-start-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 13px;
}

.pro-start-card .i {
  font-size: 18px;
  margin-bottom: 8px;
}

.pro-start-card .n {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 6px;
}

.pro-start-card .b {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.36);
  filter: blur(3px);
  user-select: none;
}

.pro-start-cta {
  display: inline-flex;
  margin-top: 26px;
  padding: 14px 34px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: var(--mono);
  font-size: 13px;
  color: #fff;
  background: #6366f1;
}

.pro-start-price {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.38);
}

.pro-start-price strong {
  color: rgba(255, 255, 255, 0.7);
}

.s-pro-tldr .section-inner {
  padding-top: 34px;
}

.pro-tldr-card {
  text-align: center;
  padding: 20px 18px;
}

.pro-tldr-text {
  font-size: 17px;
  max-width: 560px;
  margin: 8px auto 0;
}

.pro-live-grid,
.pro-copy-wrap,
.pro-conviction-grid,
.pro-rotation-grid,
.timing-curve-card {
  margin-top: 18px;
}

.timing-curve-grid {
  display: grid;
  gap: 8px;
}

.tc-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tc-label {
  width: 46px;
  flex-shrink: 0;
  text-align: right;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.tc-track {
  flex: 1;
  height: 36px;
  border-radius: 8px;
  background: #131318;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.tc-fill {
  height: 100%;
  width: var(--bar-target, 0%);
  display: flex;
  align-items: center;
  padding-left: 14px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--bar-delay, 0ms);
}

.js-grow-bars.is-visible .tc-fill {
  transform: scaleX(1);
}

.tc-fill.pos {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
}

.tc-fill.neg {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

.tc-fill.na {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.4);
}

.tc-pill {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
}

.timing-cards {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.timing-card {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 14px;
  text-align: center;
}

.timing-card.wc {
  background: rgba(34, 197, 94, 0.08);
}

.timing-card.nc {
  background: #131318;
}

.timing-card-val {
  font-family: var(--display);
  font-size: 26px;
  line-height: 1.1;
  color: #fff;
}

.timing-card.wc .timing-card-val {
  color: #22c55e;
}

.timing-card-lbl {
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 760px) {
  .inv-face {
    gap: 18px;
  }

  .pro-head-title {
    font-size: 24px;
  }

  .pro-start-cards,
  .timing-cards {
    grid-template-columns: 1fr;
  }

  .tc-label {
    width: 40px;
  }
}

/* ===== PROFILE REVISION PATCH (2026-03-08) ===== */
.nav {
  min-height: 52px;
  padding: 0 24px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-brand {
  font-family: var(--body);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.nav-brand-dot {
  font-size: 12px;
}

.nav-search {
  display: none;
}

.nav-right {
  margin-left: auto;
  gap: 20px;
}

.nav-link {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
}

.nav-go-pro {
  padding: 8px 18px;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.trending-bar {
  display: none !important;
}

.s-verdict .section-inner {
  position: relative;
  text-align: center;
}

.v4-identity {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h-meta {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.24);
}

.hero-hiw-btn {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--mono);
  font-size: 12px;
  cursor: pointer;
}

.hero-hiw-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

body.modal-open {
  overflow: hidden;
}

.hiw-modal {
  position: fixed;
  inset: 0;
  z-index: 240;
}

.hiw-modal.hidden {
  display: none;
}

.hiw-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.hiw-modal-card {
  position: relative;
  max-width: 580px;
  margin: 9vh auto 0;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e5e0d8;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.35);
  padding: 24px 24px 20px;
}

.hiw-modal-card h3 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 14px;
}

.hiw-modal-card ol {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #444;
  font-size: 14px;
  line-height: 1.55;
}

.hiw-modal-card a {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 11px;
  color: #6366f1;
  text-decoration: none;
}

.hiw-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: #f4f1eb;
  color: #444;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.report-grid {
  max-width: 360px;
}

.report-cell {
  position: relative;
}

.report-cell::after {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translate(-50%, 4px);
  font-family: var(--mono);
  font-size: 10px;
  color: #fff;
  background: #0f0f0f;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 3;
}

.report-cell:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.hundred-flow {
  gap: clamp(16px, 4vw, 40px);
}

.hf-box .hf-lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b8b8b;
  margin-bottom: 6px;
}

.hundred-punch {
  margin-top: 22px;
  color: #444;
}

.hundred-punch div {
  margin-top: 4px;
}

.hundred-punch .pnl.neg {
  color: #ef4444;
  font-weight: 700;
}

.hundred-punch .pnl.pos {
  color: #22c55e;
  font-weight: 700;
}

.hundred-punch strong {
  color: #0f0f0f;
}

.s-bw {
  padding: 0;
}

.s-bw .section-inner {
  max-width: none;
  padding: 0;
}

.bw-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 60vh;
}

.bw-split .section-share-row {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px 0 22px;
  background: #0b0b10;
}

.bw-half {
  padding: 64px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bw-half.best {
  background: #ecfdf5;
  color: #0f0f0f;
}

.bw-half.worst {
  background: #1a0a0a;
  color: #fff;
}

.bw-eye {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.bw-half.best .bw-eye {
  color: #15803d;
}

.bw-half.worst .bw-eye {
  color: #ef4444;
}

.bw-ticker {
  font-family: var(--mono);
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.bw-company {
  font-size: 14px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.45);
}

.bw-half.worst .bw-company {
  color: rgba(255, 255, 255, 0.35);
}

.bw-return {
  font-family: var(--display);
  font-size: clamp(56px, 12vw, 100px);
  line-height: 1;
  margin-bottom: 20px;
}

.bw-half.best .bw-return {
  color: #15803d;
}

.bw-half.worst .bw-return {
  color: #ef4444;
  text-shadow: 0 0 56px rgba(239, 68, 68, 0.28);
}

.bw-quote {
  font-family: var(--display);
  font-style: italic;
  font-size: 15px;
  max-width: 300px;
  line-height: 1.4;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.42);
}

.bw-half.worst .bw-quote {
  color: rgba(255, 255, 255, 0.34);
}

.bw-date {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}

.bw-half.worst .bw-date {
  color: rgba(255, 255, 255, 0.24);
}

.s-share {
  background: #6366f1;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.s-share .section-inner {
  max-width: 760px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.tweet-card-ui {
  max-width: 600px;
  margin: 0 auto 22px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
  padding: 18px 18px 16px;
}

.tweet-head {
  font-family: var(--mono);
  font-size: 11px;
  color: #111827;
  margin-bottom: 10px;
}

.tweet-head .dot {
  color: #6366f1;
  margin-right: 5px;
}

.tweet-card-ui .share-text {
  font-family: var(--display);
  font-size: clamp(22px, 4vw, 32px);
  line-height: 1.3;
  color: #111827;
  max-width: none;
  margin: 0 0 10px;
}

.tweet-card-ui .share-url {
  margin: 0;
  color: #6b7280;
  font-size: 11px;
}

.share-btns {
  gap: 10px;
}

.sb {
  padding: 12px 28px;
}

.s-inverse {
  background: #0f0f0f;
}

.s-inverse .section-inner {
  padding-top: 72px;
  padding-bottom: 72px;
  text-align: center;
}

.inv-q {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(28px, 5vw, 44px);
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 28px;
}

.inv-vs {
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: var(--mono);
  font-size: 11px;
}

.inv-box {
  min-width: 180px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.inv-box.active {
  border-color: rgba(99, 102, 241, 0.7);
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.35) inset;
}

.inv-label {
  color: rgba(255, 255, 255, 0.32);
}

.inv-val {
  font-family: var(--display);
  font-size: clamp(40px, 8vw, 64px);
}

.inv-note {
  color: rgba(255, 255, 255, 0.34);
  font-size: 15px;
}

.s-meanwhile {
  background: #faf7f2 !important;
}

.s-meanwhile .section-inner {
  max-width: 640px;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 72px;
}

.mw-lead {
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
  color: #6366f1;
}

.mw-statement {
  margin-top: 10px;
  font-family: var(--display);
  font-size: clamp(24px, 4.5vw, 38px);
  font-weight: 400;
  color: #0f0f0f;
  line-height: 1.15;
}

.mw-alpha {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(48px, 10vw, 80px);
  font-weight: 400;
  line-height: 1;
}

.mw-alpha.pos {
  color: #15803d !important;
}

.mw-alpha.neg {
  color: #ef4444 !important;
}

.mw-btn {
  margin-top: 0;
  border: 0;
  border-radius: 100px;
  background: #0f0f0f;
  color: #fff;
  padding: 14px 32px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mw-btn:hover {
  background: #6366f1;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.26);
}

.mw-compare-links {
  margin-top: 24px;
  font-size: 14px;
  color: #8b8b8b;
}

.mw-compare-links a {
  color: #6366f1;
  font-weight: 600;
  text-decoration: none;
}

.mw-compare-links a:hover {
  text-decoration: underline;
}

.s-pro-start {
  background: linear-gradient(180deg, #0f0f0f, #0d0d16);
}

.s-pro-start .section-inner {
  max-width: 640px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 56px;
}

.pro-start-bar {
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: #6366f1;
  margin: 0 auto 20px;
}

.pro-start-eye {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a5b4fc;
  margin-bottom: 16px;
}

.pro-start-title {
  font-family: var(--display);
  font-size: clamp(30px, 5.5vw, 52px);
  line-height: 1.1;
  color: #fff;
}

.pro-start-title em {
  color: #a5b4fc;
  font-style: italic;
}

.pro-start-sub {
  margin-top: 12px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  line-height: 1.6;
}

.s-pro-tldr .section-inner {
  padding-top: 36px;
  padding-bottom: 16px;
}

.pro-tldr-card {
  text-align: center;
  padding: 24px 18px;
}

.pro-tldr-text {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.s-pro-live .section-inner {
  padding-top: 40px;
}

.pro-live-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.pro-live-card {
  position: relative;
  padding: 18px 16px;
}

.pro-live-fresh-dot {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #a5b4fc;
  animation: pmPulse 2s ease-in-out infinite;
}

@media (max-width: 760px) {
  .nav {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-right {
    gap: 12px;
  }

  .nav-link {
    font-size: 11px;
  }

  .nav-go-pro {
    padding: 7px 12px;
  }

  .hero-hiw-btn {
    right: 14px;
    top: 16px;
  }

  .bw-split {
    grid-template-columns: 1fr;
  }

  .bw-half {
    min-height: 50vh;
    padding: 48px 24px;
  }

  .tweet-card-ui {
    padding: 16px 14px;
  }

  .hiw-modal-card {
    margin: 6vh 14px 0;
    max-width: none;
  }
}

/* ===== PROFILE REVISION PATCH (2026-03-08 / final overrides) ===== */
.nav-right {
  display: flex !important;
}

.s-verdict .section-inner {
  min-height: clamp(560px, 74vh, 760px) !important;
  padding-top: 60px !important;
  padding-bottom: 84px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.v4-identity {
  gap: 0 !important;
}

.v4-tagline,
.h-tag,
.hundred-q {
  font-family: var(--display) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: #8f8f8f !important;
  letter-spacing: 0 !important;
}

.v4-name {
  font-family: var(--display) !important;
  font-weight: 400 !important;
  line-height: 0.94 !important;
  margin-top: 26px !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  text-underline-offset: 0 !important;
  white-space: normal !important;
  text-wrap: balance;
}

.v4-tagline {
  margin-top: 24px !important;
  font-size: clamp(20px, 3.2vw, 24px) !important;
}

.h-meta {
  margin-top: 16px !important;
}

.ht-sub,
.report-sub,
.mw-compare-links {
  font-family: var(--body) !important;
  font-weight: 400 !important;
}

.ht-quote {
  font-family: var(--display) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #4a4a4a !important;
}

.bw-quote,
.inv-q,
.pro-head-sub,
.tldr-text {
  font-family: var(--display) !important;
  font-weight: 400 !important;
}

.mw-compare-links {
  margin-top: 30px !important;
}

.s-pro-start,
.s-pro-tldr,
.s-pro-live,
.s-pro-copy,
.s-pro-conviction,
.s-pro-rotation,
.s-timeline,
.s-sectors,
.s-numbers,
.s-picks {
  background: #0b0b10 !important;
}

.pro-tldr-text {
  font-size: 17px !important;
}

.pro-copy-wrap {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.pro-copy-chart {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.pro-copy-legend {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 14px;
  margin-top: 10px;
  white-space: nowrap;
  overflow-x: auto;
}

.pro-copy-legend > div {
  flex: 0 0 auto;
}

.conv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.conv-card {
  background: #131318;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 22px 18px;
}

.cv-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
  margin-bottom: 12px;
}

.cv-tickers {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.cv-t {
  font-family: var(--mono);
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.5);
}

.cv-c {
  color: #a5b4fc;
  margin-left: 4px;
}

.cv-stat {
  font-family: var(--display);
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 4px;
}

.cv-stat.p {
  color: #22c55e;
}

.cv-stat.n {
  color: #ef4444;
}

.cv-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.32);
}

@media (max-width: 760px) {
  .nav {
    justify-content: flex-start !important;
    min-height: 52px;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .nav-brand {
    position: static;
    left: auto;
    transform: none;
    margin-right: auto;
    z-index: 1;
  }

  .nav-right {
    margin-left: auto;
    gap: 14px;
    z-index: 2;
  }

  .nav-link {
    font-size: 12px !important;
  }

  .nav-go-pro {
    padding: 7px 12px !important;
    font-size: 10px !important;
  }

  .v4-page .section-inner {
    padding: 34px 14px !important;
  }

  .s-verdict .section-inner {
    min-height: 52vh !important;
    justify-content: flex-start !important;
    padding-top: 28px !important;
    padding-bottom: 18px !important;
  }

  .v4-pill {
    margin-top: 0 !important;
  }

  .s-cooked .section-inner {
    padding-top: 0 !important;
    padding-bottom: 38px !important;
  }

  .s-stats .section-inner {
    padding-top: 30px !important;
    padding-bottom: 26px !important;
  }

  .score-val {
    font-size: clamp(42px, 13vw, 64px) !important;
  }

  .score-window {
    margin-top: 8px !important;
  }

  .v4-name {
    margin-top: 18px !important;
    line-height: 0.96 !important;
    font-size: clamp(56px, 16vw, 84px) !important;
  }

  .v4-tagline {
    margin-top: 12px !important;
    font-size: clamp(19px, 5.7vw, 24px) !important;
    line-height: 1.32 !important;
  }

  .h-meta {
    margin-top: 10px !important;
  }

  .s-story .section-inner {
    padding-top: 30px !important;
    padding-bottom: 26px !important;
  }

  .s-hot-takes .section-inner {
    padding-top: 32px !important;
    padding-bottom: 30px !important;
  }

  .hundred-q {
    font-size: clamp(17px, 5.8vw, 22px) !important;
    line-height: 1.28 !important;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .hundred-flow {
    gap: 10px !important;
    margin-top: 14px !important;
  }

  .hundred-flow .amt {
    font-size: clamp(42px, 12vw, 56px) !important;
  }

  .hf-box .hf-lbl {
    font-size: 9px !important;
    letter-spacing: 0.1em !important;
  }

  .hundred-punch {
    margin-top: 14px !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  .ht-title {
    font-size: clamp(31px, 8vw, 36px) !important;
  }

  .ht-sub {
    font-size: 13px !important;
  }

  .pro-copy-legend {
    font-size: 10px !important;
    gap: 10px;
  }

  .conv-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* ===== SPEC LOCK FINAL ENFORCEMENT (last-wins) ===== */
.trending-bar { display: none !important; }
.nav-search, .gr-topbar-right { display: none !important; }
.nav {
  min-height: 52px !important;
  height: 52px !important;
  padding: 0 24px !important;
  display: flex !important;
  align-items: center !important;
}
.nav-brand {
  margin-right: auto !important;
  position: static !important;
  transform: none !important;
  font-family: var(--body) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
}
.nav-right {
  display: inline-flex !important;
  align-items: center !important;
  gap: 20px !important;
  margin-left: auto !important;
}
.nav-link { font-size: 12px !important; font-weight: 500 !important; color: rgba(255,255,255,.4) !important; }
.nav-go-pro {
  font-family: var(--mono) !important;
  font-size: 10px !important;
  letter-spacing: .08em !important;
  padding: 7px 16px !important;
  border-radius: 100px !important;
}

.v4-page .section-inner { padding-left: 24px !important; padding-right: 24px !important; max-width: 720px !important; }
.s-pro-start .section-inner,
.s-pro-tldr .section-inner,
.s-pro-live .section-inner,
.s-pro-copy .section-inner,
.s-pro-conflict .section-inner,
.s-pro-consensus .section-inner,
.s-pro-conviction .section-inner,
.s-pro-mv .section-inner,
.s-pro-regime .section-inner,
.s-pro-crowded .section-inner,
.s-pro-earnings .section-inner,
.s-pro-drawdown .section-inner,
.s-pro-antip .section-inner,
.s-pro-like .section-inner,
.s-pro-rotation .section-inner,
.s-timeline .section-inner,
.s-sectors .section-inner,
.s-numbers .section-inner,
.s-picks .section-inner { max-width: 780px !important; }

.s-verdict .section-inner { min-height: 0 !important; display: block !important; text-align: center !important; padding-top: 80px !important; padding-bottom: 72px !important; }
.v4-pill { margin: 0 auto 28px !important; font-family: var(--mono) !important; font-size: 12px !important; font-weight: 500 !important; letter-spacing: .08em !important; }
.v4-name { margin: 0 auto 20px !important; line-height: .88 !important; letter-spacing: -.04em !important; font-family: var(--display) !important; font-size: clamp(64px,14vw,140px) !important; font-weight: 400 !important; }
.v4-tagline { margin: 0 auto 12px !important; font-family: var(--display) !important; font-size: clamp(18px,3vw,24px) !important; font-style: italic !important; font-weight: 400 !important; line-height: 1.3 !important; color: rgba(255,255,255,.35) !important; }
.h-meta { margin-top: 0 !important; font-family: var(--mono) !important; font-size: 12px !important; font-weight: 400 !important; line-height: 1.4 !important; letter-spacing: .06em !important; color: rgba(255,255,255,.2) !important; }

.s-cooked .section-inner { padding-top: 0 !important; padding-bottom: 64px !important; }
.s-stats .section-inner { padding-top: 64px !important; padding-bottom: 64px !important; }
.s-report .section-inner { padding-top: 64px !important; padding-bottom: 64px !important; }
.s-story .section-inner { padding-top: 72px !important; padding-bottom: 72px !important; }
.s-hot-takes .section-inner { padding-top: 64px !important; padding-bottom: 64px !important; }
.s-form .section-inner { padding-top: 72px !important; padding-bottom: 72px !important; }
.s-share .section-inner { padding-top: 64px !important; padding-bottom: 64px !important; }
.s-inverse .section-inner { padding-top: 72px !important; padding-bottom: 72px !important; }
.s-meanwhile .section-inner { padding-top: 72px !important; padding-bottom: 72px !important; }
.s-pro-start .section-inner { padding-top: 80px !important; padding-bottom: 80px !important; max-width: 640px !important; }

.s-pro-tldr .section-inner,
.s-pro-live .section-inner,
.s-pro-copy .section-inner,
.s-pro-conflict .section-inner,
.s-pro-consensus .section-inner,
.s-pro-conviction .section-inner,
.s-pro-mv .section-inner,
.s-pro-regime .section-inner,
.s-pro-crowded .section-inner,
.s-pro-earnings .section-inner,
.s-pro-drawdown .section-inner,
.s-pro-antip .section-inner,
.s-pro-like .section-inner,
.s-pro-rotation .section-inner,
.s-timeline .section-inner,
.s-sectors .section-inner,
.s-numbers .section-inner,
.s-picks .section-inner { padding-top: 56px !important; padding-bottom: 56px !important; }

.s-pro-start,
.s-pro-tldr,
.s-pro-live,
.s-pro-copy,
.s-pro-conflict,
.s-pro-consensus,
.s-pro-conviction,
.s-pro-mv,
.s-pro-regime,
.s-pro-crowded,
.s-pro-earnings,
.s-pro-drawdown,
.s-pro-antip,
.s-pro-like,
.s-pro-rotation,
.s-timeline,
.s-sectors,
.s-numbers,
.s-picks { background: #0b0b10 !important; }

.report-sub, .ht-sub { font-family: var(--body) !important; font-weight: 400 !important; font-size: 14px !important; color: #8b8b8b !important; }
.hundred-q { font-family: var(--display) !important; font-style: italic !important; font-weight: 400 !important; color: #8b8b8b !important; }

.pro-head-top { display: flex !important; align-items: center !important; gap: 10px !important; margin-bottom: 6px !important; }
.pro-head-title { font-family: var(--display) !important; font-size: 28px !important; font-weight: 400 !important; color: #fff !important; }
.pro-head-pill { margin-left: auto !important; font-family: var(--mono) !important; font-size: 9px !important; letter-spacing: .1em !important; text-transform: uppercase !important; padding: 3px 10px !important; border-radius: 100px !important; background: rgba(99,102,241,.2) !important; color: #a5b4fc !important; }
.pro-head-sub { font-family: var(--display) !important; font-size: 16px !important; font-style: italic !important; font-weight: 400 !important; color: rgba(255,255,255,.3) !important; margin-bottom: 24px !important; }
.pro-insight-box { margin-top: 16px !important; background: #1a1a22 !important; border-left: 3px solid #6366f1 !important; border-radius: 0 8px 8px 0 !important; padding: 14px 18px !important; }

.pro-copy-wrap { max-width: 560px !important; }
.pro-copy-chart { max-width: 440px !important; }
.pro-copy-legend { display: flex !important; flex-wrap: nowrap !important; gap: 16px !important; white-space: nowrap !important; }

@media (max-width: 760px) {
  .nav { padding: 0 12px !important; }
  .nav-brand { margin-right: auto !important; }
  .nav-right { gap: 12px !important; }
  .nav-link { font-size: 11px !important; }
  .nav-go-pro { padding: 7px 12px !important; }

  .v4-page .section-inner { padding-left: 20px !important; padding-right: 20px !important; }
  .s-verdict .section-inner { padding-top: 56px !important; padding-bottom: 48px !important; }
  .v4-pill { font-size: 11px !important; margin-bottom: 22px !important; }
  .v4-name { margin-bottom: 18px !important; line-height: .9 !important; }
  .v4-tagline { margin-bottom: 10px !important; }
  .h-meta { font-size: 11px !important; }

  .s-cooked .section-inner { padding-bottom: 48px !important; }
  .s-stats .section-inner,
  .s-report .section-inner,
  .s-story .section-inner,
  .s-hot-takes .section-inner,
  .s-share .section-inner { padding-top: 48px !important; padding-bottom: 48px !important; }
  .s-form .section-inner,
  .s-inverse .section-inner,
  .s-meanwhile .section-inner { padding-top: 56px !important; padding-bottom: 56px !important; }
  .s-pro-start .section-inner { padding-top: 64px !important; padding-bottom: 64px !important; }
  .s-pro-tldr .section-inner,
  .s-pro-live .section-inner,
  .s-pro-copy .section-inner,
  .s-pro-conflict .section-inner,
  .s-pro-consensus .section-inner,
  .s-pro-conviction .section-inner,
  .s-pro-mv .section-inner,
  .s-pro-regime .section-inner,
  .s-pro-crowded .section-inner,
  .s-pro-earnings .section-inner,
  .s-pro-drawdown .section-inner,
  .s-pro-antip .section-inner,
  .s-pro-like .section-inner,
  .s-pro-rotation .section-inner,
  .s-timeline .section-inner,
  .s-sectors .section-inner,
  .s-numbers .section-inner,
  .s-picks .section-inner { padding-top: 44px !important; padding-bottom: 44px !important; }

  .pro-head-title { font-size: 24px !important; }
  .pro-head-sub { font-size: 15px !important; margin-bottom: 20px !important; }
  .pro-copy-wrap, .pro-copy-chart { max-width: 100% !important; }
  .pro-copy-legend { gap: 10px !important; overflow-x: auto !important; }
  .g2, .g3 { grid-template-columns: 1fr !important; }
}

/* ===== PRO ALIGNMENT + SECTOR EDGE (final) ===== */
.pro-head,
.pro-head-top,
.pro-head-sub {
  text-align: left !important;
}

.sector-edge-grid {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.sector-edge-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sector-edge-label {
  width: 84px;
  flex-shrink: 0;
  text-align: right;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.sector-edge-track {
  flex: 1;
  height: 36px;
  background: #131318;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  overflow: hidden;
}

.sector-edge-fill {
  height: 100%;
  width: var(--bar-target, 0%);
  display: flex;
  align-items: center;
  padding-left: 14px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--bar-delay, 0ms);
}

.js-grow-bars.is-visible .sector-edge-fill {
  transform: scaleX(1);
}

.sector-edge-fill.pos {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
}

.sector-edge-fill.neg {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

.sector-edge-meta {
  width: 56px;
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  text-align: right;
}

@media (max-width: 760px) {
  .timing-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .timing-card {
    padding: 14px 8px !important;
  }

  .timing-card-val {
    font-size: 20px !important;
  }

  .timing-card-lbl {
    font-size: 10px !important;
  }

  .sector-edge-label {
    width: 70px;
    font-size: 12px;
  }

  .sector-edge-meta {
    width: 48px;
    font-size: 9px;
  }
}

/* ===== NAV SMART SEARCH FINAL OVERRIDE ===== */
.nav-search {
  display: flex !important;
  position: relative;
  flex: 1 1 340px;
  max-width: 360px;
  margin: 0 18px;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 10px !important;
  padding: 8px 14px !important;
  gap: 8px;
}

.nav-search input {
  width: 100%;
}

.nav-search-preview {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #16131a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  z-index: 120;
}

.nav-search-preview.visible {
  display: block;
}

.nav-search-item {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  color: #fff;
  padding: 11px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-search-item:last-child {
  border-bottom: none;
}

.nav-search-item:hover,
.nav-search-item:focus {
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.nav-search-item-name {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-search-item-meta {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.55);
  flex-shrink: 0;
}

.nav-search-item-cta .nav-search-item-name {
  font-weight: 600;
}

button.hp-preview-item {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

@media (max-width: 1080px) {
  .nav-search {
    max-width: 280px;
    margin: 0 12px;
  }
}

@media (max-width: 760px) {
  .nav-search {
    display: none !important;
  }

  .nav {
    justify-content: flex-start !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .nav-brand {
    margin-right: auto !important;
  }

  .nav-right {
    margin-left: auto !important;
    display: inline-flex !important;
    gap: 12px !important;
  }
}

/* ===== Copy Trade Simulator (spec-accurate module) ===== */
.s-pro-copy .sim-container {
  max-width: 780px;
  margin: 0 auto;
  padding: 0;
}

.s-pro-copy .sim-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.s-pro-copy .sim-header .pi {
  font-size: 22px;
}

.s-pro-copy .sim-header h3 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.s-pro-copy .sim-header .pp {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  background: rgba(99, 102, 241, 0.2);
  color: #a5b4fc;
  margin-left: auto;
  flex-shrink: 0;
}

.s-pro-copy .sim-sub {
  font-family: var(--display);
  font-size: 16px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 28px;
}

.s-pro-copy .sim-controls {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.s-pro-copy .control-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.s-pro-copy .control-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
}

.s-pro-copy .capital-row {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}

.s-pro-copy .cap-btn {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.15s;
}

.s-pro-copy .cap-btn:hover {
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.s-pro-copy .cap-btn.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.s-pro-copy .cap-input {
  font-family: var(--mono);
  font-size: 12px;
  width: 90px;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #131318;
  color: #fff;
  outline: none;
  transition: border-color 0.15s;
}

.s-pro-copy .cap-input:focus {
  border-color: var(--brand);
}

.s-pro-copy .cap-input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.s-pro-copy .exit-row {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
}

.s-pro-copy .exit-btn {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.15s;
  margin-left: -1px;
}

.s-pro-copy .exit-btn:first-child {
  border-radius: 6px 0 0 6px;
  margin-left: 0;
}

.s-pro-copy .exit-btn:last-child {
  border-radius: 0 6px 6px 0;
}

.s-pro-copy .exit-btn:hover {
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  z-index: 1;
}

.s-pro-copy .exit-btn.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  z-index: 2;
}

.s-pro-copy .sector-row {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.s-pro-copy .sec-btn {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all 0.15s;
}

.s-pro-copy .sec-btn:hover {
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.s-pro-copy .sec-btn.active {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.s-pro-copy .sim-readout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.s-pro-copy .readout-card {
  background: #131318;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.s-pro-copy .readout-card.figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--brand);
}

.s-pro-copy .readout-card.sp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
}

.s-pro-copy .readout-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 12px;
}

.s-pro-copy .readout-value {
  font-family: var(--display);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s;
}

.s-pro-copy .readout-card.figure .readout-value {
  color: var(--brand-light);
}

.s-pro-copy .readout-card.figure .readout-value.beating {
  color: #22c55e;
}

.s-pro-copy .readout-card.figure .readout-value.trailing {
  color: #ef4444;
}

.s-pro-copy .readout-return {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
}

.s-pro-copy .readout-return.pos {
  color: #22c55e;
}

.s-pro-copy .readout-return.neg {
  color: #ef4444;
}

.s-pro-copy .readout-return.muted {
  color: rgba(255, 255, 255, 0.25);
}

.s-pro-copy .sim-delta {
  text-align: center;
  margin-bottom: 24px;
  padding: 14px 20px;
  border-radius: 8px;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: all 0.3s;
}

.s-pro-copy .sim-delta.beating {
  background: rgba(34, 197, 94, 0.08);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.12);
}

.s-pro-copy .sim-delta.trailing {
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.12);
}

.s-pro-copy .sim-chart-wrap {
  background: #131318;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 12px;
  position: relative;
}

.s-pro-copy .sim-chart-wrap canvas {
  width: 100% !important;
  display: block;
}

.s-pro-copy .chart-tooltip {
  display: none;
  position: absolute;
  background: #1a1a22;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 10px 14px;
  pointer-events: none;
  z-index: 10;
  min-width: 160px;
}

.s-pro-copy .chart-tooltip .tt-date {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 6px;
}

.s-pro-copy .chart-tooltip .tt-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
  font-size: 12px;
}

.s-pro-copy .chart-tooltip .tt-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.s-pro-copy .chart-tooltip .tt-val {
  font-family: var(--mono);
  font-weight: 500;
  margin-left: auto;
}

.s-pro-copy .sim-legend {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 16px;
}

.s-pro-copy .sim-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}

.s-pro-copy .sim-legend-item .sw {
  width: 16px;
  height: 3px;
  border-radius: 2px;
}

.s-pro-copy .sim-picks-used {
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-bottom: 16px;
}

.s-pro-copy .pro-insight {
  background: #1a1a22;
  border-left: 3px solid var(--brand);
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.s-pro-copy .pro-insight strong {
  color: #fff;
}

@media (max-width: 767px) {
  .s-pro-copy .sim-container {
    padding: 0;
  }

  .s-pro-copy .sim-header h3 {
    font-size: 24px;
  }

  .s-pro-copy .sim-controls {
    gap: 12px;
    margin-bottom: 20px;
  }

  .s-pro-copy .control-group {
    width: 100%;
  }

  .s-pro-copy .cap-btn {
    padding: 6px 10px;
    font-size: 10px;
  }

  .s-pro-copy .exit-row {
    flex-wrap: wrap;
  }

  .s-pro-copy .exit-btn {
    padding: 6px 12px;
    font-size: 10px;
    flex: 1;
    text-align: center;
  }

  .s-pro-copy .sim-readout {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .s-pro-copy .readout-card {
    padding: 18px 14px;
  }

  .s-pro-copy .readout-value {
    font-size: 28px;
  }

  .s-pro-copy .readout-return {
    font-size: 12px;
  }

  .s-pro-copy .sim-delta {
    font-size: 12px;
    padding: 12px 16px;
    margin-bottom: 20px;
  }

  .s-pro-copy .sim-sub {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .s-pro-copy .chart-tooltip {
    display: none !important;
  }
}

/* Pro start mobile card lock */
@media (max-width: 760px) {
  .s-pro-start .pro-start-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .s-pro-start .pro-start-card {
    aspect-ratio: 1 / 1;
    padding: 10px 8px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }

  .s-pro-start .pro-start-card .i {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .s-pro-start .pro-start-card .n {
    font-size: 8px;
    margin-bottom: 5px;
  }

  .s-pro-start .pro-start-card .b {
    font-size: 10px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* ===== PRO SUBNAV (spec lock) ===== */
.pro-subnav-wrap {
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  z-index: 99;
}

.pro-subnav {
  background: #0b0b10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
}

.pro-subnav.visible {
  max-height: 50px;
  opacity: 1;
  pointer-events: all;
  overflow: visible;
}

.pro-subnav-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 24px;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
}

.pro-subnav-inner::-webkit-scrollbar {
  display: none;
}

.pro-subnav-inner.drag-scroll-enabled {
  cursor: grab;
}

.pro-subnav-inner.drag-scroll-enabled.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.pro-subnav-badge {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a5b4fc;
  background: rgba(99, 102, 241, 0.2);
  border-radius: 100px;
  padding: 4px 10px;
  margin-right: 4px;
  flex-shrink: 0;
}

.pro-subnav-pills {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pro-subnav-pill {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  flex-shrink: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 5px 12px;
  transition: all 0.2s ease;
}

.pro-subnav-pill:hover {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.06);
}

.pro-subnav-pill.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.pro-subnav-pill.active::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a5b4fc;
  flex-shrink: 0;
}

.pro-subnav-wrap::before,
.pro-subnav-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.pro-subnav-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #0b0b10, transparent);
}

.pro-subnav-wrap::after {
  right: 0;
  background: linear-gradient(-90deg, #0b0b10, transparent);
}

.pro-subnav-wrap.scrolled-left::before {
  opacity: 1;
}

.pro-subnav-wrap.scrolled-right::after {
  opacity: 1;
}

.pro-subnav-wrap[aria-hidden="true"]::before,
.pro-subnav-wrap[aria-hidden="true"]::after {
  opacity: 0 !important;
}

.ps {
  scroll-margin-top: 100px;
}

@media (max-width: 767px) {
  .pro-subnav-inner {
    height: 40px;
    padding: 0 16px;
    gap: 4px;
  }

  .pro-subnav-pills {
    gap: 4px;
  }

  .pro-subnav-pill {
    font-size: 9px;
    padding: 4px 10px;
  }

  .pro-subnav-badge {
    font-size: 8px;
    padding: 3px 8px;
  }

  .ps {
    scroll-margin-top: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pro-subnav {
    transition: none;
  }
}

/* ===== HOMEPAGE V2 (spec-aligned) ===== */
.hp-root {
  background: var(--cream);
}

.hp-root.hidden {
  display: none !important;
}

.hp2-empty {
  border-radius: 12px;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  padding: 16px 14px;
  text-align: center;
  font-size: 13px;
  color: var(--text-light);
}

.hp2-tape {
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
  overflow: hidden;
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.hp2-tape.hidden {
  display: none !important;
}

.hp2-tape::before,
.hp2-tape::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  z-index: 2;
  pointer-events: none;
}

.hp2-tape::before {
  left: 0;
  background: linear-gradient(90deg, var(--ink), transparent);
}

.hp2-tape::after {
  right: 0;
  background: linear-gradient(-90deg, var(--ink), transparent);
}

.hp2-tape-track {
  display: flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
  width: max-content;
  animation: hp2-tape-scroll 60s linear infinite;
}

.hp2-tape:hover .hp2-tape-track {
  animation-play-state: paused;
}

@keyframes hp2-tape-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hp2-tape-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.35);
}

.hp2-tape-item:hover {
  color: rgba(255, 255, 255, 0.72);
}

.hp2-tape-name {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.hp2-badge {
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 2px 5px;
  border-radius: 3px;
}

.hp2-badge.buy {
  background: rgba(34, 197, 94, 0.15);
  color: var(--green);
}

.hp2-badge.sell {
  background: rgba(239, 68, 68, 0.15);
  color: var(--red);
}

.hp2-tape-ticker {
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
}

.hp2-tape-return {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.28);
}

.hp2-tape-return.pos {
  color: var(--green);
}

.hp2-tape-return.neg {
  color: var(--red);
}

.hp2-tape-age {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.15);
}

.hp2-hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: 80px 24px 72px;
}

.hp2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 50% 80%, rgba(99, 102, 241, 0.1), transparent 60%),
    radial-gradient(ellipse 40% 30% at 20% 20%, rgba(34, 197, 94, 0.05), transparent 50%),
    radial-gradient(ellipse 40% 30% at 80% 30%, rgba(239, 68, 68, 0.04), transparent 50%);
  pointer-events: none;
}

.hp2-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.hp2-hero-title {
  font-family: var(--display);
  font-size: clamp(40px, 8vw, 72px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.hp2-hero-title em {
  color: var(--brand-light);
  font-style: italic;
}

.hp2-hero-sub {
  max-width: 500px;
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
}

.hp2-hero-stat {
  margin-bottom: 28px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.25);
}

.hp2-hero-stat strong {
  color: var(--brand-light);
  font-weight: 400;
}

.hp2-hero-search-wrap {
  position: relative;
  z-index: 2;
  max-width: 480px;
  margin: 0 auto 24px;
}

.hp2-hero-search {
  display: flex;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease;
}

.hp2-hero-search:focus-within {
  border-color: var(--brand);
}

.hp2-hero-input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  padding: 16px 24px;
  font-family: var(--body);
  font-size: 15px;
}

.hp2-hero-input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.hp2-hero-btn {
  border: 0;
  cursor: pointer;
  background: var(--brand);
  color: #fff;
  padding: 16px 28px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: background 0.2s ease;
}

.hp2-hero-btn:hover {
  background: var(--brand-dark);
}

.hp2-hero-trending {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

.hp2-hero-trending-label {
  margin-right: 4px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.15);
}

.hp2-hero-pill {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  padding: 4px 14px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
  font-weight: 500;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hp2-hero-pill:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}

.hp2-lb-section {
  background: var(--cream);
  padding: 72px 24px;
}

.hp2-lb-inner {
  max-width: 820px;
  margin: 0 auto;
}

.hp2-lb-title {
  margin-bottom: 6px;
  text-align: center;
  font-family: var(--display);
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 400;
}

.hp2-lb-sub {
  margin-bottom: 40px;
  text-align: center;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: var(--text-light);
}

.hp2-lb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.hp2-lb-col {
  border-radius: 16px;
  padding: 28px 24px;
}

.hp2-lb-col.beating {
  background: #f0fdf4;
  border: 1px solid rgba(34, 197, 94, 0.1);
}

.hp2-lb-col.trailing {
  background: #fef2f2;
  border: 1px solid rgba(239, 68, 68, 0.1);
}

.hp2-lb-col-label {
  margin-bottom: 20px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hp2-lb-col.beating .hp2-lb-col-label {
  color: #15803d;
}

.hp2-lb-col.trailing .hp2-lb-col-label {
  color: #ef4444;
}

.hp2-lb-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  text-decoration: none;
}

.hp2-lb-row:last-child {
  border-bottom: none;
}

.hp2-lb-rank {
  width: 20px;
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--text-light);
}

.hp2-lb-name {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
}

.hp2-lb-row:hover .hp2-lb-name {
  color: var(--brand);
}

.hp2-lb-picks {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--text-light);
}

.hp2-lb-ret {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 700;
}

.hp2-lb-ret.pos {
  color: #15803d;
}

.hp2-lb-ret.neg {
  color: #ef4444;
}

.hp2-poster {
  position: relative;
  overflow: hidden;
  background: var(--brand);
  text-align: center;
  color: #fff;
  padding: 80px 24px;
}

.hp2-poster::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 60%);
  pointer-events: none;
}

.hp2-poster::after {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1), transparent 60%);
  pointer-events: none;
}

.hp2-poster-inner {
  position: relative;
  z-index: 1;
}

.hp2-poster-big {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: clamp(64px, 14vw, 140px);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.hp2-poster-hl {
  max-width: 560px;
  margin: 0 auto 12px;
  font-family: var(--display);
  font-size: clamp(22px, 3.5vw, 32px);
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
}

.hp2-poster-sub {
  max-width: 480px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
}

.hp2-moves {
  background: var(--ink);
  color: #fff;
  padding: 72px 24px;
}

.hp2-moves-inner {
  max-width: 820px;
  margin: 0 auto;
}

.hp2-moves-title {
  margin-bottom: 6px;
  text-align: center;
  font-family: var(--display);
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 400;
}

.hp2-moves-sub {
  margin-bottom: 40px;
  text-align: center;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.3);
}

.hp2-moves-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hp2-move-card {
  text-decoration: none;
  text-align: center;
  border-radius: 16px;
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.hp2-move-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
}

.hp2-move-name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.hp2-move-meta {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.hp2-move-tick {
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.hp2-move-ret {
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: clamp(36px, 6vw, 56px);
  line-height: 1;
}

.hp2-move-ret.pos {
  color: var(--green);
}

.hp2-move-ret.neg {
  color: var(--red);
}

.hp2-move-age {
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.2);
}

.hp2-hotcold {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 50vh;
}

.hp2-hot-half,
.hp2-cold-half {
  padding: 56px 32px;
}

.hp2-hot-half {
  background: linear-gradient(160deg, #fef9c3, #fde68a 60%, #fbbf24);
}

.hp2-cold-half {
  background: linear-gradient(160deg, #dbeafe, #93c5fd 60%, #60a5fa);
}

.hp2-hc-label {
  margin-bottom: 24px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hp2-hot-half .hp2-hc-label {
  color: rgba(0, 0, 0, 0.4);
}

.hp2-cold-half .hp2-hc-label {
  color: rgba(0, 0, 0, 0.35);
}

.hp2-hc-card {
  display: block;
  text-decoration: none;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease;
}

.hp2-hc-card:hover {
  transform: translateY(-2px);
}

.hp2-hc-name {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}

.hp2-hc-line {
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
}

.hp2-hc-dots {
  display: flex;
  gap: 4px;
  margin-top: 8px;
}

.hp2-hc-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.hp2-hc-dot.g {
  background: #15803d;
  opacity: 0.7;
}

.hp2-hc-dot.r {
  background: #ef4444;
  opacity: 0.7;
}

.hp2-conflicts {
  background: var(--ink);
  color: #fff;
  padding: 72px 24px;
}

.hp2-conflicts-inner {
  max-width: 720px;
  margin: 0 auto;
}

.hp2-conflicts-title {
  margin-bottom: 6px;
  text-align: center;
  font-family: var(--display);
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 400;
}

.hp2-conflicts-sub {
  margin-bottom: 36px;
  text-align: center;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.3);
}

.hp2-conflict-card {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(99, 102, 241, 0.06), rgba(255, 255, 255, 0.03));
  padding: 28px 24px;
  margin-bottom: 12px;
  transition: border-color 0.2s ease;
}

.hp2-conflict-card:hover {
  border-color: rgba(99, 102, 241, 0.2);
}

.hp2-cf-icon {
  font-size: 32px;
  flex-shrink: 0;
}

.hp2-cf-body {
  flex: 1;
}

.hp2-cf-headline {
  margin-bottom: 6px;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}

.hp2-cf-vs {
  color: var(--brand-light);
  font-weight: 700;
  text-decoration: none;
}

.hp2-cf-vs:hover {
  color: #fff;
}

.hp2-cf-detail {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.35);
}

.hp2-cf-ret {
  font-family: var(--mono);
  font-weight: 500;
}

.hp2-cf-ret.pos {
  color: var(--green);
}

.hp2-cf-ret.neg {
  color: var(--red);
}

.hp2-cf-ticker {
  flex-shrink: 0;
  border-radius: 6px;
  padding: 4px 10px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--brand-light);
  background: rgba(99, 102, 241, 0.2);
}

.hp2-feed {
  background: var(--cream);
  padding: 72px 24px;
}

.hp2-feed-inner {
  max-width: 720px;
  margin: 0 auto;
}

.hp2-feed-title {
  margin-bottom: 6px;
  text-align: center;
  font-family: var(--display);
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 400;
  color: var(--text);
}

.hp2-feed-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 999px;
  background: var(--brand);
  animation: hp2-pulse 2s infinite;
}

@keyframes hp2-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.5);
  }
}

.hp2-feed-sub {
  margin-bottom: 36px;
  text-align: center;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: var(--text-light);
}

.hp2-feed-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
}

.hp2-feed-row:last-child {
  border-bottom: none;
}

.hp2-feed-row:hover {
  background: rgba(0, 0, 0, 0.01);
}

.hp2-feed-name {
  width: 120px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}

.hp2-feed-ticker {
  width: 50px;
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
}

.hp2-feed-headline {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: var(--text-mid);
}

.hp2-feed-age {
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--text-light);
}

.hp2-email {
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: 72px 24px;
}

.hp2-email-title {
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 400;
}

.hp2-email-sub {
  max-width: 460px;
  margin: 0 auto 28px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.35);
}

.hp2-email-form-wrap {
  max-width: 440px;
  margin: 0 auto;
}

.hp2-email-form {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 12px;
}

.hp2-email-input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-family: var(--body);
  font-size: 14px;
}

.hp2-email-input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.hp2-email-btn {
  border: 0;
  cursor: pointer;
  padding: 14px 28px;
  background: var(--brand);
  color: #fff;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hp2-email-btn:hover {
  background: var(--brand-dark);
}

.hp2-email-note {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.15);
}

.hp2-email-ok {
  display: none;
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 11px;
  color: #22c55e;
}

.hp2-email-ok.is-visible {
  display: block;
}

.hp2-closer {
  background: var(--cream);
  text-align: center;
  padding: 80px 24px;
}

.hp2-closer-title {
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 400;
  color: var(--text);
}

.hp2-closer-sub {
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: 16px;
  font-style: italic;
  color: var(--text-light);
}

.hp2-closer-search {
  display: flex;
  max-width: 440px;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.hp2-closer-input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  padding: 14px 20px;
  font-family: var(--body);
  font-size: 15px;
}

.hp2-closer-input::placeholder {
  color: var(--text-light);
}

.hp2-closer-btn {
  border: 0;
  cursor: pointer;
  padding: 14px 24px;
  background: var(--ink);
  color: #fff;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  transition: background 0.2s ease;
}

.hp2-closer-btn:hover {
  background: var(--brand);
}

.hp2-footer {
  background: var(--ink);
  padding: 40px 24px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.hp2-footer-disc {
  max-width: 540px;
  margin: 0 auto 12px;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.15);
}

.hp2-footer-links {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.2);
}

.hp2-footer-links a {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.hp2-footer-links a:hover {
  color: var(--brand-light);
}

/* Homepage nav alignment to match V2 spec */
.nav-search {
  width: 240px !important;
  max-width: 240px !important;
  flex: 0 0 240px !important;
  margin: 0 16px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  padding: 6px 14px !important;
  gap: 6px !important;
}

.nav-search:focus-within {
  border-color: var(--brand) !important;
}

.nav-search input {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.nav-search input::placeholder {
  color: rgba(255, 255, 255, 0.2) !important;
}

.nav-search svg {
  width: 12px;
  height: 12px;
  opacity: 0.2 !important;
}

.nav-right {
  gap: 20px !important;
}

@media (max-width: 1080px) {
  .nav-search {
    width: 200px !important;
    max-width: 200px !important;
    flex-basis: 200px !important;
    margin: 0 10px !important;
  }
}

@media (max-width: 767px) {
  .hp2-hero {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .hp2-hero-sub {
    font-size: 15px;
  }

  .hp2-hero-stat {
    font-size: 11px;
  }

  .hp2-lb-section,
  .hp2-moves,
  .hp2-conflicts,
  .hp2-feed,
  .hp2-email {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .hp2-lb-sub,
  .hp2-moves-sub {
    margin-bottom: 28px;
    font-size: 14px;
  }

  .hp2-lb-grid {
    grid-template-columns: 1fr;
  }

  .hp2-lb-col {
    padding: 24px 20px;
  }

  .hp2-poster {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hp2-poster-sub {
    font-size: 14px;
  }

  .hp2-moves-grid {
    grid-template-columns: 1fr;
  }

  .hp2-move-card {
    padding: 24px 20px;
  }

  .hp2-hotcold {
    grid-template-columns: 1fr;
  }

  .hp2-hot-half,
  .hp2-cold-half {
    padding: 48px 24px;
  }

  .hp2-conflict-card {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .hp2-cf-icon {
    font-size: 28px;
  }

  .hp2-feed-headline {
    display: none;
  }

  .hp2-feed-name {
    width: 100px;
    font-size: 13px;
  }

  .hp2-email-form {
    flex-direction: column;
    border-radius: 14px;
  }

  .hp2-email-btn {
    width: 100%;
  }

  .hp2-closer {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .nav-search {
    display: none !important;
  }
}

/* ===== PRO GATE REVISION (2026-03-08) ===== */
.s-pro-cta {
  background: linear-gradient(180deg, #0f0f0f, #0d0d16) !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}

.s-pro-cta::before {
  content: none !important;
}

.s-pro-cta .gate {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  padding: 80px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.s-pro-cta .gate::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.15), transparent 55%);
  pointer-events: none;
}

.s-pro-cta .gate-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.g-bar {
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: #6366f1;
  margin: 0 auto 20px;
}

.g-eye {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a5b4fc;
  margin-bottom: 20px;
}

.g-hl {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
}

.g-hl em {
  font-style: italic;
  color: #a5b4fc;
}

.g-sub {
  margin: 0 auto 36px;
  max-width: 500px;
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.4);
}

.g-previews {
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  text-align: left;
}

.g-preview {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 18px 14px;
}

.gpi {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
}

.gpn {
  margin-bottom: 6px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
}

.gpb {
  font-family: var(--body);
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.35);
  filter: blur(4px);
  user-select: none;
}

.g-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 44px;
  transition: all 0.25s;
}

.g-cta.primary {
  background: #6366f1;
  color: #fff;
}

.g-cta.primary:hover {
  background: #a5b4fc;
  transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(99, 102, 241, 0.4);
}

.g-cta.ghost {
  margin-top: 12px;
  padding: 12px 28px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
}

.g-cta.ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.g-cta.g-cta-large {
  font-size: 15px;
  padding: 18px 48px;
  margin-top: 18px;
}

.g-views {
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
}

.g-views.warning {
  color: rgba(245, 158, 11, 0.85);
}

.g-or {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.2);
}

.plan-toggle {
  margin-top: 12px;
  margin-bottom: 0;
  display: inline-flex;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.plan-btn {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  padding: 8px 20px;
  transition: all 0.15s;
}

.plan-btn.active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.plan-btn .plan-save {
  margin-left: 4px;
  font-size: 9px;
  color: #22c55e;
}

.g-price {
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}

.g-price strong {
  color: rgba(255, 255, 255, 0.66);
}

.g-price .strike {
  text-decoration: line-through;
  opacity: 0.45;
}

.g-price .launch {
  color: #a5b4fc;
}

.g-annual {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
}

.g-annual strong {
  color: rgba(255, 255, 255, 0.5);
}

.g-annual .save {
  color: #22c55e;
}

.g-perks {
  margin-top: 8px;
  font-family: var(--body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.25);
}

.g-viewed {
  margin: 24px auto 0;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.g-viewed-card {
  flex: 1;
  min-width: 140px;
  text-decoration: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 14px 18px;
}

.gvc-name {
  margin-bottom: 4px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.gvc-verdict {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.35);
}

.gvc-verdict.trailing {
  color: #ef4444;
}

.gvc-verdict.beating {
  color: #22c55e;
}

.g-reset {
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
}

.g-signedin {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 640px) {
  .s-pro-cta .gate {
    min-height: auto;
    padding: 64px 24px;
  }

  .g-previews {
    grid-template-columns: 1fr;
  }

  .g-cta {
    font-size: 13px;
    padding: 14px 36px;
  }

  .g-cta.ghost {
    font-size: 12px;
    padding: 12px 24px;
  }

  .g-viewed {
    flex-direction: column;
  }
}

/* ===== ALL PICKS CONTRAST FIX (dark section + light hover/card surfaces) ===== */
.s-picks .pro-list-row:hover,
.s-picks .pro-list-row.expanded {
  background: #f5f5f4;
}

.s-picks .pro-list-row:hover .pro-list-ticker,
.s-picks .pro-list-row.expanded .pro-list-ticker,
.s-picks .pro-list-row:hover .pro-list-date,
.s-picks .pro-list-row.expanded .pro-list-date,
.s-picks .pro-list-row:hover .pro-list-row-headline,
.s-picks .pro-list-row.expanded .pro-list-row-headline,
.s-picks .pro-list-row:hover .pro-list-chevron,
.s-picks .pro-list-row.expanded .pro-list-chevron {
  color: #292524;
}

.s-picks .pro-list-expanded-content {
  color: #1c1917;
}

.s-picks .pro-list-meta-ticker {
  color: #0f172a;
}

/* ===== PROFILE ENDCAP: PUNCHLINE + WHO'S NEXT ===== */
.s-final-punchline {
  background: #faf7f2;
  border-top: 1px solid #ece7df;
}

.s-final-punchline .section-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 62px 24px;
}

.final-punchline-emoji {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 12px;
}

.final-punchline-text {
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #111114;
}

.s-bottom {
  background: #0b0b10 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.s-bottom .section-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  padding: 64px 24px 56px;
}

.s-bottom .who-next-title {
  font-family: var(--display);
  font-size: clamp(48px, 7vw, 64px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 22px;
}

.s-bottom .who-next-search {
  margin: 0 auto;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0;
  display: flex;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
}

.s-bottom .who-next-search input {
  height: 46px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--body);
  font-size: 15px;
  outline: none;
}

.s-bottom .who-next-search input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.s-bottom .who-next-search button {
  height: 46px;
  min-width: 64px;
  border: 0;
  border-radius: 0;
  background: #6366f1;
  color: #ffffff;
  padding: 0 18px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.s-bottom .footer-text-v4 {
  max-width: 520px;
  margin: 28px auto 16px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.2);
}

.s-bottom .footer-links-v4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.s-bottom .footer-links-v4 a {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.26);
  text-decoration: none;
}

.s-bottom .footer-links-v4 a:hover {
  color: rgba(255, 255, 255, 0.56);
}

.s-bottom .footer-sep-v4 {
  color: rgba(255, 255, 255, 0.2);
  font-size: 11px;
}

.s-bottom .footer-report-v4,
.s-receipt-footer {
  display: none !important;
}

@media (max-width: 760px) {
  .s-final-punchline .section-inner {
    padding: 48px 20px;
  }

  .final-punchline-emoji {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .final-punchline-text {
    font-size: clamp(28px, 10vw, 40px);
  }

  .s-bottom .section-inner {
    padding: 52px 20px 44px;
  }

  .s-bottom .who-next-title {
    margin-bottom: 18px;
    font-size: clamp(42px, 12vw, 56px);
  }

  .s-bottom .who-next-search {
    max-width: 100%;
  }

  .s-bottom .who-next-search input {
    height: 44px;
    font-size: 14px;
    padding: 0 14px;
  }

  .s-bottom .who-next-search button {
    height: 44px;
    min-width: 62px;
    font-size: 11px;
  }

  .s-bottom .footer-text-v4 {
    margin-top: 24px;
    font-size: 12px;
  }

  .s-bottom .footer-links-v4 a {
    font-size: 11px;
  }
}

/* SEO semantic additions */
.v4-h1 {
  margin: 0;
  padding: 0;
  display: block;
}

.v4-h1-tagline {
  display: block;
  margin-top: 6px;
  font-family: var(--sans);
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 500;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.82);
}

.bw-title {
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
}

.pro-list-ticker a {
  color: inherit;
  text-decoration: none;
}

.pro-list-ticker a:hover {
  text-decoration: underline;
}

.pro-list-h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.pro-loading {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 18px;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.02);
  font-size: 13px;
  line-height: 1.5;
}

.g-cta:disabled,
.g-cta.is-loading {
  cursor: wait;
  opacity: 0.78;
  transform: none !important;
  box-shadow: none !important;
}

.v4-h1 {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  line-height: 1 !important;
}

.v4-name {
  display: block !important;
  margin: 0 !important;
  max-width: min(100%, 18ch);
  white-space: normal !important;
  overflow-wrap: anywhere;
  text-wrap: balance;
  line-height: 0.98 !important;
}

.v4-h1-tagline {
  margin-top: 0 !important;
  max-width: min(100%, 32ch);
  line-height: 1.2;
  text-wrap: balance;
  font-family: var(--body) !important;
}

.scoreboard {
  width: 100%;
  max-width: 100%;
  column-gap: clamp(12px, 3vw, 36px);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  justify-items: center;
}

.score-col {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.score-val {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(30px, 6.6vw, 74px) !important;
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.score-vs {
  align-self: start;
  margin-top: 22px;
  justify-self: center;
  z-index: 2;
}

.bw-title {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px 24px 18px;
  line-height: 1.15;
}

@media (max-width: 760px) {
  .v4-h1 {
    gap: 10px;
  }

  .v4-name {
    font-size: clamp(42px, 13vw, 78px) !important;
    line-height: 0.95 !important;
  }

  .v4-h1-tagline {
    font-size: clamp(14px, 4.6vw, 20px);
  }

  .scoreboard {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
  }

  .score-val {
    font-size: clamp(28px, 12vw, 48px) !important;
  }

  .bw-title {
    padding: 22px 18px 14px;
    font-size: clamp(24px, 8vw, 34px);
  }
}

.section-share-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.section-share-btn {
  min-width: 132px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #292524;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(41, 37, 36, 0.22);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease, opacity 0.16s ease;
}

.section-share-btn.x {
  color: #111827;
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(17, 24, 39, 0.25);
}

.section-share-btn.x:hover,
.section-share-btn.x.copied {
  background: #111827;
  border-color: #111827;
  color: #ffffff;
}

.section-share-btn.ig {
  color: #111827;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(17, 24, 39, 0.2);
}

.section-share-btn.ig:hover,
.section-share-btn.ig.copied {
  color: #111827;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(17, 24, 39, 0.32);
}

.s-form .section-share-btn,
.s-bw .section-share-btn {
  color: #f5f5f5 !important;
  background: rgba(0, 0, 0, 0.24) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
}

.s-form .section-share-btn:hover,
.s-form .section-share-btn.copied,
.s-bw .section-share-btn:hover,
.s-bw .section-share-btn.copied {
  color: #0c0a09 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.s-form.streak-cooling .section-share-btn {
  color: #111827 !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: rgba(17, 24, 39, 0.2) !important;
}

.s-form.streak-cooling .section-share-btn:hover,
.s-form.streak-cooling .section-share-btn.copied {
  color: #ffffff !important;
  background: #111827 !important;
  border-color: #111827 !important;
}

.bw-share-btn {
  margin-top: 18px;
}

.share-btns {
  justify-content: center;
}

.share-btns .sb.w {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
}

.share-btns .sb.w:hover {
  background: rgba(255, 255, 255, 0.26);
  border-color: rgba(255, 255, 255, 0.6);
}

.scoreboard {
  align-items: end;
  column-gap: clamp(20px, 4vw, 64px);
}

.score-val {
  font-size: clamp(36px, 6.1vw, 84px) !important;
  line-height: 0.96;
}

.score-val.sp {
  font-size: clamp(32px, 5.4vw, 76px) !important;
}

.score-vs {
  align-self: center;
  margin-top: 0;
  font-size: clamp(12px, 1.3vw, 16px);
}

.v4-h1 {
  gap: 22px;
}

.v4-name {
  line-height: 1 !important;
}

.v4-h1-tagline {
  margin-top: 2px !important;
}

@media (max-width: 760px) {
  .scoreboard {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
  }

  .score-vs {
    display: none;
  }

  .score-val {
    font-size: clamp(25px, 9.8vw, 42px) !important;
    line-height: 0.98;
  }

  .score-val.sp {
    font-size: clamp(23px, 8.6vw, 38px) !important;
  }

  .v4-h1 {
    gap: 12px;
  }
}
