:root {
  color-scheme: light;
  --ink: #17202a;
  --muted: #667382;
  --soft: #eef3f6;
  --line: #d8e1e8;
  --panel: #ffffff;
  --page: #f5f8fa;
  --nav: #233242;
  --nav-soft: #e7eef3;
  --teal: #1d7180;
  --blue: #2b6eae;
  --green: #217657;
  --gold: #a06f17;
  --red: #aa3f3f;
  --shadow: 0 16px 46px rgba(33, 48, 66, 0.1);
}

[data-theme="dark"] {
  color-scheme: dark;
  --ink: #edf4f7;
  --muted: #a9b8c4;
  --soft: #1d2c38;
  --line: #314554;
  --panel: #101b24;
  --page: #0b131a;
  --nav: #071017;
  --nav-soft: #162733;
  --teal: #55c7d2;
  --blue: #74aee6;
  --green: #6bd09f;
  --gold: #e1b85a;
  --red: #ee8b8b;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  background: var(--page);
  color: var(--ink);
  padding-bottom: 96px;
}

body.modal-open {
  overflow: hidden;
}

body[data-experience="landing"] .app-shell,
body[data-experience="landing"] .guided-next-bar,
body[data-experience="sample"] .marketing-site,
body[data-experience="sample"] .guided-next-bar,
body[data-experience="builder"] .marketing-site {
  display: none;
}

body[data-experience="sample"] #account,
body[data-experience="sample"] #guided,
body[data-experience="sample"] #guidedBuilder,
body[data-experience="sample"] #parentDecision,
body[data-experience="sample"] #intake,
body[data-experience="sample"] #student,
body[data-experience="sample"] .college-search-card,
body[data-experience="sample"] .nav-rail a[href="#guided"],
body[data-experience="sample"] .watch-item button {
  display: none;
}

body[data-experience="sample"] {
  padding-bottom: 0;
}

body[data-experience="sample"] .dashboard-grid {
  grid-template-columns: 1fr;
}

body[data-experience="sample"] .advisor-column {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-experience="builder"] .sample-dashboard-banner {
  display: none;
}

body[data-experience="builder"][data-app-view="home"] .command-header,
body[data-experience="builder"][data-app-view="home"] .student-snapshot,
body[data-experience="builder"][data-app-view="home"] .trust-strip,
body[data-experience="builder"][data-app-view="home"] .daily-panel,
body[data-experience="builder"][data-app-view="home"] #parentDecision,
body[data-experience="builder"][data-app-view="home"] #intake,
body[data-experience="builder"][data-app-view="home"] .dashboard-grid,
body[data-experience="builder"][data-app-view="home"] #schools,
body[data-experience="builder"][data-app-view="home"] .account-edit-card,
body[data-experience="builder"][data-app-view="home"] .plan-progress-card,
body[data-experience="builder"][data-app-view="home"] .launch-demo-card,
body[data-experience="builder"][data-app-view="home"] .plus-preview-card,
body[data-experience="builder"][data-app-view="home"] .guided-next-bar {
  display: none;
}

body[data-experience="builder"][data-app-view="guided"] .daily-panel,
body[data-experience="builder"][data-app-view="guided"] .student-snapshot,
body[data-experience="builder"][data-app-view="guided"] .trust-strip,
body[data-experience="builder"][data-app-view="guided"] #account,
body[data-experience="builder"][data-app-view="guided"] #schools,
body[data-experience="builder"][data-app-view="guided"] .advisor-column {
  display: none;
}

body[data-experience="builder"][data-app-view="guided"] .dashboard-grid {
  grid-template-columns: 1fr;
}

body[data-experience="builder"][data-app-view="command"] .student-snapshot,
body[data-experience="builder"][data-app-view="command"] .trust-strip,
body[data-experience="builder"][data-app-view="command"] #account,
body[data-experience="builder"][data-app-view="command"] #guided,
body[data-experience="builder"][data-app-view="command"] #guidedBuilder,
body[data-experience="builder"][data-app-view="command"] #parentDecision,
body[data-experience="builder"][data-app-view="command"] #intake,
body[data-experience="builder"][data-app-view="command"] .dashboard-grid {
  display: none;
}

body[data-experience="builder"][data-app-view="financial"] .daily-panel,
body[data-experience="builder"][data-app-view="financial"] .student-snapshot,
body[data-experience="builder"][data-app-view="financial"] .trust-strip,
body[data-experience="builder"][data-app-view="financial"] #account,
body[data-experience="builder"][data-app-view="financial"] #guided,
body[data-experience="builder"][data-app-view="financial"] #guidedBuilder,
body[data-experience="builder"][data-app-view="financial"] #parentDecision,
body[data-experience="builder"][data-app-view="financial"] #intake,
body[data-experience="builder"][data-app-view="financial"] #schools,
body[data-experience="builder"][data-app-view="financial"] .guided-panel,
body[data-experience="builder"][data-app-view="financial"] .advisor-column .advisor-card:not(#costs) {
  display: none;
}

body[data-experience="builder"][data-app-view="timeline"] .daily-panel,
body[data-experience="builder"][data-app-view="timeline"] .student-snapshot,
body[data-experience="builder"][data-app-view="timeline"] .trust-strip,
body[data-experience="builder"][data-app-view="timeline"] #account,
body[data-experience="builder"][data-app-view="timeline"] #guided,
body[data-experience="builder"][data-app-view="timeline"] #guidedBuilder,
body[data-experience="builder"][data-app-view="timeline"] #parentDecision,
body[data-experience="builder"][data-app-view="timeline"] #intake,
body[data-experience="builder"][data-app-view="timeline"] #schools,
body[data-experience="builder"][data-app-view="timeline"] .guided-panel,
body[data-experience="builder"][data-app-view="timeline"] .advisor-column .advisor-card:not(#timeline) {
  display: none;
}

body[data-experience="builder"][data-app-view="advisor"] .daily-panel,
body[data-experience="builder"][data-app-view="advisor"] .student-snapshot,
body[data-experience="builder"][data-app-view="advisor"] .trust-strip,
body[data-experience="builder"][data-app-view="advisor"] #account,
body[data-experience="builder"][data-app-view="advisor"] #guided,
body[data-experience="builder"][data-app-view="advisor"] #guidedBuilder,
body[data-experience="builder"][data-app-view="advisor"] #parentDecision,
body[data-experience="builder"][data-app-view="advisor"] #intake,
body[data-experience="builder"][data-app-view="advisor"] .guided-panel {
  display: none;
}

body[data-experience="builder"][data-app-view="advisor"] .school-search-panel,
body[data-experience="builder"][data-app-view="advisor"] #insightStrip,
body[data-experience="builder"][data-app-view="advisor"] #comparePreview,
body[data-experience="builder"][data-app-view="advisor"] .scoreboard,
body[data-experience="builder"][data-app-view="advisor"] .school-grid {
  display: none;
}

body[data-experience="builder"][data-app-view="account"] .daily-panel,
body[data-experience="builder"][data-app-view="account"] #advisorBrief,
body[data-experience="builder"][data-app-view="account"] .trust-strip,
body[data-experience="builder"][data-app-view="account"] #guided,
body[data-experience="builder"][data-app-view="account"] #guidedBuilder,
body[data-experience="builder"][data-app-view="account"] #parentDecision,
body[data-experience="builder"][data-app-view="account"] #intake,
body[data-experience="builder"][data-app-view="account"] .dashboard-grid,
body[data-experience="builder"][data-app-view="account"] #schools,
body[data-experience="builder"][data-app-view="account"] .fit-walkthrough-card,
body[data-experience="builder"][data-app-view="account"] .plan-progress-card,
body[data-experience="builder"][data-app-view="account"] .launch-demo-card,
body[data-experience="builder"][data-app-view="account"] .plus-preview-card {
  display: none;
}

body[data-experience="builder"][data-app-view="home"] .account-panel,
body[data-experience="builder"][data-app-view="account"] .account-panel {
  grid-template-columns: 1fr;
}

body[data-experience="builder"][data-app-view="home"] .workspace {
  min-height: 100vh;
  display: grid;
  align-content: start;
}

body[data-experience="builder"][data-app-view="home"] .account-panel {
  max-width: 1160px;
}

body[data-experience="builder"][data-app-view="financial"] .dashboard-grid,
body[data-experience="builder"][data-app-view="timeline"] .dashboard-grid,
body[data-experience="builder"][data-app-view="advisor"] .dashboard-grid {
  grid-template-columns: 1fr;
}

body[data-experience="builder"][data-app-view="financial"] .advisor-column,
body[data-experience="builder"][data-app-view="timeline"] .advisor-column,
body[data-experience="builder"][data-app-view="advisor"] .advisor-column {
  grid-template-columns: 1fr;
}

.guided-glow {
  position: relative;
  z-index: 2;
  border-color: rgba(85, 199, 210, 0.88) !important;
  box-shadow:
    0 0 0 2px rgba(85, 199, 210, 0.18),
    0 0 34px rgba(85, 199, 210, 0.34),
    0 18px 42px rgba(29, 113, 128, 0.18) !important;
  animation: guidedPulse 1.9s ease-in-out infinite;
}

.guided-glow::after {
  content: attr(data-guided-label);
  position: absolute;
  right: 14px;
  top: -16px;
  z-index: 3;
  border: 1px solid rgba(225, 184, 90, 0.72);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  color: #ffffff;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(29, 113, 128, 0.3);
  animation: guidedPointer 1.35s ease-in-out infinite;
}

.guided-glow::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 13px;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(225, 184, 90, 0.9);
  border-bottom: 2px solid rgba(225, 184, 90, 0.9);
  transform: rotate(45deg);
  animation: guidedPointer 1.35s ease-in-out infinite;
}

@keyframes guidedPulse {
  0%, 100% {
    box-shadow:
      0 0 0 2px rgba(85, 199, 210, 0.16),
      0 0 24px rgba(85, 199, 210, 0.22),
      0 18px 42px rgba(29, 113, 128, 0.14);
  }
  50% {
    box-shadow:
      0 0 0 4px rgba(225, 184, 90, 0.18),
      0 0 42px rgba(85, 199, 210, 0.42),
      0 22px 52px rgba(29, 113, 128, 0.22);
  }
}

@keyframes guidedPointer {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .guided-glow,
  .guided-glow::after {
    animation: none;
  }
}

.guided-next-bar {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 1250;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: min(680px, calc(100vw - 32px));
  border: 1px solid rgba(85, 199, 210, 0.42);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(29, 113, 128, 0.88), rgba(16, 35, 45, 0.9)),
    var(--nav);
  color: #ffffff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
  padding: 9px 11px 9px 13px;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

.guided-next-bar[hidden] {
  display: none !important;
}

.guided-next-bar div {
  display: grid;
  gap: 3px;
}

.guided-next-bar span {
  color: #7ce2ea;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.guided-next-bar strong {
  font-size: 14px;
}

.guided-next-bar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.35;
}

