@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";body{margin:0;padding:0;height:100vh;width:100vw;overflow:hidden;font-family:"Press Start 2P",cursive;-webkit-user-select:none;user-select:none}*{box-sizing:border-box}#root{height:100%;width:100%}.centered{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.close-btn-mobile{display:none}@media(max-width:900px),(max-height:600px){.close-btn-mobile{display:flex;position:absolute;top:5px;right:5px;width:32px;height:32px;background:#f55;color:#fff;border:2px solid #333;align-items:center;justify-content:center;font-size:20px;z-index:101;cursor:pointer;border-radius:4px;box-shadow:0 2px #900}}.cursor{color:#fff;font-size:2rem;pointer-events:none;z-index:100}.texture-selector{display:flex;top:auto;bottom:50px;transform:translate(-50%);background:#00000080;padding:10px;border-radius:10px}.texture{width:50px;height:50px;margin:0 5px;border:2px solid transparent;transition:all .2s ease}.texture.active{border:2px solid red;transform:scale(1.1)}.texture img#root{width:100vw;height:100vh}.texture img{width:100%;height:100%;object-fit:cover;image-rendering:pixelated}.hud-container{position:absolute;bottom:80px;left:50%;transform:translate(-50%);width:360px;display:flex;justify-content:space-between;align-items:flex-end;pointer-events:none;z-index:10}.hearts-container,.food-container{display:flex;gap:2px}.food-container{flex-direction:row-reverse}.heart{width:16px;height:16px;background:transparent;position:relative;font-size:20px;line-height:16px;text-align:center}.heart:before{content:"♡";color:red}.heart.full:before{content:"❤";color:red}.heart.half:before{content:"💔";color:red;font-size:14px}.food{width:16px;height:16px;font-size:16px;line-height:16px;text-align:center}.food:before{content:"○";color:#8b4513;font-weight:700}.food.full:before{content:"🍖"}.food.half:before{content:"🦴"}.death-screen{position:absolute;top:0;left:0;width:100vw;height:100vh;background:#64000080;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-family:Minecraft,monospace;z-index:200}.death-screen h1{font-size:48px;text-shadow:2px 2px 0 #000}.death-buttons button{margin:10px;padding:10px 20px;font-family:inherit;background:#ccc;border:2px solid #555;cursor:pointer}.death-buttons button:hover{background:#fff}.inventory-overlay{position:absolute;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;justify-content:center;align-items:center;z-index:100}.inventory-window{background:#c6c6c6;border:4px solid #555;padding:10px;width:auto;display:flex;flex-direction:column;gap:15px;box-shadow:0 0 20px #000c;image-rendering:pixelated;max-height:95vh;overflow-y:auto}@media(max-width:900px),(max-height:600px){.inventory-window{width:100vw;height:100vh;max-height:100vh;border:none;border-radius:0;padding:15px 15px 20px 25px;gap:5px;justify-content:flex-start;transform:none;box-shadow:none}.inventory-grid .slot{width:34px;height:34px}.inventory-window h2{font-size:14px;margin-bottom:2px;text-align:center}}.inventory-window h2{margin:0 0 5px;font-size:16px;color:#404040}.inventory-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:2px;background:transparent}.inventory-grid.main{margin-bottom:10px}.inventory-grid .slot{width:40px;height:40px;background:#8b8b8b;border:2px solid;border-color:#373737 #fff #fff #373737;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.inventory-grid .slot:hover{background:#bdbdbd}.item-icon{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.item-icon img{width:80%;height:80%;image-rendering:pixelated;object-fit:contain}.item-count{position:absolute;bottom:2px;right:2px;font-size:12px;color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;font-weight:700;z-index:10}.hotbar-container{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:4px;background:#0006;padding:4px;border-radius:4px;border:2px solid #333}.cursor-item{position:fixed;pointer-events:none;z-index:200;width:36px;height:36px;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center}.cursor-item .item-icon{font-size:14px;text-shadow:2px 2px 0 rgba(0,0,0,.5)}.crafting-area{display:flex;align-items:center;gap:20px;margin-bottom:20px;background:#c6c6c6;padding:10px}.crafting-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.crafting-arrow{font-size:30px;color:#404040;font-weight:700}.crafting-result{margin-left:10px}.hotbar-slot{width:40px;height:40px;background:#00000080;border:2px solid #555;display:flex;align-items:center;justify-content:center;position:relative}.hotbar-slot.active{border-color:#fff;transform:scale(1.1)}.save-indicator{position:absolute;top:60px;right:20px;color:#fff;font-family:Minecraft,monospace;font-size:20px;text-shadow:2px 2px 0 #000;pointer-events:none;z-index:100;animation:fadeOut 2s ease-in-out forwards}.hotbar{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:5px;background:#00000080;padding:5px;border-radius:5px;border:2px solid #333;z-index:200;pointer-events:auto}.slot{width:50px;height:50px;position:relative;border:2px solid #555;background:#0000004d;display:flex;justify-content:center;align-items:center;transition:transform .1s}.slot.active{border:4px solid white;transform:scale(1.1);background:#ffffff1a}.slot img{width:80%;height:80%;object-fit:contain;image-rendering:pixelated}.centered.cursor{top:50%;left:50%;transform:translate(-50%,-50%);font-size:30px;color:#fff;pointer-events:none}.instructions{display:none}.menu{background:#000c;padding:40px;border-radius:20px;text-align:center;color:#fff;width:min(90vw,600px);border:4px solid #727272}.menu h1{margin-top:0;text-shadow:2px 2px #000}.menu-row{margin:15px 0}.menu input[type=range]{width:100%;margin-top:10px}.menu button{display:block;width:100%;margin:10px 0;padding:15px;background:#727272;color:#fff;border:2px solid #000;font-family:inherit;font-size:1.2rem;cursor:pointer;box-shadow:inset 2px 2px #9e9e9e,inset -2px -2px #3e3e3e}.menu button:hover{background:#8b8b8b}.menu button:active{box-shadow:inset 2px 2px #3e3e3e,inset -2px -2px #9e9e9e}.controls-guide{margin-top:20px;font-size:.8rem;text-align:left;border-top:2px solid #727272;padding-top:10px}.controls-guide p{margin:5px 0;color:#aaa}.recipe-guide{width:250px;background:#c6c6c6;border-left:2px solid #555;padding-left:10px;display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto}.recipe-guide::-webkit-scrollbar{width:8px;background:#0000001a}.recipe-guide::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.recipe-guide::-webkit-scrollbar-thumb:hover{background:#333}.recipe-row{display:flex;flex-direction:column;gap:5px;background:#0000001a;padding:5px;border-radius:4px}.recipe-result{display:flex;align-items:center;gap:10px;font-weight:700;font-size:12px;color:#333}.recipe-ingredients{display:flex;flex-wrap:wrap;gap:2px}.mini-icon{width:24px;height:24px;border:1px solid #555;background:#0003;display:flex;justify-content:center;align-items:center}.mini-icon.tiny{width:16px;height:16px}.mini-icon img{width:90%;height:90%;image-rendering:pixelated;object-fit:contain}.furnace-window{width:auto;align-items:center}.furnace-gui{display:flex;flex-direction:column;align-items:center;gap:5px;background:#c6c6c6;padding:10px;border:2px solid #555;position:relative}.furnace-middle{display:flex;align-items:center;gap:20px;margin:5px 0}.fire-icon{width:20px;height:20px;position:relative;display:flex;justify-content:center;align-items:flex-end}.fire-pixels-bg{opacity:.2;font-size:20px}.fire-pixels{position:absolute;bottom:0;overflow:hidden;font-size:20px;color:orange}.arrow-icon{width:40px;height:20px;background:#0000001a;position:relative}.arrow-progress{height:100%;background:#fff;overflow:hidden;color:#000;font-size:20px;line-height:20px;width:0%;transition:width .1s linear}.button{width:250px;padding:10px;margin:5px;background:#00000080;border:2px solid #888;color:#fff;cursor:pointer;font-family:inherit;font-size:16px;text-align:center;transition:all .2s}.button:hover{background:#64646480;border-color:#fff}@media(max-width:768px){.menu{width:85vw;max-height:85vh;padding:20px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.menu h1{font-size:1.5rem}.menu button{padding:18px;font-size:1rem}.menu-row{margin:10px 0}.menu input[type=checkbox]{transform:scale(1.2);margin-right:5px}}@media(max-height:600px){.menu{position:fixed;inset:0;transform:none;width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0;border:none;padding:10px 20px;background:#000000f2;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.menu h1{font-size:1.2rem;margin:5px 0;width:100%;text-align:center}.menu-group{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%;margin-bottom:5px}.menu-group h3{grid-column:1 / -1;margin:5px 0;font-size:1rem}.menu-row{display:flex;flex-direction:column;align-items:center;width:100%;margin:0}.menu-row label{font-size:.7rem;margin-bottom:2px}.menu select,.menu input{width:100%!important;max-width:none;font-size:.8rem;padding:5px}.menu-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}.menu button{margin:0;padding:10px;font-size:.8rem;width:100%}}.menu button{padding:8px;margin:5px 0;font-size:.9rem}.controls-guide p{margin:2px 0;font-size:.7rem}.menu{z-index:9999!important}
