@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Variable.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #e7e0de;
  --surface: #f7f3f1;
  --surface-soft: #eee7e5;
  --ink: #292327;
  --ink-soft: #4c4247;
  --muted: #70656a;
  --line: #d8cdca;
  --line-strong: #c8bab8;
  --accent: #9d3f59;
  --accent-dark: #762f44;
  --accent-soft: #ead9dd;
  --link: #3d3036;
  --panel: #dfd2d3;
  --footer: #241e22;
  --footer-line: #42363d;
  --radius: 14px;
  --shadow: 0 14px 34px rgba(58, 39, 47, 0.09);
  --shell: min(1440px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--bg);
  background-image:
    radial-gradient(circle, rgba(77, 53, 62, 0.075) 1px, transparent 1.15px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 28rem);
  background-size: 18px 18px, 100% 100%;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: 0;
  font-kerning: normal;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { color: #fff; background: var(--accent); }
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(157, 63, 89, 0.22);
  outline-offset: 3px;
}
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header {
  position: relative;
  z-index: 100;
  background: rgba(246, 241, 238, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(64, 43, 51, 0.07);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border: 1px solid #cfafb7;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 650;
}
.brand-copy { display: flex; align-items: center; line-height: 1; }
.brand-copy strong { color: var(--ink); font-size: 1.22rem; font-weight: 650; letter-spacing: -0.025em; }
.header-search {
  display: grid;
  width: min(560px, 58vw);
  min-height: 46px;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 4px;
  padding-left: 14px;
  margin-left: auto;
  background: #ebe3e0;
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.header-search:focus-within {
  border-color: #b77a8b;
  box-shadow: 0 0 0 3px rgba(157, 63, 89, 0.1);
}
.header-search svg {
  width: 19px;
  height: 19px;
  color: #8a7b80;
}
.header-search svg circle,
.header-search svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.header-search input {
  min-width: 0;
  padding: 8px 3px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
}
.header-search input::placeholder { color: #887a7f; }
.header-search button {
  align-self: stretch;
  padding: 7px 18px;
  color: #fff;
  background: var(--accent);
  border: 0;
  border-radius: 9px;
  font-size: 0.86rem;
  font-weight: 650;
  cursor: pointer;
}
.header-search button:hover { background: var(--accent-dark); }
.directory-search button {
  padding: 10px 23px;
  color: #fff;
  background: var(--accent);
  border: 0;
  border-radius: 7px;
  font-size: 0.95rem;
  font-weight: 650;
  cursor: pointer;
}
.directory-search button:hover { background: var(--accent-dark); }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.section-heading h2 { margin: 0; font-size: clamp(1.35rem, 2.5vw, 1.8rem); line-height: 1.15; letter-spacing: -0.03em; }
.text-link { color: var(--link); font-size: 0.88rem; font-weight: 650; }
.text-link:hover { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 3px; }

.directory-browser { padding: 32px 0 80px; }
.directory-sections {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.directory-board {
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.category-section {
  display: flex;
  min-width: 0;
  min-height: 354px;
  flex-direction: column;
  padding: 0;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.category-section:hover {
  border-color: #b7959f;
  box-shadow: 0 18px 42px rgba(67, 43, 52, 0.13);
  transform: translateY(-1px);
}
.category-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 15px 17px;
  color: var(--ink);
  background: linear-gradient(145deg, #e7dcdd, #ded0d3);
  border-bottom: 1px solid var(--line);
}
.category-title-copy { min-width: 0; }
.category-heading h2 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.26;
  letter-spacing: 0;
  text-wrap: balance;
}
.category-heading h2 a:hover { color: var(--accent-dark); }
.category-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--accent-dark);
  background: var(--surface);
  border: 1px solid #ccb4ba;
  border-radius: 11px;
}
.category-svg { width: 21px; height: 21px; }
.section-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  padding: 14px 16px;
  color: var(--muted);
  background: var(--surface);
  font-size: 0.93rem;
  line-height: 1.58;
  min-height: calc(1.75rem + 3.16em); 
}
.site-list { border-top: 1px solid var(--line); }

:root {
  --site-row-height: 50px;
}
.directory-sections .site-list {
  max-height: calc(var(--site-row-height) * 8);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #c3b3b8 transparent;
  scrollbar-gutter: stable;
}
.directory-sections .site-list::-webkit-scrollbar {
  width: 8px;
}
.directory-sections .site-list::-webkit-scrollbar-track {
  background: transparent;
}
.directory-sections .site-list::-webkit-scrollbar-thumb {
  background: #c9babf;
  border-radius: 99px;
  border: 2px solid var(--surface);
}
.directory-sections .site-list::-webkit-scrollbar-thumb:hover {
  background: #b39fa6;
}
.directory-sections .site-list:focus-visible {
  outline: 2px solid rgba(157, 63, 89, 0.35);
  outline-offset: -2px;
}
@media (hover: none) and (pointer: coarse) {
  
  .directory-sections .site-list {
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: auto;
  }
  .directory-sections .site-list::-webkit-scrollbar { width: 0; }
}

.site-card {
  display: grid;
  grid-template-columns: 44px 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 17px 20px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.site-card:last-child { border-bottom: 0; }
.site-card:hover { background: var(--surface-soft); }
.site-rank {
  padding-top: 10px;
  color: #8c7c81;
  font-size: 0.86rem;
  font-weight: 650;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.site-logo {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border-radius: 8px;
  border: 1px solid #cfafb7;
  font-size: 1.08rem;
  font-weight: 650;
}
.site-card-body { min-width: 0; }
.site-name-line { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.site-direct-link {
  color: var(--link);
  font-size: 1.03rem;
  font-weight: 650;
  line-height: 1.25;
}
.site-direct-link:hover { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 3px; }
.site-direct-link span { color: var(--accent); font-size: 0.82rem; }
.review-mini {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 2px 7px;
  color: var(--accent-dark);
  background: var(--surface);
  border: 1px solid #c88f9f;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.review-mini:hover { color: #fff; background: var(--accent); border-color: var(--accent); }
.site-card p { max-width: 780px; margin: 6px 0 9px; color: var(--muted); font-size: 0.93rem; line-height: 1.5; }
.site-row-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; }
.site-row-meta > span {
  padding: 2px 7px;
  color: #5f5358;
  background: #e8e0de;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 650;
}
.price-chip,
.demo-chip {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.price-free { color: #47695b !important; background: #dce8e0 !important; }
.price-freemium { color: #506273 !important; background: #dfe6eb !important; }
.price-premium { color: #795a37 !important; background: #eadfce !important; }
.demo-chip { color: #73563e; background: #e8ddcf; }
.directory-sections .site-card-compact { display: block; padding: 0; }

.directory-sections .site-card-compact .site-name-line {
  display: grid;
  grid-template-columns: var(--compact-rank-w, 30px) auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 10px;
  min-height: var(--site-row-height);
  padding: 0 14px;
}

.logo-cell {
  display: grid;
  width: 20px;
  height: 20px;
  flex: none;
  place-items: center;
}
.site-card-favicon { object-fit: contain; }
.logo-fallback {
  display: grid;
  width: var(--logo-size, 20px);
  height: var(--logo-size, 20px);
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #a24860, #7d3249);
  border-radius: 5px;
  font-size: calc(var(--logo-size, 20px) * 0.58);
  font-weight: 700;
  line-height: 1;
}
.directory-sections .site-card-compact:last-child .site-name-line { border-bottom: 0; }
.directory-sections .site-card-compact .site-name-line:not(:last-child) { border-bottom: 1px solid var(--line); }
.directory-sections .site-card-compact:hover { background: transparent; }
.directory-sections .site-card-compact:hover .site-name-line { background: var(--accent-soft); box-shadow: inset 3px 0 0 var(--accent); }
.directory-sections .site-card-compact .site-rank {
  padding: 0;
  color: #8c7c81;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1;
  text-align: left;
}
.directory-sections .site-card-compact .site-direct-link {
  min-width: 0;
  overflow: hidden;
  color: var(--link);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.28;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directory-sections .site-card-compact .site-direct-link span { color: var(--accent); font-size: 0.72rem; }
.directory-sections .site-card-compact .review-icon {
  display: grid;
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  place-items: center;
  color: #8b7c81;
  background: transparent;
  border: 0;
  border-radius: 4px;
}
.directory-sections .site-card-compact .review-icon svg { width: 20px; height: 20px; }
.directory-sections .site-card-compact .review-icon svg path,
.directory-sections .site-card-compact .review-icon svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.directory-sections .site-card-compact .review-icon:hover { color: var(--accent-dark); background: #fbf7f5; }
.see-all-link {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  gap: 6px;
  min-height: 50px;
  padding: 10px 14px;
  margin-top: auto;
  color: var(--accent-dark);
  background: #e6dcda;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0.005em;
}
.see-all-link span { margin-left: 2px; font-size: 0.95rem; transition: transform .2s ease; }
.see-all-link:hover span { transform: translateX(2px); }
.see-all-link:hover { color: var(--accent-dark); background: var(--accent-soft); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 650;
  cursor: pointer;
}
.button-primary { color: #fff; background: var(--accent); }
.button-primary:hover { background: var(--accent-dark); }
.button-outline { color: var(--link); background: transparent; border-color: #68585f; }
.button-outline:hover { color: #fff; background: var(--link); border-color: var(--link); }
.button-quiet { color: var(--ink-soft); background: #e6deda; border-color: var(--line); }
.button-full { width: 100%; }

.page-shell { min-height: 65vh; padding-top: 25px; padding-bottom: 68px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; color: var(--muted); list-style: none; font-size: 0.86rem; }
.breadcrumbs li { display: flex; gap: 8px; }
.breadcrumbs a:hover { color: var(--accent-dark); }
.page-header { max-width: 820px; padding: 44px 0 31px; }
.page-header-narrow { max-width: 760px; }
.page-header h1,
.category-page-header h1 {
  margin: 0 0 13px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.page-header p:last-child,
.category-page-header p:last-child { margin: 0; color: var(--muted); font-size: 1.03rem; line-height: 1.65; }
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.category-tile {
  position: relative;
  display: flex;
  min-height: 178px;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  background: var(--surface);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.category-tile:nth-child(4n) { border-right: 0; }
.category-tile:nth-last-child(-n + 4) { border-bottom: 0; }
.category-tile:hover { background: var(--surface-soft); }
.category-tile h2 { margin: 10px 0 6px; font-size: 1.28rem; line-height: 1.2; }
.category-tile p { margin: 0; color: var(--muted); font-size: 0.91rem; line-height: 1.55; }
.tile-arrow { position: absolute; right: 18px; top: 16px; color: var(--accent); }
.category-page-header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 44px 0 31px;
}
.category-icon-large { width: 72px; height: 72px; border-radius: 18px; }
.category-icon-large .category-svg { width: 35px; height: 35px; }
.ranked-list {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.ranked-list .site-card { grid-template-columns: 46px 48px minmax(0, 1fr); padding: 17px 21px; }
.ranked-list .site-logo { width: 46px; height: 46px; }
.empty-state { padding: 55px; text-align: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }

.review-layout { padding-top: 42px; }
.review-header { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 22px; align-items: center; max-width: 880px; }
.review-logo {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border: 1px solid #cfafb7;
  border-radius: 12px;
  font-size: 2.25rem;
  font-weight: 650;
}
.review-meta { display: flex; gap: 7px; margin-bottom: 10px; }
.review-header h1 { margin: 0 0 9px; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 650; line-height: 1.04; letter-spacing: -0.045em; }
.review-header p { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.6; }
.review-main { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 18px; align-items: start; margin-top: 42px; }
.prose-card,
.visit-card {
  padding: clamp(23px, 4vw, 37px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.prose-card h2,
.visit-card h2 { margin: 0 0 12px; font-size: 1.48rem; letter-spacing: -0.035em; }
.prose-card p,
.visit-card p { color: var(--muted); font-size: 1rem; line-height: 1.65; }
.prose-card h2:not(:first-of-type) { margin-top: 31px; }
.visit-card { position: sticky; top: 90px; border-top: 3px solid var(--accent); }
.visit-card small { display: block; margin-top: 10px; color: var(--muted); text-align: center; }
.fact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.fact-list div { padding: 13px; background: var(--surface-soft); }
.fact-list dt { color: var(--muted); font-size: 0.76rem; font-weight: 650; letter-spacing: 0.07em; text-transform: uppercase; }
.fact-list dd { margin: 4px 0 0; font-weight: 650; }
.review-taxonomy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 24px;
  margin-top: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.link-pills,
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; list-style: none; }
.link-pills a,
.tag-list li { padding: 6px 9px; color: var(--ink-soft); background: #e8e0de; border: 1px solid #d4c7c5; border-radius: 7px; font-size: 0.82rem; }
.link-pills a:hover { color: var(--accent-dark); border-color: #b8919c; }
.related-section { padding-top: 55px; }
.related-grid {
  margin-top: 18px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.directory-search {
  max-width: 780px;
  padding: 21px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.directory-search label { display: block; margin-bottom: 8px; font-size: 0.9rem; font-weight: 650; }
.directory-search > div { display: flex; gap: 7px; }
.directory-search input {
  min-width: 0;
  flex: 1;
  padding: 12px 14px;
  color: var(--ink);
  background: #eee8e5;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}
.directory-search input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(157, 63, 89, 0.1); }
.search-status { margin: 24px 0 14px; color: var(--muted); }
.search-results { display: grid; gap: 8px; max-width: 900px; }
.search-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 11px;
}
.search-result:hover { border-color: #b8919c; }
.search-result h2 { margin: 8px 0 5px; font-size: 1.12rem; }
.search-result h2 a:hover { color: var(--accent-dark); }
.search-result-title { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.search-result-title > a:first-child { color: var(--link); font-weight: 650; }
.outbound-link { color: var(--accent-dark); font-size: 0.78rem; font-weight: 650; white-space: nowrap; }
.outbound-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.search-result p { margin: 0 0 6px; color: var(--muted); font-size: 0.94rem; }
.search-result small { color: var(--muted); }
.method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.method-grid section { padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.method-grid span { color: var(--accent-dark); font-size: 0.72rem; font-weight: 650; letter-spacing: 0.09em; }
.method-grid h2 { margin: 15px 0 8px; font-size: 1.25rem; }
.method-grid p { margin: 0; color: var(--muted); }
.prose-card-wide { max-width: 760px; }

.reviews-page { padding-top: 25px; }
.reviews-header {
  display: grid;
  align-items: center;
}
.reviews-header h1 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(2.15rem, 4vw, 3.25rem);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.reviews-header-copy > p:last-child { max-width: 680px; margin: 0; color: var(--muted); font-size: 1rem; }
.reviews-total {
  display: flex;
  min-width: 108px;
  flex-direction: column;
  align-items: flex-end;
  padding: 15px 18px;
  background: var(--accent-soft);
  border: 1px solid #cfafb7;
  border-radius: 12px;
}
.reviews-total strong { color: var(--accent-dark); font-size: 1.65rem; line-height: 1; }
.reviews-total span { margin-top: 5px; color: var(--muted); font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; }
.reviews-toolbar {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px 10px 18px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 12px 12px 0 0;
}
.reviews-toolbar > p { margin: 0; color: var(--muted); font-size: 0.88rem; }
.reviews-toolbar label { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 0.82rem; }
.reviews-toolbar select {
  min-width: 176px;
  padding: 9px 34px 9px 11px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  font: inherit;
  font-weight: 650;
}
.reviews-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow);
  list-style: none;
}
.review-directory-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 23px 24px;
  border-bottom: 1px solid var(--line);
}
.review-directory-item:last-child { border-bottom: 0; }
.review-directory-item:hover { background: #f1e9e7; }
.review-directory-index {
  color: #8c7d82;
  font-size: 0.8rem;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}
.review-directory-content { min-width: 0; }
.review-directory-title { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.review-directory-title h2 { margin: 0; font-size: 1.12rem; line-height: 1.3; letter-spacing: -0.018em; }
.review-directory-title h2 a:hover { color: var(--accent-dark); }
.review-directory-content > p { max-width: 740px; margin: 6px 0 10px; color: var(--muted); font-size: 0.9rem; line-height: 1.55; }
.review-directory-meta { display: flex; flex-wrap: wrap; gap: 5px; }
.review-directory-meta span {
  padding: 3px 7px;
  color: #5f5358;
  background: #e8e0de;
  border-radius: 6px;
  font-size: 0.7rem;
}
.review-directory-actions { display: flex; gap: 8px; }
.review-directory-actions .button { min-height: 42px; padding: 8px 13px; font-size: 0.84rem; white-space: nowrap; }
.reviews-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}
.reviews-pagination > div { display: flex; gap: 6px; }
.reviews-pagination > div a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--ink-soft);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 0.86rem;
  font-weight: 650;
}
.reviews-pagination > div a[aria-current="page"] { color: #fff; background: var(--accent); border-color: var(--accent); }
.pagination-direction { color: var(--accent-dark); font-size: 0.88rem; font-weight: 650; }
.reviews-pagination > .pagination-direction:last-child { justify-self: end; }
.pagination-direction.is-disabled { color: #9c9094; }

.not-found { min-height: 68vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.not-found h1 { max-width: 800px; margin: 0 0 13px; font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: 0.98; letter-spacing: -0.055em; }
.not-found > p:not(.eyebrow) { color: var(--muted); }
.not-found > div { display: flex; gap: 9px; margin-top: 18px; }

.site-footer { padding: 48px 0 24px; color: #f7f3f1; background: var(--footer); border-top: 1px solid #251e24; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 0.9fr; gap: 45px; }
.footer-brand { color: #fff; font-size: 1.3rem; font-weight: 650; letter-spacing: -0.025em; }
.footer-grid p { max-width: 420px; color: #b9adb1; font-size: 0.96rem; }
.footer-notice { color: #93878c !important; font-size: 0.84rem !important; line-height: 1.55; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid nav strong { margin-bottom: 6px; color: #fff; font-size: 0.84rem; letter-spacing: 0.07em; text-transform: uppercase; }
.footer-grid nav a { color: #b9adb1; font-size: 0.93rem; }
.footer-grid nav a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  margin-top: 40px;
  color: #93878c;
  border-top: 1px solid var(--footer-line);
  font-size: 0.84rem;
}
.back-to-top {
  position: fixed;
  z-index: 80;
  right: 20px;
  bottom: 20px;
  width: 47px;
  height: 47px;
  padding: 0;
  color: var(--accent);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(58, 39, 47, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s, transform .2s;
  cursor: pointer;
}
.back-to-top[data-visible] { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top svg { width: 100%; height: 100%; }
.back-to-top circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-dasharray: 119.4;
  stroke-dashoffset: 119.4;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.back-to-top path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 880px) {
  .review-main { grid-template-columns: 1fr; }
  .visit-card { position: static; }
  .review-directory-item { grid-template-columns: 40px minmax(0, 1fr); }
  .review-directory-actions { grid-column: 2; justify-content: flex-start; }
}

@media (max-width: 1050px) {
  .directory-sections,
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-tile { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .category-tile:nth-child(4n) { border-right: 1px solid var(--line); }
  .category-tile:nth-child(2n) { border-right: 0; }
  .category-tile:nth-last-child(-n + 4) { border-bottom: 1px solid var(--line); }
  .category-tile:nth-last-child(-n + 2) { border-bottom: 0; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 24px, 1440px); }
  .header-inner { min-height: 0; padding: 12px 0; }
  .header-search { width: min(64vw, 440px); }
  .directory-browser { padding-top: 22px; }
  .section-heading { align-items: flex-start; }
  .directory-sections { grid-template-columns: 1fr; }
  .category-section { min-height: 0; padding: 0; }
  .category-tile,
  .category-tile:nth-child(2n),
  .category-tile:nth-child(4n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .category-tile:last-child { border-bottom: 0; }
  .section-description { min-height: calc(1.75rem + 3.16em); }
  .site-card { grid-template-columns: 28px 40px minmax(0, 1fr); gap: 9px; padding: 13px 12px; }
  .site-logo { width: 38px; height: 38px; }
  .site-card p { font-size: 0.78rem; }
  .see-all-link { padding-inline: 13px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-page-header { grid-template-columns: 1fr; }
  .category-icon-large { width: 64px; height: 64px; }
  .page-header h1,
  .category-page-header h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .review-header { grid-template-columns: 1fr; }
  .review-logo { width: 74px; height: 74px; font-size: 2rem; }
  .review-taxonomy,
  .method-grid,
  .fact-list { grid-template-columns: 1fr; }
  .reviews-header { align-items: flex-start; }
  .reviews-toolbar { align-items: flex-start; flex-direction: column; }
  .reviews-toolbar label { width: 100%; justify-content: space-between; }
  .reviews-toolbar select { min-width: 0; width: min(220px, 65%); }
  .review-directory-item { grid-template-columns: 30px minmax(0, 1fr); gap: 12px; padding: 20px 15px; }
  .review-directory-actions { flex-wrap: wrap; }
  .reviews-pagination { grid-template-columns: 1fr auto 1fr; gap: 8px; }
  .pagination-direction { font-size: 0.78rem; }
  .directory-search > div { display: grid; }
  .search-result { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > .footer-brand-col { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 450px) {
  .header-inner { align-items: stretch; flex-direction: column; gap: 10px; }
  .brand { align-self: flex-start; }
  .header-search { width: 100%; }
  .site-card { grid-template-columns: 24px 34px minmax(0, 1fr); gap: 7px; padding-inline: 9px; }
  .site-logo { width: 34px; height: 34px; border-radius: 8px; }
  span.logo-sprite.site-logo { --logo-size: 34px; }
  .directory-sections .site-card-compact .site-name-line {
    --compact-rank-w: 24px;
    column-gap: 8px;
    padding-inline: 9px;
  }
  .logo-cell { width: 18px; height: 18px; }
  .logo-cell .logo-sprite, .logo-cell .site-card-favicon { --logo-size: 18px; width: 18px; height: 18px; }
  .site-direct-link { font-size: 0.98rem; }
  .review-mini { padding: 3px 7px; font-size: 0.7rem; }
  .site-row-meta > span:nth-child(n+3) { display: none; }
  .category-tile { flex-direction: column; }
  .review-directory-actions .button { flex: 1 1 auto; }
  .reviews-pagination > div a { width: 36px; height: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

:root {
  --page-dark: #171318;
  --page-dark-soft: #201a20;
  --page-dark-line: rgba(255, 255, 255, 0.075);
  --page-light-text: #f7f1f3;
  --page-muted-text: #c8bbc0;
}

body {
  background-color: var(--page-dark);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 18% 8%, rgba(157, 63, 89, 0.18), transparent 30rem),
    radial-gradient(circle at 86% 28%, rgba(91, 72, 126, 0.14), transparent 34rem),
    linear-gradient(180deg, #1b161b 0%, #151216 55%, #191419 100%);
  background-size: 32px 32px, 32px 32px, 100% 100%, 100% 100%, 100% 100%;
  background-attachment: fixed;
}

main { min-height: 70vh; }
.directory-browser { padding-top: 40px; }
.directory-sections {
  padding: 8px;
  background: rgba(11, 9, 12, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.category-section,
.site-card {
  --tone: #9d3f59;
  --tone-deep: #762f44;
  --tone-soft: #ead9dd;
}

[data-tone="rose"] {
  --tone: #b14f69;
  --tone-deep: #80384d;
  --tone-soft: #f0dde3;
}
[data-tone="violet"] {
  --tone: #7661a6;
  --tone-deep: #55437d;
  --tone-soft: #e7e1f1;
}
[data-tone="indigo"] {
  --tone: #596d9d;
  --tone-deep: #405175;
  --tone-soft: #dfe5f0;
}
[data-tone="gold"] {
  --tone: #9b7442;
  --tone-deep: #71542f;
  --tone-soft: #eee3d3;
}
[data-tone="teal"] {
  --tone: #4f7f79;
  --tone-deep: #385d58;
  --tone-soft: #dce9e6;
}
[data-tone="amber"] {
  --tone: #a66a45;
  --tone-deep: #764a31;
  --tone-soft: #f0e0d5;
}

.category-section {
  border-color: rgba(41, 31, 36, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}
.category-section:hover {
  border-color: color-mix(in srgb, var(--tone) 52%, #ffffff);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
}
.category-heading {
  position: relative;
  background: linear-gradient(145deg, var(--tone-soft), #f7f2f0 78%);
  border-top: 3px solid var(--tone);
}
.category-heading::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--tone) 38%, transparent), transparent);
}
.category-icon {
  color: var(--tone-deep);
  background: rgba(255, 255, 255, 0.72);
  border-color: color-mix(in srgb, var(--tone) 34%, #ffffff);
}
.category-heading h2 a:hover { color: var(--tone-deep); }

.site-card[data-tone] { position: relative; }
.site-card[data-tone]::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--tone);
  opacity: 0;
  transition: opacity .22s ease;
}
.site-card[data-tone]:hover::before { opacity: 1; }
.directory-sections .site-card-compact:hover .site-name-line {
  background: var(--tone-soft);
  box-shadow: none;
}

.review-mini {
  border-radius: 999px;
  text-transform: none;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.58);
  border-color: color-mix(in srgb, var(--tone) 44%, #ffffff);
  color: var(--tone-deep);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s cubic-bezier(.2, .72, .3, 1);
}
.review-mini:hover {
  color: #fff;
  background: var(--tone);
  border-color: var(--tone);
  box-shadow: 0 7px 18px color-mix(in srgb, var(--tone) 24%, transparent);
  transform: translateY(-1px);
}
.review-mini:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--tone) 18%, transparent);
  transition-duration: .1s;
}

.directory-sections .site-card-compact .review-button {
  min-width: 58px;
  min-height: 29px;
  justify-content: center;
  padding: 3px 10px;
  font-size: .68rem;
}

.see-all-link {
  transition: color .2s ease, background-color .2s ease, padding-left .2s ease;
}
.category-section .see-all-link:hover {
  color: var(--tone-deep);
  background: var(--tone-soft);
  padding-left: 19px;
}

.breadcrumbs,
.breadcrumbs a,
.page-header > p,
.reviews-header p,
.reviews-toolbar > p,
.review-taxonomy .eyebrow {
  color: var(--page-muted-text);
}
.page-header h1,
.reviews-header h1,
.page-shell > .section-heading h2,
.review-visual-page > .section-heading h2 {
  color: var(--page-light-text);
}
.page-header .eyebrow,
.review-visual-page > .section-heading .eyebrow {
  color: #d79aab;
}

.review-visual-page { padding-bottom: 84px; }
.review-hero-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 26px 28px;
  margin: 18px 0 20px;
  color: var(--ink);
  background: linear-gradient(145deg, rgba(250, 247, 245, .98), rgba(237, 228, 228, .98));
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 18px;
  box-shadow: 0 24px 62px rgba(0, 0, 0, .28);
}
.review-identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
}
.review-favicon {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  object-fit: contain;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(63, 42, 50, .11);
}
.review-identity-copy { min-width: 0; }
.review-identity-copy h1 {
  margin: 2px 0 6px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.review-identity-copy > p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}
.review-identity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}
.review-identity-meta > span:not(.price-chip) {
  padding: 4px 9px;
  color: #5f5358;
  background: rgba(255, 255, 255, .68);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 650;
}
.review-hero-panel .review-visit-button {
  min-width: 190px;
  min-height: 50px;
  flex: 0 0 auto;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(118, 47, 68, .2);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.review-hero-panel .review-visit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(118, 47, 68, .27);
}
.review-hero-panel .review-visit-button:active {
  transform: translateY(0);
  box-shadow: 0 5px 14px rgba(118, 47, 68, .2);
}

.review-screenshot-card {
  overflow: hidden;
  margin: 0;
  background: #0e0c0f;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  box-shadow: 0 30px 72px rgba(0, 0, 0, .34);
}
.review-browser-bar {
  display: grid;
  min-height: 48px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 0 17px;
  color: #bfb2b8;
  background: #221c22;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-size: .78rem;
}
.review-browser-dots { display: flex; gap: 6px; }
.review-browser-dots span {
  width: 8px;
  height: 8px;
  background: #65565e;
  border-radius: 50%;
}
.review-browser-domain {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-screenshot-stage,
.related-shot {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(157, 63, 89, .22), transparent 45%),
    #2a2329;
}
.review-screenshot-stage { aspect-ratio: 16 / 9; }
.review-screenshot-stage img,
.related-shot img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-screenshot-placeholder,
.related-shot-placeholder {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-items: center;
  color: #cbbdc2;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.review-screenshot-card figcaption {
  padding: 10px 16px 12px;
  color: #9f9298;
  background: #171317;
  font-size: .76rem;
}

.review-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
  gap: 18px;
  margin-top: 20px;
}
.review-overview-card,
.review-cta-card {
  margin: 0;
  border-radius: 16px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .21);
}
.review-overview-card h2 { margin-top: 0; }
.review-overview-card p:last-child { margin-bottom: 0; }
.review-cta-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  color: #eee6e9;
  background: linear-gradient(150deg, #382a31, #271f25);
  border: 1px solid rgba(255, 255, 255, .09);
}
.review-cta-card .eyebrow { color: #d9a1b0; }
.review-cta-card h2 { margin: 0 0 8px; font-size: 1.45rem; }
.review-cta-card p { margin: 0 0 18px; color: #cdbfc4; }
.review-cta-card .button { justify-content: center; min-height: 48px; border-radius: 11px; }

.related-visual-section { margin-top: 42px; }
.related-visual-section .section-heading { margin-bottom: 15px; }
.related-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.related-visual-card {
  overflow: hidden;
  background: #f5f0ee;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .23);
  transition: transform .22s cubic-bezier(.2, .72, .3, 1), box-shadow .22s ease;
}
.related-visual-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(0, 0, 0, .3);
}
.related-shot { aspect-ratio: 16 / 10; }
.related-visual-name {
  display: block;
  overflow: hidden;
  padding: 13px 14px 14px;
  color: var(--ink);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-footer { box-shadow: 0 -20px 50px rgba(0, 0, 0, .18); }
.site-footer nav a { width: fit-content; }
.site-footer nav a:hover { color: #fff; }

@media (max-width: 980px) {
  .review-hero-panel { align-items: flex-start; flex-direction: column; }
  .review-hero-panel .review-visit-button { width: 100%; }
  .review-copy-grid { grid-template-columns: 1fr; }
  .related-visual-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  body { background-attachment: scroll; }
  .directory-sections { padding: 5px; border-radius: 16px; }
  .review-hero-panel { padding: 20px; border-radius: 15px; }
  .review-identity { align-items: flex-start; }
  .review-favicon { width: 56px; height: 56px; flex-basis: 56px; border-radius: 13px; }
  .review-identity-copy h1 { font-size: 2rem; }
  .review-browser-bar { grid-template-columns: auto minmax(0, 1fr); }
  .review-browser-bar > span:last-child { display: none; }
  .review-screenshot-stage { aspect-ratio: 4 / 3; }
  .related-visual-grid { grid-template-columns: 1fr; }
}

:root {
  --canvas: #ddd6d3;
  --canvas-soft: #e8e2df;
  --canvas-line: rgba(75, 57, 65, 0.075);
  --canvas-ink: #2f292d;
}

body {
  color: var(--ink);
  background-color: var(--canvas);
  background-image:
    linear-gradient(135deg, transparent 0 46%, var(--canvas-line) 46% 50%, transparent 50% 96%, var(--canvas-line) 96% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  background-size: 28px 28px, 100% 100%;
  background-attachment: fixed;
}

.directory-sections {
  padding: 9px;
  background: rgba(81, 61, 70, 0.075);
  border-color: rgba(65, 47, 56, 0.09);
  box-shadow: 0 24px 60px rgba(57, 42, 49, 0.10);
}

.breadcrumbs,
.breadcrumbs a,
.page-header > p,
.reviews-header p,
.reviews-toolbar > p,
.review-taxonomy .eyebrow {
  color: #675c61;
}

.page-header h1,
.reviews-header h1,
.page-shell > .section-heading h2,
.review-visual-page > .section-heading h2 {
  color: var(--ink);
}

.page-header .eyebrow,
.review-visual-page > .section-heading .eyebrow {
  color: var(--accent-dark);
}

.brand-copy {
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.global-ad-wrap {
  width: var(--shell);
  margin: 18px auto;
}

.global-ad-wrap-bottom {
  margin-top: 34px;
  margin-bottom: 22px;
}

.ad-slot {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  overflow: hidden;
  color: #75696e;
  background: #cfc5c2;
  border: 1px solid rgba(67, 50, 59, 0.12);
  border-radius: 12px;
  text-align: center;
}

.ad-slot-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.75;
}

.ad-slot strong {
  color: #5f5559;
  font-size: 0.82rem;
  font-weight: 650;
}

.ad-slot small {
  font-size: 0.67rem;
  opacity: 0.78;
}

.ad-slot-banner {
  width: min(970px, 100%);
  min-height: 90px;
  margin-inline: auto;
}

.ad-slot-square {
  width: 300px;
  height: 250px;
  max-width: 100%;
  margin-inline: auto;
  background: #d6cbc7;
}

.directory-sections .site-card-compact .review-search-button {
  display: grid;
  width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  place-items: center;
  color: var(--tone-deep);
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid color-mix(in srgb, var(--tone) 32%, #ffffff);
  border-radius: 50%;
  box-shadow: none;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.directory-sections .site-card-compact .review-search-button svg {
  width: 16px;
  height: 16px;
}

.directory-sections .site-card-compact .review-search-button circle,
.directory-sections .site-card-compact .review-search-button path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.directory-sections .site-card-compact .review-search-button:hover {
  color: #fff;
  background: var(--tone);
  box-shadow: 0 7px 16px color-mix(in srgb, var(--tone) 20%, transparent);
  transform: scale(1.05);
}

.directory-sections .site-card-compact .review-search-button:active {
  transform: scale(0.96);
  box-shadow: none;
}

.review-visual-page {
  padding-bottom: 74px;
}

.review-simple-identity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  margin: 16px 0 18px;
  background: rgba(248, 245, 243, 0.96);
  border: 1px solid rgba(87, 65, 74, 0.13);
  border-radius: 17px;
  box-shadow: 0 16px 42px rgba(61, 45, 52, 0.10);
}

.review-simple-identity .review-identity {
  display: flex;
  align-items: center;
  gap: 16px;
}

.review-simple-identity .review-favicon {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  padding: 9px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 7px 18px rgba(62, 44, 51, 0.08);
}

.review-simple-identity .review-identity-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.review-primary-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: start;
}

.review-screenshot-card {
  overflow: hidden;
  margin: 0;
  background: #f4efed;
  border: 1px solid rgba(86, 65, 74, 0.15);
  border-radius: 17px;
  box-shadow: 0 20px 50px rgba(64, 47, 55, 0.12);
}

.review-browser-bar {
  display: grid;
  min-height: 44px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 0 15px;
  color: #74696e;
  background: #eee7e4;
  border-bottom: 1px solid rgba(91, 70, 79, 0.10);
  font-size: 0.75rem;
}

.review-browser-dots {
  display: flex;
  gap: 5px;
}

.review-browser-dots span {
  width: 7px;
  height: 7px;
  background: #a89b9f;
  border-radius: 50%;
}

.review-browser-domain {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-screenshot-stage {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #c7b7bd;
}

.review-screenshot-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  color: #574b50;
  background: var(--preview-color, #c7b7bd);
  text-align: center;
}

.review-screenshot-placeholder strong {
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  font-weight: 680;
  letter-spacing: -0.025em;
}

.review-screenshot-placeholder span {
  font-size: 0.73rem;
  font-weight: 620;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.76;
}

.review-screenshot-stage img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.review-screenshot-card figcaption {
  padding: 9px 14px 11px;
  color: #75696e;
  background: #f4efed;
  font-size: 0.74rem;
}

.review-sidebar {
  display: grid;
  gap: 16px;
}

.review-visit-panel,
.review-overview-card {
  background: rgba(248, 245, 243, 0.97);
  border: 1px solid rgba(87, 65, 74, 0.13);
  border-radius: 16px;
  box-shadow: 0 15px 38px rgba(61, 45, 52, 0.09);
}

.review-visit-panel {
  padding: 21px;
}

.review-visit-panel h2 {
  margin: 0 0 7px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.review-visit-panel p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.88rem;
}

.review-visit-panel .button {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  border-radius: 11px;
  box-shadow: 0 10px 22px rgba(118, 47, 68, 0.18);
}

.review-overview-card {
  padding: 25px 27px;
  margin-top: 20px;
}

.review-overview-card h2 {
  margin-top: 0;
  font-size: 1.45rem;
}

.review-overview-card p:last-child {
  margin-bottom: 0;
}

.related-visual-section {
  margin-top: 32px;
}

.related-visual-section .section-heading {
  margin-bottom: 14px;
}

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

.related-visual-card {
  overflow: hidden;
  background: #f6f1ef;
  border: 1px solid rgba(84, 63, 72, 0.13);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(62, 45, 52, 0.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.related-visual-card:hover {
  border-color: rgba(139, 78, 97, 0.35);
  box-shadow: 0 17px 36px rgba(62, 45, 52, 0.12);
  transform: translateY(-2px);
}

.related-shot {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--preview-color, #c9bdc1);
}

.related-shot-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #62555a;
  background: var(--preview-color, #c9bdc1);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.related-shot img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.related-visual-name {
  display: block;
  overflow: hidden;
  padding: 11px 13px 12px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .review-primary-layout { grid-template-columns: 1fr; }
  .review-sidebar { grid-template-columns: minmax(0, 1fr) 300px; }
  .related-visual-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  body { background-size: 22px 22px, 100% 100%; }
  .global-ad-wrap { margin-block: 12px; }
  .ad-slot-banner { min-height: 72px; }
  .review-simple-identity {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }
  .review-simple-identity > .button { width: 100%; justify-content: center; }
  .review-primary-layout { gap: 14px; }
  .review-sidebar { grid-template-columns: 1fr; }
  .review-overview-card { padding: 21px; }
}

@media (max-width: 520px) {
  .related-visual-grid { grid-template-columns: 1fr; }
  .review-simple-identity .review-favicon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }
  .review-simple-identity .review-identity-copy h1 { font-size: 1.85rem; }
}

@media (max-width: 360px) {
  .ad-slot-square {
    width: 250px;
    height: 250px;
  }
}

:root {
  --canvas-premium: #b7adaf;
  --canvas-premium-deep: #9d9296;
  --canvas-premium-line: rgba(76, 62, 68, 0.13);
  --panel-premium: #f4f0ed;
  --panel-premium-soft: #eee8e5;
  --panel-premium-bright: #faf7f5;
  --premium-ink: #332c30;
  --premium-muted: #6d6166;
  --premium-line: rgba(70, 54, 62, 0.15);
}

body {
  color: var(--premium-ink);
  background-color: var(--canvas-premium);
  background-image:
    repeating-linear-gradient(
      135deg,
      transparent 0,
      transparent 10px,
      var(--canvas-premium-line) 10px,
      var(--canvas-premium-line) 11px,
      transparent 11px,
      transparent 22px
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 36rem);
  background-size: auto, 100% 100%;
  background-attachment: fixed;
}

.directory-sections {
  padding: 10px;
  background: rgba(76, 61, 68, 0.09);
  border: 1px solid rgba(65, 49, 57, 0.10);
  border-radius: 22px;
  box-shadow: 0 26px 62px rgba(62, 46, 53, 0.12);
}

.category-section {
  background: var(--panel-premium);
  border-color: var(--premium-line);
  box-shadow: 0 15px 34px rgba(62, 46, 53, 0.10);
}

.category-section:hover {
  box-shadow: 0 20px 44px rgba(62, 46, 53, 0.14);
}

.category-heading {
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--tone-soft) 58%, #f1ece9),
    #ece5e3 82%
  );
  border-bottom-color: rgba(69, 53, 61, 0.12);
}

.category-icon {
  background: rgba(255, 255, 255, 0.72);
  border-color: color-mix(in srgb, var(--tone) 24%, #c9bfc2);
}

.section-description {
  color: #6e6267;
  background: #f7f3f1;
}

.site-list,
.site-card,
.ranked-list .site-card {
  border-color: rgba(70, 54, 62, 0.12);
}

.site-card {
  background: var(--panel-premium-bright);
}

.site-card:hover {
  background: #f0eae7;
}

.directory-sections .site-card-compact:hover .site-name-line {
  background: color-mix(in srgb, var(--tone-soft) 58%, #f3eeeb);
}

.see-all-link {
  color: #5f5358;
  background: #eee8e5;
}

.category-page-header,
.prose-card,
.reviews-header,
.reviews-toolbar,
.review-directory-item,
.empty-state {
  border-color: var(--premium-line);
}

.breadcrumbs,
.breadcrumbs a,
.page-header > p,
.reviews-header p,
.reviews-toolbar > p,
.category-page-header > div > p:last-child {
  color: #5f5459;
}

.page-header h1,
.reviews-header h1,
.category-page-header h1,
.page-shell > .section-heading h2,
.review-visual-page > .section-heading h2 {
  color: #2f292d;
}

.site-header {
  background: rgba(247, 243, 240, 0.97);
  border-bottom-color: rgba(77, 58, 67, 0.13);
  box-shadow: 0 9px 26px rgba(55, 41, 47, 0.08);
}

.header-inner {
  min-height: 94px;
  gap: 30px;
}

.brand {
  gap: 14px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  color: #6f3447;
  background: linear-gradient(145deg, #eadde0, #ded0d4);
  border-color: #c8adb5;
  border-radius: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.brand-copy {
  min-width: 0;
  gap: 5px;
}

.brand-copy strong {
  color: #2f292d;
  font-size: 1.4rem;
  font-weight: 720;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.header-search {
  width: min(545px, 48vw);
  min-height: 48px;
  background: #ece6e3;
  border-color: rgba(85, 65, 74, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.header-search:focus-within {
  border-color: #9e6577;
  box-shadow: 0 0 0 3px rgba(126, 66, 84, 0.10);
}

.header-search input::placeholder {
  color: #81747a;
}

.global-ad-wrap {
  width: var(--shell);
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  margin: 0 auto;
}

.global-ad-wrap-bottom {
  min-height: 142px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.global-ad-wrap .ad-slot-banner {
  width: min(970px, 100%);
  min-height: 90px;
  margin: 0 auto;
}

.ad-slot {
  color: #62575c;
  background: #c9bec0;
  border-color: rgba(69, 53, 61, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.ad-slot strong {
  color: #51464b;
}

.ad-slot-square {
  background: #c8bdc0;
}

.ranked-list .site-row-meta {
  margin-top: 10px;
}

.ranked-list .site-row-meta > span {
  background: #ece5e2;
  border: 1px solid rgba(75, 57, 66, 0.08);
}

.review-visual-page {
  padding-bottom: 70px;
}

.review-simple-identity {
  padding: 20px 22px;
  margin: 14px 0 18px;
  background: rgba(247, 243, 240, 0.98);
  border: 1px solid var(--premium-line);
  border-radius: 16px;
  box-shadow: 0 13px 32px rgba(62, 46, 53, 0.09);
}

.review-simple-identity .review-identity {
  gap: 15px;
}

.review-simple-identity .review-favicon {
  width: 64px;
  height: 64px;
  flex-basis: 64px;
  padding: 9px;
  background: #fff;
  border-color: rgba(74, 57, 65, 0.14);
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(60, 44, 51, 0.08);
}

.review-simple-identity .review-identity-copy h1 {
  color: #30292d;
  font-size: clamp(2rem, 4vw, 3.05rem);
  font-weight: 720;
  letter-spacing: -0.045em;
}

.review-primary-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
}

.review-screenshot-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--preview-color, #bfb2b7);
  border: 1px solid rgba(69, 52, 61, 0.16);
  border-radius: 17px;
  box-shadow: 0 20px 48px rgba(59, 44, 50, 0.15);
}

.review-screenshot-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  color: rgba(59, 47, 52, 0.76);
  background: var(--preview-color, #bfb2b7);
  text-align: center;
}

.review-screenshot-placeholder strong {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.review-screenshot-frame img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.review-sidebar {
  display: grid;
  gap: 17px;
}

.review-sidebar .ad-slot-square {
  width: 300px;
  height: 250px;
  max-width: 100%;
  margin: 0 auto;
}

.review-detail-panel {
  padding: 21px;
  background: rgba(248, 244, 241, 0.98);
  border: 1px solid var(--premium-line);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(61, 45, 52, 0.09);
}

.review-detail-panel h2 {
  margin: 0 0 14px;
  color: #332c30;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.review-quick-facts {
  margin: 0 0 17px;
}

.review-quick-facts div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(75, 57, 66, 0.10);
}

.review-quick-facts div:first-child {
  border-top: 0;
  padding-top: 0;
}

.review-quick-facts dt {
  color: #887a80;
  font-size: 0.73rem;
  font-weight: 680;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.review-quick-facts dd {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #50464a;
  font-size: 0.84rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-detail-visit {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  border-radius: 11px;
  box-shadow: 0 10px 22px rgba(118, 47, 68, 0.17);
}

.review-overview-card {
  padding: 25px 27px;
  margin-top: 21px;
  background: rgba(248, 244, 241, 0.98);
  border: 1px solid var(--premium-line);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(61, 45, 52, 0.08);
}

.review-overview-card h2 {
  margin: 0 0 12px;
  color: #332c30;
  font-size: 1.42rem;
}

.review-overview-card p {
  color: #62565b;
}

.related-visual-section {
  margin-top: 32px;
}

.related-visual-card {
  background: #f5f0ed;
  border-color: var(--premium-line);
  box-shadow: 0 11px 26px rgba(61, 45, 52, 0.09);
}

.related-visual-card:hover {
  box-shadow: 0 16px 34px rgba(61, 45, 52, 0.13);
}

.related-shot {
  background: var(--preview-color, #bfb2b7);
}

.related-visual-name {
  color: #493f43;
}

@media (max-width: 980px) {
  .header-inner {
    min-height: 88px;
    gap: 18px;
  }

  .header-search {
    width: min(470px, 48vw);
  }

  .review-primary-layout {
    grid-template-columns: 1fr;
  }

  .review-sidebar {
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
    align-items: start;
  }
}

@media (max-width: 720px) {
  body {
    background-attachment: scroll;
  }

  .header-inner {
    min-height: auto;
    padding-block: 15px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-copy strong {
    font-size: 1.22rem;
  }

  .header-search {
    width: 100%;
  }

  .global-ad-wrap,
  .global-ad-wrap-bottom {
    min-height: 112px;
    padding: 14px 0;
  }

  .global-ad-wrap .ad-slot-banner {
    min-height: 78px;
  }

  .review-simple-identity {
    padding: 17px;
  }

  .review-simple-identity .review-favicon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .review-simple-identity .review-identity-copy h1 {
    font-size: clamp(1.65rem, 9vw, 2.35rem);
  }

  .review-screenshot-frame {
    border-radius: 14px;
  }

  .review-sidebar {
    grid-template-columns: 1fr;
  }

  .review-sidebar .ad-slot-square {
    width: min(300px, 100%);
  }

  .review-detail-panel,
  .review-overview-card {
    padding: 20px;
  }
}

:root {
  --reference-canvas: #666b6e;
  --reference-canvas-deep: #5b6063;
  --reference-stripe: rgba(37, 41, 43, 0.16);
  --reference-panel: #f3efe8;
  --reference-panel-bright: #faf7f1;
  --reference-panel-soft: #ebe5dd;
  --reference-ink: #2d2b2a;
  --reference-muted: #68615d;
  --reference-line: rgba(46, 42, 40, 0.16);
  --accent: #b65f45;
  --accent-dark: #88442f;
  --accent-soft: #ead9d1;
  --content-shell: #ded7ce;
  --content-shell-soft: #e7e1d9;
  --content-shell-line: rgba(46, 42, 40, 0.18);
}

body {
  color: var(--reference-ink);
  background-color: var(--reference-canvas);
  background-image:
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.018) 0,
      rgba(255, 255, 255, 0.018) 8px,
      var(--reference-stripe) 8px,
      var(--reference-stripe) 9px,
      rgba(255, 255, 255, 0.025) 9px,
      rgba(255, 255, 255, 0.025) 18px
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(0, 0, 0, 0.03));
  background-size: auto, 100% 100%;
  background-attachment: fixed;
}

.category-section,
.site-card,
.category-page-header,
.reviews-header,
.reviews-toolbar,
.review-directory-item,
.prose-card,
.empty-state,
.review-simple-identity,
.review-detail-panel,
.review-overview-card,
.related-visual-card,
.directory-search,
.search-result,
.method-grid section,
.ranked-list {
  background: var(--reference-panel-bright);
  border-color: var(--reference-line);
}

.category-section,
.category-page-header,
.reviews-header,
.review-simple-identity,
.review-overview-card,
.prose-card,
.ranked-list,
.directory-search {
  box-shadow: 0 18px 42px rgba(24, 27, 28, 0.14);
}

.category-heading {
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--tone-soft) 52%, #f1ece5),
    #eee8e1 84%
  );
  border-bottom-color: rgba(50, 45, 43, 0.12);
}

.section-description,
.see-all-link {
  background: var(--reference-panel-soft);
}

.site-card:hover,
.search-result:hover,
.review-directory-item:hover {
  background: #f0ebe4;
}

.directory-browser > .shell,
.page-shell,
.not-found {
  background: var(--content-shell);
  border: 1px solid var(--content-shell-line);
  border-radius: 22px;
  box-shadow: 0 26px 68px rgba(24, 27, 28, 0.20);
}

.directory-browser > .shell {
  padding: 14px;
}

.page-shell {
  padding: 20px 22px 56px;
}

.not-found {
  padding: clamp(28px, 5vw, 64px);
  margin-block: 28px 64px;
}

.directory-sections {
  gap: 14px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.breadcrumbs {
  margin: 0 0 18px;
}

.breadcrumbs ol {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  align-items: center;
  gap: 0;
  padding: 8px 12px;
  color: #f2ece5;
  background: #3f4446;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(24, 27, 28, 0.15);
  font-size: 0.82rem;
  font-weight: 640;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f2ece5;
}

.breadcrumbs a {
  color: #f2ece5;
  transition: color .18s ease;
}

.breadcrumbs a:hover {
  color: #fff;
}

.breadcrumbs li > span[aria-hidden="true"] {
  color: #d38a72;
  font-weight: 800;
}

.breadcrumbs [aria-current="page"] {
  color: #fff;
  font-weight: 720;
}

.page-header h1,
.page-shell > .section-heading h2,
.review-visual-page > .section-heading h2,
.category-page-header h1,
.reviews-header h1,
.review-simple-identity h1,
.review-overview-card h2,
.review-detail-panel h2 {
  color: var(--reference-ink);
}

.page-header > p,
.category-page-header > div > p:last-child,
.reviews-header p {
  color: #5f5955;
}

.site-header {
  background: rgba(248, 245, 239, 0.985);
  border-bottom-color: rgba(50, 46, 43, 0.16);
  box-shadow: 0 10px 26px rgba(31, 34, 35, 0.13);
}

.brand-mark {
  color: #7e402f;
  background: linear-gradient(145deg, #efe0d8, #e3d0c7);
  border-color: #cbaea2;
}

.brand-copy strong {
  color: #282624;
}

.header-search {
  background: #ece7df;
  border-color: rgba(50, 46, 43, 0.16);
}

.header-search:focus-within {
  border-color: #b56a53;
  box-shadow: 0 0 0 3px rgba(182, 95, 69, 0.12);
}

.header-search button,
.directory-search button,
.button-primary {
  background: var(--accent);
}

.header-search button:hover,
.directory-search button:hover,
.button-primary:hover {
  background: var(--accent-dark);
}

.global-ad-wrap,
.global-ad-wrap-bottom {
  width: var(--shell);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

.global-ad-wrap {
  min-height: 132px;
  padding: 21px 0;
}

.global-ad-wrap-bottom {
  min-height: 150px;
  padding: 28px 0;
}

.global-ad-wrap .ad-slot-banner {
  width: min(970px, calc(100% - 32px));
  margin: 0 auto;
}

.ad-slot {
  color: #d8d2ca;
  background: #555b5e;
  border-color: rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.ad-slot strong {
  color: #f2ede6;
}

.ad-slot-square {
  background: #555b5e;
}

.category-page-header {
  padding: 28px 6px 24px;
}

.category-ranked-list {
  margin-top: 4px;
}

.category-ranked-list .site-card {
  grid-template-columns: 44px 46px minmax(0, 1fr);
  padding-top: 17px;
  padding-bottom: 17px;
}

.category-ranked-list .site-card p {
  margin-bottom: 0;
}

.review-visual-page {
  padding-bottom: 56px;
}

.review-simple-identity {
  margin-top: 0;
}

.review-primary-layout {
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: stretch;
}

.review-screenshot-frame {
  border-color: rgba(39, 37, 35, 0.20);
  box-shadow: 0 22px 50px rgba(25, 28, 29, 0.18);
}

.review-sidebar {
  width: 300px;
  height: 100%;
  grid-template-rows: 250px minmax(0, 1fr);
  align-self: stretch;
}

.review-sidebar .ad-slot-square,
.review-detail-panel {
  width: 300px;
  max-width: 100%;
}

.review-sidebar .ad-slot-square {
  height: 250px;
  margin: 0;
}

.review-detail-panel {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 17px 19px;
  box-shadow: 0 15px 34px rgba(28, 31, 32, 0.12);
}

.review-detail-panel h2 {
  margin: 0 0 9px;
  font-size: 1.17rem;
  font-weight: 720;
  letter-spacing: -0.025em;
}

.review-quick-facts {
  margin: 0 0 12px;
}

.review-quick-facts div {
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  padding: 5px 0;
  border-top-color: rgba(62, 56, 53, 0.10);
}

.review-quick-facts dt {
  color: #7e746e;
  font-size: 0.66rem;
  font-weight: 700;
}

.review-quick-facts dd {
  color: #45413e;
  font-size: 0.79rem;
  font-weight: 640;
}

.review-quick-facts dd .review-website-link {
  color: #9a4a2a;
  word-break: break-all;
  text-decoration: underline;
  text-decoration-color: rgba(154, 74, 42, 0.35);
}

.review-quick-facts dd .review-website-link:hover {
  color: #7d3a22;
  text-decoration-color: rgba(125, 58, 34, 0.5);
}

.review-detail-visit {
  min-height: 56px;
  padding: 12px 15px;
  margin-top: auto;
  border-radius: 11px;
  font-size: 1.03rem;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: -0.015em;
  text-align: center;
  box-shadow: 0 12px 26px rgba(136, 68, 47, 0.24);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.review-detail-visit:hover {
  box-shadow: 0 15px 30px rgba(136, 68, 47, 0.28);
  transform: translateY(-1px);
}

.review-detail-visit:active {
  box-shadow: 0 8px 18px rgba(136, 68, 47, 0.20);
  transform: translateY(0);
}

.review-overview-card {
  box-shadow: 0 16px 38px rgba(27, 30, 31, 0.12);
}

.related-visual-section {
  margin-top: 28px;
}

.related-visual-heading {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 10px 16px;
  margin-bottom: 13px;
  background: #d1c8bd;
  border: 1px solid rgba(55, 49, 46, 0.16);
  border-radius: 12px;
}

.related-visual-heading h2 {
  margin: 0;
  color: #302d2a;
  font-size: 1.2rem;
  font-weight: 740;
  letter-spacing: -0.025em;
}

.related-visual-card {
  box-shadow: 0 12px 28px rgba(28, 31, 32, 0.11);
}

.reviews-list {
  gap: 12px;
}

.review-directory-item {
  box-shadow: 0 10px 26px rgba(27, 30, 31, 0.09);
}

.pagination-ellipsis {
  display: inline-grid;
  min-width: 34px;
  height: 34px;
  place-items: center;
  color: #6f6762;
  font-weight: 700;
}

.directory-search,
.search-result,
.method-grid section,
.prose-card,
.reviews-toolbar,
.review-directory-item {
  border-color: var(--reference-line);
}

@media (max-width: 1120px) {
  .review-primary-layout {
    grid-template-columns: 1fr;
  }

  .review-sidebar {
    width: 100%;
    height: auto;
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: stretch;
  }

  .review-detail-panel {
    width: 100%;
    min-height: 250px;
  }
}

@media (max-width: 760px) {
  body {
    background-attachment: scroll;
  }

  .directory-browser > .shell,
  .page-shell,
  .not-found {
    border-radius: 16px;
  }

  .directory-browser > .shell {
    padding: 9px;
  }

  .page-shell {
    padding: 14px 14px 42px;
  }

  .directory-sections {
    gap: 10px;
  }

  .breadcrumbs {
    margin-bottom: 14px;
  }

  .breadcrumbs ol {
    width: 100%;
    border-radius: 11px;
    font-size: 0.76rem;
  }

  .global-ad-wrap,
  .global-ad-wrap-bottom {
    min-height: 112px;
    padding: 14px 0;
  }

  .global-ad-wrap .ad-slot-banner {
    width: 100%;
  }

  .review-sidebar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .review-sidebar .ad-slot-square,
  .review-detail-panel {
    width: min(300px, 100%);
    margin-inline: auto;
  }

  .review-detail-panel {
    min-height: 0;
  }

  .review-detail-visit {
    min-height: 54px;
    font-size: 1rem;
  }

  .category-ranked-list .site-card {
    grid-template-columns: 38px 42px minmax(0, 1fr);
  }

  .related-visual-heading {
    min-height: 50px;
    padding: 9px 13px;
  }
}

.review-detail-visit {
  min-height: 64px;
  padding: 15px 20px;
  border-radius: 12px;
  font-size: 1.15rem;
  font-weight: 780;
  line-height: 1.18;
  letter-spacing: -0.018em;
  box-shadow: 0 14px 30px rgba(136, 68, 47, 0.26);
}

.review-detail-visit:hover {
  box-shadow: 0 18px 34px rgba(136, 68, 47, 0.31);
  transform: translateY(-1px);
}

.review-detail-visit:active {
  box-shadow: 0 9px 20px rgba(136, 68, 47, 0.22);
  transform: translateY(0);
}

.directory-browser {
  padding: 0;
}

.directory-browser > .shell {
  padding: 20px 22px 56px;
  background: var(--content-shell);
  border: 1px solid var(--content-shell-line);
  border-radius: 22px;
  box-shadow: 0 26px 68px rgba(24, 27, 28, 0.20);
}

@media (max-width: 760px) {
  .review-detail-visit {
    min-height: 60px;
    padding: 14px 17px;
    font-size: 1.08rem;
  }

  .directory-browser > .shell {
    padding: 14px 14px 42px;
    border-radius: 16px;
  }
}

[data-tone="wine"] {
  --tone: #8f3651;
  --tone-deep: #642038;
  --tone-soft: #f1dce4;
  --tone-card: #fff8fa;
}
[data-tone="rose"] {
  --tone: #c13d72;
  --tone-deep: #84274d;
  --tone-soft: #f7dbe6;
  --tone-card: #fff8fb;
}
[data-tone="violet"] {
  --tone: #7047d8;
  --tone-deep: #4a2da1;
  --tone-soft: #e8e0fb;
  --tone-card: #fbf9ff;
}
[data-tone="indigo"] {
  --tone: #4f5fc0;
  --tone-deep: #34418f;
  --tone-soft: #e0e5f8;
  --tone-card: #f8f9ff;
}
[data-tone="gold"] {
  --tone: #a66a14;
  --tone-deep: #71480c;
  --tone-soft: #f3e5c7;
  --tone-card: #fffaf0;
}
[data-tone="teal"] {
  --tone: #22847f;
  --tone-deep: #145c58;
  --tone-soft: #d7eeeb;
  --tone-card: #f6fdfc;
}
[data-tone="amber"] {
  --tone: #c46a22;
  --tone-deep: #854310;
  --tone-soft: #f7e2cf;
  --tone-card: #fff9f4;
}
[data-tone="blue"] {
  --tone: #326db8;
  --tone-deep: #214d87;
  --tone-soft: #dce9f8;
  --tone-card: #f7fbff;
}
[data-tone="cyan"] {
  --tone: #258da8;
  --tone-deep: #176277;
  --tone-soft: #d9f0f5;
  --tone-card: #f6fdff;
}
[data-tone="emerald"] {
  --tone: #35835b;
  --tone-deep: #245d41;
  --tone-soft: #dceee4;
  --tone-card: #f7fcf9;
}
[data-tone="plum"] {
  --tone: #9544a8;
  --tone-deep: #672b78;
  --tone-soft: #efddf2;
  --tone-card: #fff8ff;
}
[data-tone="coral"] {
  --tone: #c34e43;
  --tone-deep: #87352e;
  --tone-soft: #f5ddd9;
  --tone-card: #fff8f7;
}
[data-tone="slate"] {
  --tone: #586b7b;
  --tone-deep: #394957;
  --tone-soft: #e1e7eb;
  --tone-card: #f9fbfc;
}
[data-tone="olive"] {
  --tone: #788245;
  --tone-deep: #535a30;
  --tone-soft: #e6ead7;
  --tone-card: #fbfcf6;
}

.category-section[data-tone] {
  background: var(--tone-card);
  border-color: color-mix(in srgb, var(--tone) 44%, #c9c4bf);
  box-shadow:
    0 18px 42px rgba(24, 27, 28, 0.14),
    inset 0 0 0 1px color-mix(in srgb, var(--tone) 8%, transparent);
}

.category-section[data-tone]:hover {
  border-color: var(--tone);
  box-shadow:
    0 23px 48px rgba(24, 27, 28, 0.18),
    0 0 0 1px color-mix(in srgb, var(--tone) 24%, transparent);
}

.category-section[data-tone] .category-heading,
.category-page-header[data-tone] {
  background: linear-gradient(
    135deg,
    var(--tone-soft) 0%,
    color-mix(in srgb, var(--tone-soft) 48%, #ffffff) 64%,
    #ffffff 100%
  );
}

.category-section[data-tone] .category-heading {
  border-top: 5px solid var(--tone);
  border-bottom-color: color-mix(in srgb, var(--tone) 24%, #d6d0ca);
}

.category-section[data-tone] .category-heading h2,
.category-page-header[data-tone] h1 {
  color: var(--tone-deep);
}

.category-section[data-tone] .category-icon,
.category-page-header[data-tone] .category-icon {
  position: relative;
  color: #ffffff;
  background: var(--tone-deep);
  border-color: color-mix(in srgb, var(--tone-deep) 82%, #000000);
  box-shadow:
    0 7px 16px color-mix(in srgb, var(--tone) 24%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.category-section[data-tone] .category-svg,
.category-page-header[data-tone] .category-svg {
  stroke-width: 2;
}

.category-section[data-tone] .section-description {
  background: color-mix(in srgb, var(--tone) 7%, #ffffff);
  border-bottom: 1px solid color-mix(in srgb, var(--tone) 15%, #e2ddd8);
}

.category-section[data-tone] .site-list {
  border-top-color: color-mix(in srgb, var(--tone) 18%, #ddd8d2);
}

.category-section[data-tone] .site-card-compact .site-name-line {
  background: color-mix(in srgb, var(--tone) 3.5%, #ffffff);
  border-bottom-color: color-mix(in srgb, var(--tone) 13%, #e1ddd8);
}

.category-section[data-tone] .site-card-compact:hover .site-name-line {
  background: color-mix(in srgb, var(--tone) 13%, #ffffff);
}

.category-section[data-tone] .see-all-link {
  color: var(--tone-deep);
  background: color-mix(in srgb, var(--tone) 9%, #ffffff);
  border-top-color: color-mix(in srgb, var(--tone) 18%, #ddd8d2);
}

.category-section[data-tone] .see-all-link:hover {
  color: #ffffff;
  background: var(--tone-deep);
}

.category-page-header[data-tone] {
  border-left: 6px solid var(--tone);
  border-color: color-mix(in srgb, var(--tone) 42%, #cfc8c1);
  border-left-color: var(--tone);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--tone) 12%, rgba(24, 27, 28, 0.12));
}

.category-page-header[data-tone] .eyebrow {
  color: var(--tone-deep);
}

.category-page-header[data-tone] > div > p:last-child {
  color: #4f4946;
}

.category-premium .category-icon::after {
  content: "◆";
  position: absolute;
  z-index: 2;
  top: -7px;
  right: -7px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: #4b3100;
  background: #f2bd43;
  border: 2px solid #fff9ed;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(90, 59, 0, 0.24);
  font-size: 0.48rem;
  line-height: 1;
}

.category-premium.category-section {
  box-shadow:
    0 18px 42px rgba(24, 27, 28, 0.14),
    inset 0 0 0 1px rgba(191, 133, 27, 0.20);
}

.category-premium.category-section .category-heading {
  box-shadow: inset 0 2px 0 rgba(242, 189, 67, 0.82);
}

.category-ranked-list .site-card[data-tone] {
  border-left: 4px solid var(--tone);
  background: color-mix(in srgb, var(--tone) 2.5%, var(--reference-panel-bright));
}

.category-ranked-list .site-card[data-tone]:hover {
  background: color-mix(in srgb, var(--tone) 8%, #ffffff);
}

@media (max-width: 760px) {
  .category-section[data-tone] .category-heading {
    border-top-width: 4px;
  }

  .category-page-header[data-tone] {
    border-left-width: 4px;
  }

  .category-premium .category-icon::after {
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
  }
}

.review-identity-copy { display: flex; flex-direction: column; gap: 6px; }
.review-identity-copy h1 { margin: 0; letter-spacing: -0.02em; }
.review-verdict { margin: 0; max-width: 640px; color: var(--muted); font-size: 1.02rem; line-height: 1.55; }
.review-hero-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; margin-top: 14px; }
.affiliate-disclosure { display: block; max-width: 260px; text-align: right; color: #8d8189; font-size: 0.72rem; line-height: 1.35; }

.review-detail-panel h2 { font-size: 0.95rem; }
.review-quick-facts div { align-items: baseline; }
.review-quick-facts dd a { color: var(--link); }

.review-quick-facts dd {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.review-overview-card h2 { margin-top: 26px; }
.review-overview-card h2:first-child { margin-top: 0; }
.review-cat-links li a {
  display: inline-block; padding: 5px 12px; border: 1px solid #e3d3d8; border-radius: 999px;
  background: #faf5f6; color: var(--accent-dark); font-size: 0.86rem;
}

.category-stats { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 14px; color: var(--muted); font-size: 0.88rem; }
.category-stats strong { color: var(--ink); }

.reviews-hub-search { display: flex; gap: 8px; margin-top: 16px; max-width: 460px; }
.reviews-hub-search input {
  flex: 1; min-width: 0; padding: 9px 13px; border: 1px solid #ddc9d0; border-radius: 9px; font-size: 0.94rem;
}
.reviews-hub-search button { padding: 9px 15px; border: 0; border-radius: 9px; background: var(--accent); color: #fff; cursor: pointer; }
.review-directory-meta { display: flex; flex-wrap: wrap; gap: 5px 14px; }
.review-directory-meta a { color: var(--link); font-size: 0.84rem; }
.review-directory-meta span { color: var(--muted); font-size: 0.84rem; }

.search-result-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.search-result-actions .button { padding: 7px 14px; font-size: 0.85rem; }

.header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
}
.brand { justify-self: start; }
.header-nav { justify-self: center; }
.header-search { justify-self: end; margin-left: 0; width: min(400px, 30vw); }
.header-nav { display: flex; align-items: center; gap: 4px; }
.header-nav > a {
  padding: 7px 11px; border: 0; border-radius: 8px; background: transparent;
  color: var(--ink); font-size: 0.92rem; font-weight: 550; text-decoration: none; cursor: pointer;
}
.header-nav > a:hover { background: #f4eaed; }

.site-card-favicon { flex: none; width: 20px; height: 20px; border-radius: 5px; object-fit: contain; background: #fff; }
.logo-cell .site-card-favicon { width: 100%; height: 100%; }
.logo-sprite {
  display: inline-block;
  flex: none;
  border-radius: 5px;
}
span.logo-sprite.site-logo { border-radius: 10px; }
.site-logo { object-fit: contain; background: #fff; border: 1px solid #f0e4e8; border-radius: 10px; }

.review-hub-logo {
  flex: none;
  width: 22px;
  height: 22px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #f0e4e8;
  border-radius: 5px;
}
span.logo-sprite.review-hub-logo { border: 0; }
.review-directory-content > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 700px) {
  .review-directory-content > p { -webkit-line-clamp: 2; }
}

.also-listed-links { white-space: normal !important; overflow: visible !important; text-overflow: clip !important; }
.also-listed-links a { color: var(--link); }
.also-listed-links a:hover { color: var(--accent-dark); }

.review-simple-identity .review-identity { gap: 16px; }
.review-simple-identity .review-favicon {
  width: 68px !important;
  height: 68px !important;
  flex: 0 0 68px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 16px;
}

span.logo-sprite.review-favicon {
  --logo-size: 48px !important;
  box-sizing: border-box;
  background-origin: content-box;
  background-clip: content-box;
}

.review-simple-identity .review-identity .logo-fallback {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  padding: 0;
  border-radius: 16px;
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  .review-simple-identity .review-favicon { width: 56px !important; height: 56px !important; flex: 0 0 56px; padding: 8px; }
  span.logo-sprite.review-favicon { --logo-size: 40px !important; }
  .review-simple-identity .review-identity .logo-fallback { width: 56px; height: 56px; flex: 0 0 56px; }
}

.not-found-search { display: flex; gap: 8px; max-width: 420px; margin: 22px auto 6px; }
.not-found-search input { flex: 1; min-width: 0; padding: 10px 14px; border: 1px solid #ddc9d0; border-radius: 9px; }
.not-found-search button { padding: 10px 16px; border: 0; border-radius: 9px; background: var(--accent); color: #fff; cursor: pointer; }
.not-found-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 14px; }

.rank-factors div { margin-bottom: 14px; }
.rank-factors dt { font-weight: 650; }
.rank-factors dd { margin: 3px 0 0; color: var(--muted); line-height: 1.55; }

.prose-card { margin-inline: auto; }
.prose-card.prose-card-wide { max-width: 840px; }

.about-detail-links { margin: 0; padding: 0; list-style: none; }
.about-detail-links li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.about-detail-links li:last-child { border-bottom: 0; padding-bottom: 0; }
.about-detail-links a { color: var(--ink); font-weight: 650; text-decoration: none; }
.about-detail-links a:hover { color: var(--accent-dark); }
.about-detail-links p { margin: 4px 0 0; color: var(--muted); line-height: 1.55; }

.review-directory-item { border-bottom: 1px solid var(--line-strong); }
@media (min-width: 701px) {
  .review-directory-item { grid-template-columns: 44px minmax(0, 1fr) auto; }
}
.review-directory-title h2 { font-size: 1.14rem; font-weight: 650; }
.review-hub-logo { width: 22px; height: 22px; border-radius: 5px; }
.review-directory-cat a {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border: 1px solid #cfa9b3;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 650;
  text-decoration: none;
}
.review-directory-cat a:hover { background: #efd9e0; border-color: #bf96a2; }
.review-directory-meta { flex-wrap: wrap; gap: 8px; }
.review-directory-meta span {
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  font-size: 0.72rem;
}
.review-directory-actions .button { min-height: 40px; }
.review-directory-actions .button-outline { border-color: var(--line-strong); }
@media (max-width: 700px) {
  .review-directory-title { gap: 8px; }
}

@media (max-width: 1020px) {
  .header-inner { display: flex; flex-wrap: wrap; gap: 10px 18px; }
  .header-nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}
@media (max-width: 700px) {
  .review-simple-identity { flex-direction: column; align-items: flex-start; }
  .review-hero-actions { align-items: flex-start; }
  .affiliate-disclosure { text-align: left; }
  .review-primary-layout { grid-template-columns: 1fr; }
  .reviews-toolbar { flex-direction: column; gap: 8px; }
  .review-directory-item { grid-template-columns: auto 1fr; }
  .review-directory-actions { grid-column: 1 / -1; flex-direction: row; }
  .category-stats { gap: 4px 12px; }
}
@media (max-width: 430px) {
  .header-nav > a { padding: 7px 8px; font-size: 0.86rem; }
  .not-found-links { flex-direction: column; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}

.page-header,
.page-header-narrow,
.prose-card,
.prose-card.prose-card-wide {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
.prose-card,
.prose-card.prose-card-wide { margin-inline: 0; }

.prose-card p,
.prose-card li,
.prose-card dd { max-width: 74ch; }
.prose-card h2,
.prose-card h3 { max-width: 42ch; }
.page-prose .page-header p:last-child { max-width: 74ch; }

.site-card-body { min-width: 0; }
.site-card-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 11px; }
.button-small { padding: 7px 14px; font-size: 0.85rem; min-height: 36px; }

.review-related-section { margin-top: 42px; padding-top: 30px; border-top: 1px solid #eadfe2; }
.review-related-section > h2 { margin: 0 0 20px; color: var(--ink); font-size: 1.5rem; font-weight: 720; letter-spacing: -0.03em; }
.review-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.review-related-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  color: inherit;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(60, 44, 51, 0.06);
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}
.review-related-card:hover { border-color: #cfa9b3; box-shadow: 0 10px 24px rgba(60, 44, 51, 0.13); transform: translateY(-2px); }
.review-related-thumb {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f0e8e5;
  border-radius: 9px;
}
.review-related-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-related-letter {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #a08e95;
  font-size: 1.9rem;
  font-weight: 700;
}
.review-related-name { color: var(--ink); font-size: 0.98rem; font-weight: 680; line-height: 1.25; }
.review-related-meta { color: var(--muted); font-size: 0.79rem; }

@media (max-width: 900px) {
  .review-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 460px) {
  .review-related-grid { grid-template-columns: minmax(0, 1fr); }
}

.breadcrumbs ol { gap: 8px; }
.breadcrumbs li { gap: 8px; }
.breadcrumbs li > span[aria-hidden="true"] { margin-inline: 0; line-height: 1; }

.reviews-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 40px;
  row-gap: 22px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 26px;
  padding: 30px 34px;
  background: linear-gradient(135deg, #fdf9f7 0%, #f7edee 58%, #f3e3e7 100%);
  border: 1px solid #e4ccd3;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(57, 42, 49, 0.08);
  position: relative;
  overflow: hidden;
}
.reviews-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent) 0%, #c98a6d 45%, #8d5b74 100%);
}
.reviews-header .eyebrow { margin-bottom: 8px; }
.reviews-header h1 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  font-weight: 680;
  line-height: 1.08;
  letter-spacing: -0.038em;
}
.reviews-header-copy { min-width: 0; display: flex; flex-direction: column; }
.reviews-header-copy > p:last-child { max-width: 62ch; margin: 0; color: #67565e; font-size: 1rem; line-height: 1.6; }

.reviews-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 128px;
  padding: 18px 26px;
  background: #ffffff;
  border: 1px solid #e4ccd3;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(57, 42, 49, 0.07);
  text-align: center;
}
.reviews-total strong {
  color: var(--accent-dark);
  font-size: 2rem;
  font-weight: 720;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.reviews-total span { margin-top: 4px; color: #8d7b82; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }

.reviews-hub-search {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  margin-top: 0;
  max-width: none;
  width: 100%;
}
.reviews-hub-search input {
  flex: 1; min-width: 0; padding: 13px 18px;
  border: 1px solid #dcc3ca; border-radius: 12px;
  font-size: 0.98rem; background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.reviews-hub-search input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(157, 63, 89, 0.12); }
.reviews-hub-search button {
  padding: 13px 26px; border: 0; border-radius: 12px;
  background: var(--accent); color: #fff; cursor: pointer;
  font-weight: 660; font-size: 0.95rem;
  transition: background .2s ease, transform .15s ease;
}
.reviews-hub-search button:hover { background: var(--accent-dark); transform: translateY(-1px); }
@media (max-width: 640px) {
  .reviews-header { grid-template-columns: 1fr; align-items: stretch; column-gap: 0; row-gap: 16px; padding: 22px 18px; }
  .reviews-total { align-items: flex-start; text-align: left; min-width: 0; flex-direction: row; align-items: baseline; gap: 8px; padding: 12px 16px; }
  .reviews-total span { margin-top: 0; }
  .reviews-hub-search { grid-column: 1; flex-direction: column; }
  .reviews-hub-search button { width: 100%; }
}

.review-directory-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 6px;
  min-width: 0;
}
.review-hub-logo,
span.logo-sprite.review-hub-logo {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
  border-radius: 10px;
  --logo-size: 48px;
}
.review-directory-item { align-items: center; }
@media (max-width: 700px) {
  .review-hub-logo,
  span.logo-sprite.review-hub-logo {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    --logo-size: 44px;
  }
}

.access-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.4;
  border: 1px solid;
  white-space: nowrap;
}
.access-badge.access-free { color: #47725f; background: #eef5f0; border-color: #bfd9c8; }
.access-badge.access-freemium { color: #5d7a8a; background: #eef3f6; border-color: #bfd0da; }
.access-badge.access-premium { color: #8a5a23; background: #fbf3e6; border-color: #e2c99a; }

.review-screenshot-frame {
  width: 100%;
  margin: 0; 
  align-self: start;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(var(--preview-color), #f4edea);
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(60, 44, 51, 0.12);
}
.review-screenshot-frame .review-site-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: top center;
}
.review-screenshot-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  aspect-ratio: 16 / 9;
  text-align: center;
  color: #5e5057;
}
.review-screenshot-placeholder strong { font-size: clamp(1.5rem, 4vw, 2.2rem); }
.review-screenshot-placeholder span { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.7; }

.page-header,
.page-header-narrow,
.prose-card,
.prose-card.prose-card-wide,
.legal-content,
.content-inner,
.article-body {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  box-sizing: border-box;
}

.prose-card > section,
.prose-card section { width: 100%; }
.prose-card p,
.prose-card li,
.prose-card dd,
.prose-card dt,
.prose-card > section p,
.prose-card > section li,
.prose-card > section dd,
.prose-card h2,
.prose-card h3,
.prose-card > section h2,
.prose-card > section h3 {
  max-width: none !important;
  width: 100%;
}
.page-prose .page-header p:last-child { max-width: none; }

.site-name-line .site-direct-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}
.site-name-line .site-name-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.site-name-line .access-badge { flex: none; }

.ranked-list .site-card {
  grid-template-columns: 50px 56px minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 6px;
  align-items: center;
  padding: 20px 24px;
  transition: background .15s ease, box-shadow .15s ease;
}
.ranked-list .site-card:hover {
  background: var(--surface-soft);
  box-shadow: inset 3px 0 0 var(--accent);
}
.ranked-list .site-rank {
  padding-top: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #b7a8ad;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.ranked-list .site-card:nth-child(1) .site-rank { color: #b9871c; }
.ranked-list .site-card:nth-child(2) .site-rank { color: #84909e; }
.ranked-list .site-card:nth-child(3) .site-rank { color: #b1714a; }
.ranked-list .site-logo { width: 56px; height: 56px; border-radius: 12px; }
.ranked-list span.logo-sprite.site-logo { --logo-size: 56px !important; }
.ranked-list .site-card-body .site-name-line { align-items: center; }
.ranked-list .site-direct-link { font-size: 1.13rem; }
.ranked-list .site-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 780px;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.5;
}
.ranked-list .site-card-actions { margin-top: 12px; }
@media (max-width: 640px) {
  .ranked-list .site-card { grid-template-columns: 34px 44px minmax(0, 1fr); column-gap: 12px; padding: 15px 14px; }
  .ranked-list .site-logo { width: 44px; height: 44px; }
  .ranked-list span.logo-sprite.site-logo { --logo-size: 44px !important; }
  .ranked-list .site-rank { font-size: 0.9rem; }
}

.category-ranked-list .site-card {
  grid-template-columns: 44px 46px minmax(0, 1fr) auto;
  column-gap: 18px;
  align-items: center;
}
.category-ranked-list .site-card-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin: 0;
  min-width: 128px;
}
.category-ranked-list .site-card-actions .button {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 0.95rem;
  font-weight: 680;
  text-align: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .category-ranked-list .site-card { grid-template-columns: 38px 42px minmax(0, 1fr) auto; column-gap: 12px; }
  .category-ranked-list .site-card-actions { min-width: 106px; }
  .category-ranked-list .site-card-actions .button { min-height: 38px; padding: 8px 12px; font-size: 0.88rem; }
}
@media (max-width: 640px) {
  
  .category-ranked-list .site-card { grid-template-columns: 34px 40px minmax(0, 1fr); }
  .category-ranked-list .site-card-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    min-width: 0;
  }
  .category-ranked-list .site-card-actions .button { flex: 1; }
}

.review-detail-visit { display: flex; align-items: center; justify-content: center; }

.prose-card p,
.prose-card li,
.prose-card dd,
.prose-card h2,
.prose-card h3,
.prose-card .about-detail-links {
  max-width: none;
}
.prose-card .about-detail-links li a {
  display: inline-block;
  font-size: 1.06rem;
}

.breadcrumbs ol { padding: 8px 16px; }
.breadcrumbs li { gap: 8px; padding-inline: 0; }
.breadcrumbs li:last-child { padding-right: 0; }

.search-page .page-header { max-width: 720px; }
.search-status { margin: 26px 0 16px; color: var(--muted); font-weight: 600; letter-spacing: 0.01em; }
.search-results { gap: 16px; max-width: none; }
.search-result {
  position: relative;
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 16px 22px 16px 16px;
  border-radius: 16px;
  transition: box-shadow .22s ease, border-color .22s ease, transform .22s ease, background .22s ease;
}
.search-result:hover {
  border-color: #c9a3ae;
  box-shadow: 0 18px 40px rgba(57, 42, 49, 0.12);
  transform: translateY(-2px);
}

.search-result-visual {
  position: relative;
  display: grid;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e6d7dc;
  background: #fff;
  aspect-ratio: 16 / 9;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 2px 8px rgba(57, 42, 49, 0.06);
  transition: box-shadow .22s ease;
}
.search-result:hover .search-result-visual {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 6px 16px rgba(57, 42, 49, 0.10);
}
.search-result-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.search-result-shot-empty {
  display: grid;
  place-items: center;
  background:
    radial-gradient(120% 90% at 20% 0%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(135deg, #f3e6eb 0%, #e9d6dd 58%, #e2c9d2 100%);
}
.search-result-shot-empty strong {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 4px 12px rgba(57, 42, 49, 0.10);
  color: #a06e7e;
  font-size: 1.5rem;
  font-weight: 760;
  letter-spacing: -0.02em;
}
.search-result-main { min-width: 0; }
.search-result-titleline {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 7px;
}
.search-result-logo {
  flex: none;
  border-radius: 9px;
  box-shadow: 0 1px 4px rgba(57, 42, 49, 0.10);
}
.search-result-letter {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(145deg, #f6edf0, #ecdbe1);
  box-shadow: 0 1px 4px rgba(57, 42, 49, 0.10);
  color: #96707e;
  font-weight: 720;
  font-size: 1.1rem;
}
.search-result-title { margin: 0; font-size: 1.18rem; letter-spacing: -0.014em; }
.search-result-titleline .price-chip { flex: none; }
.search-result-main p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}
.search-result-main small {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: #f6eef1;
  color: #94757f;
  font-size: 0.78rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-result-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 138px;
}
.search-result-actions .button { justify-content: center; text-align: center; }
@media (max-width: 900px) {
  .search-result { grid-template-columns: 168px minmax(0, 1fr); gap: 15px; }
  .search-result-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    min-width: 0;
  }
  .search-result-actions .button { flex: 1; }
}
@media (max-width: 560px) {
  .search-result { grid-template-columns: 1fr; gap: 13px; padding: 14px; }
  .search-result-visual { max-height: 180px; }
  .search-result-titleline { flex-wrap: wrap; }
}
