﻿:root {
  --bg: #0d1110;
  --bg-soft: #121816;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --line: rgba(255, 255, 255, 0.13);
  --text: #f3f5ef;
  --muted: #aeb8b1;
  --dim: #7d8982;
  --green: #37d28c;
  --green-dark: #149c63;
  --gold: #e0b45a;
  --red: #ee6b6b;
  --ink: #101512;
  --ink-muted: #3f4d45;
  --accent-on-light: #075136;
  --paper: #f6f3ec;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.35);
  --ease-premium: cubic-bezier(0.2, 0.8, 0.2, 1);
}

.academy-article,
.academy-category {
  max-width: 1040px;
  min-width: 0;
}

.academy-article-header,
.academy-answer,
.academy-toc,
.academy-body,
.academy-related,
.academy-author {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(19, 31, 45, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(19, 31, 45, 0.06);
  margin-bottom: 18px;
  min-width: 0;
  padding: 28px;
}

.academy-article-header h1 {
  max-width: 880px;
  overflow-wrap: anywhere;
}

.academy-article-header .lead {
  color: var(--ink-muted);
}

.academy-article-header .eyebrow {
  color: var(--accent-on-light);
}

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

.academy-meta div {
  border-top: 1px solid rgba(19, 31, 45, 0.12);
  padding-top: 10px;
}

.academy-meta dt {
  color: var(--ink-muted);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.academy-meta dd {
  color: var(--ink);
  margin: 4px 0 0;
}

.academy-answer {
  border-color: rgba(214, 180, 107, 0.38);
}

.academy-answer h2,
.academy-related h2,
.academy-author h2 {
  font-size: 1.15rem;
}

.academy-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.academy-toc strong {
  flex-basis: 100%;
}

.academy-toc a {
  background: rgba(19, 31, 45, 0.05);
  border-radius: 999px;
  color: #0b3f2a;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 8px 12px;
  text-decoration: none;
}

.academy-toc a:hover,
.academy-toc a:focus-visible {
  background: rgba(20, 156, 99, 0.12);
  color: #062f1f;
  outline: 2px solid rgba(20, 156, 99, 0.36);
  outline-offset: 2px;
}

.academy-body {
  font-size: 1.02rem;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.academy-body h2 {
  font-size: 1.55rem;
  margin: 34px 0 12px;
}

.academy-body h2:first-child {
  margin-top: 0;
}

.academy-body h3 {
  font-size: 1.08rem;
  margin: 24px 0 8px;
}

.academy-body p,
.academy-body li {
  max-width: 780px;
}

.academy-body blockquote {
  border-left: 4px solid var(--gold);
  color: var(--ink);
  margin: 22px 0;
  padding: 4px 0 4px 18px;
}

.academy-body a,
.academy-answer a {
  color: var(--accent-on-light);
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.academy-body a:hover,
.academy-body a:focus-visible,
.academy-answer a:hover,
.academy-answer a:focus-visible {
  color: #063a26;
}

.academy-body ul,
.academy-body ol {
  padding-left: 24px;
}

.academy-related ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.academy-related a {
  color: var(--accent-on-light);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.academy-newsletter {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.academy-newsletter p,
.academy-author p,
.academy-related li {
  color: var(--ink-muted);
}

.academy-card {
  min-width: 0;
  padding: 22px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.06);
}

.academy-card span {
  color: var(--accent-on-light);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.academy-card p {
  color: var(--ink-muted);
}

.academy-card a {
  color: var(--accent-on-light);
  font-weight: 900;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.academy-card a:hover,
.academy-card a:focus-visible {
  color: #063a26;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.academy-paths {
  margin-top: 34px;
  min-width: 0;
}

.academy-path-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
}

.academy-path-card {
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.06);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 24px;
}

.academy-path-card > p {
  color: var(--ink-muted);
}

.academy-path-card h3 {
  margin-bottom: 10px;
}

.academy-path-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.academy-path-meta span {
  background: rgba(7, 81, 54, 0.08);
  border: 1px solid rgba(7, 81, 54, 0.2);
  border-radius: 999px;
  color: var(--accent-on-light);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 7px 10px;
  text-transform: none;
}

.academy-path-card .academy-path-outcome {
  color: var(--ink);
}

.academy-path-steps {
  display: grid;
  gap: 6px;
  margin: 8px 0 20px;
  padding-left: 24px;
}

.academy-path-steps li {
  color: var(--ink-muted);
  padding-left: 4px;
}

.academy-path-steps a {
  align-items: center;
  color: var(--accent-on-light);
  display: flex;
  font-weight: 750;
  min-height: 44px;
  overflow-wrap: anywhere;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.academy-path-cta {
  align-items: center;
  align-self: flex-start;
  background: var(--accent-on-light);
  border-radius: 8px;
  color: var(--text);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  margin-top: auto;
  min-height: 44px;
  padding: 10px 16px;
  text-decoration: none;
}

.academy-path-steps a:hover,
.academy-path-steps a:focus-visible {
  color: #063a26;
}

.academy-path-cta:hover,
.academy-path-cta:focus-visible {
  background: #063a26;
  color: var(--text);
}

.academy-path-steps a:focus-visible,
.academy-path-cta:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.academy-path-navigation {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
  min-width: 0;
}

.academy-path-membership {
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.06);
  color: var(--ink);
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 24px;
}

.academy-path-kicker {
  color: var(--accent-on-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.academy-path-membership h2 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.academy-path-position {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.academy-path-position span {
  color: var(--ink-muted);
}

.academy-path-position strong {
  color: var(--accent-on-light);
}

.academy-path-progress,
.academy-progress {
  display: grid;
  gap: 7px;
  margin: 12px 0 18px;
  min-width: 0;
}

.academy-path-progress-text,
.academy-progress-text {
  color: var(--ink);
  font-weight: 850;
  margin: 0;
}

.academy-path-progress progress,
.academy-progress-bar {
  accent-color: var(--accent-on-light);
  block-size: 14px;
  inline-size: 100%;
  max-width: 100%;
}

.academy-path-progress progress::-webkit-progress-bar,
.academy-progress-bar::-webkit-progress-bar {
  background: #e5e9e4;
  border-radius: 999px;
}

.academy-path-progress progress::-webkit-progress-value,
.academy-progress-bar::-webkit-progress-value {
  background: var(--accent-on-light);
  border-radius: 999px;
}

.academy-path-progress progress::-moz-progress-bar,
.academy-progress-bar::-moz-progress-bar {
  background: var(--accent-on-light);
  border-radius: 999px;
}

.academy-progress-sr,
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.academy-path-step-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.academy-path-step {
  align-items: center;
  background: rgba(7, 81, 54, 0.035);
  border: 1px solid rgba(7, 81, 54, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 6px 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  padding: 10px 12px;
}

.academy-path-step.is-current {
  border-color: var(--accent-on-light);
}

.academy-path-step.is-completed {
  background: rgba(7, 81, 54, 0.09);
}

.academy-path-step a {
  color: var(--accent-on-light);
  display: grid;
  gap: 3px;
  min-height: 44px;
  min-width: 0;
  overflow-wrap: anywhere;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.academy-path-step-number {
  color: var(--ink-muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.academy-path-step-status {
  color: var(--ink-muted);
  font-size: 0.78rem;
  font-weight: 850;
  overflow-wrap: anywhere;
  text-align: right;
}

.academy-path-step.is-completed .academy-path-step-status,
.academy-path-step.is-current .academy-path-step-status {
  color: var(--accent-on-light);
}

.academy-path-step a:hover,
.academy-path-step a:focus-visible {
  color: #063a26;
}

.academy-path-step a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

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

.academy-path-previous,
.academy-path-next {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 72px;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 12px 14px;
  text-decoration: none;
}

.academy-path-previous {
  background: rgba(7, 81, 54, 0.07);
  border: 1px solid rgba(7, 81, 54, 0.2);
  color: var(--accent-on-light);
}

.academy-path-next {
  background: var(--accent-on-light);
  border: 1px solid var(--accent-on-light);
  color: var(--text);
}

.academy-path-previous span,
.academy-path-next span {
  font-size: 0.76rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.academy-path-complete {
  background: rgba(7, 81, 54, 0.08);
  border-left: 4px solid var(--accent-on-light);
  color: var(--ink);
  font-weight: 900;
  margin: 0 0 18px;
  padding: 12px 14px;
}

.academy-path-complete[data-state="final"] {
  background: rgba(63, 77, 69, 0.08);
  border-left-color: var(--ink-muted);
}

.academy-progress-controls,
.academy-completion-control {
  align-items: flex-start;
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 22px 0 18px;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 20px 24px;
}

.academy-progress-state {
  color: var(--accent-on-light);
  font-weight: 900;
  margin: 0;
}

.academy-progress-button,
.academy-completion-button,
.academy-progress-reset button {
  align-items: center;
  background: var(--accent-on-light);
  border: 1px solid var(--accent-on-light);
  border-radius: 8px;
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  overflow-wrap: anywhere;
  padding: 10px 16px;
}

.academy-progress-button[aria-pressed="true"],
.academy-completion-button[aria-pressed="true"] {
  background: transparent;
  color: var(--accent-on-light);
}

.academy-progress-button:disabled,
.academy-completion-button:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.academy-progress-button:hover:not(:disabled),
.academy-progress-button:focus-visible,
.academy-completion-button:hover:not(:disabled),
.academy-completion-button:focus-visible,
.academy-progress-reset button:hover,
.academy-progress-reset button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.academy-progress-status,
.academy-completion-status,
.academy-progress-message {
  color: var(--ink-muted);
  min-height: 1.35em;
}

.academy-progress-reset {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

.academy-progress-reset button {
  background: transparent;
  color: var(--accent-on-light);
}

.academy-progress-reset[hidden],
.academy-path-complete[hidden],
.academy-progress-state[hidden] {
  display: none;
}

.academy-path-back {
  align-items: center;
  color: var(--accent-on-light);
  display: inline-flex;
  font-weight: 800;
  margin-top: 14px;
  min-height: 44px;
  text-underline-offset: 0.18em;
}

.academy-path-previous:hover,
.academy-path-previous:focus-visible,
.academy-path-back:hover,
.academy-path-back:focus-visible {
  color: #063a26;
}

.academy-path-next:hover,
.academy-path-next:focus-visible {
  background: #063a26;
  color: var(--text);
}

.academy-path-previous:focus-visible,
.academy-path-next:focus-visible,
.academy-path-back:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 1020px) {
  .academy-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .academy-path-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .academy-path-card {
    padding: 20px;
  }

  .academy-path-membership {
    padding: 20px;
  }

  .academy-path-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .academy-path-step {
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
  }

  .academy-path-step-status {
    text-align: left;
  }

  .academy-progress-controls,
  .academy-completion-control {
    padding: 18px 20px;
  }

  .academy-progress-button,
  .academy-completion-button,
  .academy-progress-reset button {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .academy-category .section-head h1,
  .academy-article-header h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.04;
  }

  .academy-meta {
    grid-template-columns: 1fr 1fr;
  }

  .academy-article-header,
  .academy-answer,
  .academy-toc,
  .academy-body,
  .academy-related,
  .academy-author {
    padding: 20px;
  }

  .academy-newsletter {
    align-items: flex-start;
    flex-direction: column;
  }
}

.legal-app-header {
  align-items: center;
}

.legal-app-brand {
  gap: 12px;
}

.legal-app-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 16px;
  object-fit: cover;
}

.tiktok-legal-page {
  overflow-wrap: anywhere;
}

.legal-document {
  display: grid;
  gap: 14px;
}

.tiktok-legal-page .legal-panel {
  max-width: none;
}

@media (max-width: 640px) {
  .legal-app-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    border-radius: 13px;
  }

  .legal-app-header,
  .legal-app-header .site-nav {
    min-width: 0;
  }
}

.investor-desk {
  padding-top: 82px;
}

.desk-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: stretch;
  padding: clamp(96px, 12vw, 150px) clamp(18px, 5vw, 72px) 48px;
  background:
    linear-gradient(135deg, rgba(13, 17, 16, 0.98), rgba(18, 24, 22, 0.9)),
    url("assets/market-hero.png") center/cover;
}

.desk-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.96;
}

.desk-hero p {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.hero-proof span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.07);
  font-size: 12px;
  line-height: 1.35;
}

.hero-proof strong {
  display: block;
  color: var(--text);
  font-size: 16px;
}

.today-card,
.scenario-review,
.community-lite {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: var(--shadow);
}

.today-card {
  padding: 24px;
}

.today-card > span,
.pulse-card > span,
.review-grid span,
.quick-links span,
.archive-list span,
.community-lite .eyebrow {
  color: var(--accent-on-light);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.today-card > strong {
  display: block;
  margin: 8px 0 18px;
  font-size: 28px;
}

.today-card dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.today-card div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.today-card dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.today-card dd {
  margin: 5px 0 0;
  line-height: 1.45;
}

.briefing-list {
  display: grid;
  gap: 8px;
  margin: 12px 0 16px;
  padding: 0;
  list-style: none;
}

.briefing-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(243, 245, 239, 0.84);
  line-height: 1.42;
}

.briefing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.topic-day,
.interpretation-dashboard {
  background: #101512;
  color: var(--text);
}

.topic-grid,
.dashboard-interpretation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

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

.topic-grid article,
.dashboard-interpretation-grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.topic-grid span,
.dashboard-interpretation-grid span {
  display: block;
  margin-bottom: 9px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.topic-grid p,
.dashboard-interpretation-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.dashboard-interpretation-grid strong {
  display: block;
  color: var(--text);
  font-size: 22px;
}

.dashboard-interpretation-grid small {
  display: block;
  margin: 6px 0 10px;
  color: var(--dim);
}

.compare-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(16, 21, 18, 0.1);
  border-radius: 8px;
  background: #fffdf8;
}

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

.compare-table th,
.compare-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(16, 21, 18, 0.08);
  color: var(--ink);
  text-align: left;
  vertical-align: top;
}

.compare-table thead th {
  color: rgba(16, 21, 18, 0.58);
  font-size: 12px;
  text-transform: uppercase;
}

.compare-table tbody th {
  color: var(--ink);
  font-size: 15px;
}

.compare-table td span {
  display: block;
  margin-top: 4px;
  color: rgba(16, 21, 18, 0.62);
  line-height: 1.4;
}

.compare-table td strong {
  color: var(--ink);
}

.newsletter-panel {
  color: var(--ink);
  background: var(--paper);
}

.newsletter-panel .eyebrow,
.newsletter-form small a {
  color: var(--accent-on-light);
}

.newsletter-panel .section-head p:not(.eyebrow),
.newsletter-form small {
  color: var(--ink-muted);
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  max-width: 760px;
}

.newsletter-form label {
  display: grid;
  gap: 7px;
  color: rgba(16, 21, 18, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.newsletter-form input {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(16, 21, 18, 0.16);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--ink);
}

.newsletter-form small {
  grid-column: 1 / -1;
  color: var(--ink-muted);
}

.archive-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.archive-filters button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(16, 21, 18, 0.14);
  border-radius: 999px;
  background: #fffdf8;
  color: rgba(16, 21, 18, 0.72);
  font-weight: 800;
  cursor: pointer;
}

.archive-filters button.is-active {
  background: #101512;
  color: var(--text);
}

.archive-controls {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.8fr);
  gap: 12px;
  margin: 18px 0 12px;
}

.archive-controls label {
  display: grid;
  gap: 6px;
  color: rgba(16, 21, 18, 0.62);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.archive-controls input,
.archive-controls select {
  min-width: 0;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(16, 21, 18, 0.14);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
}

.archive-empty {
  margin: 14px 0 0;
  padding: 14px;
  border: 1px solid rgba(16, 21, 18, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  color: rgba(16, 21, 18, 0.64);
  font-weight: 800;
}

.report-usefulness form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.report-usefulness button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(16, 21, 18, 0.14);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.report-usefulness button:hover {
  background: #101512;
  color: var(--text);
}

.report-distribution {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(16, 21, 18, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

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

.distribution-grid article {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(16, 21, 18, 0.1);
  border-radius: 8px;
  background: #fffdf8;
}

.distribution-grid span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.distribution-grid h3 {
  margin: 0;
  font-size: 18px;
}

.distribution-grid pre {
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
  color: rgba(16, 21, 18, 0.72);
  font: inherit;
  line-height: 1.55;
}

.distribution-grid button {
  justify-self: start;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(16, 21, 18, 0.14);
  border-radius: 8px;
  background: #101512;
  color: var(--text);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.archive-strip small {
  display: block;
  margin-top: 4px;
  color: rgba(16, 21, 18, 0.55);
}

.academy-categories {
  margin: 26px 0;
}

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

.academy-category-grid a {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(16, 21, 18, 0.12);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.academy-category-grid span {
  display: block;
  color: var(--accent-on-light);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.academy-category-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 17px;
}

.academy-category-grid small {
  display: block;
  margin-top: 8px;
  color: rgba(16, 21, 18, 0.62);
  line-height: 1.45;
}

.topic-live-table {
  margin: 0 clamp(18px, 5vw, 72px) 24px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(16, 21, 18, 0.1);
  border-radius: 8px;
  background: var(--paper);
}

.topic-live-status {
  margin-bottom: 14px;
  color: rgba(16, 21, 18, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.topic-live-table-wrap {
  overflow-x: auto;
}

.tradingview-section {
  margin: 0 clamp(18px, 5vw, 72px) 24px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(16, 21, 18, 0.1);
  border-radius: 8px;
  background: var(--paper);
}

.tradingview-widget-container {
  overflow: hidden;
  border: 1px solid rgba(16, 21, 18, 0.1);
  border-radius: 8px;
  background: #fffdf8;
}

.tradingview-widget-container__widget {
  min-height: 560px;
}

.tradingview-note {
  margin: 12px 0 0;
  color: rgba(16, 21, 18, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.tradingview-fallback {
  padding: 18px;
  color: rgba(16, 21, 18, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.tradingview-fallback[hidden] {
  display: none;
}

.tradingview-fallback strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.tradingview-fallback ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.tradingview-fallback li {
  padding: 7px 10px;
  border: 1px solid rgba(16, 21, 18, 0.1);
  border-radius: 999px;
  background: rgba(16, 21, 18, 0.035);
}

.live-data-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: #fffdf8;
}

.live-data-table th,
.live-data-table td {
  padding: 12px 13px;
  border-bottom: 1px solid rgba(16, 21, 18, 0.08);
  color: var(--ink);
  text-align: left;
  vertical-align: top;
}

.live-data-table thead th {
  color: rgba(16, 21, 18, 0.55);
  font-size: 11px;
  text-transform: uppercase;
}

.live-data-table tbody th {
  font-size: 14px;
}

.live-data-table small {
  display: block;
  margin-top: 3px;
  color: rgba(16, 21, 18, 0.52);
}

.live-data-table td:last-child {
  min-width: 240px;
  color: rgba(16, 21, 18, 0.64);
  line-height: 1.42;
}

.pulse-grid,
.review-grid,
.question-grid,
.archive-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pulse-card,
.review-grid article,
.question-grid span,
.archive-list a,
.quick-links a {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(16, 21, 18, 0.12);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.pulse-card strong {
  display: block;
  margin: 10px 0 5px;
  font-size: 24px;
}

.pulse-card small {
  display: block;
  color: var(--accent-on-light);
  font-weight: 900;
}

.pulse-card p,
.review-grid p {
  margin: 10px 0 0;
  color: #425047;
  line-height: 1.55;
}

.scenario-review {
  margin: 0 clamp(18px, 5vw, 72px) 24px;
  padding: clamp(28px, 4vw, 46px);
  background: var(--paper);
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.quick-links strong,
.archive-list strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
}

.data-warning {
  padding: 12px 14px;
  border: 1px solid rgba(238, 107, 107, 0.36);
  border-radius: 8px;
  color: #6d1e1e;
  background: rgba(238, 107, 107, 0.1);
}

.education-lab {
  background: #101512;
}

.community-lite {
  margin: 0 clamp(18px, 5vw, 72px) 24px;
  padding: clamp(28px, 4vw, 46px);
  background: var(--paper);
}

.question-grid {
  margin-bottom: 18px;
}

.question-grid span {
  font-size: 18px;
  text-transform: none;
}

@media (max-width: 980px) {
  .desk-hero,
  .hero-proof,
  .topic-grid,
  .dashboard-interpretation-grid,
  .academy-category-grid,
  .pulse-grid,
  .review-grid,
  .quick-links,
  .question-grid,
  .archive-list {
    grid-template-columns: 1fr;
  }

  .site-nav {
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 4px;
  }
}

@media (max-width: 720px) {
  .investor-desk {
    padding-top: 138px;
  }

  .desk-hero {
    padding-top: 54px;
  }

  .desk-hero h1 {
    font-size: 42px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .archive-controls {
    grid-template-columns: 1fr;
  }

  .distribution-grid {
    grid-template-columns: 1fr;
  }

  .compare-table-wrap {
    overflow: visible;
    background: transparent;
    border: 0;
  }

  .compare-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
  }

  .compare-table thead {
    display: none;
  }

  .compare-table,
  .compare-table tbody,
  .compare-table tr,
  .compare-table th,
  .compare-table td {
    display: block;
    width: 100%;
  }

  .compare-table tr {
    padding: 14px;
    border: 1px solid rgba(16, 21, 18, 0.1);
    border-radius: 8px;
    background: #fffdf8;
  }

  .compare-table tbody th {
    padding: 0 0 10px;
    border: 0;
    font-size: 18px;
  }

  .compare-table td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(16, 21, 18, 0.08);
    color: var(--ink);
  }

  .compare-table td:last-child {
    border-bottom: 0;
  }

  .compare-table td::before {
    color: rgba(16, 21, 18, 0.58);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .compare-table td:nth-child(2)::before {
    content: "Wczoraj";
  }

  .compare-table td:nth-child(3)::before {
    content: "Dzisiaj";
  }

  .compare-table td:nth-child(4)::before {
    content: "Wniosek";
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 4%, rgba(55, 210, 140, 0.14), transparent 28%),
    linear-gradient(180deg, #0d1110 0%, #111816 58%, #f6f3ec 58%, #f6f3ec 100%);
  font-family: Inter, Arial, sans-serif;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(13, 17, 16, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink);
  background: var(--green);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.site-nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a,
.header-action,
.language-switch,
.button,
.feature-report a {
  text-decoration: none;
}

.site-nav a:hover,
.feature-report a:hover {
  color: var(--green);
}

.site-nav a {
  position: relative;
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--green);
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav a.is-active {
  color: var(--text);
}

.header-action {
  padding: 11px 16px;
  color: var(--ink);
  background: var(--green);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.language-switch {
  min-width: 46px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  color: var(--text);
  border: 1px solid rgba(244, 241, 232, 0.24);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  background: rgba(244, 241, 232, 0.08);
}

.language-switch:hover {
  border-color: rgba(55, 210, 140, 0.55);
  color: var(--green);
}

.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  padding: 128px clamp(18px, 6vw, 86px) 74px;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(0.86) contrast(1.08);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(13, 17, 16, 0.98) 0%, rgba(13, 17, 16, 0.78) 48%, rgba(13, 17, 16, 0.34) 100%),
    linear-gradient(0deg, rgba(13, 17, 16, 0.98), transparent 42%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(330px, 430px);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  justify-content: space-between;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(54px, 8vw, 104px);
  line-height: 0.9;
  letter-spacing: 0;
}

.lead {
  max-width: 720px;
  color: #d9dfd8;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.access-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.access-strip span {
  padding: 8px 10px;
  color: #d9dfd8;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.button.primary {
  color: var(--ink);
  background: var(--green);
}

.button.secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line);
}

.top-market-rail {
  width: min(1120px, calc(100% - 36px));
  min-height: 46px;
  display: grid;
  grid-template-columns: auto repeat(3, minmax(0, 1fr)) auto;
  align-items: center;
  gap: 1px;
  margin: 84px auto 0;
  overflow: hidden;
  color: var(--text);
  background: rgba(244, 241, 232, 0.08);
  border: 1px solid rgba(244, 241, 232, 0.12);
  border-radius: 10px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
}

.top-market-rail::before {
  content: "";
  grid-column: 1 / -1;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--gold), rgba(244, 241, 232, 0.16));
}

.top-market-rail span,
.top-market-rail b,
.top-market-rail strong {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  background: rgba(13, 17, 16, 0.82);
  font-size: 12px;
  line-height: 1.1;
}

.top-market-rail span {
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
}

.top-market-rail b {
  gap: 8px;
  color: var(--muted);
  font-weight: 900;
}

.top-market-rail i {
  color: var(--text);
  font-style: normal;
}

.top-market-rail strong {
  color: var(--green);
  white-space: nowrap;
}

.latest-news {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: 18px;
  align-items: stretch;
  padding: 28px clamp(18px, 6vw, 86px) 42px;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(13, 17, 16, 0.96), rgba(13, 17, 16, 0.82)),
    url("assets/market-hero.png") center / cover;
  border-bottom: 1px solid var(--line);
}

.latest-news,
.market-wow,
.growth-strip,
.return-strip,
.read-flow,
.quick-brief,
.next-brief-strip,
.market-lens,
.today-report,
.dashboard,
.reports,
.history-section,
.academy-preview,
.faq-section,
.about-trust,
.community-section {
  view-timeline-name: --section;
  view-timeline-axis: block;
}

.motion-ready .reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 560ms var(--ease-premium),
    transform 560ms var(--ease-premium),
    border-color 220ms ease,
    background 220ms ease;
}

.motion-ready .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.latest-copy,
.latest-panel,
.growth-strip article,
.trust-strip div,
.return-strip,
.wow-grid article,
.priority-brief article,
.tile-grid a,
.market-card,
.feature-report,
.brief-grid article,
.lesson-panel,
.faq-grid details,
.trust-grid article {
  transition:
    transform 220ms var(--ease-premium),
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.priority-brief article:hover,
.tile-grid a:hover,
.growth-strip article:hover,
.today-updates a:hover,
.market-card:hover,
.feature-report:hover,
.brief-grid article:hover,
.trust-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(55, 210, 140, 0.46);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.22);
}

.live-confirmed {
  border-color: rgba(55, 210, 140, 0.45) !important;
  box-shadow: 0 0 0 1px rgba(55, 210, 140, 0.15), 0 22px 70px rgba(0, 0, 0, 0.24);
}

.session-stage {
  width: min(1120px, calc(100% - 36px));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  align-items: stretch;
  margin: 16px auto 0;
  color: var(--text);
}

.session-stage-card,
.session-stage-steps {
  background: rgba(13, 17, 16, 0.78);
  border: 1px solid rgba(244, 241, 232, 0.13);
  border-radius: 10px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.2);
}

.session-stage-card {
  padding: 20px;
}

.session-stage-card span,
.session-stage-steps span {
  display: block;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.session-stage-card strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.1;
}

.session-stage-card p {
  margin: 10px 0 0;
  color: #cbd6cf;
  line-height: 1.5;
}

.session-stage-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
}

.session-stage-steps div {
  min-height: 116px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  padding: 18px;
  background: rgba(244, 241, 232, 0.055);
}

.session-stage-steps div.is-current {
  background: rgba(55, 210, 140, 0.12);
}

.session-stage-steps strong {
  font-size: 15px;
}

.session-stage-steps small {
  color: var(--muted);
  font-weight: 800;
}

.latest-copy {
  max-width: 860px;
}

.latest-copy h1 {
  max-width: 920px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
}

.latest-copy p {
  max-width: 760px;
  color: #d9dfd8;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.58;
}

.latest-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.priority-brief {
  max-width: 840px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.priority-brief article {
  min-height: 118px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  padding: 14px;
  background: rgba(244, 241, 232, 0.075);
  border: 1px solid rgba(244, 241, 232, 0.14);
  border-radius: 8px;
}

.priority-brief span {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
}

.priority-brief strong {
  color: var(--text);
  font-size: 16px;
  line-height: 1.15;
}

.priority-brief p {
  margin: 0;
  color: #bfc9c2;
  font-size: 13px;
  line-height: 1.4;
}

.today-updates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: 18px;
}

.today-updates a {
  min-height: 88px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  padding: 14px;
  color: var(--text);
  text-decoration: none;
  background: rgba(244, 241, 232, 0.08);
  border: 1px solid rgba(244, 241, 232, 0.14);
  border-radius: 8px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.today-updates a:hover {
  transform: translateY(-2px);
  border-color: rgba(55, 210, 140, 0.5);
  background: rgba(31, 43, 34, 0.82);
}

.today-updates span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.today-updates strong {
  font-size: 16px;
  line-height: 1.25;
}

.latest-panel {
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 26px;
  background: rgba(13, 17, 16, 0.72);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.latest-panel span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.latest-panel strong {
  color: var(--green);
  max-width: 100%;
  overflow-wrap: normal;
  white-space: nowrap;
  font-size: clamp(27px, 2.75vw, 40px);
  line-height: 1;
}

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

.panel-metrics div {
  min-height: 74px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 12px;
  background: rgba(244, 241, 232, 0.08);
  border: 1px solid rgba(244, 241, 232, 0.12);
  border-radius: 8px;
}

.panel-metrics small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-metrics b {
  color: var(--text);
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.panel-live {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 10px 12px;
  color: #cbd6cf;
  background: rgba(55, 210, 140, 0.08);
  border: 1px solid rgba(55, 210, 140, 0.22);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

.panel-live i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(55, 210, 140, 0.6);
  animation: liveDot 1.8s ease-out infinite;
}

@keyframes liveDot {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 210, 140, 0.6);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(55, 210, 140, 0);
  }
}

.latest-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: #cbd6cf;
  line-height: 1.5;
}

.market-wow {
  width: min(1120px, calc(100% - 36px));
  margin: 16px auto 0;
  color: var(--text);
}

.wow-tape {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(244, 241, 232, 0.12);
  border-radius: 10px;
  background: rgba(244, 241, 232, 0.08);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.wow-tape::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(55, 210, 140, 0.16) 45%, transparent 62%);
  transform: translateX(-100%);
  animation: marketSweep 4.8s ease-in-out infinite;
  pointer-events: none;
}

.wow-tape span,
.wow-tape b {
  position: relative;
  z-index: 1;
}

.wow-tape span {
  display: none;
}

.wow-tape b {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: var(--green);
  background: rgba(13, 17, 16, 0.74);
  font-size: clamp(15px, 2vw, 22px);
  line-height: 1.1;
  text-align: center;
}

.wow-tape b::before {
  content: attr(data-label);
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

.wow-grid article {
  min-height: 150px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 18px;
  background: #111816;
  border: 1px solid #23372d;
  border-radius: 10px;
  transform: translateY(0);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.wow-grid article::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  opacity: 0.65;
}

.wow-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(55, 210, 140, 0.5);
  background: #14211a;
}

.wow-grid span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.wow-grid strong {
  font-size: 20px;
  line-height: 1.12;
}

.wow-grid p {
  margin: 0;
  color: #cbd6cf;
  line-height: 1.5;
}

.quality-meter {
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  padding: 14px 16px;
  color: #d9dfd8;
  background: rgba(13, 17, 16, 0.78);
  border: 1px solid rgba(244, 241, 232, 0.12);
  border-radius: 10px;
}

.quality-meter span,
.quality-meter strong {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quality-meter strong {
  color: var(--green);
}

.quality-meter div {
  overflow: hidden;
  height: 8px;
  background: rgba(244, 241, 232, 0.12);
  border-radius: 999px;
}

.quality-meter i {
  display: block;
  width: 61%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--green));
  border-radius: inherit;
  animation: qualityPulse 2.8s ease-in-out infinite;
}

@keyframes marketSweep {
  0%,
  28% {
    transform: translateX(-100%);
  }
  70%,
  100% {
    transform: translateX(100%);
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .wow-tape::before,
  .quality-meter i,
  .panel-live i {
    animation: none;
  }

  .motion-ready .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .wow-grid article,
  .today-updates a,
  .archive-strip,
  .report-nav a,
  .priority-brief article,
  .tile-grid a,
  .growth-strip article {
    transition: none;
  }
}

.market-terminal {
  width: min(100%, 430px);
  justify-self: end;
  padding: 26px;
  background: rgba(13, 17, 16, 0.72);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.terminal-head,
.ticker-item,
.quote-line,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.terminal-head {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.pulse-score {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 34px 0 18px;
}

.pulse-score span {
  max-width: 190px;
  color: var(--text);
  font-size: 26px;
  font-weight: 900;
}

.pulse-score strong {
  color: var(--green);
  font-size: 76px;
  line-height: 0.85;
}

.pulse-bars {
  display: grid;
  height: 120px;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  align-items: end;
  margin-bottom: 22px;
}

.pulse-bars span {
  display: block;
  min-height: 18px;
  background: linear-gradient(180deg, var(--green), rgba(55, 210, 140, 0.18));
  border-radius: 6px 6px 2px 2px;
}

#dailyBrief {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.ticker-band {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0a0d0c;
}

.page-path {
  width: min(1120px, calc(100% - 36px));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.page-path a {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(244, 241, 232, 0.1);
  background: rgba(23, 32, 25, 0.78);
  color: var(--text);
  text-decoration: none;
  display: grid;
  gap: 6px;
}

.page-path a:hover {
  border-color: rgba(55, 210, 140, 0.45);
  background: rgba(31, 43, 34, 0.9);
}

.page-path span,
.page-path small {
  color: var(--muted);
  font-size: 0.78rem;
}

.page-path strong {
  font-size: 1.02rem;
}

.start-command {
  width: min(1120px, calc(100% - 36px));
  margin: 12px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
  color: var(--text);
  background: #111816;
  border: 1px solid #22362d;
  border-radius: 10px;
}

.start-command span,
.start-command small {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.start-command strong {
  display: block;
  margin: 6px 0 8px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
}

.start-command p {
  max-width: 720px;
  margin: 0;
  color: #cbd6cf;
  line-height: 1.6;
}

.start-command ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.start-command li {
  min-height: 104px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 14px;
  background: rgba(244, 241, 232, 0.06);
  border: 1px solid rgba(244, 241, 232, 0.1);
}

.start-command a {
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.start-command a:hover {
  color: var(--green);
}

.start-command small {
  color: var(--muted);
  line-height: 1.35;
}

.home-full-only {
  display: none !important;
}

.home-page main {
  display: flex;
  flex-direction: column;
}

.home-page .top-market-rail {
  order: 0;
}

.home-page .latest-news {
  order: 1;
}

.home-page .growth-strip {
  order: 2;
}

.home-page .today-site-strip {
  order: 3;
}

.home-page .trust-strip {
  order: 4;
}

.home-page .session-stage {
  order: 5;
}

.home-page .return-strip {
  order: 6;
}

.home-page .home-catalog {
  order: 7;
}

.home-page .bot-live {
  order: 8;
}

.home-page main > section:not(.top-market-rail):not(.latest-news):not(.growth-strip):not(.today-site-strip):not(.trust-strip):not(.session-stage):not(.return-strip):not(.home-catalog):not(.bot-live) {
  display: none !important;
}

.home-page .latest-news {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 14px;
  align-items: center;
  padding: 18px clamp(18px, 5vw, 70px) 22px;
}

.home-page .latest-copy h1 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.home-page .latest-copy p {
  max-width: 720px;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.45;
}

.home-page .priority-brief {
  margin-top: 12px;
}

.home-page .priority-brief article {
  min-height: 64px;
  gap: 6px;
  padding: 10px 12px;
}

.home-page .priority-brief p {
  display: none;
}

.home-page .latest-actions {
  margin-top: 16px;
}

.home-page .today-updates {
  display: none;
}

.home-page .today-updates a {
  min-height: 64px;
  padding: 12px;
}

.home-page .latest-panel {
  padding: 18px;
}

.home-page .latest-panel > strong {
  font-size: clamp(34px, 4vw, 54px);
}

.home-page .latest-panel ul {
  display: none;
}

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

.follow-actions a,
.follow-actions button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 156, 99, 0.22);
  border-radius: 8px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.follow-actions button[hidden] {
  display: none;
}

.growth-strip,
.trust-strip {
  width: min(1120px, calc(100% - 36px));
  margin: 14px auto 0;
  display: grid;
  gap: 10px;
}

.growth-strip {
  grid-template-columns: 1fr 0.95fr 1.05fr 1fr;
}

.growth-strip article,
.trust-strip div {
  min-height: 118px;
  padding: 16px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(16, 21, 18, 0.06);
}

.growth-strip span,
.trust-strip span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.growth-strip strong {
  display: block;
  margin: 8px 0;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1;
}

.growth-strip p,
.trust-strip strong {
  margin: 0;
  color: #66736c;
  line-height: 1.38;
}

.growth-strip a {
  display: inline-flex;
  width: max-content;
  margin-top: 10px;
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.today-site-strip {
  width: min(1120px, calc(100% - 36px));
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  color: var(--ink);
  background: #eef4ec;
  border: 1px solid #cfded2;
  border-radius: 8px;
}

.today-site-strip span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.today-site-strip strong {
  display: block;
  margin-top: 5px;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.08;
}

.today-site-strip p {
  max-width: 720px;
  margin: 7px 0 0;
  color: #66736c;
  line-height: 1.45;
}

.today-site-strip nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.today-site-strip a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #101512;
  background: #fffdf8;
  border: 1px solid #cfded2;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.today-site-strip a:hover {
  border-color: rgba(20, 156, 99, 0.45);
  background: #fff;
}

.return-strip {
  width: min(1120px, calc(100% - 36px));
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 18px;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 18px;
  color: #f4f1e8;
  background:
    linear-gradient(135deg, rgba(16, 21, 18, 0.98), rgba(24, 34, 27, 0.98)),
    #101512;
  border: 1px solid rgba(55, 210, 140, 0.24);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(9, 12, 11, 0.2);
}

.return-strip::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--green), rgba(244, 241, 232, 0.25), transparent);
  pointer-events: none;
}

.return-strip span {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.return-strip strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.05;
}

.return-strip p {
  max-width: 720px;
  margin: 8px 0 0;
  color: #b7c4b9;
  line-height: 1.45;
}

.return-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.return-meta span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  color: #dbe8df;
  background: rgba(244, 241, 232, 0.07);
  border: 1px solid rgba(244, 241, 232, 0.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
}

.return-meta b {
  color: var(--green);
  font-size: 11px;
  font-weight: 950;
}

.return-strip nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.return-strip a,
.return-strip button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #101512;
  background: var(--green);
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms var(--ease-premium),
    background 180ms var(--ease-premium),
    box-shadow 180ms var(--ease-premium);
}

.return-strip a:hover,
.return-strip button:hover {
  transform: translateY(-1px);
  background: #f4f1e8;
  box-shadow: 0 12px 28px rgba(55, 210, 140, 0.16);
}

.return-strip small {
  flex-basis: 100%;
  min-height: 18px;
  color: #9fb1a6;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.trust-strip {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10px;
}

.trust-strip div {
  min-height: 78px;
  box-shadow: none;
}

.trust-strip strong {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  color: var(--ink);
}

.home-page .market-wow,
.home-page .live-market,
.home-page .contact,
.home-page .community {
  display: none;
}

.home-hero,
.today-60s,
.trust-panel {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto 22px;
}

.home-hero {
  padding: clamp(42px, 7vw, 86px) clamp(22px, 5vw, 64px);
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  box-shadow: 0 22px 70px rgba(16, 21, 18, 0.08);
}

.home-hero .eyebrow,
.today-60s .eyebrow {
  color: var(--accent-on-light);
}

.today-60s .section-head p:not(.eyebrow) {
  color: var(--ink-muted);
}

.hero-title {
  max-width: 760px;
  margin: 10px 0 0;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 680px;
  margin: 18px 0 0;
  color: #5f6d65;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;
}

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

.hero-primary-button,
.hero-secondary-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(16, 21, 18, 0.08);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(55, 210, 140, 0.2);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.hero-primary-button {
  color: #07110c;
  background: var(--green);
}

.hero-primary-button:hover {
  transform: translateY(-1px);
  background: #45e29c;
  box-shadow: 0 18px 42px rgba(55, 210, 140, 0.26);
}

.hero-secondary-button {
  color: #101512;
  background: rgba(16, 21, 18, 0.04);
  box-shadow: none;
}

.hero-secondary-button:hover {
  transform: translateY(-1px);
  background: rgba(16, 21, 18, 0.08);
}

.hero-rhythm {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 900px;
  margin-top: 24px;
}

.hero-rhythm span {
  display: grid;
  gap: 4px;
  min-height: 70px;
  padding: 13px 14px;
  color: #5f6d65;
  background: #f6f3ec;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.35;
}

.hero-rhythm strong {
  color: #101512;
}

.today-60s,
.trust-panel {
  color: var(--ink);
  padding: clamp(22px, 4vw, 34px);
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  box-shadow: 0 16px 52px rgba(16, 21, 18, 0.06);
}

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

.home-info-card {
  min-height: 148px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
  background: #f6f3ec;
  border: 1px solid #d8ded8;
  border-radius: 8px;
}

.home-info-card span {
  color: var(--accent-on-light);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-info-card p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1.1fr) auto;
  gap: 22px;
  align-items: center;
}

.trust-panel h2 {
  margin: 8px 0 0;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.05;
}

.trust-panel p {
  margin: 10px 0 0;
  color: #66736c;
  line-height: 1.55;
}

.trust-panel ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-panel li {
  padding-left: 16px;
  color: #334239;
  border-left: 3px solid rgba(20, 156, 99, 0.35);
  font-size: 14px;
  line-height: 1.45;
}

.trust-panel a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--green-dark);
  border: 1px solid rgba(20, 156, 99, 0.3);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.home-catalog {
  width: min(1120px, calc(100% - 36px));
  margin: 16px auto 38px;
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.08);
}

.home-catalog span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-catalog strong {
  display: block;
  margin: 10px 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
}

.home-catalog p {
  margin: 0;
  color: #66736c;
  line-height: 1.6;
}

.home-catalog nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.home-catalog a {
  min-height: 132px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 16px;
  color: var(--ink);
  background: #f6f3ec;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.tile-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fffdf8;
  background: var(--green-dark);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.home-catalog a:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 156, 99, 0.45);
  background: #eef4ec;
  box-shadow: 0 16px 44px rgba(16, 21, 18, 0.08);
}

.home-catalog b {
  font-size: 18px;
  line-height: 1.15;
}

.home-catalog small {
  color: #66736c;
  line-height: 1.35;
}

.section-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.section-proof-grid article {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 18px;
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(16, 21, 18, 0.05);
}

.section-proof-grid span,
.archive-hub span,
.return-routine span {
  display: block;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-proof-grid strong {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.15;
}

.section-proof-grid p {
  margin: 0;
  color: #66736c;
  line-height: 1.55;
}

.community-rhythm {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.community-rhythm article {
  min-height: 186px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 18px;
  color: var(--text);
  background: #101512;
  border: 1px solid #1d2d25;
  border-radius: 8px;
}

.community-rhythm span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.community-rhythm strong {
  color: var(--text);
  font-size: 20px;
  line-height: 1.15;
}

.community-rhythm p {
  margin: 0;
  color: #cbd6cf;
  line-height: 1.55;
}

.community-rhythm a {
  width: max-content;
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.return-routine {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 22px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(55, 210, 140, 0.14), rgba(55, 210, 140, 0)),
    #111816;
  border: 1px solid #1d2d25;
  border-radius: 10px;
}

.return-routine strong {
  display: block;
  margin: 8px 0;
  color: var(--green);
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.05;
}

.return-routine p {
  max-width: 760px;
  margin: 0;
  color: #cbd6cf;
  line-height: 1.6;
}

.return-routine nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.return-routine a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  color: #101512;
  background: var(--green);
  border: 1px solid rgba(55, 210, 140, 0.5);
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.live-market {
  color: var(--ink);
  background: var(--paper);
}

.home-page .live-market {
  padding-top: 56px;
  padding-bottom: 54px;
}

.home-page .live-market .section-head p,
.home-page .data-footnote,
.home-page .data-warning {
  display: none;
}

.home-page .asset-ranking article:nth-child(n+5) {
  display: none;
}

.home-page .asset-ranking {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.home-page .asset-ranking article {
  min-height: 118px;
  padding: 16px;
}

.home-page .asset-ranking article strong {
  font-size: clamp(18px, 1.8vw, 24px);
}

.live-market .eyebrow {
  color: var(--green-dark);
}

.live-market .section-head p {
  color: #66736c;
}

.bot-live {
  padding-top: 42px;
  padding-bottom: 46px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(19, 29, 25, 0.98), rgba(14, 18, 16, 0.98)),
    #111816;
  border-top: 1px solid rgba(244, 241, 232, 0.08);
  border-bottom: 1px solid rgba(244, 241, 232, 0.08);
}

.bot-live .section-head {
  margin-bottom: 18px;
}

.bot-live .section-head p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(244, 241, 232, 0.72);
}

.bot-live-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(180px, 0.55fr));
  gap: 10px;
  margin-bottom: 10px;
}

.bot-status-card,
.bot-live-panel {
  border: 1px solid rgba(244, 241, 232, 0.12);
  border-radius: 8px;
  background: rgba(244, 241, 232, 0.055);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.18);
}

.bot-status-card {
  min-height: 146px;
  padding: 16px;
}

.bot-status-card span,
.bot-live-panel header span {
  display: block;
  margin-bottom: 7px;
  color: rgba(244, 241, 232, 0.58);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bot-status-card strong {
  display: block;
  color: #f4f1e8;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.05;
}

.bot-status-card p {
  margin-top: 9px;
  color: rgba(244, 241, 232, 0.7);
  line-height: 1.45;
}

.bot-status-main {
  background: rgba(55, 210, 140, 0.08);
  border-color: rgba(55, 210, 140, 0.24);
}

.bot-status-main ul {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.bot-status-main li {
  position: relative;
  padding-left: 16px;
  color: rgba(244, 241, 232, 0.72);
  font-size: 13px;
  line-height: 1.35;
}

.bot-status-main li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
}

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

.bot-live-panel {
  min-height: 280px;
  padding: 14px;
}

.bot-live-panel header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.bot-live-panel header strong {
  color: #f4f1e8;
  font-size: 15px;
}

.bot-list {
  display: grid;
  gap: 9px;
}

.bot-list > p {
  color: rgba(244, 241, 232, 0.66);
  line-height: 1.45;
}

.bot-row {
  padding: 0 0 9px;
  border-bottom: 1px solid rgba(244, 241, 232, 0.1);
}

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

.bot-row header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 5px;
}

.bot-row b {
  color: #f4f1e8;
  font-size: 14px;
  line-height: 1.2;
}

.bot-row small {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.bot-row p {
  margin: 0;
  color: rgba(244, 241, 232, 0.62);
  font-size: 12px;
  line-height: 1.4;
}

.bot-row .negative {
  color: #ef6a5b;
}

.bot-row .neutral {
  color: #f2c94c;
}

.bot-warning {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  margin-top: 10px;
  padding: 12px 14px;
  color: #101512;
  background: #f4f1e8;
  border: 1px solid rgba(244, 241, 232, 0.25);
  border-radius: 8px;
}

.bot-warning strong {
  font-size: 13px;
  text-transform: uppercase;
}

.bot-warning p {
  grid-column: 2;
  margin: 0;
  color: #3c473f;
  line-height: 1.45;
}

.signal-board {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  margin-bottom: 18px;
}

.signal-card {
  min-height: 230px;
  padding: 28px;
  color: var(--text);
  background: #111816;
  border: 1px solid #1d2d25;
  border-radius: 10px;
}

.signal-card.muted {
  background: #fffdf8;
  color: var(--ink);
  border-color: #d8ded8;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.08);
}

.signal-card span,
.asset-ranking span,
.report-standard span {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.signal-card.muted span,
.asset-ranking span,
.report-standard span {
  color: var(--green-dark);
}

.signal-card strong {
  display: block;
  margin: 18px 0 12px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.95;
}

.signal-card p {
  margin: 0;
  color: #cbd6cf;
  line-height: 1.65;
}

.signal-card.muted p {
  color: #66736c;
}

.asset-ranking {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}

.asset-ranking article {
  min-height: 188px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  padding: 18px;
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.06);
}

.asset-ranking strong {
  color: var(--ink);
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1;
}

.asset-ranking small {
  color: #66736c;
  line-height: 1.35;
}

.asset-ranking b {
  color: var(--green-dark);
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
}

.data-footnote {
  margin: 18px 0 0;
  color: #66736c;
  line-height: 1.65;
}

.data-warning,
.update-ledger,
.read-flow,
.monday-brief {
  border: 1px solid #d8ded8;
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.08);
}

.data-warning {
  margin-top: 14px;
  padding: 18px 20px;
  border-color: #e2c77c;
  background: #fff8df;
}

.data-warning strong {
  color: var(--ink);
}

.data-warning p {
  margin: 8px 0 0;
  color: #66736c;
  line-height: 1.55;
}

.update-ledger {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
  padding: 16px;
}

.update-ledger div {
  min-height: 92px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  padding: 14px;
  background: #f6f3ec;
  border: 1px solid #d8ded8;
}

.update-ledger span,
.read-flow span,
.monday-brief span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.update-ledger strong {
  color: var(--ink);
  line-height: 1.25;
}

.read-flow {
  width: min(1120px, calc(100% - 36px));
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  color: var(--ink);
}

.read-flow strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
}

.read-flow ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.read-flow li {
  min-height: 118px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 14px;
  background: #f6f3ec;
  border: 1px solid #d8ded8;
}

.read-flow b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--green);
  border-radius: 8px;
}

