body {
    font-family: 'Press Start 2P', cursive;
    background-color: #37474F;
    background-image:
      linear-gradient(rgba(0,0,0,0.3) 2px, transparent 2px),
      linear-gradient(90deg, rgba(0,0,0,0.3) 2px, transparent 2px);
    background-size: 40px 40px;
  }
  .minecraft-btn {
    background-color: #787878;
    border: 4px solid #313131;
    box-shadow: 0 4px 0 #545454, inset 0 4px 0 #a0a0a0;
    color: #E0E0E0;
    text-shadow: 2px 2px #313131;
    transition: all 0.1s ease;
  }
  .minecraft-btn:active {
    box-shadow: 0 0 0 #545454, inset 0 2px 0 #545454;
    transform: translateY(2px);
  }
  .minecraft-panel {
    background-color: #C6C6C6;
    border: 4px solid #313131;
    box-shadow: 0 6px 0 #545454, inset 0 6px 0 #FFFFFF;
  }
  .minecraft-input, .minecraft-select {
    background-color: #313131;
    border: 4px solid #545454;
    color: #E0E0E0;
    image-rendering: pixelated;
  }
  .minecraft-header {
    color: #E0E0E0;
    text-shadow: 4px 4px #313131;
  }
  .copied-row {
    outline: 2px solid #4ade80;
    background: rgba(74, 222, 128, 0.12);
  }
  .item-tile { border: 2px solid #313131; padding: 4px; background:#232323; display:flex; align-items:center; justify-content:center; cursor:pointer; }
  .item-tile.selected { border-color:#4ade80; box-shadow: 0 0 0 2px rgba(74,222,128,0.3) inset; }
  .item-tile img { width: 24px; height:24px; image-rendering: pixelated; }
  