.animPulse{animation:.2s Pulse}.invalidshake{animation:.2s ease-in 1.5 shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes Pulse{0%{transform:scale(1)}50%{transform:scale(.85)}to{transform:scale(1)}}@keyframes pulseHintOutline{0%{transform:scale(1)}3.75%{transform:scale(.85)}9.5%{transform:scale(1.1)}25%{transform:scale(1)}}@keyframes pulseSubmitOutline{0%{outline-offset:6px}12.5%{outline-offset:-4px}25%{outline-offset:3px}90%{outline-offset:3px}to{outline-offset:6px}}@keyframes fly-to-target{0%{transform:translate(0)}to{transform:translate(var(--target-x), var(--target-y))}}.fly{animation:.7s forwards fly-to-target}:root{--zlepka-feedback-default-color:var(--color-slate-950);--bg-tile:var(--color-slate-100);--content-tile:var(--color-slate-700);--bg-tile-highlight:var(--color-stone-300);--content-tile-highlight:var(--color-slate-700);--bg-tile-highlight-spangram:var(--color-yellow-400);--bg-tile-highlight-theme:var(--color-blue-300);--text-tile-highlight-hint:var(--color-slate-900)}[class~=dark]{--zlepka-feedback-default-color:var(--color-slate-300);--bg-tile:var(--color-slate-700);--content-tile:var(--color-slate-300);--bg-tile-highlight:var(--color-stone-300);--content-tile-highlight:var(--color-slate-700);--bg-tile-highlight-spangram:var(--color-yellow-400);--bg-tile-highlight-theme:var(--color-blue-300);--text-tile-highlight-hint:var(--color-slate-200)}