.read-flow li span {
  color: #66736c;
  line-height: 1.4;
  text-transform: none;
}

.ticker-track {
  display: flex;
  min-width: max-content;
  animation: ticker 38s linear infinite;
}

.ticker-item {
  min-width: 230px;
  padding: 15px 24px;
  border-right: 1px solid var(--line);
}

.ticker-item strong {
  display: block;
  font-size: 13px;
}

.ticker-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

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

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

.neutral {
  color: var(--gold);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: 88px clamp(18px, 6vw, 86px);
}

.section-head {
  max-width: 810px;
  margin-bottom: 34px;
}

.section-head.compact {
  max-width: 640px;
}

.section h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

.section-head p:not(.eyebrow),
.feature-report p,
.safe-flow p,
.start-grid p,
.contact p {
  color: var(--muted);
  line-height: 1.7;
}

.dashboard {
  background: var(--bg-soft);
}

.next-brief-strip {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  color: var(--text);
  background: #111816;
  border: 1px solid #1d2d25;
  border-radius: 10px;
}

.next-brief-strip span {
  display: block;
  margin-bottom: 5px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.next-brief-strip strong {
  font-size: 24px;
}

.next-brief-strip ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: #cbd6cf;
  line-height: 1.45;
}

.next-brief-strip a {
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.market-lens {
  padding-top: clamp(44px, 7vw, 82px);
}

.chart-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 16px;
}

