:root {
  --home-ink: #0b1224;
  --home-muted: #536179;
  --home-panel: rgba(255, 255, 255, 0.9);
  --home-panel-solid: #ffffff;
  --home-soft: #f2f5fa;
  --home-line: #dce3ee;
  --home-blue: #3157e2;
  --home-blue-deep: #17358f;
  --home-cyan: #0f9bb4;
  --home-amber: #c87908;
  --home-green: #13835f;
  --home-shadow: 0 22px 60px rgba(21, 35, 68, 0.09);
  --home-shadow-sm: 0 10px 30px rgba(21, 35, 68, 0.07);
}

[data-theme="dark"] {
  --home-ink: #f5f7fb;
  --home-muted: #a9b4c8;
  --home-panel: rgba(17, 25, 43, 0.9);
  --home-panel-solid: #11192b;
  --home-soft: #0d1424;
  --home-line: #29344b;
  --home-blue: #6d87ff;
  --home-blue-deep: #9fb0ff;
  --home-cyan: #43c6d8;
  --home-amber: #f0ad43;
  --home-green: #42c89a;
  --home-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  --home-shadow-sm: 0 12px 34px rgba(0, 0, 0, 0.22);
}

html {
  scroll-behavior: smooth;
}

body.home-dashboard {
  color: var(--home-ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(49, 87, 226, 0.1), transparent 30rem),
    radial-gradient(circle at 92% 30%, rgba(15, 155, 180, 0.08), transparent 28rem),
    var(--bg);
  overflow-x: hidden;
}

body.home-dashboard main {
  overflow: clip;
}

body.home-dashboard .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

body.home-dashboard section {
  width: 100%;
  max-width: none;
}

.home-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.home-section {
  padding: 100px 0;
}

.home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}

.home-section-copy {
  max-width: 650px;
}

.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--home-blue);
  font: 700 0.76rem/1.2 "DM Sans", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-kicker::before {
  width: 30px;
  height: 1px;
  background: currentColor;
  content: "";
}

.home-title {
  margin: 0;
  color: var(--home-ink);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 6vw, 5.4rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.005em;
}

.home-description {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--home-muted);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.75;
}

/* Header */
body.home-dashboard header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  transition: background-color 180ms ease-out, box-shadow 180ms ease-out, backdrop-filter 180ms ease-out;
}

body.home-dashboard header.is-elevated {
  background: color-mix(in srgb, var(--home-panel-solid) 82%, transparent);
  box-shadow: 0 12px 34px rgba(12, 24, 49, 0.1);
  backdrop-filter: blur(18px) saturate(145%);
}

body.home-dashboard #mainNav {
  position: relative;
  top: auto;
  width: min(1320px, 100%);
  min-height: 76px;
  margin: 0 auto;
  padding: 0 28px;
  border-bottom: 1px solid color-mix(in srgb, var(--home-line) 78%, transparent);
  background: transparent;
}

body.home-dashboard #mainNav .logo img {
  width: auto;
  height: 42px;
  object-fit: contain;
}

body.home-dashboard .nav-links {
  gap: 4px;
}

body.home-dashboard .nav-link {
  padding: 11px 12px;
  border-radius: 10px;
  color: var(--home-muted);
  font-size: 0.86rem;
  font-weight: 650;
  transition: color 180ms ease-out, background-color 180ms ease-out;
}

body.home-dashboard .nav-link:hover,
body.home-dashboard .nav-link:focus-visible {
  color: var(--home-ink);
  background: color-mix(in srgb, var(--home-blue) 8%, transparent);
}

body.home-dashboard .theme-btn:focus-visible,
body.home-dashboard .hamburger:focus-visible,
body.home-dashboard button:focus-visible,
body.home-dashboard a:focus-visible,
body.home-dashboard input:focus-visible,
body.home-dashboard select:focus-visible,
body.home-dashboard textarea:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--home-blue) 34%, transparent);
  outline-offset: 3px;
}

