/* Light theme for prefers-color-scheme: light */

@media (prefers-color-scheme: light) {
  :root {
    --bg: var(--rodan-lavender-50);
    --bg-elev: var(--rodan-white);
    --surface: var(--rodan-white);
    --surface-quiet: var(--rodan-lavender-100);
    --line: rgba(17, 17, 56, 0.12);
    --line-strong: rgba(17, 17, 56, 0.22);
    --fg-1: var(--rodan-ink);
    --fg-2: rgba(17, 17, 56, 0.82);
    --fg-3: rgba(17, 17, 56, 0.58);
  }

  .nav-inner, .hub-card, .score-card, .act-card, .hp-next, .hr-result {
    background: var(--rodan-white);
  }

  .hub-hero h1, h1, h2, h3, h4 { color: var(--rodan-ink); }

  .btn.ghost {
    border-color: var(--line-strong);
    color: var(--rodan-ink);
  }

  .bench-note, .delta-note, .conf-nudge, .resume-banner {
    background: var(--rodan-lavender-100);
  }
}
