@keyframes pulseGlow{0%,to{text-shadow:0 0 6px rgba(255,223,70,.3)}50%{text-shadow:0 0 12px rgba(255,223,70,.6)}}.toolbar-inner{display:flex;align-items:center;justify-content:space-between;gap:10px}.toolbar-button{text-align:center}.toolbar-small{flex-grow:0;width:100px}.toolbar-grow{flex-grow:1;font-size:18px;font-weight:700;padding:5px 10px}@media (min-width:768px){.toolbar-grow{padding:10px 30px}}.item-content:has(input[type=checkbox]:checked){font-style:italic;animation:pulseGlow 1.5s infinite ease-in-out}.item-content{transition:text-shadow .5s ease-out,font-style .5s ease-out}