.mmc-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #1f2937;
  color: #f9fafb;
  padding: 14px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.25);
}
.mmc-banner__text { margin: 0; flex: 1 1 320px; }
.mmc-banner__actions { display: flex; gap: 8px; flex-wrap: wrap; }
.mmc-btn {
  border: 1px solid #9ca3af;
  background: transparent;
  color: #f9fafb;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.mmc-btn--primary { background: #2563eb; border-color: #2563eb; }
.mmc-btn--primary:hover { background: #1d4ed8; }
.mmc-btn--link { border-color: transparent; text-decoration: underline; }
.mmc-reopen {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9999;
  background: #1f2937;
  color: #f9fafb;
  border: none;
  border-radius: 14px;
  padding: 5px 12px;
  font-size: 12px;
  cursor: pointer;
  opacity: 0.75;
}
.mmc-reopen:hover { opacity: 1; }
.mmc-hidden { display: none !important; }
