.dodo-town,.town-unavailable{flex-direction:column;flex:1;min-height:0;display:flex}.town-unavailable{justify-content:center;align-items:center;gap:12px}.town-scene{background:#e9e4d8;border-radius:20px;flex:1;min-height:420px;position:relative;overflow:hidden}.town-stage{position:absolute;overflow:hidden}.town-still,.town-clip{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.town-clip--hidden{opacity:0}.gate-overlay{flex-direction:column;display:flex;position:absolute;inset:0}.gate-overlay .language-picker{background:#ffffffd9;border-radius:999px;align-self:center;margin-top:12px;padding:4px 12px}.gate-hotspot{color:#0000;background:0 0;border:0;border-radius:0;flex:1}.gate-hotspot:focus-visible{outline-offset:-4px}.town-heading{background:#ffffffd9;border-radius:999px;margin:0;padding:6px 14px;font-size:1.25rem;position:absolute;top:12px;left:50%;transform:translate(-50%)}.hotspot{color:#0000;background:0 0;border:0;border-radius:8px;min-width:44px;min-height:44px;padding:0;position:absolute}.transition-label{background:#ffffffd9;border-radius:999px;margin:0;padding:8px 14px;font-size:.9rem;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.npc-bubble{justify-content:center;display:flex;position:absolute;left:16px;right:16px}.bubble{--bubble-radius:18px;border-radius:var(--bubble-radius);background:#fffffff2;max-width:100%;margin:0;padding:10px 14px;font-size:1.1rem;font-weight:600;box-shadow:0 1px 3px #00000040}.bubble--dodo{background:#ffe066f2}.bubble__sentence{display:block}.interior-bottom{flex-direction:column;align-items:stretch;gap:10px;padding:0 16px 12px;display:flex;position:absolute;bottom:0;left:0;right:0}.cards{flex-direction:column;align-items:center;gap:10px;display:flex}.card{background:#fffffff2;border:0;border-radius:16px;width:min(100%,220px);padding:8px;position:relative}.card img{object-fit:contain;width:100%;height:72px;display:block}.card__star{color:#d9a400;font-size:1.1rem;position:absolute;top:6px;right:8px}.dodo-row{align-items:flex-end;gap:8px;display:flex}.dodo-avatar{object-fit:contain;width:56px;height:56px}.back-to-town{align-self:center}@keyframes bubble-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes dodo-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.bubble--speaking{animation:.8s ease-in-out infinite bubble-pulse}.dodo-avatar--speaking{animation:.8s ease-in-out infinite dodo-bounce}.bubble--dodo.bubble--speaking{animation:none}@media (forced-colors:active){.hotspot,.gate-hotspot{forced-color-adjust:none;color:#0000;background:0 0;outline:1px solid buttontext}}@media (prefers-reduced-motion:reduce){.bubble--speaking,.dodo-avatar--speaking{animation:none}.bubble--speaking{outline-offset:2px;outline:3px solid #1d6fb8}}@media (width>=600px){.cards{flex-direction:row;justify-content:center}.card{width:160px}.card img{height:100px}}.gate{--door-x:26.76%;--door-y:26.86%;--door-w:46.48%;--door-h:59.57%;--gate-duration:0s;aspect-ratio:1;perspective:900px;background:0 0;border:0;border-radius:24px;width:min(100%,70vh,560px);padding:0;display:block;position:relative;overflow:hidden}.gate__scene{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.gate__shade{left:var(--door-x);top:var(--door-y);width:var(--door-w);height:var(--door-h);transition:opacity var(--gate-duration) ease-in-out;background:#00000073;display:block;position:absolute;-webkit-mask-image:url(/assets/gate-door-left-QgB1gLI-.png),url(/assets/gate-door-right-BhBoQ3mg.png);mask-image:url(/assets/gate-door-left-QgB1gLI-.png),url(/assets/gate-door-right-BhBoQ3mg.png);-webkit-mask-position:0 0,100% 0;mask-position:0 0,100% 0;-webkit-mask-size:50% 100%;mask-size:50% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.gate__door{top:var(--door-y);width:calc(var(--door-w) / 2);height:var(--door-h);object-fit:fill;backface-visibility:visible;transition:transform var(--gate-duration) ease-in-out, opacity var(--gate-duration) ease-in-out;position:absolute}.gate__door--left{left:var(--door-x);transform-origin:0}.gate__door--right{left:calc(var(--door-x) + var(--door-w) / 2);transform-origin:100%}.gate--open .gate__shade{opacity:0}.gate--open:not(.gate--fade) .gate__door--left{transform:rotateY(105deg)}.gate--open:not(.gate--fade) .gate__door--right{transform:rotateY(-105deg)}.gate--open.gate--fade .gate__door{opacity:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#1f1f1f;background:#f7f5ef;font-family:system-ui,-apple-system,sans-serif}body{margin:0}button{min-width:44px;min-height:44px;font:inherit;cursor:pointer;color:inherit;background:#fff;border:1px solid #c9c2b4;border-radius:12px;padding:8px 14px}:focus-visible{outline-offset:2px;outline:3px solid #1d6fb8}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}#root{flex-direction:column;min-height:100dvh;display:flex}.app-header{justify-content:space-between;align-items:center;gap:12px;padding:8px 16px;display:flex}.app-header h1{margin:0;font-size:1.25rem}.app-main{flex-direction:column;flex:1;min-height:0;padding:0 16px 16px;display:flex}.tab-bar{padding:8px 16px calc(8px + env(safe-area-inset-bottom));background:#fffdf8;border-top:1px solid #ddd6c8;grid-template-columns:1fr 1fr;gap:8px;display:grid}.tab-bar button[aria-pressed=true]{color:#fff;background:#1d6fb8}button.primary{color:#fff;background:#1d6fb8;border-color:#0000}button.destructive{color:#b3261e}select{min-height:44px;font:inherit;border-radius:10px;padding:6px 10px}.language-picker{align-items:center;gap:8px;display:flex}dialog{border:0;border-radius:20px;max-width:min(92vw,480px);padding:20px}dialog::backdrop{background:#0006}.settings-list,.settings-confirm,.celebration{flex-direction:column;gap:12px;display:flex}.error-screen,.banner,.intro{color:#4a4a4a}.gate-screen{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.world-sound h2{margin:12px 0 4px}.category-grid,.object-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.category-card{color:#fff;border:0;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:120px;font-weight:600;display:flex}.category-card__learning,.category-card__progress{opacity:.9;font-size:.85rem;font-weight:400}.object-card{border-radius:20px;flex-direction:column;align-items:center;gap:6px;padding:10px;display:flex}.object-card img{object-fit:cover;border-radius:16px;width:100%;max-width:300px;height:100px}.object-card--discovered img{outline:3px solid #2f9e6a}.object-card__learning{color:#5a5a5a;font-size:.85rem}.pager__bar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.pager__title{flex:1;margin:0}.pager__tabs{gap:8px;padding:8px 0;display:flex;overflow-x:auto}.pager__tabs button[aria-pressed=true]{color:#fff;background:#1d6fb8}@media (width>=600px){.category-grid,.object-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.object-card img{height:140px}}@media (width>=1024px){.app-main{width:100%;max-width:1200px;margin:0 auto}.category-grid,.object-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.object-card img{height:180px}}
