:root{
/* La marca no usa sombras difusas: usa desplazamiento sólido de color (globos) */
--offset-accent-x:18px; /* @kind spacing */
--offset-accent-y:18px; /* @kind spacing */
--shadow-none:none;
--shadow-doc:0 1px 0 rgb(21 21 21 / .08);
--shadow-lift:0 18px 40px rgb(21 21 21 / .10);

/* Movimiento: cortes secos y fundidos breves, sin rebotes */
--ease-out:cubic-bezier(.2,.7,.2,1); /* @kind other */
--ease-in-out:cubic-bezier(.4,0,.2,1); /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur:200ms; /* @kind other */
--dur-slow:320ms; /* @kind other */

/* Rotaciones editoriales controladas (recorte tipo scrapbook) */
--tilt-tape:-2deg; /* @kind other */
--tilt-tape-alt:1.5deg; /* @kind other */

/* Desenfoque: sólo para paneles flotantes sobre foto */
--blur-panel:blur(14px); /* @kind other */
}