/* Lake Erie Local — theme: Lake Erie & Presque Isle
   Sand and driftwood neutrals from the Presque Isle shoreline, deep Lake Erie blue as the one
   strong color, lighthouse-lamp amber reserved for the sponsor spot.
   To switch palettes, replace this file with theme-forest.css (renamed to theme.css). */
:root{
  --paper:#F1EFE9;        /* beach sand */
  --ink:#141B22;          /* lake at night */
  --ink-2:#48525C;
  --ink-3:#7E8891;
  --line:#D6D3CA;
  --field:#1F5F8B;        /* Lake Erie blue — buttons, links, the typed word */
  --field-deep:#164567;
  --field-tint:#DCE5EC;   /* pale water — tags, soft panels */
  --gold:#E0A43A;         /* lighthouse lamp — sponsor button only */
  --gold-deep:#AE7A1F;
  --straw:#EFE7D3;        /* sponsor slot background */
  --straw-line:#DDD0AE;
  --white:#FBFBF8;
}
.tag{color:var(--ink)}
.tag.verified{background:var(--field);color:#fff}
.stars .s{color:var(--gold-deep)}
