.faa-booth-preview .faa-preview-section {
  margin: 0 0 1.5rem;
}

.faa-preview-status {
  border: 1px solid #dedede;
  border-radius: 14px;
  padding: 1rem;
  background: #fff;
}

.faa-preview-status h3 {
  margin-top: 0;
}

.faa-preview-visual {
  max-width: 820px;
}

/* v1.2.1 creator booth content */
.faa-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 14px;
  margin: 16px 0;
}
.faa-gallery-item {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
}
.faa-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}


/* v2.10 frontend/public polish */
.faa-button,
.faa-booth-card__visit a {
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}

.faa-button--primary {
  background: #d9bf72;
  color: #111;
}

.faa-button--secondary {
  background: #fff;
  color: #111;
}

.faa-booth-single--v210 {
  max-width: 1180px;
  padding: 0 12px;
}

.faa-booth-single--v210 .faa-booth-single__hero {
  border-color: rgba(166, 124, 45, .32);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 22px 60px rgba(20, 16, 10, .10);
}

.faa-booth-single--v210 .faa-booth-single__banner {
  height: clamp(190px, 28vw, 320px);
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.45), transparent 32%),
    linear-gradient(135deg, #111 0%, #3a2a09 48%, #d9bf72 100%);
}

.faa-booth-single--v210 .faa-booth-single__identity {
  position: relative;
  padding: 0 clamp(18px, 4vw, 36px) clamp(22px, 4vw, 36px);
  align-items: flex-start;
}

.faa-booth-single--v210 .faa-booth-single__logo {
  width: clamp(96px, 18vw, 132px);
  height: clamp(96px, 18vw, 132px);
  flex-basis: clamp(96px, 18vw, 132px);
  margin-top: -54px;
  border: 6px solid #d9bf72;
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
}

.faa-booth-single__identity-main {
  padding-top: 22px;
  min-width: 0;
}

.faa-booth-single--v210 .faa-booth-single__eyebrow,
.faa-booth-single__section-kicker {
  color: #9a6a10;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.faa-booth-single--v210 .faa-booth-single__identity h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: .98;
  letter-spacing: -.04em;
}

.faa-booth-single__badges,
.faa-booth-single__actions,
.faa-account-booth-summary__badges,
.faa-account-booth-summary__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.faa-booth-single__badge,
.faa-account-booth-summary__badges span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .4rem .72rem;
  background: #111;
  color: #f7d475;
  font-weight: 900;
  font-size: .78rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.faa-booth-single__badge--market {
  background: #fff2c5;
  color: #5e4208;
  border: 1px solid rgba(166,124,45,.35);
}

.faa-booth-single__badge--front-row {
  background: #171717;
  color: #fff;
  border: 1px solid #d9bf72;
}

.faa-booth-single__grid {
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.faa-booth-single--v210 .faa-booth-single__section,
.faa-booth-single--v210 .faa-booth-single__panel {
  border-color: rgba(166, 124, 45, .22);
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(0,0,0,.06);
}

.faa-booth-single__section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.faa-booth-single__section-head h3 {
  margin: .15rem 0 0;
}

.faa-booth-single__section-head > span {
  border-radius: 999px;
  padding: .35rem .7rem;
  background: #fff4cf;
  color: #6e4b08;
  font-weight: 900;
  white-space: nowrap;
}

.faa-gallery-grid--premium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.faa-gallery-grid--premium .faa-gallery-item {
  display: block;
  min-height: 160px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(166,124,45,.28);
  background: #fff8e8;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.faa-gallery-grid--premium .faa-gallery-item--feature {
  grid-column: span 2;
  grid-row: span 2;
}

.faa-gallery-grid--premium .faa-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  display: block;
  transition: transform .18s ease;
}

.faa-gallery-grid--premium .faa-gallery-item:hover img,
.faa-gallery-grid--premium .faa-gallery-item:focus img {
  transform: scale(1.035);
}

.faa-featured-link-grid--premium {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.faa-featured-link-card--premium {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  color: #111;
  text-decoration: none;
  border-color: rgba(166,124,45,.28);
  background: linear-gradient(180deg, #fff, #fff8e8);
  transition: transform .18s ease, box-shadow .18s ease;
}

.faa-featured-link-card--premium:hover,
.faa-featured-link-card--premium:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0,0,0,.10);
}

