.loading-container{justify-content:center;align-items:center;min-height:200px;padding:2rem;display:flex}.loading-container-fullpage{background:linear-gradient(135deg,#f6b042 0%,#f39c12 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.loading-panel{background:#fffffff2;border:1px solid #e2e8f0e6;border-radius:16px;min-width:280px;padding:28px 32px;box-shadow:0 10px 30px #0f172a14}.loading-container-fullpage .loading-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border-color:#ffffff4d;box-shadow:0 18px 40px #0f172a33}.loading-content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.spinner{display:inline-block;position:relative}.spinner-small{width:40px;height:40px}.spinner-medium{width:60px;height:60px}.spinner-large{width:80px;height:80px}.spinner-ring{border:3px solid #0000;border-top-color:#f39c12;border-radius:50%;animation:1.2s cubic-bezier(.5,0,.5,1) infinite spin;position:absolute}.spinner-ring:first-child{border-width:3px;border-top-color:#f39c12;width:100%;height:100%;animation-delay:0s}.spinner-ring:nth-child(2){border-width:2.5px;border-top-color:#f59e0b;width:75%;height:75%;animation-delay:-.15s;top:12.5%;left:12.5%}.spinner-ring:nth-child(3){border-width:2px;border-top-color:#fbbf24;width:50%;height:50%;animation-delay:-.3s;top:25%;left:25%}.spinner-ring:nth-child(4){border-width:1.5px;border-top-color:#fcd34d;width:25%;height:25%;animation-delay:-.45s;top:37.5%;left:37.5%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-message{color:#333;text-align:center;margin:0;font-size:1rem;font-weight:500;animation:1.5s ease-in-out infinite pulse}.loading-submessage{color:#6b7280;text-align:center;margin:0;font-size:.9rem}.loading-container-fullpage .loading-message{color:#fff;text-shadow:0 2px 4px #0003;font-size:1.1rem}.loading-container-fullpage .loading-submessage{color:#ffffffd9}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.loading-dots{align-items:center;gap:8px;display:inline-flex}.loading-dot{background:#f39c12;border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite both bounce}.loading-dot:first-child{animation-delay:-.32s}.loading-dot:nth-child(2){animation-delay:-.16s}.loading-dot:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s ease-in-out infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:16px;margin-bottom:12px}.skeleton-title{width:60%;height:24px;margin-bottom:16px}.skeleton-card{border-radius:12px;height:200px}
