/* ADVOCATE ANALYTICS — semantic tokens v1.0 (approved)
   Scouter's rink at night: warm near-black + the family's
   brightest gold (darkest room needs it to hold perceived weight).
   NOTE: #D8AE3C approved for the site; when Scouter's product
   tokens are next touched, align product gold to this value
   so site and product match to the digit. */
/* Scoped, not :root. A page adopts this room with data-room on
   <body>; a section adopts it with data-room on the section. One
   file serves both, which is what retired styles/tokens/rooms.css. */
[data-room='analytics'] {
  --surface-0:      var(--rink-950);
  --surface-1:      var(--rink-900);
  --surface-2:      var(--rink-850);
  --surface-3:      var(--rink-800);
  --border:         var(--rink-600);
  --text-hi:        var(--rink-100);
  --text-dim:       var(--rink-300);
  --interactive:    var(--gold-bright);
  --on-interactive: var(--rink-950);
  --info:           var(--steel-ana);
  --success:        var(--green-ana);
  --warning:        var(--gold-warn-ana);
  --danger:         var(--red-ana);

  /* CLR-03: hover mixes toward the opposite pole; dark room, so white. */
  --hover-pole:     white;
}
