/* User Provided Stylesheet */

:root {
  color-scheme: dark;
  --rt-ink: #07111d;
  --rt-ink-2: #0a1725;
  --rt-panel: #0f2133;
  --rt-line: rgba(122, 184, 232, 0.22);
  --rt-text: #dce6ed;
  --rt-muted: #95a8b7;
  --rt-cyan: #70addb;
  --rt-azure: #1d82d1;
  --rt-violet: #0a63bd;
  --rt-danger: #ff3b4d;
  --rt-lime: #71e6b5;
  --rt-paper: #0c1926;
  --rt-paper-ink: #e7eef4;
  --rt-font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { background: var(--rt-ink); scroll-behavior: smooth; }
body {
  -webkit-font-smoothing: antialiased;
  background: var(--rt-ink);
  font-family: var(--rt-font-ui);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  text-rendering: optimizeLegibility;
}

/* Keep every documentation route in the same visual system as the landing page. */
body,
.myst-top-nav,
main.article-grid,
article.article {
  background-color: var(--rt-ink) !important;
  color: var(--rt-text) !important;
}

.myst-top-nav {
  backdrop-filter: blur(18px);
  background: rgba(7, 17, 29, 0.92) !important;
  border-bottom: 1px solid var(--rt-line);
  box-shadow: none !important;
  min-height: 72px !important;
  padding: 10px max(30px, calc((100vw - 1280px) / 2)) !important;
}

.myst-top-nav-bar { max-width: 1280px !important; }
.myst-top-nav-bar > div:first-child { min-width: 0 !important; }
.myst-home-link { color: var(--rt-text) !important; margin-left: 0 !important; }
.myst-home-link-logo { margin-right: 11px !important; padding: 0 !important; }
.myst-home-link-logo img { filter: drop-shadow(0 0 8px rgba(91, 182, 255, 0.12)); height: 44px !important; width: 44px; }
.myst-home-link span {
  display: block;
  font-size: 0.75rem !important;
  font-weight: 760;
  letter-spacing: 0.05em !important;
  line-height: 1.25;
  margin-right: 24px !important;
  max-width: 154px;
  text-transform: uppercase;
}

.myst-top-nav .myst-top-nav-item { margin: 0 12px !important; }
.myst-top-nav .myst-top-nav-item a {
  color: var(--rt-text) !important;
  font-family: var(--rt-font-ui);
  font-size: 0.82rem !important;
  font-weight: 720 !important;
  min-height: 44px;
  padding: 0 !important;
  text-decoration: none;
}
.myst-top-nav .myst-top-nav-item a:hover { color: var(--rt-cyan) !important; }
.myst-top-nav .myst-top-nav-item a.rt-doc-nav-active,
.myst-top-nav .myst-top-nav-item a[aria-current="page"] {
  box-shadow: inset 0 -2px var(--rt-cyan);
  color: var(--rt-cyan) !important;
}
.myst-top-nav .myst-top-nav-item:last-child a {
  border: 1px solid var(--rt-line);
  border-radius: 5px;
  padding: 9px 12px !important;
}
.myst-top-nav .myst-search-bar,
.myst-top-nav .myst-theme-button { display: none !important; }
.myst-top-nav-menu-button { color: var(--rt-text) !important; }

.myst-primary-sidebar {
  background: transparent !important;
  top: 72px !important;
}
.myst-primary-sidebar-pointer {
  background: var(--rt-ink);
  border-right: 1px solid var(--rt-line);
}
.myst-primary-sidebar-nav { padding-top: 28px !important; }
.myst-primary-sidebar .myst-toc { color: var(--rt-muted) !important; }
.myst-primary-sidebar .myst-toc-item {
  border-left: 2px solid transparent;
  border-radius: 5px !important;
  color: var(--rt-muted) !important;
  font-family: var(--rt-font-ui);
  font-size: 0.84rem;
  line-height: 1.4;
  padding: 9px 12px !important;
}
.myst-primary-sidebar .myst-toc-item:hover {
  background: rgba(112, 173, 219, 0.08) !important;
  color: var(--rt-text) !important;
}
.myst-primary-sidebar .myst-toc-item.active,
.myst-primary-sidebar .myst-toc-item[aria-current="page"] {
  background: rgba(29, 130, 209, 0.12) !important;
  border-left-color: var(--rt-cyan);
  color: var(--rt-cyan) !important;
}
.myst-primary-sidebar-footer { border-top: 1px solid var(--rt-line); }
.myst-made-with-myst { color: var(--rt-muted) !important; }

main.article-grid {
  background:
    radial-gradient(circle at 86% 12%, rgba(91, 182, 255, 0.065), transparent 25%),
    linear-gradient(rgba(91, 182, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 182, 255, 0.018) 1px, transparent 1px),
    var(--rt-ink) !important;
  background-size: auto, 44px 44px, 44px 44px, auto !important;
  min-height: calc(100vh - 72px);
}

article.article {
  font-family: var(--rt-font-ui);
  font-size: 1rem;
  line-height: 1.72;
  padding-bottom: 80px;
}
.myst-fm-block {
  border-bottom: 1px solid var(--rt-line);
  margin-bottom: 42px !important;
  padding-bottom: 34px;
  padding-top: 68px !important;
  position: relative;
}
.myst-fm-block::before {
  color: var(--rt-cyan);
  content: "AZURE RED TEAM  /  FIELD GUIDE";
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
}
.myst-fm-block-title {
  color: var(--rt-text) !important;
  font-family: var(--rt-font-ui);
  font-size: clamp(2.65rem, 5vw, 4.25rem) !important;
  font-weight: 760 !important;
  letter-spacing: -0.045em;
  line-height: 1.02 !important;
  max-width: 900px;
}
.myst-fm-block-header { color: var(--rt-muted) !important; }

article.article h2,
article.article h3,
article.article h4 { color: var(--rt-text) !important; font-family: var(--rt-font-ui); }
article.article h2 {
  border-bottom: 1px solid var(--rt-line);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  letter-spacing: -0.025em;
  margin-top: 3.4rem;
  padding-bottom: 0.65rem;
}
article.article h3 { color: #bfe3ff !important; font-size: 1.25rem; margin-top: 2.4rem; }
article.article p,
article.article li { color: var(--rt-muted); }
article.article strong { color: var(--rt-text); }
article.article a { color: #85bee7; text-decoration-color: rgba(133, 190, 231, 0.5); text-underline-offset: 0.18em; }
article.article a:hover { color: var(--rt-cyan); text-decoration-color: var(--rt-cyan); }
article.article hr { border-color: var(--rt-line); }
article.article blockquote {
  background: rgba(15, 33, 51, 0.78);
  border-left-color: var(--rt-cyan) !important;
  border-radius: 0 8px 8px 0;
  color: var(--rt-text);
  padding: 18px 22px;
}

article.article :not(pre) > code {
  background: rgba(112, 173, 219, 0.1) !important;
  border: 1px solid rgba(112, 173, 219, 0.2);
  border-radius: 4px;
  color: #bfe3ff !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  padding: 0.12em 0.38em;
}
article.article pre,
article.article .highlight {
  background: #040b12 !important;
  border: 1px solid var(--rt-line) !important;
  border-radius: 9px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}
article.article pre code { color: #c4d3de !important; }

article.article table {
  background: rgba(8, 21, 35, 0.8);
  border: 1px solid var(--rt-line);
  border-collapse: separate;
  border-radius: 9px;
  border-spacing: 0;
  overflow: hidden;
}
article.article th {
  background: #10263a !important;
  color: var(--rt-text) !important;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
article.article td { color: var(--rt-muted) !important; }
article.article th,
article.article td { border-color: var(--rt-line) !important; padding: 12px 14px !important; }
article.article tr:nth-child(even) td { background: rgba(112, 173, 219, 0.035); }

article.article .myst-admonition {
  background: rgba(15, 33, 51, 0.92) !important;
  border-bottom: 1px solid var(--rt-line);
  border-right: 1px solid var(--rt-line);
  border-top: 1px solid var(--rt-line);
  box-shadow: none !important;
  color: var(--rt-text) !important;
}
article.article .myst-admonition-header {
  background: #10263a !important;
  border-bottom: 1px solid var(--rt-line);
  color: var(--rt-text) !important;
  min-height: 44px;
}
article.article .myst-admonition-header-text { color: var(--rt-text) !important; }
article.article .myst-admonition p { color: var(--rt-muted) !important; }
article.article .mermaid { background: rgba(8, 21, 35, 0.72); border: 1px solid var(--rt-line); border-radius: 12px; padding: 22px; }

.rt-constellation-shell {
  background: #07111d;
  border: 1px solid var(--rt-line);
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  margin: 0 0 30px;
  overflow: hidden;
}
.rt-constellation-frame {
  background: #07111d;
  border: 0;
  display: block;
  height: min(720px, 76vh);
  min-height: 620px;
  width: 100%;
}

.myst-outline {
  background: rgba(15, 33, 51, 0.94) !important;
  border: 1px solid var(--rt-line);
  border-radius: 9px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  color: var(--rt-muted) !important;
}
.myst-outline-header { color: var(--rt-text) !important; font-weight: 720; letter-spacing: 0.05em; }
.myst-outline a { color: #85bee7 !important; }
.myst-outline a:hover { color: var(--rt-cyan) !important; }
.myst-outline .border-blue-500 { border-color: var(--rt-cyan) !important; }

.myst-footer-links { border-top: 1px solid var(--rt-line); margin-top: 64px; }
.myst-footer-link {
  background: rgba(15, 33, 51, 0.75) !important;
  border-color: var(--rt-line) !important;
  box-shadow: none !important;
  color: var(--rt-text) !important;
}
.myst-footer-link:hover { border-color: var(--rt-cyan) !important; color: var(--rt-cyan) !important; }
.myst-footer-link-group { color: var(--rt-muted) !important; }

@media (max-width: 1023px) {
  .myst-top-nav .myst-top-nav-item { margin-inline: 7px !important; }
  .myst-top-nav .myst-top-nav-item a { font-size: 0.76rem !important; }
  .myst-home-link span { display: none; }
}

@media (max-width: 760px) {
  .myst-top-nav { min-height: 64px !important; padding: 10px 16px !important; }
  .myst-primary-sidebar { top: 64px !important; }
  .myst-fm-block { padding-top: 46px !important; }
  .myst-fm-block-title { font-size: clamp(2.3rem, 12vw, 3.5rem) !important; }
  .myst-footer-links { flex-direction: column; gap: 12px; }
  .rt-constellation-frame { height: 620px; min-height: 620px; }
}

.rt-skip {
  background: var(--rt-cyan);
  color: #03111d;
  left: 16px;
  padding: 9px 13px;
  position: fixed;
  top: -60px;
  z-index: 100;
}

.rt-skip:focus { top: 12px; }

.rt-site-nav {
  align-items: center;
  background: rgba(7, 17, 29, 0.92);
  border-bottom: 1px solid var(--rt-line);
  display: flex;
  font-family: var(--rt-font-ui);
  justify-content: space-between;
  min-height: 72px;
  padding: 10px max(30px, calc((100vw - 1280px) / 2));
  position: relative;
  z-index: 10;
}

.rt-site-nav a { color: var(--rt-text); text-decoration: none; }
.rt-brand { align-items: center; display: flex; gap: 11px; }
.rt-brand img { filter: drop-shadow(0 0 8px rgba(91, 182, 255, 0.12)); height: 44px; width: 44px; }
.rt-brand strong { font-size: 0.75rem; letter-spacing: 0.05em; line-height: 1.25; text-transform: uppercase; }
.rt-nav-links { align-items: center; display: flex; font-size: 0.82rem; font-weight: 720; gap: 25px; }
.rt-nav-links a { align-items: center; display: inline-flex; min-height: 44px; }
.rt-nav-links a:hover { color: var(--rt-cyan); }
.rt-nav-github { border: 1px solid var(--rt-line); border-radius: 5px; padding: 9px 12px; }

.rt-site-nav a:focus-visible,
.rt-landing a:focus-visible {
  border-radius: 4px;
  outline: 3px solid var(--rt-cyan);
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .rt-site-nav { padding: 10px 16px; }
  .rt-brand strong { display: none; }
  .rt-nav-links .rt-nav-github { display: none; }
  .rt-nav-links { font-size: 0.72rem; gap: 11px; }
  .rt-nav-links a { padding: 0 1px; }
}

.rt-landing,
.rt-landing *,
.rt-landing *::before,
.rt-landing *::after {
  box-sizing: border-box;
}

.rt-landing {
  background: var(--rt-ink);
  color: var(--rt-text);
  font-family: var(--rt-font-ui);
  margin: 0;
  overflow: hidden;
}

article:has(.rt-landing) {
  max-width: none !important;
  padding: 0 !important;
}

article:has(.rt-landing) > header,
article:has(.rt-landing) > h1,
article:has(.rt-landing) .myst-frontmatter {
  display: none !important;
}

.rt-landing a { color: inherit; }

.rt-hero {
  background:
    radial-gradient(circle at 82% 25%, rgba(91, 182, 255, 0.08), transparent 28%),
    radial-gradient(circle at 13% 80%, rgba(31, 138, 224, 0.07), transparent 33%),
    linear-gradient(rgba(91, 182, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 182, 255, 0.025) 1px, transparent 1px),
    var(--rt-ink);
  background-size: auto, auto, 44px 44px, 44px 44px, auto;
  border-bottom: 1px solid var(--rt-line);
  display: grid;
  align-items: center;
  gap: clamp(44px, 4vw, 64px);
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  margin: 0 auto;
  min-height: 780px;
  padding: 76px max(48px, calc((100vw - 1440px) / 2));
  position: relative;
}

.rt-hero::before {
  background: linear-gradient(90deg, var(--rt-cyan), var(--rt-azure) 52%, var(--rt-violet) 86%, var(--rt-danger));
  content: "";
  height: 2px;
  left: 0;
  opacity: 0.74;
  position: absolute;
  right: 0;
  top: 0;
}

.rt-hero-copy { min-width: 0; position: relative; z-index: 2; }

.rt-eyebrow {
  align-items: center;
  color: var(--rt-cyan);
  display: flex;
  font-size: 0.73rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.17em;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.rt-pulse {
  background: var(--rt-lime);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(113, 230, 181, 0.65);
  height: 8px;
  width: 8px;
}

.rt-hero h1 {
  color: var(--rt-text);
  font-size: clamp(3.2rem, 5.2vw, 4.8rem);
  font-weight: 760;
  letter-spacing: -0.048em;
  line-height: 0.98;
  margin: 0;
  max-width: 820px;
}

.rt-hero h1 span {
  -webkit-background-clip: text;
  background: linear-gradient(100deg, #bfe3ff, var(--rt-cyan) 45%, var(--rt-azure) 72%, var(--rt-violet));
  background-clip: text;
  color: transparent;
}

.rt-lede {
  color: var(--rt-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.65;
  margin: 30px 0 0;
  max-width: 690px;
}

.rt-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.rt-actions-center { justify-content: center; }

.rt-button {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  display: inline-flex;
  font-size: 0.89rem;
  font-weight: 760;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  text-decoration: none !important;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.rt-button:hover { border-color: var(--rt-cyan); transform: translateY(-2px); }
.rt-button-primary { background: var(--rt-cyan); border-color: var(--rt-cyan); color: #03111d !important; }
.rt-button-primary:hover { background: #91c9f4; }
.rt-button-secondary { background: rgba(255, 255, 255, 0.035); }

.rt-proof { display: flex; gap: 34px; margin-top: 44px; }
.rt-proof > div { border-left: 1px solid var(--rt-line); padding-left: 16px; }
.rt-proof strong { display: block; font-size: 1.55rem; line-height: 1; }
.rt-proof span { color: var(--rt-muted); display: block; font-size: 0.72rem; letter-spacing: 0.08em; margin-top: 7px; text-transform: uppercase; }

.rt-hero-visual {
  aspect-ratio: 1.04;
  background: rgba(8, 21, 35, 0.86);
  border: 1px solid var(--rt-line);
  border-radius: 18px;
  box-shadow: inset 0 0 80px rgba(91, 182, 255, 0.05), 0 24px 80px rgba(0, 0, 0, 0.3);
  justify-self: end;
  max-width: 640px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.rt-mission-frame {
  border: 0;
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.rt-visual-topline {
  border-bottom: 1px solid var(--rt-line);
  color: #71899b;
  display: flex;
  font-size: 0.76rem;
  font-weight: 650;
  justify-content: space-between;
  letter-spacing: 0.09em;
  padding: 14px 17px;
}

.rt-live { color: var(--rt-lime); }
.rt-live i { background: var(--rt-lime); border-radius: 50%; display: inline-block; height: 6px; margin-right: 5px; width: 6px; }

.rt-orbit { border: 1px solid rgba(91, 182, 255, 0.2); border-radius: 50%; inset: 15%; position: absolute; top: 20%; }
.rt-orbit-two { border-color: rgba(31, 138, 224, 0.25); inset: 29%; top: 34%; }

.rt-core-node {
  align-items: center;
  background: linear-gradient(145deg, #173f58, #102b47);
  border: 1px solid var(--rt-cyan);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 138px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 51%;
  transform: translate(-50%, -50%);
  width: 166px;
  z-index: 4;
}

.rt-node-kicker { color: var(--rt-cyan); font-size: 0.72rem; font-weight: 750; letter-spacing: 0.06em; }
.rt-core-logo { filter: drop-shadow(0 0 8px rgba(255, 59, 77, 0.14)); height: 48px; margin-bottom: 3px; width: 48px; }
.rt-core-node strong { font-size: 0.9rem; margin-top: 8px; }
.rt-core-node small { color: var(--rt-muted); font-size: 0.68rem; margin-top: 5px; }

.rt-satellite {
  align-items: center;
  color: var(--rt-muted);
  display: flex;
  flex-direction: column;
  font-size: 0.68rem;
  gap: 5px;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.rt-satellite span {
  align-items: center;
  background: #10283c;
  border: 1px solid rgba(68, 215, 255, 0.48);
  border-radius: 50%;
  color: var(--rt-cyan);
  display: flex;
  font-size: 0.62rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.rt-sat-identity { left: 50%; top: 20%; }
.rt-sat-network { left: 80%; top: 35%; }
.rt-sat-compute { left: 80%; top: 68%; }
.rt-sat-data { left: 50%; top: 82%; }
.rt-sat-ai { left: 20%; top: 68%; }
.rt-sat-more { left: 20%; top: 35%; }

.rt-hero-visual .rt-learning-loop {
  align-items: center;
  background: rgba(31, 138, 224, 0.12);
  border: 1px solid rgba(91, 182, 255, 0.36);
  border-radius: 6px;
  bottom: 13px;
  display: flex;
  gap: 8px;
  left: 14px;
  padding: 8px 10px;
  position: absolute;
}

.rt-hero-visual .rt-learning-loop > span { color: var(--rt-cyan); font-size: 1rem; }
.rt-hero-visual .rt-learning-loop b { display: block; font-size: 0.72rem; letter-spacing: 0.04em; }
.rt-hero-visual .rt-learning-loop small { color: var(--rt-muted); display: block; font-size: 0.7rem; }
.rt-hero-visual .rt-firewall {
  align-items: center;
  background: rgba(113, 230, 181, 0.07);
  border: 1px solid rgba(113, 230, 181, 0.24);
  border-radius: 999px;
  bottom: 14px;
  color: var(--rt-lime);
  display: flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 7px;
  line-height: 1.2;
  padding: 8px 11px;
  position: absolute;
  right: 14px;
}

.rt-hero-visual .rt-firewall span {
  background: currentColor;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.rt-trust-strip {
  align-items: center;
  background: var(--rt-ink-2);
  border-bottom: 1px solid var(--rt-line);
  color: #8fa6b8;
  display: flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 25px;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 72px;
  padding: 18px 28px;
}

.rt-trust-strip i { background: var(--rt-cyan); border-radius: 50%; height: 4px; opacity: 0.65; width: 4px; }

.rt-verified-strip {
  align-items: center;
  background: #081521;
  border-bottom: 1px solid var(--rt-line);
  color: var(--rt-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.76rem;
  font-weight: 600;
  gap: 12px 18px;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 54px;
  padding: 12px 24px;
}

.rt-verified-strip strong { color: var(--rt-lime); font-size: 0.74rem; letter-spacing: 0.05em; }
.rt-verified-strip i { background: #456174; height: 1px; width: 18px; }

.rt-section { background: var(--rt-paper); color: var(--rt-paper-ink); padding: 110px max(48px, calc((100vw - 1180px) / 2)); }
.rt-section-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: 1.15fr 0.85fr; margin: 0 auto; max-width: 1180px; }
.rt-overline { color: #78b4df; font-size: 0.74rem; font-weight: 850; letter-spacing: 0.17em; margin: 0 0 17px; text-transform: uppercase; }
.rt-section h2 { color: inherit; font-size: clamp(2.35rem, 4.7vw, 4.15rem); font-weight: 740; letter-spacing: -0.045em; line-height: 1.02; margin: 0; }
.rt-section-heading > p { color: var(--rt-muted); font-size: 1rem; line-height: 1.7; margin: 0; }

.rt-flow { display: flex; flex-direction: column; margin: 62px auto 0; max-width: 920px; }
.rt-flow-card { align-items: flex-start; background: #101f2d; border: 1px solid #263c50; border-radius: 9px; display: flex; gap: 22px; margin: 0 auto; max-width: 610px; padding: 24px 27px; width: 100%; }
.rt-flow-wide { max-width: 920px; }
.rt-flow-accent { background: #10263a; border-color: #315a70; color: var(--rt-text); }
.rt-flow-final { background: #102839; border-color: #315a70; }
.rt-step { align-items: center; background: #183249; border-radius: 50%; color: #8bc3e8; display: flex; flex: 0 0 auto; font-size: 0.76rem; font-weight: 800; height: 36px; justify-content: center; width: 36px; }
.rt-flow-accent .rt-step { background: rgba(68, 215, 255, 0.14); color: var(--rt-cyan); }
.rt-flow-card small { color: #8ea4b5; display: block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; }
.rt-flow-card h3 { color: inherit; font-size: 1.05rem; margin: 7px 0; }
.rt-flow-card p { color: var(--rt-muted); font-size: 0.94rem; line-height: 1.6; margin: 0; }
.rt-flow-accent p { color: var(--rt-muted); }
.rt-flow-arrow { color: #2d819a; font-size: 1.25rem; line-height: 1; margin: 8px auto; }
.rt-flow-split { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.rt-flow-split .rt-flow-card { height: 100%; }
.rt-text-link { border-bottom: 1px solid currentColor; color: #85bee7 !important; display: table; font-size: 0.92rem; font-weight: 760; margin: 38px auto 0; padding: 8px 0 5px; text-decoration: none !important; }

.rt-learning { background: radial-gradient(circle at 12% 0, rgba(31, 138, 224, 0.08), transparent 28%), var(--rt-ink-2); color: var(--rt-text); }
.rt-heading-light .rt-overline { color: var(--rt-cyan); }
.rt-heading-light > p { color: var(--rt-muted); }
.rt-memory-grid { align-items: stretch; display: grid; gap: 14px; grid-template-columns: 1fr 36px 1fr 36px 1fr; margin: 60px auto 0; max-width: 1180px; }
.rt-memory-card { background: rgba(255, 255, 255, 0.035); border: 1px solid var(--rt-line); border-radius: 10px; padding: 27px; }
.rt-memory-icon { color: var(--rt-cyan); font-size: 0.8rem; font-weight: 750; }
.rt-memory-card h3 { color: var(--rt-text); font-size: 1.08rem; margin: 30px 0 8px; }
.rt-memory-card p { color: var(--rt-muted); font-size: 0.94rem; line-height: 1.6; margin: 0; }
.rt-memory-join { align-self: center; color: #617c91; font-size: 1.1rem; text-align: center; }
.rt-boundary { align-items: center; background: #07111d; border: 1px solid rgba(183, 245, 107, 0.25); border-radius: 9px; display: grid; gap: 22px; grid-template-columns: 0.85fr 1fr 1.55fr; margin: 24px auto 0; max-width: 1180px; padding: 19px 23px; }
.rt-boundary > div { color: var(--rt-lime); font-size: 0.8rem; letter-spacing: 0.08em; }
.rt-lock { margin-right: 8px; }
.rt-boundary p { color: var(--rt-muted); font-size: 0.82rem; line-height: 1.55; margin: 0; }
.rt-boundary b { color: var(--rt-text); display: block; }

.rt-agent-grid { background: #263c50; border: 1px solid #263c50; display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); margin: 60px auto 0; max-width: 1180px; }
.rt-agent { align-items: center; background: var(--rt-paper); color: var(--rt-paper-ink) !important; display: flex; gap: 16px; min-height: 112px; padding: 21px; text-decoration: none !important; transition: background 160ms ease, transform 160ms ease; }
.rt-agent:hover { background: #122638; transform: translateY(-3px); z-index: 2; }
.rt-agent > span { align-items: center; background: #183249; border-radius: 7px; color: #8bc3e8; display: flex; flex: 0 0 auto; font-size: 0.75rem; font-weight: 850; height: 42px; justify-content: center; width: 44px; }
.rt-agent b { display: block; font-size: 0.94rem; }
.rt-agent small { color: #9babb9; display: block; font-size: 0.78rem; line-height: 1.4; margin-top: 5px; }
.rt-agent-footer { align-items: center; color: var(--rt-muted); display: flex; font-size: 0.82rem; justify-content: space-between; margin: 22px auto 0; max-width: 1180px; }
.rt-agent-footer a { color: #85bee7 !important; font-weight: 760; text-decoration: none !important; }

.rt-safety { align-items: center; background: var(--rt-ink); color: var(--rt-text); display: grid; gap: 78px; grid-template-columns: 0.9fr 1.1fr; }
.rt-safety-copy > p:not(.rt-overline) { color: var(--rt-muted); font-size: 1rem; line-height: 1.7; margin: 25px 0 0; max-width: 540px; }
.rt-text-link-light { color: var(--rt-cyan) !important; margin: 34px 0 0; }
.rt-terminal { background: #040b12; border: 1px solid var(--rt-line); border-radius: 12px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35); overflow: hidden; }
.rt-terminal-bar { align-items: center; background: #101c28; border-bottom: 1px solid var(--rt-line); display: flex; gap: 7px; padding: 14px 17px; }
.rt-terminal-bar span { background: #536474; border-radius: 50%; height: 7px; width: 7px; }
.rt-terminal-bar b { color: #8ca0b1; font-size: 0.76rem; font-weight: 600; margin-left: 6px; }
.rt-terminal-body { color: #b9c7d2; font-size: 0.88rem; line-height: 1.65; padding: 25px; }
.rt-terminal-body p { margin: 0 0 6px; }
.rt-terminal-body p:nth-child(even) { margin-bottom: 18px; padding-left: 14px; }
.rt-terminal-body p:last-child { margin-bottom: 0; }
.rt-terminal-body i { color: var(--rt-cyan); font-style: normal; }
.rt-allow { color: var(--rt-lime); }
.rt-deny { color: #ff8995; }

.rt-runtime { background: linear-gradient(120deg, #0c1f2d, #0d2237 58%, #0a2842); color: var(--rt-text); text-align: center; }
.rt-runtime .rt-overline { color: var(--rt-cyan); }
.rt-runtime h2 { margin: 0 auto; max-width: 800px; }
.rt-runtime-row { display: grid; gap: 10px; grid-template-columns: repeat(4, 1fr); margin: 48px auto 0; max-width: 970px; }
.rt-runtime-row span { background: rgba(255, 255, 255, 0.03); border: 1px solid var(--rt-line); border-radius: 7px; font-size: 0.86rem; font-weight: 760; min-height: 48px; padding: 14px; }
.rt-runtime .rt-actions { margin-top: 38px; }
.rt-disclaimer { color: #9aabba; font-size: 0.78rem; line-height: 1.6; margin: 35px auto 0; max-width: 830px; }

@media (max-width: 1120px) {
  .rt-hero { gap: 48px; grid-template-columns: 1fr; }
  .rt-hero-visual { justify-self: center; max-width: 640px; }
  .rt-section-heading { align-items: start; grid-template-columns: 1fr; }
  .rt-agent-grid { grid-template-columns: repeat(3, 1fr); }
  .rt-safety { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .rt-hero { min-height: auto; padding: 82px 22px 58px; }
  .rt-hero h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .rt-proof { gap: 18px; }
  .rt-proof > div { padding-left: 10px; }
  .rt-proof strong { font-size: 1.22rem; }
  .rt-proof span { font-size: 0.68rem; }
  .rt-trust-strip { flex-wrap: wrap; gap: 12px 18px; justify-content: flex-start; }
  .rt-verified-strip { justify-content: flex-start; padding-inline: 22px; }
  .rt-section { padding: 78px 22px; }
  .rt-flow-split { grid-template-columns: 1fr; }
  .rt-memory-grid { grid-template-columns: 1fr; }
  .rt-memory-join { transform: rotate(90deg); }
  .rt-boundary { align-items: start; grid-template-columns: 1fr; }
  .rt-agent-grid { grid-template-columns: repeat(2, 1fr); }
  .rt-agent-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .rt-runtime-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .rt-hero-visual { aspect-ratio: auto; border-radius: 12px; min-height: 560px; }
  .rt-satellite { font-size: 0; }
  .rt-satellite span { font-size: 0.56rem; height: 36px; width: 36px; }
  .rt-core-node { height: 94px; width: 132px; }
  .rt-core-logo { display: none; }
  .rt-hero-visual .rt-learning-loop { display: none; }
  .rt-hero-visual .rt-firewall { bottom: 12px; left: 50%; right: auto; transform: translateX(-50%); white-space: nowrap; }
  .rt-trust-strip i { display: none; }
  .rt-verified-strip i { display: none; }
  .rt-agent-grid,
  .rt-runtime-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .rt-button,
  .rt-agent { transition: none; }
}
