.neon-text-stage{display:grid;place-items:center;place-content:center}.neon-text-stage__word{margin:0;color:var(--neon-fg,#f0fdff);font-size:clamp(1.4rem,3vw,2.4rem);font-weight:800;letter-spacing:.06em;white-space:nowrap;text-shadow:0 0 2px currentColor,0 0 calc(8px * var(--neon-intensity, 1)) var(--neon-accent),0 0 calc(18px * var(--neon-intensity, 1)) var(--neon-accent-2),0 0 calc(30px * var(--neon-intensity, 1)) var(--neon-accent);animation-duration:var(--neon-duration,2.5s);animation-iteration-count:infinite}.pattern-preview--inspector .neon-text-stage__word{font-size:clamp(2rem,4vw,3.4rem)}.neon-text-stage--sign .neon-text-stage__word{animation-name:neon-sign;animation-timing-function:steps(20)}.neon-text-stage--console .neon-text-stage__word{animation-name:neon-pulse;animation-timing-function:steps(2)}.neon-text-stage--quiet .neon-text-stage__word{animation-name:neon-ambient;animation-timing-function:ease-in-out;animation-direction:alternate}@keyframes neon-sign{0%,36%,46%,to{opacity:1}38%,44%{opacity:.55}}@keyframes neon-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes neon-ambient{0%{opacity:.85}to{opacity:1}}@media (prefers-reduced-motion:reduce){.neon-text-stage__word{animation:none}}