/* TelcoinWiki TELx aesthetic */

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

html {
  scroll-behavior: smooth;
  font-size: clamp(15px, 0.45vw + 14px, 17px);
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  line-height: 1.6;
  color: #f8fbff;
  background:
    radial-gradient(1200px 540px at -10% -10%, rgba(64, 176, 255, 0.25), transparent 65%),
    radial-gradient(920px 620px at 115% -5%, rgba(55, 205, 255, 0.18), transparent 60%),
    radial-gradient(880px 820px at 46% 120%, rgba(10, 61, 146, 0.45), transparent 65%),
    linear-gradient(180deg, #040b1d 0%, #07255a 40%, #0a4496 80%, #0c5fc4 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 0;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  position: relative;
  z-index: 1;
  flex: 1;
}

.footer, .site-header {
  position: relative;
  z-index: 10;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(120deg, rgba(5, 16, 42, 0.94) 0%, rgba(9, 43, 104, 0.96) 52%, rgba(14, 114, 202, 0.96) 100%);
  border-bottom: 1px solid rgba(108, 199, 255, 0.38);
  box-shadow: 0 18px 45px -20px rgba(3, 15, 40, 0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: visible;
  isolation: isolate;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: -40% -20% -60% -20%;
  background:
    radial-gradient(120% 120% at 12% 10%, rgba(109, 230, 255, 0.28), transparent 60%),
    radial-gradient(110% 80% at 88% 0%, rgba(30, 107, 255, 0.45), transparent 70%);
  opacity: 0.75;
  pointer-events: none;
  -webkit-clip-path: inset(0 round 0);
  clip-path: inset(0 round 0);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 17, 42, 0.25) 0%, rgba(5, 17, 42, 0.55) 100%);
  pointer-events: none;
}

.site-header__inner {
  position: relative;
  z-index: 1;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.9rem;
  border-radius: 1.25rem;
  color: #e8f4ff;
  text-decoration: none;
  transition: background 0.25s ease, box-shadow 0.25s cubic-bezier(.22,.61,.36,1), transform 0.25s cubic-bezier(.22,.61,.36,1);
}

.site-header__brand:hover,
.site-header__brand:focus-visible {
  background: rgba(10, 54, 130, 0.45);
  box-shadow: 0 16px 34px rgba(8, 32, 90, 0.45);
  transform: translateY(-1px);
}

.site-header__logo {
  display: block;
  height: 44px;
  width: auto;
}

@media (min-width: 1024px) {
  .site-header__logo {
    height: 48px;
  }
}

.site-nav {
  display: flex;
  align-items: center;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  border-radius: 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  color: rgba(224, 237, 255, 0.78);
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s cubic-bezier(.22,.61,.36,1), box-shadow 0.25s ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
  color: #f8fbff;
  background: linear-gradient(135deg, rgba(33, 126, 255, 0.42), rgba(12, 78, 168, 0.55));
  box-shadow: 0 14px 30px rgba(6, 30, 76, 0.45);
  transform: translateY(-1px);
}

:where(h1, h2, h3, h4, h5) {
  text-wrap: balance;
}

.site-nav__link[aria-current="page"] {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(33, 126, 255, 0.55), rgba(16, 94, 203, 0.75));
  box-shadow: 0 16px 32px rgba(6, 32, 84, 0.55);
}

.site-nav__link--cta {
  color: #041335;
  background: linear-gradient(135deg, #6de6ff, #1e6bff);
  box-shadow: 0 14px 32px rgba(10, 78, 170, 0.55);
}

.site-nav__link--cta:hover,
.site-nav__link--cta:focus-visible {
  color: #041335;
  background: linear-gradient(135deg, #7af0ff, #3a86ff);
  box-shadow: 0 16px 36px rgba(13, 84, 180, 0.6);
}

.site-header__icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.1rem;
  border: 1px solid rgba(110, 198, 255, 0.45);
  background: rgba(6, 29, 72, 0.65);
  color: #e6f3ff;
  padding: 0.55rem 0.65rem;
  font-size: 1.05rem;
  transition: background 0.25s ease, transform 0.25s cubic-bezier(.22,.61,.36,1), box-shadow 0.25s ease;
}

.site-header__icon-button:hover,
.site-header__icon-button:focus-visible {
  background: rgba(12, 66, 150, 0.8);
  box-shadow: 0 14px 34px rgba(5, 28, 72, 0.5);
  transform: translateY(-1px);
}

.site-search {
  width: 100%;
  border-radius: 9999px;
  border: 1px solid rgba(110, 198, 255, 0.4);
  background: rgba(4, 24, 58, 0.55);
  color: #e9f4ff;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  box-shadow: inset 0 0 0 1px rgba(109, 230, 255, 0.08), 0 8px 22px rgba(4, 24, 58, 0.25);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.site-search::placeholder {
  color: rgba(206, 229, 255, 0.55);
}

.site-search:focus {
  border-color: rgba(109, 230, 255, 0.9);
  box-shadow: 0 0 0 4px rgba(109, 230, 255, 0.25);
  background: rgba(5, 37, 86, 0.8);
  outline: none;
}

.site-search--mobile {
  box-shadow: inset 0 0 0 1px rgba(109, 230, 255, 0.08), 0 6px 18px rgba(4, 24, 58, 0.2);
}

.focus-ring:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(109, 230, 255, 0.7);
  border-radius: 12px;
}

