canvas.svelte-a6255f{display:block;width:100%;height:100%;touch-action:none}.top-bar.svelte-1wa35pe{position:fixed;top:0;left:0;right:0;height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 8px;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100}.left-group.svelte-1wa35pe,.right-group.svelte-1wa35pe{display:flex;align-items:center;gap:4px}.stock-counter.svelte-1wa35pe{display:flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 12px;background:#ffffff14;border-radius:8px;color:#ffffffb3;font-size:15px}.stock-counter.svelte-1wa35pe svg:where(.svelte-1wa35pe){width:18px;height:18px}.stock-count.svelte-1wa35pe{font-weight:600;font-variant-numeric:tabular-nums;min-width:20px;text-align:center}.icon-btn.svelte-1wa35pe{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:none;border-radius:8px;color:#fffc;cursor:pointer;transition:all .15s}.icon-btn.svelte-1wa35pe:hover{background:#ffffff26;color:#fff}.icon-btn.active.svelte-1wa35pe{background:#4ade8033;color:#4ade80}.icon-btn.muted.svelte-1wa35pe{color:#fff6}.game-mode-btn.svelte-1wa35pe{width:auto;padding:0 10px;gap:4px}.game-icon.svelte-1wa35pe{font-size:18px}.chevron.svelte-1wa35pe{transition:transform .2s}.chevron.open.svelte-1wa35pe{transform:rotate(180deg)}.dropdown.svelte-1wa35pe{position:relative}.dropdown-menu.svelte-1wa35pe{position:absolute;top:calc(100% + 4px);left:0;min-width:160px;background:#14141efa;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:4px;box-shadow:0 8px 32px #00000080;z-index:200}.dropdown-right.svelte-1wa35pe{left:auto;right:0}.dropdown-header.svelte-1wa35pe{padding:8px 12px 6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff6}.dropdown-item.svelte-1wa35pe{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:6px;color:#fffc;font-size:14px;cursor:pointer;transition:all .1s;text-align:left}.dropdown-item.svelte-1wa35pe:hover:not(:disabled){background:#ffffff1a;color:#fff}.dropdown-item.active.svelte-1wa35pe{background:#4ade8026;color:#4ade80}.dropdown-item.locked.svelte-1wa35pe{opacity:.5;cursor:not-allowed}.dropdown-item.svelte-1wa35pe .check:where(.svelte-1wa35pe){margin-left:auto;color:#4ade80}.dropdown-item.svelte-1wa35pe .lock:where(.svelte-1wa35pe){margin-left:auto;opacity:.5}.variant-icon.svelte-1wa35pe{font-size:16px;width:20px;text-align:center}.theme-swatch.svelte-1wa35pe{width:18px;height:18px;border-radius:4px;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.theme-menu.svelte-1wa35pe{min-width:180px}@media(max-width:480px){.top-bar.svelte-1wa35pe{padding:0 4px}.icon-btn.svelte-1wa35pe{width:32px;height:32px}.game-mode-btn.svelte-1wa35pe{padding:0 8px}.stock-counter.svelte-1wa35pe{height:32px;padding:0 10px;font-size:14px;gap:4px}.stock-counter.svelte-1wa35pe svg:where(.svelte-1wa35pe){width:16px;height:16px}}.overlay.svelte-1wa35pe{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-modal.svelte-1wa35pe{background:linear-gradient(145deg,var(--theme-table),var(--theme-table-secondary));max-width:360px;width:90%;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 20px 50px #00000080;border:1px solid rgba(255,255,255,.15)}.confirm-icon.svelte-1wa35pe{display:flex;justify-content:center;margin-bottom:1rem;color:var(--theme-accent)}.confirm-modal.svelte-1wa35pe h2:where(.svelte-1wa35pe){font-size:1.375rem;font-weight:600;margin:0 0 .75rem;color:#fff}.confirm-text.svelte-1wa35pe{color:#fff9;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.confirm-actions.svelte-1wa35pe{display:flex;flex-direction:column;gap:.75rem}.btn-confirm-switch.svelte-1wa35pe{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#f87171;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-confirm-switch.svelte-1wa35pe:hover{background:#ef444440;border-color:#ef444480;color:#fca5a5}.variant-switch-icon.svelte-1wa35pe{font-size:1.125rem}.btn-confirm-cancel.svelte-1wa35pe{width:100%;padding:.875rem 1.5rem;background:var(--theme-accent);border:none;color:#000;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 15px color-mix(in srgb,var(--theme-accent) 30%,transparent)}.btn-confirm-cancel.svelte-1wa35pe:hover{filter:brightness(1.1);transform:scale(1.02)}.interstitial-backdrop.svelte-dleabs{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:svelte-dleabs-fadeIn .2s ease-out}@keyframes svelte-dleabs-fadeIn{0%{opacity:0}to{opacity:1}}.interstitial-modal.svelte-dleabs{background:linear-gradient(180deg,#1a1f2e,#141824);border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:400px;position:relative;animation:svelte-dleabs-scaleIn .2s ease-out}@keyframes svelte-dleabs-scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.close-area.svelte-dleabs{position:absolute;top:.75rem;right:.75rem;z-index:1}.close-btn.svelte-dleabs{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s}.close-btn.svelte-dleabs:hover{background:#fff3}.countdown.svelte-dleabs{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff1a;border-radius:50%;color:#fff9;font-size:.875rem;font-weight:600}.ad-content.svelte-dleabs{padding:2rem;text-align:center}.ad-label.svelte-dleabs{display:block;font-size:.625rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffff4d;margin-bottom:1rem}.ad-slot.svelte-dleabs{width:300px;min-height:250px;margin:0 auto;display:flex;align-items:center;justify-content:center}.ad-placeholder-dev.svelte-dleabs{width:300px;height:250px;background:linear-gradient(135deg,#ffffff08,#ffffff03);border:1px dashed rgba(255,255,255,.15);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#fff3}.dev-label.svelte-dleabs{font-size:.875rem;font-family:monospace;color:#ffffff4d}.premium-cta.svelte-dleabs{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.premium-cta.svelte-dleabs p:where(.svelte-dleabs){margin:0 0 .5rem;color:#ffffff80;font-size:.875rem}.premium-link.svelte-dleabs{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;text-decoration:none;border-radius:6px;font-size:.875rem;font-weight:500;transition:all .2s}.premium-link.svelte-dleabs:hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:translateY(-1px)}@media(max-width:400px){.ad-slot.svelte-dleabs{width:100%;min-height:200px}.ad-placeholder-dev.svelte-dleabs{width:100%;height:200px}}.game-container.svelte-hy9bcf{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;background:#000;color:#fff;font-family:Inter,sans-serif}.hud-bar.svelte-hy9bcf{position:absolute;bottom:0;left:0;width:100%;height:52px;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:space-between;padding:0 12px;box-sizing:border-box;z-index:100}.stat-group.svelte-hy9bcf{display:flex;gap:1.5rem}.stat.svelte-hy9bcf{display:flex;flex-direction:column;align-items:center}.label.svelte-hy9bcf{font-size:.6rem;color:#ffffff80;letter-spacing:.5px;text-transform:uppercase}.value.svelte-hy9bcf{font-size:1.1rem;font-weight:600;font-variant-numeric:tabular-nums;color:#ffffffe6;transition:color .15s,transform .15s}.score-stat.svelte-hy9bcf{position:relative}.score-flash.svelte-hy9bcf{color:#f87171;transform:scale(1.1)}.score-deduction.svelte-hy9bcf{position:absolute;top:-8px;right:-24px;font-size:.875rem;font-weight:700;color:#f87171;animation:svelte-hy9bcf-scoreDeduct 1s ease-out forwards;pointer-events:none}@keyframes svelte-hy9bcf-scoreDeduct{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.score-gain-flash.svelte-hy9bcf{color:#4ade80;transform:scale(1.1)}.score-gain.svelte-hy9bcf{position:absolute;top:-8px;right:-24px;font-size:.875rem;font-weight:700;color:#4ade80;animation:svelte-hy9bcf-scoreGain .8s ease-out forwards;pointer-events:none}@keyframes svelte-hy9bcf-scoreGain{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-16px)}}.controls.svelte-hy9bcf{display:flex;gap:6px}.icon-btn.svelte-hy9bcf{height:36px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;background:#ffffff14;border:none;border-radius:8px;color:#fffc;cursor:pointer;transition:all .15s;font-size:13px;font-weight:500}.icon-btn.svelte-hy9bcf:hover{background:#ffffff26;color:#fff}.icon-btn.svelte-hy9bcf:active{transform:scale(.97)}.hint-btn.svelte-hy9bcf{position:relative}.hint-badge.svelte-hy9bcf{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;background:#fbbf24;color:#000;font-size:11px;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000004d}.new-game-btn.svelte-hy9bcf{background:#4ade8026;color:#4ade80}.new-game-btn.svelte-hy9bcf:hover{background:#4ade8040;color:#86efac}.btn-label.svelte-hy9bcf{display:inline}.hint-toast.svelte-hy9bcf{position:absolute;top:56px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#fbbf24e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:8px;color:#000;font-weight:500;z-index:100;box-shadow:0 4px 20px #fbbf244d}.hint-icon.svelte-hy9bcf{font-size:1.25rem}.no-hint-toast.svelte-hy9bcf{position:absolute;top:56px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#64748bf2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:8px;color:#fff;font-weight:500;z-index:100;box-shadow:0 4px 20px #0000004d}.no-hint-icon.svelte-hy9bcf{display:flex;align-items:center;color:#ffffffe6}.no-hint-text.svelte-hy9bcf{font-size:.9375rem}@media(max-width:640px){.btn-label.svelte-hy9bcf{display:none}.icon-btn.svelte-hy9bcf{padding:0 10px}.controls.svelte-hy9bcf{gap:4px}.stat-group.svelte-hy9bcf{gap:1rem}.hud-bar.svelte-hy9bcf{padding:0 8px}}.overlay.svelte-hy9bcf{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000}.overlay-clickable.svelte-hy9bcf{cursor:pointer}.overlay-clickable.svelte-hy9bcf .modal:where(.svelte-hy9bcf){cursor:default}.modal.svelte-hy9bcf{background:#1e3c2e;padding:3rem;border-radius:12px;text-align:center;box-shadow:0 20px 50px #00000080;border:1px solid rgba(255,255,255,.1)}.modal.svelte-hy9bcf h1:where(.svelte-hy9bcf){font-size:3rem;margin:0 0 1.5rem;color:gold;text-shadow:0 2px 10px rgba(255,215,0,.3)}.win-stats.svelte-hy9bcf{display:flex;gap:2rem;margin-bottom:1.5rem}.win-stat.svelte-hy9bcf{display:flex;flex-direction:column;align-items:center}.win-label.svelte-hy9bcf{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#fff9;margin-bottom:.25rem}.win-value.svelte-hy9bcf{font-size:1.5rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.save-status.svelte-hy9bcf{font-size:.875rem;color:#fff9;margin:0 0 1rem}.save-status.saved.svelte-hy9bcf{color:#4ade80}.login-prompt.svelte-hy9bcf{background:#ffffff0d;border-radius:8px;padding:1rem;margin-bottom:1rem}.login-prompt.svelte-hy9bcf p:where(.svelte-hy9bcf){font-size:.875rem;color:#ffffffb3;margin:0 0 .75rem}.btn-secondary.svelte-hy9bcf{display:inline-block;padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:6px;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s}.btn-secondary.svelte-hy9bcf:hover{background:#ffffff26}.btn-large.svelte-hy9bcf{margin-top:1rem;background:gold;color:#000;border:none;padding:1rem 2rem;font-size:1.2rem;font-weight:700;border-radius:8px;cursor:pointer;box-shadow:0 4px 15px #ffd7004d;transition:transform .2s}.btn-large.svelte-hy9bcf:hover{transform:scale(1.05)}@media(max-width:480px){.win-stats.svelte-hy9bcf{gap:1rem}.win-value.svelte-hy9bcf{font-size:1.25rem}.modal.svelte-hy9bcf h1:where(.svelte-hy9bcf){font-size:2rem}}.pause-modal.svelte-hy9bcf{background:linear-gradient(160deg,var(--theme-table),var(--theme-table-secondary));max-width:340px;width:90%;padding:2rem;border:1px solid rgba(255,255,255,.12)}.pause-header.svelte-hy9bcf{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.5rem}.pause-icon.svelte-hy9bcf{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:50%;color:var(--theme-accent)}.pause-modal.svelte-hy9bcf h1:where(.svelte-hy9bcf){font-size:1.5rem;font-weight:600;margin:0;color:#fff}.pause-stats-card.svelte-hy9bcf{display:flex;align-items:center;justify-content:center;gap:1.25rem;padding:1rem 1.5rem;background:#0003;border-radius:12px;margin-bottom:1.25rem}.pause-stat.svelte-hy9bcf{display:flex;flex-direction:column;align-items:center;gap:.25rem}.pause-stat-divider.svelte-hy9bcf{width:1px;height:32px;background:#ffffff26}.pause-value.svelte-hy9bcf{font-size:1.25rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums;line-height:1}.pause-label.svelte-hy9bcf{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80}.auto-save-info.svelte-hy9bcf{display:flex;align-items:center;justify-content:center;gap:.375rem;font-size:.75rem;color:#4ade80e6;margin-bottom:1.25rem}.btn-resume.svelte-hy9bcf{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;background:var(--theme-accent);color:#000;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px color-mix(in srgb,var(--theme-accent) 35%,transparent)}.btn-resume.svelte-hy9bcf:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 16px color-mix(in srgb,var(--theme-accent) 40%,transparent)}.btn-resume.svelte-hy9bcf:active{transform:translateY(0)}.pause-secondary-actions.svelte-hy9bcf{display:flex;gap:.5rem;margin-top:.75rem;width:100%}.btn-secondary-action.svelte-hy9bcf{flex:1;display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem .75rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffb3;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary-action.svelte-hy9bcf:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.pause-login-hint.svelte-hy9bcf{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:.8125rem;color:#ffffff80}.pause-login-hint.svelte-hy9bcf a:where(.svelte-hy9bcf){color:var(--theme-accent);text-decoration:none;font-weight:500}.pause-login-hint.svelte-hy9bcf a:where(.svelte-hy9bcf):hover{text-decoration:underline}.confirm-modal.svelte-hy9bcf{background:linear-gradient(145deg,var(--theme-table),var(--theme-table-secondary));max-width:360px;width:90%;padding:2rem;border:1px solid rgba(255,255,255,.15)}.confirm-icon.svelte-hy9bcf{display:flex;justify-content:center;margin-bottom:1rem;color:#fbbf24}.confirm-modal.svelte-hy9bcf h2:where(.svelte-hy9bcf){font-size:1.5rem;margin:0 0 .75rem;color:#fff}.confirm-text.svelte-hy9bcf{color:#fff9;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.confirm-login-link.svelte-hy9bcf{color:var(--theme-accent);text-decoration:none;font-weight:500}.confirm-login-link.svelte-hy9bcf:hover{text-decoration:underline}.confirm-actions.svelte-hy9bcf{display:flex;flex-direction:column;gap:.75rem}.btn-confirm-danger.svelte-hy9bcf{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#f87171;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-confirm-danger.svelte-hy9bcf:hover{background:#ef444440;border-color:#ef444480;color:#fca5a5}.btn-confirm-cancel.svelte-hy9bcf{width:100%;padding:.875rem 1.5rem;background:var(--theme-accent);border:none;color:#000;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 15px color-mix(in srgb,var(--theme-accent) 30%,transparent)}.btn-confirm-cancel.svelte-hy9bcf:hover{filter:brightness(1.1);transform:scale(1.02)}
