.loading-spinner-container{background:linear-gradient(135deg,#1c77b7 0%,#34b0d9 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.spinner-bg-shapes{position:absolute;inset:0;overflow:hidden}.spinner-shape{opacity:.1;border-radius:50%;animation:15s ease-in-out infinite float-gentle;position:absolute}.spinner-shape-1{background:#f5e0b3;width:200px;height:200px;animation-delay:0s;top:10%;left:15%}.spinner-shape-2{background:#e33d35;width:150px;height:150px;animation-delay:5s;bottom:20%;right:20%}.spinner-shape-3{background:#fff;width:180px;height:180px;animation-delay:10s;top:60%;left:10%}@keyframes float-gentle{0%,to{transform:translate(0)scale(1)}33%{transform:translate(15px,-15px)scale(1.05)}66%{transform:translate(-15px,15px)scale(.95)}}.spinner-content{z-index:10;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.plane-spinner{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.plane-icon-spin{color:#fff;filter:drop-shadow(0 4px 8px #0003);z-index:2;width:60px;height:60px;animation:3s ease-in-out infinite fly-rotate;position:relative}.orbit-circle{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:100%;height:100%;animation:1.5s linear infinite spin;position:absolute}@keyframes fly-rotate{0%,to{transform:rotate(0)translateY(0)}25%{transform:rotate(10deg)translateY(-5px)}50%{transform:rotate(0)translateY(0)}75%{transform:rotate(-10deg)translateY(-5px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-message{color:#fff;text-shadow:0 2px 4px #0003;font-size:1.25rem;font-weight:600;animation:2s ease-in-out infinite fadeInOut}@keyframes fadeInOut{0%,to{opacity:1}50%{opacity:.6}}.spinner-dots{align-items:center;gap:.5rem;height:20px;display:flex}.spinner-dots span{background:#fff;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite bounce-dot;box-shadow:0 2px 4px #0003}.spinner-dots span:first-child{animation-delay:0s}.spinner-dots span:nth-child(2){animation-delay:.2s}.spinner-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce-dot{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.spinner-inline{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.plane-spinner-small{justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.plane-icon-spin-small{color:#1c77b7;z-index:2;width:40px;height:40px;animation:3s ease-in-out infinite fly-rotate;position:relative}.orbit-circle-small{border:2px solid #1c77b733;border-top-color:#1c77b7;border-radius:50%;width:100%;height:100%;animation:1.5s linear infinite spin;position:absolute}.spinner-message-small{color:#666;font-size:.875rem;font-weight:500;animation:2s ease-in-out infinite fadeInOut}.spinner-minimal{justify-content:center;align-items:center;padding:2rem;display:flex}.compass-spinner{width:50px;height:50px;position:relative}.compass-circle{border:3px solid #1c77b733;border-top-color:#1c77b7;border-radius:50%;width:100%;height:100%;animation:1s linear infinite spin;position:absolute}.compass-needle{transform-origin:top;background:#e33d35;border-radius:2px;width:3px;height:20px;animation:2s ease-in-out infinite compass-swing;position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)rotate(0)}@keyframes compass-swing{0%,to{transform:translate(-50%,-100%)rotate(-15deg)}50%{transform:translate(-50%,-100%)rotate(15deg)}}@media (max-width:640px){.plane-spinner{width:100px;height:100px}.plane-icon-spin{width:50px;height:50px}.spinner-message{font-size:1rem}.spinner-shape-1,.spinner-shape-2,.spinner-shape-3{transform:scale(.7)}.plane-spinner-small{width:60px;height:60px}.plane-icon-spin-small{width:30px;height:30px}}
