*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden}#root{width:100vw;height:100vh;overflow:hidden}.game{position:relative;width:100vw;height:100vh;overflow:hidden}.game canvas{display:block;width:100%!important;height:100%!important}.title-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100vh;background:linear-gradient(180deg,#1a3a1a,#0d1f0d);gap:1.5rem}.title-screen__title{font-size:3.5rem;font-weight:700;color:#fff;text-shadow:3px 3px 0 #000000,-1px -1px 0 #000000;letter-spacing:2px}.title-screen__subtitle{font-size:1rem;color:#ffffff80;margin-bottom:1rem}button{border-radius:4px;border:2px solid #555;padding:.6em 1.5em;font-size:1em;font-weight:500;font-family:inherit;background-color:#3a3a3a;color:#fff;cursor:pointer;transition:background-color .15s,border-color .15s;min-width:200px}button:hover{background-color:#4a4a4a;border-color:#888}button:focus,button:focus-visible{outline:2px solid #646cff;outline-offset:2px}.crosshair{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:100}.crosshair__inner{width:2px;height:24px;background:#fffc;position:relative}.crosshair__inner:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:2px;background:#fffc}.hotbar{position:fixed;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:2px;padding:4px;background:#0009;border:2px solid rgba(255,255,255,.2);border-radius:4px;z-index:100}.hotbar__slot{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#0006;border:2px solid rgba(255,255,255,.1);border-radius:2px;color:#fff9;font-size:.6rem;padding:2px;min-width:48px;text-align:center;word-break:break-all}.hotbar__slot.selected,.hotbar__slot[aria-selected=true]{border-color:#fff;background:#ffffff26}.hotbar__block-name{font-size:.55rem;line-height:1.1}.pause-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000000b3;gap:1rem;z-index:200}.pause-menu__title{font-size:2rem;color:#fff;margin-bottom:1rem}.settings-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100vh;background:#1a1a1a;gap:1.5rem;padding:2rem}.settings-screen__title{font-size:2rem;color:#fff}.settings-screen__controls{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px}.slider-row{display:flex;flex-direction:column;gap:.25rem}.slider-row label{color:#fffc;font-size:.9rem}.slider-row input[type=range]{width:100%;accent-color:#646cff}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100vh;background:#1a1a1a;gap:1.5rem}.loading-screen__title{font-size:1.5rem;color:#fff}.loading-screen__bar-container{width:300px;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.loading-screen__bar{height:100%;background:#4caf50;border-radius:4px;transition:width .3s ease}.debug-overlay{position:fixed;top:8px;left:8px;background:#0009;color:#fffc;font-size:.75rem;font-family:monospace;padding:8px;border-radius:4px;z-index:100;pointer-events:none}.toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 16px;border-radius:4px;font-size:.85rem;z-index:150;pointer-events:none}