.chart-card {
  min-height: 360px;
  padding: 20px;
  border: 1px solid rgba(244, 241, 232, 0.1);
  background:
    linear-gradient(180deg, rgba(244, 241, 232, 0.045), rgba(244, 241, 232, 0.015)),
    rgba(23, 32, 25, 0.88);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.chart-head span,
.chart-card p,
.radar-legend {
  color: var(--muted);
}

.chart-head strong {
  color: var(--green);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.chart-card canvas {
  width: 100%;
  height: 230px;
  display: block;
}

.risk-chart-card p {
  margin: 0;
  line-height: 1.55;
}

.segment-bars {
  display: grid;
  gap: 14px;
}

.segment-row {
  display: grid;
  gap: 8px;
}

.segment-row header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--text);
  font-weight: 800;
}

.segment-track {
  height: 12px;
  overflow: hidden;
  background: rgba(244, 241, 232, 0.08);
}

.segment-track span {
  display: block;
  width: var(--score, 40%);
  height: 100%;
  background: linear-gradient(90deg, var(--green), rgba(242, 201, 76, 0.9));
}

.segment-row small {
  color: var(--muted);
  line-height: 1.45;
}

.radar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.82rem;
}

.radar-legend span {
  padding: 7px 10px;
  border: 1px solid rgba(244, 241, 232, 0.1);
  background: rgba(244, 241, 232, 0.04);
}