.faa-featured-link-card__number {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #f7d475;
  font-weight: 900;
}

.faa-featured-link-card__body strong,
.faa-featured-link-card__body em {
  display: block;
}

.faa-featured-link-card__body em {
  margin-top: .25rem;
  color: #6c5a38;
  font-style: normal;
  font-size: .9rem;
}

.faa-booth-empty-panel {
  border: 1px dashed rgba(166,124,45,.35);
  border-radius: 18px;
  padding: 1rem;
  background: #fffdf8;
}

.faa-booth-empty-panel p {
  margin-bottom: 0;
}

.faa-booth-single__visit-panel {
  background: linear-gradient(180deg, #111, #211707) !important;
  color: #fff;
}

.faa-booth-single__visit-panel h3,
.faa-booth-single__visit-panel p {
  color: #fff;
}

.faa-booth-single__visit-panel .faa-creator-link-card {
  border-color: rgba(247,212,117,.32);
}

.faa-booth-single__map-panel {
  background: #fffdf8 !important;
}

.faa-account-booth-summary--v210 {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: clamp(18px, 4vw, 32px);
  align-items: stretch;
  border-color: rgba(166,124,45,.28);
  border-radius: 26px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 18px 44px rgba(0,0,0,.07);
}

.faa-account-booth-summary__visual {
  position: relative;
  min-height: 230px;
  background: #111;
}

.faa-account-booth-summary__banner {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  background-position: center;
  background-size: cover;
}

.faa-account-booth-summary__banner--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9bf72;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #111, #362706);
}

.faa-account-booth-summary__logo {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 86px;
  height: 86px;
  object-fit: cover;
  border: 5px solid #d9bf72;
  border-radius: 22px;
  background: #111;
  box-shadow: 0 18px 36px rgba(0,0,0,.18);
}

.faa-account-booth-summary__logo--empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d9bf72;
  font-size: 2rem;
  font-weight: 900;
}

.faa-account-booth-summary__content {
  padding: clamp(18px, 4vw, 30px);
}

.faa-account-booth-summary__eyebrow {
  margin: 0 0 .35rem;
  color: #9a6a10;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.faa-account-booth-summary__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 1rem 0;
}

.faa-account-booth-summary__stats span {
  border: 1px solid rgba(166,124,45,.25);
  border-radius: 16px;
  padding: .8rem;
  background: #fffdf8;
}

.faa-account-booth-summary__stats strong,
.faa-account-booth-summary__stats em {
  display: block;
}

.faa-account-booth-summary__stats strong {
  font-size: 1.1rem;
}

.faa-account-booth-summary__stats em {
  margin-top: .2rem;
  color: #6c5a38;
  font-size: .82rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.faa-alley-map__world-teaser {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .8rem;
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(166,124,45,.28);
  border-radius: 18px;
  padding: .85rem 1rem;
  background: rgba(255,255,255,.74);
}

.faa-alley-map__world-teaser strong {
  color: #111;
}

@media (max-width: 820px) {
  .faa-booth-single--v210 .faa-booth-single__identity {
    display: block;
  }

  .faa-booth-single__identity-main {
    padding-top: 12px;
  }

  .faa-gallery-grid--premium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faa-gallery-grid--premium .faa-gallery-item--feature {
    grid-column: span 2;
  }

  .faa-account-booth-summary--v210 {
    grid-template-columns: 1fr;
  }

  .faa-account-booth-summary__visual,
  .faa-account-booth-summary__banner {
    min-height: 180px;
  }
}

@media (max-width: 560px) {
  .faa-booth-single--v210 {
    padding: 0 4px;
  }

  .faa-gallery-grid--premium,
  .faa-account-booth-summary__stats {
    grid-template-columns: 1fr;
  }

  .faa-gallery-grid--premium .faa-gallery-item--feature {
    grid-column: auto;
    grid-row: auto;
  }

  .faa-booth-single__section-head {
    display: block;
  }

  .faa-booth-single__actions .faa-button,
  .faa-account-booth-summary__actions .button {
    width: 100%;
    text-align: center;
  }
}

/* v2.11 unified public + preview booth hero */
.faa-booth-single--v210 .faa-booth-single__banner {
  height: clamp(220px, 34vw, 340px);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #0f0f0f !important;
}

.faa-booth-single--v210 .faa-booth-single__hero {
  max-width: 820px;
  margin-inline: auto;
}

.faa-booth-single--v210 .faa-booth-single__identity {
  margin-top: -18px;
}

.faa-booth-single--v210 .faa-booth-single__identity-main {
  padding-top: 10px;
}

@media (max-width: 640px) {
  .faa-booth-single--v210 .faa-booth-single__banner {
    height: 260px;
    background-size: cover !important;
    background-position: center top !important;
  }
}

.faa-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}


