.ftd-technology-page {
  --ftd-tech-line: #d9e4ec;
  --ftd-tech-muted: #586b78;
  --ftd-tech-blue: #0879d9;
  --ftd-tech-red: #d84a4a;
  --ftd-tech-shadow: 0 10px 30px rgba(28, 65, 103, .07);
}

.ftd-technology-main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 32px 0 88px;
}

.ftd-technology-article,
.ftd-technology-archive__grid {
  display: grid;
  gap: 32px;
}

.ftd-technology-hero,
.ftd-technology-archive__hero {
  border: 1px solid #d6e5ef;
  border-radius: 28px;
  background: linear-gradient(125deg, #edf8ff 0%, #f8fcff 58%, #fff 100%);
  box-shadow: 0 14px 42px rgba(25, 86, 126, .06);
}

.ftd-technology-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  min-height: 440px;
  padding: clamp(36px, 6vw, 68px);
  overflow: hidden;
}

.ftd-technology-archive__hero {
  padding: clamp(28px, 6vw, 64px);
}

.ftd-technology-hero h1,
.ftd-technology-archive__hero h1 {
  margin: .18em 0;
  font-size: clamp(2.35rem, 4.2vw, 3.85rem);
  line-height: 1.06;
  letter-spacing: -.045em;
  overflow-wrap: anywhere;
}

.ftd-technology-lead {
  max-width: 47rem;
  margin: 24px 0 0;
  color: #284252;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.9;
}

.ftd-technology-hero__meta,
.ftd-technology-tool-grid article header,
.ftd-technology-archive__grid footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ftd-technology-hero__meta {
  align-items: center;
  margin-top: 18px;
}

.ftd-technology-hero__meta-label {
  margin-right: 2px;
  color: #4f6478;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.ftd-technology-hero__meta code,
.ftd-technology-hero__meta span,
.ftd-technology-hero__meta a,
.ftd-technology-tool-grid header span,
.ftd-technology-card__tag {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  overflow-wrap: anywhere;
  padding: 6px 11px;
  border-radius: 999px;
  background: #e4f2fb;
  color: #20526f;
  font-size: .76rem;
  font-weight: 750;
}

.ftd-technology-hero__meta a { color: inherit; text-decoration: none; }
.ftd-technology-hero__meta a:hover,
.ftd-technology-hero__meta a:focus-visible { text-decoration: underline; }

.ftd-technology-hero__meta code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.ftd-technology-hero__visual,
.ftd-technology-card__media {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(32, 103, 147, .17);
  border-radius: 20px;
  background: #eef1f3;
}

.ftd-technology-hero__visual {
  width: 100%;
  min-width: 0;
  box-shadow: 0 18px 44px rgba(18, 76, 113, .12);
}

.ftd-technology-hero__body { min-width: 0; }

.ftd-technology-hero__visual > .ftd-media-lightbox-trigger {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.ftd-technology-hero__visual img,
.ftd-technology-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ftd-blueprint-placeholder {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(26, 105, 170, .12) 50%, transparent 50.3%),
    linear-gradient(transparent 49.7%, rgba(26, 105, 170, .12) 50%, transparent 50.3%),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(26, 105, 170, .055) 31px 32px),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(26, 105, 170, .055) 31px 32px),
    #edf0f2;
}

.ftd-blueprint-placeholder::before,
.ftd-blueprint-placeholder::after,
.ftd-blueprint-placeholder span {
  content: "";
  position: absolute;
  border: 3px solid #2177b7;
}

.ftd-blueprint-placeholder::before {
  inset: 22% 22%;
  border-radius: 50%;
}

.ftd-blueprint-placeholder::after {
  width: 42%;
  height: 24%;
  left: 29%;
  top: 38%;
  border-radius: 12px;
  transform: rotate(-8deg);
}

.ftd-blueprint-placeholder span {
  width: 9%;
  aspect-ratio: 1;
  right: 12%;
  bottom: 12%;
  border-color: var(--ftd-tech-red);
  border-radius: 50%;
  background: rgba(216, 74, 74, .08);
}

