/* Global overrides (loaded after built CSS) */

/* Inventory: hide scrollbars but keep scroll */
.inventory-scroll-area {
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE/Edge Legacy */
}

.inventory-scroll-area::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important; /* Chromium/WebKit */
}

/* Inventory panel: widen so 9-column grid fits with padding */
.inventory-panel {
  width: 420px !important;
  left: 12px !important;
  top: 72px !important;
}