/* Hero */
body.home-dashboard .hero {
  position: relative;
  display: block;
  min-height: auto;
  padding: 86px 0 70px;
  background: transparent;
}

body.home-dashboard .hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(color-mix(in srgb, var(--home-line) 34%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--home-line) 34%, transparent) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.48) 64%, transparent 100%);
  content: "";
}

body.home-dashboard .hero::after {
  display: none;
}

body.home-dashboard .hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(52px, 7vw, 96px);
  align-items: center;
}

body.home-dashboard .hero-content {
  max-width: none;
  margin: 0;
  text-align: left;
}

body.home-dashboard .hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--home-blue) 24%, var(--home-line));
  border-radius: 999px;
  color: var(--home-blue);
  background: color-mix(in srgb, var(--home-blue) 7%, var(--home-panel-solid));
  font: 700 0.72rem/1.2 "DM Sans", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home-dashboard .hero-label::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--home-green) 15%, transparent);
  content: "";
}

body.home-dashboard .hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--home-ink);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4.2rem, 7.2vw, 7.4rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.025em;
}

body.home-dashboard .hero h1 .alt-font {
  display: inline-block;
  margin-top: 12px;
  color: var(--home-blue);
  font-family: "Instrument Serif", serif;
  font-size: 0.72em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-transform: none;
}

body.home-dashboard .hero-sub {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--home-muted);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.72;
}

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

.home-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform 180ms ease-out, box-shadow 180ms ease-out, background-color 180ms ease-out, border-color 180ms ease-out;
}

.home-btn:hover {
  transform: translateY(-2px);
}

.home-btn-primary {
  color: #fff;
  background: var(--home-blue);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--home-blue) 28%, transparent);
}

.home-btn-primary:hover {
  background: color-mix(in srgb, var(--home-blue) 86%, #000);
}

.home-btn-secondary {
  border-color: var(--home-line);
  color: var(--home-ink);
  background: color-mix(in srgb, var(--home-panel-solid) 75%, transparent);
}

.home-btn-secondary:hover {
  border-color: color-mix(in srgb, var(--home-blue) 34%, var(--home-line));
  box-shadow: var(--home-shadow-sm);
}

body.home-dashboard .search-container {
  max-width: 660px;
  margin: 22px 0 0;
}

body.home-dashboard .search-bar {
  min-height: 56px;
  border-color: var(--home-line);
  border-radius: 14px;
  color: var(--home-ink);
  background: var(--home-panel-solid);
  box-shadow: var(--home-shadow-sm);
}

body.home-dashboard .search-btn {
  width: 44px;
  height: 44px;
  right: 6px;
  background: var(--home-blue);
}

body.home-dashboard .search-tags {
  display: none;
}

body.home-dashboard .stats-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 660px;
  margin: 18px 0 0;
  padding: 0;
  border: 0;
}

body.home-dashboard .stat {
  min-width: 0;
  align-items: flex-start;
  padding: 15px 16px;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: color-mix(in srgb, var(--home-panel-solid) 78%, transparent);
  text-align: left;
}

body.home-dashboard .stat-num {
  color: var(--home-ink);
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.06em;
}

body.home-dashboard .stat-label {
  margin-top: 4px;
  color: var(--home-muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.hero-data-panel {
  position: relative;
  padding: 22px;
  border: 1px solid color-mix(in srgb, var(--home-blue) 18%, var(--home-line));
  border-radius: 22px;
  background: var(--home-panel);
  box-shadow: var(--home-shadow);
  backdrop-filter: blur(14px);
}

.hero-data-panel::before {
  position: absolute;
  top: -1px;
  right: 28px;
  left: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--home-blue), var(--home-cyan), transparent);
  content: "";
}

.data-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--home-line);
}

.data-panel-head h2 {
  margin: 5px 0 0;
  color: var(--home-ink);
  font-size: 1.06rem;
  line-height: 1.35;
}

