/* Retícula y medidas fijas de página. */
:root{
--container-max:1240px;--container-narrow:760px;--container-wide:1440px;
--gutter:1.5rem;--gutter-lg:2rem;--grid-columns:12; /* @kind other */--grid-gap:1.5rem;
--header-height:72px;--header-height-compact:56px;--sidebar-width:280px;
--measure-prose:68ch; /* @kind other */
--measure-lead:52ch; /* @kind other */
--tap-min:44px;--control-h-sm:32px;--control-h:40px;--control-h-lg:48px;
}
