#page-loader{z-index:999999;opacity:1;visibility:visible;background:#000;justify-content:center;align-items:center;transition:opacity .9s,visibility .9s;display:flex;position:fixed;inset:0}#page-loader.hide{opacity:0;visibility:hidden}.loader-wrapper{flex-direction:column;align-items:center;animation:1s forwards fadeInUp;display:flex;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.gold-ring{border:3px solid #ffd7642e;border-radius:50%;animation:2.5s linear infinite spin;position:absolute}.back-ring{filter:blur(1px);border-top-color:#f4d66c;width:180px;height:180px;animation-duration:3.2s}.front-ring{border-bottom-color:#f4d66c;width:130px;height:130px;animation-duration:2s;animation-direction:reverse}@keyframes spin{to{transform:rotate(360deg)}}.loader-logo{z-index:10;filter:drop-shadow(0 0 10px #ffd76480);width:170px;height:auto;animation:2.5s ease-in-out infinite glowPulse}@keyframes glowPulse{0%{filter:drop-shadow(0 0 4px #ffd7644d)}50%{filter:drop-shadow(0 0 18px #ffd764b3)}to{filter:drop-shadow(0 0 4px #ffd7644d)}}.gold-line{background:linear-gradient(90deg,#0000,#f4d66c,#0000);width:160px;height:2px;margin-top:22px;position:relative;overflow:hidden}.gold-shimmer{filter:blur(4px);background:#ffd979;width:40px;height:100%;animation:1.6s infinite shimmer;position:absolute}@keyframes shimmer{0%{left:-40px}to{left:160px}}.sparkle{filter:blur(1px);background:#ffe08a;border-radius:50%;width:6px;height:6px;animation:3s ease-in-out infinite sparkleFloat;position:absolute}.sparkle-1{animation-delay:0s;top:-40px;left:80px}.sparkle-2{animation-delay:.5s;top:20px;left:-40px}.sparkle-3{animation-delay:1s;top:60px;left:150px}@keyframes sparkleFloat{0%{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.4)}to{opacity:0;transform:scale(.8)}}