.guided-next-bar button {
  min-height: 36px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  color: #ffffff;
  padding: 0 14px;
  font-weight: 950;
  white-space: nowrap;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.help-tip {
  display: inline-grid;
  place-items: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  border: 1px solid rgba(85, 199, 210, 0.5);
  border-radius: 50%;
  background: rgba(85, 199, 210, 0.1);
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  vertical-align: middle;
  padding: 0;
}

.help-tip:focus-visible {
  outline: 3px solid rgba(85, 199, 210, 0.22);
  outline-offset: 2px;
}

.floating-help-tooltip {
  position: fixed;
  z-index: 1000;
  max-width: min(320px, calc(100vw - 28px));
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 18px 48px rgba(33, 48, 66, 0.2);
  color: var(--ink);
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.42;
  text-transform: none;
  white-space: normal;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 120ms ease, transform 120ms ease;
}

[data-theme="dark"] .floating-help-tooltip {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

.floating-help-tooltip.visible {
  opacity: 1;
  transform: translateY(0);
}

.eyebrow .help-tip,
.chart-title .help-tip,
.metric .help-tip,
.advisor-score .help-tip,
.source-item .help-tip,
.cost-bar .help-tip,
.profile-status-card .help-tip {
  width: 16px;
  height: 16px;
  font-size: 10px;
}

.marketing-site {
  background: #ffffff;
}

[data-theme="dark"] .marketing-site {
  background: var(--page);
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 1500;
  isolation: isolate;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 14px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(7, 16, 23, 0.94), rgba(7, 16, 23, 0.76));
  backdrop-filter: blur(16px);
  box-shadow: none;
}

[data-theme="dark"] .site-nav {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(7, 16, 23, 0.88), rgba(7, 16, 23, 0.56));
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #ffffff;
  text-decoration: none;
}

.northstar-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(225, 184, 90, 0.48);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.2), transparent 22%),
    conic-gradient(from 25deg, rgba(225, 184, 90, 0.92), rgba(85, 199, 210, 0.95), rgba(22, 39, 51, 0.98), rgba(225, 184, 90, 0.92));
  color: #ffffff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.26), inset 0 0 0 6px rgba(7, 16, 23, 0.88);
}

.northstar-mark::before,
.northstar-mark::after {
  content: "";
  position: absolute;
}

.northstar-mark::before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.northstar-mark::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.74);
}

.northstar-mark i {
  width: 24px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(50% 0, 60% 38%, 100% 50%, 60% 62%, 50% 100%, 40% 62%, 0 50%, 40% 38%);
  z-index: 1;
}

.site-brand strong {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.site-brand strong span {
  color: var(--gold);
  font-style: italic;
}

.site-nav nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.site-nav nav a,
.site-nav nav button,
.nav-text-button {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  touch-action: manipulation;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  border-radius: 5px;
  padding: 9px 8px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-text-button {
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

.site-nav nav a:hover,
.site-nav nav button:hover,
.nav-text-button:hover {
  background: transparent;
  color: #ffffff;
  transform: translateY(-1px);
}

[data-theme="dark"] .site-nav nav a,
[data-theme="dark"] .site-nav nav button,
[data-theme="dark"] .nav-text-button {
  color: #d5e1e8;
}

:root:not([data-theme="dark"]) .site-nav nav a,
:root:not([data-theme="dark"]) .site-nav nav button,
:root:not([data-theme="dark"]) .nav-text-button {
  color: rgba(255, 255, 255, 0.82);
}

:root:not([data-theme="dark"]) .site-nav nav a:hover,
:root:not([data-theme="dark"]) .site-nav nav button:hover,
:root:not([data-theme="dark"]) .nav-text-button:hover {
  color: #ffffff;
}

.nav-cta {
  margin-left: 8px;
  border: 0;
  border-radius: 5px;
  background: var(--teal);
  color: #ffffff;
  padding: 12px 18px;
  box-shadow: 0 10px 28px rgba(29, 113, 128, 0.22);
}

.nav-cta:hover {
  background: #42b9c4;
  color: #071017;
}

.site-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.whats-new-button {
  min-height: 38px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  padding: 0 4px;
  font-size: 13px;
  font-weight: 900;
}

.whats-new-button:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #ffffff;
  padding: 0 4px;
  font-weight: 900;
}

.theme-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  line-height: 1;
}

.top-account-menu {
  position: relative;
}

.top-account-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 40px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #ffffff;
  padding: 0 2px;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  box-shadow: none;
}

.top-account-toggle.signed-in {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, rgba(85, 199, 210, 0.42), transparent 38%),
    linear-gradient(135deg, var(--gold), var(--teal));
}

.top-account-toggle:hover,
.top-account-toggle[aria-expanded="true"] {
  color: #ffffff;
  transform: translateY(-1px);
}

.top-account-popover {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  z-index: 1300;
  width: min(300px, calc(100vw - 28px));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #17222b;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.account-popover-head {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.account-popover-head strong {
  font-size: 14px;
}

.account-popover-head span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 800;
}

.account-popover-form {
  padding: 16px 18px 18px;
}

.account-popover-form label {
  color: rgba(255, 255, 255, 0.76);
}

.account-popover-form input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.account-popover-form #accountStatus {
  color: rgba(255, 255, 255, 0.68);
}

.account-mode-switch {
  justify-self: start;
  border: 0;
  background: transparent;
  color: #8fe5eb;
  padding: 0;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
}

.account-mode-switch:hover {
  color: #ffffff;
  text-decoration: underline;
}

.account-hub {
  display: grid;
  gap: 6px;
  padding: 8px;
}

.account-hub-section {
  display: none;
}

.account-hub-section span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.account-hub-section strong {
  font-size: 17px;
}

.account-hub-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
}

.account-hub-grid {
  display: grid;
  gap: 2px;
}

.account-hub-grid button {
  display: grid;
  gap: 3px;
  width: 100%;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #ffffff;
  padding: 9px 10px;
  text-align: left;
}

.account-hub-grid button:hover {
  background: rgba(85, 199, 210, 0.1);
}

.account-hub-grid strong {
  font-size: 13px;
}

.account-hub-grid span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.25;
}

.account-hub-logout {
  justify-self: start;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 900;
}

.account-hub-logout:hover {
  border-color: rgba(238, 139, 139, 0.52);
  color: #ffffff;
}

.plain-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.35;
}

.hero-section {
  position: relative;
  min-height: calc(100vh - 92px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #152331;
  margin-top: -92px;
  padding-top: 92px;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(16, 29, 40, 0.86) 0%, rgba(16, 29, 40, 0.68) 34%, rgba(16, 29, 40, 0.12) 68%),
    url("assets/college-compass-hero.png");
  background-size: cover;
  background-position: center right;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 52px));
  padding: 92px 26px 96px;
  color: #ffffff;
}

.hero-content .eyebrow {
  color: #7ed3d8;
}

.hero-content h1 {
  max-width: 720px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.98;
  margin-bottom: 18px;
}

.hero-content p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.5;
}

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

.signed-in-start-panel {
  display: grid;
  gap: 12px;
  max-width: 600px;
  margin-top: 22px;
  border: 1px solid rgba(126, 211, 216, 0.52);
  border-radius: 8px;
  background: rgba(8, 22, 31, 0.78);
  box-shadow:
    0 0 0 1px rgba(225, 184, 90, 0.08),
    0 22px 60px rgba(0, 0, 0, 0.32);
  padding: 14px;
  backdrop-filter: blur(12px);
}

.signed-in-start-panel[hidden] {
  display: none;
}

.signed-in-start-panel span {
  display: inline-flex;
  margin-bottom: 5px;
  color: #7ce2ea;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.signed-in-start-panel strong {
  display: block;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.15;
}

.signed-in-start-panel p {
  margin: 5px 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.signed-in-start-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}

.signed-in-start-actions .primary-action,
.signed-in-start-actions .secondary-action {
  min-height: 38px;
  padding: 0 13px;
  font-size: 13px;
}

.is-signed-in .hero-proof {
  opacity: 0.62;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 7px;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 900;
}

.primary-action {
  border: 0;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(29, 113, 128, 0.24);
}

.secondary-action {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #ffffff;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-proof span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.how-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: grid;
  place-items: center;
  padding: 22px;
}

.how-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 16, 23, 0.74);
  backdrop-filter: blur(8px);
}

.how-modal-card {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(86vh, 820px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  padding: 26px;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  padding: 8px 12px;
  font-weight: 900;
}

.modal-close:hover {
  border-color: rgba(85, 199, 210, 0.48);
  color: var(--teal);
}

.how-modal-card h2 {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.how-modal-lead,
.how-modal-note {
  max-width: 780px;
  color: var(--muted);
  line-height: 1.55;
}

.how-modal-lead {
  margin-top: 12px;
  font-size: 17px;
}

.how-modal-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.how-modal-steps article {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.08), transparent 50%),
    #fbfcfd;
  padding: 14px;
}

[data-theme="dark"] .how-modal-steps article {
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.1), transparent 50%),
    #0b151d;
}

.how-modal-steps span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nav), var(--teal));
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.how-modal-steps strong {
  font-size: 15px;
}

.how-modal-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}

.how-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.guided-start-card {
  width: min(760px, 100%);
}

.pricing-modal-grid {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.wizard-progress {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  margin: 8px 0 30px;
}

.wizard-progress button {
  border: 0;
  background: transparent;
  color: var(--teal);
  font-weight: 900;
}

.wizard-progress button:disabled {
  color: var(--muted);
  cursor: default;
  opacity: 0.48;
}

.wizard-progress div {
  display: grid;
  gap: 8px;
}

.wizard-progress span {
  justify-self: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.wizard-progress i {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--soft);
}

.wizard-progress b {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--blue));
  transition: width 180ms ease;
}

.wizard-stage {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 14px;
  max-width: 620px;
  margin: 0 auto;
}

.wizard-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(85, 199, 210, 0.26);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(85, 199, 210, 0.18), transparent 52%),
    var(--panel);
  color: var(--teal);
  font-size: 26px;
  font-weight: 950;
  box-shadow: 0 10px 30px rgba(29, 113, 128, 0.12);
}

.wizard-options {
  display: grid;
  gap: 10px;
  width: min(520px, 100%);
  margin-top: 12px;
}

.wizard-options button,
.wizard-risk-read,
.pricing-modal-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
  padding: 15px 18px;
}

.wizard-options button {
  min-height: 52px;
  box-shadow: 0 8px 24px rgba(33, 48, 66, 0.06);
  font-weight: 900;
}

.wizard-options button:hover,
.wizard-options button:focus-visible,
.wizard-options button.selected {
  border-color: rgba(85, 199, 210, 0.54);
  background: rgba(85, 199, 210, 0.1);
  outline: none;
}

.pricing-modal-grid span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pricing-modal-grid strong {
  font-size: 18px;
}

.pricing-modal-grid p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
}

.wizard-risk-read {
  display: grid;
  gap: 8px;
  text-align: left;
}

