:root {
  --bg: #090a12;
  --panel: #111421;
  --panel-2: #181b2b;
  --text: #f5f7fb;
  --muted: #a5adc3;
  --line: rgba(255,255,255,.1);
  --brand: #ff3d7f;
  --brand-2: #8d5bff;
  --ok: #33d69f;
  --warn: #ffc857;
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --radius: 20px;
  color-scheme: dark;
}
:root[data-theme="light"] {
  --bg: #f6f7fb;
  --panel: #ffffff;
  --panel-2: #f0f2f8;
  --text: #121523;
  --muted: #596172;
  --line: rgba(10,14,25,.12);
  --shadow: 0 18px 45px rgba(20,30,60,.12);
  color-scheme: light;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255,61,127,.18), transparent 34rem),
    radial-gradient(circle at 80% 10%, rgba(141,91,255,.22), transparent 30rem),
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.035) 0 2.5rem, transparent 2.55rem),
    radial-gradient(circle at 88% 24%, rgba(255,255,255,.03) 0 3.2rem, transparent 3.25rem),
    var(--bg);
  background-size: auto, auto, 260px 260px, 340px 340px, auto;
  color: var(--text);
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: color-mix(in srgb, var(--bg) 76%, transparent);
  border-bottom: 1px solid var(--line);
}
.topbar {
  max-width: 1180px;
  margin: 0 auto;
  height: 72px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.02em; font-size: 1.12rem; }
.logo-dot { width: 16px; height: 16px; border-radius: 999px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: 0 0 24px rgba(255,61,127,.7); }
.nav-links { display: flex; gap: 18px; color: var(--muted); font-size: .95rem; flex: 1; }
.nav-links a:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn, .select, input[type="search"] {
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--panel) 86%, transparent);
  color: var(--text);
  border-radius: 12px;
  min-height: 42px;
}
.icon-btn { width: 42px; cursor: pointer; }
.select { padding: 0 12px; }
.compact { max-width: 112px; }
main { max-width: 1180px; margin: 0 auto; padding: 34px 22px 80px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(240px, .55fr); gap: 18px; align-items: stretch; padding: 22px 0 18px; }
.hero-copy, .hero-panel, .strip, .search-panel, .ad-slot, .submit-box, .category-card, .site-card, .redirect-card, .age-card {
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--panel) 84%, transparent);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.hero-copy { padding: clamp(20px, 3.5vw, 34px); overflow: hidden; position: relative; }
.hero-copy:after {
  content: ""; position: absolute; inset: auto -80px -120px auto; width: 280px; height: 280px; border-radius: 50%; background: linear-gradient(135deg, rgba(255,61,127,.42), rgba(141,91,255,.26)); filter: blur(4px); opacity: .75;
}
.eyebrow { color: var(--brand); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; }
h1 { font-size: clamp(2.1rem, 5vw, 3.8rem); line-height: .94; letter-spacing: -.075em; margin: 12px 0; }
.hero-copy p { max-width: 760px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 46px;
  padding: 0 18px;
  cursor: pointer;
  color: var(--text);
  background: var(--panel-2);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); border-color: color-mix(in srgb, var(--brand) 55%, var(--line)); }
