:root {
  --bg: #f7f4ef;
  --card: #ffffff;
  --ink: #171717;
  --muted: #64605a;
  --line: #ddd5c8;
  --accent: #c72f54;
  --accent-soft: #ffe4eb;
  --chip: #eef2f7;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-header {
  display: grid;
  gap: 24px;
  padding: 40px clamp(18px, 4vw, 56px) 28px;
  border-bottom: 1px solid var(--line);
  background: #fffaf3;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1;
}

.lead {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
}

.search {
  display: grid;
  gap: 6px;
  min-width: min(100%, 340px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

input,
button {
  font: inherit;
}

input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 12px 14px;
}

.filter {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  padding: 12px 16px;
}

.filter.active {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.toolbar .shuffle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  min-height: 45px;
  padding: 12px 16px;
}

.toolbar .shuffle-button:hover {
  border-color: var(--accent);
  background: var(--accent);
}

main {
  padding: 24px clamp(18px, 4vw, 56px) 56px;
}

.vote-button {
  display: inline-grid;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 8px;
  min-height: 64px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 15px;
  font-weight: 1000;
  gap: 3px;
  text-transform: uppercase;
  text-decoration: none;
}

.vote-icon {
  font-size: 24px;
  line-height: 1;
}

.card.hotnot-card {
  grid-column: span 2;
  grid-template-columns: 1fr;
  grid-template-rows: 30px auto auto auto;
  align-content: start;
  border-color: #ffc27a;
  background: #fffaf3;
}

.card.hotnot-card .card-head,
.card.hotnot-card .game-preview-image,
.card.hotnot-card .vote-row,
.card.hotnot-card > div:not(.card-head):not(.vote-row) {
  grid-column: 1 / -1;
  grid-row: auto;
}

.card.hotnot-card .card-head {
  justify-content: center;
}

.card.hotnot-card > div:not(.card-head):not(.vote-row) {
  text-align: center;
}

.card.hotnot-card .game-preview-image {
  aspect-ratio: 16 / 7.8;
}

.card.hotnot-card .handle {
  margin-top: 6px;
}

.vote-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.vote-not {
  background: #f1f3f5;
  border-color: #d7dde3;
  color: #3d4653;
}

.vote-not:hover {
  background: #e4e8ed;
}

.vote-hot {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.vote-hot:hover {
  background: #a92343;
  border-color: #a92343;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
}

.card {
  display: grid;
  grid-template-rows: auto 30px auto auto auto auto;
  gap: 14px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  padding: 18px;
  min-height: 100%;
}

.preview-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10.5;
  border-radius: 8px;
  object-fit: cover;
  background: var(--chip);
}

.card-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
}

.category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  min-width: 112px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
}

.category-onlyfans {
  border-color: #b9d5ff;
  background: #e8f2ff;
  color: #1554a8;
}

.category-chaturbate {
  border-color: #ffc27a;
  background: #fff0dc;
  color: #a84f00;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  min-width: 82px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.status-online {
  border-color: #8bd7ad;
  background: #e9f9ef;
  color: #14763b;
}

.status-offline {
  border-color: #d8d2c8;
  background: #f1eee8;
  color: #6b6258;
}

.card h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.28;
}

.handle {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.bio {
  margin: 0;
  color: #35322e;
  font-size: 15px;
  line-height: 1.5;
}

.facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.facts li {
  border-radius: 999px;
  background: var(--chip);
  color: #3d4653;
  font-size: 12px;
  font-weight: 800;
  padding: 7px 9px;
}

.profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 10px 13px;
  text-decoration: none;
}

.profile-link:hover {
  background: var(--accent);
}

.back-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  padding: 10px 13px;
  text-decoration: none;
}

.profile-hero {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) auto;
}

.profile-main {
  max-width: 1120px;
  margin: 0 auto;
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
  gap: 16px;
}

.profile-visual {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: var(--chip);
  margin-bottom: 16px;
}

.profile-preview,
.facts-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  padding: 22px;
}

.profile-preview {
  display: grid;
  align-content: start;
  gap: 16px;
}

.profile-preview h2,
.facts-box h2 {
  margin: 0;
  font-size: 24px;
}

.profile-preview p {
  margin: 0;
  color: #35322e;
  font-size: 17px;
  line-height: 1.6;
}

.facts-box ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.facts-box li {
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.facts-box span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.facts-box strong {
  overflow-wrap: anywhere;
  font-size: 15px;
}

.related-section {
  margin-top: 26px;
}

.related-section h2 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.2;
}

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

.related-card {
  display: grid;
  align-content: start;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  color: var(--ink);
  padding: 12px;
  text-decoration: none;
}

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

.related-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10.5;
  border-radius: 8px;
  object-fit: cover;
  background: var(--chip);
}

.related-card strong {
  font-size: 17px;
  line-height: 1.25;
}

.related-card small {
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.empty {
  grid-column: 1 / -1;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  padding: 24px;
  text-align: center;
}

.seo-section {
  max-width: 1120px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.profile-directory {
  max-width: 1120px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.profile-directory h2 {
  margin: 0 0 12px;
  max-width: 860px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

.profile-directory > p:not(.eyebrow) {
  max-width: 900px;
  margin: 0 0 18px;
  color: #35322e;
  font-size: 17px;
  line-height: 1.65;
}

.directory-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.directory-group {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.directory-group h3 {
  margin: 0 0 14px;
  font-size: 20px;
}

.directory-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.directory-links a {
  display: grid;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  padding: 9px 10px;
  text-decoration: none;
}

.directory-links a:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.directory-links span {
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.seo-section h2 {
  margin: 0 0 16px;
  max-width: 860px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.seo-section h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.seo-section p {
  max-width: 920px;
  margin: 0 0 16px;
  color: #35322e;
  font-size: 17px;
  line-height: 1.7;
}

.seo-section a {
  color: var(--accent);
  font-weight: 900;
}

.seo-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.seo-columns > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.seo-columns ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: #35322e;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .profile-hero,
  .profile-layout {
    grid-template-columns: 1fr;
  }

  .vote-button {
    min-height: 58px;
    font-size: 14px;
  }

  .vote-icon {
    font-size: 22px;
  }

  .card.hotnot-card {
    grid-column: span 1;
  }

  .card.hotnot-card .game-preview-image {
    aspect-ratio: 16 / 10.5;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .seo-columns {
    grid-template-columns: 1fr;
  }

  .directory-groups,
  .directory-links {
    grid-template-columns: 1fr;
  }

  .site-header {
    padding-top: 28px;
  }
}
