@layer quartz-base{@keyframes catDraw{0%{stroke-dashoffset:1px}to{stroke-dashoffset:0}}.cat-foot{visibility:hidden;opacity:.65;stroke:var(--gray);fill:none;flex:none;transition:stroke .25s,opacity .25s;display:block;overflow:visible}footer .cat-foot{visibility:visible;margin:0}.cat-foot:hover{stroke:var(--secondary);opacity:1}.cat-foot path{stroke-dasharray:1;stroke-dashoffset:1px;animation-name:catDraw;animation-timing-function:ease;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.cat-foot path{stroke-dashoffset:0;animation:none}}}