/* tweakzen.com — index-only layout (distinct from mirror catalog pages) */

.tz-hero-panel {
  background: linear-gradient(145deg, rgba(99,102,241,.08) 0%, rgba(16,185,129,.06) 50%, transparent 100%);
  border: 1px solid rgba(148,163,184,.2);
  border-radius: 2rem;
}

.dark .tz-hero-panel {
  background: linear-gradient(145deg, rgba(99,102,241,.15) 0%, rgba(16,185,129,.08) 50%, transparent 100%);
  border-color: rgba(51,65,85,.6);
}

.tz-cat-heading {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 2rem 0 1rem;
  padding-bottom: .65rem;
  border-bottom: 2px solid rgba(99,102,241,.2);
}

.tz-cat-heading span {
  width: 2rem;
  height: 2rem;
  border-radius: .65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  background: rgba(99,102,241,.12);
  color: #4f46e5;
}

.dark .tz-cat-heading span { color: #a5b4fc; }

.tz-card-tag {
  display: inline-block;
  margin-top: .35rem;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .2rem .45rem;
  border-radius: 999px;
  background: rgba(16,185,129,.12);
  color: #059669;
}

.dark .tz-card-tag { color: #34d399; background: rgba(16,185,129,.15); }

.tz-editorial {
  columns: 1;
  column-gap: 2rem;
}

@media (min-width: 768px) {
  .tz-editorial { columns: 2; }
}

.tz-editorial p {
  break-inside: avoid;
  margin-bottom: 1rem;
  line-height: 1.7;
  font-size: .9375rem;
}

.tz-compare th, .tz-compare td {
  padding: .85rem 1rem;
  text-align: left;
  font-size: .8125rem;
  border-bottom: 1px solid #e2e8f0;
}

.dark .tz-compare th, .dark .tz-compare td { border-color: #334155; }

.tz-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
  list-style: none;
  padding: 1rem 0;
}

.dark .tz-faq-item summary { color: #f8fafc; }

.tz-faq-item summary::-webkit-details-marker { display: none; }

.tz-changelog li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: .75rem;
  font-size: .8125rem;
  line-height: 1.5;
}

.tz-changelog li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #6366f1;
}