.wizard-risk-read span {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.wizard-risk-read strong {
  font-size: 19px;
}

.wizard-risk-read p,
.wizard-risk-read small {
  color: var(--muted);
  line-height: 1.45;
}

[data-theme="dark"] .wizard-options button,
[data-theme="dark"] .wizard-risk-read,
[data-theme="dark"] .pricing-modal-grid article,
[data-theme="dark"] .wizard-icon {
  background: #0b151d;
  border-color: var(--line);
}

.pricing-modal-card {
  width: min(820px, 100%);
}

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

.pricing-modal-grid article.featured {
  border-color: rgba(225, 184, 90, 0.5);
  background:
    linear-gradient(135deg, rgba(225, 184, 90, 0.14), rgba(85, 199, 210, 0.12)),
    var(--soft);
}

.whats-new-card {
  width: min(820px, 100%);
}

.release-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.release-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  overflow: hidden;
}

.release-list summary {
  cursor: pointer;
  padding: 14px 16px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

.release-list ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 18px 16px 34px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

[data-theme="dark"] .release-list details {
  background: #0b151d;
}

.hero-proof span:nth-child(1) {
  border-color: rgba(116, 174, 230, 0.55);
  background: rgba(43, 110, 174, 0.22);
}

.hero-proof span:nth-child(2) {
  border-color: rgba(107, 208, 159, 0.55);
  background: rgba(33, 118, 87, 0.22);
}

.hero-proof span:nth-child(3) {
  border-color: rgba(225, 184, 90, 0.62);
  background: rgba(160, 111, 23, 0.24);
}

.hero-proof span:nth-child(4) {
  border-color: rgba(85, 199, 210, 0.58);
  background: rgba(29, 113, 128, 0.24);
}

.public-section {
  padding: 70px 26px;
  border-bottom: 1px solid var(--line);
}

.section-intro,
.public-section > div {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section-intro {
  margin-bottom: 22px;
}

.section-intro h2,
.positioning-section h2,
.proof-section h2,
.pricing-section h2 {
  max-width: 760px;
  font-size: 38px;
  line-height: 1.08;
}

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

.public-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #fbfcfd;
}

[data-theme="dark"] .public-grid article,
[data-theme="dark"] .comparison-grid article,
[data-theme="dark"] .pricing-compare article,
[data-theme="dark"] .source-list span,
[data-theme="dark"] .pricing-card,
[data-theme="dark"] .snapshot-item,
[data-theme="dark"] .journey-panel,
[data-theme="dark"] .intake-panel,
[data-theme="dark"] .guided-panel,
[data-theme="dark"] .school-section,
[data-theme="dark"] .advisor-card,
[data-theme="dark"] .school-card,
[data-theme="dark"] .chart-card,
[data-theme="dark"] .score-row,
[data-theme="dark"] .scoreboard,
[data-theme="dark"] .school-visual-panel,
[data-theme="dark"] .insight,
[data-theme="dark"] .metric,
[data-theme="dark"] .score-details,
[data-theme="dark"] .form-step,
[data-theme="dark"] .freshness-card {
  background: var(--panel);
}

.public-grid article span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--nav);
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 14px;
}

.public-grid article h3 {
  font-size: 18px;
}

.public-grid article p,
.positioning-section p,
.comparison-grid article p,
.product-story-section p,
.proof-section p,
.pricing-section p {
  color: var(--muted);
  line-height: 1.5;
}

.product-story-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-story-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.08), transparent 54%),
    #fbfcfd;
  padding: 18px;
}

[data-theme="dark"] .product-story-grid article {
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.1), transparent 54%),
    var(--panel);
}

.product-story-grid span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nav), var(--teal));
  color: #ffffff;
  font-weight: 950;
  margin-bottom: 13px;
}

.product-story-grid h3 {
  font-size: 18px;
}

.product-story-grid p {
  margin: 8px 0 0;
  font-size: 14px;
}

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

.comparison-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 214px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #fbfcfd;
}

.comparison-grid article > span {
  justify-self: start;
  border: 1px solid rgba(85, 199, 210, 0.42);
  border-radius: 999px;
  background: rgba(85, 199, 210, 0.1);
  color: var(--teal);
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 900;
}

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

.comparison-grid p {
  margin: 0;
}

.proof-section,
.pricing-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 28px;
  align-items: center;
}

.source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.source-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 12px;
  background: #ffffff;
  color: #334253;
  font-weight: 850;
}

.pricing-compare {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.pricing-compare article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
  padding: 11px 12px;
}

.pricing-compare strong,
.pricing-compare span {
  display: block;
}

.pricing-compare strong {
  margin-bottom: 4px;
}

.pricing-compare span {
  color: var(--muted);
  line-height: 1.4;
  font-size: 13px;
}

.pricing-card {
  border: 1px solid #cfe0e6;
  border-radius: 8px;
  padding: 22px;
  background: #f7fbfc;
  box-shadow: var(--shadow);
}

[data-theme="dark"] input,
[data-theme="dark"] select {
  background: #0b151d;
  border-color: var(--line);
  color: var(--ink);
}

[data-theme="dark"] label {
  color: #c9d7df;
}

.pricing-card span,
.pricing-card small {
  display: block;
  color: var(--muted);
  font-weight: 850;
}

.pricing-card strong {
  display: block;
  margin: 8px 0 2px;
  font-size: 52px;
  line-height: 1;
}

.pricing-card ul {
  display: grid;
  gap: 9px;
  margin: 20px 0;
  padding-left: 20px;
  color: #334253;
}

.launch-plan-section {
  background: #f8fbfc;
}

[data-theme="dark"] .launch-plan-section {
  background: var(--page);
}

.launch-plan-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.launch-plan-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 212px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
}

[data-theme="dark"] .launch-plan-grid article {
  background: var(--panel);
}

.launch-plan-grid article.featured-plan {
  border-color: rgba(29, 113, 128, 0.44);
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.12), transparent 62%),
    #ffffff;
  box-shadow: var(--shadow);
}

[data-theme="dark"] .launch-plan-grid article.featured-plan {
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.12), transparent 62%),
    var(--panel);
}

.launch-plan-grid span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.launch-plan-grid strong {
  font-size: 40px;
  line-height: 1;
}

.launch-plan-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

[data-theme="dark"] .pricing-card ul {
  color: #d5e1e8;
}

[data-theme="dark"] .pricing-card small,
[data-theme="dark"] .pricing-card span,
[data-theme="dark"] .public-grid article p,
[data-theme="dark"] .proof-section p,
[data-theme="dark"] .pricing-section p {
  color: var(--muted);
}

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

.nav-rail {
  position: sticky;
  top: 0;
  height: 100vh;
  background: var(--nav);
  color: #ffffff;
  padding: 22px 18px;
}

.product-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  text-decoration: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.product-mark:hover,
.product-mark:focus-visible {
  opacity: 0.9;
  transform: translateY(-1px);
}

.product-mark strong,
.product-mark small {
  display: block;
}

.product-mark strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0;
}

.product-mark small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
}

.nav-rail nav {
  display: grid;
  gap: 7px;
  margin-top: 24px;
}

.rail-plan-switcher {
  display: grid;
  gap: 7px;
  margin-top: 16px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.12), rgba(225, 184, 90, 0.08)),
    rgba(255, 255, 255, 0.05);
}

.rail-plan-switcher span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.rail-plan-switcher select,
.rail-plan-switcher button {
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(7, 16, 23, 0.72);
  color: #ffffff;
  padding: 0 9px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
}

.rail-plan-switcher button {
  background: rgba(85, 199, 210, 0.16);
  color: #9df0f6;
  cursor: pointer;
}

.nav-rail a,
.nav-rail button {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  padding: 11px 12px;
  border-radius: 7px;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.rail-account-menu {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 6px;
}

.rail-account-menu > a {
  min-width: 0;
}

.rail-account-toggle {
  display: grid;
  place-items: center;
  min-height: 40px;
  border: 0;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-family: inherit;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

.rail-account-toggle:hover,
.rail-account-toggle[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.rail-account-popover {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 8;
  display: grid;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #0b151d;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
  padding: 7px;
}

.rail-account-popover button {
  min-height: 36px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-family: inherit;
  font-weight: 800;
  text-align: left;
  padding: 0 10px;
  cursor: pointer;
}

.rail-account-popover button:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

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

.nav-rail .rail-plan-switcher select,
.nav-rail .rail-plan-switcher button {
  color: #ffffff;
  text-align: left;
}

.nav-rail .rail-plan-switcher button {
  background: rgba(85, 199, 210, 0.16);
  color: #9df0f6;
  padding: 0 9px;
}

.workspace {
  padding: 26px;
}

.command-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 249, 0.96)),
    #ffffff;
  box-shadow: var(--shadow);
}

[data-theme="dark"] .command-header {
  background:
    linear-gradient(135deg, rgba(16, 27, 36, 0.98), rgba(11, 19, 26, 0.98)),
    var(--panel);
  border-color: var(--line);
}

.brand-headline {
  display: grid;
  gap: 8px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.northstar-mark.small {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.northstar-mark.small::before {
  width: 27px;
  height: 27px;
}

.northstar-mark.small i {
  width: 21px;
  height: 21px;
}

.northstar-mark.large {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
}

.northstar-mark.large::before {
  width: 38px;
  height: 38px;
}

.northstar-mark.large i {
  width: 31px;
  height: 31px;
}

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

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

h1 {
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1.1;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
}

.school-section h2,
.guided-panel h2,
.journey-copy h2,
.section-intro h2,
.proof-section h2,
.pricing-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  letter-spacing: 0;
}

.summary-subtitle {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.header-status {
  width: min(390px, 38vw);
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid #cfe0e6;
  border-radius: 8px;
  background: #f7fbfc;
}

[data-theme="dark"] .header-status {
  background: #0b151d;
  border-color: var(--line);
}

.status-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.plan-mode-badge {
  justify-self: start;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.plan-mode-badge.sample {
  background: rgba(225, 184, 90, 0.18);
  color: #7a560f;
}

.plan-mode-badge.family {
  background: rgba(85, 199, 210, 0.18);
  color: #1d7180;
}

[data-theme="dark"] .plan-mode-badge.sample {
  color: #f1d486;
}

[data-theme="dark"] .plan-mode-badge.family {
  color: #7ce2ea;
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(33, 118, 87, 0.12);
}

.header-status > span {
  color: #243444;
  font-weight: 850;
  line-height: 1.35;
}

[data-theme="dark"] .header-status > span {
  color: var(--ink);
}

.header-status small {
  color: var(--muted);
  line-height: 1.4;
}

h2 {
  font-size: 22px;
  margin-bottom: 0;
}

h3 {
  font-size: 15px;
  margin-bottom: 12px;
}

.student-snapshot {
  display: grid;
  grid-template-columns: repeat(6, minmax(86px, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.sample-dashboard-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(85, 199, 210, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.13), rgba(225, 184, 90, 0.1)),
    var(--panel);
  padding: 18px;
  margin-bottom: 16px;
}

.advisor-brief-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 18px;
  border: 1px solid rgba(85, 199, 210, 0.45);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.16), rgba(225, 184, 90, 0.08)),
    var(--panel);
  box-shadow: var(--shadow);
  padding: 18px;
}

.advisor-brief-main h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.12;
}

