/* Nordic — мраморный белый + sage green + dark slate. Спокойная скандинавская. */
:root[data-theme="nordic"] {
  --bg: linear-gradient(180deg, #f5f5f2 0%, #ebebe5 100%);
  --panel: #ffffff;
  --panel-2: #f0f0eb;
  --line: #ddddd5;
  --text: #1f2a26;
  --muted: #7a8580;
  --accent: #7a9b88;          /* sage */
  --accent-2: #5a7a64;
  --accent-soft: rgba(122,155,136,0.10);
  --shadow: 0 6px 24px rgba(31,42,38,0.08);
}
:root[data-theme="nordic"] body { background: var(--bg); color: var(--text); }
:root[data-theme="nordic"] header.brand { background: rgba(255,255,255,0.86); border-bottom-color: var(--line); }
:root[data-theme="nordic"] ::-webkit-scrollbar-thumb { background: rgba(122,155,136,0.30); }
