
#nlh-ymm-panel[data-overlay="1"] {
  position: fixed;
  left: 0; right: 0;
  z-index: 9999;
  max-height: calc(100vh - var(--nlh-ymm-top, 64px) - 16px);
  overflow: auto;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
#nlh-ymm-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 9998;
  display: none;
}
.nlh-garage-menu { padding: 12px; box-sizing: border-box; }
.nlh-garage-menu__title { font-size: 16px; margin: 0 0 10px; }
.nlh-garage-menu__list { display: grid; grid-template-columns: 1fr; gap: 8px; }
.nlh-garage-menu__item { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border: 1px solid #ddd; border-radius: 4px; background: #fff; }
.nlh-garage-menu__item.is-active { border-color: #222; }
.nlh-garage-menu__name { flex: 1 1 auto; }
.nlh-garage-menu__actions { flex: 0 0 auto; display: inline-flex; gap: 8px; }
.nlh-garage-menu__action { white-space: nowrap; }
.nlh-garage-menu__ft { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; font-size: 13px; }
.nlh-garage-menu__link { text-decoration: underline; }
.nlh-garage-menu__empty { padding: 8px 0; color: #666; }
@media (hover: hover) {
  .nlh-garage-menu__item:hover { border-color: #bbb; background: #fafafa; }
}