.advisor-brief-main p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.advisor-brief-grid {
  display: grid;
  gap: 8px;
}

.advisor-brief-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  padding: 11px;
}

[data-theme="dark"] .advisor-brief-grid article {
  background: rgba(7, 16, 23, 0.42);
}

.advisor-brief-grid span {
  display: block;
  margin-bottom: 5px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.advisor-brief-grid strong {
  display: block;
  font-size: 13px;
  line-height: 1.38;
}

.advisor-brief-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.advisor-brief-actions button {
  min-height: 42px;
  border: 1px solid rgba(85, 199, 210, 0.42);
  border-radius: 7px;
  background: var(--teal);
  color: #ffffff;
  padding: 0 14px;
  font-weight: 900;
}

.advisor-brief-actions button:last-child {
  background: transparent;
  color: var(--teal);
}

.guided-builder-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(300px, 1fr) minmax(300px, 0.82fr);
  gap: 14px;
  align-items: stretch;
  margin-bottom: 18px;
  border: 1px solid rgba(85, 199, 210, 0.48);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.13), rgba(107, 208, 159, 0.08) 52%, rgba(225, 184, 90, 0.1)),
    var(--panel);
  box-shadow: var(--shadow);
  padding: 16px;
}

.guided-builder-main {
  display: grid;
  gap: 12px;
  align-content: start;
}

.guided-builder-main h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.12;
}

.guided-builder-main p:not(.eyebrow),
.guided-reveal-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.guided-builder-meter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
}

.guided-builder-meter span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.guided-builder-meter strong {
  color: var(--teal);
  font-size: 13px;
}

.guided-builder-meter .progress-track {
  grid-column: 1 / -1;
  height: 8px;
}

.guided-builder-actions,
.guided-reveal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guided-builder-actions button,
.guided-reveal-actions button {
  min-height: 40px;
  border: 1px solid rgba(85, 199, 210, 0.42);
  border-radius: 7px;
  background: var(--teal);
  color: #ffffff;
  padding: 0 13px;
  font-weight: 900;
}

.guided-builder-actions button:last-child,
.guided-reveal-actions button:last-child {
  background: rgba(85, 199, 210, 0.08);
  color: var(--teal);
}

.guided-builder-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.guided-builder-step {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 5px 9px;
  align-content: start;
  min-height: 92px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  padding: 10px;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}

[data-theme="dark"] .guided-builder-step {
  background: rgba(7, 16, 23, 0.44);
}

.guided-builder-step span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0b151d;
  color: #ffffff;
  font-weight: 950;
}

.guided-builder-step strong,
.guided-builder-step small {
  display: block;
}

.guided-builder-step strong {
  font-size: 13px;
}

.guided-builder-step small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
}

.guided-builder-step.done {
  border-color: rgba(107, 208, 159, 0.5);
  background: rgba(107, 208, 159, 0.12);
}

.guided-builder-step.done span {
  background: var(--green);
}

.guided-builder-step.active {
  border-color: rgba(85, 199, 210, 0.76);
  box-shadow: 0 0 0 3px rgba(85, 199, 210, 0.13);
}

.guided-reveal-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(225, 184, 90, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(225, 184, 90, 0.12), rgba(85, 199, 210, 0.08)),
    rgba(255, 255, 255, 0.7);
  padding: 12px;
}

[data-theme="dark"] .guided-reveal-card {
  background:
    linear-gradient(135deg, rgba(225, 184, 90, 0.12), rgba(85, 199, 210, 0.08)),
    rgba(7, 16, 23, 0.44);
}

.guided-reveal-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.15;
}

.guided-reveal-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.guided-reveal-highlights span,
.guided-reveal-ranking article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  padding: 8px;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.32;
}

[data-theme="dark"] .guided-reveal-highlights span,
[data-theme="dark"] .guided-reveal-ranking article {
  background: rgba(7, 16, 23, 0.34);
}

.guided-reveal-highlights b,
.guided-reveal-ranking span {
  display: block;
  margin-bottom: 3px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.guided-reveal-ranking {
  display: grid;
  gap: 7px;
}

.guided-reveal-ranking strong {
  display: block;
  font-size: 14px;
}

.guided-reveal-ranking p {
  margin-top: 3px;
  font-size: 12px;
}

.sample-dashboard-banner h2 {
  margin: 0;
  font-size: 24px;
}

.sample-dashboard-banner p:not(.eyebrow) {
  margin: 8px 0 0;
  max-width: 760px;
  color: var(--muted);
  line-height: 1.45;
}

.trust-strip article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.trust-strip article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--teal);
}

.trust-strip article:nth-child(1)::before {
  background: var(--blue);
}

.trust-strip article:nth-child(2)::before {
  background: var(--gold);
}

.trust-strip article:nth-child(3)::before {
  background: var(--teal);
}

.trust-strip article:nth-child(4)::before {
  background: var(--red);
}

.trust-strip span,
.trust-strip strong {
  display: block;
}

.trust-strip span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-strip .help-tip {
  width: 15px;
  height: 15px;
  font-size: 10px;
}

.trust-strip strong {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.3;
}

.daily-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(247, 251, 252, 0.98), rgba(255, 255, 255, 0.98)),
    var(--panel);
  box-shadow: var(--shadow);
  padding: 18px;
  margin-bottom: 18px;
}

[data-theme="dark"] .daily-panel {
  background:
    linear-gradient(135deg, rgba(16, 27, 36, 0.98), rgba(11, 19, 26, 0.98)),
    var(--panel);
}

.daily-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.daily-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.15;
}

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

.today-focus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.today-focus article {
  border: 1px solid rgba(85, 199, 210, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.12), rgba(225, 184, 90, 0.08)),
    #ffffff;
  padding: 12px;
}

[data-theme="dark"] .today-focus article {
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.12), rgba(225, 184, 90, 0.08)),
    #0b151d;
}

.today-focus span,
.today-focus strong {
  display: block;
}

.today-focus span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.today-focus strong {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.35;
}

.daily-grid article {
  display: grid;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 12px;
}

[data-theme="dark"] .daily-grid article {
  background: #0b151d;
}

.daily-grid article > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nav), var(--teal));
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.daily-grid article:nth-child(2) > span {
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

.daily-grid article:nth-child(3) > span {
  background: linear-gradient(135deg, var(--gold), var(--green));
}

.daily-grid article:nth-child(4) > span {
  background: linear-gradient(135deg, var(--red), var(--gold));
}

.daily-grid strong {
  font-size: 15px;
}

.daily-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.journey-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.journey-copy {
  display: grid;
  align-content: center;
  gap: 8px;
  padding-right: 12px;
  border-right: 1px solid var(--line);
}

.journey-copy h2 {
  font-size: 24px;
  line-height: 1.15;
}

.journey-copy p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.journey-progress {
  display: grid;
  gap: 12px;
}

.progress-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #243444;
}

.progress-header span {
  color: var(--teal);
  font-weight: 900;
}

.progress-track {
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: var(--soft);
}

.progress-track i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--green));
  transition: width 180ms ease;
}

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

.journey-step {
  display: grid;
  gap: 7px;
  min-height: 132px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  background: #fbfcfd;
}

[data-theme="dark"] .journey-step {
  background: #0b151d;
  border-color: var(--line);
}

.journey-step:hover {
  border-color: #b7ccd4;
  background: #f7fbfc;
}

[data-theme="dark"] .journey-step:hover {
  border-color: #4a6a7c;
  background: #102230;
}

.journey-step span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--nav);
  color: #ffffff;
  font-weight: 900;
}

.journey-step strong {
  line-height: 1.2;
}

.journey-step small {
  color: var(--muted);
  line-height: 1.35;
}

.parent-decision-panel {
  display: grid;
  grid-template-columns: minmax(200px, 0.5fr) minmax(0, 1.35fr) minmax(240px, 0.68fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(85, 199, 210, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.1), rgba(255, 255, 255, 0.04) 58%),
    var(--panel);
  box-shadow: 0 10px 30px rgba(13, 31, 43, 0.06);
}

.parent-decision-copy {
  display: grid;
  align-content: start;
  gap: 6px;
  padding-top: 12px;
}

.parent-decision-copy h2 {
  font-size: 20px;
  line-height: 1.14;
}

.parent-decision-copy p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.38;
}

.parent-decision-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 10px;
}

.parent-decision-form label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 950;
  line-height: 1.2;
}

.parent-decision-form select,
.parent-decision-form input {
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(90, 118, 137, 0.24);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  padding: 0 9px;
  font-size: 12px;
  font-weight: 850;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

[data-theme="dark"] .parent-decision-form select,
[data-theme="dark"] .parent-decision-form input {
  border-color: rgba(124, 159, 178, 0.24);
  background: rgba(7, 16, 23, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.risk-snapshot-card {
  display: grid;
  gap: 8px;
  align-content: start;
  border: 0;
  border-left: 3px solid rgba(85, 199, 210, 0.62);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.42);
  padding: 10px 12px 10px 14px;
}

[data-theme="dark"] .risk-snapshot-card {
  background: rgba(7, 16, 23, 0.38);
}

.risk-snapshot-card.risk-high {
  border-left-color: rgba(170, 63, 63, 0.68);
}

.risk-snapshot-card.risk-moderate {
  border-left-color: rgba(225, 184, 90, 0.72);
}

.risk-snapshot-card.risk-watch {
  border-left-color: rgba(85, 199, 210, 0.68);
}

.risk-snapshot-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.risk-snapshot-head span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.risk-snapshot-head strong {
  border-radius: 999px;
  background: rgba(85, 199, 210, 0.13);
  color: var(--teal);
  padding: 4px 7px;
  font-size: 10px;
  white-space: nowrap;
}

.risk-high .risk-snapshot-head strong {
  background: rgba(170, 63, 63, 0.12);
  color: var(--red);
}

.risk-moderate .risk-snapshot-head strong {
  background: rgba(225, 184, 90, 0.14);
  color: var(--gold);
}

.risk-snapshot-card dl {
  display: grid;
  gap: 6px;
  margin: 0;
}

.risk-snapshot-card dl div {
  display: grid;
  gap: 3px;
}

.risk-snapshot-card dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.risk-snapshot-card dd {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.34;
}

.risk-snapshot-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.risk-snapshot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.risk-snapshot-card .secondary-action {
  border-color: rgba(29, 113, 128, 0.32);
  color: var(--teal);
}

.snapshot-item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  min-height: 66px;
}

.snapshot-item span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.snapshot-item strong {
  display: block;
  margin-top: 6px;
  font-size: 15px;
}

.account-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  margin-bottom: 18px;
}

.account-card,
.account-edit-card,
.fit-walkthrough-card,
.plan-management-card,
.plan-progress-card,
.launch-demo-card,
.plus-preview-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 18px;
}

.account-edit-card {
  display: grid;
  gap: 13px;
}

.fit-walkthrough-card {
  display: grid;
  gap: 14px;
  border-color: rgba(85, 199, 210, 0.45);
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.12), rgba(225, 184, 90, 0.08)),
    var(--panel);
  padding: 22px;
}

