.studio-refresh-btn{transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,opacity .18s ease}.studio-refresh-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(194,65,12,.12)}.studio-refresh-btn:active:not(:disabled){transform:translateY(1px) scale(.98)}.studio-refresh-btn[data-refreshing=true]{opacity:.92;cursor:wait}.studio-refresh-icon{flex-shrink:0;transform-origin:center;will-change:auto}.studio-refresh-btn[data-refreshing=true] .studio-refresh-icon,.studio-refresh-icon--spin{animation:studio-refresh-spin 1s linear infinite!important;will-change:transform;transition:none!important}@keyframes studio-refresh-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.studio-refresh-btn:active:not(:disabled),.studio-refresh-btn:hover:not(:disabled){transform:none}.studio-refresh-btn[data-refreshing=true] .studio-refresh-icon,.studio-refresh-icon--spin{animation-duration:1.6s!important}}