.minecraft-items .cell{display:inline-block;position:relative;width:40px;height:40px;margin-right:6px;margin-bottom:6px}.minecraft-items .cell .item{width:40px;height:40px;display:flex;align-items:center;justify-content:center;position:relative}.minecraft-items .cell .item img{width:40px;height:40px;object-fit:contain;z-index:1}.minecraft-items .number{position:absolute;bottom:0;right:0;color:#fff;padding-right:.1rem;font-size:1rem;z-index:101;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,.5)}.minecraft-items .tooltip{position:absolute;display:none;background:#000000f2;color:#fff;padding:10px;border-radius:12px;font-size:13px;pointer-events:none;width:fit-content;z-index:1000;font-family:arial,sans-serif;border:1px solid #333;box-shadow:0 4px 12px #000c;white-space:nowrap}.minecraft-items .cell:hover .tooltip{display:block;left:100%;top:0;margin-left:8px}.minecraft-items .tooltip .item-name{font-weight:700;margin-bottom:5px;color:#fff;font-size:14px;line-height:1.3}.minecraft-items .tooltip .item-desc{margin-top:3px;margin-left:0;font-size:12px;line-height:1.3;color:#ccc}.minecraft-items .tooltip .item-desc.enchant{color:#aaa;font-style:italic;margin-left:0}.minecraft-items .enchantment-glow .item{position:relative;width:100%;height:100%}.minecraft-items .enchantment-glow .item img{position:relative;z-index:1;border-radius:4px}.minecraft-items .enchantment-glow .item:before{content:"";position:absolute;inset:0;z-index:0;background:#ffff554d;pointer-events:none;animation:glow-effect 1.5s infinite alternate;border-radius:4px}@keyframes glow-effect{0%{background:#ff53;box-shadow:0 0 5px #ff56,inset 0 0 5px #ff53}to{background:#ff56;box-shadow:0 0 10px #ff59,inset 0 0 8px #ffff554d}}.minecraft-items .enchant{color:#aaa;font-style:italic}.minecraft-items .durability-container{width:100%;background-color:#006400;border:1px solid black;height:2px;position:absolute;bottom:1px;left:0;z-index:100;overflow:hidden}.minecraft-items .durability{height:100%;transition:width .2s ease}.minecraft-items .hascommandincell{cursor:pointer}.minecraft-items .hascommandincell:hover{filter:brightness(1.2)}
