:root{
/* Radius scale — --radius:0.75rem base, shadcn offsets */
--radius:0.75rem;
--radius-sm:calc(var(--radius) - 4px);/* 8px */
--radius-md:calc(var(--radius) - 2px);/* 10px */
--radius-lg:var(--radius);/* 12px */
--radius-xl:calc(var(--radius) + 4px);/* 16px */
--radius-2xl:calc(var(--radius) + 8px);/* 20px */
/* Z-index layers */
--z-sheet-overlay:60;/* @kind other */
--z-sheet:61;/* @kind other */
--z-modal-overlay:70;/* @kind other */
--z-modal:71;/* @kind other */
--z-drawer-overlay:80;/* @kind other */
--z-drawer:81;/* @kind other */
--z-float:100;/* @kind other */
--z-fullscreen:999;/* @kind other */
--z-top:9999;/* @kind other */
}
