*{margin:0;padding:0;box-sizing:border-box;user-select:none;-webkit-user-select:none}html,body{width:100%;height:100%;overflow:hidden;background:#000;font-family:Microsoft YaHei,PingFang SC,sans-serif;color:#fff;image-rendering:pixelated}#game-container{position:fixed;inset:0;z-index:1}#game-canvas{display:block;width:100%;height:100%;cursor:default}body.in-game #game-canvas{cursor:none}#title-bg{display:none}#overlay{position:fixed;inset:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:10vh;background:linear-gradient(180deg,#00000073,#00000026 30%,#00000040 70%,#0000008c)}#crosshair{position:fixed;left:50%;top:50%;width:22px;height:22px;transform:translate(-50%,-50%);pointer-events:none;display:none;z-index:10}#crosshair:before,#crosshair:after{content:"";position:absolute;background:#ffffffd9;mix-blend-mode:difference}#crosshair:before{left:50%;top:0;width:2px;height:100%;transform:translate(-50%)}#crosshair:after{top:50%;left:0;height:2px;width:100%;transform:translateY(-50%)}#hud{position:fixed;inset:0;pointer-events:none;z-index:20;display:none}.hotbar{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:0;padding:0}.hotbar-slot{width:46px;height:46px;background:#0000008c;border:2px solid #373737;display:flex;align-items:center;justify-content:center;position:relative;margin:-1px;pointer-events:auto;cursor:pointer}.hotbar-slot.selected{border-color:#fff;box-shadow:inset 0 0 0 2px #ffffff80,0 0 6px #ffffff4d;background:#ffffff26}.hotbar-slot canvas{width:36px;height:36px;image-rendering:pixelated}.hotbar-slot .count{position:absolute;right:3px;bottom:0;font-size:14px;font-weight:700;text-shadow:2px 2px 0 #3f3f3f;color:#fff}.hotbar-slot .key{position:absolute;left:3px;top:0;font-size:10px;color:#fff9;text-shadow:1px 1px 0 #000}.status-bar{position:absolute;bottom:60px;left:50%;transform:translate(-50%);display:flex;justify-content:space-between;width:414px;max-width:96vw;pointer-events:none}.hearts-row,.hunger-row{display:flex;gap:1px}.hearts-row{justify-content:flex-start}.hunger-row{justify-content:flex-end}.status-bar canvas{display:block;width:18px;height:18px;image-rendering:pixelated;image-rendering:-moz-crisp-edges}.coord-display{position:absolute;top:8px;right:12px;font-family:Courier New,monospace;font-size:14px;color:#fff;text-shadow:2px 2px 0 #000;background:#0006;padding:4px 8px;border-radius:2px;pointer-events:none;z-index:10;letter-spacing:1px}.player-count-display{position:absolute;top:8px;left:12px;font-family:Courier New,monospace;font-size:14px;color:#fff;text-shadow:2px 2px 0 #000;background:#0006;padding:4px 8px;border-radius:2px;pointer-events:none;z-index:10;letter-spacing:1px}#chat-box{position:fixed;left:8px;bottom:80px;width:320px;max-width:60vw;z-index:25;display:block;pointer-events:none}body:not(.in-game) #chat-box{display:none}#chat-box.active{pointer-events:auto}#chat-messages{max-height:150px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0;margin-bottom:4px}#chat-messages::-webkit-scrollbar{display:none}.chat-msg{font-size:13px;color:#fff;text-shadow:1px 1px 0 #000,1px 1px 2px #000;padding:1px 4px;line-height:1.4}.chat-msg.system{color:#ff5}.chat-msg.join{color:#5f5}.chat-msg.leave{color:#f55}#chat-input{width:100%;background:#00000080;border:1px solid #555;color:#fff;padding:4px 6px;font-size:13px;font-family:inherit;outline:none;display:none}#chat-box.active #chat-input{display:block}#player-list{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#0000008c;border:1px solid #444;padding:8px 14px;display:none;z-index:26;min-width:180px;text-align:center}#player-list.visible{display:block}.pl-title{font-size:14px;color:#aaa;margin-bottom:4px}.pl-item{font-size:14px;color:#fff;text-shadow:1px 1px 0 #000;padding:1px 0}#overlay{position:fixed;inset:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:10vh}#overlay.hidden{display:none!important}body.in-game #title-bg{display:none}.mc-title{position:absolute;top:6vh;left:50%;transform:translate(-50%);text-align:center;width:100%}.mc-logo{position:relative;display:inline-block}#mc-logo-img{display:block;width:clamp(320px,55vw,700px);height:auto;filter:drop-shadow(0 6px 12px rgba(0,0,0,.6))}.mc-splash{position:absolute;top:-4%;right:-12%;font-size:clamp(16px,2vw,26px);font-weight:900;color:#fffc3f;font-family:Comic Sans MS,Impact,cursive;font-style:italic;text-shadow:2px 2px 0 #3f2c00,-1px -1px 0 #3f2c00,1px -1px 0 #3f2c00,-1px 1px 0 #3f2c00,1px 1px 0 #3f2c00;transform:rotate(-20deg) scale(1.15);animation:splashBob 1.8s ease-in-out infinite;pointer-events:none;white-space:nowrap}@keyframes splashBob{0%,to{transform:rotate(-20deg) scale(1.15) translateY(0)}50%{transform:rotate(-20deg) scale(1.25) translateY(-6px)}}.mc-menu{display:flex;flex-direction:column;align-items:stretch;gap:4px;width:min(480px,92vw);position:relative;z-index:3}.mc-menu-bottom-row{display:flex;gap:4px;margin-top:4px;align-items:stretch}.mc-menu-bottom-row .mc-btn{flex:1}.mc-menu-bottom-row .mc-btn-icon{flex:0 0 40px;min-width:40px;padding:6px 4px;display:flex;align-items:center;justify-content:center}.mc-menu-bottom-row .mc-btn-icon svg{display:block;filter:drop-shadow(1px 1px 0 #3f3f3f)}.mc-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 20px;min-height:40px;font-size:16px;font-weight:700;color:#e0e0e0;font-family:inherit;letter-spacing:1px;background-color:#7a7a7a;background-image:linear-gradient(180deg,rgba(255,255,255,.35) 0%,rgba(255,255,255,.35) 2px,transparent 3px),linear-gradient(0deg,rgba(0,0,0,.45) 0%,rgba(0,0,0,.45) 2px,transparent 3px),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><rect fill='%237a7a7a' width='8' height='8'/><rect fill='%23888' x='0' y='0' width='2' height='1'/><rect fill='%23888' x='3' y='1' width='2' height='1'/><rect fill='%23888' x='6' y='0' width='2' height='2'/><rect fill='%23888' x='1' y='3' width='2' height='2'/><rect fill='%23888' x='5' y='4' width='2' height='1'/><rect fill='%23888' x='0' y='6' width='3' height='1'/><rect fill='%23888' x='4' y='6' width='2' height='2'/><rect fill='%23666' x='2' y='2' width='1' height='1'/><rect fill='%23666' x='5' y='2' width='1' height='1'/><rect fill='%23666' x='0' y='5' width='1' height='1'/><rect fill='%23666' x='7' y='5' width='1' height='1'/><rect fill='%238c8c8c' x='2' y='5' width='1' height='1'/></svg>");background-size:100% 100%,100% 100%,6px 6px;border:2px solid #000;text-shadow:2px 2px 0 #3f3f3f;cursor:pointer;transition:color .08s,filter .08s;position:relative;outline:none}.mc-btn-wide{min-height:44px;font-size:17px}.mc-btn:hover{color:#ffff9a;filter:brightness(1.1)}.mc-btn:active{color:#fff;filter:brightness(.85);background-image:linear-gradient(180deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 2px,transparent 3px),linear-gradient(0deg,rgba(255,255,255,.2) 0%,rgba(255,255,255,.2) 2px,transparent 3px),linear-gradient(180deg,#0000001a,#0000001a)}.mc-btn:focus-visible{outline:2px solid #fff;outline-offset:-2px}.mc-btn-disabled{color:#a0a0a0;cursor:not-allowed;opacity:.7}.mc-btn-disabled:hover{color:#a0a0a0;filter:none}.mc-btn-login{background-color:#3a7a3a;background-image:linear-gradient(180deg,rgba(255,255,255,.35) 0%,rgba(255,255,255,.35) 2px,transparent 3px),linear-gradient(0deg,rgba(0,0,0,.45) 0%,rgba(0,0,0,.45) 2px,transparent 3px),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><rect fill='%233a7a3a' width='8' height='8'/></svg>");background-size:100% 100%,100% 100%,6px 6px;font-size:14px}.mc-btn-login.logged-in{background-color:#2a6a8a;background-image:linear-gradient(180deg,rgba(255,255,255,.35) 0%,rgba(255,255,255,.35) 2px,transparent 3px),linear-gradient(0deg,rgba(0,0,0,.45) 0%,rgba(0,0,0,.45) 2px,transparent 3px),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><rect fill='%232a6a8a' width='8' height='8'/></svg>");background-size:100% 100%,100% 100%,6px 6px}.mc-btn-text{flex:1;text-align:center}.mc-realms-icons{display:inline-flex;align-items:center;gap:10px;margin-left:12px}.mc-realms-diamond{color:#4ae0c0;font-size:18px;text-shadow:1px 1px 0 #114d44}.mc-realms-grid{color:#e0e0e0;font-size:20px;line-height:1;border:2px solid #000;background:#555;padding:0 2px;box-shadow:inset 1px 1px #ffffff40,inset -1px -1px #0000004d}.mc-info-title{font-size:22px;font-weight:700;color:#fff;text-shadow:2px 2px 0 #3f3f3f;margin-bottom:14px;letter-spacing:1px;text-align:center}.mc-info-text{font-size:14px;color:#ccc;margin-bottom:20px;text-shadow:1px 1px 0 #000;text-align:center}.mc-pause-title{font-size:26px;font-weight:700;color:#fff;text-shadow:2px 2px 0 #3f3f3f;margin-bottom:12px;letter-spacing:1px;text-align:center}.mc-death{display:flex;flex-direction:column;align-items:center;gap:8px;width:min(480px,92vw);position:absolute;top:18%;left:50%;transform:translate(-50%)}.mc-death-title{font-size:clamp(40px,6vw,64px);font-weight:900;color:#ff4040;text-shadow:3px 3px 0 #000;letter-spacing:2px;margin-bottom:4px;font-family:Impact,Arial Black,sans-serif}.mc-death-score{font-size:16px;color:#ffd84a;text-shadow:2px 2px 0 #000;margin-bottom:14px}.mc-death-note{font-size:13px;color:#9fe8a0;text-shadow:1px 1px 0 #000;margin-bottom:12px;text-align:center;line-height:1.5}.mc-death-btns{display:flex;flex-direction:column;gap:4px;width:100%}.mc-death-btns .mc-btn{margin-top:0}.game-toast{position:fixed;left:50%;top:22%;transform:translate(-50%) translateY(-8px);background:#000000b8;border:2px solid rgba(255,255,255,.35);color:#fff;font-size:15px;font-weight:700;padding:8px 18px;border-radius:4px;z-index:300;pointer-events:none;opacity:0;transition:opacity .25s,transform .25s;text-shadow:1px 1px 0 #000}.game-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.mc-bottom-left{position:fixed;left:10px;bottom:6px;font-size:13px;color:#fff;text-shadow:1px 1px 0 #000,2px 2px 3px #000;z-index:101}.mc-bottom-right{position:fixed;right:10px;bottom:6px;font-size:13px;color:#fff;text-shadow:1px 1px 0 #000,2px 2px 3px #000;z-index:101}#inventory-overlay{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;background:#00000080}.inv-panel{background:#c6c6c6;border:4px solid #555;box-shadow:inset 2px 2px #fff,inset -2px -2px #555,0 8px 24px #0009;padding:16px 20px;width:420px;overflow:hidden;font-family:Microsoft YaHei,sans-serif;display:flex;flex-direction:column;gap:6px}.inv-panel.inv-panel-wide{width:480px}.inv-craft-container{display:flex;justify-content:center;margin-bottom:8px}.inv-title{font-size:14px;font-weight:700;color:#3f3f3f;text-align:center;margin-bottom:8px;text-shadow:1px 1px 0 #fff}.inv-section-label{font-size:11px;color:#3f3f3f;text-align:center;margin-bottom:4px;text-shadow:1px 1px 0 #fff}.inv-grid,.inv-inv-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:2px;margin-bottom:8px;justify-content:center}.inv-slot{width:40px;height:40px;background:#8b8b8b;border:2px solid;border-color:#373737 #fff #fff #373737;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.inv-slot:hover{background:#a0a0a0}.inv-slot canvas{width:32px;height:32px;image-rendering:pixelated}.inv-hotbar-label{font-size:11px;color:#404040;text-align:center;margin-bottom:6px}.inv-hotbar-row{display:flex;gap:2px;justify-content:center;margin-bottom:10px}.inv-hotbar-slot{width:40px;height:40px;background:#8b8b8b;border:2px solid;border-color:#373737 #fff #fff #373737;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.inv-hotbar-slot.selected{border-color:#fff;box-shadow:inset 0 0 0 2px #fff,0 0 6px #fff6;background:#6a6a8a}.inv-hotbar-slot canvas{width:32px;height:32px;image-rendering:pixelated}.inv-slot-key{position:absolute;top:0;left:2px;font-size:9px;color:#fff;text-shadow:1px 1px 0 #000}.inv-hint{font-size:11px;color:#555;text-align:center;margin-top:4px}#touch-ui{position:fixed;inset:0;z-index:40;display:none;touch-action:none;user-select:none;-webkit-user-select:none}@media (pointer: coarse){body.in-game #touch-ui{display:block}}#touch-look-area{position:absolute;inset:0;z-index:1;touch-action:none}#touch-joystick-base{position:absolute;left:24px;bottom:30px;width:120px;height:120px;border-radius:50%;background:#ffffff1f;border:2px solid rgba(255,255,255,.35);z-index:3;touch-action:none}#touch-joystick-thumb{position:absolute;left:50%;top:50%;width:52px;height:52px;margin:-26px 0 0 -26px;border-radius:50%;background:#ffffff73;border:2px solid rgba(255,255,255,.6);pointer-events:none}#touch-buttons{position:absolute;right:16px;bottom:90px;display:grid;grid-template-columns:repeat(2,auto);gap:10px;z-index:4}.touch-btn{width:58px;height:58px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:#ffffff2e;color:#fff;font-size:15px;font-weight:700;text-shadow:1px 1px 0 #000;touch-action:none;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}.touch-btn:active{background:#fff6}#rotateHint{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;background:#04060cf5;backdrop-filter:blur(6px);color:#fff}#rotateHint.hidden{display:none}.rotate-card{text-align:center;padding:28px 32px;max-width:340px}.rotate-icon{font-size:52px;margin-bottom:16px;animation:rotate-phone 2.2s ease-in-out infinite}.rotate-title{font-size:22px;font-weight:800;letter-spacing:3px;color:#7fff8a;margin-bottom:8px}.rotate-sub{font-size:13px;color:#a8b8c8;letter-spacing:1px;margin-bottom:10px}.rotate-tip{font-size:12px;line-height:1.55;color:#ffb45c;max-width:300px;margin:0 auto 16px;padding:8px 12px;border:1px solid rgba(255,180,92,.4);border-radius:6px}.rotate-btn{min-width:200px;padding:12px 20px;font-size:15px;font-weight:700;color:#fff;background:#3a8c3a;border:2px solid #4fb04f;border-radius:4px;cursor:pointer;box-shadow:0 4px #2a5e2a;outline:none;-webkit-tap-highlight-color:transparent}.rotate-btn:active{transform:translateY(2px);box-shadow:0 2px #2a5e2a}.rotate-status{margin-top:12px;font-size:12px;color:#8fa8c8;min-height:18px}@keyframes rotate-phone{0%,to{transform:rotate(0)}35%{transform:rotate(-90deg)}65%{transform:rotate(-90deg)}}#touch-btn-jump{background:#3cb45059}#touch-btn-sprint{background:#dca02859}#touch-btn-mine{background:#c83c3c59}#touch-btn-place{background:#3c78dc59}#touch-btn-menu{position:absolute;top:-70px;right:0;width:44px;height:44px;font-size:20px}.mc-modal{position:fixed;inset:0;z-index:210;display:flex;align-items:center;justify-content:center;background:#0009}.mc-modal-panel{background:#c6c6c6;border:4px solid #555;box-shadow:inset 2px 2px #fff,inset -2px -2px #555,0 8px 24px #000000b3;padding:16px 20px;width:min(520px,90vw);max-height:80vh;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.mc-modal-title{font-size:16px;font-weight:700;color:#3f3f3f;text-align:center;text-shadow:1px 1px 0 #fff;padding-bottom:8px;border-bottom:2px solid #888}.mc-modal-body{display:flex;flex-direction:column;gap:12px}.mc-modal-section-title{font-size:13px;font-weight:700;color:#2a2a2a;margin-bottom:4px}.mc-feature-list{list-style:none;padding:0;margin:0;font-size:12px;color:#404040;line-height:1.8}.mc-feature-list li{padding-left:16px;position:relative}.mc-feature-list li:before{content:"○";position:absolute;left:0}.mc-feature-list li.done:before{content:"✓";color:#2a8b2a;font-weight:700}#pause-menu.showing-options>:not(#options-panel){display:none!important}#options-panel{display:flex;flex-direction:column;align-items:stretch;gap:4px;width:min(480px,92vw);background:#c6c6c6;border:4px solid #555;box-shadow:inset 2px 2px #fff,inset -2px -2px #555,0 8px 24px #0009;padding:16px 20px;font-family:Microsoft YaHei,sans-serif;color:#3f3f3f}.opt-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.opt-label{flex:0 0 110px;font-size:13px;font-weight:700;color:#3f3f3f;text-shadow:1px 1px 0 #fff}.opt-slider{flex:1;-webkit-appearance:none;appearance:none;height:18px;background:#8b8b8b;border:2px solid;border-color:#373737 #fff #fff #373737;outline:none;cursor:pointer}.opt-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:22px;background:#9a9a9a;border:2px solid #000;box-shadow:inset 1px 1px #fff;cursor:pointer}.opt-slider::-moz-range-thumb{width:14px;height:22px;background:#9a9a9a;border:2px solid #000;box-shadow:inset 1px 1px #fff;cursor:pointer;border-radius:0}.opt-value{flex:0 0 40px;text-align:right;font-size:13px;font-weight:700;color:#2a2a2a;text-shadow:1px 1px 0 #fff;font-family:Consolas,monospace}.opt-mode-btn{flex:1;min-height:32px;font-size:14px;padding:6px 12px}#options-panel .mc-btn-wide{margin-top:8px}.crafting-overlay{position:fixed;inset:0;z-index:201;display:none;align-items:center;justify-content:center;background:#00000080}.crafting-panel{background:#c6c6c6;border:4px solid #555;box-shadow:inset 2px 2px #fff,inset -2px -2px #555,0 8px 24px #0009;padding:16px 20px;font-family:Microsoft YaHei,sans-serif}.crafting-title{font-size:14px;font-weight:700;color:#3f3f3f;text-align:center;margin-bottom:12px;text-shadow:1px 1px 0 #fff}.crafting-area{display:flex;flex-direction:column;align-items:center;gap:8px}.crafting-row{display:flex;align-items:center;gap:10px;justify-content:center}.crafting-grid{display:grid;gap:2px}.crafting-slot{width:40px;height:40px;background:#8b8b8b;border:2px solid;border-color:#373737 #fff #fff #373737;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.crafting-slot:hover{background:#a0a0a0}.crafting-slot canvas{width:32px;height:32px;image-rendering:pixelated}.crafting-arrow{font-size:24px;color:#3f3f3f;font-weight:700;text-shadow:1px 1px 0 #fff}.crafting-output{width:44px;height:44px;background:#8b8b8b;border:2px solid;border-color:#fff #373737 #373737 #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.crafting-output:hover{background:#a0a0a0}.crafting-output canvas{width:32px;height:32px;image-rendering:pixelated}.crafting-count{position:absolute;right:3px;bottom:0;font-size:14px;font-weight:700;text-shadow:2px 2px 0 #3f3f3f;color:#fff}.crafting-hint{font-size:11px;color:#555;text-align:center;margin-top:8px}.inv-craft-label{font-size:11px;color:#404040;text-align:center;margin:10px 0 6px}.held-item{width:32px;height:32px;transform:scale(1.1);filter:drop-shadow(2px 2px 0 rgba(0,0,0,.8))}.held-item canvas{width:32px;height:32px;image-rendering:pixelated}.held-count{position:absolute;right:1px;bottom:0;font-size:12px;font-weight:700;text-shadow:2px 2px 0 #3f3f3f;color:#fff}.inv-count,.crafting-slot-count{position:absolute;right:2px;bottom:0;font-size:11px;font-weight:700;text-shadow:1px 1px 0 #000;color:#fff;line-height:1}.furnace-panel{background:#c6c6c6;border:4px solid #555;box-shadow:inset 2px 2px #fff,inset -2px -2px #555,0 8px 24px #0009;padding:16px 20px;width:420px;display:flex;flex-direction:column;gap:6px;align-items:center;font-family:Microsoft YaHei,sans-serif}.furnace-area{display:flex;align-items:center;justify-content:center;gap:10px;margin:6px 0 10px}.furnace-leftcol{display:flex;flex-direction:column;gap:2px;align-items:center}.furnace-slot{width:44px;height:44px}.furnace-flame{font-size:22px;opacity:.2;transition:opacity .3s;width:28px;text-align:center}.furnace-arrow{font-size:22px;color:#555}
