:root{
/* Dally shadows are mostly OPAQUE OFFSETS (sticker/print feel), not soft blurs. */
--shadow-sticker:2px 3px 0 rgba(11,12,19,.55);
--shadow-sticker-lg:4px 5px 0 rgba(11,12,19,.6);
--shadow-press:1px 1px 0 rgba(11,12,19,.55);
--shadow-card:0 1px 0 rgba(255,253,247,.06) inset;
--shadow-raised:0 8px 24px -8px rgba(0,0,0,.6);
--shadow-sheet:0 -12px 40px -12px rgba(0,0,0,.7);
--shadow-photo:3px 4px 0 rgba(11,12,19,.5);
--glow-lime:0 0 0 4px rgba(217,255,58,.18);

/* textures / washes */
--wash-grid:linear-gradient(rgba(255,253,247,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,253,247,.05) 1px,transparent 1px); /* @kind other */
--wash-grid-size:22px 22px; /* @kind other */
--wash-protect-bottom:linear-gradient(to top,var(--ink-900) 8%,rgba(11,12,19,.75) 45%,transparent 100%); /* @kind other */
--wash-protect-top:linear-gradient(to bottom,rgba(11,12,19,.85),transparent); /* @kind other */
--blur-glass:saturate(140%) blur(18px); /* @kind other */
}
