/**
 * BWW Design System — split from bww-ui.css
 * See /home/bway/design-system/MASTER.md
 */

/* ── Industry Pro topic page ─────────────────────────────────────────────── */
.industry-pro-page .industry-pro-signup {
  margin: var(--bww-space-4) 0 var(--bww-space-5);
}
.industry-pro-signup__inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--bww-space-5);
  align-items: flex-start;
  justify-content: space-between;
  padding: var(--bww-space-6);
}
.industry-pro-signup__copy {
  flex: 1 1 280px;
  min-width: 0;
}
.industry-pro-signup__title {
  margin: 0 0 var(--bww-space-3);
  font-size: var(--bww-text-xl);
  font-weight: 700;
  color: var(--bww-text);
}
.industry-pro-signup__intro {
  margin: 0 0 var(--bww-space-4);
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  line-height: 1.55;
}
.industry-pro-signup__benefits {
  margin: 0;
  padding-left: 1.25em;
  font-size: var(--bww-text-sm);
  color: var(--bww-text);
  line-height: 1.6;
}
.industry-pro-signup__form {
  flex: 0 1 280px;
  display: flex;
  flex-direction: column;
  gap: var(--bww-space-3);
  padding: var(--bww-space-4);
  background: var(--bww-bg-subtle);
  border: 1px solid var(--bww-border);
  border-radius: var(--bww-radius-lg);
}
.industry-pro-signup__form .bww-input {
  width: 100%;
  margin: 0;
}
.industry-pro-signup__note {
  margin: 0;
  font-size: var(--bww-text-xs);
  color: var(--bww-text-muted);
  line-height: 1.4;
}
.industry-pro-blast-preview {
  margin-bottom: var(--bww-space-5);
}
.industry-pro-issue {
  margin-bottom: var(--bww-space-5);
}
.industry-pro-issue--featured .bww-block-header__title {
  font-size: var(--bww-text-lg);
}
.industry-pro-issue__date {
  margin: var(--bww-space-1) 0 0;
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  font-weight: 600;
}
.industry-pro-issue__panel {
  overflow: visible;
}
.industry-pro-issue__header {
  padding: var(--bww-space-4) var(--bww-space-6) var(--bww-space-3);
}
.industry-pro-issue__body {
  padding: var(--bww-space-2) var(--bww-space-6) var(--bww-space-6);
}
.industry-pro-issue__body--embed-only {
  padding: 0 0 var(--bww-space-4);
}
.industry-pro-issue__embed-wrap {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
}
.industry-pro-issue__embed-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 680px;
  background: #fff;
  border: 1px solid var(--bww-border);
  border-radius: var(--bww-radius-sm);
  cursor: pointer;
  box-sizing: border-box;
}
.industry-pro-issue__embed-wrap--expanded .industry-pro-issue__embed-viewport {
  cursor: default;
}
.industry-pro-issue__embed-wrap--collapsed .industry-pro-issue__embed-viewport {
  max-height: 380px;
}
.industry-pro-issue__embed-fade {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 55%, #fff 100%);
  pointer-events: none;
}
.industry-pro-issue__embed-wrap--collapsed .industry-pro-issue__embed-fade {
  display: block;
}
.industry-pro-issue__newsletter {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 16px 20px 24px;
  background: #fff;
  box-sizing: border-box;
}
.industry-pro-issue__newsletter #u_body,
.industry-pro-issue__newsletter table#u_body,
.industry-pro-issue__newsletter .u-row-container,
.industry-pro-issue__newsletter .u-row {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.industry-pro-page .industry-pro-issue__newsletter .u-row > div[style*="display: table"] {
  display: block !important;
  width: 100% !important;
}
.industry-pro-page .industry-pro-issue__newsletter [class*="u-col-"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
.industry-pro-page .industry-pro-issue__newsletter img {
  max-width: 100%;
  height: auto;
}
.industry-pro-page .industry-pro-issue__newsletter .u-col-27 img {
  max-width: 142px;
  margin: 0 auto 12px;
  display: block;
}
.industry-pro-issue__embed-wrap--collapsed .industry-pro-issue__newsletter {
  pointer-events: none;
}
.industry-pro-issue__embed-wrap--expanded .industry-pro-issue__newsletter {
  pointer-events: auto;
}
.industry-pro-issue__embed-toggle {
  display: block;
  width: 100%;
  margin-top: var(--bww-space-4);
}
.industry-pro-issue__embed-wrap--expanded .industry-pro-issue__embed-toggle {
  margin-top: var(--bww-space-3);
}
.industry-pro-plus {
  margin: var(--bww-space-2) 0 var(--bww-space-6);
}
.industry-pro-plus__banner {
  margin: 0;
}
.industry-pro-archive {
  margin-top: var(--bww-space-2);
}
.industry-pro-archive__panel .bww-card-list--feed {
  padding: 0 var(--bww-space-4);
}
.industry-pro-page .industry-pro-archive .bww-card--feed {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid var(--bww-border);
}
.industry-pro-page .industry-pro-archive .bww-card--feed:last-child {
  border-bottom: none;
}
.industry-pro-page .industry-pro-archive .bww-card--feed .bww-card__inner {
  padding: var(--bww-space-4) 0;
}
.industry-pro-page .industry-pro-archive .bww-card__title {
  font-size: var(--bww-text-base);
  line-height: 1.35;
}
.industry-pro-page .topic-newsletter + .bww-listings-section,
.industry-pro-page .industry-pro-plus + .bww-listings-section {
  margin-top: 0;
}

:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-signup__title {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-signup__intro {
  color: #c8c8c8;
}
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-signup__benefits,
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-signup__benefits li {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-signup__form {
  background: #242424;
  border-color: #3a3a3a;
}
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-signup__note {
  color: #a8a8a8;
}
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-signup__form .bww-input {
  background: #1a1a1a;
  border-color: #3a3a3a;
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__date {
  color: #a8a8a8;
}
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__embed-viewport,
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__newsletter {
  background: #ffffff;
  border-color: #e0e0e0;
}
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__newsletter {
  color: #303030;
}
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__newsletter h1,
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__newsletter h2,
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__newsletter h3,
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__newsletter h4,
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__newsletter h5,
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__newsletter h6 {
  color: #222222;
}
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__newsletter p,
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__newsletter li,
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__newsletter td,
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__newsletter div {
  color: #303030;
}
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-issue__newsletter a {
  color: #c01b1d;
}
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-archive .bww-card__title a {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .industry-pro-page .industry-pro-archive .bww-card__title a:hover {
  color: #ff7a8a;
}

/* ── Pro Insights (/insights/) ───────────────────────────────────────────── */
.insights-page .bww-page-hero {
  padding: var(--bww-space-3) var(--bww-space-4);
  margin-bottom: var(--bww-space-2);
}
.insights-page.inner-page h1.bww-page-hero__title,
.insights-page .bww-page-hero__title {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}
.insights-page .bww-page-hero__subtitle {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.35;
  max-width: 52em;
}
/* Single shell — hero + panels share one gutter so red accent bars align */
.insights-page > .container.insights-page__shell > .row.insights-page__row,
.insights-page > .container.insights-page__shell > .insights-page__row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  --bs-gutter-x: 0;
}
.insights-page > .container.insights-page__shell > .row.insights-page__row > [class*="col-"],
.insights-page > .container.insights-page__shell > .insights-page__row > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.insights-page > .container.insights-page__shell > .bww-page-hero {
  margin-top: var(--bww-space-2);
}
.insights-dashboard-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: var(--bww-space-2) var(--bww-space-3);
  margin-bottom: var(--bww-space-3);
  background: var(--bww-surface-muted);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-md);
}
.insights-dashboard-nav .bww-chip {
  text-decoration: none;
}
.insights-panel__intro {
  padding: var(--bww-space-3) var(--bww-space-4);
  margin: 0;
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  line-height: 1.5;
  border-bottom: 1px solid var(--bww-surface-border);
  background: var(--bww-surface-muted);
}
.insights-panel__toolbar {
  padding: var(--bww-space-3) var(--bww-space-4);
  border-bottom: 1px solid var(--bww-surface-border);
  background: var(--bww-surface-muted);
}
.insights-panel__toolbar .bww-input {
  max-width: 350px;
  margin: 0;
}
.insights-panel__toolbar-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--bww-space-3);
}
.insights-panel__sort {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.insights-trend--up {
  color: #16a34a;
  font-weight: 600;
}
.insights-trend--down {
  color: var(--bww-red);
  font-weight: 600;
}
.insights-trend--flat {
  color: var(--bww-text-muted);
}
.insights-rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
}
.insights-rank-badge--1 {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #000;
}
.insights-rank-badge--2 {
  background: linear-gradient(135deg, #9ca3af, #d1d5db);
  color: #000;
}
.insights-rank-badge--3 {
  background: linear-gradient(135deg, #b45309, #d97706);
  color: #fff;
}
.insights-rank-badge--other {
  background: var(--bww-surface-muted);
  color: var(--bww-text-muted);
  border: 1px solid var(--bww-surface-border);
}
.insights-bar-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}
.insights-bar-cell .insights-bar {
  flex: 1;
  min-width: 0;
  height: 20px;
  border-radius: 4px;
  background: var(--bww-surface-muted);
  overflow: hidden;
}
.insights-bar-cell .insights-bar__fill {
  height: 100%;
  border-radius: 4px;
  min-width: 2px;
}
.insights-bar-cell .insights-bar__fill--engagement {
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
}
.insights-bar-cell .insights-bar__fill--viral {
  background: linear-gradient(90deg, #8b5cf6, #a78bfa);
}
.insights-bar-cell .insights-bar__val {
  flex-shrink: 0;
  width: 80px;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}
.insights-show-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}
.insights-show-logo {
  width: 48px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: var(--bww-radius-sm);
  background: var(--bww-surface-muted);
  padding: 2px;
}
.insights-show-logo--placeholder {
  width: 48px;
  height: 36px;
  flex-shrink: 0;
  border-radius: var(--bww-radius-sm);
  background: var(--bww-surface-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bww-text-muted);
  font-size: 10px;
  border: 1px dashed var(--bww-surface-border);
}
.insights-headshot {
  width: 48px;
  height: 48px;
  border-radius: var(--bww-radius-sm);
  object-fit: cover;
  box-shadow: none;
}
.insights-headshot--placeholder {
  width: 48px;
  height: 48px;
  border-radius: var(--bww-radius-sm);
  background: var(--bww-surface-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.insights-headshot--placeholder::after {
  content: '\1F3AD';
  font-size: 18px;
  opacity: 0.3;
}
.insights-page .bww-data-table tbody tr.insights-row--clickable {
  cursor: pointer;
}
.insights-page .bww-data-table tbody tr.insights-row--clickable:hover {
  background: var(--bww-table-row-hover);
}
.insights-article-panel {
  background: var(--bww-surface-muted);
  border-top: 1px solid var(--bww-surface-border);
  padding: var(--bww-space-4);
}
.insights-article-panel__label {
  font-size: 11px;
  font-weight: 600;
  color: var(--bww-text-muted);
  text-transform: uppercase;
  margin-bottom: var(--bww-space-2);
}
.insights-article-link {
  display: flex;
  align-items: center;
  gap: var(--bww-space-4);
  margin-bottom: var(--bww-space-2);
  padding: 4px 0;
}
.insights-article-link a {
  flex: 1;
  font-size: var(--bww-text-sm);
  line-height: 1.4;
  color: var(--bww-table-link);
  text-decoration: none;
}
.insights-article-link a:hover {
  text-decoration: underline;
}
.insights-article-link__date {
  font-size: 11px;
  color: var(--bww-text-muted);
  white-space: nowrap;
}
.insights-geo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--bww-space-5);
  margin-bottom: var(--bww-space-5);
}
.insights-geo-grid .bww-content-panel {
  flex: 1;
  min-width: 300px;
  margin-bottom: 0;
}
.insights-geo-body {
  padding: var(--bww-space-4);
}
.insights-geo-list {
  display: flex;
  flex-direction: column;
  gap: var(--bww-space-2);
  margin-top: var(--bww-space-4);
}
.insights-geo-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-radius: var(--bww-radius-md);
  font-size: var(--bww-text-sm);
  font-weight: 500;
}
.insights-geo-item__rank {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  margin-right: 12px;
  flex-shrink: 0;
}
.insights-geo-item__name {
  flex: 1;
}
.insights-geo-item--blue {
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.18);
}
.insights-geo-item--blue .insights-geo-item__rank {
  background: #2563eb;
  color: var(--bww-white);
}
.insights-geo-item--blue .insights-geo-item__name {
  color: #1e40af;
}
.insights-geo-item--green {
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.18);
}
.insights-geo-item--green .insights-geo-item__rank {
  background: #16a34a;
  color: var(--bww-white);
}
.insights-geo-item--green .insights-geo-item__name {
  color: #065f46;
}
.insights-th-group--avid,
.insights-th--avid {
  text-align: center;
  color: #bfdbfe;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 3px 0 #3b82f6;
}
.insights-th-group--casual,
.insights-th--casual {
  text-align: center;
  color: #bbf7d0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 3px 0 #22c55e;
}
.insights-page .bww-data-table thead th {
  padding: 10px 12px;
  vertical-align: middle;
  line-height: 1.25;
}
.insights-page .bww-data-table thead tr {
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}
.insights-page #showRankTable tbody td:nth-child(3),
.insights-page #showRankTable tbody td:nth-child(4) {
  border-left: 1px solid var(--bww-surface-border);
}
.insights-page #showRankTable tbody td:nth-child(5),
.insights-page #showRankTable tbody td:nth-child(6) {
  border-left: 1px solid var(--bww-surface-border);
}
.insights-upcoming-show {
  color: #059669;
  font-weight: 600;
}
.insights-gate {
  margin-bottom: var(--bww-space-5);
}
.insights-gate__body {
  padding: var(--bww-space-5);
  background: var(--bww-surface-muted);
}
.insights-gate__body--center {
  text-align: center;
}
.insights-panel__intro--error {
  color: var(--bww-red);
  border: 0;
}
.insights-table-error {
  color: var(--bww-red);
}
.insights-geo-chart {
  width: 100%;
  height: 280px;
}
.insights-gate__divider {
  margin: var(--bww-space-5) 0;
  border: none;
  border-top: 1px solid var(--bww-surface-border);
}
.insights-gate__body p {
  margin: 0 0 var(--bww-space-3);
  font-size: var(--bww-text-sm);
  line-height: 1.5;
}
.insights-gate__body p:first-child {
  font-weight: 600;
  color: var(--bww-text);
}
.insights-login {
  max-width: 350px;
  margin: 0 auto;
  text-align: left;
}
.insights-login__divider {
  position: relative;
  text-align: center;
  margin: var(--bww-space-4) 0;
}
.insights-login__divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid var(--bww-surface-border);
}
.insights-login__divider span {
  position: relative;
  z-index: 1;
  background: var(--bww-surface-muted);
  padding: 0 var(--bww-space-3);
  color: var(--bww-text-muted);
  font-size: var(--bww-text-sm);
}
.insights-login__oauth {
  display: flex;
  gap: var(--bww-space-2);
  justify-content: center;
}
.insights-login__footer {
  text-align: center;
  margin: var(--bww-space-3) 0 0;
  font-size: var(--bww-text-sm);
}
.insights-page .bww-content-panel .bww-pagination-nav {
  margin: 0;
  padding: var(--bww-space-4);
  border-top: 1px solid var(--bww-surface-border);
}
#showRankings,
#performers,
#social,
#geography {
  scroll-margin-top: 80px;
}

