:root{
  --shadow-none:none;
  --shadow-hairline:0 0 0 1px var(--border-hairline);
  --shadow-1:0 1px 2px rgb(16 16 19 / 0.05),0 1px 1px rgb(16 16 19 / 0.04);
  --shadow-2:0 2px 6px rgb(16 16 19 / 0.06),0 8px 20px rgb(16 16 19 / 0.05);
  --shadow-3:0 4px 12px rgb(16 16 19 / 0.07),0 18px 40px rgb(16 16 19 / 0.08);
  --shadow-4:0 8px 24px rgb(16 16 19 / 0.09),0 32px 72px rgb(16 16 19 / 0.12);
  --shadow-brand:0 12px 32px rgb(77 25 37 / 0.22);
  --shadow-inset-hair:inset 0 -1px 0 var(--border-hairline);
  --focus-ring:0 0 0 3px rgb(77 25 37 / 0.28); /* @kind shadow */
  --blur-glass:saturate(180%) blur(20px); /* @kind other */
  --blur-scrim:blur(8px); /* @kind other */
  /* full-bleed image protection gradients */
  --protect-top:linear-gradient(to bottom,rgb(16 16 19 / 0.55),rgb(16 16 19 / 0) 55%); /* @kind other */
  --protect-bottom:linear-gradient(to top,rgb(16 16 19 / 0.62),rgb(16 16 19 / 0) 60%); /* @kind other */
}
