:root {
  --tech-navy: #0a2540;
  --tech-blue: #0f4f9f;
  --tech-teal: #106878;
  --tech-text: #334155;
  --tech-muted: #64748b;
  --tech-border: #e2e8f0;
  --tech-soft: #f8fafc;
  --tech-chip: #eef6f8;
  --tech-white: #ffffff;
}

.tech-seo {
  color: var(--tech-text);
}

.tech-seo a,
.tech-autolink,
.tech-related a,
.tech-detail-link a,
.tech-section-nav__link {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.tech-seo a:hover,
.tech-seo a:focus-visible,
.tech-autolink:hover,
.tech-autolink:focus-visible,
.tech-related a:hover,
.tech-related a:focus-visible,
.tech-detail-link a:hover,
.tech-detail-link a:focus-visible,
.tech-section-nav__link:hover,
.tech-section-nav__link:focus-visible {
  color: var(--tech-blue);
  font-weight: 800;
  text-decoration: none;
  outline: none;
}

.tech-section-nav {
  margin: 1.5rem 0 2rem;
  padding: 1rem;
  border: 1px solid var(--tech-border);
  border-radius: 8px;
  background: var(--tech-soft);
}

.tech-section-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tech-section-nav__item {
  margin: 0;
}

.tech-section-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .35rem .65rem;
  border: 1px solid var(--tech-border);
  border-radius: 999px;
  background: var(--tech-white);
  color: var(--tech-navy);
  font-size: .92rem;
}

.tech-article {
  display: block;
}

.tech-section {
  margin: 2rem 0 0;
  padding-top: .25rem;
}

.tech-section__title {
  color: var(--tech-navy);
  font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 .75rem;
}

.tech-section__body > * + * {
  margin-top: 1rem;
}

.tech-bullet-list {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tech-bullet-list__item {
  display: grid;
  grid-template-columns: minmax(6.5rem, auto) 1fr;
  gap: .75rem;
  padding: .85rem 1rem;
  border: 1px solid var(--tech-border);
  border-radius: 8px;
  background: var(--tech-white);
}

.tech-bullet-list__item--plain {
  display: block;
}

.tech-bullet-list__label {
  color: var(--tech-navy);
  font-weight: 800;
}

.tech-bullet-list__text {
  min-width: 0;
}

.tech-seo-hero,
.tech-seo-figure,
.tech-figure {
  margin: 1.25rem 0 1.75rem;
}

.tech-seo-hero img,
.tech-seo-figure img,
.tech-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--tech-border);
  border-radius: 8px;
  background: #fff;
}

.tech-seo-hero figcaption,
.tech-seo-figure figcaption,
.tech-figure figcaption {
  margin-top: .5rem;
  color: var(--tech-muted);
  font-size: .9rem;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  overflow-wrap: anywhere;
}

.spec-table th,
.spec-table td {
  border: 1px solid var(--tech-border);
  padding: .65rem .75rem;
  vertical-align: top;
}

.spec-table th {
  background: var(--tech-soft);
  color: var(--tech-navy);
  font-weight: 800;
}

.inline-list {
  display: flex;
  align-items: flex-start;
  gap: .6rem .75rem;
  margin-top: .75rem;
}

.inline-list--chips {
  flex-direction: column;
}

.inline-list__label {
  color: var(--tech-navy);
  font-size: .92rem;
  font-weight: 800;
}

.tech-related {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tech-related > li {
  margin: 0;
  padding: 0;
}

.tech-related a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .35rem .65rem;
  border: 1px solid var(--tech-border);
  border-radius: 999px;
  background: var(--tech-chip);
  color: var(--tech-navy);
  line-height: 1.25;
}

.tech-related a:hover,
.tech-related a:focus-visible {
  color: var(--tech-blue);
  font-weight: 800;
  text-decoration: none;
  border-color: rgba(15,79,159,.35);
  background: #eff6ff;
}

.tech-detail-link {
  margin-top: 1rem;
}

.tech-detail-link a {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  color: var(--tech-navy);
}

.tech-detail-link a:hover,
.tech-detail-link a:focus-visible {
  color: var(--tech-blue);
  font-weight: 800;
  text-decoration: none;
  outline: none;
}

.faq-list {
  display: grid;
  gap: .75rem;
}

.faq-item {
  border: 1px solid var(--tech-border);
  border-radius: 8px;
  background: var(--tech-white);
}

.faq-item summary {
  cursor: pointer;
  padding: .85rem 1rem;
  color: var(--tech-navy);
  font-weight: 800;
}

.faq-item__body {
  padding: 0 1rem 1rem;
}

.tech-sources {
  margin-top: 2rem;
  padding: 1rem;
  border: 1px solid var(--tech-border);
  border-radius: 8px;
  background: var(--tech-soft);
}

.tech-sources__title {
  margin: 0 0 .75rem;
  color: var(--tech-navy);
  font-size: 1.05rem;
}

.tech-sources__list {
  display: grid;
  gap: .4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tech-sources__link {
  color: var(--tech-blue);
  font-weight: 800;
  text-decoration: none;
}

.tech-sources__link:hover,
.tech-sources__link:focus-visible {
  color: var(--tech-navy);
  text-decoration: none;
  outline: none;
}

.tech-sources__disclaimer {
  margin: .85rem 0 0;
  color: var(--tech-muted);
  font-size: .92rem;
}

.img-protected {
  -webkit-user-drag: none;
  user-select: none;
}

@media (max-width: 720px) {
  .tech-bullet-list__item {
    grid-template-columns: 1fr;
  }

  .tech-section-nav__list,
  .tech-related {
    gap: .45rem;
  }

  .spec-table {
    display: block;
    overflow-x: auto;
  }
}


.tech-bullet-list__label::after {
  content: ':';
}
