/* LOOPDemo — base resets and utility overrides */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
a { color: inherit; }
canvas { display: block; }
