@font-face {
  font-family: "Inter Research";
  src: url("/static/fonts/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.researchDocument {
  overflow-x: hidden;
  overflow-y: auto;
}

.researchLibraryBody {
  min-height: 100%;
  overflow: visible;
  background: #020609;
  color: #f3f7f7;
  font-family: "D-DIN", Arial, Helvetica, sans-serif;
}

.researchPage {
  --research-content-left: calc(clamp(40px, 6vw, 96px) + clamp(56px, 5.2vw, 72px) + clamp(34px, 4vw, 64px));
  position: relative;
  min-height: 100svh;
  background:
    radial-gradient(circle at 78% 4%, rgba(82, 181, 205, 0.12), transparent 27rem),
    linear-gradient(180deg, #061016 0, #020609 34rem, #020609 100%);
}

.researchArticlePage {
  overflow-x: clip;
}

.researchPage {
  opacity: 0;
  transition: opacity 220ms ease;
}

.research-critical-ready .researchPage {
  opacity: 1;
}

.featuredVisual img,
.researchThumbnail img,
.articleFigure img,
.researchInfinityCanvas {
  opacity: 0;
}

.featuredVisual img.researchMediaReady,
.researchThumbnail img.researchMediaReady,
.articleFigure img.researchMediaReady,
.research-animation-ready .researchInfinityCanvas {
  opacity: 1;
}

.featuredVisual img,
.researchThumbnail img,
.articleFigure img {
  transition: opacity 260ms ease, filter 500ms ease;
}

.researchInfinityCanvas {
  transition: opacity 320ms ease;
}

.articleGeometryCanvas {
  position: absolute;
  z-index: 0;
  top: 72px;
  right: -13vw;
  left: auto;
  width: min(92vw, 1050px);
  height: 880px;
  opacity: 0;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, rgba(0, 0, 0, 0.76) 58%, transparent 82%);
  mask-image: radial-gradient(ellipse at center, #000 30%, rgba(0, 0, 0, 0.76) 58%, transparent 82%);
  transition: opacity 420ms ease;
}

.research-animation-ready .articleGeometryCanvas { opacity: 0.78; }

.researchIndexPage .researchPage {
  overflow: hidden;
}

.researchIndexBackdrop {
  position: absolute;
  z-index: 0;
  top: -190px;
  left: calc(-1 * var(--research-content-left));
  width: 100vw;
  height: calc(100% + 190px);
  overflow: hidden;
  pointer-events: none;
}

.researchInfinityCanvas {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.researchIndexBackdrop::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 46%, transparent 14%, rgba(2, 6, 9, 0.08) 50%, rgba(2, 6, 9, 0.45) 100%),
    linear-gradient(90deg, rgba(2, 6, 9, 0.7) 0%, rgba(2, 6, 9, 0.22) 34%, transparent 64%),
    linear-gradient(180deg, rgba(2, 6, 9, 0.12) 0%, transparent 46%, rgba(2, 6, 9, 0.66) 84%, #020609 100%);
  content: "";
}

.researchPage .siteHeader,
.researchPage .topActions {
  position: absolute;
}

.researchArticlePage::before {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  height: 140px;
  background: linear-gradient(
    180deg,
    rgba(2, 6, 9, 0.99) 0%,
    rgba(2, 6, 9, 0.9) 34%,
    rgba(17, 19, 21, 0.78) 68%,
    rgba(17, 19, 21, 0) 100%
  );
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  content: "";
  transition: visibility 0s linear 220ms, opacity 220ms ease;
}

.researchPage .readingSiteHeader,
.researchPage .readingTopActions {
  position: fixed !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
  transition: visibility 0s linear 220ms, opacity 220ms ease, transform 220ms ease;
}

.researchPage.articleReadingActive::before,
.researchPage.articleReadingActive .readingSiteHeader,
.researchPage.articleReadingActive .readingTopActions {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.researchPage.articleReadingActive .readingSiteHeader,
.researchPage.articleReadingActive .readingTopActions {
  pointer-events: auto;
}

.readingProgress {
  position: fixed;
  z-index: 7;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #d9484b 0%, #eef2f3 52%, #73c2d5 100%);
  opacity: 0;
  pointer-events: none;
  transform: scaleX(var(--reading-progress, 0));
  transform-origin: left center;
  transition: opacity 220ms ease;
}
.researchPage.articleReadingActive .readingProgress { opacity: 0.82; }

.researchPage .primaryNav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.researchShell {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 1180px;
  margin-right: clamp(40px, 6vw, 96px);
  margin-left: var(--research-content-left);
  padding: 190px 0 96px;
}

.researchEyebrow,
.articleKicker,
.researchMeta,
.articleMeta,
.articleBreadcrumbs {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.researchEyebrow,
.articleKicker {
  margin: 0 0 20px;
  color: rgba(160, 225, 239, 0.82);
}

.researchHero {
  position: relative;
  max-width: 880px;
  padding-bottom: 72px;
}

.researchHero > :not(.researchIndexBackdrop) {
  position: relative;
  z-index: 1;
}

.researchHero h1,
.articleHeader h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.researchLead,
.articleDeck {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(238, 244, 245, 0.72);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.55;
}

.featuredResearch {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  min-height: 480px;
  border-top: 1px solid rgba(171, 218, 227, 0.22);
  border-bottom: 1px solid rgba(171, 218, 227, 0.22);
  color: inherit;
  text-decoration: none;
}

.featuredVisual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.featuredVisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.08) brightness(0.94);
  transition: opacity 260ms ease, filter 500ms ease;
}

.featuredVisual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, #020609 100%), linear-gradient(0deg, rgba(2, 6, 9, 0.42), transparent 55%);
  content: "";
}

.featuredCopy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(32px, 5vw, 64px);
}