.btn-primary { background: linear-gradient(135deg, var(--brand), var(--brand-2)); border-color: transparent; color: white; font-weight: 780; }
.btn-secondary { background: rgba(255,255,255,.06); }
.btn-ghost { background: transparent; }
.btn-mini { min-height: 36px; padding: 0 12px; font-size: .88rem; }
.hero-panel { padding: 22px; display: grid; gap: 16px; }
.stat { padding: 20px; border-radius: 16px; background: var(--panel-2); border: 1px solid var(--line); }
.stat span { display: block; font-size: 2rem; font-weight: 850; letter-spacing: -.04em; }
.stat small { color: var(--muted); }
.strip { padding: 18px 20px; color: var(--muted); margin-bottom: 20px; }
.strip strong { color: var(--text); }
.money-strip { margin: 18px 0; }
.ad-unit {
  display: grid;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(255,152,0,.2), rgba(255,61,127,.14));
  color: var(--text);
  box-shadow: var(--shadow);
}
.ad-unit span { color: #ffc857; font-size: .75rem; font-weight: 950; letter-spacing: .12em; }
.ad-unit strong { font-size: 1.12rem; }
.ad-unit small { color: var(--muted); line-height: 1.45; }
.ad-unit em { font-style: normal; font-weight: 900; color: white; }
.ad-wide { grid-template-columns: auto minmax(0,1fr) auto; align-items: center; }
.ad-wide small { display: block; }
.ad-blue { background: linear-gradient(135deg, rgba(0,198,255,.18), rgba(141,91,255,.16)); }
.ad-orange { background: linear-gradient(135deg, rgba(255,152,0,.24), rgba(255,61,127,.16)); }
.ad-purple { background: linear-gradient(135deg, rgba(141,91,255,.24), rgba(232,67,147,.16)); }
.floating-ads { position: fixed; right: 18px; top: 220px; z-index: 30; display: grid; gap: 12px; width: 178px; pointer-events: none; }
.floating-ads .ad-unit { pointer-events: auto; padding: 12px; border-radius: 14px; box-shadow: none; }
.floating-ads .ad-unit small { display: none; }
.sticky-ad { position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 60; width: min(640px, calc(100vw - 28px)); }
.sticky-ad .ad-unit { padding: 12px 52px 12px 16px; }
.sticky-close { position: absolute; right: 10px; top: 10px; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); background: var(--panel); color: var(--text); cursor: pointer; }
.search-panel { display: grid; grid-template-columns: minmax(260px, 1fr) auto; gap: 14px; padding: 16px; margin: 20px 0 28px; }
.search-wrap input { width: 100%; padding: 0 16px; }
.search-scope { display: flex; align-items: stretch; }
.search-scope .select { min-width: 150px; }
.filters { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.toggle-line { color: var(--muted); display: inline-flex; gap: 8px; align-items: center; }
.section { margin-top: 38px; }
#categories { display: none; }
.section-head { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin-bottom: 18px; }
h2 { margin: 0 0 8px; font-size: clamp(1.5rem, 3vw, 2.3rem); letter-spacing: -.045em; }
.muted, .section-head p, .footer-desc { color: var(--muted); }
.top-searches { margin: 34px 0; }
.section-note { color: var(--muted); margin: -8px 0 16px; line-height: 1.55; }
.tag-cloud { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.tag {
  border: 1px solid var(--line); background: rgba(255,255,255,.055); color: var(--muted);
  border-radius: 999px; padding: 9px 12px; cursor: pointer; line-height: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 0;
}
.tag:hover, .tag.active { color: white; background: linear-gradient(135deg, rgba(255,61,127,.86), rgba(141,91,255,.86)); border-color: transparent; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.category-card { padding: 18px; box-shadow: none; cursor: pointer; background: linear-gradient(180deg, color-mix(in srgb, var(--panel) 92%, transparent), color-mix(in srgb, var(--panel-2) 88%, transparent)); }
.category-card:hover { border-color: color-mix(in srgb, var(--brand) 45%, var(--line)); }
.category-icon { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: rgba(255,61,127,.14); color: var(--brand); margin-bottom: 12px; font-size: 1.3rem; }
.category-card h3 { margin: 0 0 7px; }
.category-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.directory-tools { display: flex; gap: 10px; flex-wrap: wrap; }
.quick-nav { display: grid; gap: 12px; margin: 0 0 18px; }
.quick-nav-list { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 10px; }
.quick-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px;
  color: var(--muted); background: rgba(255,255,255,.05);
}
.quick-pill:hover { color: var(--text); border-color: color-mix(in srgb, var(--brand) 45%, var(--line)); }
.quick-nav-toggle { cursor: pointer; color: var(--text); font: inherit; border-color: color-mix(in srgb, var(--brand) 45%, var(--line)); }
.quick-nav-toggle:hover { background: rgba(255,255,255,.09); }
.directory-blocks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; align-items: start; }
.directory-block {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--panel) 86%, transparent);
  box-shadow: none;
  padding: 10px;
  scroll-margin-top: 96px;
  border-color: color-mix(in srgb, var(--cat-color, var(--brand)) 64%, var(--line));
  border-width: 2px;
  min-height: 382px;
}
.directory-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 8px;
  align-items: start;
  padding: 0 2px 8px;
  border-bottom: 1px solid var(--line);
}
.directory-head h3 { margin: 0 0 7px; font-size: 1.02rem; letter-spacing: -.02em; display: flex; align-items: center; gap: 7px; justify-content: center; }
.directory-head p { color: var(--muted); margin: 0; line-height: 1.35; font-size: .78rem; text-align: center; min-height: 42px; }
.category-emoji { width: 24px; height: 24px; border-radius: 8px; display: inline-grid; place-items: center; background: color-mix(in srgb, var(--cat-color, var(--brand)) 22%, transparent); color: var(--cat-color, var(--brand)); font-size: .78rem; font-weight: 900; }
.directory-meta {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--panel-2);
  border-radius: 12px;
  padding: 7px;
  text-align: center;
}
.directory-meta strong { display: block; font-size: 1rem; line-height: 1; color: var(--cat-color, var(--brand)); }
.directory-list { display: grid; gap: 3px; padding: 9px 0; max-height: 300px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--cat-color, var(--brand)) transparent; }
.directory-row {
  display: grid;
  grid-template-columns: 24px 20px minmax(0, 1fr) auto auto auto;
  gap: 4px;
  align-items: center;
  border: 0;
  border-radius: 8px;
  padding: 3px 4px;
  background: transparent;
  min-height: 24px;
}
.directory-row:hover { background: rgba(255,255,255,.055); }
.row-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 760; font-size: .85rem; }
.row-rank { color: color-mix(in srgb, var(--muted) 75%, transparent); font-size: .72rem; text-align: right; font-weight: 800; }
.row-search { color: color-mix(in srgb, var(--cat-color, var(--brand)) 78%, #000); border: 0; background: transparent; padding: 0 3px; cursor: pointer; font-size: 1.05rem; line-height: 1; }
.dude-more { width: 100%; border: 0; min-height: 34px; border-radius: 10px; color: white; cursor: pointer; font-weight: 850; background: var(--cat-color, var(--brand)); }
.site-favicon { width: 18px; height: 18px; display: inline-grid; place-items: center; position: relative; flex: 0 0 auto; }
.site-favicon img { width: 18px; height: 18px; border-radius: 50%; position: relative; z-index: 2; background: var(--panel); }
.site-favicon .icon-fallback { width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; color: white; font-size: .66rem; font-weight: 900; }
.site-favicon:not(.fallback-only) .icon-fallback { position: absolute; inset: 0; z-index: 1; }
.mini-badge { font-size: .58rem; line-height: 1; border-radius: 4px; padding: 2px 3px; font-weight: 900; color: white; }
.mini-badge.ad { background: #ff5b61; }
.mini-badge.ai { background: #00a9ff; }
.mini-badge.vr { background: #ff9800; }
.mini-badge.wait { background: #6b7280; }
.ad-directory-card { display: flex; min-height: 260px; align-items: stretch; justify-content: stretch; padding: 0; overflow: hidden; }
.ad-directory-card .ad-card { width: 100%; border: 0; border-radius: 0; box-shadow: none; justify-content: center; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.site-card { box-shadow: none; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; }
.card-cover { height: 118px; background: linear-gradient(135deg, rgba(255,61,127,.8), rgba(141,91,255,.76)); position: relative; display: flex; align-items: end; padding: 14px; }
.card-cover .rank { position: absolute; top: 12px; left: 12px; background: rgba(0,0,0,.46); color: #fff; border-radius: 999px; padding: 6px 10px; font-weight: 800; }
.card-cover .score { margin-left: auto; background: rgba(0,0,0,.46); color: #fff; border-radius: 999px; padding: 6px 10px; font-weight: 800; }
.card-body { padding: 18px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.card-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.card-title h3 { margin: 0; font-size: 1.18rem; display: flex; align-items: center; gap: 8px; min-width: 0; }
.badge { border-radius: 999px; padding: 5px 8px; font-size: .74rem; font-weight: 780; white-space: nowrap; }
.badge.ad { background: rgba(255,200,87,.14); color: var(--warn); border: 1px solid rgba(255,200,87,.28); }
.badge.safe { background: rgba(51,214,159,.14); color: var(--ok); border: 1px solid rgba(51,214,159,.28); }
.card-desc { color: var(--muted); line-height: 1.62; margin: 0; min-height: 78px; }
.card-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.card-tags .mini-tag { font-size: .76rem; padding: 5px 8px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); }
.card-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: auto; }
.empty { text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); padding: 42px; color: var(--muted); }
.ad-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 40px 0; }
.ad-slot { padding: 22px; background: linear-gradient(135deg, color-mix(in srgb, var(--panel) 85%, transparent), color-mix(in srgb, var(--brand-2) 10%, var(--panel))); }
.ad-slot span { color: var(--brand); font-size: .76rem; font-weight: 850; letter-spacing: .12em; }
.ad-slot h3 { margin: 10px 0 8px; }
.ad-slot p { margin: 0; color: var(--muted); }
.submit-box { padding: 24px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.site-footer { max-width: 1180px; margin: 0 auto; padding: 34px 22px 50px; border-top: 1px solid var(--line); color: var(--muted); display: flex; justify-content: space-between; gap: 24px; }
.site-footer strong { color: var(--text); }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.site-dialog { width: min(720px, calc(100vw - 28px)); border: 1px solid var(--line); border-radius: 24px; background: var(--panel); color: var(--text); padding: 0; box-shadow: var(--shadow); }
.site-dialog::backdrop { background: rgba(0,0,0,.65); backdrop-filter: blur(4px); }
.dialog-pros-cons { margin: 18px 0; }
.dialog-pros-cons ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.dialog-pros-cons li { line-height: 1.45; display: flex; align-items: flex-start; gap: 6px; }
.dialog-pros-cons li span { flex: 1; }
.dialog-close { position: absolute; top: 14px; right: 14px; border: 1px solid var(--line); background: var(--panel-2); color: var(--text); width: 38px; height: 38px; border-radius: 999px; cursor: pointer; }
.dialog-content { padding: 28px; }
.submit-dialog { width: min(620px, calc(100vw - 28px)); }
.submission-form { display: grid; gap: 14px; }
.submission-form h2 { margin-bottom: 2px; }
.submission-form label { display: grid; gap: 7px; color: var(--muted); font-weight: 700; }
.submission-form input, .submission-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: var(--panel-2); color: var(--text); padding: 12px 14px; }
.submission-form textarea { resize: vertical; }
.submission-form .btn { justify-self: start; }
.submission-status { min-height: 24px; margin: 0; color: var(--muted); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.admin-page { min-height: 100vh; }
.admin-shell { max-width: 1180px; margin: 0 auto; padding: 34px 22px 70px; }
.admin-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.admin-header h1 { margin: 0; }
.admin-login, .admin-panel, .admin-stats article { border: 1px solid var(--line); border-radius: 18px; background: var(--panel); padding: 20px; }
.admin-login { max-width: 560px; margin: 60px auto; }
.admin-login form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.admin-login input { border: 1px solid var(--line); border-radius: 12px; background: var(--panel-2); color: var(--text); padding: 12px 14px; }
.admin-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 18px; }
.admin-stats article { display: grid; gap: 4px; }
.admin-stats strong { font-size: 2rem; }
.admin-stats span { color: var(--muted); }
.admin-panel { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 18px; }
.admin-block { display: block; }
.admin-table-wrap { overflow-x: auto; }
.admin-table-wrap table { width: 100%; margin-top: 14px; }
.admin-table-wrap th, .admin-table-wrap td { padding: 11px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-table-wrap td small { display: block; color: var(--muted); max-width: 420px; }
.submission-status-select { background: var(--panel-2); color: var(--text); border: 1px solid var(--line); border-radius: 8px; padding: 7px; }
@media (max-width:620px) { .admin-stats { grid-template-columns:1fr; } .admin-login form { grid-template-columns:1fr; } .admin-panel { align-items:flex-start; flex-direction:column; } }
.dialog-hero { min-height: 140px; border-radius: 20px; margin-bottom: 20px; padding: 18px; display: flex; align-items: end; }
.checklist { display: grid; gap: 8px; margin: 14px 0; padding: 0; list-style: none; }
.checklist li { padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); }
.age-wall { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; background: rgba(0,0,0,.76); backdrop-filter: blur(18px); padding: 18px; }
.age-card { max-width: 560px; padding: 30px; text-align: center; }
.age-card h1 { font-size: clamp(2rem, 6vw, 3.2rem); }
.age-card p { color: var(--muted); line-height: 1.7; }
.age-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.brand-mark { width: 58px; height: 58px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 18px; font-weight: 900; color: white; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.redirect-page { display: grid; place-items: center; padding: 22px; }
.redirect-card { max-width: 680px; padding: 34px; text-align: center; }
.redirect-card h1 { font-size: clamp(2rem, 6vw, 3.5rem); }
.redirect-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.legal-page main { max-width: 860px; }
.legal-card { border: 1px solid var(--line); background: var(--panel); border-radius: var(--radius); padding: 28px; line-height: 1.75; }
.legal-card h1 { font-size: clamp(2rem, 7vw, 3.9rem); }
.legal-card a { color: var(--brand); }
.legal-card li { margin: 8px 0; }
.report-form { margin-top: 22px; }
.review-main { max-width: 1320px; }
.review-shell { display: grid; gap: 22px; }
.review-hero-card {
  border: 2px solid var(--line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--panel) 86%, transparent);
  box-shadow: var(--shadow);
  padding: 16px;
}
.review-breadcrumb { color: var(--muted); font-weight: 760; padding: 0 0 14px; }
.review-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr) 280px; gap: 16px; align-items: start; }
.review-left, .review-right, .review-article {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}
.review-left { padding: 14px; display: grid; gap: 12px; }
.site-preview {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--panel-2);
}
.preview-top { display: flex; align-items: center; gap: 10px; padding: 14px; min-height: 92px; background: linear-gradient(135deg, rgba(255,152,0,.22), rgba(255,61,127,.18)); }
.preview-top strong { font-size: 1.2rem; }
.url-pill { margin: 12px; border: 1px solid var(--line); border-radius: 10px; padding: 10px; color: var(--muted); background: rgba(255,255,255,.06); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.open-site { margin: 12px; min-height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: #08c957; color: white; font-weight: 900; }
.open-site.disabled { background: #4b5563; color: #d1d5db; cursor: not-allowed; }
.category-jump, .report-link { border: 1px solid var(--line); border-radius: 12px; padding: 12px; color: var(--text); background: rgba(255,255,255,.04); font-weight: 760; }
.report-link { color: var(--muted); }
.review-article { padding: 18px; }
.review-title-row { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 14px; align-items: center; }
.rank-bubble { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #ff9800; color: white; font-size: 1.35rem; font-weight: 950; }
.review-article h1 { font-size: clamp(2rem, 4vw, 3.2rem); margin: 0 0 2px; }
.green-url { color: #00c853; margin: 0; font-weight: 840; }
.review-summary { color: var(--muted); line-height: 1.8; font-size: 1.02rem; }
.review-score-row { display: grid; grid-template-columns: 140px minmax(0,1fr); gap: 14px; align-items: center; margin: 18px 0; }
.score-card { border: 1px solid var(--line); border-radius: 14px; padding: 12px; text-align: center; background: var(--panel-2); }
.score-card strong { display: block; font-size: 2rem; color: #ff9800; }
.score-card span, .thumbs span { display: block; color: var(--muted); font-size: .9rem; }
.thumbs { font-size: 2rem; letter-spacing: .1em; color: #ff9800; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0; }
.pc-box { border: 1px solid var(--line); border-radius: 14px; padding: 14px; background: rgba(255,255,255,.045); }
.pc-box h2 { font-size: 1.25rem; margin: 0 0 10px; }
.pc-box ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.pc-box li { color: var(--muted); line-height: 1.55; }
.pc-box li span { display: inline-flex; padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.05); }
.pc-box li b { margin-left: 8px; color: var(--text); }
.pc-box.pros h2, .pc-box.pros li::first-letter { color: #33d69f; }
.pc-box.cons h2 { color: #ff5b61; }
.review-form-box { border-top: 1px solid var(--line); margin-top: 18px; padding-top: 18px; display: grid; gap: 10px; }
.review-form-box h2 { margin: 0; font-size: 1.25rem; }
.review-form-box form { display: grid; gap: 10px; }
.review-form-box select, .review-form-box textarea, .review-form-box input {
  border: 1px solid var(--line);
  background: var(--panel-2);
  color: var(--text);
  border-radius: 12px;
  padding: 10px 12px;
}
.review-form-box textarea { min-height: 96px; resize: vertical; }
.tag-picker { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.tag-picker label { border: 1px solid var(--line); border-radius: 999px; padding: 8px 10px; color: var(--muted); background: rgba(255,255,255,.04); cursor: pointer; }
.tag-picker input { margin-right: 6px; }
.rating-form { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: var(--muted); }
.rating-form select { min-height: 40px; margin-left: 8px; }
.tag-input-form { display: grid; grid-template-columns: minmax(220px, 1fr) 120px auto; gap: 8px; align-items: stretch; }
.compact-tag-create { margin-top: 12px; }
.vote-tag-list.chip-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; align-items: flex-start; }
.vote-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  max-width: 100%;
  border: 1px solid color-mix(in srgb, var(--line) 85%, white 15%);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255,255,255,.065);
  color: var(--text);
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}
.vote-tag:hover { transform: translateY(-1px); border-color: color-mix(in srgb, var(--brand) 45%, var(--line)); }
.vote-tag .tag-text {
  display: block;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.06rem;
  line-height: 1.2;
  font-weight: 900;
}
.vote-tag.mine-yes {
  background: rgba(51,214,159,.18);
  border-color: rgba(51,214,159,.85);
  color: #dfffee;
  box-shadow: inset 0 0 0 1px rgba(51,214,159,.18);
}
.vote-tag.mine-no {
  background: rgba(255,91,97,.17);
  border-color: rgba(255,91,97,.85);
  color: #ffe6e7;
  box-shadow: inset 0 0 0 1px rgba(255,91,97,.14);
}
.vote-tag.choosing { border-radius: 18px; padding-right: 10px; background: rgba(255,255,255,.10); }
.tag-choice {
  display: inline-flex;
  gap: 6px;
  margin-left: 10px;
  animation: choiceIn .12s ease-out;
}
.tag-choice button {
  border: 1px solid var(--line);
  background: var(--panel-2);
  color: var(--text);
  border-radius: 999px;
  padding: 7px 10px;
  font-weight: 900;
  cursor: pointer;
}
.tag-choice button[data-vote="1"] { color: #33d69f; border-color: rgba(51,214,159,.45); }
.tag-choice button[data-vote="-1"] { color: #ff5b61; border-color: rgba(255,91,97,.45); }
.tag-delete { flex: 0 0 auto; width: 24px; height: 24px; margin-left: 5px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--muted); cursor: pointer; font-size: 1rem; line-height: 1; }
.tag-delete:hover { background: rgba(255,91,97,.2); color: #ff8f93; }
@keyframes choiceIn { from { opacity: 0; transform: translateX(-4px); } to { opacity: 1; transform: translateX(0); } }
.tiny-note { font-size: .92rem; margin: 0; }
.public-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.public-tags span { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 999px; padding: 8px 10px; background: rgba(255,255,255,.06); }
.public-tags b { color: var(--text); }
.review-notes { border-top: 1px solid var(--line); padding-top: 16px; color: var(--muted); line-height: 1.75; }
.review-right { padding: 14px; }
.mini-directory-shot { border: 2px solid #ff9800; border-radius: 14px; padding: 10px; background: var(--panel-2); display: grid; gap: 7px; }
.mini-directory-shot h3 { margin: 0 0 6px; text-align: center; }
.mini-directory-shot a, .related-card { display: flex; align-items: center; gap: 8px; min-width: 0; }
.mini-directory-shot a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.open-all { margin-top: 8px; justify-content: center; background: #ff9800; color: white; padding: 10px; border-radius: 10px; font-weight: 900; }
.review-site-icon { display: inline-grid; place-items: center; position: relative; flex: 0 0 auto; }
.review-site-icon.small, .review-site-icon.small img, .review-site-icon.small .review-icon-fallback { width: 20px; height: 20px; }
.review-site-icon.large, .review-site-icon.large img, .review-site-icon.large .review-icon-fallback { width: 38px; height: 38px; }
.review-site-icon.xl, .review-site-icon.xl img, .review-site-icon.xl .review-icon-fallback { width: 56px; height: 56px; }
.review-site-icon img { border-radius: 50%; background: var(--panel); position: relative; z-index: 2; }
.review-icon-fallback { border-radius: 50%; display: grid; place-items: center; color: white; font-weight: 950; }
.review-site-icon:not(.fallback-only) .review-icon-fallback { position: absolute; inset: 0; z-index: 1; }
.related-section { margin-top: 28px; }
.related-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.related-card { border: 1px solid var(--line); border-radius: 14px; padding: 12px; background: color-mix(in srgb, var(--panel) 86%, transparent); }
.related-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; }
.related-card span { color: var(--brand); font-weight: 900; }
@media (max-width: 920px) {
  .hero, .search-panel { grid-template-columns: 1fr; }
  .tag-cloud { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .quick-nav-list { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .directory-blocks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-layout { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .floating-ads { display: none; }
  .nav-links { display: none; }
}
@media (max-width: 620px) {
  .topbar { padding: 0 14px; }
  main { padding: 22px 14px 60px; }
  .tag-cloud { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-nav-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards, .category-grid, .ad-grid, .directory-blocks { grid-template-columns: 1fr; }
  .submit-box, .site-footer, .section-head { flex-direction: column; align-items: flex-start; }
  .card-actions { grid-template-columns: 1fr; }
  .directory-head { grid-template-columns: minmax(0, 1fr) 42px; }
  .pros-cons, .review-score-row, .related-grid { grid-template-columns: 1fr; }
  .ad-wide { grid-template-columns: 1fr; }
  .tag-input-form { grid-template-columns: 1fr; }
  .vote-tag { width: 100%; justify-content: space-between; border-radius: 16px; }
  .vote-tag .tag-text { white-space: normal; }
  .tag-choice { margin-left: auto; }
}

/* Visual audit pass: local source-icon sprites, deliberate type scale, and full tag text. */
body { font-size: 16px; line-height: 1.5; }
.topbar, main { max-width: 1320px; }
.quick-pill { font-size: .93rem; font-weight: 650; }
.directory-block { min-height: 418px; padding: 12px; }
.directory-head { padding-bottom: 10px; }
.directory-head h3 { margin-bottom: 4px; font-size: 1.08rem; line-height: 1.25; }
.directory-meta { padding: 8px 7px; }
.directory-meta strong { font-size: 1.05rem; }
.directory-list { gap: 4px; padding: 10px 0; max-height: 330px; }
.directory-row { grid-template-columns: 28px 22px minmax(0, 1fr) auto auto auto; gap: 5px; min-height: 28px; padding: 4px 5px; }
.row-rank { font-size: .76rem; }
.row-name { font-size: .92rem; line-height: 1.25; letter-spacing: -.01em; }
.row-search { font-size: 1.12rem; }
.dude-more { min-height: 38px; font-size: .92rem; }
.site-favicon { width: 20px; height: 20px; }
.site-favicon img, .site-favicon .icon-fallback { width: 20px; height: 20px; }
.site-favicon .icon-fallback { font-size: .7rem; }
.source-wrap { display: inline-grid; place-items: center; overflow: hidden; }
.source-site-icon { display: block; width: 16px; height: 16px; flex: 0 0 16px; background-repeat: no-repeat; background-position: var(--source-x) var(--source-y); transform-origin: center; }
.sprite-main { background-image: url('icons/porndude-main-sprite.png'); }
.sprite-custom { background-image: url('icons/porndude-custom-sprite.png'); }
.sprite-zh { background-image: url('icons/porndude-zh-sprite.png'); }
.site-favicon.source-wrap .source-site-icon { transform: scale(1.125); }

.review-hero-card { padding: 20px; }
.review-layout { grid-template-columns: 300px minmax(0, 1fr) 260px; gap: 18px; }
.review-left, .review-right { padding: 15px; }
.review-article { padding: 22px; }
.review-breadcrumb { font-size: .96rem; line-height: 1.35; }
.review-article h1 { font-size: clamp(2rem, 3.35vw, 2.85rem); line-height: 1.02; letter-spacing: -.055em; }
.green-url { font-size: .98rem; }
.review-score-row { grid-template-columns: 132px minmax(0, 1fr); gap: 16px; margin: 20px 0; }
.score-card { padding: 14px; }
.rating-form { font-size: .98rem; }
.rating-form .btn { min-height: 42px; }
.pros-cons.user-generated { grid-template-columns: minmax(0, 1.45fr) minmax(220px, .95fr); gap: 14px; margin: 18px 0; }
.pc-box { padding: 16px; }
.pc-box h2 { display: flex; align-items: baseline; gap: 7px; font-size: 1.14rem; margin-bottom: 10px; }
.pc-box h2 small { color: var(--muted); font-size: .78rem; font-weight: 800; }
.vote-tag-list.chip-list { gap: 8px; margin-top: 0; }
.vote-tag { align-items: flex-start; min-height: 36px; max-width: 100%; padding: 8px 11px; border-radius: 14px; }
.vote-tag .tag-text { max-width: none; overflow: visible; text-overflow: clip; white-space: normal; font-size: .92rem; line-height: 1.38; font-weight: 760; }
.vote-tag.choosing { display: flex; flex-wrap: wrap; gap: 8px; border-radius: 14px; padding-right: 11px; }
.tag-choice { margin-left: 0; gap: 5px; }
.tag-choice button { min-height: 30px; padding: 5px 9px; font-size: .84rem; }
.review-form-box { margin-top: 16px; padding-top: 18px; gap: 12px; }
.review-form-box h2 { font-size: 1.16rem; }
.tag-input-form { grid-template-columns: minmax(150px, 1fr) 118px max-content; gap: 10px; }
.tag-input-form .btn { min-width: 142px; white-space: nowrap; }
.review-site-icon.source-wrap { overflow: hidden; border-radius: 50%; background: var(--panel); }
.review-site-icon.source-wrap.small .source-site-icon { transform: scale(1.25); }
.review-site-icon.source-wrap.large .source-site-icon { transform: scale(2); }
.review-site-icon.source-wrap.xl .source-site-icon { transform: scale(2.75); }
.mini-directory-shot { gap: 8px; }
.mini-directory-shot a { font-size: .93rem; line-height: 1.25; }

/* 社区评论 MVP */
.comments-section { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.comments-head { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.comments-head h2 { margin: 0; font-size: 1.45rem; }
.comments-head h2 small { color: var(--muted); font-size: .85rem; }
.comments-head p { margin: 5px 0 0; color: var(--muted); font-size: .9rem; }
.comment-form { display: grid; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.035); }
.comment-form input, .comment-form textarea, .report-reason { width: 100%; border: 1px solid var(--line); background: var(--panel-2); color: var(--text); border-radius: 11px; padding: 10px 12px; font: inherit; }
.comment-form textarea { resize: vertical; min-height: 104px; line-height: 1.6; }
.comment-form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
#commentStatus { color: #ff9b9f; font-size: .88rem; }
.community-demo-note { margin: 10px 0 14px; padding: 10px 12px; border-left: 3px solid var(--brand); background: rgba(255,255,255,.035); color: var(--muted); border-radius: 8px; font-size: .84rem; line-height: 1.55; }
.comment-list { display: grid; gap: 10px; }
.comment-card { border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; background: color-mix(in srgb, var(--panel-2) 90%, transparent); }
.comment-card header { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.comment-card header strong { font-size: .96rem; }
.comment-card time { color: var(--muted); font-size: .78rem; }
.comment-card > p { margin: 10px 0 12px; line-height: 1.7; overflow-wrap: anywhere; }
.comment-card footer { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.comment-action, .comment-report { border: 1px solid var(--line); background: var(--panel); color: var(--muted); border-radius: 999px; padding: 6px 10px; font-weight: 800; cursor: pointer; }
.comment-action.active-up { color: #33d69f; border-color: rgba(51,214,159,.7); background: rgba(51,214,159,.13); }
.comment-action.active-down { color: #ff5b61; border-color: rgba(255,91,97,.7); background: rgba(255,91,97,.12); }
.comment-report { color: #ffb2b5; }
.comment-report:disabled { opacity: .55; cursor: default; }
.report-reason { width: auto; min-width: 128px; margin-left: auto; padding: 6px 9px; border-radius: 999px; font-size: .82rem; }
.comment-empty { padding: 24px 12px; text-align: center; color: var(--muted); border: 1px dashed var(--line); border-radius: 14px; }

@media (max-width: 1140px) {
  .review-layout { grid-template-columns: 270px minmax(0, 1fr); }
  .review-right { grid-column: 1 / -1; }
  .mini-directory-shot { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mini-directory-shot h3, .mini-directory-shot .open-all { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .directory-row { grid-template-columns: 28px 22px minmax(0, 1fr) auto auto auto; }
  .row-name { font-size: .9rem; }
  .pros-cons.user-generated { grid-template-columns: 1fr; }
  .vote-tag { width: auto; justify-content: flex-start; }
  .tag-choice { margin-left: 0; }
  .mini-directory-shot { grid-template-columns: 1fr; }
  .comment-form-bottom { align-items: stretch; flex-direction: column; }
  .comment-form-bottom .btn { width: 100%; }
  .report-reason { margin-left: 0; flex: 1; }
}
