:root {
  color-scheme: light;
  --bg: #d8d8d8;
  --panel: #eeeeee;
  --card: #f3f3f3;
  --dark: #0b0505;
  --nav: #2d2d2d;
  --text: #111111;
  --muted: #555555;
  --line: #9b9b9b;
  --red: #e80019;
  --red-dark: #b60013;
  --blue: #006699;
  --green: #48e329;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  color: inherit;
}

.site-header {
  background: var(--dark);
  color: #ffffff;
}

.masthead {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 82px;
  padding: 6px 14px 7px 18px;
}

.brand {
  color: #ffffff;
  display: inline-grid;
  gap: 2px;
  text-decoration: none;
}

.logo-script {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .82;
  text-shadow: 1px 0 0 #ffffff;
}

.logo-script span {
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  margin-left: 2px;
  text-shadow: none;
}

.brand-subtitle {
  font-size: 10px;
  font-weight: 700;
  margin-left: 2px;
}

.account-box {
  background: #f3f3f3;
  border-left: 4px solid var(--red);
  color: #222222;
  display: grid;
  gap: 3px;
  min-width: 280px;
  padding: 8px 10px;
  text-decoration: none;
}

.account-box strong {
  color: var(--red);
  font-size: 14px;
}

.account-box span {
  color: #111111;
}

.account-box b {
  color: var(--red);
}

.account-box:hover {
  background: #ffffff;
}

.signup-cta {
  align-items: center;
  background: var(--red);
  color: #ffffff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.signup-cta::after {
  content: "›";
  font-size: 24px;
  line-height: 1;
  margin-left: 7px;
}

.signup-cta:hover {
  background: #ff1328;
}
.topnav {
  align-items: center;
  background: var(--nav);
  border-bottom: 4px solid var(--red);
  display: flex;
  min-height: 36px;
}

.topnav a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.topnav a:hover {
  background: var(--red-dark);
}

.topnav .broadcast {
  margin-left: auto;
}

main {
  max-width: none;
  padding: 42px 0 0;
}

.seo-intro {
  background: #eeeeee;
  border-bottom: 1px solid #b8b8b8;
  padding: 14px 12px 12px;
}

.seo-intro h1 {
  color: var(--red);
  font-size: 20px;
  line-height: 1.15;
  margin: 0 0 6px;
}

.seo-intro p {
  color: #222222;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  max-width: 900px;
}

.seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.seo-links a {
  background: #ffffff;
  border: 1px solid #888888;
  border-radius: 3px;
  color: var(--red);
  font-weight: 700;
  padding: 5px 7px;
  text-decoration: none;
}

.static-region-links {
  gap: 6px;
}

.seo-links a:hover {
  border-color: var(--red);
}

.seo-links a.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #ffffff;
}

.model-embed {
  background: #d6d6d6;
  border-bottom: 1px solid #b8b8b8;
  padding: 12px;
}

.model-embed h2 {
  color: var(--red);
  font-size: 18px;
  margin: 0 0 8px;
}

.model-embed-status {
  color: #333333;
  font-size: 13px;
  margin: 8px 0 0;
}

.model-alt-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  max-width: 920px;
}

.model-alt-card {
  background: #eeeeee;
  border: 1px solid #555555;
  border-radius: 3px;
  overflow: hidden;
}

.model-alt-card a {
  color: var(--red);
  display: grid;
  font-weight: 700;
  text-decoration: none;
}

