.examples-page .nav-links a.active {
  color: #d7e9ff;
}

.examples-hero {
  padding: 82px 0 28px;
}

.examples-hero-inner {
  max-width: 1200px;
}

.examples-title {
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}

.examples-subtitle {
  color: var(--muted);
  font-size: clamp(16px, 1.9vw, 21px);
  max-width: 720px;
}

.examples-feed {
  padding: 62px 0 78px;
}

.examples-archive-header {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.examples-archive-summary {
  color: rgba(214, 224, 236, 0.76);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.examples-archive-filters,
.examples-archive-subfilters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.examples-archive-subfilters[hidden] {
  display: none;
}

.examples-archive-filter,
.examples-archive-subfilter {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(125, 208, 255, 0.14);
  background: rgba(10, 17, 26, 0.58);
  color: rgba(214, 224, 236, 0.76);
  text-decoration: none;
  font-size: 14px;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.examples-archive-filter:hover,
.examples-archive-filter:focus-visible,
.examples-archive-subfilter:hover,
.examples-archive-subfilter:focus-visible {
  color: #e8f3ff;
  border-color: rgba(125, 208, 255, 0.3);
  background: rgba(13, 20, 30, 0.8);
}

.examples-archive-filter.is-active,
.examples-archive-subfilter.is-active {
  color: #f3f8ff;
  border-color: rgba(125, 208, 255, 0.36);
  background:
    linear-gradient(180deg, rgba(12, 18, 28, 0.9), rgba(8, 13, 20, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(44, 183, 196, 0.12), transparent 42%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.examples-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.examples-archive-section {
  display: grid;
  gap: 20px;
}

.examples-archive-year {
  margin: 0;
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: -0.02em;
}

.examples-archive-month-group {
  display: grid;
  gap: 0;
}

.examples-archive-month {
  margin: 0 0 8px;
  color: rgba(214, 224, 236, 0.7);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.example-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.example-card-featured {
  position: relative;
  padding: 32px 0;
}

.example-card-featured::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(44, 183, 196, 0),
    rgba(86, 193, 224, 0.55) 20%,
    rgba(125, 208, 255, 0.68) 50%,
    rgba(86, 193, 224, 0.55) 80%,
    rgba(44, 183, 196, 0)
  );
  box-shadow: 0 0 12px rgba(0, 164, 237, 0.28);
  top: 0;
}

.example-featured-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 22px;
  align-items: start;
}

.example-featured-media {
  width: 100%;
  max-width: none;
  min-width: 0;
  order: 2;
}

.example-featured-copy {
  min-width: 0;
  order: 1;
}

.example-media-frame {
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(86, 193, 224, 0.55);
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(10, 15, 22, 0.95), rgba(5, 10, 16, 0.88)),
    radial-gradient(circle at 100% 0, rgba(0, 164, 237, 0.38), transparent 42%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(86, 193, 224, 0.25),
  0 22px 56px rgba(0, 0, 0, 0.46);
  position: relative;
}

.example-media-frame--static {
  padding: 10px;
  border: 1px solid rgba(125, 208, 255, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(125, 208, 255, 0.14),
    0 22px 56px rgba(0, 0, 0, 0.44);
}

.example-media-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(120% 100% at 20% -10%, rgba(255, 255, 255, 0.18), transparent 40%),
    radial-gradient(120% 100% at 90% 100%, rgba(44, 183, 196, 0.14), transparent 42%);
  pointer-events: none;
}

.example-media-frame::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -16px;
  height: 22px;
  border-radius: 999px;
  background: rgba(0, 164, 237, 0.3);
  filter: blur(16px);
  pointer-events: none;
}

.example-media-frame--static::after {
  display: none;
}

.example-card-media,
.example-card-thumbnail,
.example-card-media-placeholder {
  width: 100%;
}

.example-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(4, 8, 13, 0.72);
}

.example-card-thumbnail {
  display: block;
  height: 100%;
  object-fit: cover;
}

.example-card-media-placeholder {
  min-height: 100%;
  display: grid;
  place-items: center;
  gap: 8px;
  text-align: center;
  padding: 16px;
  color: rgba(214, 224, 236, 0.82);
}

.example-card-media-placeholder-mark {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(215, 233, 255, 0.72);
}

.example-card-media-placeholder-copy {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  color: #f3f8ff;
}

.example-head {
  margin-bottom: 14px;
}

.example-meta {
  color: #b7f0f5;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}

.example-head h2 {
  font-size: clamp(26px, 3.1vw, 36px);
  line-height: 1.14;
  margin-bottom: 8px;
}

.example-date {
  margin: 0;
  color: #b8c2cc;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.example-head p {
  color: var(--muted);
  max-width: 860px;
}

.example-body {
  display: grid;
  gap: 10px;
}

.example-body p {
  margin: 0;
  color: var(--muted);
  max-width: 900px;
  font-size: 17px;
  line-height: 1.58;
}

.examples-empty {
  padding: 28px 0;
  color: rgba(214, 224, 236, 0.7);
  font-size: 16px;
}

.example-title-link {
  color: inherit;
  text-decoration: none;
}

.example-title-link:hover h2,
.example-title-link:focus-visible h2 {
  color: #d7e9ff;
}

.example-card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.examples-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(125, 208, 255, 0.12);
}

.examples-pagination[hidden] {
  display: none;
}

.examples-pagination-link,
.examples-pagination-status {
  color: rgba(214, 224, 236, 0.76);
  font-size: 14px;
}

.examples-pagination-link {
  text-decoration: none;
}

.examples-pagination-link:hover,
.examples-pagination-link:focus-visible {
  color: #f3f8ff;
}

.examples-pagination-link.is-disabled {
  opacity: 0.38;
}

.example-read-link {
  color: #b7f0f5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.example-read-link:hover,
.example-read-link:focus-visible {
  color: #d7e9ff;
}

.example-detail-shell {
  min-height: 60vh;
  padding-top: 18px;
  padding-bottom: 28px;
}

.example-detail-page {
  display: grid;
  gap: 52px;
  justify-items: center;
}

.example-detail-head {
  display: grid;
  gap: 20px;
  max-width: 920px;
  justify-items: center;
  text-align: center;
}

.example-detail-title {
  margin: 0;
  max-width: 980px;
  font-size: clamp(40px, 5.6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.example-detail-summary {
  margin: 0;
  max-width: 680px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  color: rgba(214, 224, 236, 0.82);
}

.example-detail-layout {
  width: min(100%, 1180px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  justify-items: center;
}

.example-detail-layout .example-featured-media {
  order: 2;
  width: min(100%, 980px);
  max-width: 980px;
}

.example-detail-layout .example-featured-copy {
  order: 1;
  min-width: 0;
  width: min(100%, 680px);
  max-width: 680px;
}

.example-detail-layout .example-featured-copy:not(.example-detail-copy-intro):not(.example-detail-copy-after) {
  order: 1;
}

.example-detail-layout .example-featured-copy.example-detail-copy-intro {
  order: 1;
}

.example-detail-layout .example-featured-copy.example-detail-copy-after {
  order: 3;
}

.example-detail-layout .example-media-frame {
  padding: 18px;
  border-radius: 30px;
  border: 1px solid rgba(125, 208, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(8, 12, 18, 0.96), rgba(5, 8, 13, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(44, 183, 196, 0.16), transparent 52%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(125, 208, 255, 0.08),
    0 34px 84px rgba(0, 0, 0, 0.46),
    0 0 42px rgba(44, 183, 196, 0.08);
}

.example-detail-layout .example-media-frame::after {
  left: 16%;
  right: 16%;
  bottom: -22px;
  height: 28px;
  background: rgba(44, 183, 196, 0.18);
  filter: blur(22px);
}

.example-detail-layout .example-embed {
  border-radius: 22px;
}

.example-detail-layout .example-body {
  gap: 18px;
}

.example-detail-layout .example-body p {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(220, 228, 236, 0.84);
}

.example-source-line {
  margin-top: 26px;
  color: rgba(214, 224, 236, 0.64);
  font-size: 13px;
  line-height: 1.6;
}

.example-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.example-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(86, 193, 224, 0.22);
  background: rgba(86, 193, 224, 0.06);
  color: rgba(214, 236, 248, 0.84);
  font-size: 12px;
}

.example-related {
  display: grid;
  width: min(100%, 1120px);
  gap: 22px;
}

.example-article-nav {
  width: min(100%, 1120px);
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.example-article-nav-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px 0 0;
  border-top: 1px solid rgba(125, 208, 255, 0.12);
}

.example-article-nav-link {
  color: rgba(214, 236, 248, 0.8);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

.example-article-nav-link.is-center {
  justify-self: center;
  color: #b7f0f5;
}

.example-article-nav-link.is-next {
  justify-self: end;
  text-align: right;
}

.example-article-nav-link:hover,
.example-article-nav-link:focus-visible,
.example-archive-back-link:hover,
.example-archive-back-link:focus-visible {
  color: #f3f8ff;
}

.example-article-nav-link.is-disabled {
  opacity: 0.36;
  pointer-events: none;
}

.example-article-backlinks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.example-archive-back-link {
  color: rgba(183, 240, 245, 0.78);
  text-decoration: none;
  font-size: 13px;
}

.example-related h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 34px);
  text-align: center;
  letter-spacing: -0.02em;
}

.example-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.example-related-card {
  display: grid;
  gap: 10px;
  min-height: 116px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(125, 208, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(8, 14, 22, 0.78), rgba(6, 11, 18, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(44, 183, 196, 0.12), transparent 38%);
  text-decoration: none;
  color: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 36px rgba(0, 0, 0, 0.26);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.example-related-card:hover,
.example-related-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(125, 208, 255, 0.26);
  background:
    linear-gradient(180deg, rgba(10, 18, 28, 0.88), rgba(7, 12, 20, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(44, 183, 196, 0.18), transparent 42%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 22px 44px rgba(0, 0, 0, 0.32);
}

.example-related-title {
  font-size: 19px;
  font-weight: 600;
  color: #f3f8ff;
  line-height: 1.3;
}

.example-embed {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 0;
  background: #030507;
  box-shadow: none;
  outline: none;
}

.example-embed::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: none;
  pointer-events: none;
}

.example-embed.is-square iframe,
.example-embed.is-square video {
  aspect-ratio: 1 / 1;
}

.example-embed.is-square {
  aspect-ratio: 1 / 1;
}

.example-embed-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: transparent;
  transition: opacity 0.32s ease;
}

.example-embed-placeholder::before {
  display: none;
}

.example-embed-placeholder-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.example-embed-placeholder-brand {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(215, 233, 255, 0.72);
}

.example-embed-placeholder-text {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  color: #f3f8ff;
}

.example-embed.is-loaded .example-embed-placeholder {
  opacity: 0;
  pointer-events: none;
}

.example-embed video,
.example-embed iframe {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin: 0;
  display: block;
  aspect-ratio: 16 / 9;
  background: #030507;
  border: 0;
  outline: none;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.32s ease;
}

.example-embed.is-preloading iframe,
.example-embed.is-preloading video {
  inset: auto;
  top: -99999px;
  left: -99999px;
  width: 1px;
  height: 1px;
  min-width: 1px;
  min-height: 1px;
  aspect-ratio: auto;
  visibility: hidden;
  pointer-events: none;
}

.example-embed.is-loaded iframe,
.example-embed.is-loaded video {
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  aspect-ratio: 16 / 9;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 820px) {
  .example-card {
    padding: 0;
  }

  .example-card-featured {
    padding: 24px 0;
  }

  .example-featured-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .example-featured-media {
    max-width: 100%;
    order: 1;
  }

  .example-media-frame {
    border-radius: 20px;
    padding: 8px;
  }

  .example-featured-copy {
    order: 2;
  }

  .example-body p {
    font-size: 15px;
    line-height: 1.52;
  }

  .example-detail-shell {
    padding-top: 0;
  }

  .example-detail-page {
    gap: 34px;
  }

  .example-detail-title {
    font-size: clamp(32px, 10vw, 48px);
  }

  .example-detail-layout {
    gap: 24px;
  }

  .example-detail-layout .example-featured-media,
  .example-detail-layout .example-featured-copy {
    order: initial;
    width: 100%;
    max-width: 100%;
  }

  .example-detail-layout .example-featured-copy {
    order: 1;
  }

  .example-detail-layout .example-featured-copy.example-detail-copy-intro {
    order: 1;
  }

  .example-detail-layout .example-featured-copy.example-detail-copy-after {
    order: 3;
  }

  .example-detail-layout .example-featured-media {
    order: 2;
  }

  .example-detail-layout .example-media-frame {
    padding: 10px;
    border-radius: 22px;
  }

  .example-detail-layout .example-embed {
    border-radius: 16px;
  }

  .example-detail-layout .example-body p {
    font-size: 16px;
    line-height: 1.64;
  }

  .examples-archive-summary {
    font-size: 12px;
  }

  .examples-pagination {
    flex-direction: column;
    align-items: flex-start;
  }

  .example-article-nav-row {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .example-article-nav-link.is-center,
  .example-article-nav-link.is-next {
    justify-self: start;
    text-align: left;
  }

  .example-related-grid {
    grid-template-columns: 1fr;
  }
}
