@import"https://fonts.googleapis.com/css2?family=VT323&display=swap";#main-menu{position:absolute;top:0;left:0;width:100%;height:100%;display:none;flex-direction:column;align-items:center;justify-content:center;background:#0006;z-index:100;font-family:VT323,monospace;-webkit-user-select:none;user-select:none}body.menu-active #main-menu{display:flex}.title-container{position:relative;margin-bottom:50px;text-align:center}.title{font-size:120px;color:#b0b0b0;text-shadow:4px 4px 0px #3f3f3f;font-weight:700;line-height:1}.subtitle{display:block;font-size:40px;color:#fff;text-shadow:2px 2px 0px #3f3f3f;margin-top:-20px}.splash{position:absolute;bottom:0;right:-80px;color:#ff5;font-size:32px;text-shadow:2px 2px 0px #3f3f00;transform:rotate(-20deg);animation:splash-pulse .6s infinite alternate;white-space:nowrap}@keyframes splash-pulse{0%{transform:rotate(-20deg) scale(1)}to{transform:rotate(-20deg) scale(1.1)}}.menu-buttons{display:flex;flex-direction:column;gap:10px;width:400px}#save-load-menu .menu-buttons{width:600px;justify-content:center;gap:20px}.mc-button{background-color:#7d7d7d;border:2px solid #000;border-top-color:#a0a0a0;border-left-color:#a0a0a0;border-bottom-color:#505050;border-right-color:#505050;color:#fff;font-family:VT323,monospace;font-size:32px;padding:10px;cursor:pointer;text-shadow:2px 2px 0px #3f3f3f;transition:background-color .1s;width:100%;text-align:center}.mc-button:hover{background-color:#8e8e8e;border-top-color:#b0b0b0;border-left-color:#b0b0b0;border-bottom-color:#606060;border-right-color:#606060}.mc-button:active{background-color:#606060;border-top-color:#505050;border-left-color:#505050;border-bottom-color:#a0a0a0;border-right-color:#a0a0a0}.mc-button:disabled{color:#a0a0a0;background-color:#505050;cursor:not-allowed;border-color:#303030}.footer{position:absolute;bottom:10px;color:#fff;font-size:20px;width:100%;text-align:center;text-shadow:1px 1px 0px #000}body.menu-active #ui{display:none}body.menu-active .lil-gui{display:none!important}#menu-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}#options-menu{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#fff}.options-title{font-size:40px;margin-bottom:20px;text-shadow:2px 2px 0px #3f3f3f}.options-container{display:flex;gap:40px;background:#00000080;padding:20px;border:2px solid #a0a0a0;max-height:70vh;overflow-y:auto}.option-group{display:flex;flex-direction:column;gap:10px;width:250px}.option-group h3{margin:0 0 10px;text-align:center;color:#a0a0a0;text-shadow:1px 1px 0px #000}.option-group label{font-size:20px;text-shadow:1px 1px 0px #000}.controls-list{display:flex;flex-direction:column;gap:5px;background:#0000004d;padding:10px;border-radius:4px}.control-item{display:flex;justify-content:space-between;align-items:center;font-size:18px;text-shadow:1px 1px 0px #000}.control-item .key{color:#ff5;font-weight:700}input[type=range]{-webkit-appearance:none;width:100%;background:transparent}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:10px;background:#a0a0a0;border:2px solid #000;cursor:pointer;margin-top:-8px}input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:#000;border:1px solid #505050}input[type=range]:focus{outline:none}#credits-menu{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#fff}.credits-container{display:flex;flex-direction:column;align-items:center;background:#00000080;padding:40px;border:2px solid #a0a0a0;max-height:70vh;overflow-y:auto;width:500px;text-align:center}.credits-content h3{color:#a0a0a0;text-shadow:1px 1px 0px #000;margin-top:20px;margin-bottom:10px;font-size:28px}.credits-content p{font-size:24px;margin:0;text-shadow:1px 1px 0px #000}#welcome-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#fff}.welcome-container{background:#0009;padding:30px;border:2px solid #a0a0a0;width:500px;text-align:left;font-size:22px;text-shadow:1px 1px 0px #000}.welcome-container p{margin-bottom:15px}.welcome-container ul{list-style-type:disc;padding-left:20px}.welcome-container li{margin-bottom:10px}.welcome-container strong{color:#ff5}#gamemode-menu,#save-load-menu{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#fff}.mode-desc{color:#ddd;font-family:VT323,monospace;font-size:20px;margin-bottom:20px;text-shadow:1px 1px 0 #000;text-align:center;max-width:400px}.save-list-container{display:flex;flex-direction:column;gap:10px;background:#00000080;padding:20px;border:2px solid #a0a0a0;width:600px;max-height:60vh;overflow-y:auto;box-sizing:border-box}.save-item{display:flex;justify-content:space-between;align-items:center;background:#0000004d;padding:10px;border:1px solid #505050;transition:background .2s}.save-item:hover{background:#6464644d}.save-info{display:flex;flex-direction:column;gap:4px;flex-grow:1}.save-name{color:#fff;font-size:24px;text-shadow:1px 1px 0 #000}.save-meta{color:#ddd;font-size:16px;text-shadow:1px 1px 0 #000}.save-actions{display:flex;gap:10px}.save-btn{font-size:20px;padding:5px 10px;width:auto}.save-btn.delete{background-color:#800;border-color:#500}.save-btn.delete:hover{background-color:#a00}#benchmark-results{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#fff}.benchmark-stat{display:flex;justify-content:space-between;width:300px;margin:10px auto;font-size:28px;text-shadow:2px 2px 0 #000}.stat-label{color:#fff}.stat-value{color:#ff5;font-weight:700}#world-options-menu{display:none;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}#world-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:800px;width:90%;background:#000000b3;padding:30px;border:2px solid #fff;max-height:70vh;overflow-y:auto}#world-options-grid .option-group{display:flex;flex-direction:column;gap:5px}#world-options-grid label{color:#fff;font-size:24px;text-shadow:2px 2px 0px #000}#world-options-grid input[type=range]{width:100%}#world-options-grid input[type=color]{width:100%;height:40px;border:2px solid #fff;background:none;cursor:pointer}.tooltip-container{position:relative}.tooltip-text{visibility:hidden;width:220px;background-color:#000000e6;color:#fff;text-align:center;border-radius:4px;padding:8px;position:absolute;z-index:10;bottom:100%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .2s;font-size:18px;pointer-events:none;border:1px solid #aaa;text-shadow:none;margin-bottom:5px;white-space:normal;line-height:1.2}.tooltip-container:hover .tooltip-text{visibility:visible;opacity:1}:root{font-family:VT323,monospace}body{margin:0;overflow:hidden;background:#000;-webkit-user-select:none;user-select:none}canvas{display:block}#hud{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:none}body:not(.menu-active) #hud{display:block}#crosshair{position:absolute;top:50%;left:50%;width:20px;height:20px;transform:translate(-50%,-50%);color:#fffc;font-size:30px;text-align:center;line-height:20px;text-shadow:1px 1px 0 #000}#hotbar{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:4px;background:#00000080;padding:4px;border-radius:4px}.slot{width:40px;height:40px;border:2px solid #555;background:#0000004d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;position:relative}.slot img{width:32px;height:32px;image-rendering:pixelated}.slot span{position:absolute;top:2px;left:4px;font-size:12px;text-shadow:1px 1px 0 #000;z-index:2}.slot.active{border-color:#fff;transform:scale(1.1);background:#64646466;z-index:1}#health-container{position:absolute;bottom:70px;left:50%;transform:translate(-50%);display:flex;gap:10px;width:auto;justify-content:center}.heart{width:16px;height:16px;background-color:red;display:inline-block;position:relative;transform:rotate(45deg);box-shadow:1px 1px #000;margin:0 5px}.heart:before,.heart:after{content:"";width:16px;height:16px;background-color:red;border-radius:50%;position:absolute}.heart:before{top:-8px;left:0}.heart:after{top:0;left:-8px}.heart.empty{background-color:#333}.heart.empty:before,.heart.empty:after{background-color:#333}#death-screen{position:absolute;top:0;left:0;width:100%;height:100%;background:#64000080;display:flex;align-items:center;justify-content:center;z-index:200;font-family:VT323,monospace}.death-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.death-title{font-size:100px;color:red;text-shadow:4px 4px 0 #000}.death-subtitle{font-size:40px;color:#fff;text-shadow:2px 2px 0 #000;margin-bottom:20px}#chat-container{position:absolute;bottom:120px;left:10px;width:500px;display:flex;flex-direction:column;gap:5px;pointer-events:none;z-index:10}#chat-history{display:flex;flex-direction:column;justify-content:flex-end;min-height:50px;max-height:300px;overflow:hidden;text-shadow:1px 1px 0 #000;color:#fff;font-size:20px}.chat-message{padding:2px 4px;margin-top:2px}#chat-input{background:#00000080;border:1px solid #aaa;color:#fff;font-family:VT323,monospace;font-size:20px;padding:8px;pointer-events:auto;outline:none;display:none;width:100%}
