/* DPE effects & motion — flat and paper-like; motion is an intentional addition, kept quiet */
:root{
--border-1:1px solid var(--border-hairline);
--rule-accent:1px solid var(--dpe-terracotta);
--shadow-none:none;
--shadow-dialog:0 24px 48px -12px rgb(13 40 62/.22);/* dialogs only — nothing else casts shadow */
--ease:cubic-bezier(.25,.46,.45,.94);/* @kind other */
--dur-fast:120ms;/* @kind other */--dur:180ms;/* @kind other */
--fade-veil:color-mix(in srgb,var(--dpe-ink) 40%,transparent);/* dialog scrim */
}
