.yalla-loader{position:fixed;inset:0;z-index:var(--yalla-loader-z,99999999);display:flex;align-items:center;justify-content:center;background:var(--yalla-loader-bg,rgba(4,9,10,.92));backdrop-filter:blur(8px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}.yalla-loader--active{opacity:1;visibility:visible;pointer-events:auto}.yalla-loader__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;min-width:130px;min-height:130px;transform:scale(var(--yalla-loader-scale,1));transform-origin:center}.yalla-loader__text{font-size:11px;letter-spacing:5px;text-transform:uppercase;color:var(--yalla-loader-primary,#fff);font-family:inherit;animation:yallaPulseText 1.4s ease-in-out infinite}.yalla-visual{position:relative}
@keyframes yallaSpin{to{transform:rotate(360deg)}}@keyframes yallaSpinReverse{to{transform:rotate(-360deg)}}@keyframes yallaPulseText{0%,100%{opacity:.42}50%{opacity:1}}@keyframes yallaPulse{0%,100%{transform:scale(.75);opacity:.42}50%{transform:scale(1);opacity:1}}@keyframes yallaBars{0%,100%{transform:scaleY(.25);opacity:.45}50%{transform:scaleY(1);opacity:1}}@keyframes yallaFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes yallaWaveFlag{0%,100%{transform:perspective(260px) rotateY(-10deg) skewY(1deg)}50%{transform:perspective(260px) rotateY(10deg) skewY(-1deg)}}@keyframes yallaTriangleGlow{0%,100%{filter:drop-shadow(0 0 4px var(--yalla-loader-accent));opacity:.72}50%{filter:drop-shadow(0 0 22px var(--yalla-loader-accent));opacity:1}}@keyframes yallaWaveLine{0%,100%{width:12px;opacity:.38}50%{width:48px;opacity:1}}@keyframes yallaRadioWave{0%{transform:translate(-50%,-50%) scale(.65);opacity:.72}100%{transform:translate(-50%,-50%) scale(1.75);opacity:0}}@keyframes yallaPalPulse{0%,100%{transform:scale(.92);filter:drop-shadow(0 0 8px var(--yalla-loader-accent))}50%{transform:scale(1.08);filter:drop-shadow(0 0 22px var(--yalla-loader-accent))}}@keyframes yallaTreeLeafIn{0%,38%{transform:scale(0) rotate(-20deg);opacity:0}62%{transform:scale(1.15) rotate(4deg);opacity:1}100%{transform:scale(1) rotate(0);opacity:1}}@keyframes yallaTreeSway{0%,100%{transform:rotate(-1.5deg)}50%{transform:rotate(1.5deg)}}@keyframes yallaVeganPop{0%,100%{transform:scale(.96);opacity:.82}50%{transform:scale(1.04);opacity:1}}
.yalla-loader--cinematic_rings .yalla-visual{width:78px;height:78px}.yalla-ring{position:absolute;inset:0;border-radius:50%;border:2px solid transparent;border-top-color:var(--yalla-loader-primary);border-right-color:rgba(255,255,255,.25);animation:yallaSpin 1.05s linear infinite}.yalla-ring:nth-child(2){inset:10px;border-top-color:var(--yalla-loader-accent);animation:yallaSpinReverse 1.45s linear infinite}.yalla-ring:nth-child(3){inset:22px;opacity:.72;animation-duration:.85s}.yalla-dot{position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background:var(--yalla-loader-accent);transform:translate(-50%,-50%);box-shadow:0 0 20px var(--yalla-loader-accent)}
.yalla-loader--music_bars .yalla-visual{height:70px;display:flex;align-items:center;gap:7px}.yalla-bar{width:7px;height:54px;background:linear-gradient(to top,var(--yalla-loader-accent),var(--yalla-loader-primary));transform-origin:bottom;animation:yallaBars .9s ease-in-out infinite}.yalla-bar:nth-child(2){animation-delay:.1s}.yalla-bar:nth-child(3){animation-delay:.2s}.yalla-bar:nth-child(4){animation-delay:.3s}.yalla-bar:nth-child(5){animation-delay:.4s}.yalla-bar:nth-child(6){animation-delay:.5s}
.yalla-loader--sound_wave .yalla-visual{width:128px;height:76px;display:flex;align-items:center;justify-content:center;gap:5px}.yalla-wavebar{width:5px;height:48px;border-radius:99px;background:var(--yalla-loader-primary);transform-origin:center;animation:yallaBars 1s ease-in-out infinite}.yalla-wavebar:nth-child(odd){background:var(--yalla-loader-accent)}.yalla-wavebar:nth-child(1),.yalla-wavebar:nth-child(9){height:18px}.yalla-wavebar:nth-child(2),.yalla-wavebar:nth-child(8){height:34px;animation-delay:.12s}.yalla-wavebar:nth-child(3),.yalla-wavebar:nth-child(7){height:50px;animation-delay:.2s}.yalla-wavebar:nth-child(4),.yalla-wavebar:nth-child(6){height:64px;animation-delay:.28s}.yalla-wavebar:nth-child(5){height:76px;animation-delay:.36s}
.yalla-loader--vinyl_record .yalla-visual{width:86px;height:86px}.yalla-vinyl{position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at center,var(--yalla-loader-accent) 0 7px,#050505 8px 17px,#111 18px 20px,#050505 21px 32px,#181818 33px 35px,#050505 36px 100%);border:2px solid var(--yalla-loader-primary);animation:yallaSpin 1.4s linear infinite}.yalla-arm{position:absolute;right:-8px;top:8px;width:38px;height:4px;background:var(--yalla-loader-primary);transform:rotate(34deg);transform-origin:right center}.yalla-arm:after{content:"";position:absolute;left:-5px;top:-4px;width:10px;height:10px;background:var(--yalla-loader-accent);border-radius:50%}
.yalla-loader--mandala .yalla-visual{width:92px;height:92px;animation:yallaSpin 4.5s linear infinite}.yalla-mandala-ring{position:absolute;inset:0;border:1px solid var(--yalla-loader-primary);border-radius:50%}.yalla-mandala-ring:nth-child(2){inset:13px;border-style:dashed;border-color:var(--yalla-loader-accent);animation:yallaSpinReverse 3s linear infinite}.yalla-mandala-ring:nth-child(3){inset:27px;border-width:2px}.yalla-petal{position:absolute;left:50%;top:50%;width:12px;height:34px;border:1px solid var(--yalla-loader-accent);border-radius:50%;transform-origin:50% 0;opacity:.85}.yalla-petal:nth-child(4){transform:rotate(0deg) translate(-50%,-2px)}.yalla-petal:nth-child(5){transform:rotate(45deg) translate(-50%,-2px)}.yalla-petal:nth-child(6){transform:rotate(90deg) translate(-50%,-2px)}.yalla-petal:nth-child(7){transform:rotate(135deg) translate(-50%,-2px)}.yalla-petal:nth-child(8){transform:rotate(180deg) translate(-50%,-2px)}.yalla-petal:nth-child(9){transform:rotate(225deg) translate(-50%,-2px)}.yalla-petal:nth-child(10){transform:rotate(270deg) translate(-50%,-2px)}.yalla-petal:nth-child(11){transform:rotate(315deg) translate(-50%,-2px)}
.yalla-loader--palestine_flag .yalla-visual{width:112px;height:72px;animation:yallaWaveFlag 1.25s ease-in-out infinite;transform-origin:left center;filter:drop-shadow(0 10px 25px rgba(0,0,0,.35))}.yalla-flag{position:absolute;inset:0;overflow:hidden;border:1px solid rgba(255,255,255,.28);background:linear-gradient(to bottom,#000 0 33.33%,#fff 33.33% 66.66%,#159447 66.66% 100%)}.yalla-flag:before{content:"";position:absolute;left:0;top:0;width:0;height:0;border-top:36px solid transparent;border-bottom:36px solid transparent;border-left:48px solid #e4312b}.yalla-flag:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.12),transparent 38%,rgba(0,0,0,.12) 64%,transparent);animation:yallaFloat 1.25s ease-in-out infinite}
.yalla-loader--palestine_pulse .yalla-visual{width:112px;height:112px;display:flex;align-items:center;justify-content:center}.yalla-radio{position:absolute;left:50%;top:50%;width:82px;height:82px;border-radius:50%;border:1px solid var(--yalla-loader-accent);transform:translate(-50%,-50%);animation:yallaRadioWave 1.65s ease-out infinite}.yalla-radio:nth-child(2){animation-delay:.55s;border-color:var(--yalla-loader-primary)}.yalla-radio:nth-child(3){animation-delay:1.1s}.yalla-pal-badge{position:relative;z-index:3;width:70px;height:70px;border-radius:50%;overflow:hidden;background:linear-gradient(to bottom,#000 0 33.33%,#fff 33.33% 66.66%,#159447 66.66% 100%);border:2px solid var(--yalla-loader-primary);box-shadow:0 0 26px rgba(0,0,0,.35);animation:yallaPalPulse 1.25s ease-in-out infinite}.yalla-pal-badge:before{content:"";position:absolute;left:0;top:0;width:0;height:0;border-left:35px solid #e4312b;border-top:35px solid transparent;border-bottom:35px solid transparent}.yalla-pal-badge:after{content:"";position:absolute;left:50%;bottom:6px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:14px solid var(--yalla-loader-primary);transform:translateX(-50%);opacity:.92}
.yalla-loader--red_triangle .yalla-visual{width:92px;height:92px;display:flex;align-items:center;justify-content:center}.yalla-triangle{width:0;height:0;border-left:36px solid transparent;border-right:36px solid transparent;border-top:62px solid var(--yalla-loader-accent);animation:yallaTriangleGlow 1.1s ease-in-out infinite}.yalla-triangle-ring{position:absolute;inset:0;border-radius:50%;border:1px solid var(--yalla-loader-primary);animation:yallaSpin 2.2s linear infinite}
.yalla-loader--pulse_dots .yalla-visual{display:flex;align-items:center;justify-content:center;gap:11px;height:70px}.yalla-pulse-dot{width:14px;height:14px;border-radius:50%;background:var(--yalla-loader-primary);animation:yallaPulse .85s ease-in-out infinite}.yalla-pulse-dot:nth-child(2){background:var(--yalla-loader-accent);animation-delay:.12s}.yalla-pulse-dot:nth-child(3){animation-delay:.24s}.yalla-pulse-dot:nth-child(4){background:var(--yalla-loader-accent);animation-delay:.36s}
.yalla-loader--note_orbit .yalla-visual{width:92px;height:92px;border-radius:50%;border:1px solid var(--yalla-loader-primary)}.yalla-note-orbit{position:absolute;inset:0;animation:yallaSpin 1.25s linear infinite}.yalla-note{position:absolute;top:-11px;left:50%;transform:translateX(-50%);color:var(--yalla-loader-accent);font-size:30px}.yalla-note-center{position:absolute;inset:24px;border-radius:50%;border:2px solid var(--yalla-loader-primary);display:flex;align-items:center;justify-content:center;color:var(--yalla-loader-primary);font-size:20px}
.yalla-loader--waveform_line .yalla-visual{width:130px;height:74px;display:flex;align-items:center;justify-content:center;gap:6px}.yalla-line{height:3px;width:14px;background:var(--yalla-loader-primary);animation:yallaWaveLine 1s ease-in-out infinite}.yalla-line:nth-child(even){background:var(--yalla-loader-accent);animation-delay:.18s}.yalla-line:nth-child(3){animation-delay:.28s}.yalla-line:nth-child(4){animation-delay:.38s}
.yalla-loader--growing_tree .yalla-visual{width:122px;height:122px;animation:yallaTreeSway 2.8s ease-in-out infinite;transform-origin:50% 95%}.yalla-tree-trunk{position:absolute;left:58px;bottom:12px;width:6px;height:66px;background:linear-gradient(to top,#6b4428,var(--yalla-loader-primary));border-radius:99px}.yalla-tree-branch{position:absolute;left:60px;bottom:56px;width:4px;height:42px;background:#7b573d;border-radius:99px;transform-origin:50% 100%;opacity:.95}.yalla-tree-branch.b1{transform:rotate(-48deg)}.yalla-tree-branch.b2{height:48px;transform:rotate(-24deg)}.yalla-tree-branch.b3{height:50px}.yalla-tree-branch.b4{height:48px;transform:rotate(24deg)}.yalla-tree-branch.b5{transform:rotate(48deg)}.yalla-tree-leaf{position:absolute;width:17px;height:11px;background:linear-gradient(135deg,#13823b,var(--yalla-loader-accent));border-radius:100% 0 100% 0;transform-origin:10% 90%;opacity:0;animation:yallaTreeLeafIn 2.4s ease-in-out infinite;box-shadow:0 0 12px var(--yalla-loader-accent)}.yalla-tree-leaf.l1{left:20px;top:35px;animation-delay:.05s}.yalla-tree-leaf.l2{left:34px;top:24px;animation-delay:.18s}.yalla-tree-leaf.l3{left:49px;top:16px;animation-delay:.32s}.yalla-tree-leaf.l4{left:67px;top:18px;animation-delay:.46s}.yalla-tree-leaf.l5{left:83px;top:32px;animation-delay:.6s}.yalla-tree-leaf.l6{left:28px;top:53px;animation-delay:.74s}.yalla-tree-leaf.l7{left:48px;top:45px;animation-delay:.88s}.yalla-tree-leaf.l8{left:71px;top:49px;animation-delay:1.02s}.yalla-tree-leaf.l9{left:87px;top:58px;animation-delay:1.16s}.yalla-tree-leaf.l10{left:39px;top:68px;animation-delay:1.3s}.yalla-tree-leaf.l11{left:62px;top:66px;animation-delay:1.44s}.yalla-tree-leaf.l12{left:75px;top:75px;animation-delay:1.58s}
.yalla-loader--vegan_badge .yalla-visual{width:96px;height:96px;display:flex;align-items:center;justify-content:center;animation:yallaVeganPop 1.35s ease-in-out infinite}.yalla-vegan-circle{position:absolute;inset:0;border-radius:50%;border:2px solid var(--yalla-loader-accent);box-shadow:0 0 28px var(--yalla-loader-accent)}.yalla-vegan-v{position:relative;z-index:2;color:var(--yalla-loader-primary);font-size:48px;line-height:1;font-weight:800;font-family:Arial,sans-serif}.yalla-vegan-leaf{position:absolute;width:24px;height:13px;background:var(--yalla-loader-accent);border-radius:100% 0 100% 0}.yalla-vegan-leaf.one{right:18px;top:22px;transform:rotate(-22deg)}.yalla-vegan-leaf.two{left:18px;bottom:22px;transform:rotate(158deg)}
@media(max-width:767px){.yalla-loader__text{font-size:10px;letter-spacing:4px}.yalla-loader--cinematic_rings .yalla-visual{width:64px;height:64px}.yalla-loader--palestine_flag .yalla-visual{width:96px;height:62px}.yalla-loader--palestine_flag .yalla-flag:before{border-top-width:31px;border-bottom-width:31px;border-left-width:42px}.yalla-loader--palestine_pulse .yalla-visual{width:96px;height:96px}.yalla-loader--growing_tree .yalla-visual{width:105px;height:105px}}
@media(prefers-reduced-motion:reduce){.yalla-loader *{animation-duration:2.5s!important;animation-iteration-count:1!important}}
