:root {
  --bg: #f5f6f2;
  --bg-2: #e8edf0;
  --surface: #ffffff;
  --surface-2: #f6f7f2;
  --text: #151d22;
  --text-2: #334155;
  --muted: #64748b;
  --line: #d9ded7;
  --line-strong: #c5ccc4;
  --blue: #123f6d;
  --blue-2: #e6eef8;
  --green: #0f7a45;
  --green-2: #e7f6ee;
  --red: #b42318;
  --red-2: #fff0ed;
  --amber: #9b6a18;
  --amber-2: #fff6da;
  --teal: #0f766e;
  --ink: #101820;
  --sidebar: #fbfaf4;
  --sidebar-2: #eef3f0;
  --shadow: 0 22px 60px rgba(16, 24, 32, 0.11);
  --shadow-soft: 0 10px 28px rgba(16, 24, 32, 0.07);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(243, 245, 248, 0) 260px),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button,
input,
select {
  font: inherit;
}

.app-shell {
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 20px 14px;
  background: linear-gradient(180deg, var(--sidebar), var(--sidebar-2));
  color: #f8fafc;
}

.brand,
.mobile-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-weight: 800;
}

.brand {
  min-height: 44px;
  padding: 0 8px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.brand:hover,
.mobile-brand:hover {
  text-decoration: none;
}

.guru-logo-mark {
  display: block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  overflow: hidden;
  border: 1px solid rgba(244, 201, 93, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, #101820 0%, #152720 62%, #293728 100%);
  box-shadow: 0 12px 28px rgba(16, 24, 32, 0.18);
}

.guru-logo-bg {
  fill: transparent;
}

.guru-logo-halo {
  fill: rgba(61, 214, 178, 0.16);
}

.guru-logo-number {
  fill: #f8fafc;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
  paint-order: stroke;
  stroke: rgba(16, 24, 32, 0.7);
  stroke-width: 1.4px;
}

.guru-logo-trend,
.guru-logo-arrow {
  fill: none;
  stroke: #3dd6b2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.7;
}

.guru-logo-trend {
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.22));
}

.guru-logo-arrow {
  stroke: #f4c95d;
}

.guru-logo-wordmark {
  display: inline-flex;
  min-width: 0;
  align-items: baseline;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.guru-logo-wordmark strong,
.guru-logo-wordmark span {
  display: inline-block;
  min-width: 0;
}

.guru-logo-wordmark strong {
  color: currentColor;
}

.guru-logo-wordmark span {
  color: var(--teal);
}

.brand-mark,
.avatar,
.ticker-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: var(--radius);
  background: #dbeafe;
  color: #1e3a8a;
  font-weight: 850;
}

.brand-mark {
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #0f766e);
  font-size: 12px;
}

.nav {
  display: grid;
  gap: 5px;
  margin-top: 18px;
}

.nav a,
.mobile-nav a {
  display: flex;
  align-items: center;
  min-height: 38px;
  border-radius: var(--radius);
  font-weight: 720;
  white-space: nowrap;
}

.nav a {
  padding: 0 12px;
  color: #cbd5e1;
}

.nav-pro-link {
  gap: 6px;
}

.nav-pro-link em {
  position: relative;
  top: -7px;
  min-width: 24px;
  padding: 1px 5px;
  border-radius: 999px;
  background: #f4c95d;
  color: #17201f;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.pro-title,
.pro-kicker {
  display: inline-flex;
  max-width: 100%;
  align-items: flex-start;
  gap: 8px;
  margin-right: 8px;
  vertical-align: baseline;
}

.inline-pro-badge {
  position: relative;
  top: -0.52em;
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 6px;
  border: 1px solid rgba(155, 106, 24, 0.28);
  border-radius: 999px;
  background: var(--amber-2);
  color: #744605;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.pro-kicker {
  align-items: center;
  gap: 6px;
}

.pro-kicker .inline-pro-badge {
  top: -3px;
}

.nav a.active,
.nav a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
}