/* v2.11.1 public creator hero + CTA state fix */
.faa-booth-single--v210 .faa-booth-single__hero {
  max-width: 760px;
  margin-inline: auto;
  border-radius: 26px;
  background: #fff;
  overflow: hidden;
}

.faa-booth-single--v210 .faa-booth-single__banner {
  height: clamp(150px, 24vw, 218px) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #101010 !important;
}

.faa-booth-single--v210 .faa-booth-single__identity {
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 3vw, 22px);
  margin-top: 0 !important;
  padding: 0 clamp(18px, 4vw, 30px) clamp(18px, 4vw, 28px) !important;
}

.faa-booth-single--v210 .faa-booth-single__logo {
  width: clamp(88px, 16vw, 112px) !important;
  height: clamp(88px, 16vw, 112px) !important;
  flex: 0 0 clamp(88px, 16vw, 112px) !important;
  margin-top: -42px !important;
  border: 6px solid #d9bf72 !important;
  border-radius: 24px !important;
}

.faa-booth-single--v210 .faa-booth-single__identity-main {
  padding-top: clamp(16px, 3vw, 26px) !important;
  min-width: 0;
}

.faa-booth-single--v210 .faa-booth-single__eyebrow {
  margin-bottom: .28rem !important;
}

.faa-booth-single--v210 .faa-booth-single__identity h2 {
  font-size: clamp(1.8rem, 4.3vw, 3.1rem) !important;
  line-height: 1.02 !important;
}

.faa-booth-single--v210 .faa-booth-single__artist {
  margin-top: .4rem !important;
}

.faa-booth-single--v210 .faa-booth-single__badges,
.faa-booth-single--v210 .faa-booth-single__actions {
  margin-top: 14px !important;
}

.faa-booth-single--v210 .faa-booth-single__actions .faa-button {
  width: 100%;
  min-height: 50px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: .72rem 1.15rem !important;
  border-radius: 999px !important;
  line-height: 1.1 !important;
  font-size: clamp(.92rem, 3.8vw, 1.05rem) !important;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: .16em;
  -webkit-tap-highlight-color: transparent;
}

.faa-button--primary,
.faa-button--primary:link,
.faa-button--primary:visited,
.faa-button--primary:hover,
.faa-button--primary:focus,
.faa-button--primary:active,
.faa-booth-single--v210 .faa-booth-single__actions .faa-button--primary,
.faa-booth-single--v210 .faa-booth-single__actions .faa-button--primary:link,
.faa-booth-single--v210 .faa-booth-single__actions .faa-button--primary:visited,
.faa-booth-single--v210 .faa-booth-single__actions .faa-button--primary:hover,
.faa-booth-single--v210 .faa-booth-single__actions .faa-button--primary:focus,
.faa-booth-single--v210 .faa-booth-single__actions .faa-button--primary:active {
  color: #111 !important;
  background: #d9bf72 !important;
  border-color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
}

.faa-button--primary:focus,
.faa-booth-single--v210 .faa-booth-single__actions .faa-button--primary:focus {
  outline: 3px solid rgba(217,191,114,.42) !important;
  outline-offset: 3px !important;
}

.faa-button--primary:active,
.faa-booth-single--v210 .faa-booth-single__actions .faa-button--primary:active {
  transform: translateY(1px);
}

@media (max-width: 640px) {
  .faa-booth-single--v210 {
    padding: 0 8px !important;
  }

  .faa-booth-single--v210 .faa-booth-single__hero {
    max-width: 100%;
    border-radius: 24px;
  }

  .faa-booth-single--v210 .faa-booth-single__banner {
    height: 170px !important;
    background-position: center center !important;
  }

  .faa-booth-single--v210 .faa-booth-single__identity {
    display: block !important;
    padding: 0 22px 22px !important;
  }

  .faa-booth-single--v210 .faa-booth-single__logo {
    width: 104px !important;
    height: 104px !important;
    margin-top: -52px !important;
    margin-bottom: 16px !important;
  }

  .faa-booth-single--v210 .faa-booth-single__identity-main {
    padding-top: 0 !important;
  }

  .faa-booth-single--v210 .faa-booth-single__identity h2 {
    font-size: 2rem !important;
  }

  .faa-booth-single--v210 .faa-booth-single__actions .faa-button {
    min-height: 48px;
    padding: .65rem 1rem !important;
  }
}