.data-source,
.metric-source {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--home-muted);
  font: 650 0.65rem/1.3 "DM Sans", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.source-status {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-green);
}

.data-panel-period {
  flex: 0 0 auto;
  padding: 7px 9px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  color: var(--home-muted);
  font: 600 0.68rem/1 ui-monospace, "Cascadia Code", monospace;
}

.salary-chart {
  display: grid;
  gap: 19px;
  margin-top: 22px;
}

.salary-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.72fr) minmax(150px, 1.28fr);
  gap: 16px;
  align-items: center;
}

.salary-name {
  display: block;
  overflow: hidden;
  color: var(--home-ink);
  font-size: 0.78rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.salary-meta {
  display: block;
  margin-top: 4px;
  color: var(--home-muted);
  font: 600 0.67rem/1.3 ui-monospace, "Cascadia Code", monospace;
  font-variant-numeric: tabular-nums;
}

.salary-track {
  position: relative;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--home-line) 62%, transparent);
}

.salary-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar-width, 70%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--home-blue), var(--home-cyan));
  transform: scaleX(0);
  transform-origin: left center;
}

.data-panel-note {
  display: flex;
  gap: 9px;
  margin: 21px 0 0;
  padding: 13px 14px;
  border-radius: 10px;
  color: var(--home-muted);
  background: var(--home-soft);
  font-size: 0.72rem;
  line-height: 1.5;
}

.mini-countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  background: color-mix(in srgb, var(--home-panel-solid) 72%, transparent);
}

.mini-countdown-label {
  color: var(--home-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-countdown-values {
  display: flex;
  gap: 8px;
}

.mini-countdown-item {
  min-width: 48px;
  text-align: center;
}

.mini-countdown-value {
  display: block;
  color: var(--home-ink);
  font: 700 1rem/1 ui-monospace, "Cascadia Code", monospace;
  font-variant-numeric: tabular-nums;
}

.mini-countdown-unit {
  display: block;
  margin-top: 5px;
  color: var(--home-muted);
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Trust strip */
.trust-strip {
  border-block: 1px solid var(--home-line);
  background: color-mix(in srgb, var(--home-panel-solid) 72%, transparent);
}

.trust-strip-inner {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--home-muted);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.025em;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.trust-item svg {
  width: 17px;
  height: 17px;
  color: var(--home-blue);
}

.trust-divider {
  width: 1px;
  height: 18px;
  background: var(--home-line);
}

/* Popular departments */
body.home-dashboard #explore-sections {
  padding: 100px 0;
  background: transparent !important;
}

body.home-dashboard #explore-sections .home-shell {
  position: relative;
}

body.home-dashboard .section-label,
body.home-dashboard .section-title,
body.home-dashboard .section-desc {
  max-width: 660px;
}

body.home-dashboard .section-label {
  color: var(--home-blue);
}

body.home-dashboard .section-title {
  color: var(--home-ink);
  font-size: clamp(3.6rem, 7vw, 6rem);
}

body.home-dashboard .section-desc {
  color: var(--home-muted);
}

body.home-dashboard .filter-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 38px 0 30px;
  padding: 14px;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  background: var(--home-panel);
  box-shadow: var(--home-shadow-sm);
}

body.home-dashboard .score-filters {
  margin: 0 !important;
}

body.home-dashboard .type-filter,
body.home-dashboard .degree-filter {
  min-height: 42px;
  padding: 0 17px !important;
  border: 1px solid var(--home-line) !important;
  border-radius: 10px !important;
  color: var(--home-muted) !important;
  background: transparent !important;
  font-size: 0.76rem !important;
  font-weight: 750 !important;
  transition: color 180ms ease-out, background-color 180ms ease-out, border-color 180ms ease-out, transform 180ms ease-out !important;
}

