/* PumpOS — Light theme palette (iOS 17 inspired) */
:root[data-theme="light"] {
  --bg: #f2f2f7;
  --bg-elev: #ffffff;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-solid: #ffffff;
  --surface-2: rgba(120, 120, 128, 0.10);
  --hairline: rgba(60, 60, 67, 0.14);
  --hairline-strong: rgba(60, 60, 67, 0.24);

  --text: #1c1c1e;
  --text-2: #4f4f56;
  --text-3: #8a8a90;

  --tint: #007aff;          /* iOS systemBlue (light) */
  --tint-press: #0a6bd6;
  --green: #28a745;
  --red: #ff3b30;
  --orange: #ff9500;
  --yellow: #ffcc00;
  --purple: #af52de;
  --teal: #30b0c7;
  --pink: #ff2d55;

  --blur-bg: rgba(248, 248, 252, 0.62);
  --tabbar-bg: rgba(248, 248, 252, 0.78);
  --nav-bg: rgba(248, 248, 252, 0.72);

  --shadow: 0 12px 40px rgba(60, 60, 67, 0.16);
  --shadow-soft: 0 6px 20px rgba(60, 60, 67, 0.10);
  --ring-track: rgba(60, 60, 67, 0.12);

  --skeleton-1: rgba(60, 60, 67, 0.06);
  --skeleton-2: rgba(60, 60, 67, 0.12);
  color-scheme: light;
}
