@keyframes scale-mobile{0%,to{transform:scale(.95)}50%{transform:scale(1.05)}}@keyframes scale-small{0%,to{transform:scale(.9)}50%{transform:scale(1.1)}}@keyframes scale-medium{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes scale-large{0%,to{transform:scale(.95)}50%{transform:scale(1.1)}}@keyframes scale-xl{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.logo-scale-animation{animation:scale-mobile 3s ease-in-out infinite;transform-origin:center}@media (min-width:640px){.logo-scale-animation{animation:scale-small 2.5s ease-in-out infinite}}@media (min-width:768px){.logo-scale-animation{animation:scale-medium 2s ease-in-out infinite}}@media (min-width:1024px){.logo-scale-animation{animation:scale-large 3.5s ease-in-out infinite}}@media (min-width:1280px){.logo-scale-animation{animation:scale-xl 4s ease-in-out infinite}}.logo-scale-animation:hover{animation-play-state:paused;transform:scale(1.1);transition:transform .3s ease-in-out}.logo-scale-animation:active{transform:scale(.95);transition:transform .1s ease-in-out}.logo-scale-animation:focus{outline:2px solid #3b82f6;outline-offset:4px;border-radius:8px}@media (prefers-reduced-motion:reduce){.logo-scale-animation{animation:none;transform:scale(1)}.logo-scale-animation:hover{transform:scale(1.05)}}