/* LOGE — Elevation / shadow tokens. Soft navy-tinted shadows, no harsh drop shadows. */
:root {
  /* Standard resting card — floats gently above the tinted page */
  --shadow-card: 0px 4px 20px rgba(27, 42, 74, 0.08);
  /* Inverted shadow for bottom-anchored bars (nav, action sheets) */
  --shadow-bar-top: 0px -4px 20px rgba(27, 42, 74, 0.08);
  /* Raised CTA / FAB */
  --shadow-raised: 0px 8px 24px rgba(27, 42, 74, 0.16);
  /* Amber CTA glow */
  --shadow-amber: 0 0 20px rgba(242, 169, 59, 0.4);
}
