/* EROTIC.CHAT shared stylesheet — extracted from the homepage's inline CSS so every
   category page shares one visual system (loud directory/TGP register, no light mode).
   The homepage keeps its original inline copy; this file is the source for /category/ pages. */
:root {
  --bg: #0c0c0e;
  --card: #18181c;
  --card-hi: #221f22;
  --ink: #f5f4f0;
  --ink-dim: #a8a6a2;
  --hot: #ff2158;
  --hot-dim: #7a1230;
  --gold: #ffc02e;
  --line: #2c2c30;
  --line-hi: #3d3d42;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--ink); }
body {
  font-family: Arial, Helvetica, "Liberation Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 3rem;
}
h1, h2, h3 {
  font-family: "Arial Black", "Haettenschweiler", "Franklin Gothic Bold", Arial, sans-serif;
  text-transform: uppercase;
  text-wrap: balance;
  margin: 0;
  letter-spacing: -0.01em;
}
a { color: var(--hot); }
p { line-height: 1.55; color: var(--ink-dim); }
.container { max-width: 1180px; margin: 0 auto; padding: 0 1.25rem; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

/* -------- 18+ gate -------- */
#gate {
  position: fixed; inset: 0; z-index: 200; background: #000;
  display: flex; align-items: center; justify-content: center; padding: 2rem;
}
#gate .box { max-width: 26rem; text-align: center; }
#gate .badge18 {
  display: inline-flex; align-items: center; justify-content: center;
  width: 3.5rem; height: 3.5rem; border-radius: 50%;
  background: var(--hot); color: #fff; font-weight: 900; font-size: 1.3rem;
  margin-bottom: 1.25rem; font-family: "Arial Black", Arial, sans-serif;
}
#gate h2 { color: #fff; font-size: 1.5rem; margin-bottom: 0.75rem; }
#gate p { margin-bottom: 1.5rem; }
#gate button {
  font-weight: 900; font-size: 1rem; text-transform: uppercase;
  background: var(--hot); color: #fff; border: none;
  padding: 1rem 2.25rem; border-radius: 6px; cursor: pointer; letter-spacing: 0.02em;
}
#gate button:hover { background: #ff415f; }
#gate .decline { display: block; margin: 1rem auto 0; color: var(--ink-dim); text-decoration: underline; }
html, html body { overflow: hidden; }
html.entered, html.entered body { overflow: visible; }
html.entered #gate { display: none; }

/* -------- header -------- */
header.site { background: #000; border-bottom: 3px solid var(--hot); padding: 0.9rem 0; }
.head-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--ink); }
.logo .mascot { width: 2.1rem; height: 2.1rem; flex-shrink: 0; }
.logo .word { font-size: 1.5rem; font-weight: 900; letter-spacing: -0.01em; }
.logo .word .dot-chat { color: var(--hot); }
nav.primary { display: flex; gap: 1.4rem; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; flex-wrap: wrap; }
nav.primary a { color: var(--ink); text-decoration: none; }
nav.primary a:hover { color: var(--hot); }

/* -------- breadcrumb -------- */
.crumb { padding: 0.9rem 0 0; font-size: 0.78rem; text-transform: uppercase; font-weight: 700; color: var(--ink-dim); }
.crumb a { color: var(--ink-dim); text-decoration: none; }
.crumb a:hover { color: var(--hot); }
.crumb .sep { margin: 0 0.4rem; color: var(--line-hi); }
.crumb .here { color: var(--gold); }