.ftd-technology-status__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.ftd-technology-status article,
.ftd-technology-source-list article {
  padding: 24px;
  border: 1px solid var(--ftd-tech-line);
  border-radius: 18px;
  background: #fff;
}

.ftd-technology-status .ftd-technology-status-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: visible;
  padding: 0;
}

.ftd-technology-status-card__header {
  padding: 18px 22px 17px;
  border-bottom: 1px solid var(--ftd-tech-line);
  border-radius: 17px 17px 0 0;
  background: #f2f8fc;
}

.ftd-technology-status-card__header h3 {
  margin: 0;
  color: #214b63;
  font-size: 1.05rem;
  line-height: 1.45;
}

.ftd-technology-status-card__header p {
  margin: 5px 0 0;
  color: #6a7d89;
  font-size: .78rem;
  line-height: 1.55;
}

.ftd-technology-status-card__body {
  min-width: 0;
  flex: 1;
  padding: 24px;
  overflow-wrap: anywhere;
}

.ftd-technology-status strong { font-size: 1.4rem; }
.ftd-technology-status dl div { margin-top: 12px; }
.ftd-technology-status dt { color: var(--ftd-tech-muted); font-size: .78rem; }
.ftd-technology-status dd { margin: 3px 0; }

.ftd-technology-card-grid,
.ftd-technology-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.ftd-technology-section-intro {
  max-width: 52rem;
  margin: 12px 0 0;
  color: var(--ftd-tech-muted);
  line-height: 1.8;
}

.ftd-technology-future-tool-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ftd-technology-future-tool-list li { min-width: 0; }