.today-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
}

.reading-level {
  margin: 22px 0;
  padding: clamp(18px, 3vw, 26px);
  background: var(--paper);
  color: var(--ink);
  border: 1px solid rgba(16, 21, 18, 0.12);
  border-radius: 8px;
}

.reading-level ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.reading-level li {
  line-height: 1.55;
}

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

.briefing-grid article {
  min-height: 132px;
  padding: 16px;
  background: #fffdf8;
  border: 1px solid rgba(16, 21, 18, 0.1);
  border-radius: 8px;
}

.briefing-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.briefing-grid p {
  margin: 0;
  line-height: 1.48;
}

.full-analysis {
  margin: 24px 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.full-analysis summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: var(--text);
  cursor: pointer;
  font-weight: 900;
}

.full-analysis-body {
  padding: 0 clamp(16px, 3vw, 24px) 24px;
}

.today-main,
.watchlist-panel {
  padding: 30px;
}

.today-main h3,
.watchlist-panel h3 {
  margin-bottom: 18px;
  font-size: clamp(26px, 3vw, 38px);
}

.today-main ol {
  display: grid;
  gap: 16px;
  margin: 0 0 28px;
  padding-left: 22px;
}

.today-main li,
.watchlist-panel span {
  color: #66736c;
  line-height: 1.65;
}

.today-main strong,
.watchlist-panel strong {
  color: var(--ink);
}