.model-alt-card img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.model-alt-card span {
  overflow: hidden;
  padding: 5px 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabs {
  align-items: center;
  background: #dddddd;
  border-bottom: 1px solid #b8b8b8;
  display: flex;
  gap: 2px;
  min-height: 40px;
  padding: 9px 2px 0;
}

body[data-gender] .tabs {
  display: none;
}

.country-tabs {
  align-items: center;
  background: #cfcfcf;
  border-bottom: 1px solid #b3b3b3;
  display: flex;
  gap: 6px;
  min-height: 39px;
  overflow-x: auto;
  padding: 7px 8px;
  white-space: nowrap;
}

.country-tab {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #111111;
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  min-height: 25px;
  padding: 2px 5px;
}

.country-tab.active {
  border-color: var(--red);
  color: var(--red);
  font-weight: 700;
}

.country-tab:hover {
  border-color: var(--red);
}

.country-tab:first-child {
  background: #ffffff;
  border-color: #777777;
}

.tab {
  background: #e9e9e9;
  border: 1px solid #888888;
  border-bottom-color: #777777;
  border-radius: 3px 3px 0 0;
  color: #222222;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  min-height: 28px;
  padding: 0 14px;
  text-transform: uppercase;
}

.tab.active {
  background: #ffffff;
  color: var(--red);
  border-bottom-color: #ffffff;
}

.room-total {
  color: #333333;
  margin-left: auto;
  padding: 0 14px 8px;
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
}

.content-column {
  padding: 10px 8px 18px 2px;
}

.controls {
  background: #e9e9e9;
  border-left: 1px solid #c2c2c2;
  min-height: calc(100vh - 118px);
  padding: 16px 14px;
}

.controls h2 {
  border-bottom: 2px solid var(--red);
  color: #111111;
  font-size: 13px;
  margin: 0 0 16px;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.field {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

label {
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

input,
select {
  background: #ffffff;
  border: 1px solid #8d8d8d;
  border-radius: 3px;
  color: #111111;
  font: inherit;
  min-height: 28px;
  padding: 3px 7px;
  width: 100%;
}

.button,
.watch-link {
  align-items: center;
  background: #ffffff;
  border: 1px solid #777777;
  border-radius: 3px;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  text-decoration: none;
}

.primary {
  background: var(--red);
  border-color: var(--red-dark);
  color: #ffffff;
  margin-bottom: 16px;
  width: 100%;
}

.quick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.quick-tags button {
  background: #ffffff;
  border: 1px solid #777777;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  min-height: 25px;
  padding: 3px 8px;
}

.quick-tags button:hover {
  border-color: var(--red);
  color: var(--red);
}

.notice {
  color: #444444;
  margin: 0 0 8px;
  padding: 7px 8px;
}

.notice:empty {
  display: none;
}

.grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  padding: 18px 0 8px;
}

.load-more {
  background: #ffffff;
  border-color: var(--red);
  color: var(--red);
  min-width: 170px;
}

.load-more:hover {
  background: var(--red);
  color: #ffffff;
}

.load-more[hidden] {
  display: none;
}

.card {
  background: var(--card);
  border: 1px solid #5c5c5c;
  border-radius: 3px;
  overflow: hidden;
}

.card:hover {
  border-color: var(--red);
}

.thumb-link {
  aspect-ratio: 4 / 3;
  background: #cfcfcf;
  display: block;
  position: relative;
  text-decoration: none;
}

.thumb {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.live-badge {
  align-items: center;
  bottom: 4px;
  display: inline-flex;
  gap: 3px;
  position: absolute;
  right: 4px;
}

.live-pill {
  background: var(--green);
  border: 1px solid #0a8c02;
  color: #001800;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 5px;
  text-transform: uppercase;
}

.flag-stack {
  display: inline-block;
  line-height: 1;
  min-width: 24px;
}

.flag-emoji {
  border: 0;
  border-radius: 2px;
  display: block;
  height: 16px;
  object-fit: cover;
  width: 24px;
}


.card-body {
  display: grid;
  gap: 2px;
  padding: 4px 7px 6px;
}

.card-title-row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.room-name {
  color: var(--red);
  font-size: 16px;
  line-height: 1.05;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.viewer-count {
  color: #111111;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
}

.room-subject {
  color: #111111;
  display: -webkit-box;
  font-size: 11px;
  line-height: 1.2;
  margin: 1px 0;
  min-height: 27px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tag-list {
  display: none;
}

.tag {
  display: none;
}

.meta-row {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: space-between;
}

.room-meta {
  color: #222222;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.watch-actions {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 5px;
}

.country-flag {
  border: 1px solid #777777;
  border-radius: 2px;
  display: block;
  height: 16px;
  object-fit: cover;
  width: 24px;
}

.country-flag[src=""] {
  display: none;
}

.watch-link {
  border-color: var(--red);
  color: var(--red);
  flex: 0 0 auto;
  min-height: 22px;
  padding: 0 7px;
}

.footer {
  background: var(--dark);
  border-top: 4px solid var(--red);
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  justify-content: center;
  padding: 44px 18px 34px;
  text-align: left;
}

.footer div {
  display: grid;
  gap: 3px;
  min-width: 130px;
}

.footer h2 {
  color: #888888;
  font-size: 12px;
  margin: 0 0 8px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer p {
  flex-basis: 100%;
  font-size: 11px;
  margin: 24px 0 0;
  text-align: center;
}

.back-to-top {
  background: var(--red);
  border: 1px solid var(--red-dark);
  border-radius: 4px;
  bottom: 18px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font: inherit;
  font-weight: 700;
  min-height: 34px;
  padding: 0 12px;
  position: fixed;
  right: 18px;
  z-index: 20;
}

.back-to-top.is-visible {
  display: block;
}

.back-to-top:hover {
  background: var(--red-dark);
}

@media (max-width: 980px) {
  .page-layout {
    grid-template-columns: 1fr;
  }

  .controls {
    border-left: 0;
    border-top: 1px solid #c2c2c2;
    min-height: 0;
  }

  .grid {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
  }
}

@media (max-width: 700px) {
  .masthead {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .account-box {
    min-width: 0;
  }

  .signup-cta {
    width: 100%;
  }

  .topnav {
    flex-wrap: wrap;
  }

  .topnav .broadcast {
    margin-left: 0;
  }

  .tabs {
    flex-wrap: wrap;
    padding-bottom: 6px;
  }

  .room-total {
    margin-left: 0;
    width: 100%;
  }

  .grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }
}

@media (max-width: 420px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.seo-extra{max-height:1px;overflow:hidden;opacity:.01;margin:0;padding:0;font-size:1px;line-height:1px}
.seo-intro{padding-bottom:12px}