.link-ux {
  position: relative;
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: left calc(100% - 0.1em);
  transition: background-size 0.25s ease-out;
}

.link-ux:hover,
.link-ux:focus-visible {
  background-size: 100% 2px;
}

.citation-link {
  color: #7ef2da;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.citation-link:hover,
.citation-link:focus-visible {
  color: #9af2e0;
}

.glass {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.2s cubic-bezier(.22,.61,.36,1), box-shadow 0.2s cubic-bezier(.22,.61,.36,1);
}

.glass:hover,
.glass:focus-within {
  transform: scale(1.01);
  box-shadow: 0 0 0 1px rgba(120, 180, 255, 0.18), 0 14px 44px rgba(41, 112, 255, 0.22);
}

#joinCommunityChecklist {
  position: relative;
}

#joinCommunityDropdown {
  z-index: 80;
}

@media (max-width: 1023px) {
  #joinCommunityDropdown {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
}

.stat-label {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.stat-value {
  font-size: 1.25rem;
  font-weight: 600;
  color: #f5f9ff;
}

.callout-info,
.callout-success,
.callout-warning,
.callout-danger {
  padding: 1rem;
  border-radius: 1.25rem;
  border-left: 4px solid;
}

.callout-info {
  background: rgba(90, 168, 255, 0.08);
  border-color: rgba(90, 168, 255, 0.8);
}

.callout-success {
  background: rgba(73, 224, 197, 0.08);
  border-color: rgba(73, 224, 197, 0.8);
}

.callout-warning {
  background: rgba(255, 193, 7, 0.12);
  border-color: rgba(255, 193, 7, 0.8);
}

.callout-danger {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.8);
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.65rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid transparent;
}

.chip-active {
  background: rgba(16, 185, 129, 0.15);
  color: rgba(110, 231, 183, 1);
  border-color: rgba(16, 185, 129, 0.3);
}

.chip-deprecated {
  background: rgba(245, 158, 11, 0.15);
  color: rgba(252, 211, 77, 1);
  border-color: rgba(245, 158, 11, 0.3);
}

.chip-archived {
  background: rgba(56, 189, 248, 0.15);
  color: rgba(165, 243, 252, 1);
  border-color: rgba(56, 189, 248, 0.3);
}

.stat-change,
.value-change {
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.65);
}

.stat-change.positive,
.value-change.positive {
  color: rgba(108, 227, 216, 0.9);
}

.stat-change.negative,
.value-change.negative {
  color: rgba(248, 113, 113, 0.9);
}

.stat-change.neutral,
.value-change.neutral {
  color: rgba(255, 255, 255, 0.55);
}