.sidebar-foot {
  margin-top: auto;
  padding: 14px 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sidebar-pro-button {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid rgba(244, 201, 93, 0.38);
  border-radius: var(--radius);
  background: #f4c95d;
  color: #17201f;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(244, 201, 93, 0.18);
}

.sidebar-pro-button:hover,
.sidebar-pro-button.active {
  background: #ffd96d;
  color: #17201f;
  text-decoration: none;
}

.language-switcher {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.sidebar-foot > .language-switcher {
  margin-bottom: 10px;
}

.language-switcher a {
  display: inline-flex;
  min-width: 38px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.language-switcher a:hover,
.language-switcher a.active {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.mobile-bar {
  display: none;
}

.main-shell {
  min-width: 0;
}

.topbar {
  display: contents;
}

.auth-actions,
.button-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-actions {
  flex-wrap: wrap;
}

.auth-actions form,
.button-row form {
  margin: 0;
}

.site-footer {
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
  padding: 22px 24px 28px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-weight: 760;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.user-chip {
  max-width: 190px;
  overflow: hidden;
  color: #dbeafe;
  font-size: 13px;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.legal-page {
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 0 56px;
}

.legal-page h1 {
  max-width: 720px;
  margin-bottom: 8px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 0.96;
}

.legal-document {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.legal-document h2 {
  margin-top: 18px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.legal-document p {
  max-width: 760px;
  margin: 0;
}

.user-chip-wrap {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  min-height: 28px;
  padding-right: 44px;
}

.user-pro-crown {
  position: absolute;
  top: -9px;
  right: 0;
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 6px;
  border: 1px solid rgba(244, 201, 93, 0.38);
  border-radius: 999px;
  background: #f4c95d;
  color: #17201f;
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(244, 201, 93, 0.22);
}

.page {
  width: min(1320px, calc(100% - 44px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.page-head,
.detail-head,
.section-title,
.head-actions,
.tag-row {
  display: flex;
  align-items: center;
}

.page-head,
.detail-head,
.hero-panel {
  justify-content: space-between;
  gap: 24px;
}

.page-head {
  min-height: 88px;
  padding: 16px 0 22px;
}

.detail-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: flex-start;
  justify-content: stretch;
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.detail-head > div {
  min-width: 0;
}

.detail-head .head-actions {
  justify-self: end;
}

.investor-detail-head {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  padding: 20px 22px;
}

.detail-head-copy {
  align-self: start;
}

.detail-avatar-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 144px;
  border: 1px solid #0f172a;
  border-radius: 12px;
  background: #020617;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.16);
  overflow: hidden;
}

.detail-avatar-frame .avatar.large {
  width: 100%;
  height: 100%;
  border: 0;
  background: #020617;
  box-shadow: none;
}

.detail-avatar-person {
  padding: 0;
}

.detail-avatar-person .avatar.large {
  border-radius: 0;
  object-fit: contain;
}

.detail-avatar-logo {
  padding: 14px;
  background: #ffffff;
}

.detail-avatar-logo .avatar.large {
  border-radius: 0;
  background: #ffffff;
  object-fit: contain;
}

.page-head h1,
.detail-head h1,
.hero-panel h1 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.12;
}

.detail-head h1 span {
  color: var(--muted);
  font-weight: 680;
}

.detail-head p,
.hero-copy,
.page-subtitle {
  max-width: 760px;
  margin: 9px 0 0;
  color: var(--muted);
}

.detail-head .profile-headline {
  color: var(--text-2);
  font-size: 17px;
  font-weight: 780;
}

.eyebrow,
.card-meta {
  margin: 0 0 7px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.head-actions {
  flex-wrap: wrap;
  gap: 10px;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--blue);
  border-radius: var(--radius);
  background: var(--blue);
  color: #ffffff;
  font-weight: 780;
  cursor: pointer;
}

.button:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.24);
  outline-offset: 2px;
}

.button:hover,
button:hover {
  text-decoration: none;
  filter: brightness(0.97);
}

.button.secondary {
  border-color: var(--line-strong);
  background: var(--surface);
  color: var(--blue);
}

.button.danger {
  min-height: 34px;
  border-color: #f0b8b2;
  background: #fff7f6;
  color: var(--red);
}

.small-button {
  min-height: 34px;
  padding: 0 11px;
  font-size: 13px;
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(340px, 0.8fr);
  align-items: stretch;
  margin-bottom: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-main {
  padding: 28px;
}

.hero-panel h1 {
  max-width: 780px;
  font-size: 38px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.research-snapshot {
  display: grid;
  gap: 12px;
  padding: 22px;
  background: linear-gradient(180deg, #f8fafc, #eef3f9);
  border-left: 1px solid var(--line);
}

.snapshot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

.snapshot-row span {
  color: var(--muted);
  font-weight: 700;
}

.snapshot-row strong {
  color: var(--ink);
  font-size: 16px;
}

.metrics-grid,
.investor-grid,
.report-grid,
.pricing-grid,
.signal-grid {
  display: grid;
  gap: 14px;
}

.metrics-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 26px;
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  margin-bottom: 24px;
}

.profile-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.profile-card-main {
  grid-row: auto;
}

.profile-card-combined {
  grid-column: 1 / -1;
}

.profile-card-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.investor-profile-rows {
  display: grid;
  gap: 16px;
}

.investor-profile-rows > div + div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.compact-title {
  margin: 0 0 10px;
}

.track-record {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 740;
  line-height: 1.58;
}

.profile-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.profile-list li {
  padding-left: 2px;
}

.source-link-list {
  display: grid;
  gap: 8px;
}

.source-link-list a {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 720;
}

.intro-source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 12px;
}

.intro-source-block {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.intro-source-block > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.intro-source-block a {
  overflow-wrap: anywhere;
  font-weight: 760;
}

.stock-source-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
}

.stock-source-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 860;
}

.stock-source-link {
  display: inline-grid;
  min-width: 0;
  max-width: min(280px, 100%);
  min-height: 42px;
  justify-content: center;
  gap: 3px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(12px);
}

.stock-source-link span,
.stock-source-link small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stock-source-link span {
  font-size: 13px;
  font-weight: 850;
}

.stock-source-link small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 720;
}

.stock-source-link:hover {
  border-color: rgba(255, 227, 154, 0.5);
  background: rgba(255, 255, 255, 0.16);
  text-decoration: none;
}

.mentioned-investors-block {
  margin-top: 22px;
}

.mentioned-investor-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
}

.metric,
.card,
.investor-card,
.form-panel,
.source-card,
.signal-card,
.table-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.metric {
  position: relative;
  min-height: 116px;
  padding: 18px;
  overflow: hidden;
}

.metric::after {
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 78px;
  height: 26px;
  content: "";
  opacity: 0.7;
  background:
    linear-gradient(135deg, transparent 52%, rgba(37, 99, 235, 0.22) 52%),
    linear-gradient(45deg, rgba(15, 118, 110, 0.18), rgba(37, 99, 235, 0.08));
  clip-path: polygon(0 72%, 18% 58%, 33% 66%, 50% 38%, 68% 52%, 100% 18%, 100% 100%, 0 100%);
}

.metric span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.metric strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.08;
}

.metric small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.source-card,
.signal-card {
  display: grid;
  gap: 7px;
  min-height: 94px;
  padding: 14px;
}

.source-card span,
.signal-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.source-card strong,
.signal-card strong {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.15;
}

.valuation-metrics {
  display: flex;
  gap: 6px;
  align-items: baseline;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}

.valuation-metrics strong {
  font-size: 17px;
  white-space: nowrap;
}

.valuation-metrics span {
  color: var(--muted);
  font-weight: 760;
}

.source-card small,
.signal-card small {
  color: var(--muted);
  font-weight: 700;
}

.link-card {
  color: var(--text);
}

.link-card:hover {
  border-color: #a9c4ff;
  text-decoration: none;
}

.signal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 24px;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(330px, 0.9fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 32px;
}

.content-grid > * {
  min-width: 0;
}

.span-2 {
  min-width: 0;
}

.section-title {
  justify-content: space-between;
  gap: 12px;
  margin: 22px 0 10px;
}

.section-title h2 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.section-title a,
.section-title span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.public-material-heading {
  align-items: flex-end;
}

.change-section-title {
  align-items: flex-end;
}

.stock-pool-title {
  align-items: center;
}

.stock-title-copy {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.stock-title-copy h2 {
  flex: 0 0 auto;
}

.table-sort-hint {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
}

.stock-period-control {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 8px;
}

.stock-period-control > span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 840;
}

.change-section-heading {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.change-section-heading span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quarter-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  max-width: 100%;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  overflow-x: auto;
}

.quarter-toggle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 840;
  white-space: nowrap;
}

.quarter-toggle a span {
  display: inline-flex;
  align-items: center;
  min-height: 16px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--amber-2);
  color: #744605;
  font-size: 10px;
  font-weight: 900;
}

.quarter-toggle a:hover,
.quarter-toggle a.active {
  background: var(--ink);
  color: #ffffff;
  text-decoration: none;
}

.quarter-toggle a:hover span,
.quarter-toggle a.active span {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.muted {
  color: var(--muted);
}

.block {
  display: block;
}

.identity {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  gap: 10px;
  vertical-align: middle;
}

.identity-text {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.identity-text a,
.identity-text strong,
.identity-text span,
.identity-text small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.identity-logo {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: var(--radius);
  background: #ffffff;
  object-fit: cover;
  overflow: hidden;
}

.identity-logo.stock-logo,
.ticker-tile {
  padding: 5px;
  background: linear-gradient(135deg, #111827, #334155);
  object-fit: contain;
}

.identity-logo.mini {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  padding: 0;
  border-radius: 7px;
}

.compact-identity {
  gap: 7px;
}

.table-wrap {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

th,
td {
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--surface-2);
  color: #475569;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

td {
  color: var(--text-2);
}

td a {
  font-weight: 760;
}

.sortable-header {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 5px;
  color: #334155;
  white-space: normal;
}

.sortable-header span {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #e8edf0;
  color: #68736f;
  font-size: 10px;
  font-weight: 820;
  line-height: 1;
}

.sortable-header:hover span {
  background: var(--ink);
  color: #ffffff;
}

.sortable-header.locked-header {
  color: #64748b;
  cursor: default;
}

.pro-lock-cell {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(155, 106, 24, 0.22);
  border-radius: 999px;
  background: var(--amber-2);
  color: #744605;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.pro-lock-cell:hover {
  text-decoration: none;
}

tbody tr:hover td {
  background: #fbfdff;
}

tbody tr:last-child td {
  border-bottom: 0;
}

.stocks-table {
  min-width: 930px;
}

.table-company-name,
.table-company-meta {
  display: block;
  min-width: 0;
}

.table-company-name {
  color: var(--ink);
  font-size: 14px;
  font-weight: 820;
  line-height: 1.25;
}

.table-company-meta {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 740;
  line-height: 1.25;
}

.table-company-meta a[href^="/stocks/"],
.identity-text a[href^="/stocks/"] {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.change-metric-cell {
  min-width: 164px;
}

.flow-metric {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.flow-net {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 6px;
}

.flow-net em,
.flow-net strong,
.flow-chip em,
.flow-chip b {
  min-width: 0;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
}

.flow-net em {
  font-size: 11px;
  font-weight: 840;
}

.flow-net strong {
  color: inherit;
  font-size: 14px;
  font-weight: 900;
}

.flow-net.positive {
  border-color: rgba(15, 122, 69, 0.16);
  background: var(--green-2);
  color: var(--green);
}

.flow-net.negative {
  border-color: rgba(180, 35, 24, 0.16);
  background: var(--red-2);
  color: var(--red);
}

.flow-net.neutral {
  border-color: rgba(71, 85, 105, 0.14);
  background: #eef2f7;
  color: #475569;
}

.flow-breakdown {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.flow-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  padding: 0 7px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
}

.flow-chip em {
  font-size: 11px;
  font-weight: 760;
}

.flow-chip b {
  color: var(--ink);
  font-size: 11px;
  font-weight: 880;
}

.flow-chip.positive b {
  color: var(--green);
}

.flow-chip.negative b {
  color: var(--red);
}

.filing-date-cell {
  display: grid;
  min-width: 118px;
  gap: 2px;
}

.filing-date-cell strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.2;
}

.filing-date-cell small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.25;
}

.stock-change-groups {
  display: grid;
  gap: 12px;
}

.stock-change-section {
  scroll-margin-top: 28px;
}

.stock-change-summary {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 14px;
}

.stock-change-summary article {
  display: grid;
  min-width: 0;
  min-height: 108px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.stock-change-summary span,
.stock-change-summary small {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stock-change-summary span {
  font-size: 12px;
}

.stock-change-summary strong {
  display: block;
  min-width: 0;
  margin: 8px 0 4px;
  overflow: hidden;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stock-change-summary small {
  margin-top: auto;
  font-size: 11px;
}

.stock-change-group {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.stock-change-investor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.stock-change-investor > span:last-child {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.stock-change-periods {
  display: grid;
}

.stock-change-period {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 16px;
}

.stock-change-period + .stock-change-period {
  border-top: 1px solid var(--line);
}

.stock-change-actions {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.stock-change-action-row {
  display: grid;
  grid-template-columns: auto auto minmax(120px, 1fr) minmax(110px, auto);
  gap: 8px;
  align-items: center;
  min-width: 0;
  min-height: 28px;
}

.stock-change-action-row span {
  min-width: 0;
  color: var(--text-2);
  font-size: 13px;
  font-weight: 760;
  overflow-wrap: anywhere;
}

.stock-change-settlement {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px 14px;
  align-items: center;
  padding: 13px 16px;
  border-top: 1px solid var(--line);
  background: var(--surface-2);
}

.stock-change-settlement strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 860;
}

.stock-change-settlement > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.stock-change-settlement div {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  gap: 8px;
}

.stock-change-settlement div span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid #d7e0dc;
  border-radius: 999px;
  background: #ffffff;
  color: var(--text-2);
  font-size: 12px;
  font-weight: 800;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  max-width: 100%;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 840;
  line-height: 1.2;
  white-space: nowrap;
}

.neutral {
  background: #eef2f7;
  color: #475569;
}

.badge.source-ok {
  background: var(--green-2);
  color: var(--green);
}

.pro-badge {
  border: 1px solid rgba(155, 106, 24, 0.28);
  background: var(--amber-2);
  color: #744605;
}

.link-badge {
  background: var(--blue-2);
  color: var(--blue);
}

.change-new,
.change-increased,
.change-added {
  background: var(--green-2);
  color: var(--green);
}

.change-reduced,
.change-trimmed,
.change-sold_out {
  background: var(--red-2);
  color: var(--red);
}

.change-unchanged {
  background: #eef2f7;
  color: #475569;
}

.stack {
  display: grid;
  gap: 12px;
}

.card {
  padding: 16px;
}

.card h2,
.card h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.32;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.analysis-article {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.analysis-article p {
  margin: 0 0 15px;
  color: var(--text-2);
  font-size: 16px;
  line-height: 1.78;
}

.analysis-callout {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-2);
}

.analysis-callout h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 15px;
}

.compact-card {
  box-shadow: none;
}

.compact-card form {
  margin-top: 12px;
}

.investor-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.investor-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  min-height: 124px;
  padding: 14px;
  color: var(--text);
}

.investor-card:hover {
  border-color: #a9c4ff;
  text-decoration: none;
  transform: translateY(-1px);
}

.avatar {
  width: 44px;
  height: 44px;
  background: #dbeafe;
  color: #1e3a8a;
  object-fit: cover;
  overflow: hidden;
}

.avatar.large,
.ticker-tile {
  width: 82px;
  height: 82px;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.44);
}

.avatar.large {
  background: #eef2f7;
  object-fit: cover;
}

.ticker-tile {
  background: linear-gradient(135deg, #0f766e, #1e3a8a);
}

img.avatar,
img.ticker-tile {
  display: block;
}

img.ticker-tile {
  padding: 9px;
  background: linear-gradient(135deg, #111827, #334155);
  object-fit: contain;
}

img.investor-logo-avatar {
  display: block;
  object-fit: contain;
  padding: 4px;
  background: #ffffff;
}

.identity-logo.investor-logo-avatar {
  object-fit: contain;
  padding: 4px;
}

.identity-logo.mini.investor-logo-avatar {
  padding: 2px;
}

.avatar.investor-logo-avatar {
  object-fit: contain;
  padding: 5px;
}

.detail-avatar-frame .avatar.large.investor-logo-avatar {
  padding: 0;
}

.detail-head img.ticker-tile.stock-logo {
  background: linear-gradient(135deg, #111827, #334155);
}

.investor-card h3 {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 15px;
}

.investor-card p,
.investor-card span {
  display: block;
  margin: 0;
  color: var(--muted);
}

.timeline-list {
  display: grid;
  gap: 10px;
}

.timeline-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.timeline-row time {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.timeline-row h3 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.35;
}

.timeline-investor {
  display: block;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.timeline-investor.identity {
  display: inline-flex;
}

.timeline-row p {
  margin: 0;
  color: var(--muted);
}

.public-material-list {
  display: grid;
  gap: 14px;
}

.public-material-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(16, 24, 32, 0.11);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.public-material-card.classic-material {
  border-color: rgba(155, 106, 24, 0.28);
  background: linear-gradient(180deg, #fffdf4, #ffffff);
}

.public-material-card-head {
  display: grid;
  gap: 8px;
}

.public-material-meta,
.public-material-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.public-material-meta {
  justify-content: flex-start;
}

.public-material-meta time {
  color: var(--amber);
  font-size: 13px;
  font-weight: 840;
}

.classic-badge {
  border: 1px solid rgba(155, 106, 24, 0.18);
  background: var(--amber-2);
  color: var(--amber);
}

.public-material-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.32;
}

.public-material-card p {
  max-width: 980px;
  margin: 0;
  color: var(--text-2);
  font-weight: 640;
  line-height: 1.68;
}

.public-material-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.public-material-points li {
  padding-left: 3px;
}

.public-material-foot {
  padding-top: 2px;
}

.public-material-foot .tag-row {
  flex: 1 1 420px;
  margin-top: 0;
}

.public-material-source {
  display: grid;
  max-width: min(460px, 100%);
  gap: 2px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-2);
  color: var(--text);
}

.public-material-source:hover {
  text-decoration: none;
  border-color: var(--line-strong);
}

.public-material-source strong,
.public-material-source span,
.public-material-source small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.public-material-source strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.public-material-source span {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 850;
}

.public-material-source small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.tag-row {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.notice {
  padding: 12px 14px;
  border: 1px solid #efd289;
  border-radius: var(--radius);
  background: var(--amber-2);
  color: #744605;
}

.notice.source-ok {
  border-color: #a6d8bf;
  background: var(--green-2);
  color: #075333;
}

.pro-lock-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(244, 201, 93, 0.16), rgba(15, 118, 110, 0.08)),
    var(--surface);
  box-shadow: var(--shadow-soft);
}

.pro-lock-card h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 24px;
}

.pro-lock-card p,
.pro-lock-card small {
  display: block;
  margin: 0;
  color: var(--text-2);
  font-weight: 720;
}

.pro-lock-card small {
  margin-top: 8px;
  color: var(--muted);
}

.pro-inline-notice {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.pro-inline-notice span {
  color: #744605;
  font-weight: 720;
}

.toolbar,
.form-panel {
  gap: 10px;
}

.toolbar {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(220px, 0.8fr) auto auto;
  align-items: end;
  margin-bottom: 16px;
}

.filter-field {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.filter-field > span {
  color: #8a6a24;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.toolbar input,
.toolbar select,
.form-panel input,
.form-panel select {
  width: 100%;
  min-height: 40px;
  padding: 0 11px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
}

.toolbar input {
  max-width: 380px;
}

.filter-toolbar input,
.filter-toolbar select {
  max-width: none;
  min-height: 46px;
  padding: 0 14px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
}

.filter-toolbar input::placeholder {
  color: #929c98;
  font-weight: 680;
}

.filter-toolbar select {
  appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #66736e 50%),
    linear-gradient(135deg, #66736e 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 50%,
    calc(100% - 13px) 50%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

.filter-submit,
.filter-reset {
  align-self: end;
  min-width: 104px;
  min-height: 46px;
  padding: 0 20px;
  white-space: nowrap;
  word-break: keep-all;
}

.filter-submit span {
  white-space: nowrap;
  word-break: keep-all;
}

.form-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 14px;
  padding: 16px;
}

.form-panel label {
  display: grid;
  gap: 6px;
  color: #40505f;
  font-weight: 760;
}

.report-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: minmax(0, 1.08fr) repeat(2, minmax(0, 1fr));
  margin-bottom: 30px;
}

.promo-pricing-card {
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.promo-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: #f4c95d;
  color: #17201f;
  font-size: 12px;
  font-weight: 920;
}

.price-stack del,
.pro-modal-plans del,
.pro-lock-card del {
  color: var(--muted);
  text-decoration-color: rgba(180, 35, 24, 0.7);
  text-decoration-thickness: 2px;
}

.pricing-card {
  min-height: 220px;
}

.promo-pricing-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  min-height: 292px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
}

.promo-pricing-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #111a20, #f4c95d 48%, #0f766e);
  content: "";
}

.featured-pricing-card {
  background:
    linear-gradient(135deg, rgba(244, 201, 93, 0.16), rgba(255, 255, 255, 0.9)),
    #ffffff;
}

.trial-pricing-card {
  border-color: rgba(15, 118, 110, 0.24);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.13), rgba(255, 255, 255, 0.92)),
    #ffffff;
}

.neutral-promo-badge {
  background: #e7eef4;
  color: #243241;
}

.pricing-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.pricing-card h2 {
  margin: 4px 0 0;
  font-size: 28px;
}

.pricing-card form {
  margin-top: 18px;
}

.promo-pricing-card > form,
.promo-pricing-card > .button-row {
  margin-top: auto;
}

.promo-pricing-card .button-row form {
  margin-top: 0;
}

.price-stack {
  display: grid;
  gap: 5px;
}

.price-stack > small {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
}

.current-price {
  color: var(--ink);
  font-size: 42px;
  font-weight: 940;
  line-height: 1;
}

.current-price small {
  margin-left: 5px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 820;
}

.billing-management-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: var(--shadow-soft);
}

.billing-management-card h2 {
  margin: 4px 0 6px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
}

.billing-management-card p {
  max-width: 760px;
  margin: 0;
  color: var(--text-2);
  font-weight: 720;
  line-height: 1.55;
}

.billing-management-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 760;
}

.billing-management-card form {
  flex: 0 0 auto;
}

.report-card h2 {
  font-size: 18px;
}

.report-list {
  display: grid;
  gap: 14px;
}

.report-list-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 20px;
}

.report-list-main {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.report-list-card h2 {
  margin: 0;
  font-size: 20px;
}

.report-list-card h2 a {
  color: var(--ink);
}

.report-list-card p {
  margin: 0;
  color: var(--text-2);
  font-weight: 720;
}

.report-open-button {
  justify-self: end;
  white-space: nowrap;
}

.pro-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 22px;
}

.pro-modal:target {
  display: grid;
}

.pro-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 20, 0.58);
  backdrop-filter: blur(10px);
}

.pro-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 820px);
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(244, 201, 93, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(244, 201, 93, 0.14), rgba(15, 118, 110, 0.08)),
    #ffffff;
  box-shadow: 0 30px 80px rgba(10, 16, 20, 0.26);
}