.featuredCopy h2,
.researchItem h2 {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.featuredCopy p,
.researchItem p {
  color: rgba(238, 244, 245, 0.66);
  font-size: 1rem;
  line-height: 1.55;
}

.readResearch {
  margin-top: 26px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.researchAuthor {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: rgba(238, 244, 245, 0.72);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.researchAuthor img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.researchAuthor > :last-child::before {
  margin: 0 10px 0 1px;
  color: rgba(238, 244, 245, 0.32);
  content: "·";
}

.featuredResearch:hover img,
.featuredResearch:focus-visible img {
  filter: saturate(0.92) contrast(1.08) brightness(1.02);
}

.researchIndex {
  margin-top: 88px;
}

.researchIndexHeader {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(171, 218, 227, 0.22);
}

.researchIndexHeader h2 {
  margin: 0;
  font-size: 1.7rem;
}

.researchList {
  display: grid;
}

.researchItem {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding: 38px 0;
  border-bottom: 1px solid rgba(171, 218, 227, 0.14);
  color: inherit;
  text-decoration: none;
}

.researchThumbnail {
  display: block;
  height: 112px;
  overflow: hidden;
  background: #071116;
}

.researchThumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.08) brightness(0.94);
}

.researchThumbnailThreat img { object-position: 74% center; filter: saturate(0.55) hue-rotate(24deg) contrast(1.2) brightness(0.58); }
.researchThumbnailArchitecture img { object-position: 28% center; filter: saturate(0.35) hue-rotate(165deg) contrast(1.18) brightness(0.7); }

.researchItemPlaceholder {
  cursor: default;
  color: rgba(238, 244, 245, 0.62);
}

.researchPlaceholderThumbnail {
  border: 1px solid rgba(238, 244, 245, 0.08);
  background:
    linear-gradient(135deg, rgba(238, 244, 245, 0.09), rgba(238, 244, 245, 0.025)),
    #111517;
}

.researchItemPlaceholder h2,
.researchItemPlaceholder p {
  color: rgba(238, 244, 245, 0.48);
}

.researchItem h2 {
  margin-top: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.35rem);
}