/* ── Submit News (/submitnews.php) ─────────────────────────────────────── */
.submit-news-page .bww-submit-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--bww-space-5);
  margin-bottom: var(--bww-space-6);
}
.submit-news-page .bww-submit-type-card {
  display: flex;
  align-items: center;
  gap: var(--bww-space-4);
  padding: var(--bww-space-5);
  border: 2px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-lg);
  background: var(--bww-surface);
  text-decoration: none;
  color: var(--bww-text);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.submit-news-page .bww-submit-type-card:hover {
  border-color: var(--bww-blue-mid);
  box-shadow: 0 6px 24px rgba(42, 82, 152, 0.12);
  transform: translateY(-3px);
  color: var(--bww-text);
  text-decoration: none;
}
.submit-news-page .bww-submit-type-card__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--bww-radius-md);
  background: linear-gradient(135deg, var(--bww-blue) 0%, var(--bww-blue-mid) 100%);
}
.submit-news-page .bww-submit-type-card__icon svg {
  width: 28px;
  height: 28px;
  fill: var(--bww-white);
}
.submit-news-page .bww-submit-type-card__body h3 {
  margin: 0 0 var(--bww-space-1);
  font-size: var(--bww-text-lg);
  font-weight: 700;
  color: var(--bww-text);
}
.submit-news-page .bww-submit-type-card__body p {
  margin: 0;
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  line-height: 1.5;
}
.submit-news-page .submit-news-panel-body {
  padding: var(--bww-space-5);
  background: var(--bww-surface);
  color: var(--bww-text);
}
.submit-news-page .submit-news-date-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--bww-space-4);
  margin-bottom: var(--bww-space-5);
  padding: var(--bww-space-4);
  background: var(--bww-surface-muted);
  border-radius: var(--bww-radius-md);
  border: 1px solid var(--bww-surface-border);
}
.submit-news-page .submit-news-date-row .bww-field {
  margin-bottom: 0;
  flex: 1 1 140px;
}
.submit-news-page .submit-news-date-row .bww-input {
  width: 100%;
  max-width: 180px;
}
.submit-news-page .bww-field-hint--warn {
  color: var(--bww-red);
  font-weight: 600;
}
.submit-news-page .bww-wizard-actions--center {
  justify-content: center;
}
.submit-news-page .pro-login__divider {
  text-align: center;
}
.submit-news-page .pro-login__oauth {
  justify-content: center;
}

