:root {
  /* Colors — from the Android app's CLAUDE.md design system, see project CLAUDE.md */
  --screen-background: #141618;
  --grid-border: rgba(255, 255, 255, 0.08);
  --label-color: rgba(255, 255, 255, 0.45);
  --event-orange: #ff6b35;
  --still-here-color: #4caf50;
  --its-over-color: #e53935;
  --ghost-text: rgba(255, 255, 255, 0.018);
  --info-cell-bg: rgba(255, 255, 255, 0.02);
  --text-white: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.65);

  /* Type */
  --font-display: "Bebas Neue", sans-serif;
  --font-body: "Space Grotesk", sans-serif;

  /* Spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  /* Layout */
  --content-max-width: 1120px;
  --nav-height: 64px;
}