.researchItem p { margin: 14px 0 0; }
.researchItemMuted { opacity: 0.48; cursor: default; }

.articleShell {
  position: relative;
  width: auto;
  max-width: 1120px;
  margin-right: clamp(40px, 6vw, 96px);
  margin-left: var(--research-content-left);
  padding: 170px 0 110px;
}

.articleShell > :not(.articleGeometryCanvas) { position: relative; z-index: 1; }

.articleBreadcrumbs { margin-bottom: 80px; color: rgba(238, 244, 245, 0.48); }
.articleBreadcrumbs a { color: inherit; text-decoration: none; }
.articleBreadcrumbs span { padding: 0 10px; }
.articleHeader { max-width: 980px; }
.articleHeader h1 { font-size: clamp(2.9rem, 6.3vw, 6rem); }
.articleMeta { display: flex; gap: 24px; margin-top: 36px; color: rgba(238, 244, 245, 0.52); }

.articleRule {
  height: 1px;
  margin: 72px 0;
  background: rgba(171, 218, 227, 0.2);
}

.articleLayout {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 660px) minmax(260px, 290px);
  column-gap: clamp(40px, 4vw, 64px);
  row-gap: 0;
  justify-content: start;
  margin: 0 -32px;
  padding: clamp(108px, 8vw, 120px) 32px clamp(124px, 10vw, 156px) 48px;
}

.articleLayout::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(ellipse at 88% 8%, rgba(91, 196, 219, 0.04), transparent 27rem),
    radial-gradient(ellipse 72% 20% at 52% 52%, rgba(91, 196, 219, 0.04), transparent 72%),
    radial-gradient(ellipse 30% 7rem at 20% 100%, rgba(204, 67, 68, 0.035), transparent 100%),
    radial-gradient(ellipse 30% 7rem at 80% 100%, rgba(91, 191, 214, 0.045), transparent 100%),
    linear-gradient(150deg, #131618 0%, #111315 48%, #101214 100%);
  box-shadow:
    inset 0 18px 48px rgba(123, 211, 228, 0.012),
    inset 0 -22px 58px rgba(0, 0, 0, 0.12);
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.16) 20px,
    rgba(0, 0, 0, 0.64) 64px,
    #000 112px,
    #000 calc(100% - 112px),
    rgba(0, 0, 0, 0.64) calc(100% - 64px),
    rgba(0, 0, 0, 0.16) calc(100% - 20px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.16) 20px,
    rgba(0, 0, 0, 0.64) 64px,
    #000 112px,
    #000 calc(100% - 112px),
    rgba(0, 0, 0, 0.64) calc(100% - 64px),
    rgba(0, 0, 0, 0.16) calc(100% - 20px),
    transparent 100%
  );
  pointer-events: none;
  content: "";
}