.today-main a,
.archive-strip a {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

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

.watchlist-panel div {
  display: grid;
  gap: 5px;
  padding-top: 14px;
  border-top: 1px solid #d8ded8;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.market-card {
  min-height: 230px;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.market-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.market-card h3 {
  margin: 0;
  font-size: 18px;
}

.market-card .status {
  padding: 6px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-line {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.quote-line strong {
  font-size: 14px;
}

.quote-line span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.today-report,
.quick-brief,
.edge-board,
.reports,
.history-section,
.routine-section,
.daily-brief,
.decision-radar,
.start-zone,
.academy,
.contact,
.community {
  color: var(--ink);
  background: var(--paper);
}

.today-report .eyebrow,
.quick-brief .eyebrow,
.edge-board .eyebrow,
.reports .eyebrow,
.history-section .eyebrow,
.routine-section .eyebrow,
.daily-brief .eyebrow,
.decision-radar .eyebrow,
.start-zone .eyebrow,
.academy .eyebrow,
.contact .eyebrow,
.community .eyebrow {
  color: var(--green-dark);
}

.today-report .section-head p,
.quick-brief .section-head p,
.edge-board .section-head p,
.reports .section-head p,
.history-section .section-head p,
.routine-section .section-head p,
.daily-brief .section-head p,
.decision-radar .section-head p,
.start-zone .section-head p,
.academy .section-head p,
.contact p,
.community .section-head p {
  color: #66736c;
}

.today-report .section-head .eyebrow,
.quick-brief .section-head .eyebrow,
.edge-board .section-head .eyebrow,
.reports .section-head .eyebrow,
.history-section .section-head .eyebrow,
.routine-section .section-head .eyebrow,
.daily-brief .section-head .eyebrow,
.decision-radar .section-head .eyebrow,
.start-zone .section-head .eyebrow,
.academy > .section-head .eyebrow,
.community .section-head .eyebrow,
.archive-list span {
  color: var(--accent-on-light);
}

.today-report .section-head p:not(.eyebrow),
.quick-brief .section-head p:not(.eyebrow),
.edge-board .section-head p:not(.eyebrow),
.reports .section-head p:not(.eyebrow),
.history-section .section-head p:not(.eyebrow),
.routine-section .section-head p:not(.eyebrow),
.daily-brief .section-head p:not(.eyebrow),
.decision-radar .section-head p:not(.eyebrow),
.start-zone .section-head p:not(.eyebrow),
.academy .section-head p:not(.eyebrow),
.community .section-head p:not(.eyebrow) {
  color: var(--ink-muted);
}

.today-main a,
.archive-strip a {
  color: var(--accent-on-light);
}

.page-trail {
  width: min(1120px, calc(100% - 36px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 96px auto 0;
  padding: 12px 14px;
  color: #cbd6cf;
  background: rgba(13, 17, 16, 0.86);
  border: 1px solid rgba(244, 241, 232, 0.12);
  border-radius: 10px;
  box-shadow: 0 18px 54px rgba(8, 12, 10, 0.18);
}

.page-trail span {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-trail strong {
  display: block;
  margin-top: 2px;
  color: var(--text);
  font-size: 15px;
}

.page-trail a {
  flex: 0 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--ink);
  background: var(--green);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.focused-page {
  padding-top: 36px;
  padding-bottom: 46px;
}

.focused-page .section-head {
  margin-bottom: 24px;
}

.focused-page .section-head h1 {
  max-width: 900px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
}

.focused-page .academy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.portfolio-page {
  display: grid;
  gap: 22px;
}

.portfolio-source,
.portfolio-summary-grid article,
.portfolio-plan {
  border: 1px solid rgba(16, 21, 18, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(16, 21, 18, 0.06);
}

.portfolio-source {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 8px;
  color: #526058;
}

.portfolio-source strong {
  color: var(--ink);
}

.portfolio-screens {
  display: grid;
  gap: 14px;
}

.portfolio-screens-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.portfolio-screens-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 21, 18, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(16, 21, 18, 0.06);
}

.portfolio-screens-grid a {
  display: block;
  background: #eef1ed;
}

.portfolio-screens-grid img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
}

.portfolio-screens-grid figcaption {
  padding: 10px 12px;
  color: #526058;
  font-size: 13px;
  font-weight: 750;
}

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

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

.portfolio-summary-grid article,
.portfolio-note-card {
  min-height: 112px;
  border-radius: 8px;
  padding: 18px;
}

.portfolio-note-card {
  border: 1px solid rgba(16, 21, 18, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(16, 21, 18, 0.06);
}

.portfolio-note-card h2 {
  margin: 0 0 8px;
  font-size: clamp(18px, 2vw, 24px);
}

.portfolio-note-card p {
  margin: 0;
  color: #526058;
}

.portfolio-summary-grid span,
.portfolio-metrics dt {
  display: block;
  color: rgba(16, 21, 18, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.portfolio-summary-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 30px);
}

.portfolio-plan {
  border-radius: 8px;
  overflow: hidden;
  background: #f4f6f2;
}

.portfolio-plan-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px;
  border-bottom: 1px solid rgba(16, 21, 18, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

.portfolio-plan-head h2 {
  margin: 8px 0 4px;
  color: var(--ink);
  font-size: clamp(28px, 3.2vw, 42px);
}

.portfolio-plan-head p {
  margin: 0;
  color: #66736c;
}

.portfolio-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #f0f5f1;
  color: var(--green-dark);
  font-weight: 900;
}

.portfolio-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 10px;
  min-width: min(520px, 100%);
  margin: 0;
}

.portfolio-metrics div {
  padding: 14px;
  border-radius: 8px;
  background: #f6f8f5;
}

.portfolio-metrics dd {
  margin: 6px 0 0;
  color: var(--ink);
  font-weight: 850;
}

.portfolio-table-wrap {
  overflow-x: auto;
  background: #f4f6f2;
}

.portfolio-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #f4f6f2;
}

.portfolio-table th,
.portfolio-table td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(16, 21, 18, 0.08);
  background: #f4f6f2;
  text-align: left;
  vertical-align: top;
}

.portfolio-table thead th {
  color: rgba(16, 21, 18, 0.56);
  font-size: 12px;
  text-transform: uppercase;
}

.portfolio-table tbody th {
  color: var(--ink);
  font-size: 15px;
}

.portfolio-table td {
  color: #526058;
  font-weight: 700;
}

.portfolio-table td.gain,
.portfolio-plan-head .gain {
  color: #0b8f55;
}

.portfolio-table td.loss,
.portfolio-plan-head .loss {
  color: #b33d4a;
}

.portfolio-table td span {
  display: block;
  margin-top: 3px;
  font-weight: 700;
}

.portfolio-rules {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 20px 24px;
  background: #f4f6f2;
  list-style: none;
}

.portfolio-rules li {
  padding: 12px 14px;
  border: 1px solid rgba(16, 21, 18, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #354139;
  font-weight: 750;
}

.portfolio-home-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  color: var(--ink);
  border: 1px solid rgba(16, 21, 18, 0.1);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 18px 50px rgba(16, 21, 18, 0.06);
}

.portfolio-home .section-head h2 {
  color: var(--text);
  line-height: 1.08;
  padding-bottom: 0.08em;
}

.portfolio-home .section-head p:not(.eyebrow) {
  color: var(--ink-muted);
}

.portfolio-home .eyebrow {
  color: var(--green);
}

html[lang="en"] .portfolio-home .section-head p:not(.eyebrow) {
  color: #cbd6cf;
}

.academy > .section-head:first-child h1 {
  line-height: 1.05;
  padding-bottom: 0.08em;
}

.portfolio-home-card span {
  display: block;
  color: var(--accent-on-light);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.portfolio-home-card strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}

.portfolio-home-card p {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--ink-muted);
  line-height: 1.6;
}

.portfolio-home-card a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: var(--ink);
  background: var(--green);
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.compact-head {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.focused-block {
  min-width: 0;
  padding: 24px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.08);
}

.focused-block span {
  display: block;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.focused-block h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
}

.focused-block p {
  margin: 0;
  color: #566158;
  line-height: 1.65;
}

.topic-page {
  color: var(--ink);
  background: var(--paper);
}

.topic-hero {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px) 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.55fr);
  gap: 22px;
  align-items: stretch;
}

.topic-hero h1 {
  max-width: 860px;
  margin: 0 0 18px;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.topic-hero p {
  max-width: 760px;
  color: #445047;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.topic-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.topic-status,
.topic-pulse article,
.topic-grid article,
.topic-bottom article {
  border: 1px solid #d8ded8;
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.08);
}

.topic-status {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.topic-status > span,
.topic-grid span,
.topic-bottom article > span,
.topic-pulse span {
  color: var(--accent-on-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.topic-status strong {
  display: block;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.topic-status dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.topic-status dl div {
  padding-top: 12px;
  border-top: 1px solid #d8ded8;
}

.topic-status dt {
  margin-bottom: 5px;
  color: #68736b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.topic-status dd {
  margin: 0;
  color: var(--ink);
  line-height: 1.4;
}

.topic-status a {
  margin-top: auto;
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.topic-pulse {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.topic-pulse article {
  min-width: 0;
  padding: 18px;
}

.topic-pulse strong {
  display: block;
  margin: 9px 0;
  color: var(--ink);
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1;
}

.topic-pulse p,
.topic-grid p,
.topic-bottom span {
  color: #566158;
  line-height: 1.6;
}

.topic-grid {
  width: min(1180px, calc(100% - 36px));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.topic-grid article {
  min-width: 0;
  padding: 24px;
}

.topic-grid h2,
.topic-bottom h2 {
  margin: 10px 0 12px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
}

.topic-bottom {
  width: min(1180px, calc(100% - 36px));
  margin: 18px auto clamp(46px, 7vw, 86px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.topic-bottom article {
  min-width: 0;
  padding: 26px;
}

.topic-bottom ul,
.topic-bottom ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topic-bottom li {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  background: #f6f3ec;
}

.topic-bottom li strong,
.topic-bottom li b {
  color: var(--ink);
  font-size: 16px;
}

.report-layout,
.contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.today-main,
.watchlist-panel,
.minute-grid article,
.share-card,
.habit-card,
.freshness-card,
.risk-rank,
.decision-map,
.return-hook,
.feature-report,
.calendar-panel,
.routine-grid article,
.brief-grid article,
.report-decision,
.scenario-grid article,
.risk-grid article,
.report-sources,
.radar-score,
.radar-checklist,
.radar-notes,
.start-grid article,
.lesson-panel,
.contact-form,
.reminder-form,
.public-counter,
.public-comments {
  border: 1px solid #d8ded8;
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.08);
}

.feature-report {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.report-standard {
  display: grid;
  grid-template-columns: minmax(260px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
  padding: 24px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.08);
}

.report-standard strong {
  display: block;
  margin-top: 14px;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1;
}

.report-standard ol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.report-standard li {
  min-height: 122px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 14px;
  background: #f6f3ec;
  border: 1px solid #d8ded8;
}

.report-standard b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--green);
  border-radius: 8px;
}

.report-standard li span {
  color: #66736c;
  line-height: 1.4;
  text-transform: none;
}

.monday-brief {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
  padding: 24px;
}

.monday-brief h3 {
  margin: 14px 0 12px;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
}

.monday-brief p {
  margin: 0;
  color: #66736c;
  line-height: 1.65;
}

.monday-brief ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.monday-brief li {
  padding: 14px;
  color: #66736c;
  background: #f6f3ec;
  border: 1px solid #d8ded8;
  line-height: 1.5;
}

.monday-brief li strong {
  color: var(--ink);
}

.monday-brief a {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.quick-brief {
  padding-top: 72px;
}

.quick-brief-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.quick-brief-head h2 {
  max-width: 820px;
}

.minute-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.minute-grid article {
  min-height: 230px;
  padding: 22px;
}

.minute-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--green-dark);
  font-weight: 900;
}

.minute-grid h3 {
  font-size: 24px;
}

.minute-grid p,
.share-card p {
  color: #66736c;
  line-height: 1.65;
}

.share-card {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 20px 22px;
}

.share-card strong {
  color: var(--ink);
  font-size: 18px;
}

.share-card p {
  margin: 0;
}

.share-card span {
  min-height: 20px;
  color: var(--green-dark);
  font-weight: 900;
}

.habit-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 22px;
  color: var(--text);
  background: #111816;
  border-color: #1d2d25;
}

.habit-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.habit-card strong {
  display: block;
  color: var(--text);
  font-size: 34px;
}

.habit-card b {
  color: var(--green);
}

.habit-card p {
  margin: 8px 0 0;
  color: #cbd6cf;
  line-height: 1.55;
}

.habit-card button:disabled {
  cursor: default;
  opacity: 0.72;
}

.freshness-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 14px;
  padding: 20px 22px;
}

.freshness-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.freshness-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 24px;
}

.freshness-card p {
  margin: 0;
  color: #66736c;
  line-height: 1.55;
}

.freshness-card ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 420px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.freshness-card li {
  padding: 7px 9px;
  color: var(--ink);
  background: #f4f0e8;
  border: 1px solid #d8ded8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.edge-board {
  padding-top: 28px;
}

.edge-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr) minmax(260px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.risk-rank,
.decision-map,
.return-hook {
  padding: 26px;
}

.module-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.module-head span,
.return-hook span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.module-head strong {
  color: #66736c;
  font-size: 13px;
  text-transform: uppercase;
}

.risk-rank ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.risk-rank li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #f4f0e8;
  border: 1px solid #d8ded8;
  border-radius: 8px;
}

.risk-rank strong,
.map-row strong {
  color: var(--ink);
}

.risk-rank span,
.map-row p,
.return-hook p {
  color: #66736c;
  line-height: 1.55;
}

.risk-rank b {
  padding: 7px 9px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
}

.risk-high {
  color: #fff;
  background: #a93f3f;
}

.risk-mid {
  color: var(--ink);
  background: #e0b45a;
}

.decision-map {
  display: grid;
  gap: 12px;
}

.map-row {
  display: grid;
  gap: 7px;
  padding: 14px;
  background: #f4f0e8;
  border: 1px solid #d8ded8;
  border-radius: 8px;
}

.map-row span {
  color: #66736c;
  font-size: 13px;
  font-weight: 900;
}

.map-row p {
  margin: 0;
}

.return-hook {
  color: var(--text);
  background: #111816;
  border-color: #1d2d25;
}

.return-hook h3 {
  margin: 36px 0 14px;
  color: var(--green);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
}

.return-hook p {
  color: #cbd6cf;
}

.return-hook a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.feature-report.muted {
  background: #eef5ef;
}

.badge {
  width: fit-content;
  margin-bottom: 42px;
  padding: 7px 9px;
  color: var(--ink);
  background: var(--green);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.feature-report h3 {
  margin-bottom: 12px;
  font-size: clamp(26px, 3vw, 38px);
}

.feature-report a {
  margin-top: auto;
  color: var(--green-dark);
  font-weight: 900;
}

.today-main .badge {
  margin-bottom: 18px;
}

.decision-strip {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 20px 22px;
  color: var(--ink);
  background: #111816;
  border: 1px solid #1d2d25;
  border-radius: 10px;
}

.decision-strip span {
  display: block;
  margin-bottom: 5px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.decision-strip strong {
  color: var(--text);
  font-size: 26px;
}

.decision-strip p {
  margin: 0;
  color: #cbd6cf;
  line-height: 1.65;
}

.archive-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 20px 22px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.archive-strip:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 156, 99, 0.34);
  box-shadow: 0 16px 44px rgba(16, 21, 18, 0.08);
}

.archive-strip span {
  display: block;
  margin-bottom: 4px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.archive-hub {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 12px;
  margin: 0 0 18px;
}

.archive-hub article {
  min-height: 220px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 22px;
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.06);
}

.archive-hub article:first-child {
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(55, 210, 140, 0.16), rgba(55, 210, 140, 0)),
    #111816;
  border-color: #1d2d25;
}

.archive-hub h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.05;
}

.archive-hub article:first-child h2 {
  color: var(--green);
}

.archive-hub p {
  margin: 0;
  color: #66736c;
  line-height: 1.6;
}

.archive-hub article:first-child p {
  color: #cbd6cf;
}

.archive-hub a {
  width: fit-content;
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.archive-hub article:first-child a {
  color: var(--green);
}

.calendar-panel {
  padding: 26px;
}

.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.calendar-head strong {
  font-size: 24px;
}

.archive-month-group {
  margin-top: 30px;
}

.archive-month-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8ded8;
}

.archive-month-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 3vw, 32px);
}

