/* Elevation — Spoot barely uses shadows. Depth comes from the cream surface
   ladder and dark overlays; these four are the only shadows in product code. */
:root{
--shadow-tabbar:0 -4px 24px rgba(3,39,26,0.05);   /* bottom tab bar, upward */
--shadow-pin:0 2px 4px rgba(0,0,0,0.25);          /* map pin */
--shadow-pin-badge:0 2px 4px rgba(0,0,0,0.2);     /* score badge above pin */
--shadow-dot:0 1px 2px rgba(0,0,0,0.2);           /* small search dot */
--shadow-none:none;
}
