/* ============================================================================
   VICE — GLASS TOKENS  ·  v1
   Law 5: UI FLOATS ON GLASS. Dark glass, blur 16–22px, 1px brass border.
   The glass card, badge and scrim CLASSES that consume these tokens live in
   css/glass.css. These are just the raw values.
   ==========================================================================*/

:root {
  --vice-glass-top:  rgba(9,12,20,0.80);   /* canon: HONU/penthouse card scrim */
  --vice-glass-bot:  rgba(9,12,20,0.55);
  --vice-glass-blur: 18px;                 /* Law 5 range: 16–22px             */
  --vice-scrim:      linear-gradient(180deg, rgba(4,5,10,0.86) 0%, rgba(4,5,10,0.0) 100%); /* @kind color */
}
