/* Hallmark · pre-emit critique: P5 H5 E4 S5 R5 V5 */
:root {
 --color-paper: oklch(98.8% .009 237); --color-paper-warm: oklch(95.5% .014 86); --color-ink: oklch(39.9% .093 242); --color-ink-deep: oklch(25% .045 244); --color-muted: oklch(47% .038 242); --color-accent: oklch(75.4% .154 232); --color-yellow: oklch(92.4% .12 96); --color-white: oklch(99% .004 235); --color-rule: oklch(81% .024 235); --color-tint: oklch(95% .022 231); --color-stamp: oklch(51% .17 28); --color-overlay: oklch(20% .03 243 / .22); --color-dialog: oklch(17% .025 243 / .97); --color-clear: oklch(99% .004 235 / 0); --color-shine: oklch(99% .004 235 / .45); --color-shadow: oklch(26% .04 242 / .12); --color-focus: oklch(39.9% .093 242); --color-success: oklch(43% .095 154);
 --font-display: 'Noto Serif SC', 'Songti SC', 'STSong', serif; --font-body: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif; --font-latin: 'Arial', sans-serif;
 --space-xs:4px; --space-sm:8px; --space-md:16px; --space-lg:24px; --space-xl:32px; --space-2xl:48px; --space-3xl:80px; --space-4xl:112px;
 --text-xs:12px; --text-sm:14px; --text-base:16px; --text-lg:18px; --text-xl:24px; --text-2xl:32px; --text-heading:clamp(30px,3.4vw,48px); --text-display:clamp(60px,6.6vw,100px);
 --ease-out:cubic-bezier(.16,1,.3,1); --ease-in:cubic-bezier(.4,0,1,1); --ease-in-out:cubic-bezier(.65,0,.35,1); --dur-fast:160ms; --dur-base:280ms; --rule-thin:1px; --radius-small:2px;
}
