/* Shared by static planner apps — linked from each tool index.html */
.tool-beta-banner {
  margin: 0;
  padding: 10px 16px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #57534e;
  background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
  border-bottom: 1px solid rgba(251, 191, 36, 0.45);
  text-align: center;
}

.tool-beta-banner strong {
  color: #92400e;
}