.pro-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.pro-modal-head h2 {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.08;
}

.pro-modal-close {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--text-2);
  font-size: 24px;
  font-weight: 520;
  line-height: 1;
}

.pro-modal-close:hover,
.pro-modal-backdrop:hover {
  text-decoration: none;
}

.pro-modal-copy {
  margin: 0;
  color: var(--text-2);
  font-size: 16px;
  font-weight: 720;
  line-height: 1.62;
}

.pro-modal-offer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(155, 106, 24, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 246, 218, 0.68);
}

.pro-modal-offer span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f4c95d;
  color: #17201f;
  font-size: 12px;
  font-weight: 920;
}

.pro-modal-offer strong {
  color: var(--ink);
  font-weight: 900;
}

.pro-modal-offer small {
  color: var(--text-2);
  font-weight: 760;
}

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

.pro-modal-plans article {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
}

.pro-modal-plans span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 860;
  text-transform: uppercase;
}

.pro-modal-plans strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.12;
}

.pro-modal-plans del {
  font-size: 13px;
  font-weight: 760;
}

.pro-modal-plans small {
  color: var(--text-2);
  font-size: 12px;
  font-weight: 740;
  line-height: 1.4;
}

.trial-plan-card {
  border-color: rgba(15, 118, 110, 0.2);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(255, 255, 255, 0.86)),
    #ffffff;
}

.pro-modal-plans form {
  margin: 0;
}

.pro-modal-plans button,
.pro-modal-login .button {
  width: 100%;
}

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

.watch-command,
.watch-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 14px;
  align-items: stretch;
  margin-bottom: 14px;
}

.watch-command-main,
.watch-hero-copy,
.watch-push-card,
.watch-panel {
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.watch-command-main,
.watch-hero-copy {
  position: relative;
  min-height: 224px;
  overflow: hidden;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(16, 24, 32, 0.96) 0%, rgba(22, 45, 40, 0.94) 54%, rgba(60, 66, 49, 0.9) 100%),
    #101820;
  color: #ffffff;
}

.watch-command-main::after,
.watch-hero-copy::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
  content: "";
  opacity: 0.22;
  pointer-events: none;
}

.watch-command-main > *,
.watch-hero-copy > * {
  position: relative;
  z-index: 1;
}

.watch-command-main .eyebrow,
.watch-hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.66);
}

.watch-command-main h1,
.watch-hero-copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: 44px;
  line-height: 1;
}

.watch-command-main .page-subtitle,
.watch-hero-copy .page-subtitle {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
}

.watch-command-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 640px;
  margin-top: 24px;
}

.watch-command-strip span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.watch-command-strip strong {
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}

.watch-command-strip small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 780;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.watch-push-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 14px;
  min-height: 224px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 247, 242, 0.9)),
    #ffffff;
}

.watch-push-card.is-on {
  border-color: rgba(15, 122, 69, 0.2);
  background:
    linear-gradient(180deg, rgba(247, 252, 249, 0.98), rgba(236, 246, 240, 0.92)),
    #ffffff;
}

.watch-push-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.watch-push-head small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.watch-push-state {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--amber-2);
  color: #744605;
  font-size: 12px;
  font-weight: 900;
}

.watch-push-card.is-on .watch-push-state {
  background: var(--green-2);
  color: var(--green);
}

.watch-push-card strong {
  color: var(--ink);
  font-size: 25px;
  line-height: 1.1;
}

.watch-push-card p {
  margin: 0;
  color: var(--text-2);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.55;
}

.watch-push-card p span {
  color: var(--ink);
  font-weight: 850;
  word-break: break-word;
}

.watch-push-card button {
  justify-self: start;
}

.watch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 400px);
  gap: 14px;
  align-items: start;
}

.watch-dashboard-layout {
  margin-top: 0;
}

.watch-main,
.watch-side,
.watch-investor-list,
.watch-activity-list,
.watch-alert-list {
  display: grid;
  gap: 12px;
}

.watch-panel {
  min-width: 0;
  padding: 16px;
  backdrop-filter: blur(12px);
}

.watch-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
}

.watch-panel-head.compact {
  margin-bottom: 12px;
}

.watch-panel-head .eyebrow {
  margin-bottom: 4px;
}

.watch-panel-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.watch-panel-head > span {
  flex: 0 0 auto;
  max-width: 230px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.35;
  text-align: right;
}

.watch-add-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding: 12px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: var(--radius);
  background: #f7f8f4;
}

.watch-add-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 840;
}

.watch-add-form select {
  width: 100%;
}

.watch-investor-list {
  gap: 9px;
}

.watch-investor-card,
.watch-alert-card {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
}

.watch-investor-card {
  min-height: 76px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.watch-investor-card:hover {
  border-color: rgba(15, 118, 110, 0.26);
  box-shadow: 0 10px 22px rgba(16, 24, 32, 0.07);
  transform: translateY(-1px);
}

.watch-investor-card .identity {
  min-width: 0;
}

.watch-investor-card .identity-text {
  min-width: 0;
}

.watch-investor-card .identity-text a {
  color: var(--ink);
}

.watch-investor-card form {
  flex: 0 0 auto;
}

.watch-investor-meta {
  display: inline-flex;
  max-width: 100%;
  min-height: 22px;
  align-items: center;
  margin-top: 5px;
  padding: 0 8px;
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 999px;
  background: rgba(231, 246, 238, 0.72);
  color: #0f5f45;
  font-size: 11px;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.watch-activity-card {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-left: 3px solid rgba(15, 118, 110, 0.36);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
}

.watch-activity-card:hover {
  border-color: rgba(15, 118, 110, 0.24);
  border-left-color: var(--teal);
  background: #ffffff;
  text-decoration: none;
}

.watch-activity-card time,
.watch-activity-card span,
.watch-alert-card span:not(.badge) {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.watch-activity-card time {
  color: #315a54;
  font-weight: 880;
}

.watch-activity-card strong,
.watch-alert-card strong {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.watch-alert-card div {
  min-width: 0;
}

.admin-users-table-wrap table {
  min-width: 1040px;
}

.admin-console-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 14px;
  margin-bottom: 14px;
}

.admin-console-card,
.admin-metric-grid article {
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.admin-console-card {
  display: grid;
  min-height: 210px;
  align-content: space-between;
  gap: 18px;
  padding: 20px;
  color: var(--text);
}

a.admin-console-card:hover {
  border-color: rgba(15, 118, 110, 0.24);
  text-decoration: none;
  transform: translateY(-1px);
}

.admin-console-card h2 {
  margin: 6px 0 8px;
  color: var(--ink);
  font-size: 24px;
}

.admin-console-card p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-weight: 720;
  line-height: 1.58;
}

.admin-console-card > strong {
  color: var(--ink);
  font-size: 46px;
  line-height: 1;
}

.admin-card-kicker {
  color: #9b6a18;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-maintenance-card {
  background:
    linear-gradient(135deg, rgba(244, 201, 93, 0.16), rgba(255, 255, 255, 0.86)),
    #ffffff;
}

.admin-maintenance-card.is-on {
  border-color: rgba(180, 35, 24, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 240, 237, 0.9), rgba(255, 255, 255, 0.84)),
    #ffffff;
}

.admin-metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.admin-metric-grid article {
  min-height: 104px;
  padding: 16px;
}

.admin-metric-grid span,
.admin-metric-grid strong {
  display: block;
}

.admin-metric-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.admin-metric-grid strong {
  margin-top: 10px;
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
}

.admin-user-cell {
  display: grid;
  gap: 3px;
}

.admin-user-cell strong {
  color: var(--ink);
}

.admin-user-cell small,
.admin-user-cell em,
.admin-cell-note {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 720;
}

.admin-action-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 320px;
}

.admin-action-grid form {
  margin: 0;
}

.admin-review-list {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.admin-review-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.admin-review-card h3 {
  margin: 6px 0 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.3;
}

.admin-review-card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-weight: 720;
  line-height: 1.55;
}

.admin-review-actions {
  display: grid;
  gap: 8px;
  min-width: 118px;
}

.admin-review-actions form {
  margin: 0;
}

.admin-home-sync-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 14px;
  align-items: stretch;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: var(--shadow-soft);
}

.admin-home-sync-panel h2 {
  margin: 4px 0 8px;
  color: var(--ink);
  font-size: 22px;
}

.admin-home-sync-panel p {
  max-width: 820px;
  margin: 0;
  color: var(--text-2);
  font-weight: 720;
  line-height: 1.58;
}

.admin-home-current {
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.admin-home-current span,
.admin-home-preview-head span,
.admin-home-preview-grid small,
.admin-home-preview-metrics small,
.admin-home-publish-scope span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-home-current strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-home-current small {
  color: var(--muted);
  font-weight: 760;
}

.admin-home-publish-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin: 12px 0;
}

.admin-home-publish-scope strong {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 999px;
  background: rgba(231, 246, 238, 0.72);
  color: #0f5f45;
  font-size: 12px;
  font-weight: 860;
}

.admin-home-preview {
  display: grid;
  gap: 10px;
  margin: 12px 0;
  padding: 12px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: var(--radius);
  background: #f8faf7;
}

.admin-home-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.admin-home-preview-head strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 880;
}

.admin-home-preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.admin-home-preview-metrics > span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: var(--radius);
  background: #ffffff;
}

.admin-home-preview-metrics strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
}

.admin-home-preview-metrics em {
  overflow: hidden;
  color: var(--text-2);
  font-size: 12px;
  font-style: normal;
  font-weight: 740;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.admin-home-preview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.admin-home-preview-tags span {
  display: inline-flex;
  max-width: 100%;
  min-height: 24px;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 860;
}

.admin-home-preview-tags em {
  overflow: hidden;
  color: var(--muted);
  font-style: normal;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-home-preview-banner {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px clamp(16px, 4vw, 48px);
  border-bottom: 1px solid rgba(15, 118, 110, 0.2);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(16, 24, 32, 0.14);
  backdrop-filter: blur(14px);
}

.admin-home-preview-banner div:first-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.admin-home-preview-banner span {
  color: #0f766e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-home-preview-banner strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  font-weight: 920;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-home-preview-banner small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.admin-home-preview-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.admin-home-preview-banner-actions form {
  margin: 0;
}

.badge.danger-badge {
  background: var(--red-2);
  color: var(--red);
}

.maintenance-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(17, 26, 32, 0.92), rgba(20, 74, 66, 0.86)),
    #111a20;
}

.maintenance-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.maintenance-card {
  width: min(100%, 620px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 80px rgba(10, 16, 20, 0.28);
}

.maintenance-card h1 {
  margin: 0;
  color: var(--ink);
  font-size: 46px;
  line-height: 1.05;
}

.maintenance-card p:not(.eyebrow) {
  margin: 14px 0 24px;
  color: var(--text-2);
  font-size: 17px;
  font-weight: 720;
  line-height: 1.62;
}

.report-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.report-stat-card {
  display: grid;
  gap: 8px;
  min-height: 126px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f8faf7);
  box-shadow: var(--shadow-soft);
}

.report-stat-card span,
.report-insight-card span,
.report-lens-strip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.report-stat-card strong {
  color: var(--ink);
  font-size: 30px;
  line-height: 1.05;
}

.report-stat-card small,
.report-insight-card p,
.report-lens-strip small {
  color: var(--muted);
  font-weight: 700;
}

.report-insight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.report-insight-card {
  display: grid;
  gap: 12px;
  min-height: 210px;
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 4px solid #64748b;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.report-insight-card.positive {
  border-top-color: var(--green);
}

.report-insight-card.negative {
  border-top-color: var(--red);
}

.report-insight-card.warning {
  border-top-color: var(--amber);
}

.report-insight-card strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.25;
}

.report-insight-card em {
  color: var(--ink);
  font-size: 26px;
  font-style: normal;
  font-weight: 880;
}

.report-insight-card p {
  margin: 0;
  line-height: 1.6;
}

.report-ticker-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 28px;
}

.report-ticker-strip a,
.report-period-path em {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eef2f7;
  color: #334155;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.report-lens-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.report-lens-strip article {
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf4;
}

.report-lens-strip strong {
  color: var(--ink);
  font-size: 17px;
}

.report-opportunity-brief {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1.35fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #ffffff 0%, #f7faf6 100%);
  box-shadow: var(--shadow-soft);
}

.report-opportunity-brief.price-missing {
  background: linear-gradient(135deg, #ffffff 0%, #f7f7f3 100%);
}

.report-opportunity-main {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
}

.report-opportunity-main span,
.report-opportunity-panel-head span,
.report-opportunity-watch span {
  color: #68736f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.report-opportunity-main h2 {
  margin: 0;
  color: #153329;
  font-size: 22px;
  line-height: 1.18;
}

.report-opportunity-main p,
.report-opportunity-panel p {
  margin: 0;
  color: #45534f;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.55;
}

.report-opportunity-main small {
  color: #68736f;
  font-size: 12px;
  font-weight: 760;
}

.report-opportunity-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.report-opportunity-panel {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-left: 4px solid #64748b;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.report-opportunity-panel.opportunity-buy {
  border-left-color: #0f7a45;
}

.report-opportunity-panel.opportunity-risk {
  border-left-color: #b42318;
}

.report-opportunity-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.report-opportunity-panel-head strong {
  color: #153329;
  font-size: 24px;
  font-weight: 920;
  line-height: 1;
}

.report-opportunity-list {
  display: grid;
  gap: 7px;
}

.report-opportunity-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 2px 10px;
  align-items: center;
  padding: 9px 10px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 7px;
  background: #fbfcfa;
}