body.home-dashboard .type-filter:hover,
body.home-dashboard .degree-filter:hover {
  color: var(--home-ink) !important;
  border-color: color-mix(in srgb, var(--home-blue) 40%, var(--home-line)) !important;
}

body.home-dashboard .type-filter.active,
body.home-dashboard .degree-filter.active {
  color: #fff !important;
  border-color: var(--home-blue) !important;
  background: var(--home-blue) !important;
  box-shadow: 0 7px 18px color-mix(in srgb, var(--home-blue) 22%, transparent);
}

body.home-dashboard #bolum-grid-container + div,
body.home-dashboard #bolum-grid-container ~ div {
  margin-top: 32px !important;
}

body.home-dashboard #explore-sections .home-shell > div[style*="display:flex"][style*="margin-bottom:32px"] {
  margin: 0 0 24px !important;
}

body.home-dashboard .bolum-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.home-dashboard .bolum-card {
  position: relative;
  display: flex;
  min-height: 320px;
  overflow: hidden;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  color: var(--home-ink);
  background: var(--home-panel-solid);
  box-shadow: none;
  transition: transform 180ms ease-out, border-color 180ms ease-out, box-shadow 180ms ease-out;
}

body.home-dashboard .bolum-card:hover,
body.home-dashboard .bolum-card:focus-visible,
body.home-dashboard .bolum-card.is-revealed {
  border-color: color-mix(in srgb, var(--home-blue) 34%, var(--home-line));
  box-shadow: var(--home-shadow);
  transform: translateY(-4px);
}

body.home-dashboard .card-icon {
  font-size: 2.5rem;
}

body.home-dashboard .card-title {
  max-width: 90%;
  color: var(--home-ink);
  font-size: 1.12rem;
  line-height: 1.22;
}

