*{margin:0;padding:0;box-sizing:border-box}:root{--pill-bg: rgba(255, 252, 244, .9);--ink: #5d4f3e;--primary: #f2937e;--primary-dark: #d97761;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}html,body{width:100%;height:100%;overflow:hidden;background:#221f28;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:var(--ink);touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}#stage{position:relative;width:100vw;height:100vh;height:100dvh;margin:0 auto;overflow:hidden;background:#bfe3f2}@media(min-aspect-ratio:9/16){#stage{width:56.25dvh;box-shadow:0 0 80px #00000073}}canvas{display:block}.hud-top{position:absolute;top:calc(10px + var(--safe-top));left:12px;right:236px;display:flex;gap:8px;align-items:center;z-index:10;pointer-events:none}.pill{background:var(--pill-bg);border-radius:999px;padding:7px 14px;font-size:14px;line-height:1.2;box-shadow:0 2px 8px #5d4f3e2e;white-space:nowrap}.pill-day{min-width:0;overflow:hidden;text-overflow:ellipsis;flex-shrink:1}.pill-clock{margin-left:auto;font-weight:600;font-size:15px;flex-shrink:0}body[data-scene=town] .pill-day{background:#ebf6ffeb;border:2px solid #a8cbe8}body[data-scene=home] .pill-day{background:#eefae8eb;border:2px solid #a8d8a0}body[data-scene=town] .time-bar-fill{background:#7fb4d8}body[data-scene=home] .time-bar-fill{background:#8ec9a0}.time-bar{position:absolute;top:calc(44px + var(--safe-top));left:12px;right:180px;height:4px;border-radius:999px;background:#fffcf48c;z-index:10;pointer-events:none}.time-bar-fill{height:100%;border-radius:999px;background:#8ec9a0;transition:width .5s linear}.time-bar-zero .time-bar-fill{background:var(--primary)}.gate-btn{position:absolute;bottom:calc(34px + var(--safe-bottom));left:50%;transform:translate(-50%);min-width:132px;min-height:56px;padding:12px 26px;font-size:18px;font-weight:600;color:#fff;background:#7fa8c9;border:none;border-radius:999px;box-shadow:0 4px 14px #587c9b73;z-index:12}.gate-btn:active{background:#6a93b5}.loading{position:absolute;top:0;right:0;bottom:0;left:0;background:#f6efdf;display:flex;align-items:center;justify-content:center;z-index:40}.loading[hidden]{display:none}.loading-card{width:min(320px,80vw);text-align:center}.loading-title{font-size:20px;font-weight:700;margin-bottom:18px;color:var(--ink)}.loading-track{height:10px;border-radius:999px;background:#5d4f3e26;overflow:hidden;margin-bottom:12px}.loading-fill{height:100%;width:0%;border-radius:999px;background:#8ec9a0;transition:width .25s ease}.loading-label{font-size:13px;color:#9a8a75}.banner{position:absolute;top:calc(58px + var(--safe-top));left:50%;transform:translate(-50%);background:#3d3454e0;color:#ffe9c9;padding:10px 18px;border-radius:14px;font-size:14px;z-index:11;pointer-events:none;white-space:nowrap;max-width:92vw}.sleep-btn{position:absolute;bottom:calc(34px + var(--safe-bottom));left:50%;transform:translate(-50%);min-width:132px;min-height:56px;padding:12px 26px;font-size:18px;font-weight:600;color:#fff;background:var(--primary);border:none;border-radius:999px;box-shadow:0 4px 14px #d9776173;z-index:12}.sleep-btn:active{background:var(--primary-dark)}.dialog-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#28221c73;display:flex;align-items:center;justify-content:center;z-index:25}.dialog-mask[hidden]{display:none}.dialog{width:min(320px,86vw);background:#fffaf0;border-radius:20px;padding:22px 20px 16px;box-shadow:0 10px 40px #28221c59;text-align:center}.dialog-title{font-size:18px;font-weight:700;margin-bottom:8px}.dialog-text{font-size:14px;line-height:1.6;margin-bottom:18px;white-space:pre-line}.dialog-btns{display:flex;gap:10px}.npc-dialog{text-align:center}.npc-tag{display:inline-block;font-size:12px;color:#8a6d4f;background:#f3e8d8;border-radius:999px;padding:3px 12px;margin-bottom:10px}.npc-quote{font-size:15px;line-height:1.7;margin-bottom:12px;min-height:26px}.npc-aff{margin-bottom:12px}.npc-aff-text{font-size:12.5px;color:#8a6d4f;margin-bottom:5px}.npc-aff-track{height:10px;border-radius:999px;background:#efe4d2;overflow:hidden}.npc-aff-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#f0a58c,var(--primary));transition:width .4s ease}.npc-dlg-note{font-size:13px;color:#b06a3b;background:#fdeede;border-radius:10px;padding:7px 10px;margin-bottom:12px}.npc-dlg-note[hidden]{display:none}.npc-dlg-btns{flex-direction:column}.npc-dlg-btn{background:var(--primary);color:#fff}.npc-dlg-btn:active{background:var(--primary-dark)}.npc-dlg-btn:disabled{background:#e6dcc9;color:#a89a83}.npc-dlg-btn.npc-dlg-bye{background:#efe6d8;color:var(--ink)}.npc-chat-row{display:flex;gap:8px;margin-bottom:12px}.npc-chat-row[hidden]{display:none}.npc-chat-input{flex:1;min-height:44px;padding:0 14px;font-size:15px;border:2px solid #e3d5bd;border-radius:12px;background:#fff;color:var(--ink);outline:none;-webkit-user-select:text;user-select:text}.npc-chat-input:focus{border-color:var(--primary)}.npc-chat-send{min-width:64px;min-height:44px;border:none;border-radius:12px;font-size:15px;font-weight:600;color:#fff;background:var(--primary)}.npc-chat-send:active{background:var(--primary-dark)}.chat-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#f3ede0;display:flex;flex-direction:column;z-index:26}.chat-mask[hidden]{display:none}.chat-head{display:flex;align-items:center;justify-content:space-between;padding:calc(12px + var(--safe-top)) 14px 10px;background:#fffaf0;border-bottom:1px solid #e8dcc6}.chat-title{font-size:17px;font-weight:700}.chat-sub{font-size:12px;color:#8a6d4f;margin-top:2px}.chat-close-btn{width:40px;height:40px;border:none;border-radius:50%;font-size:16px;background:#efe6d8;color:var(--ink)}.chat-body{flex:1;overflow-y:auto;padding:14px 12px;display:flex;flex-direction:column;gap:10px}.chat-bubble{max-width:78%;padding:10px 14px;border-radius:16px;font-size:15px;line-height:1.55;word-break:break-word}.chat-bubble.npc{align-self:flex-start;background:#fff;color:var(--ink);border-bottom-left-radius:4px;box-shadow:0 1px 3px #5d4f3e1f}.chat-bubble.me{align-self:flex-end;background:var(--primary);color:#fff;border-bottom-right-radius:4px}.chat-input-row{display:flex;gap:8px;padding:10px 12px calc(12px + var(--safe-bottom));background:#fffaf0;border-top:1px solid #e8dcc6}.chat-input{flex:1;min-height:44px;padding:0 14px;font-size:15px;border:2px solid #e3d5bd;border-radius:999px;background:#fff;color:var(--ink);outline:none;-webkit-user-select:text;user-select:text}.chat-input:focus{border-color:var(--primary)}.chat-send{min-width:68px;min-height:44px;border:none;border-radius:999px;font-size:15px;font-weight:600;color:#fff;background:var(--primary)}.chat-send:active{background:var(--primary-dark)}.btn{flex:1;min-height:48px;border:none;border-radius:14px;font-size:16px;font-weight:600}.btn-primary{background:var(--primary);color:#fff}.btn-primary:active{background:var(--primary-dark)}.btn-ghost{background:#efe6d8;color:var(--ink)}.fade{position:absolute;top:0;right:0;bottom:0;left:0;background:#14100c;opacity:0;pointer-events:none;z-index:30}.toast{position:absolute;bottom:calc(110px + var(--safe-bottom));left:50%;transform:translate(-50%);background:#5d4f3eeb;color:#fff8ec;padding:10px 18px;border-radius:14px;font-size:14px;line-height:1.5;max-width:86vw;text-align:center;transition:opacity .4s ease;z-index:15;pointer-events:none}.joy-base{position:absolute;width:128px;height:128px;margin:-64px 0 0 -64px;border-radius:50%;background:#fffcf447;border:2px solid rgba(255,252,244,.5);z-index:9;pointer-events:none}.joy-knob{position:absolute;left:50%;top:50%;width:56px;height:56px;margin:-28px 0 0 -28px;border-radius:50%;background:#fffcf4d9;box-shadow:0 2px 8px #5d4f3e4d}.context-btn{position:absolute;bottom:calc(34px + var(--safe-bottom));left:50%;transform:translate(-50%);min-width:132px;min-height:56px;padding:12px 26px;font-size:18px;font-weight:600;color:#fff;background:#8fb98a;border:none;border-radius:999px;box-shadow:0 4px 14px #6b8f6473;z-index:12}.context-btn:active{background:#79a375}.context-btn[hidden]{display:none}.npc-btn{bottom:calc(104px + var(--safe-bottom));background:#d8a05e;box-shadow:0 4px 14px #d8a05e73}.npc-btn:active{background:#c08a4a}.mailbox-btn{background:#7a9ec8;box-shadow:0 4px 14px #7a9ec873}.mailbox-btn:active{background:#6888b0}.pet-btn{background:#d99e6b;box-shadow:0 4px 14px #d99e6b73}.pet-btn:active{background:#c68a55}.debug-ff-btn{position:absolute;top:calc(52px + var(--safe-top));left:12px;padding:6px 12px;font-size:13px;font-weight:600;color:#fff;background:#5a5a648c;border:none;border-radius:999px;z-index:30}.debug-ff-btn:active{background:#464650cc}.debug-restart-btn{position:absolute;top:calc(52px + var(--safe-top));left:108px;padding:6px 12px;font-size:13px;font-weight:600;color:#fff;background:#5a5a648c;border:none;border-radius:999px;z-index:30}.debug-restart-btn:active{background:#464650cc}.debug-reset-btn{position:absolute;top:calc(52px + var(--safe-top));left:204px;padding:6px 12px;font-size:13px;font-weight:600;color:#fff;background:#8c463c8c;border:none;border-radius:999px;z-index:30}.debug-reset-btn:active{background:#78372dcc}.bag-btn{position:absolute;top:calc(8px + var(--safe-top));right:12px;width:48px;height:48px;font-size:24px;line-height:1;border:none;border-radius:14px;background:var(--pill-bg);box-shadow:0 2px 8px #5d4f3e2e;z-index:12}.bag-btn:active{background:#f0e6d2}.bag-btn[hidden]{display:none}.zoom-steps{position:absolute;right:12px;top:calc(176px + var(--safe-top));display:flex;flex-direction:column;align-items:flex-end;gap:8px;z-index:12}.zoom-main-btn{width:40px;height:40px;font-size:17px;line-height:1;border:none;border-radius:12px;background:var(--pill-bg);box-shadow:0 2px 8px #5d4f3e2e;color:#5d4f3e}.zoom-main-btn:active{background:#f0e6d2}.zoom-opts{display:flex;flex-direction:column;gap:8px}.zoom-opts[hidden]{display:none}.zoom-step-btn{width:40px;height:40px;font-size:15px;line-height:1;border:none;border-radius:12px;background:var(--pill-bg);box-shadow:0 2px 8px #5d4f3e2e;color:#5d4f3e;opacity:.75}.zoom-step-btn.active{background:#f7c948;color:#5d4f3e;font-weight:700;opacity:1;box-shadow:0 2px 10px #c8961e66}.zoom-step-btn:active{background:#f0e6d2}.scene-toggle-btn{position:absolute;top:calc(96px + var(--safe-top));left:12px;height:48px;padding:0 14px;font-size:16px;font-weight:700;color:var(--ink);border:none;border-radius:14px;background:var(--pill-bg);box-shadow:0 2px 8px #5d4f3e2e;z-index:12}.scene-toggle-btn:active{background:#f0e6d2}.map-btn{position:absolute;top:calc(8px + var(--safe-top));right:68px;width:48px;height:48px;font-size:22px;line-height:1;border:none;border-radius:14px;background:var(--pill-bg);box-shadow:0 2px 8px #5d4f3e2e;z-index:12}.map-btn:active{background:#f0e6d2}.map-btn[hidden]{display:none}.deco-entry-btn{position:absolute;top:calc(8px + var(--safe-top));right:68px;width:48px;height:48px;font-size:22px;line-height:1;border:none;border-radius:14px;background:var(--pill-bg);box-shadow:0 2px 8px #5d4f3e2e;z-index:12}.deco-entry-btn:active{background:#f0e6d2}.deco-entry-btn[hidden]{display:none}.roster-btn{position:absolute;top:calc(8px + var(--safe-top));right:124px;width:48px;height:48px;font-size:22px;line-height:1;border:none;border-radius:14px;background:var(--pill-bg);box-shadow:0 2px 8px #5d4f3e2e;z-index:12}.roster-btn:active{background:#f0e6d2}.roster-btn[hidden]{display:none}.mall-btn{position:absolute;top:calc(8px + var(--safe-top));right:180px;width:48px;height:48px;font-size:22px;line-height:1;border:none;border-radius:14px;background:var(--pill-bg);box-shadow:0 2px 8px #5d4f3e2e;z-index:12}.mall-btn:active{background:#f0e6d2}.mall-btn[hidden]{display:none}.guide{position:absolute;bottom:calc(170px + var(--safe-bottom));left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px;background:#3e3428f0;color:#fff8ec;padding:12px 20px;border-radius:999px;font-size:16px;font-weight:700;box-shadow:0 4px 16px #28221c73;z-index:11;pointer-events:none;white-space:nowrap}.guide[hidden]{display:none}.guide-arrow{width:40px;height:40px;flex:none;color:#ffb14e;filter:drop-shadow(0 0 8px rgba(255,150,40,.85));transition:transform .1s linear;animation:guideGlow 1.1s ease-in-out infinite}@keyframes guideGlow{0%,to{filter:drop-shadow(0 0 6px rgba(255,150,40,.7)) brightness(1)}50%{filter:drop-shadow(0 0 12px rgba(255,150,40,1)) brightness(1.5)}}.map-board{position:relative;width:100%;aspect-ratio:1 / 1;background:#b5db9e;border-radius:14px;border:3px solid #d9c9a8;overflow:hidden}.map-marker{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1px;background:#fffcf4f2;border:2px solid #c9b691;border-radius:12px;padding:4px 8px;font-size:11px;font-weight:600;color:var(--ink);box-shadow:0 2px 6px #5d4f3e40;min-width:52px;min-height:52px;justify-content:center}.map-marker:active{background:#f0e6d2}.map-marker-emoji{font-size:20px}.map-marker-big{border:3px solid #f0b429;background:#fff7df;box-shadow:0 2px 10px #f0b42980;min-width:68px;min-height:60px;z-index:2}.map-marker-big .map-marker-emoji{font-size:28px}.map-marker-big .map-marker-label{font-size:12px;color:#a3722a}.map-marker-label{line-height:1.1}.map-district{position:absolute;opacity:1;border-radius:8px;border:1px solid rgba(120,100,70,.18);pointer-events:none;transition:opacity .2s}.map-district-name{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:12px;font-weight:700;color:#504230bf;white-space:nowrap}.map-chips{position:absolute;left:6px;right:6px;top:6px;display:flex;flex-wrap:nowrap;gap:4px;overflow-x:auto;z-index:3}.map-chip{flex:0 0 auto;border:1.5px solid #c9b691;background:#fffcf4f2;border-radius:10px;padding:3px 8px;font-size:11px;font-weight:600;color:var(--ink)}.map-chip.active{background:#4a7a5a;border-color:#4a7a5a;color:#fff}.map-player{position:absolute;transform:translate(-50%,-50%);width:18px;height:18px;border-radius:50%;background:#f2937e;border:2px solid #fff;box-shadow:0 1px 4px #5d4f3e66;pointer-events:none;z-index:2}.map-player-arrow{position:absolute;top:-14px;left:50%;margin-left:-7px;font-size:12px;color:#d97761;transform-origin:50% 15px}.fish-wait{position:absolute;bottom:calc(110px + var(--safe-bottom));left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px;background:var(--pill-bg);padding:10px 14px;border-radius:14px;font-size:14px;box-shadow:0 2px 10px #5d4f3e40;z-index:12;white-space:nowrap}.fish-wait[hidden]{display:none}.fish-cancel{min-height:40px;padding:6px 16px;border:none;border-radius:10px;background:#efe6d8;color:var(--ink);font-size:14px;font-weight:600}.fish-bite{position:absolute;bottom:calc(110px + var(--safe-bottom));left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;background:var(--pill-bg);padding:14px 16px;border-radius:18px;box-shadow:0 4px 16px #5d4f3e4d;z-index:12;width:min(320px,88vw)}.fish-bite[hidden]{display:none}.fish-bite-hint{font-size:14px;font-weight:600}.fish-progress{height:12px;border-radius:999px;background:#e8dfcd;overflow:hidden}.fish-progress-fill{height:100%;width:25%;border-radius:999px;background:#7cc46a;transition:width .15s ease,background .15s ease}.fish-track{position:relative;width:100%;height:22px;border-radius:999px;background:#d8cdb8;overflow:hidden}.fish-zone{position:absolute;top:0;bottom:0;background:#9fd39a;border-left:2px solid #6aa863;border-right:2px solid #6aa863}.fish-needle{position:absolute;top:-2px;bottom:-2px;width:6px;margin-left:-3px;background:#fff;border:1px solid #7a6a55;border-radius:3px}.reel-btn{min-width:180px;min-height:56px;font-size:20px;font-weight:700;color:#fff;background:var(--primary);border:none;border-radius:999px;box-shadow:0 4px 14px #d9776173}.reel-btn:active{background:var(--primary-dark)}.panel-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#28221c73;display:flex;align-items:flex-end;justify-content:center;z-index:20}.panel-mask[hidden]{display:none}.panel{width:min(420px,94vw);max-height:76vh;background:#fffaf0;border-radius:22px 22px 0 0;padding:16px 16px calc(16px + var(--safe-bottom));box-shadow:0 -6px 30px #28221c4d;display:flex;flex-direction:column;gap:10px}.panel-head{display:flex;align-items:center}.panel-title{font-size:18px;font-weight:700}.panel-close{margin-left:auto;width:44px;height:44px;border:none;border-radius:12px;background:#efe6d8;color:var(--ink);font-size:16px}.panel-sub{font-size:13px;color:#9a8a75}.panel-body{overflow-y:auto;display:flex;flex-direction:column;gap:8px}.good-card{display:flex;align-items:center;gap:10px;background:#f6efdf;border-radius:16px;padding:10px 12px}.good-info{flex:1;min-width:0}.good-name{font-size:15px;font-weight:700}.good-desc{font-size:12px;color:#9a8a75;line-height:1.45;margin-top:2px}.good-cost{font-size:13px;font-weight:600;margin-top:2px}.btn-buy{min-width:88px;min-height:48px;border:none;border-radius:12px;font-size:15px;font-weight:700;color:#fff;background:#8fb98a;flex-shrink:0}.btn-buy:active{background:#79a375}.btn-buy:disabled{color:#a89a86;background:#e8dfcd}.bag-section-title{font-size:13px;font-weight:700;color:#9a8a75;padding:6px 4px 0}.bag-row{display:flex;align-items:center;gap:10px;background:#f6efdf;border-radius:12px;padding:9px 12px;min-height:48px}.bag-emoji{font-size:20px}.bag-name{font-size:14px;font-weight:600;flex:1;min-width:0}.bag-note{font-size:12px;color:#9a8a75;font-weight:400;margin-left:6px}.bag-count{font-size:14px;font-weight:700;color:#6f8f6a}.bag-row-click{cursor:pointer}.bag-row-click:after{content:"›";color:#c9b99f;font-size:18px;font-weight:700}.bag-empty{text-align:center;color:#b3a48e;font-size:14px;padding:18px 0}.panel-action{margin-top:4px}.deco-bar{position:absolute;bottom:calc(104px + var(--safe-bottom));left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:13}.deco-bar[hidden]{display:none}.deco-btn{min-width:56px;min-height:52px;padding:10px 13px;font-size:15px;white-space:nowrap;flex:0 0 auto;font-weight:600;color:#fff;background:#8fb98a;border:none;border-radius:999px;box-shadow:0 4px 14px #6b8f6473}.deco-btn:active{background:#79a375}.deco-btn[hidden]{display:none}.deco-btn-cancel{background:#9a948c;box-shadow:0 4px 14px #78746c66}.deco-btn-cancel:active{background:#847e76}.deco-btn-confirm{background:#6ea86a}.deco-btn-confirm.deco-btn-invalid{opacity:.55}.deco-btn-rotate{background:#d8a05e;box-shadow:0 4px 14px #d8a05e73;font-size:18px}.deco-btn-rotate:active{background:#c08a4a}.deco-btn-bag{background:#7a9ec8;box-shadow:0 4px 14px #7a9ec873}.deco-btn-bag:active{background:#6888b0}.deco-btn-retrieve{background:#c88a7a;box-shadow:0 4px 14px #c88a7a73}.deco-btn-retrieve:active{background:#b07565}.deco-hint{position:absolute;bottom:calc(168px + var(--safe-bottom));left:50%;transform:translate(-50%);max-width:86%;padding:8px 16px;font-size:15px;font-weight:600;color:#fff;background:#d87a6aeb;border-radius:999px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:14}.deco-hint[hidden]{display:none}.help-btn{position:absolute;top:calc(152px + var(--safe-top));left:12px;width:48px;height:48px;font-size:22px;line-height:1;border:none;border-radius:14px;background:var(--pill-bg);box-shadow:0 2px 8px #5d4f3e2e;z-index:12}.help-btn:active{background:#f0e6d2}.help-btn[hidden]{display:none}.intro-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#28221c8c;display:flex;align-items:center;justify-content:center;z-index:24}.intro-mask[hidden]{display:none}.intro-card{position:relative;width:min(340px,88%);background:#fffaf0;border-radius:22px;padding:22px 20px 18px;box-shadow:0 10px 40px #28221c66;display:flex;flex-direction:column;gap:14px}.intro-close{position:absolute;top:10px;right:10px;width:40px;height:40px;border:none;border-radius:12px;background:#efe6d8;color:var(--ink);font-size:14px}.intro-title{font-size:19px;font-weight:800;color:var(--ink);padding-right:36px}.intro-text{font-size:14px;line-height:1.75;color:#6f6050;white-space:pre-line;min-height:150px}.intro-dots{display:flex;gap:6px;justify-content:center}.intro-dot{width:8px;height:8px;border-radius:999px;background:#e0d5c2}.intro-dot-on{background:var(--primary);width:20px}.intro-btns{display:flex;gap:10px}.intro-btns .btn{flex:1;min-height:48px}.intro-btns .btn[hidden]{display:none}.dessert-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#28221c73;display:flex;align-items:flex-end;justify-content:center;z-index:20}.dessert-mask[hidden]{display:none}.dessert-panel{width:min(420px,94vw);max-height:76vh;background:#fffaf0;border-radius:22px 22px 0 0;padding:16px 16px calc(16px + var(--safe-bottom));box-shadow:0 -6px 30px #28221c4d;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.dessert-close{margin-left:auto;width:44px;height:44px;border:none;border-radius:12px;background:#efe6d8;color:var(--ink);font-size:16px}.dessert-quota{font-size:13px;font-weight:700;color:#8a6f52;background:#f6efdf;border-radius:12px;padding:8px 12px}.dessert-board{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.dessert-cell{aspect-ratio:1;min-height:44px;border:2px solid #e8dcc6;border-radius:12px;background:#fbf5e8;font-size:24px;line-height:1;padding:0}.dessert-cell:disabled{cursor:default}.dessert-cell:not(:disabled):active{background:#f3e9d4}.dessert-cell-sel{border-color:var(--primary);background:#fdeae4;box-shadow:0 0 0 2px #f2937e59}.dessert-btns{display:flex;gap:10px}.dessert-btns .btn{flex:1;min-height:48px;font-size:14px}.daily-btn{position:absolute;top:calc(208px + var(--safe-top));left:12px;width:48px;height:48px;font-size:22px;line-height:1;border:none;border-radius:14px;background:var(--pill-bg);box-shadow:0 2px 8px #5d4f3e2e;z-index:12}.daily-btn:active{background:#f0e6d2}.daily-btn[hidden]{display:none}.trophy-btn{position:absolute;top:calc(64px + var(--safe-top));right:12px;width:48px;height:48px;font-size:22px;line-height:1;border:none;border-radius:14px;background:var(--pill-bg);box-shadow:0 2px 8px #5d4f3e2e;z-index:12}.trophy-btn:active{background:#f0e6d2}.trophy-btn[hidden]{display:none}.friends-btn{position:absolute;top:calc(120px + var(--safe-top));right:12px;width:48px;height:48px;font-size:22px;line-height:1;border:none;border-radius:14px;background:var(--pill-bg);box-shadow:0 2px 8px #5d4f3e2e;z-index:12}.friends-btn:active{background:#f0e6d2}.friends-btn[hidden]{display:none}.mail-dot-btn{position:absolute;top:calc(64px + var(--safe-top));right:68px;width:48px;height:48px;font-size:22px;line-height:1;border:none;border-radius:14px;background:var(--pill-bg);box-shadow:0 2px 8px #5d4f3e2e;z-index:12}.mail-dot-btn:after{content:"";position:absolute;top:7px;right:7px;width:10px;height:10px;border-radius:999px;background:#e5533d;border:2px solid #fffaf0}.mail-dot-btn:active{background:#f0e6d2}.mail-dot-btn[hidden]{display:none}.onboard-bar{position:absolute;bottom:calc(230px + var(--safe-bottom));left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;width:92%;max-width:92%;background:#fffaf0f5;color:#5d4f3e;padding:9px 12px 9px 16px;border-radius:999px;border:2px solid #f2c988;box-shadow:0 4px 16px #5d4f3e47;z-index:13}.onboard-bar[hidden]{display:none}.onboard-text{font-size:14px;font-weight:700;flex:1 1 auto;min-width:0;white-space:normal;overflow:hidden}.onboard-dist{font-size:12.5px;font-weight:700;color:#b07a2a;white-space:nowrap}.onboard-pause{border:none;border-radius:999px;background:#efe6d8;color:#8a7a63;font-size:12px;padding:6px 10px;white-space:nowrap}.onboard-pause:active{background:#e0d5c2}.onboard-resume-btn{position:absolute;bottom:calc(12px + var(--safe-bottom));left:12px;padding:7px 12px;font-size:13px;font-weight:700;color:#7a5a20;background:#fff4d6f2;border:2px solid #f2c988;border-radius:999px;box-shadow:0 2px 8px #5d4f3e38;z-index:12}.onboard-resume-btn:active{background:#f7e6b8}.onboard-resume-btn[hidden]{display:none}.welcome-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#28221c80;display:flex;align-items:center;justify-content:center;z-index:22}.welcome-mask[hidden]{display:none}.welcome-panel{position:relative;width:min(340px,88%);background:#fffaf0;border-radius:22px;padding:22px 18px;box-shadow:0 10px 40px #28221c66;display:flex;flex-direction:column;gap:14px;text-align:center}.welcome-title{font-size:20px;font-weight:800;color:var(--ink)}.welcome-lines{display:flex;flex-direction:column;gap:10px}.welcome-line{font-size:14px;line-height:1.6;color:#6f6050;background:#f6eeda;border-radius:12px;padding:10px 12px;text-align:left}.welcome-note{font-size:12.5px;color:#9a8a75}.welcome-ok{min-height:46px;font-size:16px}.hud-hl{animation:hudHlPulse 1.2s ease-in-out infinite}.map-marker.hud-hl{transform:scale(1.3);z-index:5}@keyframes hudHlPulse{0%,to{box-shadow:0 0 #ffc442e6,0 2px 8px #5d4f3e38}50%{box-shadow:0 0 0 9px #ffc44200,0 2px 8px #5d4f3e38}}.ui-hl{position:absolute;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:2px;z-index:18;pointer-events:none}.ui-hl[hidden]{display:none}.ui-hl-arrow{font-size:22px;line-height:1;color:#f7b32b;text-shadow:0 1px 3px rgba(93,79,62,.4);transform:rotate(90deg);animation:hudHlBob .9s ease-in-out infinite}@keyframes hudHlBob{0%,to{transform:translateY(-3px) rotate(90deg)}50%{transform:translateY(3px) rotate(90deg)}}.ui-hl-label{font-size:12px;font-weight:700;color:#7a5a20;background:#fff4d6f2;border:2px solid #f2c988;border-radius:999px;padding:3px 10px;white-space:nowrap}.help-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#28221c8c;display:flex;align-items:center;justify-content:center;z-index:24}.help-mask[hidden]{display:none}.help-panel{position:relative;width:min(360px,92%);max-height:78%;background:#fffaf0;border-radius:22px;padding:18px 16px;box-shadow:0 10px 40px #28221c66;display:flex;flex-direction:column;gap:12px}.help-panel .panel-head{display:flex;align-items:center;gap:8px}.help-back{border:none;border-radius:10px;background:#efe6d8;color:var(--ink);font-size:13px;padding:8px 10px}.help-back[hidden]{display:none}.help-close{margin-left:auto;width:40px;height:40px;border:none;border-radius:12px;background:#efe6d8;color:var(--ink);font-size:14px}.help-body{overflow-y:auto;display:flex;flex-direction:column;gap:8px}.help-tip{font-size:12.5px;color:#9a8a75}.help-cat{display:flex;align-items:center;border:none;border-radius:14px;background:#f6eeda;padding:14px;font-size:15px;font-weight:700;color:var(--ink)}.help-cat:active{background:#efe2c6}.help-cat-n{margin-left:auto;font-size:12px;font-weight:400;color:#9a8a75}.help-entry{background:#f6eeda;border-radius:14px;padding:4px 12px;display:flex;flex-direction:column;gap:8px}.help-entry-head{border:none;background:transparent;text-align:left;font-size:14.5px;font-weight:700;color:var(--ink);padding:10px 0}.help-entry-text{font-size:13.5px;line-height:1.7;color:#6f6050;white-space:pre-line;padding-bottom:4px}.help-goto{min-height:44px;margin-bottom:10px}.gain-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#28221c73;display:flex;align-items:center;justify-content:center;z-index:22}.gain-mask[hidden]{display:none}.gain-panel{position:relative;width:min(340px,88%);max-height:74%;overflow-y:auto;background:#fffaf0;border-radius:22px;padding:18px 16px;box-shadow:0 10px 40px #28221c66;display:flex;flex-direction:column;gap:12px}.gain-close{margin-left:auto;width:40px;height:40px;border:none;border-radius:12px;background:#efe6d8;color:var(--ink);font-size:14px}.gain-text{font-size:14px;line-height:1.6;color:var(--ink)}.gain-text[hidden]{display:none}.gain-uses{display:flex;flex-direction:column;gap:8px}.gain-uses-head{font-size:13px;font-weight:700;color:#9a8a75}.gain-use-row{display:flex;align-items:center;gap:8px;background:#f6eeda;border-radius:12px;padding:9px 10px}.gain-use-text{flex:1;font-size:13px;line-height:1.5;color:#5d4f3e}.gain-use-go{min-height:40px;padding:0 12px;font-size:13px;white-space:nowrap}.gain-ok{min-height:46px}.dessert-promo{font-size:13px;font-weight:600;color:#b07a2a;background:#fdf3dd;border:1.5px solid #f2c988;border-radius:12px;padding:8px 12px;text-align:center}.dessert-promo[hidden]{display:none}.visit-banner{position:absolute;top:calc(58px + var(--safe-top));left:50%;transform:translate(-50%);max-width:74%;pointer-events:none;background:#487458eb;color:#f2ffe9;padding:10px 18px;border-radius:14px;font-size:14px;font-weight:600;box-shadow:0 6px 20px #32503c66;text-align:center;z-index:14}.visit-banner[hidden]{display:none}.district-banner{position:absolute;top:calc(110px + var(--safe-top));left:50%;transform:translate(-50%);pointer-events:none;background:#fffaeeeb;color:#6b5638;border:2px solid #e0cfa8;padding:7px 20px;border-radius:999px;font-size:15px;font-weight:700;letter-spacing:2px;box-shadow:0 4px 14px #78643c40;transition:opacity .4s;z-index:14}.district-banner[hidden]{display:none}.neighbor-btn{bottom:calc(104px + var(--safe-bottom));background:#7a9ec8;box-shadow:0 4px 14px #7a9ec873}.neighbor-btn:active{background:#6888b0}.neighbor-water-btn{bottom:calc(174px + var(--safe-bottom));background:#6fae9a;box-shadow:0 4px 14px #6fae9a73}.neighbor-water-btn:active{background:#5f9a87}.invite-btn{bottom:calc(104px + var(--safe-bottom));background:#e0975f;box-shadow:0 4px 14px #e0975f73}.invite-btn:active{background:#cc8752}.board-btn{bottom:calc(104px + var(--safe-bottom));background:#d8a94e;box-shadow:0 4px 14px #d8a94e73}.board-btn:active{background:#c79a41}.visit-return-btn{bottom:calc(34px + var(--safe-bottom));background:#b08ac8;box-shadow:0 4px 14px #b08ac873}.visit-return-btn:active{background:#9d76b5}.share-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#28221c73;display:flex;align-items:center;justify-content:center;z-index:22}.share-mask[hidden]{display:none}.share-card{width:min(82%,320px);background:#fffaf0;border-radius:20px;padding:18px 16px;display:flex;flex-direction:column;gap:10px;box-shadow:0 8px 30px #28221c59}.share-title{font-size:17px;font-weight:700}.share-text{font-size:14px;color:var(--ink);line-height:1.5}.share-link{font-size:12px;color:#6a7a9a;background:#f0ead8;border-radius:10px;padding:8px 10px;word-break:break-all;-webkit-user-select:all;user-select:all}.share-btns{display:flex;gap:8px}.share-btns .btn{flex:1}.share-copy{background:#e0975f;color:#fff;border:none;border-radius:12px;padding:10px 0;font-weight:700}.share-close{background:#efe6d8;color:var(--ink);border:none;border-radius:12px;padding:10px 0;font-weight:600}.share-note{font-size:11px;color:#b0a390}.note-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#28221c73;display:flex;align-items:center;justify-content:center;z-index:22}.note-mask[hidden]{display:none}.note-card{width:min(82%,320px);background:#fffaf0;border-radius:20px;padding:18px 16px;display:flex;flex-direction:column;gap:10px;box-shadow:0 8px 30px #28221c59}.note-title{font-size:17px;font-weight:700}.note-input{border:2px solid #e2d6c2;border-radius:12px;padding:10px;font-size:14px;font-family:inherit;background:#fdf8ec;color:var(--ink);resize:none}.note-btns{display:flex;gap:8px}.note-btns .btn{flex:1}.note-send{background:#7a9ec8;color:#fff;border:none;border-radius:12px;padding:10px 0;font-weight:700}.note-close{background:#efe6d8;color:var(--ink);border:none;border-radius:12px;padding:10px 0;font-weight:600}.note-history{font-size:11px;color:#b0a390;line-height:1.5}.map-subrow{display:flex;align-items:center;gap:8px}.map-subrow .panel-sub{flex:1}.map-plot-toggle{border:none;border-radius:10px;background:#efe6d8;color:var(--ink);font-size:12px;font-weight:700;padding:6px 10px}.map-plot-toggle[hidden]{display:none}.map-plot-toggle:active{background:#e0d4c0}.plot-grid{position:absolute;pointer-events:none;background-image:linear-gradient(to right,rgba(90,80,60,.28) 1px,transparent 1px),linear-gradient(to bottom,rgba(90,80,60,.28) 1px,transparent 1px)}.plot-cell{position:absolute;border:none;border-radius:3px;padding:0;opacity:.85;box-shadow:inset 0 0 0 2px #fffcf4e6}.plot-mine{background:#6fa8dc}.plot-neighbor{background:#f0c95a}.plot-expand{background:#8ecf7a}.plot-locked{background:#b8b2a8}.plot-mode .map-marker{opacity:.25}.plot-info-card{position:absolute;left:8px;right:8px;bottom:8px;background:#fffaf0f7;border-radius:14px;padding:10px 12px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 14px #28221c4d;z-index:3}.plot-info-card[hidden]{display:none}.plot-info-text{flex:1;font-size:13px;font-weight:600;color:var(--ink)}.plot-info-go{background:#e0975f;color:#fff;border:none;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:700}.plot-info-go[hidden]{display:none}.plot-info-close{border:none;background:#efe6d8;border-radius:8px;width:30px;height:30px;font-size:12px}