.report-opportunity-item:hover {
  border-color: rgba(15, 122, 69, 0.2);
  background: #ffffff;
}

.report-opportunity-item strong {
  color: #153329;
  font-size: 14px;
  font-weight: 920;
}

.report-opportunity-item span {
  min-width: 0;
  color: #243631;
  font-size: 12px;
  font-weight: 880;
  overflow-wrap: anywhere;
}

.report-opportunity-item small {
  grid-column: 1 / -1;
  color: #68736f;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.35;
}

.report-opportunity-empty {
  display: block;
  padding: 9px 10px;
  border: 1px dashed rgba(16, 24, 32, 0.14);
  border-radius: 7px;
  color: #68736f;
  font-size: 12px;
  font-weight: 780;
}

.report-opportunity-watch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(16, 24, 32, 0.08);
}

.report-opportunity-watch small {
  min-width: 0;
  color: #45534f;
  font-size: 12px;
  font-weight: 820;
  overflow-wrap: anywhere;
  text-align: right;
}

.report-section {
  display: grid;
  gap: 12px;
}

.report-consensus-section,
.report-reading-guide,
#sector-rotation {
  scroll-margin-top: 72px;
}

.report-action-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: -4px 0 12px;
  padding: 8px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: var(--radius);
  background: rgba(247, 250, 246, 0.92);
  box-shadow: 0 12px 30px rgba(16, 24, 32, 0.08);
  backdrop-filter: blur(18px);
}

.report-action-links {
  display: flex;
  min-width: 0;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 1px;
  scrollbar-width: none;
}

.report-action-links::-webkit-scrollbar {
  display: none;
}

.report-action-links a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 999px;
  background: #ffffff;
  color: #334155;
  font-size: 12px;
  font-weight: 860;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.report-action-links a:hover {
  border-color: #111a20;
  background: #111a20;
  color: #ffffff;
}

.report-action-meta {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  max-width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 999px;
  background: #edf7f4;
  color: #24534e;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.report-reading-guide {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.14fr);
  gap: 14px;
  align-items: stretch;
  padding: 16px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(240, 247, 242, 0.98), rgba(255, 255, 255, 0.92)),
    #ffffff;
  box-shadow: var(--shadow-soft);
}

.report-reading-guide h2 {
  margin: 4px 0 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.18;
}

.report-reading-guide p {
  margin: 0;
  color: var(--text-2);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.55;
}

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

.report-reading-card {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
}

.report-reading-card strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 920;
}

.report-reading-card.guide-positive {
  border-left: 4px solid #0f7a45;
}

.report-reading-card.guide-risk {
  border-left: 4px solid #d49a27;
}

.report-focus-table-wrap table {
  min-width: 1280px;
  border-spacing: 0;
}

.report-focus-table {
  table-layout: fixed;
  font-variant-numeric: tabular-nums;
}

.report-focus-table-wrap {
  isolation: isolate;
  position: relative;
  max-height: none;
  background: #f5f7f4;
  overflow: visible;
  overscroll-behavior-x: contain;
  scrollbar-color: #aebbb4 #eef3ef;
  scrollbar-width: thin;
}

.report-focus-table-wrap:focus-visible {
  outline: 2px solid rgba(15, 118, 110, 0.42);
  outline-offset: 3px;
}

.report-focus-table-wrap::-webkit-scrollbar,
.report-sector-table-wrap::-webkit-scrollbar {
  height: 10px;
}

.report-focus-table-wrap::-webkit-scrollbar-track,
.report-sector-table-wrap::-webkit-scrollbar-track {
  background: #eef3ef;
}

.report-focus-table-wrap::-webkit-scrollbar-thumb,
.report-sector-table-wrap::-webkit-scrollbar-thumb {
  border: 2px solid #eef3ef;
  border-radius: 999px;
  background: #aebbb4;
}

.report-focus-table-wrap thead {
  position: static;
  background: #f5f7f4;
}

.report-focus-table-wrap thead th {
  position: sticky;
  top: 0;
  z-index: 21;
  padding: 5px 8px;
  border-bottom: 1px solid var(--line);
  background: #f5f7f4;
  background-clip: border-box;
  line-height: 1.12;
  box-shadow:
    0 1px 0 var(--line),
    0 10px 20px rgba(16, 24, 32, 0.12);
}

.report-focus-table-wrap thead .report-stock-head {
  z-index: 33;
  background: #f5f7f4;
}

.report-focus-table-wrap thead .report-signal-head {
  z-index: 32;
  background: #f5f7f4;
}

.report-focus-table-wrap td {
  padding: 5px 8px;
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  line-height: 1.16;
}

.report-focus-table-wrap tbody tr {
  transition: background 0.16s ease, transform 0.16s ease;
}

.report-focus-table-wrap tbody tr:nth-child(even) td {
  background: #fafcf9;
}

.report-focus-table-wrap tbody tr:nth-child(even) .report-stock-cell,
.report-focus-table-wrap tbody tr:nth-child(even) .report-signal-column {
  background: #fafcf9;
}

.report-focus-table-wrap tbody tr:hover td {
  background: #ffffff;
}

.report-focus-table-wrap tbody tr:hover .report-stock-cell,
.report-focus-table-wrap tbody tr:hover .report-signal-column {
  background: #ffffff;
}

.report-stock-head,
.report-stock-cell {
  position: sticky;
  left: 0;
  z-index: 12;
  width: 136px;
  background: #ffffff;
}

.report-signal-head,
.report-signal-column {
  position: sticky;
  left: 136px;
  z-index: 11;
  width: 242px;
  background: #ffffff;
  box-shadow: 14px 0 18px -20px rgba(16, 24, 32, 0.42);
}

.report-number-head {
  text-align: right;
}

.report-count-head,
.report-count-column {
  width: 88px;
  text-align: right;
}

.report-count-cell {
  justify-items: end;
}

.report-money-head,
.report-money-cell {
  width: 108px;
}

.report-money-head {
  text-align: right;
}

.report-money-cell {
  text-align: right;
  white-space: nowrap;
}

.report-price-head,
.report-price-cell {
  width: 96px;
  text-align: right;
}

.report-price-cell {
  color: #25332f;
  font-weight: 800;
  overflow: hidden;
  white-space: normal;
}

.report-price-head {
  overflow-wrap: anywhere;
  white-space: normal;
}

.report-price-pill {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 72px;
  min-height: 20px;
  padding: 2px 6px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(16, 24, 32, 0.04);
  line-height: 1;
}

.report-price-stack {
  display: grid;
  width: 100%;
  min-width: 0;
  justify-items: end;
  gap: 2px;
}

.report-price-delta {
  display: block;
  width: 100%;
  max-width: 100%;
  color: #68736f;
  font-size: 10px;
  font-weight: 780;
  line-height: 0.98;
  overflow-wrap: anywhere;
  text-align: right;
  white-space: normal;
}

.report-price-delta.delta-positive {
  color: #0f7a45;
}

.report-price-delta.delta-negative {
  color: #b42318;
}

.report-price-delta.delta-neutral {
  color: #52615c;
}

.report-price-pill.price-buy {
  border-color: rgba(15, 122, 69, 0.16);
  background: #f0f7f2;
  color: #0f6d42;
}

.report-price-pill.price-sell {
  border-color: rgba(180, 35, 24, 0.15);
  background: #fff3f0;
  color: #a33a2e;
}

.report-price-pill.price-current {
  border-color: rgba(46, 77, 109, 0.16);
  background: #f2f6fa;
  color: #243b53;
}

.report-price-pill.price-muted {
  border-color: rgba(16, 24, 32, 0.08);
  background: #f7f8f6;
  color: #87908c;
  font-weight: 740;
}

.report-holder-head {
  width: 70px;
  text-align: center;
}

.report-holder-cell {
  width: 70px;
  text-align: center;
  font-weight: 820;
}

.report-holder-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 21px;
  padding: 1px 7px;
  border: 1px solid rgba(16, 24, 32, 0.09);
  border-radius: 999px;
  background: #eef3ef;
  color: #17352c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.report-investor-head,
.report-investor-cell {
  width: 152px;
}

.report-stock-cell {
  border-left: 3px solid transparent;
}

.report-focus-table-wrap .table-company-meta {
  margin-top: 0;
  font-size: 11px;
  line-height: 1.1;
}

.report-focus-table-wrap .table-company-meta a,
.report-focus-table-wrap .table-company-meta small {
  display: block;
  line-height: 1.1;
}

.report-focus-table-wrap .table-company-meta a {
  color: #153329;
  font-size: 13px;
  font-weight: 900;
}

.report-focus-table-wrap .report-stock-link,
.report-focus-table-wrap .table-company-meta .report-stock-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-width: max-content;
  max-width: none;
  min-height: 22px;
  margin-bottom: 1px;
  padding: 2px 20px 2px 7px;
  border: 1px solid rgba(15, 122, 69, 0.34);
  border-radius: 6px;
  background: #edf7ef;
  color: #0d5836;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 rgba(15, 122, 69, 0.14);
  cursor: pointer;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    color 0.16s ease;
}

.report-focus-table-wrap .report-stock-link::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-58%) rotate(45deg);
  opacity: 0.78;
}

.report-focus-table-wrap .report-stock-link:hover,
.report-focus-table-wrap .report-stock-link:focus-visible {
  border-color: rgba(15, 122, 69, 0.72);
  background: #dff1e4;
  color: #063d28;
  text-decoration: none;
  box-shadow:
    inset 0 -1px 0 rgba(15, 122, 69, 0.2),
    0 0 0 3px rgba(15, 122, 69, 0.12);
}

.report-focus-table-wrap .table-company-meta small {
  margin-top: 0;
  font-size: 11px;
}

.report-focus-table-wrap .table-company-sector {
  display: inline-flex;
  width: fit-content;
  margin-top: 2px;
  padding: 1px 5px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 999px;
  background: #eef3ef;
  color: #52615c;
  font-size: 10px;
  font-weight: 760;
  line-height: 1.1;
}

.report-data-note {
  display: block;
  padding: 8px 10px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: var(--radius);
  background: #fbfcfa;
  color: #52615c;
  font-size: 12px;
  line-height: 1.45;
}

.report-data-note strong {
  color: var(--ink);
  font-weight: 900;
}

.report-data-note span,
.report-data-note small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.report-data-note small {
  color: #68736f;
  font-size: 11px;
  font-weight: 720;
}

.report-table-wrap table {
  min-width: 980px;
}

.report-signal-cell,
.report-count-cell {
  display: grid;
  gap: 2px;
}

.report-signal-cell strong,
.report-count-cell strong {
  color: var(--ink);
}

.report-signal-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.report-signal-badge.signal-positive {
  border-color: rgba(15, 122, 69, 0.2);
  background: #e8f6ef;
  color: #0f6b3f;
}

.report-signal-badge.signal-negative {
  border-color: rgba(180, 35, 24, 0.2);
  background: #fff0ec;
  color: #a23225;
}

.report-signal-badge.signal-cooling {
  border-color: rgba(154, 103, 11, 0.22);
  background: #fff5d8;
  color: #865c0a;
}

.report-signal-badge.signal-conflict,
.report-signal-badge.signal-divergent {
  border-color: rgba(42, 82, 152, 0.18);
  background: #edf3ff;
  color: #2f5492;
}

.report-signal-badge.signal-neutral {
  border-color: rgba(16, 24, 32, 0.1);
  background: #eef1ee;
  color: #52615c;
}

.report-signal-cell small,
.report-count-cell small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 720;
  line-height: 1.2;
}

.report-period-path {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 1px;
}

.report-period-path em {
  min-height: 18px;
  padding: 0 5px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 999px;
  background: #eef1ee;
  color: #52615c;
  font-size: 10px;
  font-style: normal;
  font-weight: 820;
  line-height: 18px;
}

.report-period-path em.path-positive {
  border-color: rgba(15, 122, 69, 0.16);
  background: #eef8f3;
  color: #166a43;
}

.report-period-path em.path-negative {
  border-color: rgba(180, 35, 24, 0.16);
  background: #fff2ef;
  color: #a33a2e;
}

.report-count-value {
  font-size: 15px;
  font-weight: 900;
}

.count-positive,
.money-positive {
  color: #0f7a45;
}

.report-count-cell .count-positive {
  color: #0f7a45;
}

.count-negative,
.money-negative {
  color: #b42318;
}

.report-count-cell .count-negative {
  color: #b42318;
}

.count-neutral,
.money-neutral {
  color: #52615c;
}

.report-count-cell .count-neutral {
  color: #52615c;
}

.report-investor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-height: 42px;
  overflow: hidden;
  align-items: center;
}

.report-investor-chip {
  display: inline-flex;
  align-items: center;
  max-width: 106px;
  min-height: 19px;
  padding: 2px 6px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 999px;
  background: #f2f5f1;
  color: #45534f;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.report-investor-empty {
  color: #87908c;
  font-size: 12px;
  font-weight: 760;
}

.report-sector-table-wrap {
  overflow: auto;
  background: #f7faf6;
}

.report-sector-table {
  min-width: 820px;
  table-layout: fixed;
  border-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.report-sector-table th {
  padding: 9px 12px;
  background: #edf3ee;
  color: #52615c;
  font-size: 11px;
  letter-spacing: 0;
}

.report-sector-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  background: #ffffff;
}