.archive-month-heading span {
  color: #66736c;
  font-weight: 800;
}

.calendar-head a,
.academy-cta a {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(42px, 1fr));
  gap: 8px;
}

.calendar-grid span {
  color: #66736c;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.calendar-grid button,
.calendar-grid a {
  display: grid;
  min-height: 58px;
  place-items: center;
  color: #66736c;
  background: #f1eee6;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
}

.calendar-grid .has-report {
  color: var(--ink);
  background: var(--green);
  border-color: var(--green-dark);
  box-shadow: 0 12px 28px rgba(20, 156, 99, 0.22);
}

.calendar-note {
  margin-top: 18px;
  color: #66736c;
  line-height: 1.65;
}

.routine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.routine-grid article {
  padding: 26px;
}

.routine-grid span {
  display: block;
  margin-bottom: 38px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.routine-grid h3 {
  font-size: 24px;
}

.routine-grid p {
  color: #66736c;
  line-height: 1.7;
}

.operating-system {
  background: #101512;
}

.operating-system .section-head {
  max-width: 900px;
}

.system-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 18px;
  align-items: stretch;
}

.system-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.system-cards article,
.decision-check {
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(23, 32, 25, 0.88);
}

.system-cards span,
.decision-check > span {
  display: block;
  margin-bottom: 28px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.system-cards h3 {
  margin-bottom: 10px;
  color: var(--text);
  font-size: 24px;
}

.system-cards p,
.decision-check p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.decision-check {
  display: grid;
  align-content: start;
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(55, 210, 140, 0.12), rgba(55, 210, 140, 0)),
    #111816;
}

.decision-check strong {
  color: var(--green);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.95;
}

.decision-check p {
  margin-bottom: 10px;
}

.decision-check label {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  color: var(--text);
  background: rgba(244, 241, 232, 0.06);
  border: 1px solid rgba(244, 241, 232, 0.1);
  line-height: 1.45;
}

.decision-check input {
  width: 19px;
  height: 19px;
  accent-color: var(--green);
}

.investor-profile {
  background: var(--bg-soft);
}

.profile-tool {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 18px;
  align-items: stretch;
}

.profile-questions {
  display: grid;
  gap: 14px;
}

.profile-questions fieldset,
.profile-result {
  margin: 0;
  padding: 22px;
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
}

.profile-questions legend {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.profile-questions fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-questions button {
  min-height: 44px;
  padding: 10px 14px;
  color: var(--ink);
  background: #f4f0e8;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.profile-questions button.active,
.profile-questions button:hover {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.profile-result {
  display: grid;
  align-content: start;
  gap: 14px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(55, 210, 140, 0.16), rgba(55, 210, 140, 0)),
    #111816;
  border-color: #1d2d25;
}

.profile-result span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-result strong {
  color: var(--green);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  padding-bottom: 0.08em;
}

.risk-calculator .section-head h2 {
  line-height: 1.08;
  padding-bottom: 0.08em;
}

.profile-result p {
  color: #cbd6cf;
  line-height: 1.65;
}

.profile-result a {
  width: fit-content;
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.risk-calculator {
  background: #101512;
}

.risk-tool {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 18px;
}

.risk-form,
.risk-result {
  padding: 26px;
  border: 1px solid var(--line);
  background: rgba(23, 32, 25, 0.88);
}

.risk-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.risk-form label {
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-weight: 900;
}

.risk-form input {
  min-height: 48px;
  padding: 10px 12px;
  color: var(--text);
  background: #0d1210;
  border: 1px solid rgba(244, 241, 232, 0.16);
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
}

.risk-result {
  display: grid;
  align-content: center;
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(242, 201, 76, 0.14), rgba(242, 201, 76, 0)),
    #111816;
}

.risk-result span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.risk-result strong {
  color: var(--green);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.95;
}

.risk-result p {
  color: #cbd6cf;
  line-height: 1.65;
}

.copy-risk-note,
.save-risk-note {
  width: fit-content;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--green);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.save-risk-note {
  color: var(--text);
  background: transparent;
  border: 1px solid rgba(244, 241, 232, 0.18);
}

.copy-risk-note:disabled,
.save-risk-note:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.risk-result small {
  min-height: 18px;
  color: var(--gold);
  font-weight: 800;
}

.risk-journal {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
  padding: 22px;
  color: var(--text);
  background: #111816;
  border: 1px solid #1d2d25;
  border-radius: 10px;
}

.risk-journal span {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.risk-journal strong {
  font-size: 22px;
}

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

.risk-journal-list article {
  padding: 14px;
  background: rgba(244, 241, 232, 0.06);
  border: 1px solid rgba(244, 241, 232, 0.1);
  border-radius: 8px;
}

.risk-journal-list p {
  margin: 0;
  color: #cbd6cf;
  line-height: 1.55;
}

.bot-safe {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 6vw, 78px);
  background: #101512;
}

.safe-flow {
  display: grid;
  gap: 14px;
}

.safe-flow div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 6px 16px;
  align-items: start;
  padding: 20px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.safe-flow span {
  grid-row: span 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--ink);
  background: var(--green);
  border-radius: 8px;
  font-weight: 900;
}

.safe-flow p {
  margin: 0;
}

.brief-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.brief-grid article {
  min-height: 250px;
  padding: 26px;
}

.brief-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--green-dark);
  font-weight: 900;
}

.brief-grid h3 {
  font-size: 24px;
}

.brief-grid p {
  color: #66736c;
  line-height: 1.7;
}

.report-command {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.report-command div {
  min-height: 132px;
  padding: 20px;
  color: var(--text);
  background: #111816;
  border: 1px solid #22362d;
}

.report-command span,
.report-command small,
.report-discipline span,
.report-catalysts strong {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.report-command strong {
  display: block;
  margin: 18px 0 8px;
  color: var(--text);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
}

.report-command small {
  color: #cbd6cf;
  line-height: 1.45;
}

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

.report-nav a {
  min-height: 94px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 16px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.report-nav a:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 156, 99, 0.34);
  box-shadow: 0 16px 44px rgba(16, 21, 18, 0.08);
}

.report-nav span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.report-nav strong {
  font-size: 18px;
  line-height: 1.15;
}

.report-action-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 0.75fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 28px;
  padding: 22px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(55, 210, 140, 0.13), rgba(55, 210, 140, 0)),
    #101512;
  border: 1px solid #1d2d25;
  border-radius: 10px;
  box-shadow: 0 22px 64px rgba(16, 21, 18, 0.16);
}

.report-action-panel > div:first-child {
  display: grid;
  align-content: center;
}

.report-action-panel span,
.report-action-grid span {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.report-action-panel h2 {
  margin: 10px 0;
  color: var(--green);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.04;
}

.report-action-panel p {
  margin: 0;
  color: #cbd6cf;
  line-height: 1.6;
}

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

.report-action-grid a {
  min-height: 128px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 16px;
  color: var(--text);
  background: rgba(244, 241, 232, 0.07);
  border: 1px solid rgba(244, 241, 232, 0.12);
  border-radius: 8px;
  text-decoration: none;
  transition:
    transform 180ms var(--ease-premium),
    border-color 180ms var(--ease-premium),
    background 180ms var(--ease-premium);
}

.report-action-grid a:hover {
  transform: translateY(-2px);
  background: rgba(244, 241, 232, 0.1);
  border-color: rgba(55, 210, 140, 0.34);
}

.report-action-grid strong {
  color: var(--text);
  font-size: 18px;
  line-height: 1.18;
}

.report-action-panel nav {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  padding-top: 4px;
}

.report-action-panel nav a,
.report-action-panel button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: #101512;
  background: var(--green);
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.report-action-panel nav a:hover,
.report-action-panel button:hover {
  background: #f4f1e8;
}

.report-action-panel small {
  color: #9fb1a6;
  font-size: 12px;
  font-weight: 700;
}

.report-decision,
.report-block,
.report-sources,
.report-discipline,
.report-catalysts {
  margin-top: 28px;
}

.report-decision {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 18px;
  padding: 28px;
  color: var(--text);
  background: #111816;
  border-color: #1d2d25;
}

.report-decision span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.report-decision h2 {
  margin: 28px 0 14px;
  color: var(--green);
}

.report-decision p,
.report-decision li {
  color: #cbd6cf;
  line-height: 1.65;
}

.report-discipline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.report-discipline article,
.report-catalysts {
  padding: 26px;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.08);
}

.report-discipline h2 {
  margin: 16px 0 18px;
  font-size: clamp(26px, 3vw, 42px);
}

.report-discipline ul,
.report-catalysts ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.report-discipline li,
.report-catalysts li {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid #d8ded8;
}

.report-discipline li strong {
  color: var(--ink);
}

.report-discipline li span,
.report-discipline p,
.report-catalysts li span {
  color: #66736c;
  line-height: 1.6;
}

.report-discipline.compact {
  grid-template-columns: 1.12fr 0.88fr;
}

.decision-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.decision-lists article {
  padding: 18px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}

.decision-lists h3 {
  margin-bottom: 12px;
}

.decision-lists ul,
.report-sources ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.scenario-grid,
.risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.scenario-grid article,
.risk-grid article,
.report-sources {
  padding: 24px;
}

.scenario-grid span,
.risk-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.scenario-grid h3,
.risk-grid h3,
.report-sources h2 {
  font-size: 24px;
}

.scenario-grid p,
.risk-grid p,
.report-sources li {
  color: #66736c;
  line-height: 1.65;
}

.report-sources a {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.report-sources span {
  display: block;
  margin-top: 4px;
}

.report-context {
  min-width: 0;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.08);
}

.report-context .section-head {
  margin-bottom: 18px;
}

.report-context .section-head p:last-child {
  max-width: 720px;
  color: var(--ink-muted);
}

.report-context-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 12px;
  min-width: 0;
}

.report-context-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  color: var(--green-dark);
  text-decoration: none;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  background: #f4f1e8;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.report-context-card:hover {
  transform: translateY(-2px);
  border-color: var(--accent-on-light);
  box-shadow: 0 12px 28px rgba(16, 21, 18, 0.1);
}

.report-context-card span {
  color: var(--accent-on-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-context-card strong {
  overflow-wrap: anywhere;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .report-context {
    padding: 20px;
  }

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

.report-catalysts .section-head {
  margin-bottom: 22px;
}

.decision-radar {
  padding-top: 28px;
}

.radar-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(320px, 1fr) minmax(260px, 0.82fr);
  gap: 18px;
  align-items: stretch;
}

.radar-score,
.radar-checklist,
.radar-notes {
  padding: 26px;
}

.radar-score {
  color: var(--text);
  background: #111816;
  border-color: #1d2d25;
}

.radar-score span,
.radar-notes h3 {
  color: var(--green-dark);
  font-weight: 900;
}

.radar-score strong {
  display: block;
  margin: 36px 0 16px;
  color: var(--green);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.98;
}

.radar-score p,
.radar-notes li {
  color: #66736c;
  line-height: 1.65;
}

.radar-checklist {
  display: grid;
  gap: 12px;
}

.radar-checklist label {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  color: var(--ink);
  background: #f4f0e8;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.45;
}

.radar-checklist input {
  width: 20px;
  height: 20px;
  accent-color: var(--green-dark);
}

.radar-notes h3 {
  margin-bottom: 16px;
  font-size: 24px;
}

.radar-notes ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
}

.start-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.start-grid article {
  padding: 26px;
}

.start-grid h3 {
  font-size: 23px;
}

.academy {
  padding-top: 28px;
}

.academy-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 18px;
  align-items: start;
}

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

.lesson {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 18px;
  color: var(--ink);
  text-align: left;
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
}

.lesson.active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.lesson span {
  color: #66736c;
  font-size: 13px;
  font-weight: 800;
}

.lesson.active span {
  color: rgba(255, 255, 255, 0.68);
}

.lesson-panel {
  min-height: 342px;
  padding: 30px;
}

.lesson-panel span {
  display: block;
  margin-bottom: 34px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.lesson-panel h3 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 46px);
}

.lesson-panel p,
.lesson-panel li {
  color: #66736c;
  line-height: 1.7;
}

.lesson-panel ul {
  margin: 20px 0 0;
  padding-left: 20px;
}

.academy-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 20px 22px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
}

.academy-deep-dive {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 18px;
  margin-top: 18px;
}

.academy-topics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.academy-topics article {
  min-height: 178px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 18px;
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
}

.academy-topics span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.academy-topics h3 {
  font-size: 19px;
  line-height: 1.12;
}

.academy-topics p {
  color: #66736c;
  font-size: 14px;
  line-height: 1.45;
}

.academy-topics a {
  width: fit-content;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.learning-path {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  margin: 18px 0;
  padding: 26px;
  color: var(--text);
  background: #111816;
  border: 1px solid #1d2d25;
  border-radius: 10px;
}

.learning-path > div {
  display: grid;
  align-content: center;
}

.learning-path > div > span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.learning-path h2 {
  margin: 12px 0;
  color: var(--green);
  font-size: 34px;
  line-height: 1;
}

.learning-path p {
  margin: 0;
  color: #cbd6cf;
  line-height: 1.6;
}

.learning-path ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.learning-path a {
  min-height: 96px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-content: center;
  padding: 14px;
  color: var(--ink);
  background: #f4f1e8;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  text-decoration: none;
}

.learning-path a span {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #101512;
  background: var(--green);
  border-radius: 10px;
  font-weight: 900;
}

.learning-path a strong {
  min-width: 0;
  font-size: 17px;
  line-height: 1.15;
}

.learning-path a small {
  min-width: 0;
  margin-top: 5px;
  color: #66736c;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .learning-path {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .learning-path {
    padding: 20px;
  }

  .learning-path h2 {
    font-size: 28px;
  }

  .learning-path ol {
    grid-template-columns: 1fr;
  }
}