.ftd-technology-future-tool-list a {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid var(--ftd-tech-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(28, 65, 103, .05);
  color: #173e57;
  font-weight: 750;
  line-height: 1.5;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ftd-technology-future-tool-list a:hover,
.ftd-technology-future-tool-list a:focus-visible {
  border-color: #9cc9e2;
  box-shadow: 0 12px 30px rgba(28, 65, 103, .11);
  transform: translateY(-2px);
}

.ftd-technology-future-tool-list a:focus-visible,
.ftd-external-link:focus-visible {
  outline: 3px solid var(--ftd-color-accent, #ffbf47);
  outline-offset: 4px;
}

.ftd-technology-empty {
  margin: 24px 0 0;
  padding: 18px 20px;
  border: 1px dashed #bed0dc;
  border-radius: 14px;
  color: var(--ftd-tech-muted);
}

.ftd-technology-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ftd-tech-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--ftd-tech-shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ftd-technology-card:hover,
.ftd-technology-card:focus-within {
  border-color: #b7d7e9;
  box-shadow: 0 18px 42px rgba(28, 65, 103, .13);
  transform: translateY(-4px);
}

.ftd-technology-card__media {
  border: 0;
  border-bottom: 1px solid var(--ftd-tech-line);
  border-radius: 0;
}

.ftd-technology-card__body {
  display: flex;
  min-height: 100%;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.ftd-technology-organization-grid {
  align-items: stretch;
}

.ftd-technology-organization-card {
  height: auto;
  overflow: visible;
}

.ftd-technology-organization-card .ftd-technology-card__body {
  min-height: 0;
  box-sizing: border-box;
}

.ftd-technology-organization-card__tag-slot {
  display: flex;
  min-height: 31px;
  align-items: flex-start;
}

.ftd-technology-relation-card .ftd-technology-card__body {
  min-height: 0;
  box-sizing: border-box;
}

.ftd-technology-card h3 {
  margin: 14px 0 9px;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.ftd-technology-card p {
  margin: 0;
  color: var(--ftd-tech-muted);
  font-size: .9rem;
  line-height: 1.8;
}

.ftd-technology-card .ftd-technology-note {
  margin-top: auto;
  padding-top: 14px;
  color: #6b7e89;
  font-size: .78rem;
}

.ftd-technology-card__link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 18px;
  font-weight: 750;
}

.ftd-technology-organization-card__label {
  margin: 16px 0 3px !important;
  color: #356278 !important;
  font-size: .72rem !important;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ftd-technology-organization-card__summary {
  color: #405966 !important;
}

.ftd-external-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ftd-technology-patent-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--ftd-tech-line);
  list-style: none;
}

.ftd-technology-patent-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 24px 2px;
  border-bottom: 1px solid var(--ftd-tech-line);
}

.ftd-technology-patent-list h3 {
  margin: 0 0 8px;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.ftd-technology-patent-list p {
  margin: 4px 0 0;
  color: var(--ftd-tech-muted);
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.ftd-technology-patent-list p span {
  margin-right: 8px;
  color: #31566b;
  font-size: .76rem;
  font-weight: 800;
}

.ftd-technology-patent-list > li > a {
  white-space: nowrap;
  font-weight: 750;
}

.ftd-technology-card a:focus-visible,
.ftd-technology-source-list a:focus-visible {
  border-radius: 4px;
  outline: 3px solid var(--ftd-color-accent, #ffbf47);
  outline-offset: 4px;
}

.ftd-technology-tool-grid header .is-review {
  background: #fff0ce;
  color: #7a4b00;
}

.ftd-technology-source-list { display: grid; gap: 12px; }
.ftd-technology-source-list article { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ftd-technology-source-list h3,
.ftd-technology-source-list p { overflow-wrap: anywhere; }
.ftd-technology-note { color: var(--ftd-tech-muted); }
.ftd-technology-archive-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(28, 65, 103, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ftd-technology-archive-card:hover,
.ftd-technology-archive-card:focus-within {
  transform: translateY(-2px);
  border-color: #cbdbe6;
  box-shadow: 0 12px 30px rgba(28, 65, 103, .11);
}

.ftd-technology-archive-card__link {
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.ftd-technology-archive-card__link:focus-visible {
  border-radius: 15px;
  outline: 3px solid var(--ftd-color-accent, #ffbf47);
  outline-offset: -3px;
}

.ftd-technology-archive-card__media {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  aspect-ratio: 3 / 2;
  border-bottom: 1px solid #e2e8f0;
  background: #eef3f6;
}

.ftd-technology-archive-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ftd-technology-archive-card__media.is-empty span {
  display: block;
  width: 100%;
  height: 100%;
}

.ftd-technology-archive-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}

.ftd-technology-archive-card code {
  color: #426273;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .76rem;
  overflow-wrap: anywhere;
}

.ftd-technology-archive-card h2 {
  margin: .5em 0 .45em;
  color: #17384a;
  font-size: 1.24rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.ftd-technology-archive-card__summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #405965;
  line-height: 1.72;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ftd-technology-archive-card footer {
  margin-top: auto;
  padding-top: 18px;
  color: #31566b;
  font-size: .82rem;
  font-weight: 750;
}

@media (max-width: 980px) {
  .ftd-technology-hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
    gap: 30px;
    min-height: 390px;
  }
  .ftd-technology-card-grid,
  .ftd-technology-archive__grid,
  .ftd-technology-future-tool-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .ftd-technology-main { width: min(100% - 32px, 1180px); padding-top: 22px; }
  .ftd-technology-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 30px 24px;
    border-radius: 22px;
  }
  .ftd-technology-hero__visual { order: 2; border-radius: 16px; }
  .ftd-technology-status__grid,
  .ftd-technology-card-grid,
  .ftd-technology-archive__grid,
  .ftd-technology-future-tool-list { grid-template-columns: 1fr; }
  .ftd-technology-source-list article { align-items: flex-start; flex-direction: column; }
  .ftd-technology-patent-list li { grid-template-columns: 1fr; gap: 12px; }
  .ftd-technology-patent-list > li > a { justify-self: start; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  .ftd-technology-card,
  .ftd-technology-archive-card { transition: none; }
  .ftd-technology-card:hover,
  .ftd-technology-card:focus-within,
  .ftd-technology-archive-card:hover,
  .ftd-technology-archive-card:focus-within,
  .ftd-technology-future-tool-list a:hover,
  .ftd-technology-future-tool-list a:focus-visible { transform: none; }
}

.ftd-technology-aliases {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  color: var(--ftd-tech-muted, #586b78);
  font-size: .9rem;
  line-height: 1.6;
}

.ftd-technology-aliases strong { color: #284252; }
