.crash-backdrop.svelte-ut57eb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:16px;overflow-y:auto}.crash-card.svelte-ut57eb{background:var(--color-cream, #fffbf0);color:#1a1a1a;border-radius:12px;box-shadow:0 8px 32px #00000059;max-width:640px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border:3px solid var(--color-secondary, #365f2d)}.crash-header.svelte-ut57eb{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 8px;border-bottom:2px solid rgba(0,0,0,.08)}.crash-header.svelte-ut57eb h2:where(.svelte-ut57eb){margin:0;font-size:18px;font-weight:800;color:var(--color-secondary, #365f2d)}.crash-close.svelte-ut57eb{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:6px;color:#555;display:flex}.crash-close.svelte-ut57eb:hover{background:#0000000f}.crash-blurb.svelte-ut57eb{margin:0;padding:12px 18px;font-size:14px;line-height:1.5;color:#333}.crash-pre.svelte-ut57eb{margin:0;padding:12px 18px;flex:1;min-height:120px;max-height:50vh;overflow:auto;background:#1e1e1e;color:#d4d4d4;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.4;white-space:pre;user-select:text;-webkit-user-select:text}.crash-actions.svelte-ut57eb{display:flex;flex-wrap:wrap;gap:8px;padding:12px 18px;border-top:2px solid rgba(0,0,0,.08);background:#00000008}.crash-actions.svelte-ut57eb button{gap:6px}@media(max-width:540px){.crash-backdrop.svelte-ut57eb{padding:0;align-items:flex-end}.crash-card.svelte-ut57eb{max-width:none;max-height:92vh;border-radius:16px 16px 0 0;border-width:3px 0 0 0;padding-bottom:env(safe-area-inset-bottom,0)}.crash-actions.svelte-ut57eb{flex-direction:column;gap:6px}.crash-actions.svelte-ut57eb button{width:100%;justify-content:center}}.sr-only.svelte-hy9bcf{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.play-shell.svelte-hy9bcf{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;background:var(--color-grass);background-image:url(../../../grass.png);background-repeat:repeat;background-size:64px 64px;image-rendering:pixelated;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;overscroll-behavior:none}.play-shell.has-game.svelte-hy9bcf{background:#000;background-image:none}.play-topbar.svelte-hy9bcf{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;background:var(--color-cream);border-bottom:3px solid var(--color-grass-edge);box-shadow:0 2px #00000014}.play-topbar-actions.svelte-hy9bcf{display:flex;align-items:center;gap:8px;margin-left:auto}.play-user.svelte-hy9bcf{max-width:32vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-brown);font-size:13px;font-weight:700;opacity:.85}@media(max-width:540px){.play-user.svelte-hy9bcf{max-width:28vw;font-size:12px}}.game-area.svelte-hy9bcf{flex:1;position:relative;overflow:hidden;container-type:size;display:grid;place-items:start center}.game-frame.svelte-hy9bcf{border:0;display:block;background:#000;aspect-ratio:4 / 3;width:min(100cqi,133.333cqh);height:min(100cqb,75cqi)}.game-frame.hidden-iframe.svelte-hy9bcf{visibility:hidden;pointer-events:none}@media(orientation:portrait)and (pointer:coarse){.game-frame.svelte-hy9bcf{aspect-ratio:unset;width:100%;height:100%}}.checking.svelte-hy9bcf{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.checking-spinner.svelte-hy9bcf{width:32px;height:32px;border:4px solid rgba(54,95,45,.25);border-top-color:var(--color-grass-edge);border-radius:50%;animation:svelte-hy9bcf-spin .8s linear infinite}@keyframes svelte-hy9bcf-spin{to{transform:rotate(360deg)}}.onboarding.svelte-hy9bcf{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px;overflow-y:auto}.play-shell .onboarding-card{width:min(100%,480px);overflow:visible}.play-shell .onboarding-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:32px 24px 28px}.onboarding-leaf.svelte-hy9bcf{width:88px;height:88px;margin-top:-56px;filter:drop-shadow(0 4px 0 rgba(0,0,0,.2));animation:svelte-hy9bcf-bob 4s ease-in-out infinite}.onboarding-title.svelte-hy9bcf{margin:0;font-size:clamp(22px,5vw,32px);font-weight:800;color:var(--color-grass-edge);text-shadow:0 2px 0 rgba(255,255,255,.6);line-height:1.1}.onboarding-sub.svelte-hy9bcf{margin:0;color:var(--color-brown);opacity:.85;font-size:14px;max-width:340px;line-height:1.4}.onboarding-hint.svelte-hy9bcf{margin:4px 0 0;color:var(--color-brown);font-size:12px;opacity:.7}.onboarding-hint.svelte-hy9bcf code:where(.svelte-hy9bcf){background:var(--color-cream-shadow);border-radius:4px;padding:1px 5px;font-size:11px;font-family:ui-monospace,monospace}@media(pointer:coarse){.touch-hidden.svelte-hy9bcf{display:none}}.onboarding-faq.svelte-hy9bcf{margin-top:8px;width:100%;border-top:2px dashed var(--color-cream-shadow);padding-top:12px;text-align:left}.onboarding-faq.svelte-hy9bcf summary:where(.svelte-hy9bcf){cursor:pointer;font-size:13px;font-weight:700;color:var(--color-grass-edge);list-style:none;-webkit-user-select:none;user-select:none}.onboarding-faq.svelte-hy9bcf summary:where(.svelte-hy9bcf):before{content:"?";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:8px;background:var(--color-grass-edge);color:var(--color-cream);border-radius:50%;font-size:11px;font-weight:800}.onboarding-faq[open].svelte-hy9bcf summary:where(.svelte-hy9bcf){margin-bottom:8px}.onboarding-faq.svelte-hy9bcf p:where(.svelte-hy9bcf){margin:0;color:var(--color-brown);font-size:13px;line-height:1.5;opacity:.85}.onboarding-help.svelte-hy9bcf{margin-top:4px;color:var(--color-grass-edge);font-size:13px;font-weight:700;text-decoration:none}.onboarding-help.svelte-hy9bcf:hover{text-decoration:underline}@keyframes svelte-hy9bcf-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.loading.svelte-hy9bcf{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.play-shell .loading-card{width:min(100%,360px);overflow:visible}.play-shell .loading-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:24px 22px 22px}.loading-leaf.svelte-hy9bcf{width:56px;height:56px;margin-top:-36px;filter:drop-shadow(0 3px 0 rgba(0,0,0,.2));animation:svelte-hy9bcf-bob 2s ease-in-out infinite}.loading-msg.svelte-hy9bcf{color:var(--color-grass-edge);font-weight:800;font-size:16px}.loading-resume.svelte-hy9bcf{color:var(--color-brown);font-size:12px;opacity:.75}.loading-bar.svelte-hy9bcf{width:100%;height:8px;background:var(--color-cream-shadow);border:1px solid var(--color-grass-edge);border-radius:999px;overflow:hidden}.loading-bar-fill.svelte-hy9bcf{height:100%;background:linear-gradient(90deg,var(--color-leaf),var(--color-grass));transition:width .4s ease-out}.save-chip.svelte-hy9bcf{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:var(--color-leaf);color:var(--color-cream);border-radius:999px;font-size:12px;font-weight:700;border:2px solid var(--color-leaf-deep);animation:svelte-hy9bcf-save-pulse 1.4s ease-out;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;animation-fill-mode:both}@keyframes svelte-hy9bcf-save-pulse{0%{transform:scale(.85);opacity:0}20%{transform:scale(1.06);opacity:1}to{transform:scale(1);opacity:1}}.cloud-chip.svelte-hy9bcf{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:var(--color-cream-shadow);color:var(--color-grass-edge);border:2px solid var(--color-grass-edge);border-radius:999px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .1s,transform .1s;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.cloud-chip.svelte-hy9bcf:hover{background:var(--color-cream)}.cloud-chip.svelte-hy9bcf:active{transform:translateY(1px)}.cloud-chip.svelte-hy9bcf:focus-visible{outline:2px solid var(--color-grass-edge);outline-offset:2px}@media(pointer:coarse){.cloud-chip.svelte-hy9bcf{min-height:36px;padding:6px 12px}}.cloud-chip-synced.svelte-hy9bcf{background:var(--color-leaf);color:var(--color-cream);border-color:var(--color-leaf-deep)}.cloud-chip-syncing.svelte-hy9bcf,.cloud-chip-checking.svelte-hy9bcf{background:var(--color-cream);color:var(--color-grass-edge)}.cloud-chip-conflict.svelte-hy9bcf{background:#f5d547;color:#6b4f2a;border-color:#c9a82a}.cloud-chip-error.svelte-hy9bcf,.cloud-chip-offline.svelte-hy9bcf{background:transparent;color:#b53d3d;border-color:#b53d3d}.cloud-chip-spin.svelte-hy9bcf{animation:svelte-hy9bcf-cloud-chip-spin 1.2s linear infinite}@keyframes svelte-hy9bcf-cloud-chip-spin{to{transform:rotate(360deg)}}.conflict-body.svelte-hy9bcf{padding:4px 20px 12px;color:var(--color-brown);font-size:13px;line-height:1.5}.conflict-body.svelte-hy9bcf p:where(.svelte-hy9bcf){margin:0 0 12px}.conflict-cards.svelte-hy9bcf{display:grid;grid-template-columns:1fr 1fr;gap:12px}.conflict-card.svelte-hy9bcf{background:var(--color-cream-shadow);border:2px solid var(--color-grass-edge);border-radius:12px;padding:12px;text-align:center}.conflict-card-label.svelte-hy9bcf{font-size:11px;font-weight:800;color:var(--color-grass-edge);text-transform:uppercase;letter-spacing:.6px;margin-bottom:4px}.conflict-card-time.svelte-hy9bcf{font-size:16px;font-weight:800;color:var(--color-brown);margin:4px 0}.conflict-card-hint.svelte-hy9bcf{font-size:11px;color:var(--color-brown);opacity:.75;margin-bottom:4px}.conflict-card-meta.svelte-hy9bcf{font-size:11px;color:var(--color-brown);opacity:.6;font-family:ui-monospace,monospace}.conflict-footer.svelte-hy9bcf{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px 18px;flex-wrap:wrap}.audio-chip.svelte-hy9bcf{position:absolute;bottom:16px;left:50%;transform:translate(-50%);z-index:220;display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:var(--color-cream);color:var(--color-grass-edge);border:3px solid var(--color-grass-edge);border-radius:999px;font-weight:800;font-size:14px;cursor:pointer;box-shadow:0 4px 0 var(--color-grass-edge),0 8px 24px #0006;font-family:inherit}.audio-chip.svelte-hy9bcf:hover{background:#fffbe7}.audio-chip.svelte-hy9bcf svg{width:16px;height:16px}.reload-banner.svelte-hy9bcf{position:absolute;top:12px;left:50%;transform:translate(-50%);z-index:230;display:flex;align-items:center;gap:12px;max-width:min(94vw,520px);padding:10px 12px 10px 16px;background:var(--color-cream);color:var(--color-grass-edge);border:3px solid var(--color-grass-edge);border-radius:14px;box-shadow:0 4px 0 var(--color-grass-edge),0 8px 24px #00000059;font-size:13px;font-weight:700}.reload-banner-text.svelte-hy9bcf{display:flex;align-items:center;gap:8px;flex:1;line-height:1.35}.reload-banner-text.svelte-hy9bcf svg{flex:0 0 auto}@media(max-width:540px){.reload-banner.svelte-hy9bcf{flex-direction:column;align-items:stretch;text-align:center}.reload-banner-text.svelte-hy9bcf{justify-content:center}}.kbd-hints.svelte-hy9bcf{position:absolute;bottom:12px;right:14px;z-index:5;display:none;flex-direction:column;gap:3px;padding:8px 12px;background:#0000008c;color:#fffc;border-radius:12px;font-size:11px;font-weight:700;pointer-events:none;-webkit-user-select:none;user-select:none;transition:opacity .2s;opacity:.5}@media(pointer:fine)and (min-width:720px){.kbd-hints.svelte-hy9bcf{display:flex}}.game-area.svelte-hy9bcf:hover .kbd-hints:where(.svelte-hy9bcf){opacity:.95}.kbd-hints.svelte-hy9bcf kbd:where(.svelte-hy9bcf){display:inline-block;padding:1px 5px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:4px;font-family:ui-monospace,monospace;font-size:10px;margin-right:4px}.drop-overlay.svelte-hy9bcf{position:absolute;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;background:#1f9d27c7;pointer-events:none;animation:svelte-hy9bcf-drop-pulse 1s ease-in-out infinite alternate}.drop-card.svelte-hy9bcf{background:var(--color-cream);border:4px dashed var(--color-grass-edge);border-radius:24px;padding:32px 56px;text-align:center;color:var(--color-grass-edge);box-shadow:0 6px 0 var(--color-grass-edge)}.drop-icon.svelte-hy9bcf{font-size:56px;line-height:1}.drop-title.svelte-hy9bcf{font-size:22px;font-weight:800;margin-top:8px}.drop-sub.svelte-hy9bcf{font-size:13px;opacity:.85;margin-top:4px;letter-spacing:1px}@keyframes svelte-hy9bcf-drop-pulse{0%{background:#1f9d27a6}to{background:#1f9d27d9}}.error-toast.svelte-hy9bcf{position:absolute;left:50%;bottom:16px;transform:translate(-50%);z-index:240;max-width:min(92vw,460px);display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--color-cream);color:var(--color-brown);border:3px solid #b53d3d;border-radius:14px;box-shadow:0 4px #b53d3d,0 8px 24px #0006;font-size:13px;line-height:1.4}.error-msg.svelte-hy9bcf{flex:1}.error-dismiss.svelte-hy9bcf{flex:0 0 auto;background:transparent;color:#b53d3d;border:2px solid #b53d3d;border-radius:999px;padding:4px 10px;font-weight:700;cursor:pointer;font-family:inherit;font-size:12px}.error-dismiss.svelte-hy9bcf:hover{background:#b53d3d14}@media(orientation:portrait)and (pointer:coarse){.error-toast.svelte-hy9bcf,.audio-chip.svelte-hy9bcf{bottom:256px}}.howto-backdrop.svelte-hy9bcf{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:flex-start;justify-content:center;padding:16px;padding-top:max(16px,env(safe-area-inset-top,16px));padding-bottom:max(16px,env(safe-area-inset-bottom,16px));background:#000000b3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overflow-y:auto;-webkit-overflow-scrolling:touch}.howto-card.svelte-hy9bcf{width:min(100%,520px);margin:auto;background:var(--color-cream);border:4px solid var(--color-grass-edge);border-radius:22px;box-shadow:0 6px 0 var(--color-grass-edge),0 16px 40px #365f2d73;display:flex;flex-direction:column}@media(max-width:540px){.howto-backdrop.svelte-hy9bcf{padding:12px}.howto-card.svelte-hy9bcf{border-radius:18px;border-width:3px}}.howto-header.svelte-hy9bcf{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px 8px}.howto-title.svelte-hy9bcf{margin:0;color:var(--color-grass-edge);font-size:22px;font-weight:800;text-shadow:0 1px 0 rgba(255,255,255,.5)}.howto-close.svelte-hy9bcf{flex:0 0 auto;width:32px;height:32px;border-radius:50%;background:transparent;border:2px solid var(--color-grass-edge);color:var(--color-grass-edge);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .1s}.howto-close.svelte-hy9bcf:hover{background:#365f2d1a}.howto-close.svelte-hy9bcf svg{width:16px;height:16px}.howto-steps.svelte-hy9bcf{list-style:none;margin:0;padding:8px 20px 4px;display:flex;flex-direction:column;gap:18px}@media(max-width:540px){.howto-steps.svelte-hy9bcf{padding:6px 14px 2px;gap:14px}.howto-header.svelte-hy9bcf{padding:14px 16px 6px}.howto-footer.svelte-hy9bcf{padding:10px 16px 14px}.play-shell .howto-title{font-size:18px}}.howto-step.svelte-hy9bcf{display:grid;grid-template-columns:36px 1fr;gap:14px;align-items:start}.howto-chip.svelte-hy9bcf{width:32px;height:32px;border-radius:50%;background:var(--color-grass-edge);color:var(--color-cream);font-weight:800;font-size:16px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 3px 0 var(--color-leaf-deep)}.howto-body.svelte-hy9bcf{min-width:0}.howto-step-title.svelte-hy9bcf{display:flex;align-items:center;gap:8px;color:var(--color-grass-edge);font-weight:800;font-size:15px;margin-bottom:4px}.howto-step-title.svelte-hy9bcf svg{width:16px;height:16px}.howto-body.svelte-hy9bcf p:where(.svelte-hy9bcf){margin:0;color:var(--color-brown);font-size:13px;line-height:1.5;opacity:.9}.howto-body.svelte-hy9bcf code:where(.svelte-hy9bcf){background:var(--color-cream-shadow);border-radius:4px;padding:1px 5px;font-size:11px;font-family:ui-monospace,monospace}.howto-body.svelte-hy9bcf a:where(.svelte-hy9bcf){color:var(--color-grass-edge);font-weight:700;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:2px}.howto-body.svelte-hy9bcf strong:where(.svelte-hy9bcf){color:var(--color-grass-edge)}.howto-controls.svelte-hy9bcf{display:flex;flex-direction:column;gap:10px;margin-top:2px}.howto-controls-section.svelte-hy9bcf{display:flex;flex-direction:column;gap:4px}.howto-controls-label.svelte-hy9bcf{font-size:11px;font-weight:800;color:var(--color-grass-edge);text-transform:uppercase;letter-spacing:.6px;opacity:.75}.howto-kbds.svelte-hy9bcf{display:flex;flex-wrap:wrap;gap:6px 12px;font-size:12px;color:var(--color-brown)}.howto-kbds.svelte-hy9bcf kbd:where(.svelte-hy9bcf){display:inline-block;padding:1px 6px;background:var(--color-cream-shadow);border:1px solid var(--color-grass-edge);border-radius:4px;font-family:ui-monospace,monospace;font-size:11px;font-weight:700;margin-right:4px;color:var(--color-grass-edge)}.howto-mobile-controls.svelte-hy9bcf{margin:0;font-size:12px!important}.howto-footer.svelte-hy9bcf{display:flex;justify-content:flex-end;padding:12px 20px 18px}.howto-cloud-note.svelte-hy9bcf{margin-top:8px!important;padding:8px 10px;background:#1f9d271a;border-left:3px solid var(--color-leaf);border-radius:4px;display:flex;align-items:flex-start;gap:8px;color:var(--color-grass-edge)!important;font-size:12px!important}.howto-cloud-note.svelte-hy9bcf svg{flex:0 0 auto;margin-top:2px;color:var(--color-leaf)}.howto-cloud-note.svelte-hy9bcf a:where(.svelte-hy9bcf){color:var(--color-leaf-deep);text-decoration:underline;font-weight:700}
