/* EDIT COLOURS HERE. Values preserve the existing High Night palette.
   These affect live text and CSS surfaces, not pixels in collage photographs
   or the moon/meteor WebGL shaders. Eight-digit hex values include opacity.
   The weather entries style the parked weather controls only. */
:root {
  --color-night-black: #0b0c0b;       /* Browser surround */
  --color-archive-black: #101110;    /* Scene fallback and skip link */
  --color-moonlight: #e4e5e3;        /* Title, margin notes and footer */
  --color-warm-parchment: #e5dcc6;   /* Hero, body text and focus outlines */
  --color-faded-ash: #b6b0a2;        /* Secondary text */
  --color-aged-brass: #635e51;       /* Rules and borders */
  --color-candlelight: #fff7e5;      /* Text-link hover */
  --color-tab-ink: #211d17;          /* Tab labels and tab focus outline */
  --color-active-tab-ink: #050403;   /* Active/hovered tab labels */
  --color-poster-ink: #27231d;       /* THERE ARE MORE THINGS */
  --color-button-ink: #191713;       /* DRAW TAROT text */
  --color-manila-paper: #d9c7a4;     /* Button fallback beneath photograph */
  --color-tooltip-charcoal: #151613;/* Moon tooltip background */
  --color-deep-shadow: #000000aa;    /* Tooltip shadow, 67% opacity */
  --color-rail-shadow: #24180d66;    /* Warm contact shadow above the paper rail */
  --color-paper-shadow: #140d08a6;  /* Soft edge shadow under loose paper buttons */
  --color-status-paper: #b8b1a4;    /* Default warm-grey preparation-slip paper */
  --color-status-paper-wash: #b8b1a4bf; /* 75% wash reveals distressed paper grain */
  --color-legacy-divider: #635e514d;/* Faded catalogue divider, 30% opacity */
  --color-cat-eye-gold: #bfb69e;     /* Cat iris */
  --color-pupil-black: #090a09;      /* Cat pupil */
  --color-cat-shadow: #060706b3;     /* Contact shadow, 70% opacity */

  /* Legacy/parked controls */
  --color-legacy-tab-ink: #211e19;
  --color-weather-charcoal: #10110f;
  --color-input-charcoal: #1d1e19;
  --color-result-charcoal: #1b1c17;
  --color-weather-rule: #47443c;
  --color-select-charcoal: #20211b;

  /* Existing semantic aliases: keep these connected to the palette. */
  --ink: var(--color-archive-black);
  --paper: var(--color-warm-parchment);
  --muted: var(--color-faded-ash);
  --rule: var(--color-aged-brass);
}
