.loader-overlay{z-index:9999;background:#fff;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loader-spinner{border:3px solid #e5e7eb;border-top-color:#111827;border-radius:50%;width:40px;height:40px;animation:.7s linear infinite loader-spin}@keyframes loader-spin{to{transform:rotate(360deg)}}
