.difficulty-selection.svelte-1eq3k2t{text-align:center}.description.svelte-1eq3k2t{font-family:var(--font-secondary);font-weight:800;font-size:14px;line-height:130%;color:#fff;margin:0 0 .75rem}.info-bar.svelte-1eq3k2t{display:flex;align-items:center;justify-content:center;gap:1rem;background:#0000004d;border-radius:999px;padding:.35rem 1rem;margin-bottom:.75rem}.info-text.svelte-1eq3k2t{font-family:var(--font-secondary);font-weight:800;font-size:12px;color:#fffc}.info-value.svelte-1eq3k2t{color:#ffc000;font-weight:800}.info-cards.svelte-1eq3k2t{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.info-card.svelte-1eq3k2t{background:#00000040;border-radius:10px;padding:.6rem .5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem}.card-title.svelte-1eq3k2t{font-family:var(--font-secondary);font-weight:800;font-size:12px;color:#fff;text-transform:uppercase;letter-spacing:.5px}.card-subtitle.svelte-1eq3k2t{font-family:var(--font-secondary);font-weight:800;font-size:13px;color:#fffc}.reward-value.svelte-1eq3k2t{color:#ffc000;font-size:16px}.grid-wrapper.svelte-1eq3k2t{display:flex;flex-direction:column;align-items:center;justify-content:center;height:94px}.grid-preview.svelte-1eq3k2t{display:grid;gap:2px;width:fit-content;background:#000;border:2px solid #000000;border-radius:6px}.grid-cell.svelte-1eq3k2t{width:14px;height:14px;background:var(--grid-color, rgba(255, 255, 255, .25))}.grid-badge.svelte-1eq3k2t{margin-top:-7px;background:#017be7;color:#fff;font-family:var(--font-secondary);font-weight:800;font-size:11px;padding:1px 10px;border-radius:999px;white-space:nowrap;z-index:1}.reward-icon.svelte-1eq3k2t{display:flex;align-items:center;justify-content:center;height:40px}.reward-img.svelte-1eq3k2t{width:36px;height:36px;object-fit:contain}.actions.svelte-1eq3k2t{display:flex;align-items:stretch;gap:.5rem;margin-top:1rem}@media (min-width: 768px){.description.svelte-1eq3k2t{font-size:18px}.info-bar.svelte-1eq3k2t{padding:.4rem 1.25rem;margin-bottom:1rem}.info-text.svelte-1eq3k2t{font-size:14px}.info-cards.svelte-1eq3k2t{gap:1rem}.card-title.svelte-1eq3k2t{font-size:14px}.card-subtitle.svelte-1eq3k2t{font-size:15px}.reward-value.svelte-1eq3k2t{font-size:18px}.grid-wrapper.svelte-1eq3k2t{height:106px}.grid-cell.svelte-1eq3k2t{width:16px;height:16px}.grid-badge.svelte-1eq3k2t{font-size:12px}.reward-img.svelte-1eq3k2t{width:42px;height:42px}.actions.svelte-1eq3k2t{gap:.75rem;margin-top:1.5rem}}@media (min-width: 1024px){.description.svelte-1eq3k2t{font-size:22px;margin-bottom:1rem}.info-bar.svelte-1eq3k2t{padding:.5rem 1.5rem;margin-bottom:1.25rem}.info-text.svelte-1eq3k2t{font-size:16px}.info-cards.svelte-1eq3k2t{gap:1.25rem}.info-card.svelte-1eq3k2t{padding:.75rem}.card-title.svelte-1eq3k2t{font-size:16px}.card-subtitle.svelte-1eq3k2t{font-size:17px}.reward-value.svelte-1eq3k2t{font-size:22px}.grid-wrapper.svelte-1eq3k2t{height:118px}.grid-cell.svelte-1eq3k2t{width:18px;height:18px}.grid-badge.svelte-1eq3k2t{font-size:13px}.reward-img.svelte-1eq3k2t{width:48px;height:48px}.actions.svelte-1eq3k2t{gap:1rem;margin-top:2rem}}.puzzle-container.svelte-zkcr4v{display:flex;flex-direction:column;width:100%;height:100%;min-height:200px;box-sizing:border-box;min-width:0;min-height:0;flex:1;justify-content:flex-start;align-items:center;padding:32px;position:relative}.puzzle.svelte-zkcr4v{display:grid;gap:1px;border:1px solid #ccc;border-radius:8px;overflow:hidden;margin:0 auto}.loading-placeholder.svelte-zkcr4v{text-align:center;padding:20px;color:#666;font-style:italic}.tile.svelte-zkcr4v{display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s;box-shadow:0 2px 6px #0001;overflow:hidden;position:relative;width:var(--tile-size, 80px);height:var(--tile-size, 80px)}.tile.svelte-zkcr4v img:where(.svelte-zkcr4v){width:100%;height:100%;object-fit:cover;display:block}.tile.blank.svelte-zkcr4v{background:transparent;box-shadow:none;cursor:default}.tile.suggested.svelte-zkcr4v{border:3px solid #4caf50;box-shadow:0 0 15px #4caf5099;position:relative;animation:svelte-zkcr4v-suggest-glow 2s ease-in-out infinite}.tile.suggested.svelte-zkcr4v:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;font-weight:700;color:#4caf50;text-shadow:0 0 4px rgba(255,255,255,.8);z-index:2;pointer-events:none}.tile.suggested.move-up.svelte-zkcr4v:after{content:"⬆️";animation:svelte-zkcr4v-arrow-bounce-up 1s ease-in-out infinite}.tile.suggested.move-down.svelte-zkcr4v:after{content:"⬇️";animation:svelte-zkcr4v-arrow-bounce-down 1s ease-in-out infinite}.tile.suggested.move-left.svelte-zkcr4v:after{content:"⬅️";animation:svelte-zkcr4v-arrow-bounce-left 1s ease-in-out infinite}.tile.suggested.move-right.svelte-zkcr4v:after{content:"➡️";animation:svelte-zkcr4v-arrow-bounce-right 1s ease-in-out infinite}@keyframes svelte-zkcr4v-arrow-bounce-up{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-70%)}}@keyframes svelte-zkcr4v-arrow-bounce-down{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-30%)}}@keyframes svelte-zkcr4v-arrow-bounce-left{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-70%,-50%)}}@keyframes svelte-zkcr4v-arrow-bounce-right{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-30%,-50%)}}@keyframes svelte-zkcr4v-suggest-glow{0%,to{box-shadow:0 0 15px #4caf5099;border-color:#4caf50}50%{box-shadow:0 0 25px #4caf50e6;border-color:#66bb6a}}.controls.svelte-zkcr4v{display:flex;gap:12px;justify-content:center;margin-bottom:16px}.controls.svelte-zkcr4v button:where(.svelte-zkcr4v):disabled{opacity:.6;cursor:not-allowed}.error-message.svelte-zkcr4v{color:#d32f2f;text-align:center;margin-bottom:16px;padding:8px 16px;background:#ffebee;border-radius:4px;border:1px solid #ffcdd2}.debug-info.svelte-zkcr4v{background:#e8f5e8;border:1px solid #4caf50;border-radius:4px;padding:8px 16px;margin-bottom:16px;text-align:center;color:#2e7d32;font-weight:500}.debug-info.svelte-zkcr4v p:where(.svelte-zkcr4v){margin:0}.computing-move.svelte-zkcr4v{display:flex;flex-direction:column;align-items:center;gap:8px}.computing-spinner.svelte-zkcr4v{width:20px;height:20px;border:2px solid #c8e6c9;border-top:2px solid #4caf50;border-radius:50%;animation:svelte-zkcr4v-spin 1s linear infinite}.loading-overlay.svelte-zkcr4v{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}.loading-spinner.svelte-zkcr4v{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:svelte-zkcr4v-spin 1s linear infinite;margin-bottom:8px}@keyframes svelte-zkcr4v-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.solution-image.svelte-zkcr4v{display:flex;justify-content:center;align-items:center;border:1px solid #ccc;border-radius:8px;overflow:hidden;margin:0 auto}.solution-image.svelte-zkcr4v img:where(.svelte-zkcr4v){width:100%;height:100%;object-fit:contain;display:block}.toggle-control.svelte-zkcr4v{display:flex;justify-content:center;margin-top:8px}.toggle-link.svelte-zkcr4v{background:none;border:none;color:#1976d2;text-decoration:underline;cursor:pointer;font-size:12px;font-weight:400;padding:4px 8px;transition:color .2s}.toggle-link.svelte-zkcr4v:hover{color:#1565c0;text-decoration:none}.toggle-link.svelte-zkcr4v:active{color:#0d47a1}.puzzle-game-container.svelte-1mbh29r{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;padding:.1rem;width:630px;max-width:630px;height:550px;max-height:550px;flex:none}.puzzle-game-container.compact.svelte-1mbh29r{padding:0;gap:.1rem;width:630px;max-width:630px;height:550px;max-height:550px}.puzzle-title.svelte-1mbh29r{margin:0;font-size:1.25rem;font-weight:700;color:#fff;text-align:center}.puzzle-placeholder.svelte-1mbh29r,.puzzle-loading.svelte-1mbh29r{display:flex;justify-content:center;align-items:center;min-height:200px;width:100%;border:2px dashed rgba(255,255,255,.3);border-radius:8px;background:#0003}.puzzle-placeholder.svelte-1mbh29r p:where(.svelte-1mbh29r),.puzzle-loading.svelte-1mbh29r p:where(.svelte-1mbh29r){color:#ffffffb3;font-size:1rem;margin:0}.completion-message.svelte-1mbh29r{padding:1rem;background:#4caf5033;border:2px solid #4caf50;border-radius:8px;color:#4caf50;font-weight:700;text-align:center;animation:svelte-1mbh29r-fadeIn .5s ease-in;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.completion-message.svelte-1mbh29r p:where(.svelte-1mbh29r){margin:0;font-size:1.1rem}@keyframes svelte-1mbh29r-fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.compact.svelte-1mbh29r .puzzle-title:where(.svelte-1mbh29r){font-size:1.1rem}.compact.svelte-1mbh29r .puzzle-placeholder:where(.svelte-1mbh29r),.compact.svelte-1mbh29r .puzzle-loading:where(.svelte-1mbh29r){min-height:150px}.compact.svelte-1mbh29r .completion-message:where(.svelte-1mbh29r){padding:.75rem}.compact.svelte-1mbh29r .completion-message:where(.svelte-1mbh29r) p:where(.svelte-1mbh29r){font-size:1rem}.puzzle-wrapper,.puzzle-container{min-width:530px;max-width:630px;min-height:510px;max-height:550px}@media (max-width: 768px){.puzzle-game-container.svelte-1mbh29r,.puzzle-game-container.compact.svelte-1mbh29r{width:420px;max-width:420px;height:440px;max-height:440px}.puzzle-wrapper,.puzzle-container{min-width:370px;max-width:420px;min-height:400px;max-height:440px}}.overlay.svelte-4rew1m{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#000000b3}.content.svelte-4rew1m{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:101;width:95vw;height:90vh;max-height:90vh;border-radius:8px;border:3px solid #000000;box-shadow:0 0 15px #000,0 5px 3px #fff3 inset,0 -8px 5px #0000004d inset;color:#fff;overflow:hidden;outline:none;display:flex;flex-direction:column}.header.svelte-4rew1m{box-shadow:0 5px 3px #fff3 inset;background:#2850a1;padding:.6rem 1rem;margin:0;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.header.reward-mode.svelte-4rew1m{justify-content:center}.header-title.svelte-4rew1m{font-family:var(--font-secondary);font-weight:800;font-size:22px;line-height:130%;color:#fff}.header-reward.svelte-4rew1m{display:inline-flex;align-items:center;gap:.25rem;font-family:var(--font-secondary);font-weight:800;font-size:20px;line-height:130%;color:#ffc000;text-align:center;white-space:nowrap}.header-timer.svelte-4rew1m{display:flex;align-items:center;gap:.3rem;background:#017be7;border:3px solid #000000;border-radius:999px;padding:.25rem .65rem;font-family:var(--font-secondary);font-weight:800;font-size:16px;color:#fff;white-space:nowrap;box-shadow:0 5px 3px #ffffff80 inset,0 -5px 3px #0000004d inset,0 4px 4px #00000040}.header-timer.svelte-4rew1m .timer-icon:where(.svelte-4rew1m){width:22px;height:22px}.header-timer.warning.svelte-4rew1m{color:#f59e0b}.header-timer.danger.svelte-4rew1m{color:#ef4444;animation:svelte-4rew1m-timer-pulse 1s ease-in-out infinite}@keyframes svelte-4rew1m-timer-pulse{0%,to{opacity:1}50%{opacity:.5}}.body.svelte-4rew1m{background:#1c346e;padding:0;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.reward-icon.svelte-4rew1m{width:1em;height:1em;display:inline-block;vertical-align:middle;margin:0 .15em}.puzzle-area.svelte-4rew1m{position:relative;flex:1;min-height:0;overflow:hidden;border-radius:6px;isolation:isolate}.puzzle-game-container{width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;gap:0!important}.puzzle-container{width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;justify-content:center!important;padding:0!important}.puzzle-wrapper{width:100%!important;height:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;max-height:100%!important}.toggle-control>.toggle-link{color:#fff!important}.puzzle-actions-row.svelte-4rew1m{position:absolute;z-index:100;display:flex;justify-content:space-between;align-items:flex-end;pointer-events:none;isolation:isolate}.puzzle-actions-row.svelte-4rew1m>*{pointer-events:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.footer.svelte-4rew1m{display:flex;justify-content:center;margin-top:0;padding-top:4px;padding-bottom:max(12px,env(safe-area-inset-bottom))}@media (min-width: 768px){.content.svelte-4rew1m{max-width:500px;border-width:4px;border-radius:10px}.header.svelte-4rew1m{padding:.75rem 1.25rem}.header-title.svelte-4rew1m{font-size:28px}.header-timer.svelte-4rew1m{font-size:18px;padding:.3rem .75rem}.header-reward.svelte-4rew1m{font-size:26px}}@media (min-width: 1024px){.content.svelte-4rew1m{max-width:600px;border-width:5px;box-shadow:0 0 30px #000,0 10px 5px #fff3 inset,0 -15px 10px #0000004d inset}.header.svelte-4rew1m{box-shadow:0 10px 5px #fff3 inset;padding:1rem 1.5rem}.header-title.svelte-4rew1m{font-size:36px}.header-timer.svelte-4rew1m{font-size:22px;padding:.35rem .85rem}.header-reward.svelte-4rew1m{font-size:32px}}
