/* Day phase — warm golden-beige, orange accent (matches iOS Color.phaseBackground(.day) / phaseAccent(.day)) */

body.phase-day {
  --bg-base: #2a2620;
  --bg-warm: #352f26;
  --accent: #e8782a;
  --accent-dim: rgba(232, 120, 42, 0.5);
  --accent-faint: rgba(232, 120, 42, 0.15);
  --text-primary: rgba(255, 255, 255, 0.98);
  --text-secondary: rgba(255, 255, 255, 0.72);
  --text-faint: rgba(255, 255, 255, 0.42);
  --text-accent: #e8782a;
  --glass-fill: rgba(255, 255, 255, 0.06);
  --glass-border: rgba(255, 255, 255, 0.1);
  --tile-fill: rgba(255, 255, 255, 0.07);
  --tile-border: rgba(255, 255, 255, 0.09);
  --tile-fill-h: rgba(255, 255, 255, 0.1);
}

body.phase-day .elastic-ambient,
body.phase-day .ambient {
  background-color: #2d2a24;
  background-image:
    radial-gradient(ellipse 70% 55% at 50% 15%,
      rgba(200, 120, 40, 0.35) 0%,
      rgba(140, 85, 25, 0.15) 45%,
      transparent 75%),
    radial-gradient(ellipse 100% 60% at 50% 0%,
      rgba(100, 60, 15, 0.2) 0%,
      transparent 60%);
}

body.phase-day .theme-dot {
  background: var(--accent);
  box-shadow: 0 0 8px rgba(232, 120, 42, 0.5);
}
