.luxury-loading-overlay{z-index:99999;pointer-events:all;-webkit-user-select:none;user-select:none;background:#faf8f5;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.luxury-loading-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.luxury-loading-logo{object-fit:contain;filter:drop-shadow(0 4px 15px #c6a46a26);width:auto;height:120px;margin-bottom:30px}.loading-line-wrapper{background:#c6a46a33;border-radius:2px;width:140px;height:2px;margin-bottom:15px;position:relative;overflow:hidden}.loading-line-inner{background:#c6a46a;border-radius:2px;width:30%;height:100%;animation:1.5s ease-in-out infinite alternate slideLine;position:absolute;top:0;left:0}@keyframes slideLine{0%{transform:translate(-20%)}to{transform:translate(250%)}}.luxury-loading-message{font-family:var(--font-heading,"Playfair Display", serif);letter-spacing:3px;color:var(--primary-burgundy,#5e0a0b);text-transform:uppercase;font-size:.95rem;font-weight:500;animation:2s ease-in-out infinite textPulse}@keyframes textPulse{0%,to{opacity:.6}50%{opacity:1}}.luxury-top-progress-bar{z-index:999999;pointer-events:none;background:0 0;width:100%;height:3px;position:fixed;top:0;left:0}.luxury-top-progress-fill{background:linear-gradient(90deg,#c6a46a 0%,#e5c98f 50%,#c6a46a 100%);border-radius:0 2px 2px 0;height:100%;box-shadow:0 0 8px #c6a46a99}.luxury-page-fallback{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;min-height:400px;display:flex}.luxury-page-fallback-ring{border:2px solid #c6a46a33;border-top-color:#c6a46a;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.luxury-page-fallback-text{font-family:var(--font-heading,"Playfair Display", serif);color:#c6a46a;letter-spacing:1.5px;text-transform:uppercase;font-size:.9rem}@keyframes spin{to{transform:rotate(360deg)}}
