/* ==========================================================================
   Nowa — Elevation tokens
   Shadows are soft and low-contrast with a faint blue-violet tint. Cards sit
   on the signature "--shadow-card"; deeper layers use the neutral ramp.
   ========================================================================== */
:root {
  /* Signature card shadow — tight, cool, barely-there */
  --shadow-card: 1px 1px 7px rgba(154, 154, 204, 0.1);

  --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);

  /* Colored focus glow (buttons/inputs use the matching channel at .5) */
  --focus-ring-primary: 0 0.25rem 1rem var(--primary05);

  /* Dropdown / popover / menu float */
  --shadow-dropdown: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