.fit-walkthrough-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.fit-walkthrough-heading h3 {
  margin: 0;
  font-size: 22px;
}

.fit-walkthrough-heading p {
  margin: 7px 0 0;
  max-width: 820px;
  color: var(--muted);
  line-height: 1.45;
}

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

.fit-walkthrough-controls label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.fit-must-haves {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 8px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 12px 12px;
}

.fit-must-haves legend {
  padding: 0 6px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.fit-must-haves label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid rgba(85, 199, 210, 0.28);
  border-radius: 8px;
  background: rgba(85, 199, 210, 0.08);
  color: var(--ink);
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
}

.fit-walkthrough-controls .fit-must-haves input[type="checkbox"] {
  appearance: auto;
  flex: 0 0 auto;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 0;
  border-radius: 3px;
  padding: 0;
  accent-color: var(--teal);
}

.fit-walkthrough-controls select,
.fit-walkthrough-controls input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #ffffff;
  color: #17202a;
  padding: 0 11px;
  font-weight: 850;
}

[data-theme="dark"] .fit-walkthrough-controls select,
[data-theme="dark"] .fit-walkthrough-controls input {
  background: #0b151d;
  color: var(--ink);
}

.fit-walkthrough-controls label.is-disabled {
  opacity: 0.48;
}

.fit-walkthrough-controls select:disabled,
.fit-walkthrough-controls input:disabled {
  cursor: not-allowed;
}

.fit-walkthrough-summary {
  color: var(--muted);
  line-height: 1.45;
}

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

.fit-walkthrough-result {
  display: grid;
  gap: 12px;
  align-content: space-between;
  min-height: 152px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 13px;
}

[data-theme="dark"] .fit-walkthrough-result {
  background: rgba(7, 16, 23, 0.42);
}

.fit-walkthrough-result span {
  display: block;
  margin-bottom: 5px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.fit-walkthrough-result strong {
  font-size: 16px;
}

.fit-walkthrough-result p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.fit-walkthrough-result button,
.fit-walkthrough-actions button {
  min-height: 38px;
  border: 1px solid rgba(85, 199, 210, 0.42);
  border-radius: 7px;
  background: var(--teal);
  color: #ffffff;
  padding: 0 12px;
  font-weight: 900;
}

.fit-walkthrough-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fit-walkthrough-actions button:last-child {
  background: transparent;
  color: var(--teal);
}

.plan-management-card {
  display: grid;
  gap: 13px;
  box-shadow: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(247, 251, 252, 0.68)),
    var(--panel);
}

[data-theme="dark"] .plan-management-card {
  background:
    linear-gradient(135deg, rgba(16, 27, 36, 0.68), rgba(11, 19, 26, 0.68)),
    var(--panel);
}

.plan-management-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.plan-management-heading h3 {
  font-size: 18px;
}

.plan-management-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.plan-switch-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 8px;
  align-items: end;
}

.plan-switch-row label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.plan-switch-row select {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #ffffff;
  color: #17202a;
  padding: 0 11px;
  font-weight: 850;
}

[data-theme="dark"] .plan-switch-row select {
  background: #0b151d;
  color: var(--ink);
}

.plan-switch-row button,
.plan-management-actions button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--nav);
  color: #ffffff;
  padding: 0 12px;
  font-weight: 900;
}

.plan-switch-row button:nth-child(2),
.plan-management-actions button:first-child {
  background: var(--teal);
}

.plan-switch-row button:nth-child(3) {
  background: rgba(85, 199, 210, 0.1);
  color: var(--teal);
}

.plan-management-actions button:nth-last-child(-n + 2) {
  background: transparent;
  color: var(--muted);
}

.plan-advanced-actions {
  border: 1px solid rgba(85, 199, 210, 0.18);
  border-radius: 8px;
  padding: 9px 10px;
}

.plan-advanced-actions summary {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.plan-advanced-actions .plan-management-actions {
  margin-top: 9px;
}

.account-edit-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.account-edit-heading h3 {
  font-size: 18px;
}

.account-edit-grid {
  display: grid;
  gap: 10px;
}

.account-edit-grid label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.account-edit-grid input {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #ffffff;
  color: #17202a;
  padding: 0 11px;
}

.account-edit-grid input:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

[data-theme="dark"] .account-edit-grid input {
  background: #0b151d;
  border-color: var(--line);
  color: var(--ink);
}

.account-edit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.account-edit-actions button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--nav);
  color: #ffffff;
  padding: 0 12px;
  font-weight: 900;
}

.account-edit-actions button:first-child {
  background: var(--teal);
}

.account-edit-actions button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.account-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(260px, 1fr);
  gap: 18px;
  align-items: start;
}

.account-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 7px;
}

.account-card p,
.planning-disclaimer {
  color: var(--muted);
  line-height: 1.45;
}

.account-form {
  display: grid;
  gap: 10px;
}

.account-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.account-form input {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #ffffff;
  color: #17202a;
  padding: 0 11px;
}

.account-form input::placeholder {
  color: #667382;
  opacity: 1;
}

[data-theme="dark"] .account-form input {
  background: #0b151d;
  border-color: var(--line);
  color: var(--ink);
}

[data-theme="dark"] .account-form input::placeholder {
  color: #8ea1af;
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.account-actions button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--nav);
  color: #ffffff;
  padding: 0 12px;
  font-weight: 900;
}

.account-actions button:nth-child(2) {
  background: var(--teal);
}

.account-actions button:nth-child(3) {
  background: transparent;
  color: var(--muted);
}

#accountStatus {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.plan-progress-card {
  display: grid;
  gap: 12px;
}

.launch-demo-card {
  display: grid;
  grid-column: 1 / -1;
  gap: 12px;
}

.plus-preview-card {
  grid-column: 1 / -1;
  border-color: rgba(29, 113, 128, 0.34);
  background:
    linear-gradient(135deg, rgba(225, 184, 90, 0.1), transparent 48%),
    #ffffff;
}

[data-theme="dark"] .plus-preview-card {
  background:
    linear-gradient(135deg, rgba(225, 184, 90, 0.1), transparent 48%),
    var(--panel);
}

.plus-preview-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.plus-preview-heading h3 {
  margin: 0;
}

.plus-preview-card p {
  max-width: 840px;
  color: var(--muted);
  line-height: 1.45;
}

.plus-preview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.plus-preview-list span {
  border: 1px solid rgba(85, 199, 210, 0.42);
  border-radius: 999px;
  background: rgba(85, 199, 210, 0.1);
  color: var(--teal);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}

.upgrade-prompt {
  margin-top: 14px;
  border: 1px solid rgba(225, 184, 90, 0.45);
  border-radius: 8px;
  background: rgba(225, 184, 90, 0.1);
  padding: 12px;
}

.upgrade-prompt strong,
.upgrade-prompt p {
  display: block;
}

.upgrade-prompt p {
  margin: 5px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.plan-progress-heading,
.launch-demo-heading {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.plan-progress-heading h3,
.launch-demo-heading h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.plan-progress-list,
.launch-demo-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.plan-progress-list article,
.launch-demo-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
  padding: 10px;
}

[data-theme="dark"] .plan-progress-list article,
[data-theme="dark"] .launch-demo-list article {
  background: #0b151d;
}

.plan-progress-list article.done,
.launch-demo-list article.done {
  border-color: rgba(33, 118, 87, 0.35);
  background: #f3fbf7;
}

[data-theme="dark"] .plan-progress-list article.done,
[data-theme="dark"] .launch-demo-list article.done {
  background: rgba(33, 118, 87, 0.14);
}

.plan-progress-list span,
.plan-progress-list p,
.launch-demo-list span,
.launch-demo-list p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.plan-progress-list span,
.launch-demo-list span {
  display: block;
  margin-bottom: 6px;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-progress-list strong,
.launch-demo-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

.plan-progress-list p,
.launch-demo-list p,
.planning-disclaimer {
  margin: 0;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: start;
}

.guided-panel,
.school-section,
.intake-panel,
.advisor-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.guided-panel,
.intake-panel,
.school-section {
  padding: 18px;
}

.intake-panel {
  margin-bottom: 18px;
}

.intake-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.intake-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 7px;
}

.intake-heading p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.profile-actions button,
.extraction-review button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--nav);
  color: #ffffff;
  padding: 0 12px;
  font-weight: 900;
}

.profile-actions button:nth-child(2),
.profile-actions button:nth-child(3) {
  background: var(--teal);
}

.profile-actions button:nth-child(4),
.extraction-review button:disabled {
  background: transparent;
  color: var(--muted);
}

.saved-plan-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.inline-saved-plan-list {
  margin-top: 4px;
  border-top: 1px solid rgba(85, 199, 210, 0.22);
  padding-top: 12px;
}

.saved-plan-option,
.saved-plan-empty {
  display: grid;
  gap: 5px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
  color: var(--ink);
  padding: 13px;
  text-align: left;
}

.saved-plan-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: stretch;
}

.saved-plan-row.active .saved-plan-option {
  border-color: rgba(85, 199, 210, 0.72);
  box-shadow: 0 0 0 3px rgba(85, 199, 210, 0.12);
}

.saved-plan-delete {
  min-width: 82px;
  border: 1px solid rgba(170, 63, 63, 0.32);
  border-radius: 8px;
  background: rgba(170, 63, 63, 0.08);
  color: var(--red);
  font-weight: 900;
}

[data-theme="dark"] .saved-plan-option,
[data-theme="dark"] .saved-plan-empty {
  background: #0b151d;
}

.saved-plan-option.active {
  border-color: rgba(85, 199, 210, 0.72);
  box-shadow: 0 0 0 3px rgba(85, 199, 210, 0.12);
}

.saved-plan-option strong,
.saved-plan-empty strong {
  font-size: 15px;
}

.saved-plan-option span,
.saved-plan-empty p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.app-toast {
  position: fixed;
  right: 18px;
  bottom: 104px;
  z-index: 1400;
  max-width: min(360px, calc(100vw - 36px));
  border: 1px solid rgba(85, 199, 210, 0.5);
  border-radius: 8px;
  background: #10232d;
  color: #ffffff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 900;
}

.intake-grid {
  display: grid;
  grid-template-columns: minmax(210px, 0.95fr) repeat(3, minmax(190px, 1fr));
  gap: 10px;
  align-items: start;
}

.profile-status-card,
.upload-card,
.extraction-review {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
}

[data-theme="dark"] .profile-status-card,
[data-theme="dark"] .upload-card,
[data-theme="dark"] .extraction-review {
  background: #0b151d;
}

