:root{--ink:#18493f;--muted:#647970;--paper:#fffdf8;--line:#dfd4b8;--green:#4b9872;--green-dark:#317659;--coral:#e47760;--gold:#e0b454;--shadow:0 18px 42px rgba(65,74,50,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:radial-gradient(circle at 12% 7%,#edf5e3 0 18%,transparent 40%),linear-gradient(135deg,#f8f1df,#eef4e5);color:var(--ink);font-family:"Segoe UI",Arial,sans-serif}button{font:inherit;color:inherit}.app{width:min(1120px,calc(100% - 32px));margin:24px auto 40px}.game-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.game-home-link{display:inline-flex;align-items:center;gap:12px;padding:6px 10px 6px 6px;border-radius:20px;color:var(--ink);text-decoration:none;transition:.18s ease}.game-home-link:hover{background:rgba(255,255,255,.72);transform:translateY(-1px)}.game-home-link:focus-visible,.route-card:focus-visible,.candidate:focus-visible,.primary-button:focus-visible,.hint-button:focus-visible,.quiet-button:focus-visible,.back-button:focus-visible{outline:4px solid rgba(77,145,173,.36);outline-offset:3px}.game-home-link>span:last-child{display:grid;gap:1px}.game-home-link strong{font-size:22px}.game-home-link small{font-size:13px;color:var(--muted)}.game-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#fff1cb;border:2px solid #e5b958;box-shadow:0 6px 13px rgba(90,79,38,.13)}.game-icon svg{width:40px;height:40px;fill:#f7e3ab;stroke:#17493e;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.age-pill,.hero-facts span{white-space:nowrap;border:1px solid rgba(23,73,62,.15);background:rgba(255,255,255,.78);border-radius:999px;padding:10px 16px}.screen{display:none}.screen.is-active{display:block}.hero-card{display:grid;grid-template-columns:1.05fr .95fr;min-height:466px;overflow:hidden;border:1px solid #d8d6b8;border-radius:40px;background:rgba(255,255,249,.9);box-shadow:var(--shadow)}.hero-art{min-height:466px}.hero-art img{display:block;width:100%;height:100%;object-fit:cover}.hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:46px clamp(32px,5vw,62px)}.eyebrow{font-size:13px;font-weight:900;letter-spacing:.13em;color:#4b8d69}.hero-copy h1{font-size:clamp(37px,4.1vw,56px);line-height:1.04;letter-spacing:-.035em;margin:12px 0 18px}.hero-copy p{font-size:19px;line-height:1.55;color:var(--muted);margin:0}.hero-facts{display:flex;gap:9px;flex-wrap:wrap;margin:24px 0}.hero-facts span{padding:8px 13px;font-size:14px}.primary-button,.hint-button,.quiet-button,.back-button{border:0;border-radius:17px;cursor:pointer;font-weight:800;transition:.18s ease}.primary-button{padding:15px 23px;background:var(--green);color:white;box-shadow:0 8px 18px rgba(53,130,90,.2)}.primary-button:hover{background:var(--green-dark);transform:translateY(-2px)}.hint-button,.quiet-button{padding:14px 20px;background:#eaf1e7}.hint-button:hover,.quiet-button:hover{background:#dce8db}.hero-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;list-style:none;margin:18px 0 34px;padding:0}.hero-steps li{display:flex;align-items:center;gap:15px;min-height:112px;padding:18px;border:1px solid var(--line);border-radius:28px;background:rgba(255,253,247,.92)}.hero-steps b{flex:0 0 48px;height:48px;display:grid;place-items:center;border-radius:16px;background:var(--coral);color:white;font-size:23px}.hero-steps span{display:grid;gap:4px}.hero-steps strong{font-size:17px}.hero-steps small{color:var(--muted);line-height:1.35}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-heading h2{font-size:31px;margin:7px 0 0}.section-heading p{margin:0;color:var(--muted);font-weight:700}.route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.route-card{display:grid;grid-template-rows:auto auto 1fr auto auto;gap:10px;min-height:270px;padding:24px;text-align:left;border:1px solid var(--line);border-radius:28px;background:var(--paper);cursor:pointer;box-shadow:0 10px 24px rgba(70,75,51,.08);transition:.18s ease}.route-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.route-number{width:50px;height:50px;display:grid;place-items:center;border-radius:17px;background:var(--route-color);color:#fff;font-size:22px;font-weight:900}.route-card h3{font-size:23px;margin:0}.route-card p{margin:0;color:var(--muted);line-height:1.45}.route-progress{height:9px;border-radius:999px;background:#e4e9df;overflow:hidden}.route-progress i{display:block;width:var(--done);height:100%;border-radius:inherit;background:var(--route-color)}.route-card>b{color:var(--route-color);font-size:14px}.play-card{padding:clamp(18px,3vw,34px);border:1px solid #d8d2b5;border-radius:36px;background:rgba(255,253,248,.97);box-shadow:var(--shadow)}.play-head{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}.back-button{width:48px;height:48px;background:#eaf1e7;font-size:25px}.play-head small{font-weight:900;letter-spacing:.1em;color:var(--green)}.play-head h2{margin:3px 0 0;font-size:27px}.play-head>span{font-weight:900;color:var(--muted)}.progress-track{height:10px;margin:18px 0 24px;border-radius:999px;background:#e3e9df;overflow:hidden}.progress-track i{display:block;width:0;height:100%;background:linear-gradient(90deg,#6aa373,#e0b554);border-radius:inherit;transition:width .25s}.task-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:15px}.task-heading h3{font-size:29px;margin:6px 0 0}.task-heading p{margin:0;color:var(--muted);font-weight:700}.arrival-stage{position:relative;min-height:350px;overflow:hidden;border:3px solid #ded3b4;border-radius:30px;background:url('../assets/scene-library/backgrounds/meadow-path.webp') center/cover;box-shadow:inset 0 -70px rgba(226,194,130,.35)}.party-house{position:absolute;right:10%;bottom:9%;width:36%;height:68%;border:4px solid #9a7148;border-radius:22px 22px 10px 10px;background:#fff3d6;box-shadow:0 10px 18px rgba(61,61,41,.18)}.party-house .roof{position:absolute;left:-8%;right:-8%;top:-25%;height:42%;background:#d47460;clip-path:polygon(50% 0,100% 70%,91% 70%,91% 100%,9% 100%,9% 70%,0 70%)}.party-door{position:absolute;left:50%;bottom:-4px;width:42%;height:60%;transform:translateX(-50%);border:4px solid #775335;border-radius:60px 60px 4px 4px;background:#315f50;box-shadow:inset 0 0 0 5px rgba(255,255,255,.13)}.garland{position:absolute;left:12%;right:12%;top:17%;height:18px;border-top:4px solid #60806b;border-radius:50%}.garland:before,.garland:after{content:"";position:absolute;width:14px;height:18px;top:-4px;background:#e4af4f;clip-path:polygon(0 0,100% 0,50% 100%)}.garland:before{left:22%}.garland:after{right:22%;background:#6da0b8}.party-tea{position:absolute;z-index:2;right:1%;bottom:3%;width:20%;height:27%;object-fit:contain;filter:drop-shadow(0 6px 6px rgba(52,53,38,.16))}.felt-path{position:absolute;left:-7%;bottom:-22%;width:78%;height:63%;transform:rotate(-8deg);border-radius:50%;background:#dfc68e;box-shadow:inset 0 0 0 4px rgba(149,107,54,.14)}.felt-path i{position:absolute;width:25px;height:35px;border-radius:50%;background:#b59b68}.felt-path i:nth-child(1){left:18%;top:22%}.felt-path i:nth-child(2){left:42%;top:42%}.felt-path i:nth-child(3){left:68%;top:54%}.current-guest{position:absolute;z-index:4;left:31%;bottom:4%;width:34%;height:76%;display:flex;align-items:center;justify-content:flex-end;flex-direction:column}.current-guest img{display:block;width:100%;height:84%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 8px 7px rgba(44,50,34,.2))}.current-guest b{padding:7px 13px;border-radius:999px;background:rgba(255,253,240,.92);box-shadow:0 4px 9px rgba(62,65,43,.13)}.current-guest.is-hint{animation:guestGlow .75s ease-in-out 2}.closed-door-note{position:absolute;z-index:4;left:35%;bottom:17%;width:62px;height:76px;border-radius:45% 45% 25% 25%;background:rgba(61,86,67,.2)}.memory-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:15px;margin-top:15px}.sequence-strip{display:grid;grid-template-columns:repeat(var(--places),minmax(0,1fr));gap:9px;padding:12px;border:1px solid #ded4b7;border-radius:22px;background:#f7f1df}.sequence-strip:has(>:nth-child(3):last-child){--places:3}.sequence-strip:has(>:nth-child(4):last-child){--places:4}.sequence-strip:has(>:nth-child(5):last-child){--places:5}.sequence-place{position:relative;min-width:0;min-height:102px;display:grid;place-items:center;padding:19px 5px 5px;border:2px dashed #cfc4a8;border-radius:16px;background:#fffdf7}.sequence-place>b{position:absolute;left:6px;top:6px;width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#e6ecdF;color:#48695a}.sequence-place i{width:35px;height:46px;border-radius:50%;background:#dce4d8}.sequence-place img{width:65px;height:62px;object-fit:contain;object-position:center}.sequence-place small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:11px}.sequence-place.is-current{border-style:solid;border-color:#e0ad46;background:#fff7da}.sequence-place.is-filled{border-style:solid;border-color:#6ca27c;background:#eef7e9}.candidate-panel{padding:12px;border:1px solid #ded4b7;border-radius:22px;background:#f7f1df}.candidate-panel[hidden]{display:none}.candidate-panel>span{font-size:11px;font-weight:900;letter-spacing:.1em;color:#6b806f}.candidate-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:9px}.candidate{min-width:0;min-height:96px;padding:7px 5px;border:2px solid #d7ceb5;border-radius:15px;background:#fff;cursor:pointer}.candidate img{display:block;width:64px;height:60px;margin:auto;object-fit:contain;object-position:center}.candidate b{display:block;overflow:hidden;text-overflow:ellipsis;font-size:12px;white-space:nowrap}.candidate:hover{border-color:#77a389;background:#f5fbf1}.candidate.is-wrong{border-color:#df725d;background:#fff0ea;animation:guestShake .28s ease}.candidate.is-hint{box-shadow:0 0 0 4px rgba(228,175,79,.35)}.candidate.is-used{opacity:.4}.feedback{display:flex;gap:8px;align-items:baseline;min-height:58px;margin-top:14px;padding:14px 17px;border-radius:17px;background:#edf2e9;color:var(--muted)}.feedback b{color:var(--ink);white-space:nowrap}.feedback[data-tone="wrong"]{background:#fff0e8}.feedback[data-tone="success"]{background:#e7f5e9}.feedback[data-tone="hint"]{background:#fff5d7}.play-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:14px}.task-tabs{display:flex;justify-content:center;gap:8px;margin-top:18px}.task-tabs button{width:35px;height:10px;border:0;border-radius:999px;background:#dce3d9;cursor:pointer}.task-tabs button.is-current{background:var(--green)}.task-tabs button.is-done{background:var(--gold)}.result-card{max-width:720px;margin:44px auto;padding:50px clamp(24px,6vw,70px);text-align:center;border:1px solid #d7d1ae;border-radius:38px;background:var(--paper);box-shadow:var(--shadow)}.result-mark svg{width:98px;height:76px;fill:#f7e5b4;stroke:#17493e;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.result-card h2{font-size:40px;margin:12px 0}.result-card>p{font-size:19px;line-height:1.55;color:var(--muted)}.result-stats{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:25px 0}.result-stats span{padding:12px 16px;border-radius:17px;background:#edf3e8}.result-card .quiet-button{display:block;margin:12px auto 0}@keyframes guestGlow{50%{filter:drop-shadow(0 0 17px #ffbd43)}}@keyframes guestShake{33%{transform:translateX(-5px)}66%{transform:translateX(5px)}}
@media(max-width:820px){.hero-card{grid-template-columns:1fr}.hero-art{min-height:0;aspect-ratio:3/2}.hero-copy{padding:32px}.hero-steps,.route-grid{grid-template-columns:1fr}.route-card{min-height:0}.memory-panel{grid-template-columns:1fr}.arrival-stage{min-height:320px}.task-heading{align-items:flex-start}.feedback{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.app{width:min(1120px,calc(100% - 20px));margin-top:12px}.game-topbar{align-items:flex-start}.game-home-link{padding-left:0}.game-home-link strong{font-size:17px}.game-home-link small{font-size:11px}.game-icon{width:46px;height:46px}.age-pill{padding:8px 10px;font-size:13px}.hero-card,.play-card{border-radius:27px}.hero-copy{padding:26px 22px}.hero-copy h1{font-size:35px}.hero-copy p{font-size:17px}.section-heading{align-items:flex-start;flex-direction:column}.section-heading h2{font-size:27px}.play-card{padding:14px 10px}.play-head{grid-template-columns:auto 1fr}.play-head>span{grid-column:2}.play-head h2{font-size:22px}.task-heading{display:block}.task-heading h3{font-size:25px}.task-heading p{margin-top:5px}.arrival-stage{min-height:255px;border-radius:22px}.party-house{right:4%;width:43%}.party-tea{width:25%}.current-guest{left:20%;width:43%;height:74%}.memory-panel{gap:10px}.sequence-strip{gap:5px;padding:7px}.sequence-place{min-height:82px;padding-inline:2px}.sequence-place img{width:49px;height:47px}.sequence-place small{font-size:9px}.sequence-place>b{width:21px;height:21px;font-size:11px}.candidate-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.candidate img{width:52px;height:49px}.candidate b{font-size:10px}.feedback{font-size:14px}.play-actions{display:grid;grid-template-columns:1fr 1fr}.play-actions button{padding:13px 9px}.play-actions [data-task-next]{grid-column:1/-1}.task-tabs button{width:25px}.result-card{margin:22px auto;padding:36px 20px}.result-card h2{font-size:32px}}
