:root{--character-width: 12rem;--cell-size: 4rem}@media (max-width: 768px){:root{--character-width: 9rem;--cell-size: 3rem}}@media (max-width: 576px){:root{--character-width: 7.5rem;--cell-size: 2.5rem}}.mc-gui{display:grid;grid-template-columns:2px 2px auto 2px 2px;grid-template-rows:2px 2px auto 2px 2px;grid-template-areas:"tl-tl tr-tl t tl-tr tr-tr" "bl-tl br-tl t bl-tr br-tr" "l l inv r r" "tl-bl tr-bl b tl-br tr-br" "bl-bl br-bl b bl-br br-br"}.mc-gui>.s-br{box-shadow:2px 0 #000,0 2px #000}.mc-gui>.s-bl{box-shadow:-2px 0 #000,0 2px #000}.mc-gui>.s-tr{box-shadow:0 -2px #000,2px 0 #000}.mc-gui>.s-tl{box-shadow:0 -2px #000,-2px 0 #000}.mc-gui>.top{grid-area:t;box-shadow:0 -2px #000;background-color:#fff}.mc-gui>.left{grid-area:l;box-shadow:-2px 0 #000;background-color:#fff}.mc-gui>.right{grid-area:r;box-shadow:2px 0 #000;background-color:#555}.mc-gui>.bottom{grid-area:b;box-shadow:0 2px #000;background-color:#555}.mc-gui>.middle{background-color:#c6c6c6;grid-area:inv}.mc-gui>.tl-tl{grid-area:tl-tl;background-color:#fff;position:relative;bottom:-4px;right:-4px}.mc-gui>.br-br{grid-area:br-br;background-color:#555;position:relative;top:-4px;left:-4px}.mc-gui>.bl-tl,.mc-gui>.tr-tl,.mc-gui>.br-tl{background-color:#fff}.mc-gui>.bl-tl{grid-area:bl-tl}.mc-gui>.tr-tl{grid-area:tr-tl}.mc-gui>.br-tl{grid-area:br-tl}.mc-gui>.bl-tr{grid-area:bl-tr;background-color:#c6c6c6}.mc-gui>.tr-bl{grid-area:tr-bl;background-color:#c6c6c6}.mc-gui>.tr-br,.mc-gui>.tl-br,.mc-gui>.bl-br{background-color:#555}.mc-gui>.tr-br{grid-area:tr-br}.mc-gui>.tl-br{grid-area:tl-br}.mc-gui>.bl-br{grid-area:bl-br}.minecraft-inventory{padding:.4rem;display:grid;grid-gap:.6rem}.minecraft-inventory .top{display:flex;align-items:flex-end;justify-content:center}.minecraft-inventory .top .armor{display:flex;flex-direction:column}.minecraft-inventory .top .character{background-color:#000;width:var(--character-width);height:100%;box-sizing:border-box}.minecraft-inventory .top .character .character-body{height:100%;width:100%;background-size:contain;background-repeat:no-repeat;background-position:center}.minecraft-inventory .top .crafting{height:100%;flex:1}.minecraft-inventory .middle,.minecraft-inventory .bottom{display:grid;grid-template-columns:repeat(9,auto)}.cell{box-shadow:inset 2px 2px #373737,inset -2px -2px #fff;background-color:#8b8b8b;width:var(--cell-size);height:var(--cell-size);position:relative}.cell:hover{background-color:#a1a1a1}.cell:before,.cell:after{content:"";height:2px;width:2px;background-color:#8b8b8b;position:absolute;top:0;right:0}.cell:after{top:auto;right:auto;left:0;bottom:0}.minecraft-item{background-repeat:no-repeat;background-size:contain;background-position:center}.minecraft-item--clickable{cursor:pointer}.minecraft-item--disabled{opacity:.7;cursor:not-allowed}.minecraft-item .minecraft-item__amount{bottom:-11px;right:-5px;-webkit-user-select:none;user-select:none}.minecraft-item .minecraft-item__durability{bottom:0;left:0;width:100%;background:#000;height:5px}.minecraft-item .minecraft-item__durability .minecraft-item__durability-bar{display:block;background:#04ff00;height:100%}body main{background-image:url(/build/assets/bg-5wp1W1A1.png);background-size:clamp(1200px,90%,2048px) auto;background-position:center top;background-repeat:no-repeat;height:100%}