/* v2.12 unified Fanime gold logo outlines */
.faa-booth-single__logo,
.faa-booth-single--v210 .faa-booth-single__logo,
.faa-account-booth-summary__logo,
.faa-alley-map__avatar,
.faa-booth-card__logo,
.faa-admin-booth-logo,
.faa-admin-snapshot-logo {
  border-color: #d9bf72 !important;
}

.faa-booth-single__logo,
.faa-booth-single--v210 .faa-booth-single__logo,
.faa-account-booth-summary__logo {
  box-shadow: 0 18px 42px rgba(0,0,0,.16), 0 0 0 3px rgba(217,191,114,.18) !important;
}

.faa-alley-map__avatar,
.faa-booth-card__logo {
  box-shadow: 0 10px 20px rgba(0,0,0,.16), 0 0 0 2px rgba(217,191,114,.18) !important;
}

/* v2.25 creator page polish: clearer gallery previews, featured thumbnails, softer visit panel. */
.faa-gallery-grid--premium .faa-gallery-item {
  min-height: 190px;
}

.faa-gallery-grid--premium .faa-gallery-item img {
  min-height: 190px;
}

.faa-featured-link-card--premium.faa-featured-link-card--has-image {
  grid-template-columns: 86px 1fr;
  align-items: center;
}

.faa-featured-link-card__thumb {
  display: block;
  width: 86px;
  height: 72px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(166,124,45,.28);
  background: #fff8e8;
}

