:root {
  /* Sunny — warm paper, golden highlights, red-orange chaos primary */
  --page-bg: #fffbeb;
  --page-bg-accent: #ffedd5;

  --text-body: #422006;
  --text-muted: #78716c;
  --text-subtle: #a8a29e;
  --text-strong: #9a3412;
  --text-brand: #c2410c;
  --text-on-primary: #ffffff;

  --surface-card: #ffffff;
  --surface-input: #fffaf5;
  --surface-inset: #fff7ed;
  --surface-timeline: #fffdf5;

  --pill-bg: #ffedd5;
  --pill-fg: #9a3412;

  --border-default: #fed7aa;
  --border-input: #fdba74;
  --border-muted: #ffedd5;

  --primary: #ea580c;
  --accent: #ca8a04;
  --link: #c2410c;

  --btn-ghost-bg: #ffffff;
  --btn-ghost-fg: var(--text-body);
  --btn-ghost-border: var(--border-default);

  --alert-error-bg: #fef2f2;
  --alert-error-fg: #991b1b;
  --alert-error-border: #fecaca;

  --alert-success-bg: #ecfdf5;
  --alert-success-fg: #065f46;
  --alert-success-border: #a7f3d0;

  --watermark-bg: rgba(66, 32, 6, 0.78);
  --watermark-fg: #ffffff;
  --watermark-border: rgba(255, 255, 255, 0.35);
}
