.modal-overlay.svelte-7gt4bm{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content.svelte-7gt4bm{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:3rem;text-align:center;color:#fff;width:90%;border:2px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d}.modal-content.svelte-7gt4bm h2:where(.svelte-7gt4bm){font-size:2.5rem;margin-bottom:1rem;margin-top:.25rem}.subtitle.svelte-7gt4bm{font-size:1.1rem;margin-bottom:2rem;opacity:.9}@media(max-width:768px){.modal-content.svelte-7gt4bm{padding:2rem;width:95%}.modal-content.svelte-7gt4bm h2:where(.svelte-7gt4bm){font-size:2rem}.subtitle.svelte-7gt4bm{font-size:1rem}}@media(max-width:480px){.modal-content.svelte-7gt4bm{padding:1.5rem}.modal-content.svelte-7gt4bm h2:where(.svelte-7gt4bm){font-size:1.8rem}}.game-container.svelte-hy9bcf{position:relative;z-index:1;width:100%}.start-screen.svelte-hy9bcf{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center;padding:2rem}.start-screen.svelte-hy9bcf h1:where(.svelte-hy9bcf){font-size:3.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color1),var(--primary-color2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.start-screen.svelte-hy9bcf .pizza-icon:where(.svelte-hy9bcf){-webkit-text-fill-color:white}.start-screen.svelte-hy9bcf p:where(.svelte-hy9bcf){font-size:1.3rem;margin-bottom:2rem;opacity:.9;font-family:Work Sans,sans-serif}.start-buttons.svelte-hy9bcf{display:flex;gap:1.5rem;margin-bottom:3rem;align-items:center}.start-button.svelte-hy9bcf{background:linear-gradient(135deg,var(--primary-color1),var(--primary-color2));color:var(--background-color);border:none;padding:1rem 2rem;font-size:1.2rem;border-radius:12px;cursor:pointer;font-family:JetBrains Mono Variable,monospace;font-weight:700;transition:all .3s ease;position:relative;overflow:hidden}.start-button.svelte-hy9bcf:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.start-button.svelte-hy9bcf:hover:before{left:100%}.start-button.svelte-hy9bcf:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff8a0066}.leaderboard-link.svelte-hy9bcf{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color);border:1px solid rgba(255,255,255,.2);padding:1rem 2rem;font-size:1.1rem;border-radius:12px;text-decoration:none;font-family:JetBrains Mono Variable,monospace;font-weight:500;transition:all .3s ease}.leaderboard-link.svelte-hy9bcf:hover{background:#ffffff26;border-color:var(--secondary-color1);box-shadow:0 4px 15px #0079ff4d;transform:translateY(-2px)}.instructions.svelte-hy9bcf{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;max-width:600px;margin:0 auto}.instructions.svelte-hy9bcf h3:where(.svelte-hy9bcf){color:var(--primary-color1);margin-bottom:1rem;font-size:1.3rem}.instructions.svelte-hy9bcf ul:where(.svelte-hy9bcf){text-align:left;line-height:1.8;font-family:Work Sans,sans-serif}.instructions.svelte-hy9bcf li:where(.svelte-hy9bcf){margin-bottom:.5rem;opacity:.9}.game-ui.svelte-hy9bcf{max-width:1200px;margin:0 auto;color:#fff;height:100vh;display:flex;flex-direction:column}.game-content.svelte-hy9bcf{flex:1;overflow-y:auto;padding:1rem;padding-bottom:0}.bottom-section.svelte-hy9bcf{position:sticky;bottom:0;background:#242424f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);z-index:10;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #0000004d;padding:1rem 2.5rem 2.5rem}@media(max-width:768px){.game-ui.svelte-hy9bcf{margin:0 auto}}.stats.svelte-hy9bcf{display:flex;justify-content:space-around;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1rem;margin-bottom:2rem}.stat-item.svelte-hy9bcf{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:700}@keyframes svelte-hy9bcf-pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.orders-section.svelte-hy9bcf{margin-bottom:2rem}.orders-section.svelte-hy9bcf h3:where(.svelte-hy9bcf){text-align:center;margin-bottom:1rem;color:var(--primary-color1);font-size:1.5rem}.orders-list.svelte-hy9bcf{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.order-card.svelte-hy9bcf{background:#ffffff14;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1rem;min-width:200px;transition:all .3s ease}.order-card.svelte-hy9bcf:hover{background:#ffffff1f;border-color:var(--secondary-color1);transform:translateY(-2px);box-shadow:0 4px 20px #0079ff33;transition:all .3s ease;border:2px solid transparent}.order-card.completed.svelte-hy9bcf{background:#2ecc714d;border-color:#2ecc71}.order-ingredients.svelte-hy9bcf{display:flex;justify-content:center;margin-bottom:.5rem;gap:.5rem}.ingredient-icon.svelte-hy9bcf{font-size:1.5rem}.ingredient-icon.large.svelte-hy9bcf{font-size:2rem}.order-timer.svelte-hy9bcf{display:flex;align-items:center;gap:.5rem}.timer-bar.svelte-hy9bcf{flex:1;height:8px;background:#fff3;border-radius:4px;overflow:hidden}.timer-fill.svelte-hy9bcf{height:100%;background:linear-gradient(90deg,var(--primary-color1),var(--primary-color2),var(--secondary-color1));transition:width .1s linear}.timer-text.svelte-hy9bcf{font-size:.9rem;font-weight:700}.pizza-section.svelte-hy9bcf{margin-bottom:1rem}.pizza-section.svelte-hy9bcf h3:where(.svelte-hy9bcf){text-align:center;margin-bottom:1rem;color:var(--primary-color1);font-size:1.5rem}.bottom-section.svelte-hy9bcf .pizza-section:where(.svelte-hy9bcf) h3:where(.svelte-hy9bcf){font-size:1.2rem;margin-bottom:.5rem}.current-pizza.svelte-hy9bcf{background:#ffffff0d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;margin-bottom:1rem;min-height:100px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:all .3s ease}.current-pizza.svelte-hy9bcf:hover{background:#ffffff14;border-color:#fff3}.bottom-section.svelte-hy9bcf .current-pizza:where(.svelte-hy9bcf){padding:1rem;min-height:60px;margin-bottom:.5rem}.empty-pizza.svelte-hy9bcf{color:#ffffffb3;font-style:italic}.pizza-ingredients.svelte-hy9bcf{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.pizza-actions.svelte-hy9bcf{display:flex;justify-content:center;gap:1rem}.serve-button.svelte-hy9bcf,.clear-button.svelte-hy9bcf{padding:.8rem 1.5rem;border:none;border-radius:12px;cursor:pointer;font-family:JetBrains Mono Variable,monospace;font-weight:700;transition:all .3s ease;position:relative;overflow:hidden}.serve-button.svelte-hy9bcf{background:linear-gradient(135deg,var(--secondary-color1),var(--secondary-color2));color:#fff}.serve-button.svelte-hy9bcf:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0079ff66}.clear-button.svelte-hy9bcf{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.clear-button.svelte-hy9bcf:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #e74c3c66}.serve-button.svelte-hy9bcf:disabled,.clear-button.svelte-hy9bcf:disabled{opacity:.5;cursor:not-allowed}.ingredients-section.svelte-hy9bcf h3:where(.svelte-hy9bcf){text-align:center;margin-bottom:1rem;color:var(--primary-color1);font-size:1.5rem}.bottom-section.svelte-hy9bcf .ingredients-section:where(.svelte-hy9bcf) h3:where(.svelte-hy9bcf){font-size:1.2rem;margin-bottom:.5rem}.ingredients-grid.svelte-hy9bcf{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;max-width:800px;margin:0 auto}.bottom-section.svelte-hy9bcf .ingredients-grid:where(.svelte-hy9bcf){gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.ingredient-button.svelte-hy9bcf{background:#ffffff0d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--color);font-family:JetBrains Mono Variable,monospace}.ingredient-button.svelte-hy9bcf:hover{background:#ffffff1a;border-color:var(--primary-color1);transform:translateY(-2px);box-shadow:0 4px 15px #ff8a004d}.ingredient-button.added.svelte-hy9bcf{background:linear-gradient(135deg,var(--primary-color1),var(--primary-color2));border-color:var(--primary-color1);color:var(--background-color);box-shadow:0 4px 15px #ff8a0066}.ingredient-button.svelte-hy9bcf:hover{transform:translateY(-2px);background:#fff3;border-color:gold}.ingredient-button.added.svelte-hy9bcf{background:#2ecc714d;border-color:#2ecc71}.ingredient-emoji.svelte-hy9bcf{font-size:2rem}.ingredient-name.svelte-hy9bcf{font-size:.9rem;font-weight:700;text-transform:capitalize}.restart-button.svelte-hy9bcf{background:linear-gradient(135deg,var(--secondary-color1),var(--secondary-color2));color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:JetBrains Mono Variable,monospace;font-weight:700;margin-top:1rem}.restart-button.svelte-hy9bcf:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0079ff66}.celebration-effect.svelte-hy9bcf{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:999;display:flex;align-items:center;justify-content:center}.confetti.svelte-hy9bcf{position:absolute;width:10px;height:10px;background:#fffc;border-radius:50%;animation:svelte-hy9bcf-confetti-fall 1.5s ease-out infinite}@keyframes svelte-hy9bcf-confetti-fall{0%{transform:translateY(0) scale(1)}50%{transform:translateY(100vh) scale(1.2)}to{transform:translateY(200vh) scale(1)}}.current-pizza.svelte-hy9bcf{position:relative;overflow:hidden}.current-pizza.celebration.svelte-hy9bcf{animation:svelte-hy9bcf-celebrate .5s ease-in-out;background:#2ecc714d;border:2px solid #2ecc71}.celebration-text.svelte-hy9bcf{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem;font-weight:700;color:#2ecc71;animation:svelte-hy9bcf-celebrationPop 1s ease-out;pointer-events:none}@keyframes svelte-hy9bcf-celebrate{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes svelte-hy9bcf-celebrationPop{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}.exit-actions.svelte-hy9bcf{display:flex;justify-content:center;flex-direction:column;gap:1rem;margin-top:1rem}.name-input.svelte-hy9bcf{box-sizing:border-box}.pause-play-button.svelte-hy9bcf{background:#ffffff0d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:.5rem 1rem;cursor:pointer;font-family:JetBrains Mono Variable,monospace;font-size:.9rem;font-weight:700;transition:all .3s ease;color:var(--color)}.pause-play-button.pause.svelte-hy9bcf{border-color:var(--primary-color1)}.pause-play-button.play.svelte-hy9bcf{border-color:var(--secondary-color1)}.pause-play-button.quit.svelte-hy9bcf{border-color:#ff03034d}.pause-play-button.svelte-hy9bcf:hover{transform:translateY(-1px);background:#ffffff1a}.pause-play-button.pause.svelte-hy9bcf:hover{box-shadow:0 4px 15px #ff8a004d}.pause-play-button.play.svelte-hy9bcf:hover{box-shadow:0 4px 15px #0079ff4d}.pause-play-button.quit.svelte-hy9bcf:hover{box-shadow:0 4px 15px #fb57064d}.quit-button.svelte-hy9bcf{background:linear-gradient(45deg,#95a5a6,#7f8c8d);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:inherit;font-weight:700;margin:.5rem;min-width:150px}.quit-button.svelte-hy9bcf:hover{transform:translateY(-2px);box-shadow:0 8px 20px #95a5a666}@media(max-width:768px){.game-container.svelte-hy9bcf{min-height:auto;overflow-y:visible}.start-screen.svelte-hy9bcf{min-height:100vh;padding-inline:1rem;padding-top:0;padding-bottom:5rem;box-sizing:border-box}.start-screen.svelte-hy9bcf h1:where(.svelte-hy9bcf){font-size:2rem}.start-buttons.svelte-hy9bcf{flex-direction:column;gap:.8rem}.start-button.svelte-hy9bcf,.leaderboard-link.svelte-hy9bcf{padding:.8rem 1.5rem;font-size:1rem}.game-ui.svelte-hy9bcf{height:100vh;max-height:100vh;overflow:hidden}.game-content.svelte-hy9bcf{padding:.3rem;flex:1;overflow-y:auto;max-height:calc(100vh - 200px)}.bottom-section.svelte-hy9bcf{padding:.5rem}.stats.svelte-hy9bcf{flex-direction:row;flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem;padding:.5rem;font-size:.8rem}.stat-item.svelte-hy9bcf{text-align:center;font-size:.8rem;flex:1;gap:0;padding:.2rem;flex-direction:column;justify-content:center;align-items:start}.stat-item.svelte-hy9bcf :where(.svelte-hy9bcf){margin:0;padding:0}.stat-item_value.svelte-hy9bcf{margin-left:.1rem}.pause-play-button.svelte-hy9bcf{margin-top:.2rem;padding:.3rem .6rem;font-size:.7rem}.orders-section.svelte-hy9bcf{margin-bottom:.5rem}.orders-section.svelte-hy9bcf h3:where(.svelte-hy9bcf){font-size:1rem;margin-bottom:.3rem}.orders-list.svelte-hy9bcf{flex-direction:column;align-items:center;gap:.3rem}.order-card.svelte-hy9bcf{min-width:90%;max-width:100%;padding:.6rem;font-size:.9rem}.pizza-section.svelte-hy9bcf{margin-bottom:1rem}.pizza-section.svelte-hy9bcf h3:where(.svelte-hy9bcf){font-size:1.2rem;margin-bottom:.5rem}.current-pizza.svelte-hy9bcf{padding:1rem;min-height:80px}.ingredients-section.svelte-hy9bcf h3:where(.svelte-hy9bcf){font-size:1.2rem;margin-bottom:.5rem}.ingredients-grid.svelte-hy9bcf{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:.5rem;margin-bottom:1rem}.bottom-section.svelte-hy9bcf .ingredients-grid:where(.svelte-hy9bcf){grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.3rem;margin-bottom:0}.ingredient-button.svelte-hy9bcf{padding:.8rem .5rem}.ingredient-emoji.svelte-hy9bcf{font-size:1.5rem}.ingredient-name.svelte-hy9bcf{font-size:.8rem}.pizza-actions.svelte-hy9bcf{flex-direction:column;gap:.5rem}.serve-button.svelte-hy9bcf,.clear-button.svelte-hy9bcf{padding:.7rem 1.2rem;font-size:.9rem}.name-input.svelte-hy9bcf{font-size:1rem;padding:.8rem}.submit-button.svelte-hy9bcf{background:#00ff0f54;padding:1rem 2rem;font-size:1rem;min-width:150px;margin-left:.75rem}.skip-button.svelte-hy9bcf{padding:.7rem 1.2rem;font-size:.9rem;min-width:70px}.instructions.svelte-hy9bcf{max-width:90%;padding:1.5rem}}@media(max-width:480px){.stats.svelte-hy9bcf{padding:.3rem;margin-bottom:.3rem;border-radius:8px}.stat-item.svelte-hy9bcf{font-size:.7rem;padding:.1rem}.orders-section.svelte-hy9bcf h3:where(.svelte-hy9bcf){font-size:.9rem;margin-bottom:.2rem}.order-card.svelte-hy9bcf{padding:.4rem;font-size:.8rem;border-radius:8px}.ingredient-icon.svelte-hy9bcf{font-size:1.2rem}.timer-text.svelte-hy9bcf{font-size:.7rem}.game-content.svelte-hy9bcf{max-height:calc(100vh - 180px)}.bottom-section.svelte-hy9bcf{padding:.3rem}.bottom-section.svelte-hy9bcf .pizza-section:where(.svelte-hy9bcf) h3:where(.svelte-hy9bcf),.bottom-section.svelte-hy9bcf .ingredients-section:where(.svelte-hy9bcf) h3:where(.svelte-hy9bcf){font-size:1rem;margin-bottom:.3rem}}.name-input.svelte-hy9bcf{width:100%;padding:1rem;font-size:1.1rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-family:inherit;text-align:center;transition:all .3s ease}.name-input.svelte-hy9bcf:focus{outline:none;border-color:#3498db;background:#ffffff26}.name-input.svelte-hy9bcf::placeholder{color:#fff9}.name-input-actions.svelte-hy9bcf{margin-top:2.5rem}.error-message.svelte-hy9bcf{color:#e74c3c;font-size:.9rem;margin-top:.5rem;text-align:center}.skip-button.svelte-hy9bcf{color:#ffffffb3;border:1px solid rgba(255,255,255,.2);padding:.8rem 1.5rem;font-size:.9rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:inherit;font-weight:400;min-width:80px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.skip-button.svelte-hy9bcf:hover:not(:disabled){background:#ffffff26;color:#ffffffe6;border-color:#ffffff4d;transform:translateY(-1px)}.skip-button.svelte-hy9bcf:disabled{opacity:.4;cursor:not-allowed;transform:none}.loading-spinner.svelte-hy9bcf{border:2px solid rgba(255,255,255,.3);border-top:2px solid #3498db;border-radius:50%;width:1rem;height:1rem;animation:svelte-hy9bcf-spin .6s linear infinite;display:inline-block;margin-right:.5rem}@keyframes svelte-hy9bcf-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-actions.svelte-hy9bcf{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;align-items:center}.success-actions.svelte-hy9bcf .leaderboard-button:where(.svelte-hy9bcf){background:linear-gradient(135deg,gold,#ffed4e);color:#2c3e50;border:none;padding:1rem 2rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:inherit;font-weight:700;text-decoration:none;display:inline-block;text-align:center}.success-actions.svelte-hy9bcf .leaderboard-button:where(.svelte-hy9bcf):hover{background:linear-gradient(135deg,#ffed4e,gold);transform:translateY(-2px);box-shadow:0 4px 20px #ffd70066}.success-actions.svelte-hy9bcf .restart-button:where(.svelte-hy9bcf),.success-actions.svelte-hy9bcf .quit-button:where(.svelte-hy9bcf){margin:0}@media(min-width:768px){.success-actions.svelte-hy9bcf{flex-direction:row;justify-content:center}}
