:root{
  --cream:#fffdf6;--ink:#304238;--muted:#718074;--glass:rgba(255,255,255,.86);
  --shadow:0 12px 35px rgba(38,62,43,.16);--radius:22px;--safe-bottom:env(safe-area-inset-bottom,0px)
}
*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:Inter,ui-rounded,"SF Pro Rounded",system-ui,-apple-system,sans-serif;background:#d8ebcf;color:var(--ink);overflow:hidden}
button{font:inherit;color:inherit}.topbar{position:fixed;z-index:20;left:18px;right:18px;top:16px;height:66px;padding:9px 14px;display:flex;align-items:center;justify-content:space-between;background:var(--glass);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.65);border-radius:22px;box-shadow:var(--shadow)}
.brand{display:flex;align-items:center;gap:11px;min-width:210px}.brand strong{display:block;font-size:18px;line-height:1}.brand small{display:block;margin-top:5px;color:var(--muted);font-size:11px}.leaf-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:16px;background:#dceecf;font-size:18px;transform:rotate(45deg)}.leaf-mark::first-letter{transform:rotate(-45deg)}
.hud-center{display:flex;gap:8px}.hud-center span,.coins{background:#f5f6ed;border:1px solid #e7e8dd;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700}.coins{min-width:90px;text-align:center}.coins span{margin-right:6px}
main{position:relative;width:100%;height:100%}canvas{display:block;width:100%;height:100%;background:#9fcf88;touch-action:none}.quest-card{position:fixed;z-index:15;top:98px;left:20px;width:240px;background:var(--glass);backdrop-filter:blur(15px);border-radius:20px;padding:16px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.7)}.quest-card small{font-size:10px;letter-spacing:.13em;color:#72846f}.quest-card strong{display:block;font-size:17px;margin:5px 0}.quest-card p{font-size:12px;line-height:1.4;color:#67766b;margin:0 0 12px}.quest-row{display:flex;justify-content:space-between;font-size:12px;padding:5px 0;border-top:1px solid #e8eadf}.quest-row b{font-size:11px}
.dock{position:fixed;z-index:25;left:50%;bottom:calc(18px + var(--safe-bottom));transform:translateX(-50%);display:flex;gap:6px;padding:7px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.75);border-radius:24px;box-shadow:var(--shadow)}.dock button{border:0;background:transparent;padding:8px 13px;border-radius:16px;min-width:88px;font-size:11px;font-weight:750;cursor:pointer}.dock button:hover{background:#edf4e7}.dock span{display:block;font-size:20px;margin-bottom:2px}
.prompt{position:fixed;z-index:18;left:50%;bottom:108px;transform:translate(-50%,12px);opacity:0;pointer-events:none;transition:.2s;display:flex;align-items:center;gap:8px;padding:9px 13px;background:rgba(43,55,47,.88);color:#fff;border-radius:14px;font-size:12px}.prompt.show{opacity:1;transform:translate(-50%,0)}#promptKey{display:grid;place-items:center;width:23px;height:23px;background:#fff;color:#334238;border-radius:7px;font-weight:900}.toast{position:fixed;z-index:40;right:22px;top:98px;background:#fff;padding:11px 14px;border-radius:15px;box-shadow:var(--shadow);font-size:12px;font-weight:700;opacity:0;transform:translateY(-8px);transition:.2s}.toast.show{opacity:1;transform:none}
.panel{position:fixed;inset:0;z-index:50;background:rgba(34,50,39,.28);display:none;align-items:flex-end;justify-content:center;padding:20px}.panel.open{display:flex}.panel-sheet{width:min(720px,100%);max-height:76vh;overflow:auto;background:#fffdf8;border-radius:28px;padding:22px;box-shadow:0 25px 80px rgba(20,35,25,.3)}.panel-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eceee7;padding-bottom:14px;margin-bottom:16px}.panel-head small{font-size:10px;letter-spacing:.15em;color:#839080}.panel-head h2{margin:3px 0 0;font-size:24px}.panel-head button{border:0;background:#eef2e9;border-radius:50%;width:38px;height:38px;font-size:24px;cursor:pointer}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.item{background:#f3f5ed;border:1px solid #e7eadf;border-radius:18px;padding:14px}.item b{display:block;margin-bottom:4px}.item small{color:#748076}.empty{padding:30px;text-align:center;color:#7a857c;background:#f5f6f1;border-radius:18px}.help{line-height:1.7}.map-card{height:290px;border-radius:18px;background:linear-gradient(#b8dca1 0 50%,#e7d8a5 50% 63%,#8fc7d8 63% 100%);position:relative;overflow:hidden}.map-card::before{content:"";position:absolute;left:38%;top:10%;width:90px;height:65px;background:#e6b97f;border:8px solid #f8e3b8;border-radius:10px;box-shadow:180px 120px 0 -10px #d9a36e}.map-label{position:absolute;padding:5px 8px;border-radius:9px;background:#fff;font-size:11px;font-weight:800}.m1{left:40%;top:20%}.m2{left:68%;top:53%}.m3{left:22%;top:68%}
.dialog{position:fixed;z-index:45;left:50%;bottom:105px;transform:translateX(-50%);width:min(650px,calc(100% - 30px));display:none;align-items:center;gap:16px;background:#fffdf8;padding:15px;border-radius:22px;box-shadow:var(--shadow)}.dialog.open{display:flex}.portrait{width:66px;height:66px;flex:none;border-radius:24px;display:grid;place-items:center;background:#dcefcf;font-size:26px;font-weight:900}.dialog-copy small{font-weight:900}.dialog-copy p{margin:5px 0;color:#455448}.dialog-copy span{font-size:10px;color:#8a958b}
.mobile-stick,.mobile-action{display:none}
@media(max-width:760px){.topbar{left:10px;right:10px;top:10px;height:58px}.brand{min-width:auto}.brand small{display:none}.hud-center span:first-child,.weatherLabel{display:none}.hud-center #weatherLabel{display:none}.hud-center span{padding:7px 9px}.coins{min-width:auto;padding:7px 10px}.quest-card{top:79px;left:10px;width:200px;padding:12px}.quest-card p{display:none}.dock{bottom:calc(8px + var(--safe-bottom));width:calc(100% - 18px);justify-content:space-between;border-radius:20px}.dock button{min-width:0;padding:6px 7px;flex:1}.dock span{font-size:18px}.prompt{bottom:88px}.mobile-stick{display:block;position:fixed;z-index:24;left:18px;bottom:calc(88px + var(--safe-bottom));width:92px;height:92px;border-radius:50%;background:rgba(255,255,255,.35);border:1px solid rgba(255,255,255,.6);touch-action:none}.stick-knob{position:absolute;left:26px;top:26px;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.8);box-shadow:0 5px 18px rgba(20,40,25,.2)}.mobile-action{display:grid;place-items:center;position:fixed;z-index:24;right:24px;bottom:calc(102px + var(--safe-bottom));width:64px;height:64px;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.82);font-weight:900;box-shadow:var(--shadow);touch-action:none}.grid{grid-template-columns:repeat(2,1fr)}.panel{padding:10px}.panel-sheet{border-radius:24px}.dialog{bottom:90px}}
