.loading-container{z-index:1000;background-color:#ffffffe6;justify-content:center;align-items:center;width:100%;height:100vh;transition:background-color .3s;display:flex}.loading-container.dark{background-color:#111827f2}.loading-content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:1.2rem;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem;transition:all .3s;display:flex;box-shadow:0 10px 40px #0000001a}.loading-container.dark .loading-content{background:#1f2937f2;box-shadow:0 10px 40px #0000004d}.logo-container{background:#fffc;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;margin-bottom:2rem;transition:background .3s;animation:2s ease-in-out infinite pulse;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000026}.loading-container.dark .logo-container{background:#374151cc;box-shadow:0 8px 25px #0000004d}.logo-image{object-fit:contain;z-index:2;width:70%;height:auto}.logo-overlay{z-index:1;background:linear-gradient(145deg,#fff6,#ffffff1a);border-radius:50%;width:100%;height:100%;animation:3s ease-in-out infinite shimmer;position:absolute;top:0;left:0}.spinner{gap:.6rem;margin-bottom:1.2rem;display:flex}.spinner-circle{background:linear-gradient(145deg,#3b82f6,#6366f1);border-radius:50%;width:16px;height:16px;animation:1.4s ease-in-out infinite both bounce}.spinner-circle:first-child{animation-delay:-.32s}.spinner-circle:nth-child(2){animation-delay:-.16s}.loading-text{color:#374151;letter-spacing:.05em;font-size:1.2rem;font-weight:600;transition:color .3s}.loading-container.dark .loading-text{color:#e5e7eb}.dot{opacity:0;animation:1.4s ease-in-out infinite both fadeInOut}.dot:first-child{animation-delay:.2s}.dot:nth-child(2){animation-delay:.4s}.dot:nth-child(3){animation-delay:.6s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes fadeInOut{0%,to{opacity:0}50%{opacity:1}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 8px 25px #3b82f633}50%{transform:scale(1.05);box-shadow:0 10px 30px #6366f14d}to{transform:scale(1);box-shadow:0 8px 25px #3b82f633}}@keyframes shimmer{0%{opacity:.5;background-position:-100% 0}50%{opacity:.8}to{opacity:.5;background-position:100% 0}}
