/* Teknik özellikler — techspecs.ui.com benzeri, mağaza teması */
.ts-hub .ts-meta {
  font-size: 0.8rem;
  color: var(--muted, #6b7280);
  margin: 0 0 1.25rem;
}
.ts-cat-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.ts-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  padding: 1.5rem 1rem;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 12px;
  background: var(--surface, #fff);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.ts-cat-card:hover {
  border-color: var(--primary, #0066ff);
  box-shadow: 0 4px 16px rgba(0, 102, 255, 0.08);
}
.ts-cat-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--surface-2, #f1f5f9);
  position: relative;
}
.ts-cat-icon--gateway::after,
.ts-cat-icon--switching::after,
.ts-cat-icon--wifi::after,
.ts-cat-icon--camera::after,
.ts-cat-icon--door::after,
.ts-cat-icon--integrations::after,
.ts-cat-icon--hosting::after,
.ts-cat-icon--accessories::after {
  content: '';
  position: absolute;
  inset: 12px;
  border: 2px solid var(--primary, #0066ff);
  border-radius: 4px;
  opacity: 0.5;
}
.ts-cat-count {
  font-size: 0.8rem;
  color: var(--muted, #6b7280);
}
.ts-sub-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
}
.ts-sub-pill {
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.85rem;
  text-decoration: none;
  border: 1px solid var(--border, #e5e7eb);
  color: var(--text, #111);
  background: var(--surface, #fff);
}
.ts-sub-pill.is-active,
.ts-sub-pill:hover {
  border-color: var(--primary, #0066ff);
  color: var(--primary, #0066ff);
}
.ts-sub-pill.is-active {
  background: rgba(0, 102, 255, 0.08);
}
.ts-section-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: var(--muted, #6b7280);
}
.ts-product-grid {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.ts-product-card[hidden] {
  display: none;
}
.ts-product-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  background: var(--surface, #fff);
  min-height: 100%;
  transition: border-color 0.15s;
}
.ts-product-card a:hover {
  border-color: var(--primary, #0066ff);
}
.ts-product-thumb {
  width: 100%;
  max-width: 120px;
  height: auto;
  object-fit: contain;
}
.ts-product-title {
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1.3;
}
.ts-product-model {
  font-size: 0.75rem;
  color: var(--muted, #6b7280);
}
.ts-product-header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}
.ts-product-header-thumb {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid var(--border, #e5e7eb);
  background: #fff;
}
.ts-product-model-line {
  color: var(--muted, #6b7280);
  margin: 0.25rem 0 0;
}
.ts-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--border, #e5e7eb);
  padding-bottom: 0.5rem;
}
.ts-tab {
  padding: 0.5rem 1rem;
  border-radius: 8px 8px 0 0;
  text-decoration: none;
  font-weight: 500;
  color: var(--muted, #6b7280);
  border: 1px solid transparent;
}
.ts-tab.is-active {
  color: var(--primary, #0066ff);
  border-color: var(--border, #e5e7eb);
  border-bottom-color: var(--surface, #fff);
  background: var(--surface, #fff);
  margin-bottom: -1px;
}
.ts-panel--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 900px) {
  .ts-panel--split {
    grid-template-columns: 1fr;
  }
}
.ts-media-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ts-media img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid var(--border, #e5e7eb);
}
.ts-spec-block {
  margin-bottom: 1.5rem;
}
.ts-spec-block-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid var(--primary, #0066ff);
}
.ts-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.ts-spec-table th {
  text-align: left;
  font-weight: 500;
  color: var(--muted, #6b7280);
  padding: 0.45rem 0.75rem 0.45rem 0;
  width: 42%;
  vertical-align: top;
}
.ts-spec-table td {
  padding: 0.45rem 0;
  vertical-align: top;
}
.ts-spec-group td {
  font-weight: 600;
  color: var(--text, #111);
  padding-top: 0.75rem;
}
.ts-doc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
