/*! UniCore 3.19.1 | https://www.unistudio.co | (c) 2023 - 2024 UniStudio | MIT License */.uc-spinner>*{animation:uc-spinner-rotate 1.4s linear infinite}@keyframes uc-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(270deg)}}.uc-spinner>*>*{stroke-dasharray:88px;stroke-dashoffset:0;transform-origin:center;animation:uc-spinner-dash 1.4s ease-in-out infinite;stroke-width:1;stroke-linecap:round}@keyframes uc-spinner-dash{0%{stroke-dashoffset:88px}50%{stroke-dashoffset:22px;transform:rotate(135deg)}100%{stroke-dashoffset:88px;transform:rotate(450deg)}}*{--uc-inverse:initial}.uc-light{--uc-inverse:light}.uc-dark{--uc-inverse:dark}.uc-inverse-light{--uc-inverse:light!important}.uc-inverse-dark{--uc-inverse:dark!important}