body.home-dashboard .card-desc {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 86px;
  color: var(--home-muted);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.home-dashboard .card-arrow {
  top: 22px;
  right: 22px;
  color: var(--home-muted);
}

.card-data-reveal {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 12px;
  padding: 17px 22px;
  border-top: 1px solid var(--home-line);
  background: color-mix(in srgb, var(--home-soft) 88%, var(--home-panel-solid));
  transform: translateY(calc(100% - 48px));
  transition: transform 180ms ease-out;
}

.card-data-hint {
  display: flex;
  min-height: 30px;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  color: var(--home-blue);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.home-dashboard .bolum-card:hover .card-data-reveal,
body.home-dashboard .bolum-card:focus-visible .card-data-reveal,
body.home-dashboard .bolum-card.is-revealed .card-data-reveal {
  transform: translateY(0);
}

.card-data-label {
  display: block;
  color: var(--home-muted);
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-data-value {
  display: block;
  margin-top: 5px;
  color: var(--home-ink);
  font: 700 0.78rem/1.25 ui-monospace, "Cascadia Code", monospace;
  font-variant-numeric: tabular-nums;
}

.card-data-source {
  grid-column: 1 / -1;
  color: var(--home-muted);
  font-size: 0.58rem;
}

/* Test CTA */
.test-section {
  padding: 40px 0 100px;
}

body.home-dashboard .test-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 60px;
  align-items: center;
  overflow: hidden;
  padding: clamp(36px, 6vw, 72px);
  border: 1px solid color-mix(in srgb, var(--home-blue) 34%, transparent);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(8, 20, 53, 0.96), rgba(24, 48, 126, 0.96)),
    #0b173c;
  box-shadow: 0 30px 80px rgba(17, 41, 116, 0.23);
}

body.home-dashboard .test-cta::after {
  position: absolute;
  width: 360px;
  height: 360px;
  right: -150px;
  bottom: -190px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.test-copy {
  position: relative;
  z-index: 1;
}

.test-copy .home-kicker {
  color: #8fa6ff;
}

body.home-dashboard .test-cta h2 {
  margin: 0;
  color: #fff !important;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.2rem, 5.5vw, 5.3rem);
  font-weight: 400;
  line-height: 0.92;
}

body.home-dashboard .test-cta p {
  max-width: 520px;
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 1rem;
  line-height: 1.7;
}

.test-chart {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
}

.radar-wrap {
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 1;
}

.radar-wrap svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.radar-grid {
  fill: none;
  stroke: rgba(255, 255, 255, 0.17);
  stroke-width: 1;
}

.radar-axis {
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1;
}

.radar-value {
  fill: rgba(77, 111, 255, 0.26);
  stroke: #7c94ff;
  stroke-width: 2;
}

.radar-dot {
  fill: #fff;
  stroke: #4262ec;
  stroke-width: 3;
}

.radar-label {
  fill: rgba(255, 255, 255, 0.66);
  font: 600 10px "DM Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chart-score {
  position: absolute;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  color: #fff;
  background: rgba(6, 16, 44, 0.78);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  font: 700 1.5rem/1 ui-monospace, monospace;
  backdrop-filter: blur(10px);
}

.chart-score small {
  display: block;
  margin-top: -22px;
  color: rgba(255, 255, 255, 0.55);
  font: 650 0.52rem/1 "DM Sans", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Confessions */
.confessions-section {
  padding: 100px 0;
  border-block: 1px solid var(--home-line);
  background: color-mix(in srgb, var(--home-soft) 78%, transparent);
}

.confession-head {
  align-items: center;
}

body.home-dashboard .cta-share-btn {
  min-height: 48px;
  border-radius: 11px;
  color: #fff;
  background: var(--home-blue);
  box-shadow: 0 10px 26px color-mix(in srgb, var(--home-blue) 24%, transparent);
}

body.home-dashboard .post-it-board {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 8px 0 20px;
  overflow: hidden;
}

.confession-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: confession-marquee 52s linear infinite;
}

.confession-track:hover {
  animation-play-state: paused;
}

body.home-dashboard .confession-card {
  display: flex;
  width: min(360px, calc(100vw - 48px));
  min-height: 230px;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  color: var(--home-ink);
  background: var(--home-panel-solid);
  box-shadow: var(--home-shadow-sm);
  transform: none !important;
}

body.home-dashboard .confession-card::before {
  display: none;
}

body.home-dashboard .confession-card:hover {
  border-color: color-mix(in srgb, var(--home-blue) 35%, var(--home-line));
  transform: translateY(-3px) !important;
}

.confession-badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  color: var(--home-muted);
  background: var(--home-soft);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.confession-quote {
  margin: 20px 0;
  color: var(--home-ink);
  font-family: "Instrument Serif", serif;
  font-size: 1.28rem;
  line-height: 1.4;
}

.confession-major {
  color: var(--home-blue);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@keyframes confession-marquee {
  to { transform: translateX(calc(-50% - 8px)); }
}

/* Modal */
body.home-dashboard .modal-overlay {
  padding: 20px;
  background: rgba(6, 12, 26, 0.72);
  backdrop-filter: blur(10px);
}

body.home-dashboard .modal-card {
  width: min(520px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 30px;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  background: var(--home-panel-solid);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.28);
}

.status-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 12px;
  padding: 5px;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: var(--home-soft);
}

.status-toggle-btn {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  color: var(--home-muted);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.status-toggle-btn.active {
  color: var(--home-ink);
  background: var(--home-panel-solid);
  box-shadow: 0 4px 14px rgba(17, 31, 64, 0.09);
}

body.home-dashboard .modal-input {
  color: var(--home-ink);
  border-color: var(--home-line);
  background: var(--home-soft);
}

/* Why */
.why-section {
  padding: 100px 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.why-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--home-line);
  border-radius: 17px;
  background: var(--home-panel-solid);
  box-shadow: var(--home-shadow-sm);
}

.why-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--home-blue);
  font: 700 0.72rem/1 ui-monospace, monospace;
}