.profile-status-card {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.profile-status-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-status-card strong {
  font-size: 26px;
  line-height: 1;
}

.profile-status-card p,
.profile-status-card small {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.profile-status-card .progress-track {
  height: 8px;
}

.upload-card {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
  overflow: visible;
}

.upload-tile {
  display: grid;
  align-content: start;
  gap: 5px;
  width: 100%;
  min-height: 0;
  border: 0;
  border-radius: 7px;
  background:
    radial-gradient(circle at 16% 10%, rgba(225, 184, 90, 0.11), transparent 34%),
    transparent;
  color: var(--ink);
  padding: 4px 0 8px;
  text-align: left;
}

.upload-tile strong {
  font-size: 16px;
}

.upload-tile span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.upload-tile:hover {
  outline: 2px solid rgba(225, 184, 90, 0.14);
}

.intake-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
}

.intake-choice-row button {
  min-height: 30px;
  border: 1px solid rgba(85, 199, 210, 0.28);
  border-radius: 7px;
  background: rgba(85, 199, 210, 0.08);
  color: var(--ink);
  padding: 0 8px;
  font-size: 11px;
  font-weight: 900;
}

[data-theme="dark"] .intake-choice-row button {
  background: rgba(85, 199, 210, 0.1);
}

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

.transcript-builder select,
.transcript-builder input {
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--panel);
  color: var(--ink);
  padding: 0 8px;
  font-size: 11px;
  font-weight: 850;
}

.transcript-builder button {
  grid-column: 1 / -1;
  min-height: 30px;
  border: 1px solid rgba(225, 184, 90, 0.34);
  border-radius: 7px;
  background: rgba(225, 184, 90, 0.1);
  color: var(--ink);
  padding: 0 8px;
  font-size: 11px;
  font-weight: 900;
}

.transcript-breakdown {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.transcript-breakdown strong {
  color: var(--ink);
  font-size: 12px;
}

.transcript-breakdown span {
  display: grid;
  grid-template-columns: minmax(74px, auto) minmax(0, 1fr) auto;
  gap: 5px;
  align-items: center;
}

.transcript-breakdown b {
  color: var(--ink);
}

.transcript-breakdown button {
  border: 0;
  background: transparent;
  color: var(--teal);
  padding: 0;
  font-size: 10px;
  font-weight: 900;
}

.activity-builder {
  display: grid;
  gap: 6px;
  padding: 0;
}

.activity-builder select {
  width: 100%;
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--panel);
  color: var(--ink);
  padding: 0 8px;
  font-size: 11px;
  font-weight: 850;
}

.extraction-review {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 12px;
  padding: 14px;
}

.extraction-review h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.extraction-review p {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

.extracted-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

.extracted-grid span {
  display: grid;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 8px 10px;
  color: var(--ink);
  font-size: 13px;
}

.extracted-grid b {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.panel-heading,
.section-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.panel-heading h2 {
  max-width: 640px;
  margin-top: 6px;
  line-height: 1.12;
}

.status-pill {
  background: #e2f2f2;
  color: var(--teal);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.profile-form {
  display: grid;
  gap: 12px;
}

.form-save-strip {
  position: sticky;
  top: 10px;
  z-index: 80;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(85, 199, 210, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(29, 113, 128, 0.94), rgba(13, 31, 42, 0.96)),
    var(--nav);
  color: #ffffff;
  box-shadow: 0 14px 38px rgba(7, 16, 23, 0.22);
  padding: 10px 12px;
}

.form-save-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.form-save-strip strong {
  font-size: 13px;
}

.form-save-strip span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
}

.form-save-strip button {
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 950;
}

.form-save-strip button:first-child {
  border: 0;
  background: linear-gradient(135deg, var(--gold), var(--teal));
}

.form-step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(85, 199, 210, 0.08), transparent 42%),
    #fbfcfd;
}

.step-number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--nav);
  color: #ffffff;
  font-weight: 900;
}

.step-fields {
  min-width: 0;
}

.step-fields h3 {
  margin: 1px 0 14px;
  font-size: 16px;
}

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

label {
  display: grid;
  gap: 7px;
  color: #334253;
  font-size: 13px;
  font-weight: 800;
  min-width: 0;
}

.field-control {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.field-label-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  max-width: 100%;
}

.field-label-row label {
  display: inline;
  gap: 0;
}

.field-label-row .help-tip {
  margin-left: 0;
}

.field-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

.field-label .help-tip {
  margin-left: 0;
  flex: 0 0 auto;
}

input,
select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #c9d4df;
  border-radius: 6px;
  background: #ffffff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  padding: 9px 10px;
}

label small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.lookup-field {
  position: relative;
}

.lookup-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 40;
  display: none;
  max-height: 280px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 6px;
}

.lookup-suggestions.open {
  display: grid;
  gap: 6px;
}

.lookup-suggestions button {
  display: grid;
  gap: 4px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: var(--ink);
  padding: 9px;
  text-align: left;
}

.lookup-suggestions button:hover,
.lookup-suggestions button:focus-visible {
  border-color: rgba(85, 199, 210, 0.42);
  background: rgba(85, 199, 210, 0.08);
}

.lookup-suggestions span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

input:focus,
select:focus,
button:focus-visible {
  outline: 3px solid rgba(29, 113, 128, 0.22);
  outline-offset: 1px;
}

.toggle-row {
  grid-template-columns: 20px 1fr;
  align-items: center;
  min-height: 42px;
}

.toggle-row input {
  width: 18px;
  min-height: 18px;
}

.advisor-column {
  display: grid;
  gap: 14px;
}

.advisor-card {
  padding: 16px;
}

.cost-total {
  display: grid;
  gap: 8px;
}

.cost-total strong {
  font-size: 30px;
  line-height: 1;
}

.cost-total span {
  color: var(--muted);
  line-height: 1.4;
}

.cost-bars {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.cost-bar {
  display: grid;
  gap: 6px;
}

.cost-bar div {
  height: 9px;
  background: var(--soft);
  border-radius: 999px;
  overflow: hidden;
}

.cost-bar i {
  display: block;
  height: 100%;
  background: var(--teal);
  border-radius: inherit;
}

.cost-bar span {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.feed-list,
.action-list {
  display: grid;
  gap: 10px;
}

label.has-help-tip > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  max-width: 100%;
}

label.has-help-tip .help-tip {
  margin-left: 0;
}

.locked-feature {
  border-color: rgba(225, 184, 90, 0.5) !important;
  background:
    linear-gradient(135deg, rgba(225, 184, 90, 0.12), transparent 58%),
    #fbfcfd !important;
}

[data-theme="dark"] .locked-feature {
  background:
    linear-gradient(135deg, rgba(225, 184, 90, 0.12), transparent 58%),
    #0b151d !important;
}

.school-context-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.context-score {
  display: grid;
  place-items: center;
  min-height: 82px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 30%, rgba(225, 184, 90, 0.18), transparent 44%),
    #fbfcfd;
}

[data-theme="dark"] .context-score {
  background:
    radial-gradient(circle at 50% 30%, rgba(225, 184, 90, 0.14), transparent 44%),
    #0b151d;
}

.context-score strong {
  font-size: 28px;
  line-height: 1;
}

.context-score span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.context-copy {
  display: grid;
  gap: 5px;
}

.context-copy strong,
.context-copy span,
.context-copy p,
.context-copy small {
  display: block;
}

.context-copy span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.context-copy p,
.context-copy small {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.feed-item,
.action-item {
  border-left: 3px solid var(--teal);
  background: #f8fbfc;
  border-radius: 6px;
  padding: 10px 10px 10px 12px;
}

.action-item {
  border-left-color: var(--gold);
}

[data-theme="dark"] .feed-item,
[data-theme="dark"] .action-item {
  border: 1px solid var(--line);
  border-left-width: 3px;
  background: #0b151d;
}

[data-theme="dark"] .feed-item {
  border-left-color: var(--teal);
}

[data-theme="dark"] .action-item {
  border-left-color: var(--gold);
}

.feed-item strong,
.action-item strong {
  display: block;
  margin-bottom: 3px;
  color: #243444;
}

.feed-item span,
.action-item span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

[data-theme="dark"] .feed-item strong,
[data-theme="dark"] .action-item strong {
  color: var(--ink);
}

[data-theme="dark"] .advisor-card,
[data-theme="dark"] .advisor-card strong,
[data-theme="dark"] .advisor-card h3 {
  color: var(--ink);
}

.school-section {
  margin-top: 18px;
}

.toolbar-controls {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 12px;
}

.segmented {
  display: inline-flex;
  border: 1px solid var(--line);
  background: #f9fbfc;
  border-radius: 8px;
  padding: 3px;
}

[data-theme="dark"] .segmented {
  background: #0b151d;
  border-color: #385263;
}

.segmented button {
  border: 0;
  background: transparent;
  color: var(--muted);
  min-height: 36px;
  padding: 0 12px;
  border-radius: 6px;
  font-weight: 900;
}

[data-theme="dark"] .segmented button {
  color: #c9d7df;
}

.segmented button.active {
  background: var(--nav);
  color: #ffffff;
}

[data-theme="dark"] .segmented button.active {
  background: #e7f7fa;
  color: #071017;
}

.toolbar-controls label {
  width: 220px;
}

.school-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.75fr);
  gap: 12px;
  margin-bottom: 14px;
}

.college-matchmaker-card,
.college-search-card,
.watchlist-card,
.coverage-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
  padding: 14px;
}

[data-theme="dark"] .college-matchmaker-card,
[data-theme="dark"] .college-search-card,
[data-theme="dark"] .watchlist-card,
[data-theme="dark"] .coverage-card {
  background: var(--panel);
}

.college-matchmaker-card {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
}

.matchmaker-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.matchmaker-heading h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.matchmaker-heading p,
.matchmaker-summary {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

.matchmaker-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 10px;
}

.matchmaker-controls label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.matchmaker-controls select {
  min-height: 38px;
}

.matchmaker-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.matchmaker-result {
  display: grid;
  gap: 10px;
  align-content: space-between;
  border: 1px solid rgba(85, 199, 210, 0.28);
  border-radius: 8px;
  background: rgba(85, 199, 210, 0.07);
  padding: 11px;
}

.matchmaker-result span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.matchmaker-result strong {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}

.matchmaker-result p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.matchmaker-result button {
  min-height: 34px;
  border: 1px solid rgba(85, 199, 210, 0.34);
  border-radius: 7px;
  background: var(--nav);
  color: #ffffff;
  font-weight: 900;
}

.college-search-card {
  display: grid;
  gap: 12px;
}

.college-search-card h3,
.watchlist-heading h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.college-search-card p,
.empty-watch,
.coverage-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

.college-lookup input {
  min-height: 48px;
}

.lookup-suggestions em {
  color: var(--teal);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.watchlist-card {
  display: grid;
  gap: 12px;
}

.watchlist-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

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

.plus-gate-panel {
  margin: 12px 0;
}

.plus-gate-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(225, 184, 90, 0.5);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(225, 184, 90, 0.12), transparent 58%),
    #ffffff;
  padding: 14px;
}

[data-theme="dark"] .plus-gate-card {
  background:
    linear-gradient(135deg, rgba(225, 184, 90, 0.12), transparent 58%),
    var(--panel);
}

.plus-gate-card span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.plus-gate-card strong {
  font-size: 16px;
}

.plus-gate-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.plus-gate-card .secondary-action {
  justify-self: start;
  min-height: 36px;
  border-color: rgba(160, 111, 23, 0.38);
  color: var(--gold);
  padding: 0 12px;
  font-size: 12px;
}

