/* Land of Mana Monad wallet + $LoN currency patch */
#lom-web3-panel {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 999999;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: calc(100vw - 28px);
  padding: 10px 12px;
  border: 2px solid #1d2a46;
  border-radius: 12px;
  background: rgba(8, 30, 68, 0.86);
  box-shadow: 0 6px 0 rgba(0,0,0,0.35);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  user-select: none;
}
#lom-web3-panel a,
#lom-web3-panel button,
#lom-onchain-currency-frame a,
#lom-onchain-currency-frame button {
  border: 2px solid #28324f;
  border-radius: 9px;
  background: #c39a3b;
  color: #fff;
  min-height: 34px;
  padding: 7px 11px;
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.45);
  cursor: pointer;
}
#lom-web3-panel a:hover,
#lom-web3-panel button:hover,
#lom-onchain-currency-frame a:hover,
#lom-onchain-currency-frame button:hover { filter: brightness(1.08); }
#lom-web3-panel button:disabled,
#lom-web3-panel a.is-disabled,
#lom-onchain-currency-frame a.is-disabled { opacity: 0.55; cursor: not-allowed; filter: grayscale(0.3); }
#lom-wallet-status,
#lom-lon-top-balance {
  min-width: 126px;
  text-align: center;
  padding: 7px 9px;
  border-radius: 9px;
  border: 2px solid #28324f;
  background: rgba(0,0,0,0.24);
  font-weight: 800;
}
#lom-wallet-warning {
  position: fixed;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  z-index: 1000000;
  max-width: calc(100vw - 40px);
  padding: 12px 16px;
  border: 2px solid #28324f;
  border-radius: 10px;
  background: #c0392b;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 6px 0 rgba(0,0,0,0.35);
}
body.lom-onchain-currency .inventoryGoldFrame,
body.lom-onchain-currency .inventoryGemsFrame,
body.lom-onchain-currency .inventorySellGoldFrame {
  display: none !important;
}
#lom-onchain-currency-frame {
  position: relative;
  z-index: 1000;
  display: block;
  width: calc(100% - 24px);
  max-width: 360px;
  margin: 8px auto 10px auto;
  padding: 9px 10px;
  border: 2px solid #1d2a46;
  border-radius: 12px;
  background: rgba(8, 30, 68, 0.90);
  color: #fff;
  font-family: Arial, sans-serif;
  text-align: center;
  box-shadow: 0 4px 0 rgba(0,0,0,0.35);
}
#lom-onchain-currency-title { font-size: 14px; font-weight: 900; margin-bottom: 3px; }
#lom-lon-balance { font-size: 18px; font-weight: 900; margin: 4px 0 6px 0; }
#lom-lon-sub { opacity: 0.9; font-size: 12px; margin-bottom: 8px; }
#lom-onchain-currency-actions { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; }
#lom-onchain-currency-frame button,
#lom-onchain-currency-frame a { min-height: 28px; padding: 5px 8px; font-size: 12px; }
@media (max-width: 620px) {
  #lom-web3-panel { bottom: 8px; padding: 8px; gap: 6px; }
  #lom-web3-panel a, #lom-web3-panel button, #lom-wallet-status, #lom-lon-top-balance { font-size: 12px; min-height: 30px; padding: 6px 8px; }
}
