@import"https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";@font-face{font-family:ConnectionSerif-d20X;src:url(/assets/ConnectionSerif-d20X-73b4a245.otf)}*{box-sizing:border-box;margin:0;padding:0;font-family:ConnectionSerif-d20X,monospace}html,body{height:100vh;overflow:hidden}#main{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}#crosshair{width:8px;height:8px;border:1px solid #fff;opacity:.5;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%)}#loading{position:absolute;height:100vh;width:100vw;z-index:12312386712873123;background:#181d31;display:flex;align-items:center;justify-content:center}#loading-inner{width:200px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px}#loading-bar{width:100%;height:10px;border-radius:4px;background:#181d31;border:1px solid #678983;overflow:hidden}#loading-bar-inner{transition:all .1s ease;background:#e6ddc4;width:0%;height:100%}#biomes{position:absolute;z-index:1000000;bottom:0;right:0;list-style:none;background:#181d31}#biomes li{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:8px}#biomes li p{color:#eee}#biomes li div{width:24px;height:12px;border-radius:2px}.item-name{position:absolute;left:100%;margin-left:8px;width:200px;color:#eee;opacity:0;transition:all .1s ease}#chat{position:absolute;bottom:10px;right:10px}#chat-history{width:300px;max-height:300px;overflow-y:auto;background:#181d3133;border-radius:4px;overflow:hidden;display:flex;flex-direction:column-reverse;gap:8px;padding:8px;margin:8px 0}#chat-history p{color:#eee}:root{--item-slots-slot-color: #393b44;--item-slots-slot-color-hover: #393b44;--item-slots-slot-color-focus: #c6cada}.item-slots{position:absolute;bottom:0;left:0;margin:12px;display:flex;align-items:center;justify-content:center;z-index:100000;-webkit-user-select:none;user-select:none}.item-slots-slot{display:flex;align-items:center;justify-content:center;z-index:-1;background:rgba(168,168,168,.05);border-style:solid;border-color:var(--item-slots-slot-color);transition:.1s ease-in-out}.item-slots-slot-hover{box-shadow:none;background:rgba(168,168,168,.15);border-color:var(--item-slots-slot-color-hover);transform:scale(1.06)}.item-slots-slot-focus{box-shadow:none;background:rgba(168,168,168,.4);border-color:var(--item-slots-slot-color-focus);transform:scale(1.1)}.debug-data{position:fixed;top:10px;left:10px;color:#f0f0f0;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:6px 8px;border:1px solid rgba(255,255,255,.1);border-radius:6px;z-index:100000;display:flex;flex-direction:column;overflow:hidden;gap:6px;min-width:240px;font-family:Share Tech Mono,monospace;text-shadow:0 1px 2px rgba(0,0,0,.8)}.debug-entries{display:flex;flex-direction:column-reverse;align-items:flex-start;justify-content:flex-start;gap:2px}.debug-line{font-size:12px;line-height:1.3;margin:0;letter-spacing:.02em;transition:opacity .15s ease}.debug-label{color:#aaa;opacity:.8}.debug-value{color:#f0f0f0;font-weight:500}