.why-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  color: var(--home-blue);
  background: color-mix(in srgb, var(--home-blue) 9%, transparent);
}

.why-icon svg {
  width: 21px;
  height: 21px;
}

.why-card h3 {
  margin: 48px 0 12px;
  color: var(--home-ink);
  font-size: 1.12rem;
}

.why-card p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* FAQ */
body.home-dashboard .faq-container {
  width: min(900px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 90px 0 100px;
}

body.home-dashboard .faq-item {
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  background: var(--home-panel-solid);
  transition: border-color 180ms ease-out, box-shadow 180ms ease-out;
}

body.home-dashboard .faq-item.active {
  border-color: color-mix(in srgb, var(--home-blue) 36%, var(--home-line));
  box-shadow: var(--home-shadow-sm);
}

body.home-dashboard .faq-question {
  min-height: 70px;
  padding: 18px 22px;
  color: var(--home-ink);
}

body.home-dashboard .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  opacity: 0;
  color: var(--home-muted);
  transition: max-height 320ms ease, padding 260ms ease, opacity 180ms ease;
}

body.home-dashboard .faq-item.active .faq-answer {
  max-height: 520px;
  padding: 0 22px 22px;
  opacity: 1;
}

body.home-dashboard .faq-icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--home-line);
  border-radius: 9px;
  transition: transform 220ms ease;
}

body.home-dashboard .faq-item.active .faq-icon {
  transform: rotate(180deg);
}

/* Reminder */
.reminder-section {
  padding: 0 0 100px;
}

.reminder-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 56px;
  align-items: center;
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid var(--home-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 94% 20%, color-mix(in srgb, var(--home-blue) 14%, transparent), transparent 20rem),
    var(--home-panel-solid);
  box-shadow: var(--home-shadow);
}

.reminder-panel h2 {
  margin: 0;
  color: var(--home-ink);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  font-weight: 400;
  line-height: 0.95;
}

.reminder-panel p {
  margin: 15px 0 0;
  color: var(--home-muted);
  line-height: 1.6;
}

.reminder-countdown {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.reminder-countdown span {
  min-width: 72px;
  padding: 12px;
  border: 1px solid var(--home-line);
  border-radius: 10px;
  color: var(--home-ink);
  background: var(--home-soft);
  font: 700 1.1rem/1 ui-monospace, monospace;
  text-align: center;
}

.reminder-countdown small {
  display: block;
  margin-top: 6px;
  color: var(--home-muted);
  font: 650 0.56rem/1 "DM Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reminder-form-wrap {
  padding: 24px;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--home-soft) 70%, transparent);
}

.reminder-form-label {
  display: block;
  margin-bottom: 10px;
  color: var(--home-ink);
  font-size: 0.8rem;
  font-weight: 750;
}

.reminder-form {
  display: flex;
  gap: 9px;
}

.reminder-form input {
  min-width: 0;
  min-height: 50px;
  flex: 1;
  padding: 0 15px;
  border: 1px solid var(--home-line);
  border-radius: 10px;
  color: var(--home-ink);
  background: var(--home-panel-solid);
  font: inherit;
}

.reminder-form button {
  flex: 0 0 auto;
}

.reminder-privacy,
.reminder-feedback {
  margin: 10px 0 0 !important;
  color: var(--home-muted) !important;
  font-size: 0.7rem;
}

.reminder-privacy a {
  color: var(--home-blue);
}

