.loader-container{justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}.loader-container.full-screen{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#fffc;width:100vw;height:100vh;position:fixed;top:0;left:0}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.spinner.small{border-width:2px;width:20px;height:20px}.spinner.large{border-width:4px;width:60px;height:60px}@keyframes spin{to{transform:rotate(360deg)}}
