/* Derived, not chosen per element: one theme value (6px) generates the scale by ratio. */
:root{--radius-theme:6px;
--radius-none:0px;
--radius-sm:calc(var(--radius-theme) * 2 / 3);   /* 4px  — inputs, chips */
--radius-md:var(--radius-theme);                 /* 6px  — all buttons */
--radius-lg:calc(var(--radius-theme) * 4 / 3);   /* 8px  — cards */
--radius-xl:calc(var(--radius-theme) * 5 / 3);   /* 10px — sunken panels */
--radius-full:9999px;                            /* badge-featured only */
--border-width-rule:1px;--border-width-strong:2px;--focus-width:2px;--focus-offset:2px}