.report-sector-table tbody tr:nth-child(even) td {
  background: #fafcf9;
}

.report-sector-table tbody tr:hover td {
  background: #ffffff;
}

.sector-name-cell {
  width: 230px;
  border-left: 3px solid transparent;
}

.sector-name {
  display: block;
  color: #153329;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
}

.sector-net-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin-top: 5px;
  padding: 0 7px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 860;
  line-height: 1;
}

.sector-net-positive {
  border-color: rgba(15, 122, 69, 0.18);
  background: #e8f6ef;
  color: #0f6b3f;
}

.sector-net-negative {
  border-color: rgba(180, 35, 24, 0.18);
  background: #fff0ec;
  color: #a23225;
}

.sector-net-neutral {
  border-color: rgba(16, 24, 32, 0.1);
  background: #eef1ee;
  color: #52615c;
}

.sector-stock-cell {
  width: 120px;
}

.sector-stock-cell strong {
  display: block;
  color: #153329;
  font-size: 18px;
  font-weight: 920;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.sector-stock-cell span {
  display: block;
  margin-top: 3px;
  color: #68736f;
  font-size: 11px;
  font-weight: 760;
}

.sector-flow-cell {
  width: 330px;
}

.sector-flow-meter {
  position: relative;
  height: 10px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(90deg, #0f7a45 0 var(--buy-share), #d86455 var(--buy-share) 100%);
}

.sector-flow-meter::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  content: "";
  pointer-events: none;
}

.sector-flow-buy,
.sector-flow-sell {
  display: none;
}

.sector-flow-legend {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 6px;
  color: #68736f;
  font-size: 11px;
  font-weight: 820;
}

.flow-buy {
  color: #0f7a45;
}

.flow-sell {
  color: #b42318;
}

.sector-money-head,
.sector-money-cell {
  width: 150px;
  text-align: right;
}

.sector-money-cell {
  font-size: 14px;
  font-weight: 920;
  white-space: nowrap;
}

.bullet-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.empty {
  color: var(--muted);
}

@media (max-width: 1180px) {
  .app-shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    display: none;
  }

  .mobile-bar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    gap: 10px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
  }

  .mobile-bar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .mobile-nav {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .mobile-nav a {
    padding: 0 11px;
    background: #eef2f7;
    color: #475569;
  }

  .mobile-nav .nav-pro-link em {
    top: -6px;
    min-width: 22px;
    padding: 1px 4px;
    font-size: 8px;
  }

  .mobile-nav a.active {
    background: var(--blue-2);
    color: var(--blue);
  }

  .mobile-bar .auth-actions {
    justify-content: flex-end;
  }

  .language-switcher a {
    min-width: 34px;
    padding: 0 6px;
    font-size: 10px;
  }

  .mobile-bar .user-chip {
    color: var(--muted);
  }

  .page {
    width: min(100% - 28px, 900px);
    padding-top: 18px;
  }

  .hero-panel,
  .content-grid,
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .research-snapshot {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .investor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-stat-grid,
  .report-insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-lens-strip {
    grid-template-columns: 1fr;
  }

  .report-opportunity-brief {
    grid-template-columns: 1fr;
  }

  .report-opportunity-columns {
    grid-template-columns: 1fr;
  }

  .report-action-bar {
    overflow: hidden;
  }

  .report-action-links,
  .report-action-meta {
    width: 100%;
  }

  .report-action-meta {
    justify-content: center;
  }

  .watch-command,
  .watch-hero,
  .watch-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 14px;
  }

  .page {
    width: min(100% - 20px, 560px);
    padding-bottom: 42px;
  }

  .mobile-bar-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-bar .auth-actions {
    width: 100%;
  }

  .mobile-bar .auth-actions .button {
    flex: 1 1 130px;
  }

  .page-head,
  .detail-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .detail-head,
  .investor-detail-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .detail-head .head-actions {
    justify-self: stretch;
  }

  .detail-avatar-frame {
    width: 112px;
    height: 112px;
  }

  .hero-main {
    padding: 20px;
  }

  .hero-panel h1,
  .page-head h1,
  .detail-head h1 {
    font-size: 28px;
  }

  .avatar.large {
    width: 78px;
    height: 78px;
  }

  .detail-avatar-frame .avatar.large {
    width: 100%;
    height: 100%;
  }

  .metrics-grid,
  .investor-grid,
  .source-grid,
  .signal-grid,
  .report-grid,
  .report-stat-grid,
  .report-insight-grid,
  .report-lens-strip,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .promo-pricing-card {
    padding: 18px;
  }

  .billing-management-card {
    align-items: stretch;
    flex-direction: column;
  }

  .billing-management-card button {
    width: 100%;
  }

  .report-opportunity-brief {
    padding: 12px;
  }

  .report-opportunity-main h2 {
    font-size: 19px;
  }

  .report-opportunity-watch {
    align-items: flex-start;
    flex-direction: column;
  }

  .report-opportunity-watch small {
    text-align: left;
  }

  .report-action-bar {
    padding: 7px;
  }

  .report-action-links a {
    flex: 1 0 auto;
    justify-content: center;
  }

  .report-stock-head,
  .report-stock-cell {
    width: 132px;
  }

  .report-signal-head,
  .report-signal-column {
    left: 132px;
    width: 242px;
  }

  .current-price {
    font-size: 30px;
  }

  .profile-card-columns {
    grid-template-columns: 1fr;
  }

  .metric {
    min-height: 96px;
  }

  .timeline-row {
    grid-template-columns: 1fr;
  }

  .public-material-card {
    padding: 15px;
  }

  .public-material-card h3 {
    font-size: 17px;
  }

  .public-material-foot {
    align-items: stretch;
    flex-direction: column;
  }

  .public-material-foot .tag-row,
  .public-material-source {
    flex-basis: auto;
    width: 100%;
  }

  .toolbar {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .toolbar input {
    max-width: none;
  }

  .filter-submit,
  .filter-reset {
    width: 100%;
  }

  .admin-review-card {
    grid-template-columns: 1fr;
  }

  .admin-home-sync-panel,
  .admin-home-preview-metrics,
  .admin-home-preview-grid {
    grid-template-columns: 1fr;
  }

  .admin-home-preview-banner {
    grid-template-columns: 1fr;
  }

  .admin-home-preview-banner-actions {
    justify-content: flex-start;
  }

  .admin-review-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .pro-modal {
    padding: 12px;
  }

  .pro-modal-panel {
    max-height: calc(100svh - 24px);
    overflow-y: auto;
    padding: 18px;
  }

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

  .pro-modal-plans,
  .pro-modal-login {
    grid-template-columns: 1fr;
  }

  .watch-command-main,
  .watch-hero-copy {
    min-height: 168px;
    padding: 20px;
  }

  .watch-command-main h1,
  .watch-hero-copy h1 {
    font-size: 36px;
  }

  .watch-push-card {
    min-height: 0;
    padding: 18px;
  }

  .watch-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .watch-panel-head > span {
    max-width: none;
    text-align: left;
  }

  .watch-metrics,
  .watch-command-strip,
  .watch-add-form,
  .admin-console-grid,
  .admin-metric-grid {
    grid-template-columns: 1fr;
  }

  .watch-investor-card,
  .watch-alert-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .watch-investor-card form,
  .watch-investor-card button {
    width: 100%;
  }

  .maintenance-card {
    padding: 22px;
  }

  .maintenance-card h1 {
    font-size: 34px;
  }

  table {
    min-width: 680px;
  }

  .report-list-card {
    grid-template-columns: 1fr;
  }

  .report-reading-guide,
  .report-reading-grid,
  .report-data-note {
    grid-template-columns: 1fr;
  }

  .report-data-note small {
    grid-column: auto;
  }

  .report-open-button {
    justify-self: start;
  }

  th,
  td {
    padding: 11px 12px;
  }

  .stock-change-investor {
    align-items: flex-start;
    flex-direction: column;
  }

  .change-section-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .stock-pool-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .stock-title-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .stock-period-control {
    align-items: flex-start;
    flex-direction: column;
  }

  .quarter-toggle {
    width: 100%;
  }

  .quarter-toggle a {
    flex: 1 0 auto;
  }

  .stock-change-period,
  .stock-change-action-row,
  .stock-change-settlement {
    grid-template-columns: 1fr;
  }

  .stock-change-action-row {
    justify-items: start;
  }

  .stock-change-settlement div {
    justify-content: flex-start;
  }

  .analysis-article {
    padding: 16px;
  }

  .analysis-article p {
    font-size: 15px;
    line-height: 1.7;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }
}

body:not(.home-page) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0, rgba(255, 255, 255, 0) 280px),
    linear-gradient(120deg, rgba(227, 235, 232, 0.72), rgba(246, 244, 236, 0.9) 44%, rgba(232, 238, 242, 0.86)),
    var(--bg);
}

body:not(.home-page) .app-shell {
  grid-template-columns: 232px minmax(0, 1fr);
}

body:not(.home-page) .sidebar {
  padding: 18px 12px;
  border-right: 1px solid rgba(154, 166, 154, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 243, 239, 0.9)),
    var(--sidebar);
  color: var(--ink);
  box-shadow: 16px 0 44px rgba(16, 24, 32, 0.06);
}

body:not(.home-page) .brand {
  min-height: 48px;
  padding: 0 9px 16px;
  border-bottom-color: rgba(16, 24, 32, 0.1);
  color: var(--ink);
}

body:not(.home-page) .brand .guru-logo-mark {
  color: #f6d77c;
  background:
    linear-gradient(135deg, #0e171d 0%, #172722 60%, #263327 100%);
  box-shadow: 0 10px 24px rgba(16, 24, 32, 0.18);
}

body:not(.home-page) .brand .guru-logo-wordmark {
  color: var(--ink);
}

body:not(.home-page) .nav {
  gap: 7px;
}

body:not(.home-page) .nav a {
  min-height: 42px;
  padding: 0 13px;
  color: #53605d;
  font-weight: 820;
}

body:not(.home-page) .nav a.active,
body:not(.home-page) .nav a:hover {
  background: #111a20;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(17, 26, 32, 0.16);
}

body:not(.home-page) .sidebar-foot {
  border-top-color: rgba(16, 24, 32, 0.1);
}

body:not(.home-page) .sidebar-foot > .language-switcher {
  border-color: rgba(16, 24, 32, 0.16);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(16, 24, 32, 0.07);
}

body:not(.home-page) .sidebar-foot > .language-switcher a {
  color: #394642;
}

body:not(.home-page) .sidebar-foot > .language-switcher a:hover,
body:not(.home-page) .sidebar-foot > .language-switcher a.active {
  background: #111a20;
  color: #ffffff;
}

body:not(.home-page) .site-footer {
  color: #8b9893;
}

body:not(.home-page) .site-footer a {
  color: #5f6f69;
}

body:not(.home-page) .site-footer a:hover {
  color: #111a20;
}

body:not(.home-page) .sidebar-pro-button {
  border-color: rgba(155, 106, 24, 0.26);
  background: linear-gradient(135deg, #f4c95d, #f7df8a);
  box-shadow: 0 14px 30px rgba(155, 106, 24, 0.18);
}

body:not(.home-page) .user-chip {
  color: var(--ink);
}

body:not(.home-page) .user-pro-crown {
  border-color: rgba(155, 106, 24, 0.28);
  background: #f4c95d;
  color: #17201f;
}

body:not(.home-page) .page {
  width: min(1420px, calc(100% - 56px));
  padding-top: 34px;
}

body:not(.home-page) .page-head {
  position: relative;
  min-height: 128px;
  margin-bottom: 20px;
  padding: 18px 0 28px;
  border-bottom: 1px solid rgba(16, 24, 32, 0.1);
}

body:not(.home-page) .page-head::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: min(420px, 45vw);
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 201, 93, 0), rgba(17, 66, 56, 0.8));
  content: "";
}

body:not(.home-page) .page-head h1 {
  max-width: 860px;
  font-size: 42px;
  letter-spacing: 0;
}

body:not(.home-page) .page-subtitle {
  max-width: 680px;
  color: #5f6a66;
  font-size: 16px;
}

body:not(.home-page) .report-detail-head {
  min-height: 58px;
  margin-bottom: 12px;
  padding: 0 0 14px;
  gap: 16px;
}

body:not(.home-page) .report-detail-head::after {
  display: none;
}

body:not(.home-page) .report-detail-head > div:first-child {
  min-width: 0;
}

