/* Radii transcribed from the source boards. The shape tile is 366.134px wide
   with a 9.153px radius and a 4.577px inner panel — a deliberately tight,
   almost-square corner. Nothing in the brand is pill-round except dots. */
:root{
--radius-xs:2px;--radius-sm:4.577px;--radius-md:9.153px;--radius-lg:16px;--radius-full:999px;
--border-1:1px;--border-2:2px;
--shadow-hairline:inset 0 0 0 1px var(--alpha-hairline);
--shadow-card:0 1px 2px rgba(0,0,0,0.05),0 8px 24px rgba(0,0,0,0.06);
--shadow-lift:0 2px 4px rgba(0,0,0,0.06),0 16px 40px rgba(0,0,0,0.10);
--shadow-red:0 8px 24px rgba(255,44,44,0.24);
}