.faa-featured-link-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faa-booth-single__visit-panel {
  background: linear-gradient(180deg, #fff, #fff8e8) !important;
  color: #171717 !important;
  border-color: rgba(166,124,45,.32) !important;
}

.faa-booth-single__visit-panel h3,
.faa-booth-single__visit-panel p {
  color: #171717 !important;
}

.faa-booth-single__visit-panel .faa-creator-link-card {
  background: #fff !important;
  color: #171717 !important;
  border-color: rgba(166,124,45,.32) !important;
}

.faa-booth-single__visit-panel .faa-creator-link-card--market {
  background: linear-gradient(180deg, #fffdf8, #fff4cf) !important;
  border-color: rgba(166,124,45,.45) !important;
}

.faa-booth-single__visit-panel .faa-creator-link-card__label,
.faa-booth-single__visit-panel .faa-creator-link-card__hint {
  color: #171717 !important;
}

.faa-booth-single__visit-panel .faa-creator-link-card__hint {
  opacity: .72;
}

@media (max-width: 640px) {
  .faa-gallery-grid--premium {
    grid-template-columns: 1fr;
  }

  .faa-gallery-grid--premium .faa-gallery-item,
  .faa-gallery-grid--premium .faa-gallery-item img {
    min-height: 240px;
  }

  .faa-gallery-grid--premium .faa-gallery-item--feature {
    grid-column: auto;
    grid-row: auto;
  }

  .faa-featured-link-card--premium.faa-featured-link-card--has-image {
    grid-template-columns: 96px 1fr;
  }

  .faa-featured-link-card__thumb {
    width: 96px;
    height: 82px;
  }
}

/* v2.26 creator theme safety: keep public booth sections readable when advanced customization is enabled. */
.faa-booth-single--v210 {
  background: var(--faa-creator-bg, #fffaf0);
  color: var(--faa-creator-text, #171717);
}

.faa-booth-single--v210 .faa-booth-single__hero,
.faa-booth-single--v210 .faa-booth-single__section,
.faa-booth-single--v210 .faa-booth-single__panel {
  background: var(--faa-creator-surface, #ffffff) !important;
  color: var(--faa-creator-text, #171717) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
}

.faa-booth-single--v210 .faa-booth-single__identity h2,
.faa-booth-single--v210 .faa-booth-single__artist,
.faa-booth-single--v210 .faa-booth-single__section h3,
.faa-booth-single--v210 .faa-booth-single__panel h3,
.faa-booth-single--v210 .faa-booth-single__section p,
.faa-booth-single--v210 .faa-booth-single__panel p,
.faa-booth-single--v210 .faa-featured-link-card__body strong,
.faa-booth-single--v210 .faa-creator-link-card__label {
  color: var(--faa-creator-text, #171717) !important;
}

.faa-booth-single--v210 .faa-booth-single__eyebrow,
.faa-booth-single--v210 .faa-booth-single__section-kicker,
.faa-booth-single--v210 .faa-booth-single__section-head > span,
.faa-booth-single--v210 .faa-featured-link-card__body em,
.faa-booth-single--v210 .faa-creator-link-card__hint,
.faa-booth-single--v210 .faa-booth-empty-panel p {
  color: var(--faa-creator-muted, #675f50) !important;
}

.faa-booth-single--v210 .faa-booth-single__section-head > span,
.faa-booth-single--v210 .faa-booth-single__badge,
.faa-booth-single--v210 .faa-featured-link-card__number {
  background: var(--faa-creator-button, #171717) !important;
  color: var(--faa-creator-button-text, #ffffff) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
}

.faa-booth-single--v210 .faa-booth-single__badge--market,
.faa-booth-single--v210 .faa-booth-single__badge--front-row {
  background: var(--faa-creator-accent, #d6a84f) !important;
  color: var(--faa-creator-button-text, #171717) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
}

.faa-booth-single--v210 .faa-gallery-grid--premium .faa-gallery-item,
.faa-booth-single--v210 .faa-featured-link-card--premium,
.faa-booth-single--v210 .faa-booth-empty-panel,
.faa-booth-single--v210 .faa-creator-link-card,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card--market {
  background: var(--faa-creator-surface, #ffffff) !important;
  color: var(--faa-creator-text, #171717) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
}

.faa-booth-single--v210 .faa-featured-link-card--premium,
.faa-booth-single--v210 .faa-creator-link-card {
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
}

.faa-booth-single--v210 .faa-featured-link-card__thumb,
.faa-booth-single--v210 .faa-booth-empty-panel {
  background: color-mix(in srgb, var(--faa-creator-surface, #ffffff) 88%, var(--faa-creator-accent, #d6a84f) 12%) !important;
}

.faa-booth-single--v210 .faa-booth-single__visit-panel {
  background: var(--faa-creator-surface, #ffffff) !important;
  color: var(--faa-creator-text, #171717) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
}

.faa-booth-single--v210 .faa-booth-single__visit-panel h3,
.faa-booth-single--v210 .faa-booth-single__visit-panel p,
.faa-booth-single--v210 .faa-booth-single__visit-panel a,
.faa-booth-single--v210 .faa-featured-link-card--premium a,
.faa-booth-single--v210 .faa-featured-link-card--premium:link,
.faa-booth-single--v210 .faa-featured-link-card--premium:visited,
.faa-booth-single--v210 .faa-creator-link-card:link,
.faa-booth-single--v210 .faa-creator-link-card:visited {
  color: var(--faa-creator-text, #171717) !important;
}

.faa-booth-single--v210 .faa-button--primary,
.faa-booth-single--v210 .faa-button--primary:link,
.faa-booth-single--v210 .faa-button--primary:visited,
.faa-booth-single--v210 .faa-button--primary:hover,
.faa-booth-single--v210 .faa-button--primary:focus,
.faa-booth-single--v210 .faa-button--primary:active {
  background: var(--faa-creator-button, #d9bf72) !important;
  color: var(--faa-creator-button-text, #171717) !important;
  border-color: var(--faa-creator-border, #171717) !important;
}

.faa-booth-single--v210 .faa-button--secondary,
.faa-booth-single--v210 .faa-button--secondary:link,
.faa-booth-single--v210 .faa-button--secondary:visited,
.faa-booth-single--v210 .faa-button--secondary:hover,
.faa-booth-single--v210 .faa-button--secondary:focus,
.faa-booth-single--v210 .faa-button--secondary:active {
  background: var(--faa-creator-surface, #ffffff) !important;
  color: var(--faa-creator-text, #171717) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
}

/* v2.26.1 advanced customization full-palette hardening. */
.faa-booth-single--v210 .faa-booth-single__section *,
.faa-booth-single--v210 .faa-booth-single__panel *,
.faa-booth-single--v210 .faa-booth-single__visit-panel *,
.faa-booth-single--v210 .faa-featured-link-card--premium *,
.faa-booth-single--v210 .faa-creator-link-card * {
  color: inherit;
}

.faa-booth-single--v210 .faa-booth-single__section,
.faa-booth-single--v210 .faa-booth-single__panel,
.faa-booth-single--v210 .faa-booth-single__visit-panel,
.faa-booth-single--v210 .faa-featured-link-card--premium,
.faa-booth-single--v210 .faa-creator-link-card,
.faa-booth-single--v210 .faa-booth-empty-panel {
  background-color: var(--faa-creator-surface, #ffffff) !important;
  color: var(--faa-creator-text, #171717) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
}

.faa-booth-single--v210 .faa-booth-single__section a:not(.faa-button),
.faa-booth-single--v210 .faa-booth-single__panel a:not(.faa-button),
.faa-booth-single--v210 .faa-booth-single__visit-panel a:not(.faa-button),
.faa-booth-single--v210 .faa-featured-link-card--premium,
.faa-booth-single--v210 .faa-featured-link-card--premium a,
.faa-booth-single--v210 .faa-creator-link-card,
.faa-booth-single--v210 .faa-creator-link-card a {
  color: var(--faa-creator-text, #171717) !important;
  text-decoration-color: var(--faa-creator-border, #d8b96a) !important;
}

.faa-booth-single--v210 .faa-featured-link-card__body em,
.faa-booth-single--v210 .faa-creator-link-card__hint,
.faa-booth-single--v210 .faa-booth-empty-panel,
.faa-booth-single--v210 .faa-booth-empty-panel p,
.faa-booth-single--v210 .faa-booth-single__muted,
.faa-booth-single--v210 small {
  color: var(--faa-creator-muted, #675f50) !important;
}

.faa-booth-single--v210 .faa-featured-link-card__number,
.faa-booth-single--v210 .faa-booth-single__badge,
.faa-booth-single--v210 .faa-booth-single__section-head > span,
.faa-booth-single--v210 .faa-booth-single__social-link {
  background-color: var(--faa-creator-button, #171717) !important;
  color: var(--faa-creator-button-text, #ffffff) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
}

.faa-booth-single--v210 .faa-booth-single__social-link:link,
.faa-booth-single--v210 .faa-booth-single__social-link:visited,
.faa-booth-single--v210 .faa-booth-single__social-link:hover,
.faa-booth-single--v210 .faa-booth-single__social-link:focus {
  color: var(--faa-creator-button-text, #ffffff) !important;
}

/* v2.27 strict public booth theme safety overrides. */
.faa-booth-single--v210 {
  background: var(--faa-creator-bg, #fffaf0) !important;
  color: var(--faa-creator-text, #171717) !important;
}

.faa-booth-single--v210 .faa-booth-single__section,
.faa-booth-single--v210 .faa-booth-single__panel,
.faa-booth-single--v210 .faa-booth-single__visit-panel,
.faa-booth-single--v210 .faa-booth-empty-panel,
.faa-booth-single--v210 .faa-gallery-item,
.faa-booth-single--v210 .faa-gallery-grid--premium .faa-gallery-item,
.faa-booth-single--v210 .faa-featured-link-card,
.faa-booth-single--v210 .faa-featured-link-card--premium,
.faa-booth-single--v210 .faa-creator-link-card,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card--market {
  background: var(--faa-creator-surface, #ffffff) !important;
  color: var(--faa-creator-text, #171717) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
}

.faa-booth-single--v210 .faa-booth-single__section :where(h1,h2,h3,h4,h5,h6,p,span,strong,em,small,a),
.faa-booth-single--v210 .faa-booth-single__panel :where(h1,h2,h3,h4,h5,h6,p,span,strong,em,small,a),
.faa-booth-single--v210 .faa-featured-link-card :where(h1,h2,h3,h4,h5,h6,p,span,strong,em,small,a),
.faa-booth-single--v210 .faa-creator-link-card :where(h1,h2,h3,h4,h5,h6,p,span,strong,em,small,a) {
  color: inherit !important;
}

.faa-booth-single--v210 :where(.faa-creator-link-card__hint,.faa-featured-link-card__body em,.faa-booth-single__muted,.faa-booth-empty-panel p,.faa-booth-empty-panel small,.faa-booth-single__section-head small) {
  color: var(--faa-creator-muted, #675f50) !important;
}

.faa-booth-single--v210 :where(.faa-booth-single__badge,.faa-featured-link-card__number,.faa-booth-single__section-head > span,.faa-creator-social-pills a,.faa-booth-single__social-link) {
  background: var(--faa-creator-button, #171717) !important;
  color: var(--faa-creator-button-text, #ffffff) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
}

.faa-booth-single--v210 :where(.faa-booth-single__badge,.faa-featured-link-card__number,.faa-booth-single__section-head > span,.faa-creator-social-pills a,.faa-booth-single__social-link) *,
.faa-booth-single--v210 :where(.faa-button,.faa-button--primary,.faa-button--secondary) * {
  color: inherit !important;
}

.faa-booth-single--v210 :where(.faa-button,.faa-button--primary),
.faa-booth-single--v210 :where(.faa-button,.faa-button--primary):visited,
.faa-booth-single--v210 :where(.faa-button,.faa-button--primary):hover,
.faa-booth-single--v210 :where(.faa-button,.faa-button--primary):focus {
  background: var(--faa-creator-button, #171717) !important;
  color: var(--faa-creator-button-text, #ffffff) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
}

.faa-booth-single--v210 .faa-button--secondary,
.faa-booth-single--v210 .faa-button--secondary:visited,
.faa-booth-single--v210 .faa-button--secondary:hover,
.faa-booth-single--v210 .faa-button--secondary:focus {
  background: var(--faa-creator-surface, #ffffff) !important;
  color: var(--faa-creator-text, #171717) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
}

/* v2.29.1 theme-pack visit-card contrast hardening.
   Keep creator link cards readable on dark paid themes even when older bundled CSS
   contains hardcoded black visit-card text. */
.faa-booth-single--v210 .faa-booth-single__visit-panel,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card--market {
  background: var(--faa-creator-surface, #ffffff) !important;
  color: var(--faa-creator-text, #171717) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
}

.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card:link,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card:visited,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card:hover,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card:focus {
  color: var(--faa-creator-text, #171717) !important;
  text-decoration-color: var(--faa-creator-border, #d8b96a) !important;
}

.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card__label,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card__label:link,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card__label:visited,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card strong,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card span:not(.faa-creator-link-card__hint) {
  color: var(--faa-creator-text, #171717) !important;
}

.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card__hint,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card small,
.faa-booth-single--v210 .faa-booth-single__visit-panel .faa-creator-link-card em {
  color: var(--faa-creator-muted, #675f50) !important;
  opacity: 1 !important;
}

/* v2.29.2 badge and pill contrast hardening.
   Public booth badges, counters, tag pills, and social pills now use the booth
   button/button-text palette so creators can control these highlight elements
   from the same safe colour controls. Keep this at the end of the file to
   override older theme-specific badge rules. */
.faa-booth-single--v210 :where(
  .faa-booth-single__badge,
  .faa-booth-single__badge--market,
  .faa-booth-single__badge--front-row,
  .faa-booth-single__section-head > span,
  .faa-featured-link-card__number,
  .faa-creator-social-pills a,
  .faa-booth-single__social-link,
  .faa-booth-card__tags span
) {
  background: var(--faa-creator-button, #171717) !important;
  color: var(--faa-creator-button-text, #ffffff) !important;
  border-color: var(--faa-creator-border, #d8b96a) !important;
  opacity: 1 !important;
  text-decoration-color: currentColor !important;
}

.faa-booth-single--v210 :where(
  .faa-booth-single__badge,
  .faa-booth-single__badge--market,
  .faa-booth-single__badge--front-row,
  .faa-booth-single__section-head > span,
  .faa-featured-link-card__number,
  .faa-creator-social-pills a,
  .faa-booth-single__social-link,
  .faa-booth-card__tags span
) :where(a,span,strong,em,small) {
  color: inherit !important;
  opacity: 1 !important;
}

.faa-booth-single--v210 :where(
  .faa-creator-social-pills a:link,
  .faa-creator-social-pills a:visited,
  .faa-creator-social-pills a:hover,
  .faa-creator-social-pills a:focus,
  .faa-booth-single__social-link:link,
  .faa-booth-single__social-link:visited,
  .faa-booth-single__social-link:hover,
  .faa-booth-single__social-link:focus
) {
  color: var(--faa-creator-button-text, #ffffff) !important;
}