/* Accessibility and mobile navigation audit fixes */
.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  background: #f4f1e8;
  color: #101512;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #37d28c;
  outline-offset: 3px;
}

.site-nav a[aria-current="page"] {
  color: #37d28c;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.nav-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.radar-page .topic-hero p {
  color: #cbd6cf;
}

.radar-page .topic-hero .eyebrow {
  color: #37d28c;
}

.form-status:not(:empty) {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  color: #d7e2da;
}

@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  h1,
  .report-page h1,
  .topic-hero h1,
  .focused-page h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 11vw, 3.25rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .site-header.nav-enhanced {
    min-height: 64px;
    padding-block: 9px;
    overflow: visible;
  }

  .site-header.nav-enhanced .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .site-header.nav-enhanced .site-nav {
    position: absolute;
    z-index: 1000;
    top: calc(100% + 1px);
    left: 10px;
    right: 10px;
    display: grid;
    max-height: 0;
    padding: 0 14px;
    overflow: hidden;
    background: #101512;
    border: 0 solid rgba(255, 255, 255, 0.14);
    border-radius: 0 0 12px 12px;
    opacity: 0;
    pointer-events: none;
    transition: none;
  }

  .site-header.nav-enhanced.nav-open .site-nav {
    max-height: calc(100vh - 84px);
    padding: 12px 14px 16px;
    overflow-y: auto;
    border-width: 1px;
    opacity: 1;
    pointer-events: auto;
  }

  .site-header.nav-enhanced .site-nav a {
    width: 100%;
    padding: 9px 4px;
  }

  body > .site-header + main {
    padding-top: 76px;
  }

  .page-trail,
  .topic-hero,
  .section-head,
  .report-page {
    min-width: 0;
  }
}

.mistake-panel,
.first-decision,
.glossary-section,
.academy-warning {
  padding: 26px;
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
}

.mistake-panel > span,
.first-decision > span {
  display: block;
  margin-bottom: 28px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mistake-panel h2,
.first-decision h2,
.glossary-section h2 {
  font-size: clamp(28px, 4vw, 46px);
}

.mistake-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.mistake-list div,
.glossary-grid article {
  padding: 16px;
  background: #f4f0e8;
  border: 1px solid #d8ded8;
  border-radius: 8px;
}

.mistake-list strong,
.glossary-grid strong,
.academy-warning strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}

.mistake-list p,
.first-decision li,
.glossary-grid p,
.academy-warning p {
  color: #66736c;
  line-height: 1.65;
}

.first-decision ol {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding-left: 22px;
}

.glossary-section {
  margin-top: 18px;
}

.glossary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.academy-warning {
  margin-top: 18px;
  color: var(--text);
  background: #111816;
  border-color: #1d2d25;
}

.academy-warning strong {
  color: var(--green);
  font-size: 22px;
}

.academy-warning p {
  max-width: 880px;
  margin: 0;
  color: #cbd6cf;
}

.faq-section {
  background: var(--bg-soft);
}

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

.faq-grid details {
  padding: 20px;
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
}

.faq-grid summary {
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.faq-grid summary::marker {
  color: var(--green-dark);
}

.faq-grid p {
  margin: 14px 0 0;
  color: #66736c;
  line-height: 1.65;
}

.about-trust {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
  color: var(--ink);
  background: var(--paper);
}

.about-copy {
  padding: 30px;
  color: var(--text);
  background: #111816;
  border: 1px solid #1d2d25;
  border-radius: 10px;
}

.about-copy h2 {
  color: var(--text);
}

.about-copy p:not(.eyebrow) {
  color: #cbd6cf;
  line-height: 1.7;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.trust-grid article {
  min-height: 260px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
  box-shadow: 0 18px 58px rgba(16, 21, 18, 0.08);
}

.trust-grid span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-grid strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.08;
}

.trust-grid p {
  margin: 0;
  color: #66736c;
  line-height: 1.6;
}

.legal-page {
  min-height: 100vh;
}

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

.legal-grid article,
.legal-panel {
  padding: 26px;
  background: #fffdf8;
  border: 1px solid #d8ded8;
  border-radius: 10px;
}

.legal-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}

.legal-grid h2,
.legal-panel h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 36px);
}

.legal-grid p,
.legal-panel p {
  color: #66736c;
  line-height: 1.7;
}

.legal-panel {
  margin-top: 18px;
}

.legal-panel.muted {
  color: var(--text);
  background: #111816;
  border-color: #1d2d25;
}

.legal-panel.muted h2 {
  color: var(--green);
}

.legal-panel.muted p {
  color: #cbd6cf;
}

.contact {
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
}

.reminder-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  padding: 22px;
}

.reminder-form strong {
  color: var(--ink);
  font-size: 22px;
}

.reminder-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.question-day {
  padding: 16px;
  background: #f4f0e8;
  border: 1px solid #d8ded8;
  border-radius: 8px;
}

.question-day span {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.question-day strong {
  color: var(--ink);
  line-height: 1.45;
}

input,
select,
textarea {
  min-height: 48px;
  width: 100%;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d8ded8;
  border-radius: 8px;
  font: inherit;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.5;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(20, 156, 99, 0.18);
  border-color: var(--green-dark);
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--green-dark);
  font-weight: 800;
}

.community {
  padding-top: 28px;
}

.community-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.public-counter,
.public-comments {
  padding: 26px;
}

.public-counter {
  position: sticky;
  top: 92px;
  color: var(--text);
  background: #111816;
  border-color: #1d2d25;
}

.public-counter span,
.public-counter small {
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
}

.public-counter strong {
  display: block;
  margin: 22px 0 4px;
  color: var(--green);
  font-size: clamp(56px, 9vw, 96px);
  line-height: 0.9;
}

.public-counter p {
  color: #cbd6cf;
  font-weight: 900;
}

.public-counter div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.public-counter b {
  color: var(--text);
  font-size: 28px;
}

.comments-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.comments-head h3 {
  margin: 0;
  font-size: 26px;
}

.comments-head span {
  color: var(--green-dark);
  font-weight: 900;
}

.comments-list {
  display: grid;
  gap: 12px;
}

.comment-card {
  padding: 16px;
  background: #f4f0e8;
  border: 1px solid #d8ded8;
  border-radius: 8px;
}

.comment-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.comment-card span,
.comment-card small,
.empty-comments {
  color: #66736c;
}

.comment-card small {
  display: block;
  margin-bottom: 12px;
  font-weight: 900;
}

.comment-card p {
  margin: 0;
  color: var(--ink);
  line-height: 1.65;
}

.official-reply {
  margin-top: 14px;
  padding: 14px;
  background: #111816;
  border: 1px solid #1d2d25;
  border-radius: 8px;
}

