/* Taichung Job Service — Shadow tokens
   RULE: shadows tint DEEP TEAL rgba(8,62,66,α) (matching the logo palette) and pair an outer
   shadow with an inset 0 1px 0 white top highlight on elevated surfaces. Never plain black. */
:root {
  --shadow-soft: 0 12px 36px rgba(8,62,66,.08), 0 2px 8px rgba(8,62,66,.05);
  --shadow-card: 0 16px 40px rgba(8,62,66,.1), inset 0 1px 0 rgba(255,255,255,.85);
  --shadow-modal: 0 36px 96px rgba(8,62,66,.22), 0 12px 36px rgba(8,62,66,.1), inset 0 1px 0 rgba(255,255,255,.95);

  /* Orange focus ring (reuse for any focusable control) */
  --ring-focus: 0 0 0 4px rgba(240,120,48,.3);
}