/* Giving Tuesday hub (/hub/giving.php) */
.giving-page .bww-form-section {
  margin-top: var(--bww-space-4);
}
.giving-page .bww-form-section:first-of-type {
  margin-top: 0;
}
.giving-page .giving-login__divider {
  text-align: center;
}
.giving-page .giving-login__oauth {
  justify-content: center;
}
.giving-page .bww-logo-preview img {
  max-width: 150px;
  height: auto;
}
.giving-page .bww-logo-preview p {
  margin: var(--bww-space-2) 0 0;
}
@media (max-width: 768px) {
  .submit-news-page .bww-submit-type-grid {
    grid-template-columns: 1fr;
  }
  .submit-news-page .submit-news-date-row {
    flex-direction: column;
  }
  .submit-news-page .submit-news-date-row .bww-input {
    max-width: none;
  }
}

/* ── Batch photo uploader (submit news photo coverage, etc.) ─────────────── */
.bww-batch-photo-uploader {
  display: flex;
  flex-direction: column;
  gap: var(--bww-space-4);
}
.bww-batch-photo-uploader__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--bww-space-2);
}
.bww-batch-photo-uploader__hint {
  margin-left: auto;
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
}
.bww-batch-photo-uploader__dropzone {
  border: 2px dashed var(--bww-surface-border);
  border-radius: var(--bww-radius-md);
  padding: var(--bww-space-6) var(--bww-space-4);
  text-align: center;
  background: var(--bww-surface-muted);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.bww-batch-photo-uploader__dropzone.is-dragover {
  border-color: var(--bww-blue-mid);
  background: rgba(42, 82, 152, 0.06);
}
.bww-batch-photo-uploader__dropzone-title {
  margin: 0 0 var(--bww-space-2);
  font-size: var(--bww-text-base);
  font-weight: 700;
  color: var(--bww-text);
}
.bww-batch-photo-uploader__dropzone-note {
  margin: 0;
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
}
.bww-batch-photo-uploader__list {
  display: flex;
  flex-direction: column;
  gap: var(--bww-space-2);
  max-height: 360px;
  overflow: auto;
}
.bww-batch-photo-uploader__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px 88px;
  gap: var(--bww-space-3);
  align-items: center;
  padding: var(--bww-space-2) var(--bww-space-3);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-sm);
  background: var(--bww-surface);
}
.bww-batch-photo-uploader__item-main {
  min-width: 0;
}
.bww-batch-photo-uploader__item-name {
  display: block;
  font-size: var(--bww-text-sm);
  font-weight: 600;
  color: var(--bww-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bww-batch-photo-uploader__item-size {
  display: block;
  font-size: var(--bww-text-xs);
  color: var(--bww-text-muted);
}
.bww-batch-photo-uploader__item-progress {
  height: 8px;
  border-radius: var(--bww-radius-pill);
  background: var(--bww-surface-muted);
  overflow: hidden;
}
.bww-batch-photo-uploader__item-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(135deg, #4a148c 0%, #6a1b9a 100%);
  transition: width 0.2s ease;
}
.bww-batch-photo-uploader__item-status {
  font-size: var(--bww-text-xs);
  color: var(--bww-text-muted);
  text-align: right;
}
.bww-batch-photo-uploader__item-status.is-uploading {
  color: var(--bww-blue-mid);
  font-weight: 600;
}
.bww-batch-photo-uploader__item-status.is-complete {
  color: #2e7d32;
  font-weight: 600;
}
.bww-batch-photo-uploader__item-status.is-error {
  color: var(--bww-red);
  font-weight: 600;
}
.bww-batch-photo-uploader__footer {
  display: flex;
  flex-direction: column;
  gap: var(--bww-space-2);
}
.bww-batch-photo-uploader__summary {
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
}
.bww-batch-photo-uploader__overall {
  height: 8px;
  border-radius: var(--bww-radius-pill);
  background: var(--bww-surface-muted);
  overflow: hidden;
}
.bww-batch-photo-uploader__overall-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(135deg, #4a148c 0%, #6a1b9a 100%);
  transition: width 0.2s ease;
}
.bww-batch-photo-uploader__status {
  min-height: 1.25em;
  font-size: var(--bww-text-sm);
  color: var(--bww-red);
}
.bww-batch-photo-uploader__next-note {
  color: var(--bww-text-muted);
  font-size: var(--bww-text-sm);
  margin: var(--bww-space-4) 0 0;
}
@media (max-width: 767px) {
  .bww-batch-photo-uploader__item {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--bww-space-2);
  }
  .bww-batch-photo-uploader__item-status {
    text-align: left;
  }
  .bww-batch-photo-uploader__hint {
    margin-left: 0;
    width: 100%;
  }
}

/* ── Media kit page (layout only) ───────────────────────────────────── */
.mediakit-page .bww-form-section .bww-field-hint--block:first-child {
  font-size: var(--bww-text-base);
  line-height: 1.6;
  margin-bottom: var(--bww-space-5);
}

/* BroadwayWorld+ (/plus/) */
.plus-page .bww-page-hero {
  padding: var(--bww-space-3) var(--bww-space-4);
  margin-bottom: var(--bww-space-2);
}
.plus-page.inner-page h1.bww-page-hero__title,
.plus-page .bww-page-hero__title {
  display: block;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--bww-white);
}
.plus-page .bww-page-hero__subtitle {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.4;
}
.plus-page .bww-page-hero__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: var(--bww-space-2);
}
.plus-page .bww-page-hero .bww-chip--on-dark {
  padding: 4px 11px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
}
.plus-page .bww-page-hero .bww-chip--on-dark:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--bww-white);
  text-decoration: none;
}
.plus-page .bww-page-hero .bww-chip--on-dark.bww-chip--active,
.plus-page .bww-page-hero .bww-chip--on-dark.bww-chip--active:hover {
  background: var(--bww-red);
  border-color: var(--bww-red);
  color: var(--bww-white);
}
.plus-page__hero-image {
  margin: 0 0 var(--bww-space-4);
  text-align: center;
}
.plus-page__hero-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--bww-radius-lg);
}
.plus-page__intro {
  text-align: center;
  font-size: var(--bww-text-base);
  color: var(--bww-text-muted);
  line-height: 1.6;
  margin: 0 0 var(--bww-space-5);
}
.plus-page__panel-body {
  padding: var(--bww-space-4);
}
.plus-page__feature-row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}
.plus-page__feature-col {
  margin-bottom: var(--bww-space-3);
}
.plus-page__feature-tile {
  height: 100%;
  text-align: center;
  padding: var(--bww-space-4) var(--bww-space-3);
  background: var(--bww-surface-muted);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-lg);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.plus-page__feature-tile--compact {
  text-align: left;
  padding: var(--bww-space-3) var(--bww-space-4);
}
.plus-page__feature-icon {
  font-size: 2.5rem;
  color: var(--bww-text);
  margin-bottom: var(--bww-space-2);
  line-height: 1;
}
.plus-page__feature-icon s {
  text-decoration: line-through;
}
.plus-page__feature-title {
  color: var(--bww-red);
  font-weight: 700;
  font-size: var(--bww-text-sm);
  margin-bottom: var(--bww-space-2);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.plus-page__feature-text {
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  line-height: 1.55;
  margin: 0;
}
.plus-page__insights {
  margin-top: var(--bww-space-5);
  padding-top: var(--bww-space-4);
  border-top: 1px solid var(--bww-surface-border);
}
.plus-page__insights-screenshot {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-top: var(--bww-space-4);
  border-radius: var(--bww-radius-lg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.plus-page__cta {
  text-align: center;
  margin: var(--bww-space-5) 0 var(--bww-space-4);
}
.plus-page__cta .bww-btn {
  padding: 14px 40px;
  font-size: var(--bww-text-lg);
}
.plus-page__settings-link {
  text-align: center;
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  margin: 0 0 var(--bww-space-4);
}
.plus-page__settings-link a {
  color: var(--bww-red);
  text-decoration: underline;
}
.plus-page__pixel {
  display: none;
}

/* BroadwayWorld+ signup (/plus/signup.php) */
.plus-signup-page .plus-signup-form {
  max-width: 640px;
  margin: 0 auto;
}
.plus-signup-page .bww-form-section + .bww-form-section {
  margin-top: var(--bww-space-4);
}
.plus-signup-plans {
  display: flex;
  flex-direction: column;
  gap: var(--bww-space-3);
}
.plus-signup-plan__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.plus-signup-plan__name {
  font-weight: 700;
  color: var(--bww-text);
}
.plus-signup-plan__badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: var(--bww-radius-sm);
  background: var(--bww-red);
  color: var(--bww-white);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}
.plus-signup-plan__badge--free {
  background: var(--bww-success);
}
.plus-signup-plan__price {
  color: var(--bww-red);
  font-weight: 700;
}
.plus-signup-plan__price s {
  color: var(--bww-text-muted);
  font-weight: 400;
}
.plus-signup-plan__desc {
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  line-height: 1.5;
}
.plus-signup-page__cc-grid {
  align-items: end;
}
.plus-signup-page__cc-cvv {
  max-width: 160px;
}
.plus-signup-page__submit {
  margin-top: var(--bww-space-4);
  padding: 14px 24px;
  font-size: var(--bww-text-lg);
}
.plus-signup-page__secure-note {
  text-align: center;
  margin-top: var(--bww-space-3);
  font-size: var(--bww-text-xs);
  color: var(--bww-text-muted);
}
.plus-signup-page__secure-note i {
  color: var(--bww-success);
}
.plus-signup-page__panel {
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .plus-signup-page__cc-cvv {
    max-width: none;
  }
}
