#preloader{position:fixed;inset:0;z-index:9999;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:28px;transition:opacity .7s ease,visibility .7s ease;backdrop-filter:blur(5px)}#preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.pl-logo{width:min(290px,90vw);display:block;overflow:visible}.pl-bar-wrap{width:min(200px,50vw);height:1px;background:rgba(27,56,92,.1);border-radius:1px;overflow:hidden;position:relative}.pl-bar-wrap::after{content:'';position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,#fa0,#fec30c,#fcee21);animation:plBar 5s linear infinite}#pl-mark{animation:plMarkWipe 5s cubic-bezier(.4,0,.2,1) infinite}#pl-star{transform-box:fill-box;transform-origin:center;animation:plStarPop 5s cubic-bezier(.34,1.56,.64,1) infinite}#pl-swoosh-stroke{fill:none;stroke:url(#plGold);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2000;animation:plSwooshDraw 5s ease-in-out infinite}#pl-swoosh-fill{animation:plSwooshFill 5s ease-in-out infinite}#pl-l1{animation:plLetter 5s cubic-bezier(.16,1,.3,1) infinite 0s}#pl-l2{animation:plLetter 5s cubic-bezier(.16,1,.3,1) infinite .1s}#pl-l3{animation:plLetter 5s cubic-bezier(.16,1,.3,1) infinite .2s}#pl-l4{animation:plLetter 5s cubic-bezier(.16,1,.3,1) infinite .3s}#pl-l5{animation:plLetter 5s cubic-bezier(.16,1,.3,1) infinite .4s}#pl-l6{animation:plLetter 5s cubic-bezier(.16,1,.3,1) infinite .5s}@keyframes plBar{0%{width:0;opacity:1}79%{width:100%;opacity:1}100%,81%{width:0;opacity:0}}@keyframes plMarkWipe{0%,1%{clip-path:inset(100% 0 0 0);opacity:1}18%{clip-path:inset(0 0 0 0);opacity:1}70%{clip-path:inset(0 0 0 0);opacity:1}80%{clip-path:inset(0 0 0 0);opacity:0}100%,81%{clip-path:inset(100% 0 0 0);opacity:0}}@keyframes plStarPop{0%,13%{transform:scale(0) rotate(-25deg);opacity:0}23%{transform:scale(1) rotate(0);opacity:1}70%{transform:scale(1) rotate(0);opacity:1}100%,79%{transform:scale(0) rotate(25deg);opacity:0}}@keyframes plSwooshDraw{0%,7%{stroke-dashoffset:2000;opacity:1}36%{stroke-dashoffset:0;opacity:1}47%{stroke-dashoffset:0;opacity:0}100%{stroke-dashoffset:0;opacity:0}}@keyframes plSwooshFill{0%,33%{opacity:0}46%{opacity:1}70%{opacity:1}100%,80%{opacity:0}}@keyframes plLetter{0%,10%{opacity:0;transform:translateY(20px)}22%{opacity:1;transform:translateY(0)}70%{opacity:1;transform:translateY(0)}100%,79%{opacity:0;transform:translateY(-12px)}}@media (prefers-reduced-motion:reduce){#pl-l1,#pl-l2,#pl-l3,#pl-l4,#pl-l5,#pl-l6,#pl-mark,#pl-star,#pl-swoosh-fill,#pl-swoosh-stroke,.pl-bar-wrap::after{animation:none;opacity:1;clip-path:none;transform:none;stroke-dashoffset:0;width:100%}}