.metric-value {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.table-container {
  overflow: hidden;
  border-radius: 1.75rem;
}

.table-glass,
.platform-table,
.governance-table,
.resources-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 1.25rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.table-glass thead,
.platform-table thead,
.governance-table thead,
.resources-table thead {
  background: rgba(255, 255, 255, 0.05);
}

.table-glass th,
.table-glass td,
.platform-table th,
.platform-table td,
.governance-table th,
.governance-table td,
.resources-table th,
.resources-table td {
  padding: 0.85rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.table-glass th,
.platform-table th,
.governance-table th,
.resources-table th {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  border-top: none;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.table-glass tbody tr,
.platform-table tbody tr,
.governance-table tbody tr,
.resources-table tbody tr {
  transition: background-color 0.2s ease;
}

.table-glass tbody tr:hover,
.platform-table tbody tr:hover,
.governance-table tbody tr:hover,
.resources-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.05);
}

[data-responsive-table] {
  width: 100%;
}

[data-responsive-table] tbody td[data-label] {
  position: relative;
}

@media (max-width: 768px) {
  .site-header__brand {
    padding: 0.5rem 0.7rem;
  }

  .site-header__logo {
    height: 38px;
  }

  .table-container {
    border-radius: 1.25rem;
    overflow: visible;
  }

  .table-wrapper > table,
  .table-container > table {
    min-width: 0;
  }

  [data-responsive-table] {
    display: block;
    border-radius: 1.25rem;
  }

  [data-responsive-table] thead {
    display: none;
  }

  [data-responsive-table] tbody {
    display: grid;
    gap: 1rem;
  }

  [data-responsive-table] tbody tr {
    display: grid;
    gap: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.15rem;
    padding: 1.1rem 1.2rem;
    background: rgba(4, 17, 42, 0.65);
    box-shadow: 0 16px 34px rgba(3, 16, 42, 0.4);
  }

  .table-container [data-responsive-table] tbody tr,
  .table-wrapper [data-responsive-table] tbody tr {
    background: rgba(255, 255, 255, 0.05);
  }

  [data-responsive-table] tbody tr td {
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.95rem;
    color: rgba(232, 244, 255, 0.92);
  }

  [data-responsive-table] tbody tr td + td {
    margin-top: 0.75rem;
  }

  [data-responsive-table] tbody tr td::before {
    content: attr(data-label);
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(206, 229, 255, 0.65);
    font-weight: 600;
  }

  [data-responsive-table] .chip {
    align-self: flex-start;
  }

  .stat-value {
    font-size: 1.1rem;
  }

  .stat-label {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  #hero h1 {
    font-size: clamp(2.1rem, 7.5vw + 1rem, 2.75rem);
    line-height: 1.2;
  }

  #hero p {
    font-size: clamp(1rem, 3vw + 0.3rem, 1.15rem);
  }

  #hero .glass {
    padding: 1.25rem;
  }

  article.glass > header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  article.glass > header .btn-primary,
  article.glass > header .btn-secondary {
    width: 100%;
  }

  .callout-info,
  .callout-success,
  .callout-warning,
  .callout-danger {
    padding: 1rem 1.1rem;
  }

  .table-wrapper {
    overflow-x: visible;
  }
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border-radius: 1.25rem;
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(135deg, #55c0ff, #1c6dff);
  box-shadow: 0 0 0 1px rgba(110, 198, 255, 0.28), 0 18px 48px rgba(12, 78, 170, 0.35);
  transition: transform 0.2s cubic-bezier(.22,.61,.36,1), box-shadow 0.2s cubic-bezier(.22,.61,.36,1);
}

