.loading-spinner{width:32px;height:32px;border:3px solid var(--border-color,rgba(0,0,0,.1));border-top-color:var(--primary-color,#009dff);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.global-loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999}.global-loader-box{display:flex;flex-direction:column;align-items:center;gap:16px}.global-loader-text{color:#fff;font-size:16px;font-weight:600}