.puzzle-container.svelte-187478o{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-187478o{display:grid;gap:1px;border:1px solid #ccc;border-radius:8px;overflow:hidden;margin:0 auto}.loading-placeholder.svelte-187478o{text-align:center;padding:20px;color:#666;font-style:italic}.tile.svelte-187478o{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-187478o img:where(.svelte-187478o){width:100%;height:100%;object-fit:cover;display:block}.tile.blank.svelte-187478o{background:transparent;box-shadow:none;cursor:default}.tile.suggested.svelte-187478o{border:3px solid #4caf50;box-shadow:0 0 15px #4caf5099;position:relative;animation:svelte-187478o-suggest-glow 2s ease-in-out infinite}.tile.suggested.svelte-187478o: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-187478o:after{content:"⬆️";animation:svelte-187478o-arrow-bounce-up 1s ease-in-out infinite}.tile.suggested.move-down.svelte-187478o:after{content:"⬇️";animation:svelte-187478o-arrow-bounce-down 1s ease-in-out infinite}.tile.suggested.move-left.svelte-187478o:after{content:"⬅️";animation:svelte-187478o-arrow-bounce-left 1s ease-in-out infinite}.tile.suggested.move-right.svelte-187478o:after{content:"➡️";animation:svelte-187478o-arrow-bounce-right 1s ease-in-out infinite}@keyframes svelte-187478o-arrow-bounce-up{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-70%)}}@keyframes svelte-187478o-arrow-bounce-down{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-30%)}}@keyframes svelte-187478o-arrow-bounce-left{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-70%,-50%)}}@keyframes svelte-187478o-arrow-bounce-right{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-30%,-50%)}}@keyframes svelte-187478o-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-187478o{display:flex;gap:12px;justify-content:center;margin-bottom:16px}.controls.svelte-187478o button:where(.svelte-187478o):disabled{opacity:.6;cursor:not-allowed}.error-message.svelte-187478o{color:#d32f2f;text-align:center;margin-bottom:16px;padding:8px 16px;background:#ffebee;border-radius:4px;border:1px solid #ffcdd2}.debug-info.svelte-187478o{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-187478o p:where(.svelte-187478o){margin:0}.computing-move.svelte-187478o{display:flex;flex-direction:column;align-items:center;gap:8px}.computing-spinner.svelte-187478o{width:20px;height:20px;border:2px solid #c8e6c9;border-top:2px solid #4caf50;border-radius:50%;animation:svelte-187478o-spin 1s linear infinite}.loading-overlay.svelte-187478o{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-187478o{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:svelte-187478o-spin 1s linear infinite;margin-bottom:8px}@keyframes svelte-187478o-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.solution-image.svelte-187478o{display:flex;justify-content:center;align-items:center;border:1px solid #ccc;border-radius:8px;overflow:hidden;margin:0 auto}.solution-image.svelte-187478o img:where(.svelte-187478o){width:100%;height:100%;object-fit:contain;display:block}.toggle-control.svelte-187478o{display:flex;justify-content:center;margin-top:8px}.toggle-link.svelte-187478o{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-187478o:hover{color:#1565c0;text-decoration:none}.toggle-link.svelte-187478o:active{color:#0d47a1}.puzzle-game-container.svelte-1v35f8u{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-1v35f8u{padding:0;gap:.1rem;width:630px;max-width:630px;height:550px;max-height:550px}.puzzle-title.svelte-1v35f8u{margin:0;font-size:1.25rem;font-weight:700;color:#fff;text-align:center}.puzzle-placeholder.svelte-1v35f8u,.puzzle-loading.svelte-1v35f8u{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-1v35f8u p:where(.svelte-1v35f8u),.puzzle-loading.svelte-1v35f8u p:where(.svelte-1v35f8u){color:#ffffffb3;font-size:1rem;margin:0}.completion-message.svelte-1v35f8u{padding:1rem;background:#4caf5033;border:2px solid #4caf50;border-radius:8px;color:#4caf50;font-weight:700;text-align:center;animation:svelte-1v35f8u-fadeIn .5s ease-in;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.completion-message.svelte-1v35f8u p:where(.svelte-1v35f8u){margin:0;font-size:1.1rem}@keyframes svelte-1v35f8u-fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.compact.svelte-1v35f8u .puzzle-title:where(.svelte-1v35f8u){font-size:1.1rem}.compact.svelte-1v35f8u .puzzle-placeholder:where(.svelte-1v35f8u),.compact.svelte-1v35f8u .puzzle-loading:where(.svelte-1v35f8u){min-height:150px}.compact.svelte-1v35f8u .completion-message:where(.svelte-1v35f8u){padding:.75rem}.compact.svelte-1v35f8u .completion-message:where(.svelte-1v35f8u) p:where(.svelte-1v35f8u){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-1v35f8u,.puzzle-game-container.compact.svelte-1v35f8u{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}}.difficulty-selection.svelte-18nfjhu{text-align:center;padding:0 .6rem 1rem}.difficulty-buttons.svelte-18nfjhu{display:flex;flex-direction:column;gap:1rem;max-width:300px;margin:0 auto}.difficulty-btn.svelte-18nfjhu{background:linear-gradient(135deg,#0009,#000c);border:2px solid rgba(255,255,255,.3);border-radius:12px;padding:1.2rem;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;gap:.2rem;font-family:inherit}.difficulty-btn.svelte-18nfjhu:hover{transform:translateY(-2px);border-color:#ffffff80;box-shadow:0 8px 25px #0000004d}.difficulty-btn.easy.svelte-18nfjhu:hover{border-color:#10b981;box-shadow:0 8px 25px #10b9814d}.difficulty-btn.medium.svelte-18nfjhu:hover{border-color:#f59e0b;box-shadow:0 8px 25px #f59e0b4d}.difficulty-btn.hard.svelte-18nfjhu:hover{border-color:#ef4444;box-shadow:0 8px 25px #ef44444d}.difficulty-label.svelte-18nfjhu{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.difficulty-size.svelte-18nfjhu{font-size:1rem;opacity:.8;font-weight:400}.difficulty-btn.easy.svelte-18nfjhu .difficulty-label:where(.svelte-18nfjhu){color:#10b981}.difficulty-btn.medium.svelte-18nfjhu .difficulty-label:where(.svelte-18nfjhu){color:#f59e0b}.difficulty-btn.hard.svelte-18nfjhu .difficulty-label:where(.svelte-18nfjhu){color:#ef4444}.difficulty-reward.svelte-18nfjhu{font-size:.9rem;font-weight:700;opacity:.9}.difficulty-btn.easy.svelte-18nfjhu .difficulty-reward:where(.svelte-18nfjhu){color:#10b981}.difficulty-btn.medium.svelte-18nfjhu .difficulty-reward:where(.svelte-18nfjhu){color:#f59e0b}.difficulty-btn.hard.svelte-18nfjhu .difficulty-reward:where(.svelte-18nfjhu){color:#ef4444}@media (max-width: 700px){.difficulty-btn.svelte-18nfjhu{padding:.5rem}}@media (orientation: landscape) and (max-height: 500px){.difficulty-selection.svelte-18nfjhu{padding:0}.difficulty-btn.svelte-18nfjhu{padding:1.5rem}.difficulty-buttons.svelte-18nfjhu{flex-direction:row;max-width:100%;justify-content:space-evenly}}.puzzle-content-layout.svelte-1ibizx3{display:grid;gap:0rem}.title.svelte-1ibizx3{grid-area:title}.timer.svelte-1ibizx3{grid-area:timer}.image.svelte-1ibizx3{grid-area:image}.buttons.svelte-1ibizx3{grid-area:buttons}.puzzle-content-layout.svelte-1ibizx3{grid-template-columns:1fr;grid-template-areas:"title" "timer" "image" "buttons"}@media (orientation: landscape) and (max-height: 500px){.puzzle-content-layout.svelte-1ibizx3{grid-template-columns:1fr 1.1fr;grid-template-areas:"image title" "image timer" "image buttons";align-items:start}.image.svelte-1ibizx3{max-height:90vh!important}}.puzzle-game-container{width:100%!important;height:60vh;max-height:86vh!important}.puzzle-container{width:100%!important;max-height:96vh!important;padding:0!important}.puzzle-container{justify-content:center!important}.toggle-control>.toggle-link{color:#fff!important}@keyframes svelte-1ibizx3-pulse{0%{opacity:.6}to{opacity:1}}.puzzle-dialog{overflow:hidden!important}.puzzle-dialog .dialog-content{overflow-x:hidden;height:70%;max-height:90vh;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1}.puzzle-dialog .dialog-title{margin-top:.5rem;margin-bottom:1.5rem}.puzzle-dialog-title.svelte-1ibizx3{border-bottom:1px solid rgba(255,255,255,.1)}.puzzle-subtitle.svelte-1ibizx3{color:#fffc;font-size:1.3rem;text-align:center;margin-bottom:1rem;font-style:italic;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.game-container.svelte-1ibizx3{flex:1;display:flex;flex-direction:column;height:100%;flex-grow:1;flex-shrink:1}.controls-column.svelte-1ibizx3{display:flex;flex-direction:column;gap:.25rem}.timer-display.svelte-1ibizx3{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:0;margin-top:10px;padding:.4rem;background:#0009;border-radius:8px;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.timer-icon.svelte-1ibizx3{font-size:1.25rem}.timer-text.svelte-1ibizx3{color:#fff;font-weight:700}.timer-value.svelte-1ibizx3{color:#fde047;background:#0006;padding:0rem .5rem}.timer-value.warning.svelte-1ibizx3{color:#f59e0b;border-color:#f59e0b}.timer-value.danger.svelte-1ibizx3{color:#ef4444;border-color:#ef4444;animation:svelte-1ibizx3-timer-pulse 1s ease-in-out infinite}@keyframes svelte-1ibizx3-timer-pulse{0%,to{opacity:1}50%{opacity:.5}}.solve-time-display.svelte-1ibizx3{text-align:center;font-size:1.2rem;color:#10b981;padding:.5rem;margin-top:.5rem;font-style:italic;font-weight:500}.congratulations-message.svelte-1ibizx3{font-size:1rem;font-weight:700;color:#10b981;padding:.5rem .75rem;background:#10b9811a;border:1px solid #10b981;border-radius:6px;animation:svelte-1ibizx3-celebration .6s ease-in-out;margin-right:.75rem}@keyframes svelte-1ibizx3-celebration{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.puzzle-actions.svelte-1ibizx3{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;margin-top:0}.inline-gold-icon.svelte-1ibizx3{width:1em;height:1em;display:inline-block;vertical-align:middle;margin:0 .1em}@media (orientation: landscape) and (max-height: 500px){.puzzle-dialog{min-width:95vw!important;max-width:95vw!important;padding:.3rem!important}.puzzle-dialog .dialog-content{padding-top:.5rem!important}.game-container.svelte-1ibizx3{display:grid;grid-template-columns:1fr 200px;grid-template-rows:auto auto auto 1fr;gap:.2rem;height:100%;align-items:start}.timer-value.svelte-1ibizx3{margin-top:10px}.solve-time-display.svelte-1ibizx3{grid-column:2;grid-row:2;margin-top:0;margin-bottom:0}}
