@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;height:100dvh;overflow:hidden;overscroll-behavior:none}#main{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;touch-action:none}#crosshair{width:8px;height:8px;border:1px solid #fff;opacity:.5;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%)}#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}@font-face{font-family:PressStart2P;src:url(/assets/PressStart2P-vaV7-78b71542.ttf);font-display:block}#splash{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;max-width:100vw;overflow:hidden;z-index:12312386712873123;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;background-color:#0d1020;background-image:linear-gradient(rgba(10,14,28,.72),rgba(10,14,28,.86)),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOvwAADr8BOAVTJAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAANpJREFUOE9dkjFuAkEQBO9TzpBTy6EvxboYicChMyI+wW+pUa1KCKk1dE9Pz90ut52/T5f96//YIVSAfNz+7OiC+/UXQDZ/6hrItiPsbIo2QX4+P4DSOaoW2GImHZJoveZXALgGDWllycgEfDMqBy0JfGad6tySwAtIXsMmQwCyAk2gWyleF0kYmEATBqj+D1kQ+QS067LJa2kltVsC6wwKbJAE5u0r55Zcj9CoE3GLj52AaQha4hmygBZYt/RmQ0BbdcEENJwAtJwrae37nUNju6kh0SL7I4/9CXwMEWkhok8PAAAAAElFTkSuQmCC);background-size:cover,64px 64px;background-repeat:no-repeat,repeat;image-rendering:pixelated;transition:opacity .42s ease}#splash.is-gone{opacity:0;pointer-events:none}#splash-panel{display:flex;flex-direction:column;align-items:center;gap:10px;padding:0 24px;text-align:center}#splash-title{display:flex;flex-direction:column;align-items:center;gap:12px;font-weight:400}#splash-name{font-family:PressStart2P,monospace;font-size:clamp(24px,7.5vw,78px);letter-spacing:.06em;color:#cfe6ff;text-shadow:4px 4px 0 #1b2b48,8px 8px 0 rgba(0,0,0,.45)}#splash-edition{font-family:PressStart2P,monospace;font-size:clamp(10px,2vw,18px);letter-spacing:.42em;text-indent:.42em;color:#0d1020;background:#7fbde8;padding:8px 18px;border:3px solid #bfe6ff;box-shadow:4px 4px #00000073}#splash-tagline{min-height:1.4em;max-width:88vw;margin-top:6px;font-family:PressStart2P,monospace;font-size:clamp(8px,1.5vw,13px);color:#ffe14d;text-shadow:2px 2px 0 #6b5a00;transform:rotate(-8deg);animation:splash-throb .9s ease-in-out infinite alternate}@keyframes splash-throb{0%{transform:rotate(-8deg) scale(1)}to{transform:rotate(-8deg) scale(1.08)}}#splash-actions{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:26px;width:min(340px,80vw)}#splash-play{width:100%;padding:16px 0;font-family:PressStart2P,monospace;font-size:clamp(10px,1.8vw,15px);color:#eaf4ff;background:#42639b;border:3px solid #bfe6ff;box-shadow:4px 4px #00000073;cursor:pointer;transition:background .12s ease,transform 80ms ease}#splash-play:hover:not(:disabled){background:#547bbd}#splash-play:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px #00000073}#splash-play:disabled{color:#8fa3c0;background:#2a3550;border-color:#46587a;cursor:progress}#splash-bar{width:100%;height:14px;background:#131a2c;border:3px solid #46587a;overflow:hidden}#splash-bar-inner{width:0%;height:100%;background:#7fbde8;transition:width .22s ease}#splash-status{font-family:PressStart2P,monospace;font-size:clamp(7px,1.2vw,10px);color:#8fa3c0;line-height:1.6}#splash-footer{position:absolute;bottom:16px;font-family:PressStart2P,monospace;font-size:8px;color:#55637f}#splash-beta{position:absolute;top:38px;right:-68px;width:260px;padding:9px 0;transform:rotate(45deg);text-align:center;font-family:PressStart2P,monospace;font-size:clamp(10px,1.4vw,14px);letter-spacing:.34em;text-indent:.34em;color:#fff4ec;background:#d8451c;border-top:3px solid #f2703a;border-bottom:3px solid #9e2f0e;box-shadow:0 6px #00000059;pointer-events:none}@media (max-width: 640px){#splash-beta{top:26px;right:-54px;width:180px;padding:6px 0;letter-spacing:.26em;text-indent:.26em}}#crosshair{pointer-events:none}body.is-touch .lil-gui{display:none}#touch-ui{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000000;pointer-events:none;opacity:0;transition:opacity .24s ease;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}#touch-ui.is-live{opacity:1}#touch-ui>*{pointer-events:auto}#touch-ui button{font-family:PressStart2P,monospace;font-size:9px;line-height:1.5;letter-spacing:.04em;color:#eaf4ff;background:rgba(66,99,155,.78);border:3px solid #bfe6ff;border-radius:6px;box-shadow:4px 4px #0006;cursor:pointer;touch-action:none;-webkit-tap-highlight-color:transparent}#touch-ui button.is-held{transform:translate(2px,2px);box-shadow:2px 2px #0006;filter:brightness(1.35)}#touch-stick{position:absolute;left:26px;bottom:104px;width:148px;height:148px;border-radius:50%;background:rgba(13,16,32,.42);border:3px solid rgba(191,230,255,.5);touch-action:none}#touch-knob{position:absolute;left:50%;top:50%;width:62px;height:62px;border-radius:50%;background:rgba(127,189,232,.85);border:3px solid #bfe6ff;transform:translate(-50%,-50%);pointer-events:none}#touch-actions{position:absolute;right:22px;bottom:104px;display:grid;grid-template-columns:repeat(2,86px);gap:12px}#touch-actions button{height:86px}#touch-break{background:rgba(216,69,28,.78);border-color:#f2703a}#touch-place{background:rgba(47,127,146,.8);border-color:#54a3b4}#touch-toggles{position:absolute;top:16px;left:16px;display:flex;gap:10px}#touch-toggles button{padding:13px 15px;font-size:8px;background:rgba(13,16,32,.6)}#touch-toggles button.is-on{color:#0d1020;background:rgba(127,189,232,.92)}@media (max-width: 560px){#touch-stick{left:18px;bottom:88px;width:116px;height:116px}#touch-knob{width:50px;height:50px}#touch-actions{right:16px;bottom:88px;grid-template-columns:repeat(2,68px);gap:10px}#touch-actions button{height:68px;font-size:8px}#touch-toggles button{padding:10px 11px;font-size:7px}}:root{--item-slots-slot-color: #2a2a2a;--item-slots-slot-color-hover: #3a3a3a;--item-slots-slot-color-focus: #4a4a4a}.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:#141414;border-style:solid;border-top-color:#353535;border-left-color:#353535;border-bottom-color:#0e0e0e;border-right-color:#0e0e0e;transition:.1s ease-in-out;box-shadow:inset 1px 1px #ffffff0a,inset -1px -1px #0000004d}.item-slots-slot-hover{background:#1e1e1e;border-top-color:#454545;border-left-color:#454545;border-bottom-color:#151515;border-right-color:#151515;box-shadow:inset 1px 1px #ffffff0f,inset -1px -1px #00000040;transform:scale(1.06)}.item-slots-slot-focus{background:#252525;border-top-color:#555;border-left-color:#555;border-bottom-color:#1a1a1a;border-right-color:#1a1a1a;box-shadow:inset 1px 1px #ffffff14,inset -1px -1px #0003;transform:scale(1.1)}.item-slots-focus-ring{position:absolute;pointer-events:none;box-sizing:border-box;border:2px solid #e6e1d7;background:transparent;z-index:10;display:none}
