.mtl-loading-overlay{z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.mtl-loading-overlay.mtl-loading-light{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2}.mtl-loading-overlay.mtl-loading-dark{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9}.mtl-loading-container{flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.mtl-loading-animation{flex-direction:column;align-items:center;gap:15px;display:flex}.mtl-car-container{flex-direction:column;align-items:center;display:flex;position:relative}.mtl-car{animation:3s ease-in-out infinite mtl-drive;position:relative}.mtl-car-body{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;width:80px;height:20px;position:relative;box-shadow:0 4px 12px #2563eb4d}.mtl-car-body:before{content:"";background:linear-gradient(135deg,#60a5fa,#3b82f6);border-radius:8px 8px 0 0;height:8px;position:absolute;top:-2px;left:10px;right:10px}.mtl-car-top{background:linear-gradient(135deg,#1e40af,#1e3a8a);border-radius:8px 8px 0 0;width:40px;height:15px;position:absolute;top:-12px;left:20px;box-shadow:0 2px 8px #1e40af66}.mtl-wheels{justify-content:space-between;width:100%;padding:0 8px;display:flex;position:absolute;bottom:-8px}.mtl-wheel{background:#1f2937;border:3px solid #374151;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite mtl-spin;box-shadow:inset 0 0 8px #00000080,0 2px 4px #0000004d}.mtl-wheel:before{content:"";background:#6b7280;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mtl-dots{align-items:center;gap:8px;display:flex}.mtl-dot{background:#6b7280;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite mtl-dot-pulse}.mtl-dot:first-child{animation-delay:0s}.mtl-dot:nth-child(2){animation-delay:.3s}.mtl-dot:nth-child(3){animation-delay:.6s}.mtl-loading-message{text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}.mtl-loading-light .mtl-loading-message{color:#374151}.mtl-loading-dark .mtl-loading-message{color:#f9fafb}.mtl-loading-light .mtl-dot{background:#2563eb}.mtl-loading-dark .mtl-dot{background:#60a5fa}.mtl-loading-small .mtl-car-body{width:60px;height:15px}.mtl-loading-small .mtl-car-top{width:30px;height:12px;top:-10px;left:15px}.mtl-loading-small .mtl-wheel{border-width:2px;width:12px;height:12px}.mtl-loading-small .mtl-wheel:before{width:4px;height:4px}.mtl-loading-small .mtl-road{width:90px}.mtl-loading-small .mtl-dot{width:6px;height:6px}.mtl-loading-small .mtl-loading-message{font-size:14px}.mtl-loading-large .mtl-car-body{width:100px;height:25px}.mtl-loading-large .mtl-car-top{width:50px;height:18px;top:-15px;left:25px}.mtl-loading-large .mtl-wheel{border-width:4px;width:20px;height:20px}.mtl-loading-large .mtl-wheel:before{width:8px;height:8px}.mtl-loading-large .mtl-road{width:150px;height:5px}.mtl-loading-large .mtl-dot{width:10px;height:10px}.mtl-loading-large .mtl-loading-message{font-size:18px}@keyframes mtl-drive{0%,to{transform:translateY(0)}25%{transform:translateY(-2px)}75%{transform:translateY(1px)}}@keyframes mtl-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes mtl-road-move{0%{left:-50px}to{left:120px}}@keyframes mtl-dot-pulse{0%,80%,to{opacity:.5;transform:scale(1)}40%{opacity:1;transform:scale(1.2)}}@media (width<=768px){.mtl-loading-container{gap:15px}.mtl-loading-animation{gap:20px}}
