@font-face{font-family:Monocraft;src:url(/assets/Monocraft.ttf) format("truetype");font-display:swap}:root{font-family:Monocraft,monospace;color:#fff;font-size:14px;letter-spacing:0;--slot: 44px;--ui: #c6c6c6;--dark: #373737;--light: #fff;font-synthesis:none}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;touch-action:none}button,input,select{font:inherit;letter-spacing:0}button{cursor:pointer;color:inherit;border-radius:0}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #fff;outline-offset:2px}button:hover{filter:brightness(1.12)}button:disabled{opacity:.55;cursor:default}canvas{image-rendering:pixelated}#world{position:fixed;inset:0;width:100%;height:100%;display:block;outline:0}#startup{position:fixed;inset:0;z-index:100;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;gap:18px;background:#202a24;text-align:center;overflow-y:auto}#startup img{image-rendering:pixelated}#startup h1{font-size:28px;margin:0}#startup p{margin:0;max-width:40ch;overflow-wrap:anywhere}#startup progress{width:min(220px,90%);height:8px;accent-color:#79ad46}#startup button{width:min(260px,100%)}.title-screen{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:safe center;overflow-y:auto;padding:28px;background:#0a150f30;text-shadow:3px 3px #151515}.game-logo{font-size:72px;line-height:1.1;margin:0;color:#d8d8d8;text-shadow:0 5px #555,0 10px #191919,4px 10px #191919,-4px 10px #191919}.world-subtitle{color:#ffdf52;margin:28px 0 44px;font-size:20px}.title-buttons{flex-shrink:0;width:min(100%,360px);display:grid;gap:10px}.title-buttons .stone-button{min-height:46px}.flame svg{width:24px;height:24px;stroke:#665e53;fill:#665e5322}.flame.burning svg{stroke:#f6c749;fill:#f19328}.title-open #hud,.title-open #crosshair,.title-open #top-tools,.title-open #touch-controls,.title-open #target-label{display:none}@media(max-width:650px){.game-logo{font-size:38px}.world-subtitle{font-size:16px;margin:24px 0 32px}}#ui{position:fixed;inset:0;pointer-events:none;-webkit-user-select:none;user-select:none}#ui button,#ui input,#ui select{pointer-events:auto}#crosshair{position:absolute;left:50%;top:50%;width:20px;height:20px;transform:translate(-50%,-50%);mix-blend-mode:difference}#crosshair:before,#crosshair:after{content:"";position:absolute;background:#fff}#crosshair:before{width:20px;height:2px;left:0;top:9px}#crosshair:after{width:2px;height:20px;left:9px;top:0}#target-label{position:absolute;top:calc(50% + 30px);left:50%;transform:translate(-50%);font-size:12px;text-shadow:2px 2px #222;opacity:0;transition:opacity .2s}#ui:not(.modal-open):hover #target-label{opacity:.75}#hud{position:absolute;bottom:12px;left:50%;transform:translate(-50%);width:432px}#vitals{width:432px;height:42px;display:block}#xp-track{height:7px;border:2px solid #1e211d;background:#363e29;margin:0 0 4px;box-shadow:0 1px #777}#xp-track>div{height:100%;width:12%;background:#65a827}#hotbar{display:grid;grid-template-columns:repeat(9,1fr);height:48px;border:3px solid #171717;background:#777a;box-shadow:0 0 0 1px #888}.slot{position:relative;display:flex;align-items:center;justify-content:center;width:var(--slot);height:var(--slot);min-width:0;padding:3px;background:#8b8b8b;border:2px solid;border-color:#373737 #fff #fff #373737;flex-shrink:0}.slot canvas{width:32px;height:32px;pointer-events:none}.slot:hover{background:#aaa}.count{position:absolute;bottom:1px;right:1px;font-size:14px;color:#fff;text-shadow:2px 2px #333;pointer-events:none;line-height:1}#hotbar .slot{width:100%;height:42px;background:#5557;border-color:#444 #777 #777 #444}#hotbar .slot.selected{outline:3px solid #eee;outline-offset:-1px;box-shadow:inset 0 0 0 2px #444;z-index:1}.durability{position:absolute;bottom:3px;left:5px;right:5px;height:3px;background:#1b1b1b}.durability:after{content:"";display:block;height:2px;width:calc(var(--left) * 100%);background:#60e444}#item-name{position:absolute;left:50%;bottom:112px;transform:translate(-50%);text-shadow:2px 2px #222;font-size:16px;opacity:0;white-space:nowrap}#item-name.visible{opacity:1}#toast{position:absolute;right:16px;top:70px;background:#252525;border:3px solid #777;padding:16px;max-width:350px;line-height:1.4;opacity:0;transform:translate(20px);transition:.2s}#toast.visible{opacity:1;transform:none}#damage,#water-overlay{position:absolute;inset:0;pointer-events:none}#damage{background:#d22;opacity:0;transition:opacity .15s}#water-overlay.underwater{background:#154daf55}#top-tools{position:absolute;top:14px;right:14px;display:flex;gap:8px}.icon-button{background:#5559;border:2px solid;border-color:#aaa #333 #333 #aaa;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;padding:7px;color:#fff}.icon-button svg{width:20px;height:20px;stroke-width:2}.shade{position:absolute;inset:0;background:#0007;display:flex;align-items:center;justify-content:center;pointer-events:auto;padding:20px}.panel{background:var(--ui);color:#3e3e3e;padding:12px;border:4px solid;border-color:#fff #555 #555 #fff;box-shadow:0 0 0 2px #111;max-width:100%;max-height:calc(100dvh - 32px);overflow:auto}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px}.panel h1{font-size:17px;font-weight:400;margin:0}.panel .icon-button{background:#8b8b8b;color:#fff;width:28px;height:28px;padding:3px}.pause-panel{width:380px;display:flex;flex-direction:column;gap:12px;background:#292929e8;color:#fff}.stone-button{padding:10px 14px;background:#777;border:3px solid;border-color:#aaa #444 #444 #aaa;color:#fff;min-height:44px;text-shadow:2px 2px #333}.stone-button:hover{background:#7b80a2;border-color:#cac6f1 #53516e #53516e #cac6f1}.setting{display:flex;flex-direction:column;gap:12px;margin:3px 0 8px;font-size:12px}.world-file-actions{display:flex;justify-content:center;gap:10px;margin-top:6px}.setting input{width:100%;accent-color:#999}.settings-panel{width:480px}.settings-actions{display:flex;gap:8px;margin-left:auto}.mode-options{display:flex;gap:18px;border:0;padding:0;margin:0 0 8px;font-size:12px}.mode-options legend{padding:0;margin-bottom:12px}.mode-options label,.settings-toggles label{display:flex;align-items:center;gap:8px;min-height:28px}.mode-options input,.settings-toggles input{width:18px;height:18px;margin:0;accent-color:#78a64b;flex-shrink:0}.settings-toggles{display:flex;flex-wrap:wrap;gap:8px 20px;font-size:12px;margin-bottom:8px}.text-input{background:#333;color:#fff;border:2px solid #888;padding:9px 8px;width:100%;font-size:12px;min-width:0}.inventory-body{display:flex;gap:20px;align-items:stretch}.inventory-main{width:calc(var(--slot) * 9);flex-shrink:0}.inventory-panel{position:relative}.workspace{min-height:150px;display:flex;align-items:center;justify-content:space-around;gap:12px;padding-bottom:10px}.crafting-row{display:flex;align-items:center;gap:12px}.crafting-label{margin-bottom:8px;font-size:14px}.recipe-detail{margin-top:10px;min-height:48px;max-width:calc(var(--slot) * 5 + 28px)}.recipe-name{font-size:11px;line-height:1.4;overflow-wrap:anywhere}.recipe-ingredients{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:3px}.ingredient{display:flex;align-items:center;gap:4px;font-size:11px;color:#275124}.ingredient canvas{width:24px;height:24px;image-rendering:pixelated}.ingredient.missing{color:#8a2525}.ghost-slot canvas,.ghost-slot .count{opacity:.3}.slot.ghost-slot{background:#967b78}.recipe-controls{display:flex;gap:5px}.recipe-controls .icon-button{flex:0 0 32px;width:32px;height:36px;padding:4px}.recipe-controls [aria-pressed=true]{background:#46723d;color:#fff}.recipe-empty{grid-column:1 / -1;font-size:11px;padding:12px 0}.slot-grid{display:grid;grid-template-columns:repeat(9,var(--slot))}.crafting-grid{grid-template-columns:repeat(2,var(--slot))}.craft-arrow{width:30px;height:30px}.craft-arrow svg{width:100%;height:100%;stroke-width:3}.result-slot{width:calc(var(--slot) + 8px);height:calc(var(--slot) + 8px)}.inventory-label{font-size:14px;margin:8px 0}.quick-grid{margin-top:12px}.recipe-book{width:224px;flex-shrink:0;background:#9d9d9d;border:2px solid;border-color:#555 #ddd #ddd #555;padding:10px}.recipe-list{margin-top:12px;display:grid;grid-template-columns:repeat(4,var(--slot));gap:4px;max-height:308px;overflow-y:auto;overscroll-behavior:contain}.recipe-list .unavailable{background:#976b68}.recipe-list .unavailable canvas{opacity:.55}.inventory-panel>.icon-button{margin-top:10px}.character-preview{width:80px;height:120px;background:#292929;flex-shrink:0;image-rendering:pixelated}.equipment-slots{display:grid;grid-template-rows:repeat(4,var(--slot));flex-shrink:0}.empty-equipment canvas{opacity:.2;filter:grayscale(1)}.skin-head{position:absolute;background:#b48a65;border-top:8px solid #4c3627;left:30px;top:8px;width:28px;height:28px;box-shadow:inset 0 -4px #79533b}.skin-head:before,.skin-head:after{content:"";position:absolute;background:#39437a;width:5px;height:4px;top:7px}.skin-head:before{left:4px}.skin-head:after{right:4px}.skin-body{position:absolute;background:#329d9f;width:28px;height:38px;top:36px;left:30px}.skin-arm{position:absolute;top:36px;width:14px;height:42px;background:#b38b64;border-top:14px solid #31969a}.skin-arm.left{left:16px}.skin-arm.right{left:58px}.skin-leg{position:absolute;top:74px;height:40px;width:14px;background:#403f83;border-bottom:8px solid #424242}.skin-leg.left{left:30px}.skin-leg.right{left:44px}.modal-open #crosshair,.modal-open #target-label,.modal-open #top-tools,.modal-open #touch-controls{display:none}#cursor-stack{position:absolute;width:36px;height:36px;transform:translate(-50%,-50%);z-index:30;pointer-events:none}#cursor-stack canvas{width:36px;height:36px}.furnace-work{display:flex;align-items:center;justify-content:center;gap:38px}.flame{height:25px;color:#d28319;text-align:center}.smelt-progress{position:relative;width:40px;height:40px}.smelt-progress svg{width:100%;height:100%;color:#777}.smelt-progress:after{position:absolute;left:0;bottom:0;content:"";background:#edbd5b;height:3px;width:calc(var(--progress) * 100%)}#touch-controls{display:none}#joystick{position:absolute;width:110px;height:110px;bottom:108px;left:24px;border:3px solid #fff5;background:#0002;border-radius:50%}#joystick>div{width:42px;height:42px;border:2px solid #fff6;background:#aaa7;border-radius:50%;position:absolute;top:31px;left:31px}.touch-actions{position:absolute;right:20px;bottom:110px;display:grid;grid-template-columns:repeat(2,48px);gap:10px}.touch-actions .icon-button{width:48px;height:48px}#joystick{pointer-events:auto}@media(pointer:coarse){#touch-controls{display:block}#top-tools{top:10px;right:10px}#target-label{display:none}}@media(max-width:740px){:root{--slot: 36px}.shade{padding:8px}.panel{padding:8px;max-height:calc(100dvh - 16px)}.inventory-body{gap:10px}.recipe-book{width:174px;padding:6px}.recipe-list{grid-template-columns:repeat(4,var(--slot));gap:3px;max-height:234px}.slot canvas{width:29px;height:29px}.count{font-size:12px}.workspace{gap:6px;min-height:130px}.crafting-row{gap:8px}.craft-arrow{width:24px;height:24px}.character-preview{width:76px;transform:scale(.85);transform-origin:left center;margin-right:-10px}.panel h1{font-size:15px}#hud{width:324px;bottom:8px}#vitals{width:324px;height:32px}#hotbar{height:39px}#hotbar .slot{height:33px}#hotbar .slot canvas{width:28px;height:28px}#item-name{font-size:13px;bottom:90px}}@media(max-width:550px){.inventory-body{flex-direction:column-reverse;gap:10px}.recipe-book{width:100%;max-height:160px}.recipe-list{grid-template-columns:repeat(7,var(--slot));max-height:83px;gap:5px;margin-top:7px}.workspace{min-height:120px}.panel-heading{margin-bottom:8px}.quick-grid{margin-top:8px}.inventory-panel>.icon-button{position:absolute;right:48px;top:8px}.recipe-book .text-input{padding:6px}#toast{left:12px;right:12px;max-width:none;font-size:12px}}@media(max-height:530px){.title-screen{padding:16px}.title-screen .game-logo{font-size:40px}.title-screen .world-subtitle{margin:18px 0}.panel{max-height:calc(100dvh - 12px)}.workspace{min-height:100px;padding-bottom:0}.panel-heading{margin-bottom:6px}.inventory-label{margin:5px 0}.quick-grid{margin-top:6px}.panel{padding:6px}.inventory-panel>.icon-button{position:absolute;right:45px;top:5px}.recipe-list{max-height:218px}.character-preview{height:110px}.inventory-body{flex-direction:row}}