.watch-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 10px;
  cursor: pointer;
}

[data-theme="dark"] .watch-item {
  background: #0b151d;
}

.watch-item.selected {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(85, 199, 210, 0.12);
}

.watch-item strong,
.watch-item span {
  display: block;
}

.watch-item span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.watch-stage {
  display: inline-flex;
  justify-self: start;
  margin-top: 8px;
  border: 1px solid rgba(225, 184, 90, 0.42);
  border-radius: 999px;
  background: rgba(225, 184, 90, 0.1);
  color: var(--gold);
  padding: 4px 7px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.watch-item[data-decision-stage="strong-value"] .watch-stage,
.watch-item[data-decision-stage="apply-candidate"] .watch-stage {
  border-color: rgba(107, 208, 159, 0.56);
  background: rgba(107, 208, 159, 0.16);
  color: #23714b;
}

.watch-item[data-decision-stage="verify-merit"] .watch-stage {
  border-color: rgba(154, 121, 220, 0.56);
  background: rgba(154, 121, 220, 0.14);
  color: #6443a5;
}

.watch-item[data-decision-stage="cost-risk"] .watch-stage {
  border-color: rgba(238, 129, 94, 0.6);
  background: rgba(238, 129, 94, 0.15);
  color: #9a3f22;
}

.watch-item[data-decision-stage="reach-review"],
.watch-item[data-decision-stage="add-safer-option"] {
  border-color: rgba(225, 184, 90, 0.48);
}

.watch-item[data-decision-stage="reach-review"] .watch-stage,
.watch-item[data-decision-stage="add-safer-option"] .watch-stage {
  border-color: rgba(225, 184, 90, 0.62);
  background: rgba(225, 184, 90, 0.18);
  color: #7a5110;
}

.watch-item button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 900;
}

.watch-item button:hover {
  border-color: rgba(170, 63, 63, 0.45);
  color: #aa3f3f;
}

.chart-empty {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.coverage-card {
  grid-column: 1 / -1;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 8px;
}

.coverage-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 10px;
}

[data-theme="dark"] .coverage-grid article {
  background: #0b151d;
}

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

.coverage-grid strong {
  font-size: 22px;
}

.coverage-grid span {
  margin: 4px 0 5px;
  color: var(--ink);
  font-weight: 900;
}

.coverage-grid p {
  font-size: 12px;
}

.insight-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.insight {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fbfcfd;
}

.insight span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.insight strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

.insight-wide {
  grid-column: 1 / -1;
  border-left: 3px solid var(--teal);
}

.insight-wide strong {
  max-width: 920px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
}

.scoreboard {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  margin-bottom: 14px;
  background: #fbfcfd;
}

.scoreboard-heading {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.scoreboard-heading h3 {
  margin-bottom: 4px;
  font-size: 17px;
}

.scoreboard-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
  font-size: 13px;
}

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

.score-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.score-row:hover,
.score-row.selected,
.school-card:hover,
.school-card.selected {
  border-color: #adc8d1;
  box-shadow: 0 14px 34px rgba(33, 48, 66, 0.12);
  transform: translateY(-1px);
}

.score-row.selected,
.school-card.selected {
  outline: 3px solid rgba(225, 184, 90, 0.18);
}

.decision-worksheet {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0;
}

.decision-worksheet span,
.scenario-strip span {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(85, 199, 210, 0.07);
  padding: 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.decision-worksheet b,
.scenario-strip b {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.scenario-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0;
}

.scenario-strip span {
  background: linear-gradient(135deg, rgba(154, 121, 220, 0.12), rgba(85, 199, 210, 0.08));
}

[data-theme="dark"] .decision-worksheet span,
[data-theme="dark"] .scenario-strip span {
  background: rgba(85, 199, 210, 0.08);
}

.rank-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rank-cell span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nav), var(--teal));
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.rank-cell strong {
  font-size: 22px;
}

.score-school {
  display: grid;
  gap: 3px;
}

.score-school span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.score-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.score-chips span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 9px;
  color: #243246;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.score-chip {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.score-chip.decision {
  border-color: rgba(154, 121, 220, 0.48);
  background: rgba(154, 121, 220, 0.14);
  color: #553a92;
}

.score-chip.admit {
  border-color: rgba(43, 110, 174, 0.42);
  background: rgba(116, 174, 230, 0.18);
  color: #1b4d7a;
}

.score-chip.admit.reach,
.score-chip.admit.high-reach {
  border-color: rgba(225, 184, 90, 0.56);
  background: rgba(225, 184, 90, 0.2);
  color: #7c5210;
}

.score-chip.cost.fit {
  border-color: rgba(38, 130, 88, 0.44);
  background: rgba(107, 208, 159, 0.2);
  color: #1b6241;
}

.score-chip.cost.risk {
  border-color: rgba(225, 184, 90, 0.58);
  background: rgba(225, 184, 90, 0.2);
  color: #7a5110;
}

.score-chip.merit.strong {
  border-color: rgba(38, 130, 88, 0.48);
  background: rgba(107, 208, 159, 0.2);
  color: #1b6241;
}

.score-chip.merit.modest {
  border-color: rgba(85, 199, 210, 0.46);
  background: rgba(85, 199, 210, 0.16);
  color: #1f6873;
}

[data-theme="dark"] .score-chips span {
  color: #dbe8ef;
}

[data-theme="dark"] .score-chip.admit {
  border-color: rgba(95, 177, 229, 0.58);
  background: rgba(43, 110, 174, 0.28);
  color: #bfe6ff;
}

[data-theme="dark"] .score-chip.admit.reach,
[data-theme="dark"] .score-chip.admit.high-reach,
[data-theme="dark"] .score-chip.cost.risk {
  border-color: rgba(225, 184, 90, 0.62);
  background: rgba(160, 111, 23, 0.3);
  color: #f2d58e;
}

[data-theme="dark"] .score-chip.cost.fit,
[data-theme="dark"] .score-chip.merit.strong {
  border-color: rgba(107, 208, 159, 0.58);
  background: rgba(38, 130, 88, 0.28);
  color: #bff1d8;
}

[data-theme="dark"] .score-chip.merit.modest {
  border-color: rgba(85, 199, 210, 0.58);
  background: rgba(29, 113, 128, 0.3);
  color: #bdf3f8;
}

[data-theme="dark"] .score-chip.decision {
  border-color: rgba(178, 149, 232, 0.62);
  background: rgba(91, 63, 143, 0.34);
  color: #decbff;
}

.decision-tag {
  border-color: rgba(154, 121, 220, 0.48);
  background: rgba(154, 121, 220, 0.13);
  color: #553a92;
}

.school-card[data-decision-stage="strong-value"] .decision-tag,
.school-card[data-decision-stage="apply-candidate"] .decision-tag {
  border-color: rgba(107, 208, 159, 0.58);
  background: rgba(107, 208, 159, 0.18);
  color: #23714b;
}

.school-card[data-decision-stage="verify-merit"] .decision-tag {
  border-color: rgba(154, 121, 220, 0.58);
  background: rgba(154, 121, 220, 0.16);
  color: #553a92;
}

.school-card[data-decision-stage="cost-risk"] .decision-tag {
  border-color: rgba(238, 129, 94, 0.62);
  background: rgba(238, 129, 94, 0.16);
  color: #9a3f22;
}

.school-card[data-decision-stage="reach-review"] .decision-tag,
.school-card[data-decision-stage="add-safer-option"] .decision-tag {
  border-color: rgba(225, 184, 90, 0.62);
  background: rgba(225, 184, 90, 0.18);
  color: #7a5110;
}

.school-visual-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 14px;
  background:
    linear-gradient(135deg, rgba(247, 251, 252, 0.98), rgba(255, 255, 255, 0.98)),
    #ffffff;
}

.visual-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.visual-heading h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.visual-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr) minmax(240px, 0.8fr);
  gap: 12px;
}

.chart-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.chart-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--teal), var(--green));
}

.chart-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.chart-title span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.chart-title strong {
  color: #243444;
}

.line-chart svg {
  width: 100%;
  min-height: 160px;
}

.line-chart .chart-area {
  fill: rgba(225, 184, 90, 0.12);
}

