/* "legacy-light" theme preset: the light-only satellite skin originally built
 * for bbwadultcams.com. Loaded per site via /site-theme.css (ADR 0018).
 * Token overrides first, then structural skin rules. */

:root,
.dark {
  --bg: 255 255 255;
  --surface: 255 255 255;
  --surface-2: 242 242 242;
  --border: 221 221 221;
  --text: 51 51 51;
  --text-muted: 85 85 85;
  --brand: 51 51 51;
  --link: 229 104 196;
}

a {
  color: rgb(var(--link));
}

.site-header {
  background: rgb(var(--surface));
  border: 0;
  overflow: visible;
}

.site-header-inner {
  margin: 0 auto;
  max-width: 1170px;
  padding: 10px 15px 0;
  text-align: center;
}

.site-brand {
  display: inline-block;
  height: auto;
  position: static;
  width: auto;
}

.site-logo {
  display: inline-block;
  height: auto;
  margin-top: 10px;
  max-width: 95%;
  object-fit: contain;
  position: static;
  width: auto;
}

.site-logo-centered {
  max-width: min(95vw, 41.5rem);
  width: min(95vw, 41.5rem);
}

.site-lead {
  color: rgb(var(--text));
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 20px;
}

.site-main {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px 20px;
}

.gender-tab-row {
  background: transparent;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 1rem;
}

.gender-tabs {
  justify-content: center;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.gender-tab {
  border-radius: 4px;
  color: rgb(var(--text));
  font-size: 1rem;
  font-weight: 700;
  min-height: 0;
  padding: 10px 15px;
  text-decoration: underline;
}

.gender-tab + .gender-tab::before {
  display: none;
}

.gender-tab:hover {
  background: transparent;
  color: rgb(var(--text));
  text-decoration: underline;
}

.gender-tab-active,
.gender-tab-active:hover {
  background: rgb(var(--brand));
  box-shadow: none;
  color: white;
  text-decoration: none;
}

.gender-tab-active::after {
  display: none;
}

.gender-tab-label {
  display: inline;
}

.custom-tab-row {
  background: transparent;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.custom-tabs {
  justify-content: center;
  overflow-x: auto;
  padding: 0;
  width: max-content;
}

.custom-tab {
  border-radius: 4px;
  color: rgb(var(--text));
  font-size: 1rem;
  font-weight: 700;
  min-height: 0;
  padding: 10px 15px;
  text-decoration: underline;
}

.custom-tab + .custom-tab::before {
  display: none;
}

.custom-tab:hover {
  background: transparent;
  color: rgb(var(--text));
  text-decoration: underline;
}

.custom-tab-active,
.custom-tab-active:hover {
  background: rgb(var(--brand));
  box-shadow: none;
  color: white;
  text-decoration: none;
}

#cam-grid {
  background-image: linear-gradient(#f2f2f2, white);
  padding: 5px 0;
}

.card {
  border-radius: 4px;
  box-shadow: none;
}

.card img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.legacy-content {
  background-image: linear-gradient(#f59f5a, white);
  color: rgb(var(--text));
  padding: 20px 15px;
}

.legacy-content-grid {
  display: grid;
  gap: 20px;
  margin: 0 auto;
  max-width: 1170px;
}

.legacy-content h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0 0 10px;
}

.legacy-content p {
  margin: 0;
}

@media (min-width: 640px) {
  .legacy-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .legacy-content-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.site-footer {
  min-height: 60px;
  padding: 20px 15px;
}

.site-footer-inner {
  margin: 0 auto;
  max-width: 1170px;
}