body:not(.home-page) .report-detail-head h1 {
  max-width: none;
  overflow: hidden;
  font-size: 28px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body:not(.home-page) .eyebrow,
body:not(.home-page) .card-meta {
  color: #9b6a18;
  letter-spacing: 0;
}

body:not(.home-page) .button,
body:not(.home-page) button {
  border-color: #111a20;
  background: #111a20;
  box-shadow: 0 10px 24px rgba(16, 24, 32, 0.12);
}

body:not(.home-page) .button.secondary {
  border-color: rgba(17, 26, 32, 0.14);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  box-shadow: none;
}

body:not(.home-page) .button.danger {
  border-color: #efc5bf;
  background: #fff5f3;
  color: var(--red);
  box-shadow: none;
}

body:not(.home-page) .toolbar,
body:not(.home-page) .form-panel {
  padding: 14px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

body:not(.home-page) .filter-toolbar {
  position: relative;
  overflow: hidden;
  border-color: rgba(16, 24, 32, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(246, 247, 242, 0.78)),
    rgba(255, 255, 255, 0.72);
}

body:not(.home-page) .filter-toolbar::before {
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background: linear-gradient(90deg, #111a20, #d8a735 46%, #0f766e);
  content: "";
}

body:not(.home-page) .filter-field > span {
  color: #8c6820;
}

body:not(.home-page) .toolbar input,
body:not(.home-page) .toolbar select,
body:not(.home-page) .form-panel input,
body:not(.home-page) .form-panel select {
  border-color: rgba(16, 24, 32, 0.14);
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body:not(.home-page) .filter-toolbar input,
body:not(.home-page) .filter-toolbar select {
  border-color: rgba(16, 24, 32, 0.1);
  background-color: rgba(255, 255, 255, 0.92);
}

body:not(.home-page) .filter-toolbar input:focus,
body:not(.home-page) .filter-toolbar select:focus {
  border-color: rgba(155, 106, 24, 0.52);
  box-shadow:
    0 0 0 3px rgba(216, 167, 53, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body:not(.home-page) .filter-submit {
  box-shadow: 0 12px 24px rgba(16, 24, 32, 0.16);
}

body:not(.home-page) .filter-reset {
  color: #52615c;
}

.directory-grid {
  display: grid;
  gap: 14px;
  margin: 0 0 24px;
}

.investor-directory-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stock-directory-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.directory-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 184px;
  gap: 14px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.directory-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #111a20, #d8a735 42%, #0f766e);
  content: "";
}

.directory-card:hover {
  border-color: rgba(155, 106, 24, 0.35);
  text-decoration: none;
  transform: translateY(-2px);
}

.directory-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.directory-card-head strong,
.directory-card-head small,
.directory-card-body,
.directory-stat-row em,
.directory-stat-row small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.directory-card-head strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
}

.directory-card-head small,
.directory-card-body,
.directory-stat-row small {
  color: #64706c;
  font-size: 14px;
  font-weight: 740;
}

.directory-card-body {
  min-height: 34px;
  line-height: 1.45;
  white-space: normal;
}

.directory-profile-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.intro-link-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
}

.intro-link-label {
  border: 1px solid rgba(155, 106, 24, 0.22);
  background: rgba(216, 167, 53, 0.12);
  color: #8a5b12;
}

.investor-table-wrap .identity {
  gap: 12px;
  min-width: 0;
}

.investor-table-wrap .identity-logo {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
}

.investor-table-wrap table {
  min-width: 0;
  table-layout: fixed;
  width: 100%;
}

.investor-table-wrap th:first-child,
.investor-table-wrap td:first-child {
  width: 42%;
}

.investor-table-wrap th:nth-child(2),
.investor-table-wrap td:nth-child(2) {
  width: 31%;
}

.investor-table-wrap th:nth-child(3),
.investor-table-wrap td:nth-child(3) {
  width: 8%;
}

.investor-table-wrap th:nth-child(4),
.investor-table-wrap td:nth-child(4) {
  width: 12%;
}

.investor-table-wrap th:nth-child(5),
.investor-table-wrap td:nth-child(5) {
  width: 7%;
}

.investor-table-wrap td:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.investor-table-wrap td:nth-child(2) {
  white-space: nowrap;
}

.investor-table-wrap .identity-text a {
  color: var(--ink);
  display: -webkit-box;
  font-size: 17px;
  font-weight: 860;
  line-height: 1.25;
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.directory-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
}

.stock-directory-card .directory-stat-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.directory-stat-row > span {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: var(--radius);
  background: rgba(246, 247, 242, 0.82);
}

.directory-stat-row em {
  color: var(--ink);
  font-style: normal;
  font-weight: 860;
}

.directory-table-title {
  margin-top: 30px;
}

.firm-directory-title {
  align-items: flex-end;
  gap: 16px;
}

.firm-directory-title > div:first-child {
  display: grid;
  gap: 3px;
}

.firm-directory-summary {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.firm-directory-summary span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #52615c;
  font-size: 12px;
  font-weight: 820;
}

.firm-directory-summary strong {
  color: var(--ink);
  font-size: 13px;
}

.firm-table-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px 8px;
}

.firm-table-toolbar span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.firm-table-toolbar small {
  color: #68736f;
  font-size: 12px;
  font-weight: 740;
  text-align: right;
}

.firm-table {
  min-width: 0;
}

.firm-table tbody tr {
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.firm-table tbody tr:hover {
  transform: translateY(-1px);
}

.firm-table tbody tr:hover td {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 24, 32, 0.07);
}

.firm-table tbody td {
  background: rgba(255, 255, 255, 0.78);
}

.firm-table tbody td:first-child {
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}

.firm-table tbody td:last-child {
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

.firm-cell {
  padding: 9px 10px;
}

.firm-identity-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--ink);
}

.firm-identity-link:hover {
  color: var(--ink);
  text-decoration: none;
}

.firm-identity-link .identity-logo {
  box-shadow: 0 8px 18px rgba(16, 24, 32, 0.1);
}

.firm-identity-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.firm-identity-copy strong,
.firm-identity-copy small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.firm-identity-copy strong {
  display: -webkit-box;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.firm-identity-copy small {
  color: #68736f;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.firm-open-indicator {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 999px;
  background: #f5f7f4;
  color: #52615c;
  font-size: 11px;
  font-weight: 900;
}

.firm-identity-link:hover .firm-open-indicator {
  border-color: rgba(15, 118, 110, 0.28);
  background: #e7f6ee;
  color: #0f766e;
}

.firm-strategy-chip,
.firm-content-pill {
  display: inline-flex;
  max-width: 100%;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 860;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.firm-strategy-chip {
  border: 1px solid rgba(15, 118, 110, 0.16);
  background: #e7f6ee;
  color: #0f766e;
  min-height: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: normal;
  -webkit-line-clamp: 2;
}

.firm-content-pill {
  min-width: 34px;
  justify-content: center;
  border: 1px solid rgba(18, 63, 109, 0.16);
  background: #e6eef8;
  color: #123f6d;
}

.firm-number-cell strong,
.firm-money-cell strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
}

.firm-number-cell small,
.firm-money-cell small {
  display: block;
  margin-top: 2px;
  color: #7a8581;
  font-size: 10px;
  font-weight: 820;
  line-height: 1;
}

body:not(.home-page) .metric,
body:not(.home-page) .card,
body:not(.home-page) .investor-card,
body:not(.home-page) .source-card,
body:not(.home-page) .signal-card,
body:not(.home-page) .profile-card,
body:not(.home-page) .analysis-article,
body:not(.home-page) .stock-change-group,
body:not(.home-page) .table-wrap {
  border-color: rgba(16, 24, 32, 0.1);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

body:not(.home-page) .signal-card,
body:not(.home-page) .source-card,
body:not(.home-page) .metric {
  min-height: 112px;
  padding: 17px;
}

body:not(.home-page) .source-card strong,
body:not(.home-page) .signal-card strong {
  color: #111a20;
}

body:not(.home-page) .valuation-metrics {
  flex-wrap: wrap;
  overflow: visible;
  white-space: normal;
}

body:not(.home-page) .valuation-metrics strong,
body:not(.home-page) .valuation-metrics span {
  white-space: normal;
}

body:not(.home-page) .detail-head {
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
  padding: 28px;
  border: 0;
  background:
    linear-gradient(135deg, rgba(17, 26, 32, 0.97), rgba(24, 52, 47, 0.96) 62%, rgba(126, 88, 23, 0.86)),
    #111a20;
  color: #ffffff;
  box-shadow: 0 28px 72px rgba(16, 24, 32, 0.24);
}

body:not(.home-page) .detail-head::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0) 58%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 22px);
  content: "";
  pointer-events: none;
}

body:not(.home-page) .detail-head > * {
  position: relative;
  z-index: 1;
}

body:not(.home-page) .detail-head h1,
body:not(.home-page) .detail-head h1 span {
  color: #ffffff;
}

body:not(.home-page) .detail-head p {
  color: rgba(255, 255, 255, 0.74);
}

body:not(.home-page) .detail-head .profile-headline {
  color: rgba(255, 255, 255, 0.88);
}

body:not(.home-page) .detail-head .eyebrow {
  color: #f3ca6b;
}

body:not(.home-page) .detail-head a {
  color: #ffe39a;
}

body:not(.home-page) .detail-head .badge.neutral {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
}

body:not(.home-page) .detail-avatar-frame,
body:not(.home-page) .ticker-tile {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

body:not(.home-page) .detail-avatar-frame.detail-avatar-logo {
  border-color: rgba(16, 24, 32, 0.1);
  background: #ffffff;
}

.detail-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.detail-stat-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 780;
  backdrop-filter: blur(12px);
}

.detail-stat-strip strong {
  margin-right: 6px;
  color: #ffffff;
  font-weight: 900;
}

.profile-13f-snapshot {
  display: grid;
  gap: 6px;
  max-width: 780px;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.profile-13f-snapshot span {
  color: #f3ca6b;
  font-size: 11px;
  font-weight: 880;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.profile-13f-snapshot strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 880;
  line-height: 1.35;
}

.profile-13f-snapshot small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
}

body:not(.home-page) .table-wrap {
  padding: 6px;
  overflow-x: auto;
}

body:not(.home-page) .investor-table-wrap {
  overflow-x: visible;
}

body:not(.home-page) table {
  border-collapse: separate;
  border-spacing: 0 8px;
}

body:not(.home-page) th {
  padding: 7px 13px;
  border-bottom: 0;
  background: transparent;
  color: #68736f;
  letter-spacing: 0;
}

body:not(.home-page) .report-focus-table-wrap {
  padding: 0;
  max-height: none;
  overflow: visible;
  background: #f5f7f4;
  backdrop-filter: none;
}

body:not(.home-page) .report-focus-table-wrap table {
  border-spacing: 0;
  background: #f5f7f4;
}

body:not(.home-page) .report-focus-table-wrap thead {
  position: static;
  background: #f5f7f4;
}

body:not(.home-page) .report-focus-table-wrap thead th {
  position: sticky;
  top: 0;
  z-index: 21;
  padding: 5px 8px;
  border-bottom: 1px solid var(--line);
  background: #f5f7f4;
  background-clip: border-box;
  color: #475569;
  line-height: 1.12;
  box-shadow:
    0 1px 0 var(--line),
    0 12px 22px rgba(16, 24, 32, 0.14);
}

body:not(.home-page) .report-focus-table-wrap thead .report-stock-head {
  z-index: 33;
  background: #f5f7f4;
}

body:not(.home-page) .report-focus-table-wrap thead .report-signal-head {
  z-index: 32;
  background: #f5f7f4;
}

body:not(.home-page) .report-focus-table-wrap td {
  padding: 5px 8px;
  line-height: 1.16;
}

body:not(.home-page) td {
  padding: 14px 13px;
  border-top: 1px solid rgba(16, 24, 32, 0.07);
  border-bottom: 1px solid rgba(16, 24, 32, 0.07);
  background: rgba(255, 255, 255, 0.72);
}

body:not(.home-page) td:first-child {
  border-left: 1px solid rgba(16, 24, 32, 0.07);
  border-radius: var(--radius) 0 0 var(--radius);
}

body:not(.home-page) td:last-child {
  border-right: 1px solid rgba(16, 24, 32, 0.07);
  border-radius: 0 var(--radius) var(--radius) 0;
}

body:not(.home-page) tbody tr:hover td {
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(16, 24, 32, 0.08);
}

body:not(.home-page) .report-focus-table-wrap td {
  border-top: 0;
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  background: #ffffff;
  box-shadow: none;
}

body:not(.home-page) .report-focus-table-wrap tbody tr:nth-child(even) td {
  background: #fafcf9;
}

body:not(.home-page) .report-focus-table-wrap tbody tr:nth-child(even) .report-stock-cell,
body:not(.home-page) .report-focus-table-wrap tbody tr:nth-child(even) .report-signal-column {
  background: #fafcf9;
}

body:not(.home-page) .report-focus-table-wrap td:first-child {
  border-left: 3px solid transparent;
  border-radius: 0;
}

body:not(.home-page) .report-focus-table-wrap td:last-child {
  border-right: 0;
  border-radius: 0;
}

body:not(.home-page) .report-focus-table-wrap tbody tr:hover td {
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(16, 24, 32, 0.05), inset 0 -1px 0 rgba(16, 24, 32, 0.05);
}

body:not(.home-page) .report-focus-table-wrap tbody tr:hover .report-stock-cell,
body:not(.home-page) .report-focus-table-wrap tbody tr:hover .report-signal-column {
  background: #ffffff;
}

body:not(.home-page) .report-focus-table-wrap tbody tr:hover .report-stock-cell {
  border-left-color: #0f7a45;
}

body:not(.home-page) .report-sector-table-wrap {
  padding: 0;
  overflow: auto;
  background: #f7faf6;
  backdrop-filter: none;
}

body:not(.home-page) .report-sector-table {
  border-spacing: 0;
  background: #f7faf6;
}

body:not(.home-page) .report-sector-table th {
  padding: 9px 12px;
  background: #edf3ee;
  color: #52615c;
}

body:not(.home-page) .report-sector-table td {
  border-top: 0;
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  background: #ffffff;
  box-shadow: none;
}

body:not(.home-page) .report-sector-table tbody tr:nth-child(even) td {
  background: #fafcf9;
}

body:not(.home-page) .report-sector-table td:first-child {
  border-left: 3px solid transparent;
  border-radius: 0;
}

body:not(.home-page) .report-sector-table td:last-child {
  border-right: 0;
  border-radius: 0;
}

body:not(.home-page) .report-sector-table tbody tr:hover td {
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(16, 24, 32, 0.05), inset 0 -1px 0 rgba(16, 24, 32, 0.05);
}