.articleContentColumn {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.articleToc {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 32px;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  max-height: calc(100svh - 64px);
  overflow-y: auto;
  scrollbar-width: thin;
  transition: top 200ms ease, max-height 200ms ease;
}
.researchPage.articleReadingActive .articleToc { top: 124px; max-height: calc(100svh - 148px); }
.articleToc p { margin: 0 0 18px; color: rgba(237, 238, 240, 0.7); }
.articleToc a { position: relative; isolation: isolate; display: block; margin-top: 12px; padding-left: 14px; color: rgba(237, 238, 240, 0.58); font-family: "Inter Research", Arial, Helvetica, sans-serif; font-size: 0.875rem; line-height: 1.4; text-decoration: none; transition: color 180ms ease, text-shadow 180ms ease; }
.articleToc a.articleTocSubsection {
  margin-top: 8px;
  padding-left: 28px;
  font-size: 0.8125rem;
}
.articleToc a.articleTocSubsection::before { left: 14px; }
.articleToc a::before { position: absolute; top: 0.15em; bottom: 0.15em; left: 0; width: 2px; background: rgba(160, 225, 239, 0); content: ""; transition: background 160ms ease; }
.articleToc a::after {
  position: absolute;
  z-index: -1;
  inset: -6px -10px;
  border: 1px solid rgba(137, 201, 216, 0.08);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(95, 181, 207, 0.1), rgba(95, 181, 207, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 5px 18px rgba(0, 0, 0, 0.08);
  opacity: 0;
  content: "";
  transition: opacity 180ms ease;
}
.articleToc a:hover,
.articleToc a:focus-visible { color: rgba(237, 238, 240, 0.9); }
.articleToc a[aria-current="location"] {
  color: #c4f0f8;
  font-weight: 650;
  text-shadow: 0 0 14px rgba(106, 196, 218, 0.12);
  transform: none;
}
.articleToc a[aria-current="location"]::before {
  background: linear-gradient(180deg, #dd625f 0%, #eef2f3 48%, #83cada 100%);
  box-shadow: 0 0 8px rgba(114, 191, 210, 0.2);
}
.articleToc a[aria-current="location"]::after { opacity: 1; }

.articleBody {
  color: rgba(237, 238, 240, 0.8);
  font-family: "Inter Research", Arial, Helvetica, sans-serif;
  font-size: clamp(0.975rem, 0.95rem + 0.12vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.006em;
  text-wrap: pretty;
}
.articleSummary {
  position: relative;
  margin: 0 0 48px;
  overflow: hidden;
  padding: 26px 30px 24px;
  border: 1px solid rgba(164, 210, 222, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0 20%, rgba(218, 74, 69, 0.1), transparent 34%),
    radial-gradient(circle at 100% 80%, rgba(87, 190, 214, 0.11), transparent 36%),
    linear-gradient(145deg, #151d22 0%, #0b1115 72%);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.3),
    0 5px 14px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    inset 0 -1px 0 rgba(100, 195, 216, 0.05);
  color: rgba(237, 238, 240, 0.84);
  font-family: "Inter Research", Arial, Helvetica, sans-serif;
}
.articleSummaryLabel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: rgba(238, 244, 245, 0.92);
  font-family: "D-DIN", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.articleSummaryLabel img {
  width: 30px;
  height: 15px;
  object-fit: contain;
}
.articleSummary ul { margin: 0; padding-left: 1.25em; }
.articleSummary li { padding-left: 0.25em; line-height: 1.5; }
.articleSummary li + li { margin-top: 0.7em; }
.articleSummary li:nth-child(odd)::marker { color: #dc716c; }
.articleSummary li:nth-child(even)::marker { color: #72bfd2; }
.articleAiDisclaimer {
  position: relative;
  margin: 64px 0 0;
  overflow: hidden;
  padding: 22px 24px;
  border: 1px solid rgba(164, 210, 222, 0.15);
  border-radius: 16px;
  background:
    radial-gradient(circle at 0 100%, rgba(210, 67, 68, 0.07), transparent 34%),
    radial-gradient(circle at 100% 0, rgba(91, 191, 214, 0.075), transparent 38%),
    linear-gradient(145deg, rgba(18, 25, 29, 0.9), rgba(7, 12, 15, 0.92));
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    inset 0 -1px 0 rgba(95, 188, 210, 0.035);
  color: rgba(237, 238, 240, 0.72);
  font-family: "Inter Research", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.articleAiDisclaimer p { position: relative; z-index: 1; margin: 0; }
.articleAiDisclaimerLabel {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px !important;
  color: rgba(218, 234, 238, 0.9);
  font-family: "D-DIN", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.articleAiDisclaimerLabel::before {
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, #d95755, #edf1f2 52%, #72bfd2);
  box-shadow: 0 0 8px rgba(105, 193, 214, 0.14);
  content: "";
}
.articleBody p { margin: 0 0 1em; }
.articleBody ul,
.articleBody ol {
  margin: 0 0 1.35em;
  padding-left: 1.35em;
}
.articleBody li { padding-left: 0.2em; text-wrap: wrap; }
.articleBody li + li { margin-top: 0.65em; }
.articleBody li::marker { color: rgba(196, 240, 248, 0.78); }
.articleBody a,
.articleBody a:visited {
  color: rgba(176, 228, 239, 0.92);
  text-decoration-color: rgba(176, 228, 239, 0.38);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}
.articleBody a:hover,
.articleBody a:focus-visible {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.82);
}
.articleBody a:focus-visible {
  outline: 1px solid rgba(176, 228, 239, 0.72);
  outline-offset: 3px;
}
.articleBody h2 {
  margin: 2.25em 0 0.7em;
  color: #edeef0;
  font-family: "Inter Research", Arial, Helvetica, sans-serif;
  font-size: clamp(1.55rem, 1.42rem + 0.55vw, 1.9rem);
  font-weight: 550;
  line-height: 1.18;
  letter-spacing: -0.03em;
  text-wrap: balance;
  scroll-margin-top: 144px;
}
.articleBody h2::before {
  display: block;
  width: 46px;
  height: 2px;
  margin-bottom: 14px;
  background: linear-gradient(90deg, #d95654 0 42%, rgba(238, 242, 243, 0.8) 42% 60%, #72bfd2 60%);
  box-shadow: 0 0 12px rgba(99, 190, 211, 0.12);
  content: "";
}
.articleBody h2:first-child { margin-top: 0; }
.articleBody h3 {
  margin: 1.9em 0 0.65em;
  color: #edeef0;
  font-family: "Inter Research", Arial, Helvetica, sans-serif;
  font-size: clamp(1.2rem, 1.14rem + 0.28vw, 1.4rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-wrap: balance;
  scroll-margin-top: 144px;
}
.articleBody code {
  padding: 0.12em 0.34em;
  border: 1px solid rgba(237, 238, 240, 0.13);
  border-radius: 4px;
  background: rgba(237, 238, 240, 0.09);
  color: #d9f1f5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.articleFigure {
  margin: 32px 0 44px;
}
.articleFigureMedia {
  position: relative;
  isolation: isolate;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(151, 216, 229, 0.1);
  background: #101416;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.2),
    inset 0 0 44px rgba(73, 185, 210, 0.035);
}
.articleFigureMedia::before,
.articleFigureMedia::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  content: "";
}
.articleFigureMedia::before {
  background:
    radial-gradient(ellipse at 70% 18%, rgba(92, 199, 222, 0.11), transparent 46%),
    linear-gradient(135deg, rgba(67, 173, 199, 0.055), transparent 42%);
  mix-blend-mode: screen;
}
.articleFigureMedia::after {
  background:
    radial-gradient(ellipse 94% 88% at 50% 46%, transparent 58%, rgba(16, 20, 22, 0.5) 100%),
    linear-gradient(180deg, rgba(16, 20, 22, 0.12) 0%, transparent 15%, transparent 76%, rgba(16, 20, 22, 0.72) 100%);
  box-shadow: inset 0 0 32px rgba(5, 10, 12, 0.18);
}
.articleFigureMediaDiagram::before {
  background: radial-gradient(ellipse at 56% 35%, rgba(92, 199, 222, 0.045), transparent 58%);
}
.articleFigureMediaDiagram::after {
  background: radial-gradient(ellipse 99% 96% at 50% 49%, transparent 78%, rgba(16, 20, 22, 0.16) 100%);
  box-shadow: none;
}
.articleFigure img {
  display: block;
  width: 100%;
  height: auto;
  background: #101416;
  filter: saturate(0.92) contrast(1.02);
}
.articleFigureMediaDiagram img {
  filter: none;
}
.articleFigure figcaption {
  margin-top: 10px;
  color: rgba(237, 238, 240, 0.56);
  font-family: "Inter Research", Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  line-height: 1.4;
}
.articleCallout { margin: 40px 0; padding: 24px 28px; border-left: 2px solid rgba(160, 225, 239, 0.72); background: rgba(160, 225, 239, 0.06); }
.articleCode { overflow-x: auto; margin: 32px 0; padding: 24px; border: 1px solid rgba(133, 216, 226, 0.18); background: #07171c; box-shadow: inset 0 1px 0 rgba(190, 241, 246, 0.035); color: #d6edf0; font: 0.9rem/1.65 ui-monospace, SFMono-Regular, Menlo, monospace; }
.articleCode .codeTokenComment { color: #718f94; font-style: italic; }
.articleCode .codeTokenKeyword { color: #c9a8f4; }
.articleCode .codeTokenLiteral,
.articleCode .codeTokenNumber { color: #efbd8d; }
.articleCode .codeTokenString { color: #a9dca8; }
.articleCode .codeTokenVariable { color: #8dd9e8; }
.articleCode .codeTokenFunction { color: #e8dba0; }
.articleCode .codeTokenOperator { color: #c4b2eb; }
.articleCode .codeTokenName { color: #d6e8ea; }

.researchCopyright {
  display: flex;
  justify-content: flex-end;
  padding-top: 80px;
  margin: 0;
  color: rgba(238, 241, 241, 0.68);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.65rem, 0.7vw, 0.75rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
}

@media (min-width: 1660px) {
  .researchShell,
  .articleShell {
    margin-right: auto;
    margin-left: auto;
  }

  .researchIndexBackdrop {
    left: calc((100vw - 1180px) / -2);
  }
}

@media (max-width: 760px) {
  .researchPage .siteHeader { position: absolute; }
  .researchArticlePage::before { height: 110px; }
  .menu-open .readingTopActions { display: none; }
  .reading-menu-open .readingTopActions { display: flex; }
  .reading-menu-open .readingMenuToggle span:first-child { top: 15px; transform: rotate(45deg); }
  .reading-menu-open .readingMenuToggle span:last-child { top: 15px; transform: rotate(-45deg); }
  .researchIndexBackdrop { top: -138px; left: -24px; height: calc(100% + 138px); }
  .researchIndexBackdrop::after {
    background:
      radial-gradient(ellipse at 50% 44%, transparent 12%, rgba(2, 6, 9, 0.12) 50%, rgba(2, 6, 9, 0.5) 100%),
      linear-gradient(90deg, rgba(2, 6, 9, 0.66) 0%, rgba(2, 6, 9, 0.2) 42%, transparent 78%),
      linear-gradient(180deg, rgba(2, 6, 9, 0.14) 0%, transparent 40%, rgba(2, 6, 9, 0.72) 82%, #020609 100%);
  }
  .researchShell, .articleShell { width: auto; margin-right: 24px; margin-left: 24px; padding-top: 138px; }
  .articleGeometryCanvas { top: 86px; right: -54vw; left: auto; width: 150vw; height: 660px; opacity: 0; }
  .research-animation-ready .articleGeometryCanvas { opacity: 0.52; }
  .researchHero { padding-bottom: 50px; }
  .featuredResearch { grid-template-columns: 1fr; }
  .featuredVisual { min-height: 300px; }
  .featuredVisual::after { background: linear-gradient(0deg, #020609 0%, transparent 55%); }
  .featuredCopy { padding: 30px 0 42px; }
  .researchIndex { margin-top: 62px; }
  .researchItem { grid-template-columns: 1fr; gap: 10px; padding: 30px 0; }
  .researchItem .researchMeta:last-child { text-align: left; }
  .researchCopyright { font-size: 0.65rem; letter-spacing: 0.12em; }
  .articleBreadcrumbs { margin-bottom: 52px; }
  .articleMeta { flex-direction: column; gap: 8px; }
  .articleRule { margin: 48px 0; }
  .articleBody h2 { scroll-margin-top: 112px; }
  .articleLayout { grid-template-columns: 1fr; margin-right: -24px; margin-left: -24px; padding-right: 24px; padding-left: 32px; }
  .articleToc { display: none; }
}
