/* GENERATED by .design-sync/extract-tokens.mjs — do not edit by hand.
   Gradient, shadow, and glow — most of the brand's visual signature.
   Source: the :root blocks of the marketing site's HTML and CSS files.
   Re-run with --write after changing the site; --check fails on drift. */

:root {
  /* The accent gradient. Used on primary buttons, headline spans, and
     the logo mark. Always 135deg. */
  --grad: linear-gradient(135deg,#05b8b3,#3ee8e0);

  /* Card and modal elevation. Deep, soft, and almost black — the 1px
     accent-tinted ring is what keeps it from reading as a drop shadow. */
  --shadow: 0 24px 80px rgba(0,0,0,.5),0 0 1px rgba(5,184,179,.1);

  /* Ambient accent bloom behind hero elements and focal cards.
     Two stacked radii, both very low alpha. Subtlety is the point. */
  --glow: 0 0 60px rgba(5,184,179,.12),0 0 120px rgba(5,184,179,.04);
}