body:not(.home-page) .report-sector-table tbody tr:hover .sector-name-cell {
  border-left-color: #153329;
}

body:not(.home-page) .identity-logo,
body:not(.home-page) .avatar {
  border-color: rgba(16, 24, 32, 0.1);
  box-shadow: 0 8px 18px rgba(16, 24, 32, 0.08);
}

body:not(.home-page) .badge {
  border: 1px solid transparent;
  font-weight: 860;
}

body:not(.home-page) .neutral {
  border-color: rgba(16, 24, 32, 0.08);
  background: #eef1ee;
  color: #52615c;
}

body:not(.home-page) .change-new,
body:not(.home-page) .change-increased,
body:not(.home-page) .change-added {
  border-color: rgba(15, 122, 69, 0.12);
}

body:not(.home-page) .change-reduced,
body:not(.home-page) .change-trimmed,
body:not(.home-page) .change-sold_out {
  border-color: rgba(180, 35, 24, 0.12);
}

body:not(.home-page) .stock-change-group {
  background: rgba(255, 255, 255, 0.84);
}

body:not(.home-page) .stock-change-summary article {
  position: relative;
  overflow: hidden;
  border-color: rgba(16, 24, 32, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(246, 247, 242, 0.72)),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

body:not(.home-page) .stock-change-summary article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #111a20, #d8a735 48%, #0f766e);
  content: "";
}

body:not(.home-page) .stock-change-summary strong {
  color: #111a20;
}

body:not(.home-page) .quarter-toggle {
  border-color: rgba(16, 24, 32, 0.1);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
}

body:not(.home-page) .quarter-toggle a.active,
body:not(.home-page) .quarter-toggle a:hover {
  background: #111a20;
  color: #ffffff;
}

body:not(.home-page) .stock-change-investor {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #111a20, #1c302b);
  color: #ffffff;
}

body:not(.home-page) .stock-change-investor a {
  color: #ffffff;
}

body:not(.home-page) .stock-change-investor .muted,
body:not(.home-page) .stock-change-investor > span:last-child {
  color: rgba(255, 255, 255, 0.64);
}

body:not(.home-page) .stock-change-period {
  position: relative;
  padding: 16px 18px;
}

body:not(.home-page) .stock-change-period::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 154px;
  width: 1px;
  background: linear-gradient(180deg, rgba(155, 106, 24, 0.35), rgba(15, 118, 110, 0.22));
  content: "";
}

body:not(.home-page) .stock-change-settlement {
  border-top-color: rgba(16, 24, 32, 0.08);
  background: linear-gradient(90deg, rgba(246, 247, 242, 0.92), rgba(237, 242, 240, 0.9));
}

body:not(.home-page) .stock-change-settlement div span {
  border-color: rgba(16, 24, 32, 0.1);
  background: #ffffff;
  box-shadow: 0 7px 16px rgba(16, 24, 32, 0.05);
}

body:not(.home-page) .timeline-list {
  gap: 12px;
}

body:not(.home-page) .timeline-row {
  grid-template-columns: 118px minmax(0, 1fr) auto;
  padding: 16px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

body:not(.home-page) .timeline-row time {
  color: #9b6a18;
}

body:not(.home-page) .analysis-article {
  background: rgba(255, 255, 255, 0.84);
}

@media (max-width: 1180px) {
  body:not(.home-page) .app-shell {
    grid-template-columns: 1fr;
  }

  body:not(.home-page) .mobile-bar {
    border-bottom-color: rgba(16, 24, 32, 0.1);
    background: rgba(251, 250, 244, 0.9);
    box-shadow: 0 12px 28px rgba(16, 24, 32, 0.08);
  }

  body:not(.home-page) .mobile-nav a {
    background: rgba(255, 255, 255, 0.74);
    color: #53605d;
  }

  body:not(.home-page) .mobile-nav a.active {
    background: #111a20;
    color: #ffffff;
  }

  body:not(.home-page) .report-focus-table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
  }

  body:not(.home-page) .report-focus-table-wrap thead,
  body:not(.home-page) .report-focus-table-wrap thead th {
    top: 0;
  }

  .stock-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stock-change-section {
    scroll-margin-top: 154px;
  }

  .stock-change-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body:not(.home-page) .page {
    width: min(100% - 24px, 580px);
    padding-top: 20px;
  }

  body:not(.home-page) .page-head h1 {
    font-size: 31px;
  }

  body:not(.home-page) .report-detail-head h1 {
    font-size: 22px;
  }

  body:not(.home-page) .detail-head {
    padding: 20px;
  }

  .investor-directory-grid,
  .stock-directory-grid {
    grid-template-columns: 1fr;
  }

  .stock-change-summary {
    grid-template-columns: 1fr;
  }

  .directory-card {
    min-height: 156px;
  }

  body:not(.home-page) .stock-change-period::before {
    display: none;
  }

  body:not(.home-page) .timeline-row {
    grid-template-columns: 1fr;
  }
}

.home-page {
  background: #f4f7f3;
  color: #13201e;
}

.home-page .app-shell {
  display: block;
  min-height: 100vh;
}

.home-page .sidebar,
.home-page .mobile-bar {
  display: none;
}

.home-page .page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.home-page a:hover {
  text-decoration: none;
}

.home-hero {
  position: relative;
  display: flex;
  min-height: 86vh;
  min-height: 86svh;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 10, 16, 0.9) 0%, rgba(5, 10, 16, 0.72) 38%, rgba(5, 10, 16, 0.24) 74%),
    linear-gradient(180deg, rgba(5, 10, 16, 0.1) 0%, rgba(5, 10, 16, 0.82) 100%),
    url("/static/images/home-hero.png") center / cover no-repeat;
  color: #ffffff;
}

.consumer-nav,
.home-hero-content,
.home-signal-strip,
.consumer-inner,
.home-proof-grid {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.consumer-nav {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 76px;
}

.consumer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-weight: 860;
}

.consumer-brand .guru-logo-mark {
  border-color: rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(9, 15, 19, 0.96), rgba(18, 43, 37, 0.92));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.consumer-brand .guru-logo-wordmark {
  color: #ffffff;
}

.consumer-brand .guru-logo-wordmark span {
  color: #f4c95d;
}

.consumer-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.consumer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.76);
  font-weight: 760;
}

.consumer-links a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.consumer-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.home-language-switcher {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.home-nav-button,
.button.home-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(14px);
}

.home-hero-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 58px 0 46px;
}

.home-kicker {
  margin: 0 0 12px;
  color: #f3c65f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: 88px;
  line-height: 0.96;
  letter-spacing: 0;
}

.home-hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 21px;
  font-weight: 620;
  line-height: 1.55;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button.home-primary {
  min-height: 48px;
  padding: 0 20px;
  border-color: #f4c95d;
  background: #f4c95d;
  color: #17201f;
  box-shadow: 0 14px 30px rgba(244, 201, 93, 0.24);
}

.button.home-secondary {
  min-height: 48px;
  padding: 0 20px;
}

.button.home-secondary.light {
  border-color: #cbd5d1;
  background: #ffffff;
  color: #174238;
  backdrop-filter: none;
}

.home-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.home-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 780;
}

.home-signal-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 24px;
}

.home-signal-pill {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 72px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(9, 17, 24, 0.64);
  color: #ffffff;
  backdrop-filter: blur(18px);
}

.home-signal-pill strong,
.home-signal-pill small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-signal-pill strong {
  font-size: 16px;
}

.home-signal-pill small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 740;
}

.home-proof-band {
  background: #ffffff;
  border-bottom: 1px solid #dfe6e3;
}

.home-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-proof-grid div {
  min-height: 126px;
  padding: 24px 18px;
  border-right: 1px solid #dfe6e3;
}

.home-proof-grid div:first-child {
  border-left: 1px solid #dfe6e3;
}

.home-proof-grid strong,
.home-proof-grid span {
  display: block;
}

.home-proof-grid strong {
  color: #10201d;
  font-size: 38px;
  line-height: 1;
}

.home-proof-grid span {
  margin-top: 10px;
  color: #60706b;
  font-weight: 760;
}

.consumer-section {
  padding: 84px 0;
  background: #f7f9f5;
}

.home-section-tint {
  background: #edf4ef;
}

.home-section-dark {
  background: #101816;
  color: #ffffff;
}

.home-section-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.home-section-head-row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.home-section-head h2,
.home-final-cta h2 {
  margin: 0;
  color: #10201d;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-section-dark .home-section-head h2 {
  color: #ffffff;
}

.home-section-head p:not(.home-kicker) {
  margin: 14px 0 0;
  color: #5f706b;
  font-size: 18px;
  line-height: 1.65;
}

.home-section-dark .home-section-head p:not(.home-kicker) {
  color: rgba(255, 255, 255, 0.7);
}

.home-text-link {
  color: #174238;
  font-weight: 840;
  white-space: nowrap;
}

.home-text-link:hover {
  color: #0e6f58;
}

.dark-link {
  color: #f4c95d;
}

.home-feature-grid,
.home-signal-grid,
.home-investor-grid,
.home-content-grid {
  display: grid;
  gap: 14px;
}

.home-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-feature,
.home-signal-card,
.home-investor-card,
.home-content-card {
  border: 1px solid #d9e3de;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(16, 32, 29, 0.07);
}

.home-feature {
  min-height: 218px;
  padding: 24px;
}

.feature-index {
  color: #a67718;
  font-size: 13px;
  font-weight: 900;
}

.home-feature h3 {
  margin: 42px 0 10px;
  color: #10201d;
  font-size: 25px;
  line-height: 1.15;
}

.home-feature p {
  margin: 0;
  color: #5f706b;
  font-size: 16px;
  line-height: 1.65;
}

.home-signal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-signal-card {
  display: grid;
  gap: 9px;
  min-height: 236px;
  padding: 18px;
  color: #13201e;
}

.home-signal-card:hover,
.home-investor-card:hover,
.home-content-card:hover {
  border-color: #9dbdb3;
  transform: translateY(-2px);
}

.home-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.home-signal-card > strong {
  margin-top: 12px;
  color: #10201d;
  font-size: 34px;
  line-height: 1;
}

.home-signal-name,
.home-signal-investor,
.home-signal-meta,
.home-signal-filing {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-signal-name {
  color: #53645f;
  font-weight: 760;
}

.home-signal-investor {
  color: #10201d;
  font-weight: 820;
}

.home-signal-meta {
  color: #6a7975;
  font-size: 13px;
  font-weight: 760;
}

.home-signal-filing {
  margin-top: auto;
  color: #3f554f;
  font-size: 12px;
  font-weight: 820;
}

.home-investor-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-investor-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 132px;
  padding: 18px;
  color: #13201e;
}

.home-investor-card .avatar {
  width: 56px;
  height: 56px;
}

.home-investor-card strong,
.home-investor-card small,
.home-investor-card em {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-investor-card strong {
  color: #10201d;
  font-size: 19px;
  line-height: 1.18;
}

.home-investor-card small {
  margin-top: 2px;
  color: #64736f;
  font-size: 14px;
  font-weight: 720;
}

.home-investor-card em {
  margin-top: 8px;
  color: #a67718;
  font-size: 13px;
  font-style: normal;
  font-weight: 840;
}

.home-content-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-content-card {
  display: grid;
  gap: 10px;
  min-height: 284px;
  padding: 18px;
  border-color: rgba(255, 255, 255, 0.12);
  background: #17211f;
  color: #ffffff;
  box-shadow: none;
}

.home-content-card time {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 780;
}

.home-content-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.home-content-card h3 a {
  color: #ffffff;
}

.home-content-card p {
  display: -webkit-box;
  min-height: 72px;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-content-card .timeline-investor {
  color: rgba(255, 255, 255, 0.62);
}

.home-content-card .badge {
  width: fit-content;
  margin-top: auto;
}

.home-final-cta {
  padding: 82px 0 88px;
  background:
    linear-gradient(90deg, rgba(244, 201, 93, 0.2), rgba(17, 66, 56, 0.12)),
    #ffffff;
}

.home-final-cta .consumer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.home-final-cta .home-kicker,
.home-final-cta h2 {
  grid-column: 1;
}

.home-final-cta h2 {
  max-width: 720px;
}

.home-final-cta .home-hero-actions {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-content: flex-end;
  margin-top: 0;
}

@media (max-width: 1180px) {
  .consumer-nav,
  .home-hero-content,
  .home-signal-strip,
  .consumer-inner,
  .home-proof-grid {
    width: min(100% - 32px, 920px);
  }

  .home-hero h1 {
    font-size: 68px;
  }

  .home-signal-strip,
  .home-feature-grid,
  .home-signal-grid,
  .home-investor-grid,
  .home-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proof-grid div:nth-child(odd) {
    border-left: 1px solid #dfe6e3;
  }

  .home-section-head h2,
  .home-final-cta h2 {
    font-size: 34px;
  }
}

@media (max-width: 760px) {
  .home-hero {
    min-height: 88vh;
    min-height: 88svh;
    background-position: center right 28%;
  }

  .consumer-nav {
    grid-template-columns: 1fr auto;
    min-height: 66px;
  }

  .consumer-links {
    display: none;
  }

  .home-nav-button {
    min-height: 36px;
    padding: 0 12px;
  }

  .home-hero-content {
    padding: 44px 0 28px;
  }

  .home-hero h1 {
    font-size: 52px;
  }

  .home-hero-copy {
    max-width: 520px;
    margin-top: 18px;
    font-size: 18px;
  }

  .home-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-trust-row span {
    flex: 1 1 150px;
    justify-content: center;
  }

  .home-signal-strip,
  .home-feature-grid,
  .home-signal-grid,
  .home-investor-grid,
  .home-content-grid,
  .home-proof-grid,
  .home-final-cta .consumer-inner {
    grid-template-columns: 1fr;
  }

  .home-signal-strip {
    padding-bottom: 16px;
  }

  .home-proof-grid div,
  .home-proof-grid div:first-child,
  .home-proof-grid div:nth-child(odd) {
    min-height: 96px;
    border-right: 1px solid #dfe6e3;
    border-left: 1px solid #dfe6e3;
  }

  .consumer-section {
    padding: 58px 0;
  }

  .home-section-head-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-section-head h2,
  .home-final-cta h2 {
    font-size: 30px;
  }

  .home-feature {
    min-height: 188px;
  }

  .home-feature h3 {
    margin-top: 28px;
  }

  .home-final-cta .home-kicker,
  .home-final-cta h2,
  .home-final-cta .home-hero-actions {
    grid-column: 1;
    grid-row: auto;
  }
}

/* Homepage radar redesign */
.home-page {
  background: #f4f2ea;
  color: #141b1a;
}

.home-radar-hero {
  min-height: 82vh;
  min-height: 82svh;
  background:
    linear-gradient(90deg, rgba(8, 13, 17, 0.94) 0%, rgba(8, 13, 17, 0.79) 44%, rgba(8, 13, 17, 0.34) 78%),
    linear-gradient(180deg, rgba(8, 13, 17, 0.12) 0%, rgba(8, 13, 17, 0.88) 100%),
    url("/static/images/home-hero.png") center / cover no-repeat;
}

.home-radar-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 13, 17, 0) 72%, rgba(8, 13, 17, 0.52) 100%),
    linear-gradient(90deg, rgba(244, 201, 93, 0.16), rgba(42, 119, 105, 0.08) 40%, rgba(255, 255, 255, 0));
  content: "";
  pointer-events: none;
}

