.handwritten-stage{display:grid;place-items:center;place-content:center}.handwritten-stage__svg{width:min(92%,280px);height:auto;filter:drop-shadow(0 0 18px var(--handwritten-glow));overflow:visible}.pattern-preview--inspector .handwritten-stage__svg{width:min(82%,460px)}.handwritten-stage__word{fill:var(--handwritten-accent);font-family:Brush Script MT,Segoe Script,Snell Roundhand,cursive;font-weight:700;letter-spacing:0}.handwritten-stage__mask-stroke{stroke-width:calc(var(--handwritten-mask-base-width, 70px) * var(--handwritten-intensity, 1));stroke-dasharray:1;stroke-dashoffset:1;animation:handwritten-reveal var(--handwritten-duration,5s) cubic-bezier(.55,.05,.35,.95) infinite}@keyframes handwritten-reveal{0%,6%{stroke-dashoffset:1}46%{stroke-dashoffset:0}82%{stroke-dashoffset:0}92%,to{stroke-dashoffset:1}}@media (prefers-reduced-motion:reduce){.handwritten-stage__mask-stroke{animation:none;stroke-dashoffset:0}}