.loader-container{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#fffffff2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loader-wrapper{flex-direction:column;align-items:center;gap:24px;display:flex}.spinner-group{justify-content:center;align-items:center;display:flex;position:relative}.spinner{background:conic-gradient(#0000 30%,#2563eb);border-radius:50%;width:100px;height:100px;animation:1s linear infinite spin;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 5px),#fff 0);mask:radial-gradient(farthest-side,#0000 calc(100% - 5px),#fff 0)}.logo-pulse{animation:2s ease-in-out infinite pulse;position:absolute}.logo-pulse img{object-fit:contain;width:50px;height:50px}.loading-text{color:#374151;align-items:flex-end;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1.1rem;font-weight:500;display:flex}.dot{animation:dotFade 1.4s infinite hanging;opacity:0}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes dotFade{0%,to{opacity:0}50%{opacity:1}}
