.mff-announcement {
  position: relative;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 18px;
  color: white;
  background: linear-gradient(90deg, #ef0b70, #6842e8);
  font: 800 12px/1.4 Inter, ui-sans-serif, system-ui, sans-serif;
  text-align: center;
}

.mff-promo {
  position: relative;
  z-index: 29;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 8px clamp(18px, 4vw, 58px);
  color: #14204b;
  background: #fff5d9;
  border-bottom: 1px solid #f0dfaa;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.mff-promo img { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; }
.mff-promo-copy { display: grid; gap: 2px; }
.mff-promo-copy strong { font-size: 13px; }
.mff-promo-copy span { color: #746b57; font-size: 12px; }
.mff-promo a { padding: 8px 12px; border-radius: 9px; color: white; background: #6842e8; text-decoration: none; font-size: 11px; font-weight: 900; }

.mff-account {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.mff-account a, .mff-account button {
  border: 1px solid #e4e1ef;
  padding: 8px 11px;
  border-radius: 10px;
  color: #293054;
  background: white;
  text-decoration: none;
  font-size: 11px;
  font-weight: 850;
}

.mff-account .mff-plan {
  border-color: #ded5ff;
  color: #6842e8;
  background: #f2efff;
}

.generate-kit-button.mff-locked {
  position: relative;
  filter: grayscale(.35);
  opacity: .7;
  cursor: pointer;
}

.generate-kit-button.mff-locked::after {
  content: "PRO";
  position: absolute;
  right: 9px;
  top: 9px;
  padding: 3px 6px;
  border-radius: 999px;
  color: white;
  background: #6842e8;
  font-size: 8px;
  font-weight: 950;
}

@media (max-width: 850px) {
  .mff-account .mff-plan, .mff-account .mff-user-name { display: none; }
  .mff-promo { grid-template-columns: minmax(0, 1fr) auto; }
  .mff-promo img { display: none; }
}
