/* Generated from style.css. Module: category. */
.category-card,
.review-card,
.alternative-card,
.criteria-card {
border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.category-card {
display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  min-height: 128px;
  padding: 18px;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.category-card:hover {
transform: translateY(-2px);
  border-color: #ffbdc8;
  box-shadow: var(--shadow);
}

.category-card h3,
.review-card h3,
.alternative-card h3,
.criteria-card h3 {
margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.category-card p,
.review-card p,
.alternative-card p,
.criteria-card p {
margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.category-hub {
background: #f4f7fb;
}

.category-hub-hero {
border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  background: #06111d;
  color: #fff;
}

.category-hub-hero-inner {
display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 42px;
  align-items: center;
  min-height: 390px;
  padding: 54px 0;
}

.category-hub-hero h1 {
max-width: 760px;
  margin: 12px 0 0;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.category-hub-hero p {
max-width: 720px;
  margin: 20px 0 0;
  color: #c7d2e1;
  font-size: 18px;
  line-height: 1.7;
}

.hub-trust-tags,
.hub-quick-tags {
display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hub-trust-tags {
margin-top: 24px;
}

.hub-trust-tags span,
.hub-quick-tags a,
.hub-quick-tags span {
display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 900;
}

.hub-trust-tags span {
background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.category-hub-stats {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.category-hub-stats div {
min-height: 124px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.category-hub-stats strong {
display: block;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}

.category-hub-stats span {
display: block;
  margin-top: 10px;
  color: #b7c3d4;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.hub-search-section {
border-bottom: 1px solid var(--line-soft);
  background: #fff;
  padding: 24px 0;
}

.category-hub-search {
display: block;
  max-width: 760px;
  margin: 0 auto;
}

.category-hub-search input {
width: 100%;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 18px;
  color: #0f172a;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  outline: none;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.category-hub-search input:focus {
border-color: #ff9aad;
  box-shadow: 0 0 0 4px rgba(244, 37, 71, 0.1);
}

.hub-quick-tags {
justify-content: center;
  max-width: 920px;
  margin: 18px auto 0;
}

.hub-quick-tags a,
.hub-quick-tags span {
background: #f8fafc;
  color: #334155;
  text-decoration: none;
}

.hub-quick-tags a:hover {
border-color: #ffbdc8;
  background: var(--brand-soft);
  color: var(--brand);
}

.hub-quick-tags span {
opacity: 0.65;
}

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

.hub-popular-card,
.hub-small-card {
border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hub-popular-card {
display: flex;
  min-height: 332px;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
}

.hub-popular-card:not(.is-planned):hover,
.hub-small-card:not(.is-planned):hover {
transform: translateY(-2px);
  border-color: #ffbdc8;
  box-shadow: var(--shadow);
}

.hub-popular-card.is-planned,
.hub-small-card.is-planned {
background: #fbfcfe;
}

.hub-popular-top {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hub-icon {
display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 10px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 14px;
  font-weight: 900;
}

.hub-status,
.hub-card-tag {
width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  background: #eaf8f1;
  color: #0c7c45;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.hub-popular-card.is-planned .hub-status,
.hub-small-card.is-planned .hub-card-tag {
background: #eef2f7;
  color: #64748b;
}

.hub-popular-card h3,
.hub-small-card h3 {
margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.25;
}

.hub-popular-card p,
.hub-small-card p {
margin: 0;
  color: #4b596d;
  font-size: 14px;
  line-height: 1.6;
}

.hub-reviewed {
margin-top: auto;
  color: #64748b;
  font-size: 13px;
  font-weight: 900;
}

.hub-card-metrics {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.hub-card-metrics div {
min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px;
  background: #f8fafc;
}

.hub-card-metrics dt {
margin: 0 0 4px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.hub-card-metrics dd {
margin: 0;
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.hub-card-cta,
.hub-small-card strong {
color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

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

.hub-small-card {
display: flex;
  min-height: 184px;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.hub-small-card strong {
margin-top: auto;
}

.hub-method-card {
border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.hub-method-card > div:first-child p {
max-width: 860px;
  margin: 10px 0 0;
  color: #4b596d;
  font-size: 15px;
  line-height: 1.7;
}

.hub-criteria-grid {
display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.hub-criteria-grid article {
border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 15px;
  background: #f8fafc;
}

.hub-criteria-grid h3 {
margin: 0;
  color: #0f172a;
  font-size: 15px;
}

.hub-criteria-grid p {
margin: 8px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.category-empty-state {
margin-bottom: 30px;
}

.category-empty-state p {
border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
  color: #64748b;
  font-weight: 800;
}

.category-detail-page {
background: #f4f7fb;
}

.category-detail-page > .section {
padding: 24px 0;
}

.category-detail-page > .section + .section {
padding-top: 16px;
}

.category-detail-hero {
background:
    radial-gradient(circle at 78% 24%, rgba(244, 37, 71, 0.16), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #fff7f9 55%, #f6f8fb 100%);
}

.category-detail-hero-inner {
display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 42px;
  align-items: center;
  min-height: 360px;
  padding: 42px 0;
}

.category-detail-hero h1 {
max-width: 760px;
  margin: 10px 0 0;
  color: #07111f;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

.category-detail-tags span {
border-color: #ffd0d9;
  background: #fff;
  color: #1d2737;
}

.category-detail-side {
border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.category-detail-icon {
display: grid;
  width: 86px;
  height: 86px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 20px;
  background: var(--navy);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.category-detail-stats {
display: grid;
  gap: 10px;
}

.category-detail-stats div {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 11px 12px;
  background: #f8fafc;
}

.category-detail-stats span {
flex: 1 1 42%;
  min-width: 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.category-detail-stats strong {
flex: 1 1 58%;
  min-width: 0;
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
  text-align: right;
  line-height: 1.35;
  overflow-wrap: anywhere;
  white-space: normal;
}

.category-filter-section .hub-quick-tags {
margin-top: 0;
}

.category-detail-grid {
display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 16px;
  align-items: start;
}

.category-about-card {
min-height: 0;
  padding: 24px;
}

.answer-card {
border: 1px solid #ffd0d8;
  border-radius: var(--radius);
  padding: 22px;
  background: linear-gradient(135deg, #fff 0%, #fff7f8 100%);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.answer-card p {
margin: 0;
  color: #3e4b5f;
  font-size: 16px;
}

.compact-heading {
margin-bottom: 14px;
}

.rich-text p:first-child {
margin-top: 0;
}

.rich-text p:last-child {
margin-bottom: 0;
}

.category-snapshot {
margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e5e7eb;
}

.snapshot-heading h3 {
margin: 0;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.25;
}

.snapshot-heading p {
max-width: 760px;
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

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

.snapshot-card {
position: relative;
  min-height: 128px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 15px 15px 15px 46px;
  background: #f8fafc;
}

.snapshot-dot {
position: absolute;
  top: 15px;
  left: 15px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: #fff1f4;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
}

.snapshot-card h4 {
margin: 0;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.25;
}

.snapshot-card p {
margin: 7px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.category-need-card {
min-height: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.category-need-card h2 {
margin: 0 0 14px;
  color: #0f172a;
  font-size: 21px;
}

.category-top-review-grid .category-pick-card .detail-actions {
margin-top: auto;
}

.category-safety-card {
display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 22px;
  border: 1px solid #ffd4dc;
  border-radius: 14px;
  padding: 24px;
  background:
    radial-gradient(circle at 86% 18%, rgba(244, 37, 71, 0.12), transparent 26%),
    #fff;
  box-shadow: var(--shadow);
}

.category-safety-card h2 {
margin: 0;
  color: #0f172a;
  font-size: 27px;
}

.category-safety-card p {
margin: 12px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

.safety-check-grid {
display: grid;
  gap: 10px;
}

.safety-check-grid span {
position: relative;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 11px 12px 11px 34px;
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.safety-check-grid span::before {
content: "";
  position: absolute;
  top: 14px;
  left: 13px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

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

.category-pick-card {
display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.category-pick-card .site-cell {
min-width: 0;
}

.category-pick-card .site-cell strong {
overflow-wrap: anywhere;
}

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

.guide-card {
border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.guide-card .mini-icon {
width: 38px;
  height: 38px;
  margin-bottom: 12px;
  font-size: 19px;
}

.guide-card h3 {
margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.guide-card p {
margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.pick-metrics {
display: grid;
  gap: 8px;
  margin: 0;
}

.pick-metrics div {
display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 9px;
  padding: 9px 10px;
  background: #f8fafc;
}

.pick-metrics dt,
.pick-metrics dd {
margin: 0;
  font-size: 12px;
}

.pick-metrics dt {
color: #64748b;
  font-weight: 800;
}

.pick-metrics dd {
color: #0f172a;
  font-weight: 900;
  text-align: right;
}

.category-hero-inner {
grid-template-columns: minmax(0, 1fr) 210px;
}

.category-empty-card {
padding: 28px;
  text-align: center;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), #fff);
}

.category-empty-card h3 {
margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.category-empty-card p {
max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.pick-card {
border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pick-card:hover {
transform: translateY(-1px);
  border-color: #ffbdc8;
  box-shadow: var(--shadow);
}

.pick-label {
display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pick-card h3 {
margin: 7px 0 5px;
  font-size: 17px;
  line-height: 1.25;
}

.pick-score {
color: #263449;
  font-size: 13px;
  font-weight: 900;
}

.pick-card .small-btn {
margin-top: 14px;
}

.quick-pick-badge {
display: inline-flex;
  margin-bottom: 10px;
  border-radius: 999px;
  padding: 5px 9px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.compact-review-card > h2 {
margin-bottom: 14px;
}

.compact-signal-card {
display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.compact-signal-card > div {
display: grid;
  grid-template-columns: minmax(128px, 0.34fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  background: #f8fafc;
}

.compact-signal-card span {
color: #64748b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

.compact-signal-card p {
margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
}

.reviews-hub-hero .category-hub-hero-inner {
align-items: center;
}

.safety-guide-hero .category-hub-hero-inner {
align-items: center;
}

@media (max-width: 980px) {
.category-hub-hero-inner {
grid-template-columns: 1fr;
    min-height: 0;
}
}

@media (max-width: 980px) {
.category-hub-stats,
  .hub-popular-grid,
  .rankings-featured-grid,
  .hub-small-grid,
  .hub-criteria-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 980px) {
.category-hero-inner {
grid-template-columns: 1fr;
}
}

@media (max-width: 980px) {
.ranking-method-box,
  .ranking-hero-inner,
  .review-hero-inner,
  .category-detail-hero-inner,
  .category-detail-grid,
  .category-safety-card,
  .not-found-hero-inner,
  .guide-detail-layout,
  .detail-body {
grid-template-columns: 1fr;
}
}

@media (max-width: 980px) {
.card-grid,
  .reviews-grid,
  .alternatives-list,
  .category-quick-picks,
  .ranking-alternative-grid,
  .choice-grid,
    .related-links,
    .review-alt-grid,
    .alt-quick-grid,
    .alt-note-grid,
    .alt-related-grid,
    .review-featured-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 760px) {
.card-grid,
  .reviews-grid,
  .alternatives-list,
  .category-quick-picks,
  .ranking-alternative-grid,
  .ranking-method-points,
  .snapshot-grid,
  .criteria-grid,
  .two-col,
  .choice-grid,
    .hub-popular-grid,
    .rankings-featured-grid,
    .hub-small-grid,
    .hub-card-metrics,
    .hub-criteria-grid,
    .quick-grid,
    .metric-grid,
    .method-grid,
    .summary-grid,
    .pros-grid,
    .safety-checks,
    .score-basis-grid,
    .criteria-list,
    .evidence-grid,
    .review-alt-grid,
    .decision-grid,
    .alt-note-grid,
    .alt-related-grid,
    .reviews-filter-bar,
    .review-directory-grid,
    .methodology-evaluate-grid,
    .methodology-label-grid,
    .methodology-process-grid,
    .methodology-limits-grid,
    .methodology-related-grid,
    .disclosure-overview-grid,
    .disclosure-two-column,
    .disclosure-list-grid,
    .editorial-principles-grid,
    .editorial-content-grid,
    .editorial-workflow-grid,
    .editorial-no-list,
    .not-found-grid-four,
    .not-found-grid-three,
    .not-found-ranking-list,
    .problem-grid,
    .guide-featured-grid,
    .guide-topic-grid,
    .guide-checklist-grid,
    .guide-type-grid,
    .guide-compare-grid,
    .safety-meaning-grid,
    .safety-two-column,
    .safety-risk-grid,
    .safety-checklist,
    .safety-type-grid,
    .safety-related-grid,
    .static-info-layout,
    .static-contact-form,
    .reviews-hub .method-grid,
    .review-category-grid,
    .review-featured-grid,
    .related-links {
grid-template-columns: 1fr;
}
}

@media (max-width: 760px) {
.category-hub-hero h1 {
font-size: 42px;
}
}

@media (max-width: 760px) {
.category-hub-hero p {
font-size: 16px;
}
}

@media (max-width: 760px) {
.category-hub-stats {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 760px) {
.hub-quick-tags {
justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
}
}

@media (max-width: 760px) {
.hub-quick-tags a,
  .hub-quick-tags span {
flex: 0 0 auto;
}
}

@media (max-width: 520px) {
.category-card {
grid-template-columns: 44px 1fr;
    min-height: 0;
    padding: 15px;
}
}

@media (max-width: 760px) {
.compact-signal-card > div {
grid-template-columns: 1fr;
    gap: 7px;
}
}