.home-radar-hero > * {
  position: relative;
  z-index: 2;
}

.home-radar-nav {
  min-height: 82px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-radar-nav .consumer-brand {
  color: #ffffff;
}

.home-radar-nav .consumer-brand .guru-logo-mark {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
}

.home-radar-nav .consumer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.home-radar-nav .consumer-links a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.home-radar-hero .home-nav-button,
.home-radar-hero .button.home-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.home-radar-hero-content {
  margin-top: 0;
  padding: 64px 0 22px;
}

.home-radar-hero .home-kicker {
  color: #f5c65a;
}

.home-radar-hero h1 {
  max-width: 880px;
  font-size: 96px;
  font-weight: 920;
  line-height: 0.94;
  letter-spacing: 0;
}

.home-radar-hero .home-hero-copy {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 22px;
  line-height: 1.58;
}

.home-radar-hero .home-hero-actions {
  margin-top: 30px;
}

.home-radar-hero .button.home-primary,
.home-radar-cta .button.home-primary {
  border-color: #f4c95d;
  background: #f4c95d;
  color: #151b18;
  box-shadow: 0 16px 36px rgba(244, 201, 93, 0.28);
}

.home-radar-hero .button.home-primary:hover,
.home-radar-cta .button.home-primary:hover {
  background: #ffda73;
  color: #151b18;
}

.home-radar-hero .home-trust-row span {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
}

.home-radar-console {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(11, 18, 20, 0.7);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(22px);
}

.home-console-head {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-console-head span,
.home-console-head strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-console-head span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-console-head strong {
  color: #ffffff;
  font-size: 13px;
}

.home-console-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-console-metric {
  display: grid;
  align-content: start;
  gap: 6px;
  height: auto;
  min-height: 132px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.home-console-metric:last-child {
  border-right: 0;
}

.home-console-metric:hover {
  background: rgba(255, 255, 255, 0.06);
}

.home-console-metric span,
.home-console-metric strong,
.home-console-metric small {
  display: block;
  min-width: 0;
}

.home-console-metric span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.28;
  overflow: visible;
  white-space: normal;
}

.home-console-metric strong {
  color: #d9f7e7;
  font-size: 30px;
  line-height: 1.05;
  overflow-wrap: anywhere;
  white-space: normal;
}

.home-console-metric small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.35;
  overflow: visible;
  overflow-wrap: anywhere;
  white-space: normal;
}

.home-console-metric.metric-negative strong {
  color: #ffad9d;
}

.home-console-metric.metric-warning strong {
  color: #f5c65a;
}

.home-console-metric.metric-neutral strong {
  color: #d4e1ff;
}

.home-radar-strip {
  padding-bottom: 24px;
}

.home-radar-strip .home-signal-pill {
  min-height: 76px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
}

.home-radar-proof {
  border-bottom: 1px solid #ddd8c8;
  background: #f8f5ed;
}

.home-radar-proof .home-proof-grid div {
  min-height: 116px;
  border-color: #ddd8c8;
}

.home-radar-proof .home-proof-grid strong {
  color: #141b1a;
}

.home-radar-proof .home-proof-grid span {
  color: #64706b;
}

.home-intel-section {
  background:
    linear-gradient(180deg, #f8f5ed, #eef4ef);
}

.home-intel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
  gap: 16px;
  align-items: stretch;
}

.home-intel-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.home-intel-board,
.home-lens-item {
  border: 1px solid rgba(20, 31, 29, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 22px 54px rgba(16, 32, 29, 0.08);
}

.home-intel-board {
  overflow: hidden;
  background: #111a1a;
  color: #ffffff;
}

.home-board-head {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-board-head span,
.home-board-head strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-board-head span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 820;
}

.home-board-head strong {
  color: #f5c65a;
  font-size: 13px;
}

.home-board-head em {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-style: normal;
  font-weight: 780;
}

.home-focus-list {
  display: grid;
}

.home-focus-row {
  display: grid;
  grid-template-columns: minmax(76px, 0.55fr) minmax(0, 1.2fr) minmax(116px, 0.82fr) minmax(138px, 0.94fr);
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

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

.home-focus-row:hover {
  background: rgba(255, 255, 255, 0.06);
}

.home-focus-ticker,
.home-focus-signal,
.home-focus-flow b,
.home-focus-flow small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-focus-ticker {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.home-focus-signal {
  width: fit-content;
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid rgba(244, 201, 93, 0.28);
  border-radius: 999px;
  background: rgba(244, 201, 93, 0.12);
  color: #f5c65a;
  font-size: 12px;
  font-weight: 900;
}

.home-focus-signal.signal-positive {
  border-color: rgba(72, 211, 135, 0.3);
  background: rgba(30, 132, 83, 0.24);
  color: #8df0b7;
}

.home-focus-signal.signal-negative {
  border-color: rgba(255, 128, 101, 0.3);
  background: rgba(170, 54, 39, 0.24);
  color: #ffb09e;
}

.home-focus-signal.signal-cooling {
  border-color: rgba(245, 198, 90, 0.32);
  background: rgba(168, 113, 17, 0.24);
  color: #ffd36d;
}

.home-focus-signal.signal-conflict,
.home-focus-signal.signal-divergent {
  border-color: rgba(130, 170, 255, 0.28);
  background: rgba(67, 102, 170, 0.22);
  color: #bad0ff;
}

.home-focus-signal.signal-neutral {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
}

.home-focus-flow b {
  color: #d9f7e7;
  font-size: 15px;
}

.home-focus-flow b.count-positive,
.home-focus-flow b.money-positive {
  color: #8df0b7;
}

.home-focus-flow b.count-negative,
.home-focus-flow b.money-negative {
  color: #ffad9b;
}

.home-focus-flow b.count-neutral,
.home-focus-flow b.money-neutral {
  color: rgba(255, 255, 255, 0.74);
}

.home-focus-flow small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 740;
}

.home-lens-stack {
  display: grid;
  gap: 12px;
}

.home-lens-item {
  display: grid;
  align-content: start;
  gap: 9px;
  height: auto;
  min-height: 128px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: #141b1a;
}

.home-lens-item:hover {
  border-color: #99b8ad;
  transform: translateY(-2px);
}

.home-lens-item span {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e2efe9;
  color: #236250;
  font-size: 12px;
  font-weight: 900;
}

.home-lens-item strong {
  color: #141b1a;
  font-size: 18px;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.home-lens-item small {
  display: block;
  color: #64706b;
  font-size: 13px;
  line-height: 1.5;
  overflow: visible;
  overflow-wrap: anywhere;
}

.home-sector-preview {
  display: grid;
  gap: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: #141b1a;
}

.home-sector-preview-head,
.home-sector-row {
  display: grid;
  grid-template-columns: minmax(84px, 1fr) minmax(112px, 1.25fr) minmax(96px, auto);
  gap: 10px;
  align-items: center;
}

.home-sector-preview-head span,
.home-sector-preview-head strong {
  color: #52615c;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-sector-preview-head strong {
  text-align: right;
}

.home-sector-row {
  min-height: 52px;
  padding-top: 9px;
  border-top: 1px solid rgba(16, 24, 32, 0.08);
  text-decoration: none;
}

.home-sector-row:hover {
  text-decoration: none;
}

.home-sector-name {
  color: #153329;
  font-size: 13px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-sector-meter {
  height: 9px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(90deg, #0f7a45 0 var(--buy-share), #d86455 var(--buy-share) 100%);
}

.home-sector-money {
  font-size: 13px;
  font-weight: 920;
  text-align: right;
  white-space: nowrap;
}

.home-sector-row small {
  grid-column: 1 / -1;
  color: #68736f;
  font-size: 11px;
  font-weight: 760;
}

.home-opportunity-section {
  background: #e9f0eb;
}

.home-opportunity-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-opportunity-card {
  min-height: 250px;
  border-color: rgba(22, 63, 52, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 246, 0.96));
}

.home-opportunity-card > strong {
  font-size: 36px;
}

.home-flow-section {
  background: #f9f7ef;
}

.home-workflow-grid .home-feature {
  min-height: 246px;
  border-color: rgba(20, 31, 29, 0.1);
  background: #ffffff;
}

.home-workflow-grid .home-feature h3 {
  margin-top: 48px;
}

.home-greats-section {
  background:
    linear-gradient(180deg, #101817, #17221f);
}

.home-greats-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 16px;
  align-items: start;
}

.home-greats-section .home-investor-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-greats-section .home-investor-card {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  box-shadow: none;
}

.home-greats-section .home-investor-card:hover {
  border-color: rgba(245, 198, 90, 0.4);
  background: rgba(255, 255, 255, 0.09);
}

.home-greats-section .home-investor-card strong {
  color: #ffffff;
}

.home-greats-section .home-investor-card small {
  color: rgba(255, 255, 255, 0.62);
}

.home-greats-section .home-investor-card em {
  color: #f5c65a;
}

.home-dynamics-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-greats-section .home-content-card {
  min-height: 260px;
  border-color: rgba(255, 255, 255, 0.1);
  background: #0f1716;
}

.home-radar-cta {
  background:
    linear-gradient(90deg, rgba(244, 201, 93, 0.22), rgba(42, 119, 105, 0.16)),
    #fffdf6;
}

.home-radar-cta h2 {
  max-width: 760px;
}

@media (max-width: 1180px) {
  .home-radar-console {
    width: min(100% - 32px, 920px);
  }

  .home-radar-hero h1 {
    font-size: 72px;
  }

  .home-radar-hero .home-hero-copy {
    font-size: 20px;
  }

  .home-console-grid,
  .home-opportunity-grid,
  .home-greats-section .home-investor-grid,
  .home-dynamics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-console-metric:nth-child(2) {
    border-right: 0;
  }

  .home-console-metric:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .home-intel-grid,
  .home-greats-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .home-radar-hero {
    min-height: 78vh;
    min-height: 78svh;
    background-position: center right 34%;
  }

  .home-radar-nav {
    min-height: 64px;
  }

  .home-radar-hero-content {
    padding: 36px 0 18px;
  }

  .home-radar-hero h1 {
    font-size: 48px;
  }

  .home-radar-hero .home-hero-copy {
    font-size: 17px;
  }

  .home-radar-console {
    width: min(100% - 28px, 520px);
    margin-bottom: 14px;
  }

  .home-console-head {
    min-height: 44px;
    padding: 0 14px;
  }

  .home-console-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-console-metric {
    min-height: 94px;
    padding: 13px;
  }

  .home-console-metric strong {
    font-size: 22px;
  }

  .home-console-metric small {
    font-size: 12px;
  }

  .home-radar-strip {
    display: none;
  }

  .home-intel-grid,
  .home-opportunity-grid,
  .home-workflow-grid,
  .home-greats-section .home-investor-grid,
  .home-dynamics-grid {
    grid-template-columns: 1fr;
  }

  .home-board-head {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 74px;
    padding: 12px 14px;
  }

  .home-focus-row {
    grid-template-columns: minmax(64px, 0.75fr) minmax(0, 1.25fr);
    min-height: 116px;
    padding: 14px;
  }

  .home-focus-flow {
    min-width: 0;
  }

  .home-sector-preview {
    padding: 14px;
  }

  .home-sector-preview-head,
  .home-sector-row {
    grid-template-columns: minmax(72px, 0.9fr) minmax(90px, 1fr);
  }

  .home-sector-preview-head strong,
  .home-sector-money {
    text-align: left;
  }

  .home-sector-meter,
  .home-sector-row small {
    grid-column: 1 / -1;
  }

  .home-lens-item {
    min-height: 118px;
  }

  .home-opportunity-card {
    min-height: 232px;
  }

  .home-workflow-grid .home-feature {
    min-height: 208px;
  }

  .home-workflow-grid .home-feature h3 {
    margin-top: 32px;
  }
}