.official-reply span {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.official-reply p {
  color: #cbd6cf;
}

.site-footer {
  padding: 28px clamp(18px, 6vw, 86px);
  color: var(--muted);
  background: #090c0b;
  border-top: 1px solid var(--line);
}

.site-footer strong {
  color: var(--text);
}

@media (max-width: 1020px) {
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-panel {
    grid-template-columns: 1fr;
  }

  .trust-panel a {
    justify-self: start;
  }

  .site-header {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .site-nav {
    order: 3;
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    padding: 8px 10px;
    border: 1px solid rgba(244, 241, 232, 0.16);
    border-radius: 8px;
    background: rgba(244, 241, 232, 0.07);
    white-space: nowrap;
  }

  .site-nav a::after {
    display: none;
  }

  .investor-desk {
    padding-top: 138px;
  }

  .latest-news {
    grid-template-columns: 1fr;
  }

  .top-market-rail,
  .priority-brief,
  .growth-strip,
  .session-stage,
  .return-strip,
  .report-nav {
    grid-template-columns: 1fr;
  }

  .return-strip nav {
    justify-content: flex-start;
  }

  .return-routine nav {
    justify-content: flex-start;
  }

  .today-updates {
    grid-template-columns: 1fr;
  }

  .wow-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-grid,
  .today-layout,
  .decision-strip,
  .dashboard-grid,
  .chart-grid,
  .bot-live-shell,
  .bot-live-grid,
  .report-command,
  .system-layout,
  .profile-tool,
  .risk-tool,
  .section-proof-grid,
  .community-rhythm,
  .archive-hub,
  .return-routine,
  .risk-journal,
  .about-trust,
  .minute-grid,
  .edge-layout,
  .report-layout,
  .bot-safe,
  .brief-grid,
  .report-decision,
  .report-discipline,
  .report-discipline.compact,
  .report-action-panel,
  .decision-lists,
  .scenario-grid,
  .risk-grid,
  .radar-layout,
  .routine-grid,
  .start-grid,
  .academy-layout,
  .academy-deep-dive,
  .contact,
  .community-layout {
    grid-template-columns: 1fr;
  }

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

  .system-cards {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .glossary-grid,
  .faq-grid,
  .legal-grid,
  .mistake-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-path {
    grid-template-columns: repeat(2, 1fr);
  }

  .start-command {
    grid-template-columns: 1fr;
  }

  .signal-board,
  .report-standard,
  .read-flow,
  .monday-brief,
  .home-catalog {
    grid-template-columns: 1fr;
  }

  .asset-ranking,
  .report-standard ol,
  .read-flow ol,
  .update-ledger,
  .home-catalog nav,
  .academy-topics,
  .report-action-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .asset-ranking {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bot-live-panel {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .home-hero,
  .today-60s,
  .trust-panel {
    width: calc(100% - 28px);
    margin-bottom: 14px;
    padding: 20px;
  }

  .hero-title {
    font-size: clamp(34px, 12vw, 46px);
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-primary-button,
  .hero-secondary-button,
  .trust-panel a {
    width: 100%;
  }

  .hero-rhythm {
    grid-template-columns: 1fr;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-home-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .portfolio-home-card a {
    width: 100%;
  }

  .home-info-card {
    min-height: 116px;
  }

  .site-header {
    padding: 12px 14px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 104px 16px 52px;
  }

  .hero.home-hero {
    padding: 20px;
  }

  .latest-news {
    gap: 14px;
    padding: 24px 16px 28px;
  }

  .top-market-rail {
    width: calc(100% - 28px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 82px;
  }

  .top-market-rail span,
  .top-market-rail strong {
    grid-column: 1 / -1;
  }

  .top-market-rail span,
  .top-market-rail b,
  .top-market-rail strong {
    min-height: 40px;
    padding: 0 10px;
  }

  .home-page .latest-panel {
    display: none;
  }

  .home-page .latest-news {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 14px 20px;
  }

  .follow-actions {
    gap: 6px;
  }

  .follow-actions a,
  .follow-actions button {
    flex: 1 1 128px;
    min-height: 36px;
    padding: 0 8px;
    font-size: 12px;
  }

  .growth-strip,
  .today-site-strip,
  .trust-strip,
  .session-stage {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
  }

  .today-site-strip nav {
    justify-content: flex-start;
  }

  .today-site-strip a {
    flex: 1 1 118px;
  }

  .return-strip {
    width: calc(100% - 28px);
    gap: 14px;
    padding: 16px;
  }

  .return-meta {
    gap: 6px;
  }

  .return-meta span {
    flex: 1 1 128px;
    justify-content: center;
  }

  .return-strip nav {
    align-items: stretch;
  }

  .return-strip a,
  .return-strip button {
    flex: 1 1 132px;
    padding: 0 10px;
  }

  .return-strip small {
    text-align: left;
  }

  .bot-live {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .bot-status-card {
    min-height: auto;
  }

  .bot-row header,
  .bot-warning {
    grid-template-columns: 1fr;
  }

  .bot-warning p {
    grid-column: auto;
  }

  .bot-row header {
    display: grid;
  }

  .session-stage-steps {
    grid-template-columns: 1fr;
  }

  .session-stage-steps div {
    min-height: 86px;
  }

  .growth-strip article {
    min-height: 100px;
    padding: 14px;
  }

  .growth-strip strong {
    font-size: 22px;
  }

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

  .trust-strip div {
    min-height: 72px;
    padding: 12px;
  }

  .home-page .latest-copy h1 {
    font-size: 32px;
    line-height: 1.04;
    margin-bottom: 10px;
  }

  .home-page .latest-copy > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.42;
  }

  .home-page .priority-brief {
    display: none;
  }

  .home-page .today-updates {
    display: none !important;
  }

  .page-trail {
    width: calc(100% - 28px);
    align-items: stretch;
    flex-direction: column;
    margin-top: 82px;
  }

  .page-trail a {
    width: 100%;
  }

  .latest-copy h1 {
    font-size: 36px;
    line-height: 1.02;
    margin-bottom: 14px;
  }

  .latest-copy p {
    font-size: 16px;
    line-height: 1.48;
  }

  .latest-actions {
    margin-top: 18px;
  }

  .latest-panel {
    gap: 12px;
    padding: 18px;
  }

  .latest-panel strong {
    font-size: clamp(26px, 8vw, 34px);
  }

  .latest-panel ul {
    gap: 8px;
  }

  .panel-metrics {
    grid-template-columns: 1fr;
  }

  .panel-metrics div {
    min-height: 58px;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
  }

  .market-wow {
    width: calc(100% - 28px);
  }

  .wow-tape b {
    min-height: 52px;
    font-size: 15px;
  }

  .wow-grid article {
    min-height: 124px;
    padding: 16px;
  }

  .quality-meter {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  h1 {
    font-size: 56px;
  }

  .lead {
    font-size: 17px;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .glossary-grid,
  .faq-grid,
  .legal-grid,
  .mistake-list {
    grid-template-columns: 1fr;
  }

  .page-path {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
  }

  .page-path a {
    min-height: 76px;
  }

  .start-command {
    width: calc(100% - 28px);
    padding: 18px;
  }

  .start-command ol {
    grid-template-columns: 1fr;
  }

  .start-command li {
    min-height: 78px;
  }

  .signal-board,
  .report-standard,
  .report-standard ol,
  .read-flow,
  .read-flow ol,
  .monday-brief,
  .update-ledger,
  .section-proof-grid,
  .archive-hub,
  .return-routine,
  .report-action-panel,
  .report-action-grid,
  .home-catalog,
  .home-catalog nav,
  .academy-topics {
    grid-template-columns: 1fr;
  }

  .home-page .home-catalog nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .home-page .home-catalog a {
    min-height: 118px;
    padding: 12px;
  }

  .home-page .home-catalog b {
    font-size: 16px;
  }

  .home-page .home-catalog small {
    font-size: 12px;
  }

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

  .portfolio-source,
  .portfolio-plan-head {
    flex-direction: column;
  }

  .portfolio-summary-grid,
  .portfolio-info-grid,
  .portfolio-metrics {
    grid-template-columns: 1fr;
  }

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

  .portfolio-screens-grid img {
    height: 420px;
  }

  .portfolio-table {
    min-width: 680px;
  }

  .signal-card,
  .asset-ranking article,
  .report-standard,
  .read-flow,
  .monday-brief,
  .home-catalog {
    padding: 22px;
  }

  .profile-questions fieldset {
    display: grid;
  }

  .risk-form {
    grid-template-columns: 1fr;
  }

  .market-terminal,
  .today-main,
  .watchlist-panel,
  .about-copy,
  .trust-grid article,
  .chart-card,
  .system-cards article,
  .decision-check,
  .profile-questions fieldset,
  .profile-result,
  .risk-form,
  .risk-result,
  .mistake-panel,
  .first-decision,
  .glossary-section,
  .academy-warning,
  .faq-grid details,
  .legal-grid article,
  .legal-panel,
  .minute-grid article,
  .share-card,
  .habit-card,
  .freshness-card,
  .risk-rank,
  .decision-map,
  .return-hook,
  .return-routine,
  .section-proof-grid article,
  .community-rhythm article,
  .archive-hub article,
  .calendar-panel,
  .feature-report,
  .report-decision,
  .report-discipline article,
  .report-catalysts,
  .scenario-grid article,
  .risk-grid article,
  .report-sources,
  .routine-grid article,
  .radar-score,
  .radar-checklist,
  .radar-notes,
  .public-counter,
  .public-comments,
  .reminder-form,
  .contact-form,
  .start-grid article {
    padding: 22px;
  }

  .calendar-grid {
    gap: 5px;
  }

  .calendar-grid button,
  .calendar-grid a {
    min-height: 44px;
  }

  .archive-strip,
  .archive-month-heading,
  .return-routine,
  .academy-cta,
  .quick-brief-head,
  .habit-card,
  .freshness-card,
  .calendar-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .public-counter {
    position: static;
  }

  .report-action-panel {
    padding: 18px;
  }

  .report-action-grid a {
    min-height: 94px;
  }

  .report-action-panel nav {
    justify-content: flex-start;
  }

  .report-action-panel nav a,
  .report-action-panel button {
    flex: 1 1 128px;
  }

  .report-action-panel small {
    flex-basis: 100%;
  }

  .comments-head,
  .comment-card div {
    align-items: flex-start;
    flex-direction: column;
  }

  .button,
  .header-action {
    width: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .next-brief-strip {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
  }

  .topic-hero,
  .topic-bottom {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
  }

  .topic-pulse,
  .topic-grid {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
  }

  .focused-page .academy-grid {
    grid-template-columns: 1fr;
  }

  .topic-hero {
    padding-top: 28px;
  }

  .topic-status,
  .topic-pulse article,
  .topic-grid article,
  .topic-bottom article {
    padding: 20px;
  }
}

.bot-premium-dashboard {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 34px;
  padding: 18px;
  color: #f4f1e8;
  background: linear-gradient(135deg, #101512, #16241d);
  border: 1px solid rgba(244, 241, 232, 0.12);
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(16, 21, 18, 0.22);
}

.bot-premium-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.bot-premium-head h2 {
  margin: 0;
  color: #f4f1e8;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.05;
}

.bot-premium-state {
  display: grid;
  gap: 4px;
  min-width: 210px;
  padding: 12px 14px;
  text-align: right;
  background: rgba(55, 210, 140, 0.1);
  border: 1px solid rgba(55, 210, 140, 0.25);
  border-radius: 8px;
}

.bot-premium-state span {
  color: var(--green);
  font-weight: 900;
}

.bot-premium-state small {
  color: rgba(244, 241, 232, 0.68);
}

.bot-premium-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.bot-premium-kpis article,
.bot-premium-panel {
  background: rgba(244, 241, 232, 0.065);
  border: 1px solid rgba(244, 241, 232, 0.12);
  border-radius: 8px;
}

.bot-premium-kpis article {
  padding: 13px 14px;
}

.bot-premium-kpis span,
.bot-premium-panel header span,
.bot-quality-list span {
  display: block;
  color: rgba(244, 241, 232, 0.58);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.bot-premium-kpis strong {
  display: block;
  margin-top: 5px;
  color: #f4f1e8;
  font-size: clamp(18px, 2.1vw, 26px);
  line-height: 1.05;
}

.bot-premium-kpis strong.positive,
.bot-premium-line strong.positive {
  color: var(--green);
}

.bot-premium-kpis strong.negative,
.bot-premium-line strong.negative {
  color: #ef6a5b;
}

.bot-premium-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 0.75fr));
  gap: 10px;
}

.bot-premium-panel {
  min-height: 220px;
  padding: 14px;
}

.bot-premium-panel header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.bot-premium-panel header strong {
  color: #f4f1e8;
  font-size: 15px;
}

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

.bot-premium-list > p {
  margin: 0;
  color: rgba(244, 241, 232, 0.68);
}

.bot-premium-signal {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  padding: 11px;
  background: rgba(16, 21, 18, 0.32);
  border: 1px solid rgba(244, 241, 232, 0.1);
  border-radius: 8px;
}

.bot-premium-signal .rank {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #101512;
  background: var(--green);
  border-radius: 999px;
  font-weight: 900;
}

.bot-premium-signal header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 6px;
}

.bot-premium-signal b {
  color: #f4f1e8;
}

.bot-premium-signal b span {
  display: block;
  margin-top: 2px;
  color: rgba(244, 241, 232, 0.62);
  font-size: 12px;
}

.bot-premium-signal header strong {
  color: var(--green);
  white-space: nowrap;
}

.bot-premium-signal p,
.bot-premium-signal small {
  margin: 0;
  color: rgba(244, 241, 232, 0.68);
  font-size: 12px;
  line-height: 1.35;
}

.bot-premium-signal dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 9px 0;
}

.bot-premium-signal dl div {
  padding: 7px;
  background: rgba(244, 241, 232, 0.055);
  border-radius: 6px;
}

.bot-premium-signal dt {
  color: rgba(244, 241, 232, 0.52);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.bot-premium-signal dd {
  margin: 2px 0 0;
  color: #f4f1e8;
  font-size: 12px;
}

.bot-premium-line {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(244, 241, 232, 0.1);
}

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

.bot-premium-line b {
  color: #f4f1e8;
}

.bot-premium-line span {
  color: rgba(244, 241, 232, 0.62);
  font-size: 12px;
}

.bot-premium-line strong {
  color: var(--green);
  font-size: 12px;
  white-space: nowrap;
}

.bot-quality-list {
  display: grid;
  gap: 9px;
}

.bot-quality-list div {
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(244, 241, 232, 0.1);
}

.bot-quality-list div:last-child {
  border-bottom: 0;
}

.bot-quality-list strong {
  display: block;
  margin-top: 3px;
  color: #f4f1e8;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .bot-premium-kpis,
  .bot-premium-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bot-premium-dashboard {
    width: min(100% - 22px, 560px);
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 10px;
  }

  .bot-premium-head {
    display: grid;
  }

  .bot-premium-state {
    min-width: 0;
    text-align: left;
  }

  .bot-premium-kpis,
  .bot-premium-layout {
    grid-template-columns: 1fr;
  }

  .bot-premium-kpis {
    gap: 8px;
  }

  .bot-premium-layout {
    gap: 8px;
  }

  .bot-premium-panel {
    min-height: auto;
    padding: 12px;
  }

  .bot-premium-signal dl {
    grid-template-columns: 1fr;
  }

  .bot-premium-line {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  }

  .bot-premium-line strong {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .portfolio-home .section-head h2 {
    color: var(--ink);
  }

  .portfolio-home .section-head p:not(.eyebrow),
  html[lang="en"] .portfolio-home .section-head p:not(.eyebrow) {
    color: var(--ink-muted);
  }

  .portfolio-home .eyebrow {
    color: var(--accent-on-light);
  }
}

.trust-date,
.trust-status {
  color: var(--muted);
  font-size: 0.88rem;
}

.trust-status {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.75rem;
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(16, 21, 18, 0.12);
  border-radius: 999px;
  background: rgba(16, 21, 18, 0.04);
  font-weight: 700;
}

/* Stage 7B: resilient tablet navigation, narrow report headers and AA light surfaces. */
@media (max-width: 900px) {
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header {
    max-width: 100vw;
  }

  .site-header.nav-enhanced {
    min-height: 64px;
    flex-wrap: nowrap;
    padding: 9px clamp(12px, 3vw, 22px);
    overflow: visible;
  }

  .site-header.nav-enhanced .brand {
    min-width: 0;
    margin-right: auto;
  }

  .site-header.nav-enhanced .brand > span:last-child {
    min-width: 0;
  }

  .site-header.nav-enhanced .brand strong,
  .site-header.nav-enhanced .brand small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header.nav-enhanced .header-action {
    display: none;
  }

  .site-header.nav-enhanced .nav-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
  }

  .site-header.nav-enhanced .language-switch {
    flex: 0 0 auto;
  }

  .site-header.nav-enhanced .site-nav {
    position: absolute;
    z-index: 1000;
    top: calc(100% + 1px);
    right: 10px;
    left: 10px;
    order: initial;
    display: grid;
    width: auto;
    max-width: none;
    max-height: 0;
    gap: 0;
    padding: 0 14px;
    overflow: hidden;
    background: #101512;
    border: 0 solid rgba(255, 255, 255, 0.14);
    border-radius: 0 0 12px 12px;
    opacity: 0;
    pointer-events: none;
  }

  .site-header.nav-enhanced.nav-open .site-nav {
    max-height: calc(100vh - 84px);
    padding: 12px 14px 16px;
    overflow-y: auto;
    border-width: 1px;
    opacity: 1;
    pointer-events: auto;
  }

  .site-header.nav-enhanced .site-nav a {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 9px 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
    white-space: normal;
  }

  .site-header:not(.nav-enhanced) {
    max-width: 100vw;
    gap: 8px 10px;
    padding: 9px 12px;
  }

  .site-header:not(.nav-enhanced) .brand {
    min-width: 0;
    margin-right: auto;
  }

  .site-header:not(.nav-enhanced) .header-action {
    display: none;
  }

  .site-header:not(.nav-enhanced) .site-nav {
    width: 100%;
    min-width: 0;
    max-width: calc(100vw - 24px);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .site-header:not(.nav-enhanced) .site-nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  body > .site-header:not(.nav-enhanced) + main {
    padding-top: 116px;
  }

  body > .site-header + main {
    padding-top: 76px;
  }
}

@media (max-width: 420px) {
  .site-header .brand-mark {
    width: 38px;
    height: 38px;
  }

  .site-header .brand small {
    display: none;
  }

  h1,
  .report-page h1,
  .topic-hero h1,
  .focused-page h1 {
    max-width: 100%;
    font-size: clamp(2rem, 10.5vw, 2.75rem);
    line-height: 1;
    overflow-wrap: break-word;
    hyphens: auto;
  }
}

:where(.section, .report-page, .focused-page, .topic-page, .academy-article) :where(article, section, div, nav) {
  min-width: 0;
}

:where(.report-sources, .page-related, .social-grid, .focused-block) a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.portfolio-table-wrap {
  max-width: 100%;
  overscroll-behavior-inline: contain;
  scrollbar-gutter: stable;
}

.portfolio-table-wrap:focus-visible {
  outline: 3px solid var(--accent-on-light);
  outline-offset: 2px;
}

/* Light-surface accent and muted tokens meet WCAG AA for normal-sized text. */
.briefing-grid span,
.brief-grid span,
.scenario-grid span,
.risk-grid span,
.report-sources a,
.report-nav span,
.report-discipline span,
.section-proof-grid span,
.focused-block span,
.portfolio-icon {
  color: var(--accent-on-light);
}

.full-analysis summary {
  color: var(--ink);
  background: #fffdf8;
}

.brief-grid article h3,
.brief-grid article > a {
  color: var(--ink);
}

.tools-page .focused-page:not(.investor-profile):not(.risk-calculator) .eyebrow,
.tools-page .academy-context-links .eyebrow {
  color: var(--accent-on-light);
}

.brief-grid article > a,
.focused-page .page-related a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--accent-on-light);
  font-weight: 800;
}

.portfolio-summary-grid span,
.portfolio-metrics dt,
.portfolio-table thead th,
.portfolio-total-result span {
  color: var(--ink-muted);
}

.portfolio-table td.gain,
.portfolio-plan-head .gain,
.portfolio-page .gain {
  color: var(--accent-on-light);
}

.report-catalysts strong,
.report-context-card,
.archive-hub a {
  color: var(--accent-on-light);
}

.page-trail > a,
.page-related > a,
.archive-filters button,
.report-usefulness button,
.report-action-panel nav a,
.report-action-panel button {
  min-height: 44px;
}

.page-trail > a,
.page-related > a {
  display: inline-flex;
  align-items: center;
}