.reminder-feedback[data-state="success"] { color: var(--home-green) !important; }
.reminder-feedback[data-state="error"] { color: #c33b3b !important; }

/* Footer cleanup */
body.home-dashboard .mission-footer {
  margin-top: 0 !important;
  border-top: 1px solid var(--home-line);
}

body.home-dashboard .site-footer {
  border-color: var(--home-line) !important;
  background: transparent !important;
}

/* Responsive */
@media (max-width: 1080px) {
  body.home-dashboard .nav-link {
    padding-inline: 8px;
    font-size: 0.78rem;
  }

  body.home-dashboard .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
    gap: 40px;
  }

  body.home-dashboard .bolum-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .home-section { padding: 78px 0; }

  body.home-dashboard .hero {
    padding: 60px 0 64px;
  }

  body.home-dashboard .hero-layout,
  body.home-dashboard .test-cta,
  .reminder-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-dashboard .hero-content {
    text-align: left;
  }

  .hero-data-panel {
    width: 100%;
    max-width: 680px;
  }

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

  .why-card {
    min-height: auto;
  }

  .why-card h3 {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  body.home-dashboard main > section {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .home-shell,
  body.home-dashboard .faq-container {
    width: min(100% - 28px, 680px);
  }

  body.home-dashboard #mainNav {
    min-height: 68px;
    padding-inline: 16px;
  }

  body.home-dashboard #mainNav .logo img {
    height: 36px;
  }

  body.home-dashboard .mobile-nav {
    top: 68px !important;
    height: calc(100dvh - 68px) !important;
  }

  body.home-dashboard .hero {
    min-height: auto !important;
    padding: 42px 0 64px !important;
  }

  body.home-dashboard .hero h1 {
    font-size: clamp(3.75rem, 18vw, 5.3rem);
  }

  body.home-dashboard .hero-sub {
    font-size: 0.98rem;
  }

  .hero-actions,
  .reminder-form {
    align-items: stretch;
    flex-direction: column;
  }

  .home-btn {
    width: 100%;
  }

  body.home-dashboard .stats-bar {
    grid-template-columns: 1fr;
  }

  body.home-dashboard .stat {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
  }

  body.home-dashboard .stat-label {
    margin: 0;
  }

  .salary-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mini-countdown {
    align-items: flex-start;
    flex-direction: column;
  }

  .mini-countdown-values {
    width: 100%;
    justify-content: space-between;
  }

  .trust-strip {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .trust-strip::-webkit-scrollbar { display: none; }

  .trust-strip-inner {
    width: max-content;
    min-height: 56px;
    justify-content: flex-start;
    padding-inline: 16px;
  }

  .home-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  body.home-dashboard .filter-panel {
    align-items: stretch;
    flex-direction: column;
    padding: 11px;
    overflow: hidden;
  }

  body.home-dashboard .score-filters {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: none;
  }

  body.home-dashboard .score-filters::-webkit-scrollbar { display: none; }

  body.home-dashboard .type-filter {
    flex: 0 0 auto;
  }

  body.home-dashboard .bolum-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-dashboard .bolum-card {
    min-height: 300px;
  }

  body.home-dashboard .test-cta {
    gap: 28px;
    padding: 34px 22px;
  }

  .test-chart {
    min-height: 280px;
  }

  body.home-dashboard .post-it-board {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.home-dashboard .post-it-board::-webkit-scrollbar { display: none; }

  .confession-track {
    padding-inline: 14px;
    animation: none;
  }

  body.home-dashboard .confession-card {
    scroll-snap-align: center;
  }

  body.home-dashboard .modal-card {
    padding: 24px 18px;
  }

  .reminder-panel {
    gap: 32px;
    padding: 30px 20px;
  }
}

@media (max-width: 360px) {
  .home-shell,
  body.home-dashboard .faq-container {
    width: min(100% - 20px, 680px);
  }

  body.home-dashboard .hero h1 {
    font-size: 2.72rem;
    line-height: 0.9;
  }

  body.home-dashboard .hero h1 .alt-font {
    font-size: 0.67em;
  }

  .hero-data-panel {
    padding: 17px;
    border-radius: 17px;
  }

  .mini-countdown-item {
    min-width: 42px;
  }

  body.home-dashboard .section-title,
  .home-title {
    font-size: 3.2rem;
  }

  .reminder-countdown {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .salary-fill { transform: scaleX(1); }
}