.line-chart .chart-line {
  fill: none;
  stroke: url("#ledgerGradient");
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.line-chart circle {
  fill: #ffffff;
  stroke: var(--teal);
  stroke-width: 3;
}

.line-chart text {
  fill: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

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

.radial-item {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.radial-item svg {
  width: 86px;
  height: 86px;
  transform: rotate(-90deg);
}

.radial-item text {
  transform: rotate(90deg);
  transform-origin: 43px 43px;
  fill: #243444;
  font-size: 16px;
  font-weight: 900;
}

.radial-bg {
  fill: none;
  stroke: var(--soft);
  stroke-width: 10;
}

.radial-fg {
  fill: none;
  stroke: var(--teal);
  stroke-width: 10;
  stroke-linecap: round;
}

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

.stack-bar {
  display: flex;
  overflow: hidden;
  height: 22px;
  border-radius: 999px;
  background: var(--soft);
}

.stack-bar span {
  display: block;
}

.tuition {
  background: var(--nav);
}

.room {
  background: var(--teal);
}

.living {
  background: var(--gold);
}

.stack-legend {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.stack-legend span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.stack-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.stack-chart p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.credibility-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 12px;
  margin-top: 12px;
}

.advisor-reasoning-card,
.takeaway-card,
.source-card,
.advisor-report-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #ffffff;
}

[data-theme="dark"] .advisor-reasoning-card,
[data-theme="dark"] .takeaway-card,
[data-theme="dark"] .source-card,
[data-theme="dark"] .advisor-report-card {
  background: var(--panel);
}

.advisor-reasoning-card,
.advisor-report-card {
  grid-column: 1 / -1;
}

.advisor-reasoning-card > span,
.advisor-report-card span,
.takeaway-card span,
.source-heading span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.reasoning-grid {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.advisor-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.advisor-categories span {
  border: 1px solid rgba(85, 199, 210, 0.45);
  border-radius: 999px;
  background: rgba(85, 199, 210, 0.1);
  color: var(--teal);
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 900;
}

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

.confidence-row article,
.reasoning-checks article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
  padding: 10px;
}

[data-theme="dark"] .confidence-row article,
[data-theme="dark"] .reasoning-checks article {
  background: #0b151d;
}

.confidence-row span,
.confidence-row small,
.reasoning-checks p {
  color: var(--muted);
}

.confidence-row strong {
  display: block;
  margin: 4px 0;
  font-size: 28px;
}

.confidence-row small {
  font-size: 11px;
  font-weight: 850;
}

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

.reasoning-checks strong {
  display: block;
  margin-bottom: 5px;
}

.reasoning-checks p,
.next-move {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.next-move {
  border-left: 3px solid var(--gold);
  padding: 9px 10px;
  background: rgba(225, 184, 90, 0.1);
  color: var(--ink);
  font-weight: 850;
}

.takeaway-card p {
  margin: 8px 0 0;
  color: #243444;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 750;
}

[data-theme="dark"] .takeaway-card p {
  color: var(--ink);
}

.source-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.source-heading strong {
  display: block;
  margin-top: 4px;
}

.source-heading small {
  align-self: flex-start;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 8px;
  color: #334253;
  font-weight: 850;
}

[data-theme="dark"] .source-heading small {
  color: var(--ink);
}

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

.source-item {
  display: grid;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #fbfcfd;
}

[data-theme="dark"] .source-item {
  background: #0b151d;
}

.source-item strong,
.source-item span,
.source-item small,
.source-item p,
.source-item em {
  display: block;
}

.source-item strong {
  font-size: 13px;
}

.source-item span,
.source-item small,
.source-item p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.source-item p {
  margin: 0;
}

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

.advisor-report-card strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

.advisor-report-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.report-preview-details {
  grid-column: 1 / -1;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(85, 199, 210, 0.06);
  padding: 10px;
}

.report-preview-details summary {
  cursor: pointer;
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
}

.report-preview-details pre {
  max-height: 220px;
  overflow: auto;
  margin: 10px 0 0;
  white-space: pre-wrap;
  color: var(--ink);
  font: 12px/1.45 "Aptos", "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

.advisor-report-card button {
  min-height: 42px;
  border: 1px solid rgba(85, 199, 210, 0.5);
  border-radius: 8px;
  background: rgba(85, 199, 210, 0.12);
  color: var(--teal);
  padding: 0 14px;
  font-weight: 900;
}

.source-item em {
  justify-self: start;
  border-radius: 999px;
  padding: 4px 7px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.confidence-high {
  background: #e0f3ea;
  color: #217657;
}

.confidence-medium {
  background: #fff1d3;
  color: #8b5f0f;
}

.confidence-low {
  background: #f9e4e4;
  color: #aa3f3f;
}

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

.school-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px;
  background: #ffffff;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.school-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.school-top h3 {
  font-size: 18px;
  margin-bottom: 3px;
}

.school-meta {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 0;
}

.tag {
  align-self: flex-start;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.tag.likely {
  background: #e0f3ea;
  color: var(--green);
}

.tag.target {
  background: #e6f0fb;
  color: var(--blue);
}

.tag.reach {
  background: #fff1d3;
  color: var(--gold);
}

.tag.high-reach {
  background: #f9e4e4;
  color: var(--red);
}

.advisor-score {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 10px;
  align-items: center;
  margin-top: 14px;
  padding: 11px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #f9fbfc;
}

.advisor-score span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.advisor-score strong {
  grid-row: span 2;
  font-size: 30px;
  line-height: 1;
}

.advisor-score em {
  color: #334253;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.advisor-score.score-high {
  border-color: #b9dcca;
  background: #f3fbf7;
}

.advisor-score.score-good {
  border-color: #bdd4e9;
  background: #f4f9fd;
}

.advisor-score.score-watch {
  border-color: #ecd49b;
  background: #fffaf0;
}

.advisor-score.score-risk {
  border-color: #e7bbbb;
  background: #fff7f7;
}

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

.metric {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 9px;
  min-height: 66px;
}

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

.metric strong {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}

.metric small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.why {
  color: #334253;
  line-height: 1.43;
  margin-bottom: 11px;
  font-size: 13px;
}

.score-details {
  margin: 0 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
}

.score-details summary {
  padding: 10px 11px;
  color: #243444;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.score-bars {
  display: grid;
  gap: 8px;
  padding: 0 11px 10px;
}

.mini-score {
  display: grid;
  gap: 5px;
}

.mini-score span {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
}

.mini-score i {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--soft);
}

.mini-score em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--teal);
}

.score-details p {
  margin: 0;
  padding: 0 11px 11px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.data-line {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
}

.data-line span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 7px;
}

@media (max-width: 1250px) {
  .dashboard-grid,
  .school-grid,
  .school-search-panel,
  .account-panel,
  .account-card,
  .advisor-brief-card,
  .fit-walkthrough-controls,
  .fit-walkthrough-results,
  .plan-management-actions,
  .daily-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 900px) {
  .site-nav,
  .site-nav nav,
  .site-actions,
  .hero-actions,
  .proof-section,
  .pricing-section {
    display: grid;
  }

  .site-nav {
    background: rgba(7, 16, 23, 0.96);
    backdrop-filter: none;
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 14px 16px;
  }

  .site-brand,
  .site-actions {
    justify-content: center;
  }

  .site-actions {
    padding-left: 0;
    border-left: 0;
  }

  .top-account-popover {
    position: fixed;
    top: max(14px, env(safe-area-inset-top));
    right: 14px;
    left: 14px;
    width: auto;
    max-height: min(420px, calc(100dvh - 28px));
    overflow: auto;
    z-index: 2300;
  }

  .site-nav nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .site-nav nav a,
  .site-nav nav button,
  .nav-text-button {
    text-align: center;
    font-size: 12px;
    padding: 9px 8px;
  }

  .hero-section {
    min-height: 760px;
  }

  .hero-media {
    background-image:
      linear-gradient(180deg, rgba(16, 29, 40, 0.92) 0%, rgba(16, 29, 40, 0.72) 48%, rgba(16, 29, 40, 0.22) 100%),
      url("assets/college-compass-hero.png");
    background-position: center right;
  }

  .hero-content {
    align-self: start;
    padding-top: 52px;
  }

  .signed-in-start-panel {
    gap: 10px;
    max-width: 100%;
    padding: 12px;
  }

  .signed-in-start-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .signed-in-start-actions .primary-action,
  .signed-in-start-actions .secondary-action {
    width: auto;
    flex: 1 1 150px;
  }

  .public-grid,
  .comparison-grid,
  .product-story-grid,
  .proof-section,
  .pricing-section,
  .launch-plan-grid,
  .how-modal-steps,
  .pricing-modal-grid,
  .advisor-brief-card,
  .guided-builder-card,
  .fit-walkthrough-controls,
  .fit-walkthrough-results,
  .matchmaker-controls,
  .matchmaker-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-shell {
    grid-template-columns: 1fr;
  }

  .nav-rail {
    position: sticky;
    top: 0;
    z-index: 1200;
    height: auto;
    padding: 10px 14px 12px;
    box-shadow: 0 12px 26px rgba(7, 16, 23, 0.18);
  }

  .product-mark {
    gap: 9px;
    padding-bottom: 9px;
  }

  .product-mark .northstar-mark.small {
    width: 34px;
    height: 34px;
  }

  .product-mark .northstar-mark.small::before {
    width: 22px;
    height: 22px;
  }

  .product-mark .northstar-mark.small i {
    width: 17px;
    height: 17px;
  }

  .product-mark strong {
    font-size: 15px;
    line-height: 0.98;
  }

  .product-mark small {
    margin-top: 1px;
    font-size: 10px;
  }

  .nav-rail nav {
    display: flex;
    gap: 7px;
    margin-top: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav-rail nav::-webkit-scrollbar {
    display: none;
  }

  .nav-rail a,
  .nav-rail button {
    flex: 0 0 auto;
    min-height: 38px;
    white-space: nowrap;
    text-align: center;
    padding: 9px 12px;
  }

  .rail-account-popover button {
    text-align: left;
    padding: 9px 10px;
  }

  .rail-account-popover {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    min-width: 210px;
  }

  .command-header,
  .sample-dashboard-banner,
  .intake-heading,
  .panel-heading,
  .section-toolbar,
  .toolbar-controls,
  .scoreboard-heading,
  .score-row {
    display: grid;
  }

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

  .visual-heading,
  .visual-grid,
  .credibility-panel {
    display: grid;
    grid-template-columns: 1fr;
  }

  .confidence-row,
  .reasoning-checks,
  .source-grid,
  .advisor-report-card {
    grid-template-columns: 1fr;
  }

  .score-chips {
    justify-content: flex-start;
  }

  .header-status {
    width: 100%;
  }

  .student-snapshot,
  .trust-strip,
  .today-focus,
  .daily-grid,
  .plan-management-actions,
  .plan-switch-row,
  .plan-progress-list,
  .insight-strip,
  .coverage-grid,
  .advisor-column,
  .intake-grid,
  .journey-panel,
  .parent-decision-panel,
  .journey-steps {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-right: 0;
    padding-bottom: 14px;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 104px;
  }

  .guided-next-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    bottom: 8px;
    width: calc(100vw - 20px);
    padding: 8px 9px;
  }

  .guided-next-bar button {
    width: auto;
    min-height: 34px;
    padding-inline: 12px;
  }

  .guided-next-bar p {
    display: none;
  }

  .guided-next-bar strong {
    font-size: 13px;
  }

  .form-save-strip {
    align-items: stretch;
    flex-direction: column;
    top: 8px;
  }

  .form-save-strip div:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .site-nav nav,
  .public-grid,
  .comparison-grid,
  .product-story-grid,
  .proof-section,
  .pricing-section,
  .launch-plan-grid,
  .how-modal-steps,
  .pricing-modal-grid,
  .matchmaker-controls,
  .matchmaker-results,
  .saved-plan-row,
  .decision-worksheet,
  .scenario-strip,
  .source-grid {
    grid-template-columns: 1fr;
  }

  .site-nav {
    grid-template-columns: 1fr;
    padding: 10px 12px 12px;
  }

  .site-brand strong {
    font-size: 25px;
  }

  .site-brand .northstar-mark {
    width: 42px;
    height: 42px;
  }

  .site-brand .northstar-mark::before {
    width: 25px;
    height: 25px;
  }

  .site-brand .northstar-mark i {
    width: 19px;
    height: 19px;
  }

  .site-nav nav {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav nav a,
  .site-nav nav button,
  .nav-text-button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .site-actions {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .whats-new-button,
  .theme-toggle,
  .nav-cta {
    min-height: 40px;
    padding-inline: 12px;
  }

  .top-account-toggle,
  .top-account-toggle.signed-in {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .how-modal {
    padding: 12px;
  }

  .how-modal-card {
    max-height: 90vh;
    padding: 20px;
  }

  .modal-close {
    position: static;
    justify-self: end;
    margin-bottom: 12px;
  }

  .hero-content {
    width: 100%;
    padding: 44px 18px 80px;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .public-section {
    padding: 48px 18px;
  }

  .section-intro h2,
  .proof-section h2,
  .pricing-section h2 {
    font-size: 30px;
  }

  .workspace {
    padding: 12px;
  }

  .field-grid,
  .guided-builder-card,
  .guided-builder-steps,
  .guided-reveal-highlights,
  .student-snapshot,
  .trust-strip,
  .account-panel,
  .account-card,
  .parent-decision-panel,
  .parent-decision-form,
  .today-focus,
  .daily-grid,
  .plan-progress-list,
  .launch-demo-list,
  .insight-strip,
  .advisor-column,
  .intake-grid,
  .journey-panel,
  .journey-steps {
    grid-template-columns: 1fr;
  }

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

  .extraction-review,
  .profile-actions {
    display: grid;
    justify-content: stretch;
  }

  .toolbar-controls label {
    width: 100%;
  }

  h1 {
    font-size: 27px;
  }
}
