.spinner{width:22px;height:22px;border:3px solid rgba(249,115,22,.25);border-top-color:#f97316;border-radius:50%;animation:spin .7s linear infinite}.spinner--lg{width:48px;height:48px;border-width:4px}@keyframes spin{to{transform:rotate(1turn)}}.tf-full-loader{position:relative;width:96px;height:96px}.tf-full-loader,.tf-full-loader-overlay{display:flex;align-items:center;justify-content:center}.tf-full-loader-overlay{position:fixed;inset:0;z-index:9999;background-color:#ffffff}:root.dark .tf-full-loader-overlay{background-color:#0a0a0a}.tf-full-loader-ring{position:absolute;inset:0;border-radius:50%;border:1.5px solid #f97316;opacity:0;animation:tf-full-loader-pulse 1.6s ease-out infinite}.tf-full-loader-ring--inner{animation-delay:0s}.tf-full-loader-ring--outer{animation-delay:.8s}.tf-full-loader-logo{width:36px;height:36px;-o-object-fit:contain;object-fit:contain;position:relative;z-index:1;border-radius:8px}@keyframes tf-full-loader-pulse{0%{transform:scale(.6);opacity:.9}to{transform:scale(1.4);opacity:0}}