/* -------- hero -------- */
section.hero {
  background: linear-gradient(160deg, #1a0a10 0%, #0c0c0e 55%);
  padding: 2rem 0 2.25rem;
  border-bottom: 1px solid var(--line);
}
.hero h1 { font-size: clamp(1.9rem, 4.6vw, 3rem); line-height: 1.02; color: #fff; }
.hero h1 .hl { color: var(--hot); }
.hero .sub { font-size: 1.05rem; max-width: 42rem; margin-top: 0.9rem; }
.stat-strip { display: flex; gap: 1.75rem; flex-wrap: wrap; margin-top: 1.5rem; }
.stat-strip .stat { display: flex; align-items: baseline; gap: 0.4rem; }
.stat-strip .n { font-size: 1.6rem; font-weight: 900; color: var(--gold); }
.stat-strip .l { font-size: 0.78rem; text-transform: uppercase; font-weight: 700; color: var(--ink-dim); }

/* -------- category icon grid -------- */
section.cats { padding: 2rem 0; border-bottom: 1px solid var(--line); }
.cat-icon-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0.6rem; }
@media (max-width: 900px) { .cat-icon-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .cat-icon-grid { grid-template-columns: repeat(2, 1fr); } }
.cat-icon {
  background: var(--card); border: 1px solid var(--line); border-radius: 8px;
  padding: 0.9rem 0.7rem; text-align: center; text-decoration: none; color: var(--ink);
  display: flex; flex-direction: column; align-items: center; gap: 0.4rem;
}
.cat-icon:hover { border-color: var(--hot); background: var(--card-hi); }
.cat-icon.here { border-color: var(--gold); }
.cat-icon .glyph {
  width: 2.1rem; height: 2.1rem; border-radius: 6px; display: flex; align-items: center;
  justify-content: center; font-weight: 900; font-size: 1.05rem; color: #fff;
}
.cat-icon .name { font-size: 0.78rem; font-weight: 800; text-transform: uppercase; line-height: 1.2; }
.cat-icon .cnt { font-size: 0.68rem; color: var(--ink-dim); }

/* -------- section rhythm -------- */
section.block { padding: 2.75rem 0; }
.block-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.block-head h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
.block-head .tag {
  background: var(--hot); color: #fff; font-size: 0.72rem; font-weight: 900; text-transform: uppercase;
  padding: 0.3rem 0.65rem; border-radius: 4px; letter-spacing: 0.03em;
}
.block-sub { margin-top: -1rem; margin-bottom: 1.5rem; max-width: 44rem; }

/* -------- ranked list -------- */
.rank-list { display: flex; flex-direction: column; gap: 0.85rem; }
.rank-row {
  display: grid; grid-template-columns: 3.5rem 3.4rem 1fr auto; gap: 1rem; align-items: start;
  background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: 1rem 1.15rem;
}
@media (max-width: 640px) { .rank-row { grid-template-columns: 2.6rem 2.8rem 1fr; } .rank-row .cta-col { grid-column: 1 / -1; } }
.rank-row.top { border-color: var(--gold); background: linear-gradient(90deg, rgba(255,192,46,0.08), var(--card) 40%); }
.rank-num {
  font-family: "Arial Black", Arial, sans-serif; font-size: 2rem; font-weight: 900; color: var(--line-hi); text-align: center;
}
.rank-row.top .rank-num { color: var(--gold); }
.app-tile {
  width: 3.4rem; height: 3.4rem; border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 1.3rem; color: #fff; flex-shrink: 0;
}
.rank-body .name-row { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.rank-body h3 { font-size: 1.15rem; text-transform: none; }
.ribbon {
  font-size: 0.65rem; font-weight: 900; text-transform: uppercase; padding: 0.18rem 0.5rem;
  border-radius: 3px; letter-spacing: 0.02em;
}
.ribbon.editor { background: var(--gold); color: #1a1400; }
.ribbon.free { background: #2c8c4a; color: #fff; }
.ribbon.new { background: var(--hot); color: #fff; }
.ribbon.warn { background: #3a3a40; color: var(--ink-dim); }
.stars { color: var(--gold); font-size: 0.95rem; letter-spacing: 0.05em; }
.rank-body .blurb { font-size: 0.9rem; margin-top: 0.3rem; }
.cta-col { display: flex; flex-direction: column; align-items: flex-end; gap: 0.3rem; }
.score-big { font-size: 1.5rem; font-weight: 900; color: var(--gold); font-variant-numeric: tabular-nums; }
.score-cap { font-size: 0.65rem; text-transform: uppercase; color: var(--ink-dim); font-weight: 700; }
.btn-visit {
  background: var(--hot); color: #fff; font-weight: 800; font-size: 0.8rem; text-transform: uppercase;
  padding: 0.5rem 1rem; border-radius: 5px; text-decoration: none; white-space: nowrap;
}
.btn-visit:hover { background: #ff415f; }

/* -------- pros / cons -------- */
.pc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem 1.25rem; margin-top: 0.6rem; }
@media (max-width: 640px) { .pc-grid { grid-template-columns: 1fr; } }
.pc-grid ul { margin: 0; padding: 0; list-style: none; }
.pc-grid li { font-size: 0.82rem; color: var(--ink-dim); line-height: 1.45; padding-left: 1.1rem; position: relative; margin-bottom: 0.25rem; }
.pc-grid .pros li::before { content: "+"; position: absolute; left: 0; color: #2c8c4a; font-weight: 900; }
.pc-grid .cons li::before { content: "\2212"; position: absolute; left: 0; color: var(--hot); font-weight: 900; }
.pc-cap { font-size: 0.65rem; text-transform: uppercase; font-weight: 900; letter-spacing: 0.04em; margin-bottom: 0.3rem; }
.pc-cap.good { color: #2c8c4a; }
.pc-cap.bad { color: var(--hot); }

/* -------- reserved row -------- */
.rank-row.reserved { border-style: dashed; opacity: 0.7; }
.rank-row.reserved .rank-body h3 { color: var(--ink-dim); }

/* -------- comparison table -------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
table.spec { border-collapse: collapse; width: 100%; min-width: 720px; background: var(--card); }
table.spec th, table.spec td { padding: 0.8rem 1rem; text-align: left; border-bottom: 1px solid var(--line); }
table.spec thead th {
  background: #000; font-size: 0.7rem; text-transform: uppercase; font-weight: 900; color: var(--gold);
}
table.spec tbody td:first-child { font-weight: 900; }
table.spec td.score { font-weight: 900; color: var(--gold); font-variant-numeric: tabular-nums; }
table.spec tr.reserved td { color: var(--ink-dim); font-style: italic; }

/* -------- trust badges band -------- */
.badge-band { display: flex; gap: 1rem; flex-wrap: wrap; padding: 1.75rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.badge {
  display: flex; align-items: center; gap: 0.6rem; background: var(--card); border: 1px solid var(--line);
  border-radius: 6px; padding: 0.6rem 1rem; font-size: 0.8rem; font-weight: 700;
}
.badge .ico { width: 1.4rem; height: 1.4rem; flex-shrink: 0; }

/* -------- FAQ -------- */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  padding: 1.1rem 0; cursor: pointer; font-weight: 800; font-size: 1.02rem;
  display: flex; justify-content: space-between; align-items: center; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--hot); font-size: 1.4rem; font-weight: 900; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { padding-bottom: 1.1rem; max-width: 42rem; }

/* -------- editorial prose -------- */
.prose { max-width: 46rem; }
.prose p { margin: 0 0 1rem; }
.prose h3 { font-size: 1.05rem; margin: 1.6rem 0 0.6rem; color: var(--ink); }

/* -------- related categories -------- */
.related-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.6rem; }
@media (max-width: 800px) { .related-cats { grid-template-columns: 1fr; } }
.related-cats a {
  display: block; background: var(--card); border: 1px solid var(--line); border-radius: 8px;
  padding: 0.9rem 1rem; text-decoration: none; color: var(--ink);
}
.related-cats a:hover { border-color: var(--hot); background: var(--card-hi); }
.related-cats .rc-name { font-weight: 900; font-size: 0.88rem; text-transform: uppercase; }
.related-cats .rc-sub { font-size: 0.78rem; color: var(--ink-dim); margin-top: 0.2rem; }

/* -------- footer -------- */
footer.site { background: #000; padding: 2.25rem 0 1.5rem; margin-top: 1rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
@media (max-width: 700px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-grid h4 { font-size: 0.75rem; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 0.7rem; letter-spacing: 0.04em; }
.foot-grid a { display: block; color: var(--ink); text-decoration: none; font-size: 0.88rem; margin-bottom: 0.45rem; }
.foot-grid a:hover { color: var(--hot); }
.foot-bottom {
  margin-top: 1.75rem; padding-top: 1.1rem; border-top: 1px solid var(--line); font-size: 0.75rem;
  color: var(--ink-dim); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
}

/* ============================================================
   WAVE 4 — review pages, confidence markers, ownership disclosure
   ============================================================ */

/* -------- confidence markers (carried through from the research pass) -------- */
.conf {
  display: inline-block; font-size: 0.6rem; font-weight: 900; text-transform: uppercase;
  letter-spacing: 0.04em; padding: 0.12rem 0.4rem; border-radius: 3px; vertical-align: middle;
  white-space: nowrap; margin-left: 0.35rem;
}
.conf.v { background: #14361f; color: #64d38a; border: 1px solid #235c34; }
.conf.r { background: #3a2f12; color: #e3b64a; border: 1px solid #5e4a1c; }
.conf.c { background: #3a1420; color: #ff7d9c; border: 1px solid #5e2136; }
.conf-key { display: flex; gap: 1.25rem; flex-wrap: wrap; font-size: 0.78rem; color: var(--ink-dim); margin-top: 0.9rem; }
.conf-key div { display: flex; align-items: center; gap: 0.35rem; }

/* -------- review header -------- */
.rev-head { display: flex; gap: 1.5rem; align-items: flex-start; flex-wrap: wrap; }
.rev-head .app-tile { width: 4.6rem; height: 4.6rem; font-size: 1.6rem; }
.rev-head .rh-body { flex: 1 1 22rem; }
.rev-score-box {
  background: var(--card); border: 1px solid var(--line); border-radius: 10px;
  padding: 1rem 1.4rem; text-align: center; min-width: 9.5rem;
}
.rev-score-box .n { font-size: 2.6rem; font-weight: 900; color: var(--gold); line-height: 1; font-variant-numeric: tabular-nums; }
.rev-score-box .l { font-size: 0.65rem; text-transform: uppercase; font-weight: 800; color: var(--ink-dim); margin-top: 0.3rem; }
.rev-score-box .delta { font-size: 0.68rem; margin-top: 0.5rem; color: var(--ink-dim); border-top: 1px solid var(--line); padding-top: 0.45rem; }
.rev-score-box .delta b { color: var(--hot); }

/* -------- verdict / callout boxes -------- */
.callout {
  background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--hot);
  border-radius: 6px; padding: 1.1rem 1.25rem; margin: 1.25rem 0;
}
.callout h4 {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.04em; font-weight: 900;
  margin: 0 0 0.45rem; color: var(--hot); font-family: Arial, sans-serif;
}
.callout p { margin: 0; font-size: 0.92rem; }
.callout.good { border-left-color: #2c8c4a; }
.callout.good h4 { color: #64d38a; }
.callout.note { border-left-color: var(--gold); }
.callout.note h4 { color: var(--gold); }

/* -------- editorial vs user rating gap -------- */
.gap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin: 1rem 0 0.5rem; }
@media (max-width: 620px) { .gap-grid { grid-template-columns: 1fr; } }
.gap-cell { background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: 1rem; }
.gap-cell .cap { font-size: 0.65rem; text-transform: uppercase; font-weight: 900; color: var(--ink-dim); letter-spacing: 0.04em; }
.gap-cell .val { font-size: 1.8rem; font-weight: 900; color: var(--gold); line-height: 1.2; font-variant-numeric: tabular-nums; }
.gap-cell.users .val { color: var(--hot); }
.gap-cell .sub { font-size: 0.78rem; color: var(--ink-dim); margin-top: 0.2rem; }

/* -------- ownership disclosure -------- */
.own-box {
  background: #1e1410; border: 1px solid #5e4a1c; border-left: 4px solid var(--gold);
  border-radius: 6px; padding: 1.1rem 1.25rem; margin: 1.25rem 0;
}
.own-box h4 {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 900;
  margin: 0 0 0.45rem; color: var(--gold); font-family: Arial, sans-serif;
}
.own-box p { margin: 0 0 0.6rem; font-size: 0.9rem; }
.own-box p:last-child { margin-bottom: 0; }
.ribbon.owned { background: var(--gold); color: #1a1400; }
.ribbon.unranked { background: #24242a; color: var(--ink-dim); border: 1px solid var(--line-hi); }
.rank-row.owned { border-color: #5e4a1c; background: linear-gradient(90deg, rgba(255,192,46,0.05), var(--card) 45%); }
.rank-row.owned .rank-num { color: #5e4a1c; font-size: 1.2rem; }

/* -------- review index grid -------- */
.rev-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
@media (max-width: 780px) { .rev-grid { grid-template-columns: 1fr; } }
.rev-card {
  display: flex; gap: 1rem; align-items: center; background: var(--card); border: 1px solid var(--line);
  border-radius: 8px; padding: 1rem 1.15rem; text-decoration: none; color: var(--ink);
}
.rev-card:hover { border-color: var(--hot); background: var(--card-hi); }
.rev-card .rc-body { flex: 1; }
.rev-card .rc-name { font-weight: 900; font-size: 1rem; }
.rev-card .rc-line { font-size: 0.8rem; color: var(--ink-dim); margin-top: 0.15rem; line-height: 1.4; }
.rev-card .rc-score { font-size: 1.35rem; font-weight: 900; color: var(--gold); font-variant-numeric: tabular-nums; }

/* -------- source list -------- */
.srcs { font-size: 0.78rem; color: var(--ink-dim); line-height: 1.7; }
.srcs a { color: var(--ink-dim); text-decoration: underline; word-break: break-word; }
.srcs a:hover { color: var(--hot); }

/* -------- price snapshot stamp -------- */
.snapshot {
  display: inline-block; font-size: 0.68rem; text-transform: uppercase; font-weight: 800;
  letter-spacing: 0.04em; color: var(--ink-dim); border: 1px dashed var(--line-hi);
  border-radius: 4px; padding: 0.3rem 0.6rem; margin-bottom: 0.9rem;
}
