@keyframes writing{0%,to{transform:rotate(-30deg)translate(0)}25%{transform:rotate(-45deg)translate(-5px)}75%{transform:rotate(-20deg)translate(3px)}}@keyframes notepad-shake{0%,to{transform:translate(0)}50%{transform:translate(-1px)}}@keyframes ticket-fly{0%{opacity:0;transform:translate(-80px)translateY(30px)rotate(-15deg)scale(.5)}20%{opacity:1;transform:translate(-40px)translateY(0)rotate(-5deg)scale(.8)}50%{opacity:1;transform:translate(0)translateY(-20px)rotate(5deg)scale(1)}80%{opacity:1;transform:translate(60px)translateY(-5px)rotate(0)scale(1)}to{opacity:0;transform:translate(100px)translateY(0)rotate(0)scale(.8)}}@keyframes pot-bob{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-3px)rotate(2deg)}}@keyframes pan-bob{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-2px)rotate(3deg)}}@keyframes flame-flicker{0%,to{opacity:.9;transform:scaleX(1)scaleY(1)}25%{opacity:1;transform:scaleX(.8)scaleY(1.2)}50%{opacity:.8;transform:scaleX(1.1)scaleY(.9)}75%{opacity:1;transform:scaleX(.9)scaleY(1.1)}}@keyframes steam-rise{0%{opacity:0;transform:translateY(0)scale(.5)}30%{opacity:.7;transform:translateY(-8px)scale(1)}to{opacity:0;transform:translateY(-25px)scale(1.5)}}@keyframes text-dots{0%,20%{content:"Placing your order"}40%{content:"Placing your order."}60%{content:"Placing your order.."}80%,to{content:"Placing your order..."}}@keyframes head-nod{0%,to{transform:rotate(0)}50%{transform:rotate(5deg)}}.order-loader{flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:40px;display:flex}.scene{justify-content:space-between;align-items:flex-end;width:340px;height:200px;display:flex;position:relative}.waiter{width:60px;height:120px;animation:1.5s ease-in-out infinite head-nod;position:relative}.waiter .head{position:absolute;top:0;left:50%;transform:translate(-50%)}.waiter .hat{background:#1a1a1a;border-radius:3px 3px 0 0;width:28px;height:10px;margin:0 auto}.waiter .hat:before{content:"";background:#1a1a1a;border-radius:50% 50% 0 0;width:36px;height:10px;position:absolute;top:-8px;left:-4px}.waiter .face{background:#f5d0b0;border-radius:0 0 8px 8px;width:22px;height:18px;margin:0 auto}.waiter .body{background:linear-gradient(135deg,#2c2c2c 50%,#1a1a1a 50%);border-radius:4px 4px 0 0;width:30px;height:50px;position:absolute;top:28px;left:50%;transform:translate(-50%)}.waiter .arm-writing{transform-origin:top;background:#1a1a1a;border-radius:5px;width:10px;height:35px;animation:.6s ease-in-out infinite writing;position:absolute;top:38px;left:60px;transform:rotate(-30deg)}.waiter .pen{background:linear-gradient(gold 60%,#b8860b 60%);border-radius:2px;width:4px;height:18px;position:absolute;bottom:-14px;left:50%;transform:translate(-50%)}.notepad{background:#fff8e7;border:2px solid #e0d4b0;border-radius:4px;width:55px;height:70px;padding:8px 6px;animation:.3s ease-in-out infinite notepad-shake;position:absolute;bottom:30px;left:100px;box-shadow:2px 2px 8px #00000026}.notepad .line{background:#c5a080;border-radius:2px;height:3px;margin-bottom:10px}.notepad .line:nth-child(2){width:90%}.notepad .line:nth-child(3){width:75%}.notepad .line:nth-child(4){width:60%}.ticket{background:#fff;border:2px dashed #ff6b35;border-radius:4px;flex-direction:column;gap:4px;width:45px;height:35px;padding:5px 4px;animation:3s ease-in-out infinite ticket-fly;display:flex;position:absolute;bottom:60px;left:140px;box-shadow:1px 1px 6px #ff6b354d}.ticket-line{background:#ff6b35;border-radius:2px;height:3px}.ticket-line:nth-child(2){width:80%}.ticket-line:nth-child(3){width:60%}.kitchen{width:90px;height:130px;position:relative}.hood{background:linear-gradient(135deg,#d0d0d0,#a0a0a0);border-radius:8px 8px 0 0;width:80px;height:30px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:inset 0 -5px 10px #0003}.hood:after{content:"";background:#555;border-radius:0 0 5px 5px;width:20px;height:30px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.stove{background:linear-gradient(#505050,#404040);border-radius:8px;width:90px;height:90px;position:absolute;bottom:0;left:0;box-shadow:0 4px 12px #0006}.pot{background:linear-gradient(#888,#666);border-top:3px solid #aaa;border-radius:0 0 8px 8px;width:28px;height:22px;animation:1.2s ease-in-out infinite pot-bob;position:absolute;top:15px;left:8px}.pot:before{content:"";background:#888;border-radius:3px;width:34px;height:6px;position:absolute;top:-6px;left:-3px}.pot:after{content:"";background:#8b4513;border-radius:50%;width:18px;height:8px;position:absolute;top:2px;left:50%;transform:translate(-50%)}.pan{background:linear-gradient(#444,#333);border-radius:50%;width:26px;height:8px;animation:1.5s ease-in-out infinite pan-bob;position:absolute;top:18px;right:10px}.pan:before{content:"";background:#333;border-radius:2px;width:14px;height:4px;position:absolute;top:2px;right:-12px}.flame{opacity:0;background:linear-gradient(gold,#ff4500);border-radius:50%/60% 60% 40% 40%;width:10px;height:18px;animation:.4s ease-in-out infinite flame-flicker;position:absolute;bottom:5px}.flame-1{animation-delay:0s;left:20px}.flame-2{opacity:0;animation:.4s ease-in-out .2s infinite flame-flicker;right:30px}@keyframes flame-appear{0%,40%{opacity:0}60%,to{opacity:1}}.stove{animation:3s ease-in-out infinite flame-appear}.flame{animation:3s ease-in-out infinite flame-appear,.4s ease-in-out infinite flame-flicker}.steam{filter:blur(2px);background:#fff9;border-radius:50%;width:6px;height:6px;position:absolute}.steam.s1{animation:1.5s ease-out infinite steam-rise;top:-15px;left:22px}.steam.s2{animation:1.5s ease-out .5s infinite steam-rise;top:-18px;left:28px}.steam.s3{animation:1.5s ease-out 1s infinite steam-rise;top:-12px;left:18px}.loader-text{color:#333;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:500}.loader-text:after{content:"";animation:1.5s steps(4,end) infinite text-dots}@media (width<=600px){.order-loader{gap:16px;padding:24px}.loader-text{font-size:14px}}@media (prefers-reduced-motion:reduce){.waiter-static .head,.waiter-static .arm-writing,.notepad-static,.ticket-static,.kitchen-static .stove,.kitchen-static .flame,.kitchen-static .steam,.loader-static:after{animation:none!important}.kitchen-static .flame{opacity:1!important}.kitchen-static .stove{animation:none!important}}.ready-loader{flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:32px;display:flex}.ready-scene{justify-content:space-between;align-items:flex-end;width:300px;height:180px;display:flex;position:relative}.waiter-catch{width:55px;height:100px;animation:2s ease-in-out infinite head-bob;position:relative}.waiter-catch .head{position:absolute;top:0;left:50%;transform:translate(-50%)}.waiter-catch .hat{background:#1a1a1a;border-radius:3px 3px 0 0;width:26px;height:10px;margin:0 auto}.waiter-catch .hat:before{content:"";background:#1a1a1a;border-radius:50% 50% 0 0;width:34px;height:10px;position:absolute;top:-8px;left:-4px}.waiter-catch .face{background:#f5d0b0;border-radius:0 0 8px 8px;width:20px;height:16px;margin:0 auto}.waiter-catch .body{background:linear-gradient(135deg,#2c2c2c 50%,#1a1a1a 50%);border-radius:4px 4px 0 0;width:28px;height:42px;position:absolute;top:26px;left:50%;transform:translate(-50%)}.notepad-ready{background:#fff8e7;border:2px solid #e0d4b0;border-radius:4px;width:50px;height:65px;padding:8px 5px;animation:.3s ease-in-out infinite notepad-shake;position:absolute;bottom:30px;left:30px;box-shadow:2px 2px 6px #0000001a}.notepad-ready .line{background:#c5a080;border-radius:2px;height:3px;margin-bottom:8px}.notepad-ready .line:nth-child(2){width:85%}.notepad-ready .line:nth-child(3){width:65%}.notepad-ready .check-mark{background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;animation:.5s ease-out 1.5s forwards check-pop;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.notepad-ready .check-mark:after{content:"";border-bottom:3px solid #fff;border-left:3px solid #fff;width:10px;height:5px;transform:rotate(-45deg)translate(1px,-1px)}.ticket-flying{background:#fff;border:2px dashed #22c55e;border-radius:4px;width:45px;height:35px;padding:5px 4px;animation:2.5s ease-in-out infinite ticket-fly-ready;position:absolute;bottom:50px;left:160px;box-shadow:1px 1px 6px #22c55e40}.ticket-flying .ticket-line{background:#22c55e;border-radius:2px;height:3px}.ticket-flying .ticket-line:nth-child(2){width:80%}.ticket-flying .ticket-line:nth-child(3){width:60%}.kitchen-left{width:80px;height:110px;position:relative}.kitchen-left .hood-left{background:linear-gradient(135deg,#d0d0d0,#a0a0a0);border-radius:8px 8px 0 0;width:70px;height:28px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:inset 0 -5px 10px #0003}.kitchen-left .stove-left{background:linear-gradient(#505050,#404040);border-radius:8px;width:80px;height:80px;position:absolute;bottom:0;left:0;box-shadow:0 4px 12px #0006}.kitchen-left .pot-left{background:linear-gradient(#888,#666);border-top:3px solid #aaa;border-radius:0 0 8px 8px;width:24px;height:18px;animation:1.2s ease-in-out infinite pot-bob;position:absolute;top:12px;left:10px}.kitchen-left .pot-left:before{content:"";background:#888;border-radius:3px;width:28px;height:6px;position:absolute;top:-6px;left:-2px}.kitchen-left .pot-left:after{content:"";background:#8b4513;border-radius:50%;width:14px;height:6px;position:absolute;top:2px;left:50%;transform:translate(-50%)}.kitchen-left .pan-left{background:linear-gradient(#444,#333);border-radius:50%;width:24px;height:7px;animation:1.5s ease-in-out infinite pan-bob;position:absolute;top:14px;right:8px}.kitchen-left .pan-left:before{content:"";background:#333;border-radius:2px;width:12px;height:3px;position:absolute;top:2px;right:-10px}.kitchen-left .flame-left{background:linear-gradient(gold,#ff4500);border-radius:50%/60% 60% 40% 40%;width:10px;height:18px;animation:.4s ease-in-out infinite flame-flicker;position:absolute;bottom:6px}.kitchen-left .flame-left:nth-child(2){animation-delay:0s;left:22px}.kitchen-left .flame-left:nth-child(3){animation-delay:.2s;right:24px}.kitchen-left .steam-left{filter:blur(2px);background:#fff9;border-radius:50%;width:6px;height:6px;animation:1.5s ease-out infinite steam-rise;position:absolute}.kitchen-left .steam-left:nth-child(4){animation-delay:0s;top:-10px;left:20px}.kitchen-left .steam-left:nth-child(5){animation-delay:.5s;top:-14px;left:28px}.kitchen-left .steam-left:nth-child(6){animation-delay:1s;top:-8px;left:16px}.bell-ding{background:gold;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;animation:2.5s ease-in-out infinite bell-ring;display:flex;position:absolute;top:-30px;left:50%;transform:translate(-50%);box-shadow:0 0 0 3px #ffd7004d}.bell-ding:after{content:"!";color:#b8860b;font-size:18px;font-weight:900}@keyframes head-bob{0%,to{transform:rotate(0)}50%{transform:rotate(5deg)}}@keyframes ticket-fly-ready{0%{opacity:0;left:160px;transform:translate(-40px)translateY(20px)rotate(-10deg)scale(.6)}20%{opacity:1;transform:translate(-10px)translateY(0)rotate(-3deg)scale(.9)}60%{opacity:1;left:180px;transform:translate(30px)translateY(-10px)rotate(2deg)scale(1)}to{opacity:0;left:200px;transform:translate(60px)translateY(-20px)rotate(0)scale(.8)}}@keyframes check-pop{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}60%{opacity:1;transform:translate(-50%,-50%)scale(1.2)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes bell-ring{0%,5%{transform:translate(-50%)rotate(-3deg)}10%{transform:translate(-50%)rotate(3deg)}15%{transform:translate(-50%)rotate(-1deg)}20%{transform:translate(-50%)rotate(0)}to{transform:translate(-50%)rotate(0)}}@media (prefers-reduced-motion:reduce){.waiter-catch,.notepad-ready,.ticket-flying,.kitchen-left .stove,.kitchen-left .pot-left,.kitchen-left .pan-left,.kitchen-left .flame-left,.kitchen-left .steam-left,.notepad-ready .line,.loader-text:after,.bell-ding{animation:none!important}.ticket-flying{opacity:1;left:180px;transform:translate(30px)translateY(-10px)rotate(2deg)scale(1)}}
