:root{--ink:#26363d;--cream:#f7efe2;--green:#3e9b78;--gold:#f2bc4b;--red:#e86d60}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{background:#dcebed;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink)}button{font:inherit;border:0;cursor:pointer}#viewport{position:fixed;top:0;left:0;right:0;bottom:0;background:#dcebed;overflow:hidden}#app{position:absolute;top:0;left:0;width:600px;height:960px;overflow:hidden;background:#e6cda9;box-shadow:0 0 45px #0002;touch-action:none;-webkit-user-select:none;user-select:none;will-change:transform;transform:translateZ(0)}#top{height:140px;background:linear-gradient(180deg,#5a4636,#463527);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0;position:relative}.menu-btn{background:#fff2;border:none;color:#fff;font-size:20px;width:38px;height:38px;border-radius:10px;cursor:pointer;flex-shrink:0;margin-right:8px}.menu-btn:active{background:#ffffff3a}#top{z-index:300}#tutDim{position:absolute;top:0;left:0;right:0;bottom:0;background:#000;opacity:.6;z-index:200;display:none;pointer-events:auto}.tut-counter-dim{filter:brightness(.4)}.tut-highlight{filter:drop-shadow(0 0 4px #f2bc4bff) drop-shadow(0 0 9px #f2bc4bcc) drop-shadow(0 0 15px #f2bc4b99);z-index:220!important;position:relative;animation:tutPulse 1.4s ease-in-out infinite}@keyframes tutPulse{0%,to{filter:drop-shadow(0 0 4px #f2bc4bff) drop-shadow(0 0 9px #f2bc4bcc) drop-shadow(0 0 15px #f2bc4b99)}50%{filter:drop-shadow(0 0 4px #f2bc4b88) drop-shadow(0 0 9px #f2bc4b66) drop-shadow(0 0 15px #f2bc4b44)}}.logo{font-size:26px;font-weight:950;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);white-space:nowrap;text-shadow:0 2px 4px #0006}.logo b{color:var(--green)}.brand{font-family:Lobster,Brush Script MT,Snell Roundhand,cursive;font-weight:700;letter-spacing:.3px}.logo .brand{font-size:30px}.stats{display:flex;gap:10px;align-items:center;position:absolute;right:14px;bottom:5px;line-height:1.05}.stat{text-align:center;min-width:43px}.stat small{display:block;font-size:10px;opacity:.6}.stat strong{font-size:17px}.stat.urgent strong{color:#e5544f;animation:urgentPulse .9s ease-in-out infinite}@keyframes urgentPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.08)}}.register{background:#141a14;border:2px solid #3a4a3a;border-radius:7px;padding:3px 10px 4px;box-shadow:inset 0 0 8px #000c;text-align:center;min-width:64px}.register small{display:block;font-size:8px;color:#7fdc7f;opacity:.65;letter-spacing:.06em}.register strong{font-family:Courier New,monospace;font-size:16px;font-weight:700;color:#6dff6d;text-shadow:0 0 5px #6dff6d99;letter-spacing:.5px}#room{position:absolute;top:140px;left:0;right:0;bottom:0;overflow:hidden}.wall{position:absolute;top:0;left:0;right:0;height:34%;background:#f2ece1;overflow:hidden;box-shadow:inset 0 -10px 12px -6px #00000030}.wall .blob{position:absolute;border-radius:50%}.wall .blob-a{width:340px;height:340px;left:-70px;top:-160px;background:#e9c9a0;opacity:.45}.wall .blob-b{width:250px;height:250px;left:60px;top:-190px;background:#dba8a0;opacity:.3}.wall .blob-c{width:260px;height:260px;right:-60px;top:-140px;background:#a9c2ad;opacity:.3}.window{position:absolute;left:18px;top:16px;width:140px;height:76px;border:7px solid #704732;border-radius:12px;background:var(--sky-grad,linear-gradient(135deg,#a9d8e3,#f4fbf8));overflow:hidden;transition:background 1s linear}.window-stars{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s linear}.window-stars i{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;box-shadow:0 0 3px 1px #fff}.window-stars i:nth-child(1){left:20%;top:22%}.window-stars i:nth-child(2){left:55%;top:16%}.window-stars i:nth-child(3){left:78%;top:38%}.window-stars i:nth-child(4){left:38%;top:45%}.wall-clock{position:absolute;left:50%;top:78px;transform:translate(-50%);width:52px;height:52px;border-radius:50%;background:#d9c6a3;box-shadow:0 3px 6px #0003,inset 0 0 0 2px #b89a6c;z-index:3;transition:transform .2s ease-out,opacity .2s ease-out}.wall-clock-fill{position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;--pct:0%;--fillcolor:#d8d8d0;background:conic-gradient(var(--fillcolor) var(--pct),#f3ede0 var(--pct));display:flex;align-items:center;justify-content:center}.wall-clock-face{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.wall-clock-face span{background:#2c3e42;color:#fff;font-weight:900;font-size:14px;min-width:24px;height:24px;padding:0 3px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0007,0 0 0 2px #fffc}@keyframes wallClockPulse{0%,to{opacity:1;transform:translate(-50%) scale(1)}50%{opacity:.55;transform:translate(-50%) scale(1.08)}}.wall-clock.urgent{animation:wallClockPulse .9s ease-in-out infinite}.counter{position:absolute;right:18px;top:234px;width:220px;z-index:5}.counter-queue-badge{position:absolute;top:-10px;right:-6px;background:#e5544f;color:#fff;font-weight:900;font-size:12px;line-height:1;padding:5px 7px;border-radius:999px;box-shadow:0 2px 4px #0004;z-index:6;border:2px solid #fff}#chef{position:absolute;right:93px;top:208px;width:70px;height:84px;z-index:4;pointer-events:none}#chef .chef-body{position:absolute;left:0;top:0;width:100%;height:100%;display:block}#chef .chef-arm{position:absolute;transform-origin:50% 0%}#chef .chef-hat{position:absolute;left:50%;top:-24px;transform:translate(-50%);width:52px;height:40px;z-index:2}#chef.cooking #chefArmL{animation:chefArmL .5s ease-in-out infinite}#chef.cooking #chefArmR{animation:chefArmR .5s ease-in-out infinite}#chefArmL,#chefArmR{transition:transform .2s ease-out}@keyframes chefArmL{0%,to{transform:rotate(0)}50%{transform:rotate(-30deg)}}@keyframes chefArmR{0%,to{transform:rotate(0)}50%{transform:rotate(30deg)}}.counter-plates{display:flex;justify-content:center;gap:10px;position:relative;z-index:2;top:16px}.counter-slot{width:52px;height:38px;border-radius:50%;background:radial-gradient(circle at 35% 28%,#fff,#ece4d4 75%);border:2px solid #cdb98e;box-shadow:0 2px 3px #0003;display:flex;align-items:center;justify-content:center;font-size:0}.counter-slot.filled{font-size:24px;cursor:pointer}.counter-top{height:18px;background:linear-gradient(#fffaf2,#efe3cf);border:3px solid #cdb98e;border-radius:9px 9px 0 0;box-shadow:0 3px 4px #0002;position:relative;z-index:1}.counter-front{height:84px;margin-top:-3px;background:linear-gradient(#c99a5b,#a2793f);border:3px solid #8a6636;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 6px 10px #0003;display:flex;align-items:center;justify-content:center}.counter-logo{max-height:60px;max-width:90%;display:block;filter:drop-shadow(0 1px 1px #0004)}.floor{position:absolute;left:0;right:0;top:34%;bottom:0;background:repeating-linear-gradient(0deg,#0000000c 0 2px,transparent 2px 34px),#a96043;box-shadow:inset 0 8px 10px -6px #00000030}.table{position:absolute;width:116px;height:106px;padding:16px 0;margin:-16px 0;box-sizing:content-box;z-index:2;cursor:pointer}.table-svg{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;display:block}.t1{left:11%;top:40%}.t2{left:calc(89% - 116px);top:40%}.t3{left:40%;top:68%}.t3.tutorial-center{left:calc(50% - 58px);top:48%}.seat.reserved:after{content:"";position:absolute;left:50%;top:-6px;transform:translate(-50%) rotate(-4deg);width:22px;height:17px;background:#fdfaf3;border:1.5px solid #c9b896;border-radius:2px 2px 4px 4px;box-shadow:0 2px 3px #0004}.seat.reserved:before{content:"";position:absolute;left:50%;top:-1px;transform:translate(-50%) rotate(-4deg);width:14px;height:2px;background:#c9b896;border-radius:1px;z-index:1}.entrance-rug{position:absolute;left:0;top:0;width:220px;height:200px;pointer-events:none;z-index:1}.shake{animation:shake .4s ease}.guest{position:absolute;z-index:8;width:47px;height:64px;padding:27px;margin:-27px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;transition:left 1.7s ease-in-out,top 1.7s ease-in-out,filter .2s ease-out;filter:drop-shadow(0 4px 3px #0003);cursor:pointer}.guest:has(.char.walking){filter:drop-shadow(0 8px 6px #0004)}.guest.tut-highlight{transition:left 1.7s ease-in-out,top 1.7s ease-in-out}.guest svg{width:47px;height:64px;display:block;overflow:visible}.char .arm-right{transform-origin:75.5px 52px;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.char .arm-left{transform-origin:15.5px 52px;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.char.raised .arm-right{transform:rotate(-150deg)}.char .legs{transform-origin:45px 88px;transition:transform .35s ease}.char.sitting .legs{transform:translateY(-12px) scaleY(.55)}.char .eye{animation:blink 5s ease-in-out infinite}@keyframes blink{0%,90%,to{transform:scaleY(1)}94%{transform:scaleY(.12)}}.char .mouth{animation:laugh 6.5s ease-in-out infinite}@keyframes laugh{0%,78%,to{transform:scale(1)}86%{transform:scale(1.15,1.35)}}.char .leg-l,.char .leg-r{transition:transform .18s ease-out}.char.walking .leg-l{animation:walkSwing .38s ease-in-out infinite}.char.walking .leg-r{animation:walkSwing .38s ease-in-out infinite;animation-delay:-.19s}.char{transition:transform .18s ease-out}.char.walking{animation:bodyBob .38s ease-in-out infinite}@keyframes walkSwing{0%,to{transform:rotate(18deg)}50%{transform:rotate(-18deg)}}@keyframes bodyBob{0%,to{transform:translateY(0)}50%{transform:translateY(-2.5px)}}.guest.selected:after{content:"";position:absolute;left:50%;top:-14px;transform:translate(-50%);width:14px;height:14px;background:var(--gold);border-radius:50%;box-shadow:0 0 0 4px #f2bc4b55;animation:selectedPulse 1s ease-in-out infinite}@keyframes selectedPulse{0%,to{opacity:1}50%{opacity:.4}}.char.eating .mouth{animation:chew .45s ease-in-out infinite}@keyframes chew{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.6)}}.char.eating .arm-right{animation:eatArm 1.1s ease-in-out infinite}@keyframes eatArm{0%,to{transform:rotate(0)}40%{transform:rotate(-75deg)}60%{transform:rotate(-75deg)}}.char.eating.seat-right .arm-right{animation:none}.char.eating.seat-right .arm-left{animation:eatArmLeft 1.1s ease-in-out infinite}@keyframes eatArmLeft{0%,to{transform:rotate(0)}40%{transform:rotate(75deg)}60%{transform:rotate(75deg)}}.char .menu-prop{opacity:0;transition:opacity .3s ease}.char.holding-menu .menu-prop{opacity:1}.char .mad{transition:opacity .4s ease}.bubble{position:absolute;z-index:13;background:#fff;border-radius:13px;padding:6px 9px;font-size:11px;font-weight:900;box-shadow:0 6px 15px #0002;white-space:nowrap;transition:left 1.7s ease-in-out,top 1.7s ease-in-out;display:inline-flex;align-items:center;gap:5px}.bubble .dishicon{width:20px;height:20px;flex-shrink:0}.counter-slot .dishicon{width:34px;height:34px;filter:drop-shadow(0 3px 2px rgba(0,0,0,.3))}#carry{display:flex;gap:2px}.mood{position:absolute;z-index:14;width:58px;height:6px;background:#0003;border-radius:6px;overflow:hidden;transition:left 1.7s ease-in-out,top 1.7s ease-in-out}.mood i{display:block;height:100%;width:100%;background:var(--green);transition:width .15s linear,background .3s ease}.dish{position:absolute;z-index:16;font-size:34px;cursor:pointer;filter:drop-shadow(0 3px 3px #0003);transition:opacity .25s}.money{position:absolute;z-index:9;font-size:32px;width:32px;height:32px;padding:22px;margin:-22px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;cursor:pointer;animation:bob 1s ease-in-out infinite;filter:drop-shadow(0 4px 4px #0004)}.money.tut-highlight{filter:drop-shadow(0 0 4px #f2bc4bff) drop-shadow(0 0 9px #f2bc4bcc) drop-shadow(0 0 15px #f2bc4b99)}.table-plate{position:absolute;z-index:3;width:34px;height:34px;filter:drop-shadow(0 3px 2px rgba(0,0,0,.3))}.seat{position:absolute;width:56px;height:50px;z-index:1;pointer-events:auto;cursor:pointer}.seat svg{width:100%;height:100%}.table-plate .dishicon{width:100%;height:100%}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}50%{transform:translate(7px)}75%{transform:translate(-5px)}}@keyframes handRaise{0%{transform:translateY(10px) scale(.75);opacity:0}55%{transform:translateY(-8px) scale(1.15);opacity:1}to{transform:translateY(0) scale(1);opacity:1}}.bubble.raise{animation:handRaise .5s cubic-bezier(.34,1.56,.64,1)}@keyframes popIn{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.18);opacity:1}to{transform:scale(1);opacity:1}}.bubble.pop{animation:popIn .35s cubic-bezier(.34,1.56,.64,1)}#penguin{position:absolute;z-index:18;width:70px;height:84px;filter:drop-shadow(0 6px 4px #0003);transition:left 1.15s ease-in-out,top 1.15s ease-in-out,filter .2s ease-out}#penguin.walking{filter:drop-shadow(0 10px 7px #0004)}@keyframes penguinWave{0%,to{transform:rotate(0)}15%{transform:rotate(-10deg)}35%{transform:rotate(8deg)}55%{transform:rotate(-8deg)}75%{transform:rotate(6deg)}90%{transform:rotate(-3deg)}}#penguin.waving{animation:penguinWave 1.4s ease-in-out;transform-origin:50% 92%}#penguin .p-body{position:absolute;left:0;top:0;width:100%;height:100%;display:block}#penguin .p-leg{position:absolute;transform-origin:50% 0%}#penguin .p-leg-l{left:31.45%;top:63.27%;width:12.52%;height:30.18%;transition:transform .18s ease-out}#penguin .p-leg-r{left:54.81%;top:63.27%;width:13.12%;height:30.18%;transition:transform .18s ease-out}#penguin.walking .p-leg-l{animation:pStepL .32s ease-in-out infinite}#penguin.walking .p-leg-r{animation:pStepR .32s ease-in-out infinite}@keyframes pStepL{0%,to{transform:rotate(0)}50%{transform:rotate(-16deg)}}@keyframes pStepR{0%,to{transform:rotate(0)}50%{transform:rotate(16deg)}}#carry{position:absolute;left:68%;top:-14%;display:flex;gap:2px}#carry .dishicon{width:22px;height:22px}#speech{position:absolute;z-index:25;left:10px;bottom:91px;max-width:250px;background:#fff;border-radius:14px;padding:8px 11px;font-size:12px;font-weight:800;box-shadow:0 7px 16px #0002;display:none}#bottom{position:absolute;left:0;right:0;bottom:0;height:82px;background:linear-gradient(180deg,#faf1e0,#f7ead7 40%,#f0deba);border-top:2px solid #d8c1a4;box-shadow:0 -6px 12px #0002;z-index:30;padding:8px 12px}.task{height:100%;display:flex;align-items:center;gap:8px}.taskIcon{font-size:28px;filter:drop-shadow(0 1px 1px #0002)}.taskText{flex:1;font-size:12px;font-weight:900;color:#3a332a}.taskText small{display:block;font-size:10px;font-weight:650;opacity:.65;margin-top:3px;color:#3a332a}#cashRegister{position:absolute;right:14px;bottom:40px;z-index:35;width:74px}#cashRegister .cr-base{position:absolute;left:-4px;right:-4px;bottom:-6px;height:9px;background:linear-gradient(180deg,#4a3d30,#2c2318);border-radius:6px;box-shadow:0 4px 6px #0005}#cashRegister .cr-body{position:relative;background:linear-gradient(155deg,#9c8b76,#7a6b58 35%,#5a4d3e 75%,#443729);border-radius:15px 15px 7px 7px;padding:6px 6px 8px;box-shadow:0 6px 12px #0005,inset 0 1px #ffffff2e,inset 0 -2px 5px #00000040}#cashRegister .cr-body:before{content:"";position:absolute;right:0;top:9px;bottom:6px;width:9px;background:linear-gradient(90deg,transparent,#00000038);border-radius:0 7px 7px 0}#cashRegister .cr-console{transform:perspective(200px) rotateX(6deg);transform-origin:bottom}#cashRegister .cr-screen{border-radius:5px;padding:3px 6px;margin-bottom:4px;text-align:right;box-shadow:inset 0 1px 3px #0008}#cashRegister .cr-target{background:#161616}#cashRegister .cr-earned{background:#0d1810}#cashRegister .cr-screen small{display:block;font-size:7px;font-weight:900;letter-spacing:.6px}#cashRegister .cr-target small{color:#a06a2c}#cashRegister .cr-earned small{color:#2c8a4a}#cashRegister .cr-screen strong{font-family:Courier New,monospace;font-size:13px;font-weight:900;letter-spacing:.6px}#cashRegister .cr-dollar{font-family:Courier New,monospace;font-size:11px;font-weight:900;opacity:.8}#cashRegister .cr-target .cr-dollar{color:#ffb03c}#cashRegister .cr-earned .cr-dollar{color:#4ce07a}#cashRegister .cr-target strong{color:#ffb03c;text-shadow:0 0 4px #ffb03c99}#cashRegister .cr-earned strong{color:#4ce07a;text-shadow:0 0 4px #4ce07a99}#cashRegister.urgent .cr-target{animation:crUrgentBlink .8s ease-in-out infinite}@keyframes crUrgentBlink{0%,to{box-shadow:inset 0 1px 3px #0008}50%{box-shadow:inset 0 1px 3px #0008,0 0 7px 1px #ff3b30cc}}#cashPop{position:absolute;left:50%;top:0;z-index:60;font-family:Courier New,monospace;font-weight:900;font-size:20px;color:#3fb35e;text-shadow:0 2px 3px #0005,0 0 6px #ffffffcc;opacity:0;pointer-events:none}#cashPop.show{animation:cashPopUp 1.1s ease-out}@keyframes cashPopUp{0%{opacity:0;transform:translate(-50%) scale(.8)}15%{opacity:1;transform:translate(-50%,-8px) scale(1.08)}75%{opacity:1;transform:translate(-50%,-34px) scale(1)}to{opacity:0;transform:translate(-50%,-48px) scale(1)}}#toast{position:absolute;z-index:40;left:50%;top:43%;transform:translate(-50%,-50%);background:var(--ink);color:#fff;border-radius:18px;padding:11px 17px;font-weight:950;font-size:17px;opacity:0;pointer-events:none}#toast.show{animation:pop 1.1s ease}#tipBanner{position:absolute;z-index:250;left:50%;top:152px;transform:translate(-50%) translateY(-12px);width:88%;max-width:340px;background:#fffaf2;border:2px solid #e6dcc8;border-radius:14px;padding:11px 16px;font-size:12.5px;font-weight:700;line-height:1.4;color:#3a332a;box-shadow:0 10px 24px #0003;opacity:0;pointer-events:none;transition:opacity .4s ease,transform .4s ease}#tipBanner.show{opacity:1;transform:translate(-50%) translateY(0)}#tipBanner:before{content:"💡 "}@keyframes pop{0%{opacity:0;transform:translate(-50%,-50%) scale(.7)}20%,75%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-65%) scale(.95)}}#overlay{position:absolute;top:0;left:0;width:600px;height:960px;z-index:400;display:flex;align-items:center;justify-content:center;padding:22px;box-sizing:border-box;background:linear-gradient(160deg,#f6ede0,#f2ece1 55%,#eadfcb);overflow:hidden}.ov-blob{position:absolute;border-radius:50%;pointer-events:none}.ov-blob-a{width:340px;height:340px;left:-80px;top:-120px;background:#e9c9a0;opacity:.35}.ov-blob-b{width:250px;height:250px;left:90px;top:-180px;background:#dba8a0;opacity:.25}.ov-blob-c{width:280px;height:280px;right:-90px;bottom:-130px;background:#a9c2ad;opacity:.3}#idlePrompt{position:absolute;top:0;left:0;width:600px;height:960px;z-index:500;display:none;align-items:center;justify-content:center;background:#26363dcc}#idlePrompt .idle-card{width:280px;background:#fffaf2;border-radius:22px;padding:26px 22px;text-align:center;box-shadow:0 20px 50px #0007}#idlePrompt .idle-card .emoji{font-size:34px;margin-bottom:6px}#idlePrompt .idle-card h2{font-size:19px;margin:0 0 8px}#idlePrompt .idle-card p{font-size:13px;font-weight:700;opacity:.7;margin:0 0 18px;line-height:1.4}#idlePrompt .idle-card .start{width:100%;cursor:pointer;border:0}#levelDone{position:absolute;top:0;left:0;width:600px;height:960px;z-index:100;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;pointer-events:none;transition:opacity 0s linear 2s,visibility 0s linear 2s}.start-card{width:100%;background:#fffaf2;border-radius:24px;padding:0 0 22px;text-align:center;box-shadow:0 25px 60px #0005;overflow:hidden;touch-action:manipulation}.hero-banner{width:100%;height:184px;position:relative;background:linear-gradient(180deg,#dcecf2,#f6ede0 82%);overflow:hidden;margin-bottom:14px}.hero-banner .cloud{position:absolute}.hero-floor{position:absolute;left:0;right:0;bottom:0;height:38px;background:linear-gradient(180deg,#b5754a,#96603a);box-shadow:0 -3px #8a5636 inset}.hero-group{position:absolute;left:50%;bottom:30px;transform:translate(-50%);display:flex;align-items:flex-end}.hero-guest{width:44px;height:60px;position:relative;z-index:1}.hero-guest svg{width:100%;height:100%;overflow:visible}.hero-mascot{width:60px;position:relative;z-index:2;margin:0 -7px}.hero-mascot.side{width:56px;margin:0 -3px;z-index:0}.hero-mascot.jump{transform:translateY(-16px) rotate(-6deg)}.start-card h1{margin:4px 0;font-size:38px;color:#26363d}.start-card h1 b{color:var(--green)}.start-sub{font-size:14px;font-weight:900;margin:9px 0 16px;color:#26363d}.start{background:var(--green);color:#fff;border-radius:13px;padding:13px 24px;font-weight:950;font-size:16px}.start-credit{margin-top:14px;font-size:12px;font-weight:700;color:#9a9187}.start-credit b{color:#5a6c66}.mascot-picker{display:flex;justify-content:center;gap:18px;margin:14px 0 22px}.mascot-option{width:104px;height:104px;border-radius:20px;border:3px solid #e6dcc8;background:#f7efe2;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s,transform .15s;touch-action:manipulation}.thumb-char{position:relative;width:74px;height:88px}.thumb-body{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:fill}.thumb-leg{position:absolute;object-fit:fill}.mascot-option.selected{border-color:var(--green);transform:scale(1.03);box-shadow:0 4px 10px #0002}#levelDone{position:absolute;top:0;left:0;width:600px;height:960px;z-index:100;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;pointer-events:none;overflow:hidden;transition:opacity 0s linear 2s,visibility 0s linear 2s}#levelDone.show{visibility:visible;opacity:1;pointer-events:auto;transition:none}.shutter{position:absolute;left:0;right:0;top:0;bottom:0;transform:translateY(-100%);transition:transform 2s linear;background:repeating-linear-gradient(to bottom,#b8b8b3 0,#b8b8b3 13px,#8c8d88 14px,#8c8d88 17px);box-shadow:0 -8px 20px #0005 inset,0 10px 20px #0004}#levelDone.show .shutter{transform:translateY(0)}.shutter-top{position:absolute;left:0;right:0;top:0;height:11px;background:#5e625f;border-bottom:3px solid #3e4240;box-shadow:0 3px 6px #0005}.shutter-bottom{position:absolute;left:0;right:0;bottom:0;height:15px;background:#555956;border-top:3px solid #3a3d3b;box-shadow:0 -3px 8px #0005}.levelDone-content{position:relative;z-index:2;width:330px;padding:25px 24px 24px;text-align:center;background:#fffaf2;border-radius:24px;box-shadow:0 20px 55px #0007;opacity:0;transform:translateY(15px) scale(.97)}#levelDone.show .levelDone-content{animation:levelCardIn .45s ease 2s forwards}@keyframes levelCardIn{to{opacity:1;transform:translateY(0) scale(1)}}.closed-icon{font-size:38px}.levelDone-content h1{margin:3px 0 7px;font-size:27px}.levelDone-content p{margin:0 0 18px;font-size:13px;line-height:1.4;font-weight:700;opacity:.72}.day-summary{display:flex;justify-content:center;gap:12px;margin:0 0 20px}.day-summary>div{min-width:105px;padding:10px 8px;border-radius:13px;background:#f3eadc}.day-summary small{display:block;font-size:10px;font-weight:800;opacity:.65;margin-bottom:3px}.day-summary strong{font-size:17px}.levelDone-content .start{cursor:pointer;border:0}.levelDone-home{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:50%;background:#f3eadc;border:0;color:#8a8378;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3}.bird{position:absolute;width:16px;height:9px;left:-24px;pointer-events:none;animation:birdFly linear infinite}.bird svg{width:100%;height:100%;display:block}.bird-1{top:22%;animation-duration:19s}.bird-2{top:44%;width:12px;height:7px;animation-duration:31s;animation-delay:9s}.bird-1 svg{animation:flap .5s ease-in-out infinite}.bird-2 svg{animation:flap .42s ease-in-out infinite}@keyframes birdFly{0%{transform:translate(0)}18%{transform:translate(190px)}to{transform:translate(190px)}}@keyframes flap{0%,to{transform:scaleY(1)}50%{transform:scaleY(.45)}}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow:hidden}.kies-game-host{width:100%;height:100%}
