/* Full-screen game HUD, not a scrolling page. */
html,body{width:100%;height:100%;overflow:hidden;background:#dfeccd}body{height:100dvh}header{position:fixed;top:0;left:0;right:0;z-index:4;height:85px;background:none;border:0;padding:16px 27px;pointer-events:none}header>*{pointer-events:auto}.brand{font-size:23px;background:#fffbedee;border-radius:25px;padding:5px 15px 5px 8px;box-shadow:0 4px 15px #667e4520}.brand svg{width:34px}.season{display:none}.wallet{gap:10px}.wallet>span{display:flex;align-items:center;background:#fffbedf2;border-radius:22px;padding:8px 13px;box-shadow:0 4px 15px #667e4520}.wallet svg{width:23px;height:23px;color:#bb9447}.wallet span:nth-child(2) svg{color:#799958}.wallet b{font-size:18px}.icon-btn{background:#fffbed;width:34px;height:34px;border:0}main{padding:0;width:100%;height:100%;max-width:none}.intro,.left,.right,footer{display:none!important}.layout,.center{display:block;width:100%;height:100%;margin:0}.scene-wrap{position:absolute;inset:0;border-radius:0;box-shadow:none;background:#dfeccd;overflow:hidden}#world{position:absolute;width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:contain}.scene-top{top:95px;left:30px;right:30px;pointer-events:none;justify-content:flex-start;gap:10px}.scene-top>*{pointer-events:auto}.place{background:transparent;font-size:16px;padding:0}.scene-top #sound{padding:8px;width:34px;height:34px;position:fixed;bottom:22px;right:24px;background:#fffbed;border-radius:50%}#sound svg{width:18px;height:18px}#sound.on{background:#b9d399}.scene-bottom{position:absolute;bottom:117px;left:50%;transform:translateX(-50%);background:none;padding:0;justify-content:center}.scene-bottom>span{display:none}.scene-bottom .primary{border-radius:24px;padding:13px 27px;min-height:47px;font-size:14px;box-shadow:0 6px 15px #3d5e3833;background:#789b50;border:2px solid #edf3d6}.ready{animation:harvest-breathe 2.8s ease-in-out infinite}.game-dock{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);z-index:5;display:flex;gap:17px;padding:10px 18px;background:#fff9e9ed;border-radius:25px;box-shadow:0 8px 28px #55743c24}.game-dock .nav{width:60px;min-height:60px;display:flex;flex-direction:column;padding:4px;gap:5px;margin:0;border-radius:14px;background:transparent;font-size:12px;font-weight:600}.game-dock .nav>span{border:0;padding:0;width:auto;margin:0;font-size:12px}.game-dock .nav svg{height:29px;width:29px;color:#698454}.game-dock .nav.active{background:#e2ebce}.quick-tools{position:fixed;top:145px;right:25px;display:flex;flex-direction:column;gap:16px;z-index:4}.quick-tools button{position:relative;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:4px;width:58px;height:65px;background:#fffbeded;border-radius:18px;box-shadow:0 4px 15px #71834220;font-size:11px}.quick-tools svg{width:28px;height:28px;color:#799052}.notification{position:absolute;width:8px;height:8px;background:#d28c69;right:6px;top:4px;border-radius:50%;border:2px solid #fffbed}.notification[hidden]{display:none}.return-home{border-radius:15px;background:#fffbed;padding:7px 13px;font-size:12px}.save-label{position:fixed;bottom:9px;left:12px;z-index:4;font-size:10px;display:flex}.save-label:not(.error){display:none}.save-label.error{background:#fff1d6;color:#854421;padding:8px;border-radius:8px}.panel{display:none}#game-drawer{position:fixed;z-index:8;bottom:115px;left:50%;transform:translate(-50%,25px);width:min(620px,calc(100% - 32px));max-height:65dvh;overflow:auto;padding:30px 25px 22px;background:#fffbee;border-radius:22px;box-shadow:0 15px 50px #334c3d3d;visibility:hidden;opacity:0;transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .2s}#game-drawer.open{visibility:visible;opacity:1;transform:translate(-50%,0)}#drawer-close{position:absolute;right:10px;top:10px;background:#e9eddb;border-radius:50%;width:32px;height:32px;padding:8px;z-index:1}#drawer-close svg{width:16px;height:16px}#drawer-body>.panel{display:block;margin:0}#drawer-body>.panel .section-head{padding-right:25px}#drawer-body>.panel h2{font-size:20px}#drawer-body .sub{font-size:12px;margin-top:8px;color:#596a4c}#drawer-body>.chicken,#drawer-body>.forest,#drawer-body>.daily{display:block;min-height:120px;padding:10px 0}#drawer-body .chicken canvas{height:150px;width:100%;object-fit:contain}#drawer-body .section-head h2{font-size:18px}#drawer-body .section-head{padding-right:20px}#drawer-body .actions button{min-height:44px}#drawer-body .forest button{width:100%;margin-top:20px}#drawer-body .quest{padding-top:22px}#drawer-body .quest p{font-size:13px}#drawer-body .quest button{padding:10px}#drawer-scrim{position:fixed;inset:0;background:#304a3526;z-index:7;display:none}#drawer-scrim.open{display:block}#toast{bottom:115px;z-index:12}dialog{z-index:15}#drawer-body .catalog{gap:12px}#drawer-body .seed{min-height:65px}#drawer-body .plots button{min-height:40px}.bag-row button{min-height:40px}#drawer-body .catalog button{min-height:40px}@keyframes harvest-breathe{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}@media(max-width:600px){header{height:70px;padding:12px}.brand{font-size:16px;padding:5px 10px 5px 5px;gap:3px}.brand svg{width:27px}.wallet{gap:5px}.wallet>span{padding:7px 8px}.wallet svg{width:18px;height:18px}.wallet b{font-size:14px;margin-left:4px}.icon-btn{width:28px;height:28px}.scene-top{top:79px;left:17px;right:17px}.place{font-size:13px}.quick-tools{top:128px;right:12px;gap:12px}.quick-tools button{width:47px;height:54px;border-radius:15px;font-size:10px}.quick-tools svg{width:24px;height:24px}.game-dock{bottom:max(17px,env(safe-area-inset-bottom));width:calc(100% - 28px);gap:0;justify-content:space-around;padding:9px 6px;border-radius:22px}.game-dock .nav{width:54px;min-height:58px;font-size:11px}.game-dock .nav>span{font-size:11px}.game-dock .nav svg{width:27px;height:27px}.scene-bottom{bottom:108px}.scene-bottom .primary{font-size:13px;padding:11px 24px;min-height:44px}.scene-top #sound{bottom:112px;right:17px;width:33px;height:33px}#game-drawer{bottom:105px;max-height:66dvh;padding:32px 18px 20px}#drawer-body .catalog{grid-template-columns:1fr 1fr}#drawer-body .seed{padding:10px 8px}#drawer-body .seed small{font-size:11px}#drawer-body .panel h2{font-size:18px}#toast{bottom:107px}.neighbors{display:flex}.neighbor{display:block}.neighbor button{min-height:40px;width:100%}#drawer-body .panel .section-head>span{display:none}}@media(max-height:520px) and (min-width:601px){.quick-tools{flex-direction:row;top:85px}.quick-tools button{height:44px;flex-direction:row;width:65px}.game-dock{bottom:10px;padding:5px 15px}.game-dock .nav{min-height:45px}.scene-bottom{bottom:85px}#game-drawer{bottom:85px;max-height:65dvh}}@media(prefers-reduced-motion:reduce){.ready{animation:none}#game-drawer{transition:none}}
#map-button{display:flex;align-items:center;gap:5px;background:#fffbed;padding:7px 11px;border-radius:17px;font-size:12px}#map-button svg{width:18px;height:18px}#travel-actions{display:flex;gap:10px;white-space:nowrap}#travel-actions:empty{display:none}.map-places{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.map-places button{display:flex;align-items:center;flex-direction:column;gap:10px;background:#e8efda;padding:18px 10px;border-radius:14px;font-size:12px;min-height:115px}.map-places svg{width:36px;height:36px;color:#718e54}.map-places small{color:#607249}.travel-map h2{font-family:Farm,serif;font-size:22px;margin:0 0 20px}.return-home[hidden]{display:none}@media(max-width:600px){.scene-top{gap:7px;flex-wrap:wrap;max-width:300px}.map-places{grid-template-columns:repeat(2,1fr)}.map-places button{min-height:104px}.scene-bottom{min-width:max-content}.scene-top .return-home{padding:7px;font-size:11px}.place{max-width:160px}.quick-tools{top:145px}}