.btn-primary:hover {
  transform: scale(1.01);
  box-shadow: 0 0 0 1px rgba(110, 198, 255, 0.35), 0 22px 56px rgba(13, 90, 190, 0.4);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border-radius: 1.25rem;
  font-weight: 500;
  color: rgba(232, 244, 255, 0.9);
  background: linear-gradient(135deg, rgba(7, 36, 84, 0.65), rgba(11, 68, 148, 0.68));
  border: 1px solid rgba(110, 198, 255, 0.35);
  box-shadow: 0 12px 28px rgba(5, 24, 62, 0.45);
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-secondary:hover {
  background: linear-gradient(135deg, rgba(9, 48, 105, 0.78), rgba(17, 92, 190, 0.78));
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(6, 28, 70, 0.52);
}

.search-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.75rem;
  background: rgba(5, 16, 42, 0.96);
  border-radius: 1rem;
  border: 1px solid rgba(110, 198, 255, 0.3);
  box-shadow: 0 24px 52px rgba(3, 16, 42, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0.75rem 0;
  display: none;
  max-height: 24rem;
  overflow-y: auto;
  z-index: 1010;
}

.search-panel[aria-hidden="false"] {
  display: block;
}

.search-result-item {
  display: block;
  padding: 0.75rem 1.25rem;
  color: rgba(229, 241, 255, 0.9);
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.search-result-item:hover,
.search-result-item:focus-visible {
  background: linear-gradient(135deg, rgba(33, 126, 255, 0.35), rgba(12, 78, 168, 0.45));
  transform: translateX(4px);
}

.search-result-item small {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(3, 12, 28, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
  z-index: 1020;
  height: 100vh;
}

.mobile-overlay.active {
  display: block;
}

.mobile-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(20rem, 88vw);
  background: linear-gradient(160deg, rgba(5, 16, 42, 0.97), rgba(10, 52, 132, 0.96));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-left: 1px solid rgba(110, 198, 255, 0.35);
  box-shadow: -26px 0 60px rgba(3, 14, 34, 0.55);
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(.22,.61,.36,1);
  z-index: 1030;
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 100vh;
}

@supports (height: 100dvh) {
  .mobile-overlay {
    height: 100dvh;
  }

  .mobile-drawer {
    height: 100dvh;
    max-height: 100dvh;
  }
}

.mobile-drawer button[data-mobile-toggle] {
  border-radius: 9999px;
  border: 1px solid rgba(110, 198, 255, 0.35);
  background: rgba(6, 29, 72, 0.65);
  color: rgba(229, 241, 255, 0.9);
  padding: 0.4rem 0.9rem;
  transition: background 0.25s ease, transform 0.25s ease;
}

.mobile-drawer button[data-mobile-toggle]:hover,
.mobile-drawer button[data-mobile-toggle]:focus-visible {
  background: rgba(12, 66, 150, 0.8);
  transform: translateY(-1px);
}

.mobile-drawer nav a {
  display: block;
  border-radius: 1rem;
  border: 1px solid rgba(110, 198, 255, 0.2);
  background: rgba(7, 29, 70, 0.58);
  color: rgba(225, 238, 255, 0.85) !important;
  transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.mobile-drawer nav a:hover,
.mobile-drawer nav a:focus-visible {
  background: linear-gradient(135deg, rgba(33, 126, 255, 0.45), rgba(12, 78, 168, 0.55));
  color: #f8fbff !important;
  transform: translateX(6px);
}

.mobile-drawer input[type="search"] {
  border-radius: 9999px;
  border: 1px solid rgba(110, 198, 255, 0.35);
  background: rgba(5, 24, 58, 0.6);
  color: #e9f4ff;
  padding: 0.6rem 1rem;
}

.mobile-drawer input[type="search"]::placeholder {
  color: rgba(206, 229, 255, 0.55);
}

.mobile-drawer input[type="search"]:focus {
  border-color: rgba(109, 230, 255, 0.85);
  box-shadow: 0 0 0 4px rgba(109, 230, 255, 0.22);
  background: rgba(5, 37, 86, 0.78);
  outline: none;
}

.mobile-drawer.active {
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .glass:hover,
  .glass:focus-within,
  .btn-primary:hover {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

pre {
  position: relative;
  border-radius: 1rem;
  background: rgba(13, 19, 32, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.25rem;
  overflow: auto;
}

.copy-button {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(41, 112, 255, 0.25);
  border: 1px solid rgba(78, 114, 255, 0.45);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.copy-button:hover,
.copy-button:focus-visible {
  background: rgba(41, 112, 255, 0.45);
}

.lightbox-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 7, 15, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 1200;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.lightbox-backdrop.active {
  opacity: 1;
}

.lightbox-backdrop img {
  max-width: min(90vw, 1100px);
  max-height: 90vh;
  border-radius: 1.25rem;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.55);
}

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  font-size: 0.9rem;
  cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.toc-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .toc-desktop {
    position: sticky;
    top: 6rem;
  }
}

.prose {
  color: rgba(240, 244, 255, 0.82);
  line-height: 1.7;
}

.prose p + p,
.prose p + ul,
.prose p + ol,
.prose ul,
.prose ol,
.prose table,
.prose h3,
.prose h4,
.prose h5 {
  margin-top: 1rem;
}

.prose h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
}

.prose h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(190, 208, 255, 0.95);
}

.prose ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.prose ol {
  list-style: decimal;
  padding-left: 1.5rem;
}

.prose li {
  margin-bottom: 0.5rem;
}

.prose a {
  color: #7ef2da;
  text-decoration: none;
}

.prose a:hover {
  text-decoration: underline;
}

.table-wrapper {
  margin-top: 1.25rem;
  overflow-x: auto;
  border-radius: 1.5rem;
}

.table-wrapper > table {
  min-width: 640px;
}

