*{margin:0;padding:0;box-sizing:border-box}:root{--panel-bg: rgba(18, 20, 28, .92);--panel-border: rgba(255, 255, 255, .14);--accent: #6ee7a0}html,body{width:100%;height:100%;overflow:hidden;background:#000}body{font-family:Hiragino Kaku Gothic ProN,Noto Sans JP,system-ui,sans-serif;-webkit-user-select:none;user-select:none}#game{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}#crosshair{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);color:#ffffffd9;font-size:22px;font-weight:200;text-shadow:0 0 3px rgba(0,0,0,.8);pointer-events:none;z-index:5}#hud{position:fixed;top:10px;left:12px;z-index:5;pointer-events:none;color:#fff;font-size:12px;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.9);font-family:ui-monospace,Menlo,monospace}#block-name{position:fixed;bottom:76px;left:50%;transform:translate(-50%);color:#fff;font-size:14px;text-shadow:1px 1px 2px rgba(0,0,0,.9);pointer-events:none;z-index:5;opacity:0;transition:opacity .4s}#block-name.show{opacity:1}#hotbar{position:fixed;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:4px;z-index:5;pointer-events:none;padding:4px;background:#00000059;border-radius:8px}.hotbar-slot{width:52px;height:52px;border-radius:6px;border:2px solid rgba(255,255,255,.25);background:#00000059;display:flex;align-items:center;justify-content:center;position:relative}.hotbar-slot.selected{border-color:#fff;background:#ffffff1f}.hotbar-slot canvas{width:40px;height:40px;image-rendering:pixelated}.hotbar-slot .num{position:absolute;top:1px;left:4px;font-size:9px;color:#fff9}#toast{position:fixed;top:56px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:6px 16px;border-radius:6px;font-size:13px;opacity:0;transition:opacity .3s;pointer-events:none;z-index:20}#toast.show{opacity:1}#water-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#143c8c59;pointer-events:none;z-index:4;display:none}.panel{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:12px;padding:20px;color:#eee;z-index:30;max-width:min(860px,92vw);max-height:86vh;overflow:auto;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 12px 48px #0009}.panel.hidden{display:none}#panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:29;background:#00000059}#panel-backdrop.hidden{display:none}.panel h2{font-size:16px;margin-bottom:12px;color:#fff}.panel .hint{font-size:11px;color:#999;font-weight:400;margin-left:8px}#inventory-grid{display:grid;grid-template-columns:repeat(9,54px);gap:6px}.inv-slot{width:54px;height:54px;border-radius:6px;cursor:pointer;border:2px solid rgba(255,255,255,.15);background:#ffffff0d;display:flex;align-items:center;justify-content:center}.inv-slot:hover{border-color:var(--accent);background:#6ee7a01a}.inv-slot canvas{width:42px;height:42px;image-rendering:pixelated}#help table{border-collapse:collapse;margin-bottom:16px}#help td{padding:3px 14px 3px 0;font-size:13px;color:#ccc}#help td:last-child{color:#fff;font-family:ui-monospace,Menlo,monospace}#help p{font-size:13px;line-height:1.8;color:#ccc;max-width:560px}#help b{color:var(--accent)}#computer{width:min(860px,92vw)}#computer-toolbar{display:flex;gap:8px;align-items:center;margin-bottom:10px;flex-wrap:wrap}#computer-toolbar button,#computer-toolbar select,#reset-world{background:#2a2f3e;color:#fff;border:1px solid var(--panel-border);padding:6px 14px;border-radius:6px;cursor:pointer;font-size:13px}#computer-toolbar button:hover{background:#3a4054}#computer-run{background:#1f6f43!important}#computer-run:hover{background:#278a54!important}#computer-status{font-size:12px;color:#999}#computer-status.on{color:var(--accent)}#computer-status.err{color:#ff7b72}#computer-body{display:flex;gap:10px}#computer-code{flex:3;height:320px;background:#0d1017;color:#e6edf3;border:1px solid var(--panel-border);border-radius:8px;padding:12px;font-family:ui-monospace,Menlo,monospace;font-size:13px;line-height:1.5;resize:vertical;outline:none;-moz-tab-size:2;tab-size:2;-webkit-user-select:text;user-select:text}#computer-console{flex:2;height:320px;overflow:auto;background:#0d1017;color:#9fb3c8;border:1px solid var(--panel-border);border-radius:8px;padding:12px;font-family:ui-monospace,Menlo,monospace;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-all;-webkit-user-select:text;user-select:text}#computer-console .err{color:#ff7b72}#computer-api{margin-top:12px;font-size:13px}#computer-api.hidden{display:none}#computer-api h3{font-size:13px;margin-bottom:8px;color:var(--accent)}#computer-api ul{list-style:none}#computer-api li{padding:3px 0;color:#bbb}#computer-api code{background:#ffffff14;padding:1px 6px;border-radius:4px;color:#9fd6ff;font-size:12px}#overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,#0a0e18bf,#04060ceb);cursor:pointer;transition:opacity .3s}#overlay.hidden{opacity:0;pointer-events:none}#overlay-inner{text-align:center;color:#fff}#overlay-inner h1{font-size:52px;letter-spacing:12px;margin-bottom:18px;font-weight:800;background:linear-gradient(180deg,#b8f5cd,#4aa06a);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 4px 24px rgba(110,231,160,.25)}#overlay-msg{font-size:18px;margin-bottom:22px;animation:pulse 1.8s infinite}.overlay-keys{font-size:13px;color:#8a94a6;line-height:2}#reset-world{margin-top:28px;opacity:.7}#reset-world:hover{opacity:1;background:#6e2a2a}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.panel-close{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:8px;border:1px solid var(--panel-border);background:#2a2f3e;color:#fff;font-size:16px;line-height:1;cursor:pointer;display:none;z-index:1}.panel-close:hover{background:#3a4054}.tc-hint,#tc-stick,#tc-actions,#tc-utility,body.touch .kb-hint{display:none}body.touch .panel-close,body.touch .tc-hint{display:block}body.touch #hotbar{pointer-events:auto;max-width:calc(100vw - 16px);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}body.touch #hotbar::-webkit-scrollbar{display:none}body.touch .hotbar-slot{width:46px;height:46px;flex:0 0 auto}body.touch #tc-stick,body.touch #tc-actions,body.touch #tc-utility{display:flex}body.touch.panel-open #tc-stick,body.touch.panel-open #tc-actions,body.touch.panel-open #tc-utility{display:none}#tc-stick{position:fixed;left:22px;bottom:84px;width:128px;height:128px;border-radius:50%;z-index:15;touch-action:none;background:#ffffff14;border:2px solid rgba(255,255,255,.2);align-items:center;justify-content:center}#tc-knob{width:56px;height:56px;border-radius:50%;background:#ffffff59;border:2px solid rgba(255,255,255,.55);pointer-events:none}#tc-actions{position:fixed;right:20px;bottom:84px;z-index:15;gap:14px;align-items:flex-end}#tc-utility{position:fixed;right:20px;top:14px;z-index:15;gap:12px}.tc-btn{width:60px;height:60px;border-radius:50%;touch-action:none;border:2px solid rgba(255,255,255,.35);background:#0006;color:#fff;font-size:24px;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.tc-btn.active{background:#6ee7a059;border-color:var(--accent)}#tc-jump{width:76px;height:76px;font-size:30px}#tc-utility .tc-btn{width:48px;height:48px;font-size:20px}#tc-mode{width:76px;height:76px;border-radius:20px;flex-direction:column;gap:2px;font-size:26px;background:#1e283c99;border-color:#ffffff73}#tc-mode.place{background:#3c2d1499}#tc-mode .lbl{font-size:12px;line-height:1;letter-spacing:1px}
