:root{
  --radius-none:0px;--radius-xs:2px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-pill:999px;

  --border-w-hair:1px;--border-w:1.5px;--border-w-thick:3px; /* @kind other */
  --rule-accent:3px solid var(--gold-400); /* @kind other */

  /* Shadows — low, green-tinted, never grey-black */
  --shadow-none:none;
  --shadow-sm:0 1px 2px rgba(19,26,22,.06);
  --shadow-md:0 2px 6px rgba(19,26,22,.06),0 8px 24px rgba(42,93,70,.07);
  --shadow-lg:0 4px 12px rgba(19,26,22,.07),0 20px 48px rgba(42,93,70,.10);
  --shadow-brand:0 10px 30px rgba(42,93,70,.22);
  --shadow-inset-hair:inset 0 0 0 1px var(--ink-100);
  --shadow-focus:0 0 0 3px var(--gold-a24);

  /* Motion */
  --ease-standard:cubic-bezier(.2,.6,.2,1); /* @kind other */
  --ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
  --ease-in:cubic-bezier(.4,0,1,1); /* @kind other */
  --dur-fast:120ms; /* @kind other */
  --dur-base:200ms; /* @kind other */
  --dur-slow:360ms; /* @kind other */
  --transition-base:all var(--dur-base) var(--ease-standard); /* @kind other */

  /* Effects */
  --blur-glass:saturate(140%) blur(14px); /* @kind other */
  --scrim-bottom:linear-gradient(to top,rgba(19,26,22,.78) 0%,rgba(19,26,22,.35) 42%,rgba(19,26,22,0) 78%); /* @kind other */
  --scrim-green:linear-gradient(to top,var(--green-a88) 0%,rgba(42,93,70,0) 72%); /* @kind other */
}
