:root {
  --holo-hero-bg:
    radial-gradient(circle at top left, rgba(68, 138, 255, 0.22), transparent 34%),
    radial-gradient(circle at top right, rgba(38, 198, 218, 0.18), transparent 26%),
    linear-gradient(180deg, #07111f 0%, #0d1b2a 100%);
  --holo-hero-fg: #f4fbff;
  --holo-header-bg: rgba(68, 92, 104, 0.56);
  --holo-header-bg-strong: rgba(64, 87, 99, 0.64);
  --holo-header-border: rgba(226, 232, 240, 0.16);
  --holo-nav-hover: rgba(8, 145, 178, 0.08);
  --holo-nav-active: rgba(8, 145, 178, 0.14);
  --holo-nav-border: rgba(148, 163, 184, 0.18);
  --holo-nav-depth-bg: rgba(15, 23, 42, 0.025);
  --holo-home-jumpnav-active-fg: rgba(58, 73, 170, 0.98);
  --holo-home-jumpnav-active-bg:
    linear-gradient(90deg, rgba(99, 102, 241, 0.14), rgba(30, 64, 175, 0.03) 72%, transparent);
  --holo-home-jumpnav-active-marker:
    linear-gradient(180deg, rgba(129, 140, 248, 0.98), rgba(30, 64, 175, 0.92));
  --holo-home-jumpnav-active-shadow:
    0 0 0 1px rgba(99, 102, 241, 0.16),
    0 0 14px rgba(37, 99, 235, 0.18);
  --holo-secondary-bg: rgba(255, 255, 255, 0.72);
  --holo-sidebar-border: rgba(148, 163, 184, 0.14);
  --holo-sidebar-border-hover: rgba(148, 163, 184, 0.18);
  --holo-sidebar-shadow:
    0 10px 26px rgba(15, 23, 42, 0.07),
    0 1px 2px rgba(15, 23, 42, 0.03);
  --holo-sidebar-shadow-hover:
    0 14px 30px rgba(15, 23, 42, 0.085),
    0 2px 6px rgba(15, 23, 42, 0.035);
  --holo-secondary-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --holo-weight-text: 400;
  --holo-weight-emphasis: 470;
  --holo-weight-heading: 560;
  --holo-weight-strong: 600;
  --holo-home-kicker-size: 0.8rem;
  --holo-home-nav-size: 0.78rem;
  --holo-home-hero-title-size: clamp(2rem, 4vw, 2.8rem);
  --holo-home-hero-lead-size: 1.04rem;
  --holo-home-section-title-size: clamp(1.3rem, 2vw, 1.58rem);
  --holo-home-body-size: 1rem;
  --holo-home-card-title-size: 1rem;
  --holo-home-card-body-size: 0.96rem;
  --holo-home-meta-size: 0.82rem;
  --holo-home-section-bg-muted: rgba(237, 242, 248, 0.98);
  --holo-home-section-bg-plain: rgba(250, 252, 255, 0.98);
  --holo-home-title-font:
    "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont,
    "Avenir Next", "Helvetica Neue", sans-serif;
  --holo-sidebar-logo-offset: 0.8rem;
  --holo-home-inline-offset: 0rem;
  --holo-scope-card-glow:
    radial-gradient(52rem 34rem at -8% -10%, rgba(56, 189, 248, 0.09), transparent 66%),
    radial-gradient(36rem 24rem at 112% 2%, rgba(125, 211, 252, 0.06), transparent 72%),
    radial-gradient(30rem 22rem at 48% 120%, rgba(186, 230, 253, 0.05), transparent 74%),
    linear-gradient(158deg, rgba(224, 242, 254, 0.14), rgba(248, 252, 255, 0.03) 44%, rgba(224, 242, 254, 0.09));
  --holo-scope-card-scatter:
    radial-gradient(14rem 10rem at 16% 18%, rgba(186, 230, 253, 0.08), transparent 72%),
    radial-gradient(12rem 9rem at 84% 12%, rgba(125, 211, 252, 0.07), transparent 74%),
    radial-gradient(11rem 8rem at 30% 78%, rgba(56, 189, 248, 0.06), transparent 76%),
    radial-gradient(10rem 7rem at 74% 72%, rgba(186, 230, 253, 0.06), transparent 78%),
    radial-gradient(8rem 6rem at 50% 48%, rgba(224, 242, 254, 0.05), transparent 80%),
    linear-gradient(145deg, rgba(224, 242, 254, 0.08), rgba(240, 249, 255, 0.02) 40%, rgba(224, 242, 254, 0.07));
  --holo-home-prose-max: 41.5rem;
  --holo-home-panel-pad-inline: clamp(1.5rem, 3vw, 2.6rem);
  --holo-home-panel-pad-block: clamp(1.34rem, 1.9vw, 1.72rem);
  --holo-home-main-max: 46rem;
  --holo-home-side-width: 13.75rem;
  --holo-home-side-gap: 1.6rem;
  --holo-home-nav-axis: 1.05rem;
  --holo-home-jumpnav-top: calc(3.05rem + 2.4rem + 1.5rem);
  --holo-home-effective-max:
    calc(var(--holo-home-main-max) + var(--holo-home-side-width) + var(--holo-home-side-gap));
  --md-primary-fg-color: rgba(68, 92, 104, 0.84);
  --md-primary-fg-color--light: rgba(76, 101, 114, 0.86);
  --md-primary-fg-color--dark: rgba(60, 83, 95, 0.9);
}

html {
  background: var(--md-footer-bg-color);
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  background: transparent;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-x: clip;
}

.md-container {
  background: var(--md-default-bg-color);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-x: clip;
}

.md-header,
.md-tabs {
  background:
    linear-gradient(180deg, var(--holo-header-bg-strong), var(--holo-header-bg)) !important;
  background-color: var(--holo-header-bg) !important;
  -webkit-backdrop-filter: blur(18px) saturate(148%);
  backdrop-filter: blur(18px) saturate(148%);
  border-bottom: 1px solid var(--holo-header-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.md-header__inner {
  min-height: 3.05rem;
}

.md-header__title,
.md-header__topic,
.md-header__button,
.md-header__option,
.md-header__source,
.md-header__source:hover,
.md-header__source:focus {
  color: rgba(248, 250, 252, 0.94);
}

.md-search__form {
  background: rgba(15, 23, 42, 0.22);
  border: 1px solid rgba(226, 232, 240, 0.1);
}

.md-tabs {
  border-top: 0;
  margin-top: 0;
}

.md-tabs__list,
.md-tabs__item {
  background: transparent !important;
}

.md-tabs__link {
  background: transparent !important;
  color: rgba(248, 250, 252, 0.82);
}

.md-tabs__link:hover,
.md-tabs__link:focus,
.md-tabs__item--active .md-tabs__link {
  color: rgba(248, 250, 252, 0.98);
}

.md-main {
  background: var(--md-default-bg-color);
  flex: 1 0 auto;
}

.md-main__inner {
  min-height: calc(100vh - 11rem);
}

.md-content__inner {
  padding-bottom: 3.2rem;
}

.md-typeset {
  font-weight: var(--holo-weight-text);
}

.md-typeset strong,
.md-typeset b {
  font-weight: var(--holo-weight-emphasis);
}

.md-typeset .holo-home-effective-layout {
  align-items: start;
  box-sizing: border-box;
  column-gap: var(--holo-home-side-gap);
  display: grid;
  grid-template-columns: var(--holo-home-side-width) minmax(0, var(--holo-home-main-max));
  margin: 0 auto;
  max-width: var(--holo-home-effective-max);
  padding-inline: var(--holo-home-inline-offset);
}

.md-typeset .holo-home-hero-layout {
  display: contents;
}

.md-typeset .holo-hero {
  background: var(--holo-hero-bg);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1rem;
  box-shadow: 0 18px 45px rgba(2, 8, 23, 0.18);
  color: var(--holo-hero-fg);
  margin: 0;
  max-width: none;
  overflow: hidden;
  padding: 2rem;
  width: 100%;
}

.md-typeset .holo-home-hero-layout > .holo-hero {
  grid-column: 2;
  margin: 0 0 2.4rem;
  max-width: none;
  width: 100%;
}

.md-typeset .holo-hero h1,
.md-typeset .holo-hero h2,
.md-typeset .holo-hero p,
.md-typeset .holo-hero a {
  color: inherit;
}

.md-typeset .holo-hero p {
  max-width: 48rem;
}

.md-typeset .holo-hero h1 {
  font-size: var(--holo-home-hero-title-size);
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 0.7rem;
  max-width: 42rem;
  text-wrap: balance;
}

.md-typeset .holo-hero-title-strong {
  color: inherit;
  font-weight: 440;
}

.md-typeset .holo-hero-lead {
  font-size: var(--holo-home-hero-lead-size);
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  margin-bottom: 0.74rem;
  max-width: 39rem;
  opacity: 1;
  position: relative;
}

.md-typeset .holo-hero-lead::after {
  background: rgba(170, 194, 212, 0.42);
  content: "";
  display: block;
  height: 1px;
  margin-top: 0.62rem;
  width: 100%;
}

.md-typeset .holo-hero-support {
  color: rgba(184, 202, 217, 0.7);
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0.55rem 0 1.25rem;
  max-width: 47rem;
}

.md-typeset .holo-kicker {
  color: rgba(245, 251, 255, 0.6);
  font-size: var(--holo-home-kicker-size);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.md-typeset .holo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.md-typeset .holo-hero-link {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  box-shadow: none;
  color: rgba(245, 251, 255, 0.98);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  min-height: 2.9rem;
  margin: 0;
  padding: 0.72rem 1.18rem;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    color 180ms ease;
}

.md-typeset .holo-hero-link:hover,
.md-typeset .holo-hero-link:focus {
  border-color: rgba(56, 189, 248, 0.92);
  color: rgba(245, 251, 255, 1);
}

.md-typeset .holo-hero-link:not(.holo-hero-link--primary) {
  border-color: rgba(226, 232, 240, 0.58);
}

.md-typeset .holo-hero-link:not(.holo-hero-link--primary):hover,
.md-typeset .holo-hero-link:not(.holo-hero-link--primary):focus {
  border-color: rgba(56, 189, 248, 0.92);
}

.md-typeset .holo-hero-link--primary {
  background:
    linear-gradient(180deg, rgba(111, 135, 149, 0.96), rgba(95, 119, 132, 0.98));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 6px 14px rgba(2, 8, 23, 0.08);
  color: rgba(245, 251, 255, 0.98);
  font-weight: 600;
}

.md-typeset .holo-hero-link--primary:hover,
.md-typeset .holo-hero-link--primary:focus {
  background:
    linear-gradient(180deg, rgba(111, 135, 149, 0.96), rgba(95, 119, 132, 0.98));
  border-color: rgba(56, 189, 248, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 6px 14px rgba(2, 8, 23, 0.08);
  color: rgba(245, 251, 255, 1);
}

.md-typeset .holo-intro {
  background:
    linear-gradient(180deg, rgba(251, 252, 253, 0.98), rgba(255, 255, 255, 0.99));
  border: 1px solid rgba(203, 213, 225, 0.64);
  border-radius: 0.72rem;
  box-shadow:
    -10px 0 18px -22px rgba(56, 189, 248, 0.18),
    0 8px 20px rgba(15, 23, 42, 0.035),
    0 1px 2px rgba(15, 23, 42, 0.02);
  margin: 0 0 2rem;
  overflow: hidden;
  padding: 1.34rem 1.42rem 1.28rem;
  position: relative;
}

.md-typeset .holo-home-shell {
  margin: 0;
  max-width: 100%;
}

.md-typeset .holo-home-main-column {
  grid-column: 2;
  margin-left: 0;
  max-width: var(--holo-home-main-max);
  width: 100%;
}

.md-typeset .holo-home-jumpnav {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.01);
  border: 0;
  border-radius: 0.62rem;
  box-shadow: none;
  -webkit-backdrop-filter: blur(4px) saturate(106%);
  backdrop-filter: blur(4px) saturate(106%);
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  margin: 0;
  padding: 0 0 0 var(--holo-home-nav-axis);
  position: sticky;
  top: var(--holo-home-jumpnav-top);
  width: var(--holo-home-side-width);
  z-index: 3;
  grid-column: 1;
  grid-row: 1 / span 2;
}

.md-typeset .holo-home-jumpnav::before {
  color: rgba(54, 86, 201, 0.96);
  content: "Home";
  font-size: 0.82rem;
  font-weight: 480;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 0.72rem;
}

.md-typeset .holo-home-jumpnav::after {
  background: rgba(100, 116, 139, 0.68);
  content: "";
  bottom: 0.22rem;
  left: var(--holo-home-nav-axis);
  position: absolute;
  top: 1.62rem;
  width: 1px;
}

.md-typeset .holo-home-jumpnav a {
  background: transparent;
  border: 0;
  border-radius: 0.42rem;
  box-shadow: none;
  color: rgba(15, 23, 42, 0.86);
  display: block;
  font-size: 0.8rem;
  font-weight: 450;
  letter-spacing: -0.01em;
  line-height: 1.24;
  min-height: 0;
  padding: 0.26rem 0 0.26rem 0.42rem;
  position: relative;
  text-decoration: none;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    box-shadow 220ms ease;
}

.md-typeset .holo-home-jumpnav a::before {
  background: var(--holo-home-jumpnav-active-marker);
  border-radius: 999px;
  box-shadow: var(--holo-home-jumpnav-active-shadow);
  content: "";
  height: 0.42rem;
  left: -0.5rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.74);
  transform-origin: center;
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease;
  width: 0.42rem;
}

.md-typeset .holo-home-jumpnav a:hover,
.md-typeset .holo-home-jumpnav a:focus {
  color: rgba(67, 81, 181, 0.9);
}

.md-typeset .holo-home-jumpnav a.is-active,
.md-typeset .holo-home-jumpnav a[aria-current="true"] {
  background: var(--holo-home-jumpnav-active-bg);
  color: var(--holo-home-jumpnav-active-fg);
  font-weight: 535;
}

.md-typeset .holo-home-jumpnav a.is-active::before,
.md-typeset .holo-home-jumpnav a[aria-current="true"]::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.md-typeset h2[id],
.md-typeset h3[id] {
  scroll-margin-top: 4.8rem;
}

.md-typeset .holo-home-grid-shell {
  margin: 0;
  max-width: 100%;
}

.md-typeset .holo-home-section {
  background: transparent;
  border: 0;
  border-radius: 0;
  isolation: isolate;
  margin: 0;
  padding: 0.42rem 0 1.12rem;
  position: relative;
}

.md-typeset .holo-home-section::before {
  content: "";
  inset: 0 -100vw;
  position: absolute;
  z-index: -1;
}

.md-typeset .holo-home-section--muted {
  background: transparent;
}

.md-typeset .holo-home-section--muted::before {
  background: var(--holo-home-section-bg-muted);
}

.md-typeset .holo-home-section--plain {
  background: transparent;
}

.md-typeset .holo-home-section--plain::before {
  background: var(--holo-home-section-bg-plain);
}

.md-typeset .holo-home-shell > h2,
.md-typeset .holo-home-grid-shell > h2 {
  font-family: var(--holo-home-title-font);
  font-size: var(--holo-home-section-title-size);
  font-weight: 390;
  letter-spacing: -0.018em;
  line-height: 1.22;
  margin-bottom: 0.9rem;
  margin-top: 1.85rem;
  padding-bottom: 0.72rem;
  padding-top: 0;
  position: relative;
}

.md-typeset .holo-home-shell > h2::after,
.md-typeset .holo-home-grid-shell > h2::after {
  background: rgba(148, 163, 184, 0.24);
  content: "";
  height: 1px;
  left: 0;
  max-width: 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.md-typeset .holo-home-shell > p,
.md-typeset .holo-home-grid-shell > p {
  font-size: var(--holo-home-body-size);
  line-height: 1.78;
}

.md-typeset .holo-intro::before {
  background:
    linear-gradient(180deg, rgba(125, 211, 252, 0.2), rgba(56, 189, 248, 0.08) 34%, rgba(8, 145, 178, 0.03) 72%, transparent);
  content: "";
  inset: 0 auto 0 0;
  pointer-events: none;
  position: absolute;
  width: 0.4rem;
}

.md-typeset .holo-intro > p {
  color: var(--md-default-fg-color);
  font-size: var(--holo-home-body-size);
  line-height: 1.72;
  margin: 0;
}

.md-typeset .holo-intro-meta {
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  color: var(--md-default-fg-color--light);
  font-size: var(--holo-home-meta-size);
  line-height: 1.55;
  margin-top: 0.9rem;
  padding-top: 0.8rem;
}

.md-typeset .holo-intro-meta p {
  margin: 0;
}

.md-typeset .holo-philosophy-panel {
  background:
    linear-gradient(180deg, rgba(251, 252, 253, 0.98), rgba(255, 255, 255, 1));
  border: 1px solid rgba(203, 213, 225, 0.66);
  border-radius: 0.68rem;
  box-shadow:
    -10px 0 18px -22px rgba(56, 189, 248, 0.16),
    0 8px 20px rgba(15, 23, 42, 0.03),
    0 1px 2px rgba(15, 23, 42, 0.02);
  color: rgba(15, 23, 42, 0.74);
  font-size: var(--holo-home-body-size);
  line-height: 1.76;
  margin: 0 0 1.24rem;
  overflow: hidden;
  padding: var(--holo-home-panel-pad-block) var(--holo-home-panel-pad-inline);
  position: relative;
}

.md-typeset .holo-philosophy-panel::before {
  background:
    linear-gradient(180deg, rgba(148, 163, 184, 0.28), rgba(148, 163, 184, 0.08) 70%, transparent);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 0.24rem;
}

.md-typeset .holo-philosophy-panel > p {
  margin: 0;
  max-width: var(--holo-home-prose-max);
}

.md-typeset .holo-philosophy-panel > p + p {
  margin-top: 1.22rem;
}

.md-typeset .holo-philosophy-panel strong,
.md-typeset .holo-reading-path strong {
  color: rgba(15, 23, 42, 0.9);
  font-weight: 620;
  letter-spacing: -0.004em;
}

.md-typeset .holo-philosophy-line {
  border-left: 3px solid rgba(40, 69, 110, 0.72);
  color: rgba(15, 23, 42, 0.7);
  font-family: inherit;
  font-size: calc(var(--holo-home-body-size) * 1.01);
  font-style: normal;
  font-weight: 460;
  letter-spacing: -0.004em;
  line-height: 1.72;
  margin: 0.95rem 0 0.95rem;
  max-width: 43rem;
  padding-left: 0.95rem;
}

.md-typeset .holo-philosophy-line a {
  color: var(--md-typeset-a-color, var(--md-accent-fg-color));
  text-decoration-color: rgba(14, 165, 233, 0.22);
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.md-typeset .holo-philosophy-line a:hover,
.md-typeset .holo-philosophy-line a:focus {
  color: rgba(14, 165, 233, 0.96);
  text-decoration-color: rgba(14, 165, 233, 0.58);
}

.md-typeset .holo-acknowledgement {
  background:
    linear-gradient(180deg, rgba(251, 252, 253, 0.98), rgba(255, 255, 255, 1));
  border: 1px solid rgba(203, 213, 225, 0.66);
  border-radius: 0.68rem;
  box-shadow:
    -10px 0 18px -22px rgba(56, 189, 248, 0.16),
    0 8px 20px rgba(15, 23, 42, 0.03),
    0 1px 2px rgba(15, 23, 42, 0.02);
  color: rgba(15, 23, 42, 0.74);
  font-size: var(--holo-home-body-size);
  line-height: 1.72;
  margin-bottom: 2.8rem;
  overflow: hidden;
  padding: var(--holo-home-panel-pad-block) var(--holo-home-panel-pad-inline);
  position: relative;
}

.md-typeset .holo-reading-path {
  background:
    linear-gradient(180deg, rgba(251, 252, 253, 0.98), rgba(255, 255, 255, 1));
  border: 1px solid rgba(203, 213, 225, 0.66);
  border-radius: 0.68rem;
  box-shadow:
    -10px 0 18px -22px rgba(56, 189, 248, 0.16),
    0 8px 20px rgba(15, 23, 42, 0.03),
    0 1px 2px rgba(15, 23, 42, 0.02);
  color: rgba(15, 23, 42, 0.74);
  font-size: var(--holo-home-body-size);
  line-height: 1.76;
  margin-bottom: 2.9rem;
  overflow: hidden;
  padding: var(--holo-home-panel-pad-block) var(--holo-home-panel-pad-inline);
  position: relative;
}

.md-typeset .holo-acknowledgement::before,
.md-typeset .holo-reading-path::before {
  background:
    linear-gradient(180deg, rgba(148, 163, 184, 0.28), rgba(148, 163, 184, 0.08) 70%, transparent);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 0.24rem;
}

.md-typeset .holo-acknowledgement > p {
  margin: 0;
}

.md-typeset .holo-acknowledgement > p + p {
  margin-top: 0.9rem;
}

.md-typeset .holo-reading-path > p:first-child {
  color: rgba(15, 23, 42, 0.74);
  font-size: var(--holo-home-body-size);
  line-height: 1.73;
  margin: 0 0 1.04rem;
  max-width: var(--holo-home-prose-max);
}

.md-typeset .holo-reading-path ol {
  font-size: var(--holo-home-body-size);
  line-height: 1.74;
  margin: 0;
  max-width: var(--holo-home-prose-max);
  padding-left: 1.28rem;
}

.md-typeset .holo-reading-path li {
  margin: 0;
  padding-left: 0.16rem;
}

.md-typeset .holo-reading-path li + li {
  margin-top: 0.82rem;
}

.md-typeset .grid.cards > ul > li,
.md-typeset .grid.cards > ol > li {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.9));
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 0, 0);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.md-typeset .grid.cards > ul > li::before,
.md-typeset .grid.cards > ol > li::before {
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.1), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 55%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 220ms ease;
}

.md-typeset .grid.cards > ul > li:hover,
.md-typeset .grid.cards > ul > li:focus-within,
.md-typeset .grid.cards > ol > li:hover,
.md-typeset .grid.cards > ol > li:focus-within {
  border-color: rgba(8, 145, 178, 0.24);
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.07),
    0 2px 6px rgba(15, 23, 42, 0.035);
  transform: translate3d(0, -2px, 0);
}

.md-typeset .grid.cards > ul > li:hover::before,
.md-typeset .grid.cards > ul > li:focus-within::before,
.md-typeset .grid.cards > ol > li:hover::before,
.md-typeset .grid.cards > ol > li:focus-within::before {
  opacity: 1;
}

.md-typeset .grid.cards p:last-child {
  margin-bottom: 0;
}

.md-typeset .holo-card-grid {
  align-items: stretch;
  display: grid;
  gap: 0.75rem;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
  margin: 0;
}

.md-typeset .holo-card {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  box-shadow: none;
  color: var(--md-default-fg-color);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  overflow: hidden;
  padding: 1rem 1.02rem;
  position: relative;
  text-decoration: none;
  transition:
    box-shadow 160ms ease,
    border-color 160ms ease,
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.md-typeset .holo-card::before {
  content: none;
}

.md-typeset .holo-card::after {
  content: none;
}

.md-typeset .holo-card-grid--home > .holo-card {
  isolation: isolate;
}

.md-typeset .holo-card-grid--home > .holo-card::before {
  background: var(--holo-scope-card-glow);
  content: "";
  inset: 0;
  opacity: 0.54;
  pointer-events: none;
  position: absolute;
  transition: opacity 220ms ease;
  z-index: 0;
}

.md-typeset .holo-card-grid--home > .holo-card::after {
  background: var(--holo-scope-card-scatter);
  content: "";
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  filter: blur(1.1px);
  mix-blend-mode: soft-light;
  transition:
    opacity 240ms ease,
    filter 240ms ease;
  z-index: 0;
}

.md-typeset .holo-card-grid--home > .holo-card:hover::before,
.md-typeset .holo-card-grid--home > .holo-card:focus::before {
  opacity: 0.62;
}

.md-typeset .holo-card-grid--home > .holo-card:hover::after,
.md-typeset .holo-card-grid--home > .holo-card:focus::after {
  filter: blur(0.95px);
  opacity: 0.48;
}

.md-typeset .holo-card-grid--home > .holo-card > * {
  position: relative;
  z-index: 1;
}

.md-typeset .holo-card:hover,
.md-typeset .holo-card:focus {
  border-color: rgba(6, 182, 212, 0.4);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
  color: var(--md-default-fg-color);
  transform: translate3d(0, -2px, 0);
}

.md-typeset .holo-card-title {
  color: var(--md-default-fg-color);
  display: block;
  font-size: var(--holo-home-card-title-size);
  font-weight: var(--holo-weight-heading);
  line-height: 1.4;
  margin: 0;
}

.md-typeset .holo-card-grid--home .holo-card-title {
  color: rgba(15, 23, 42, 0.74);
  font-size: clamp(1.08rem, 1.02rem + 0.18vw, 1.16rem);
  font-weight: 520;
  letter-spacing: -0.012em;
  line-height: 1.34;
}

.md-typeset .holo-card p {
  color: var(--md-default-fg-color--light);
  font-size: var(--holo-home-card-body-size);
  line-height: 1.65;
  margin: 0;
}

.md-typeset .holo-card-title {
  position: relative;
}

.md-typeset .holo-hero-link:focus-visible,
.md-typeset .holo-home-jumpnav a:focus-visible,
.md-typeset .holo-card:focus-visible {
  outline: none;
}

.md-typeset .holo-home-jumpnav a:focus-visible,
.md-typeset .holo-card:focus-visible {
  box-shadow:
    0 0 0 3px rgba(186, 230, 253, 0.82),
    0 0 0 5px rgba(255, 255, 255, 0.94);
}

.md-typeset .holo-hero-link:focus-visible {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.92),
    0 0 0 5px rgba(125, 211, 252, 0.34);
}

.md-typeset .grid.cards strong a,
.md-typeset .grid.cards a strong,
.md-typeset .grid.cards > ul > li > p:first-child a,
.md-typeset .grid.cards > ol > li > p:first-child a {
  color: var(--md-default-fg-color);
  font-weight: var(--holo-weight-heading);
  text-decoration: none;
}

.md-typeset .grid.cards a:hover,
.md-typeset .grid.cards a:focus {
  color: var(--md-accent-fg-color);
}

.md-sidebar--secondary:not(:has(.md-nav__item > .md-nav__link)),
.md-sidebar--secondary:has(.md-nav--secondary:not(:has(.md-nav__list > .md-nav__item))) {
  display: none !important;
}

@media screen and (min-width: 60em) {

  .md-typeset .holo-card-grid--browse {
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md-typeset .holo-card-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md-typeset .holo-card-grid--home > .holo-card--wide {
    grid-column: 1 / -1;
  }
}

@media screen and (min-width: 76.25em) {
  .md-sidebar--primary {
    align-self: flex-start;
    position: sticky;
    top: 4.8rem;
  }

  .md-sidebar--primary .md-sidebar__scrollwrap {
    margin-left: var(--holo-sidebar-logo-offset);
    margin-right: 0.2rem;
    position: relative;
    top: auto;
  }
}

.md-typeset .holo-mini-note {
  border-left: 3px solid var(--md-accent-fg-color);
  color: var(--md-default-fg-color--light);
  margin: 1rem 0;
  padding-left: 1rem;
}

.md-sidebar--primary .md-sidebar__scrollwrap,
.md-sidebar--secondary .md-sidebar__scrollwrap {
  padding-block: 0.4rem 0.9rem;
}

.md-nav--primary .md-nav__title,
.md-nav--secondary .md-nav__title {
  font-weight: var(--holo-weight-heading);
  letter-spacing: 0.01em;
  padding-block: 0.8rem 0.55rem;
}

.md-sidebar--primary .md-nav__title {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0.82));
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 0.9rem 0.9rem 0 0;
  color: rgba(15, 23, 42, 0.72);
  font-size: 0.73rem;
  font-weight: 590;
  letter-spacing: 0.07em;
  margin: -0.4rem -0.25rem 0.32rem;
  padding: 0.82rem 0.72rem 0.6rem;
  text-transform: uppercase;
}

.md-nav--primary > .md-nav__list > .md-nav__item > .md-nav__link,
.md-nav--secondary > .md-nav__list > .md-nav__item > .md-nav__link {
  font-weight: var(--holo-weight-emphasis);
}

.md-sidebar--primary > .md-sidebar__scrollwrap .md-nav__item > .md-nav__link {
  color: rgba(15, 23, 42, 0.78);
  font-weight: 515;
  letter-spacing: -0.004em;
}

.md-sidebar--primary .md-nav__item:has(> .md-nav__toggle + .md-nav__container > a[href$="reading-list/"]) > .md-nav__container > a[href$="reading-list/"] .md-ellipsis,
.md-sidebar--primary .md-nav__item:has(> .md-nav__toggle + .md-nav__container > a[href$="./"]) > .md-nav__container > a[href$="./"] .md-ellipsis {
  font-size: 0;
}

.md-sidebar--primary .md-nav__item:has(> .md-nav__toggle + .md-nav__container > a[href$="reading-list/"]) > .md-nav__container > a[href$="reading-list/"] .md-ellipsis::after,
.md-sidebar--primary .md-nav__item:has(> .md-nav__toggle + .md-nav__container > a[href$="./"]) > .md-nav__container > a[href$="./"] .md-ellipsis::after {
  content: "Explore Codex";
  font-size: 0.78rem;
}

.md-sidebar--primary .md-nav__list .md-nav__list .md-nav__link {
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.74rem;
  font-weight: 440;
  line-height: 1.34;
}

.md-nav--primary .md-nav__list > .md-nav__item,
.md-nav--secondary .md-nav__list > .md-nav__item {
  margin: 0.12rem 0;
}

.md-nav--primary .md-nav__link,
.md-nav--secondary .md-nav__link {
  border-radius: 0.65rem;
  line-height: 1.35;
  margin-inline: 0.35rem;
  padding: 0.34rem 0.7rem;
  transition:
    background-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.md-nav--primary .md-nav__item--nested > .md-nav__link,
.md-nav--secondary .md-nav__item--nested > .md-nav__link {
  color: var(--md-default-fg-color);
}

.md-nav--primary .md-nav__link:hover,
.md-nav--primary .md-nav__link:focus,
.md-nav--secondary .md-nav__link:hover,
.md-nav--secondary .md-nav__link:focus {
  background: var(--holo-nav-hover);
}

.md-nav--primary .md-nav__item--active > .md-nav__link,
.md-nav--secondary .md-nav__item--active > .md-nav__link {
  background: var(--holo-nav-active);
  box-shadow: inset 3px 0 0 var(--md-accent-fg-color);
  font-weight: var(--holo-weight-heading);
}

.md-nav--primary .md-nav__list .md-nav__list,
.md-nav--secondary .md-nav__list .md-nav__list {
  background: var(--holo-nav-depth-bg);
  border-left: 2px solid var(--holo-nav-border);
  border-radius: 0 0.75rem 0.75rem 0;
  margin: 0.2rem 0.2rem 0.45rem 1rem;
  padding: 0.2rem 0 0.2rem 0.65rem;
}

.md-sidebar--primary .md-nav--primary > .md-nav__list {
  margin-left: 0.24rem;
  padding-left: 0;
}

.md-sidebar--secondary .md-nav--secondary > .md-nav__list {
  margin-left: 0.35rem;
  padding-left: 0.1rem;
}

.md-sidebar--secondary .md-nav__title {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.9));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 1rem 1rem 0 0;
  color: rgba(15, 23, 42, 0.68);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: -0.55rem -0.35rem 0.35rem;
  padding: 0.9rem 0.7rem 0.65rem;
  position: sticky;
  text-align: center;
  top: -0.55rem;
  text-transform: uppercase;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
  z-index: 3;
}

.md-sidebar--secondary .md-nav__link {
  font-size: 0.75rem;
  padding-block: 0.3rem;
}

.md-sidebar--secondary > .md-sidebar__scrollwrap .md-nav__item > .md-nav__link {
  color: rgba(15, 23, 42, 0.78);
  font-weight: 510;
  letter-spacing: -0.004em;
  overflow: hidden;
  position: relative;
}

.md-sidebar--secondary .md-nav__list .md-nav__list .md-nav__link {
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.72rem;
  font-weight: 430;
  line-height: 1.34;
}

.md-sidebar--secondary .md-nav__link::before {
  background:
    linear-gradient(180deg, rgba(125, 211, 252, 0.98), rgba(34, 211, 238, 0.88));
  border-radius: 999px;
  box-shadow:
    0 0 0 1px rgba(186, 230, 253, 0.18),
    0 0 14px rgba(56, 189, 248, 0.18);
  content: "";
  inset: 0.32rem auto 0.32rem 0.18rem;
  opacity: 0;
  position: absolute;
  transform: scaleY(0.72);
  transform-origin: center;
  transition:
    opacity 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease;
  width: 0.18rem;
}

.md-sidebar--secondary .md-nav__item--active > .md-nav__link {
  background:
    radial-gradient(circle at 10% 50%, rgba(255, 255, 255, 0.86), rgba(186, 230, 253, 0.18) 18%, transparent 38%),
    linear-gradient(90deg, rgba(34, 211, 238, 0.22), rgba(34, 211, 238, 0.08) 70%, transparent);
  box-shadow:
    inset 1px 0 0 rgba(186, 230, 253, 0.36),
    0 1px 0 rgba(15, 23, 42, 0.04),
    0 0 0 1px rgba(125, 211, 252, 0.12);
  color: rgba(8, 145, 178, 0.96);
  font-weight: 560;
}

.md-sidebar--secondary .md-nav__item--active > .md-nav__link::before,
.md-sidebar--secondary .md-nav__link--active::before {
  opacity: 1;
  transform: scaleY(1);
}

.md-typeset hr {
  border: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
  margin: 2rem 0 1.8rem;
}

.md-sidebar--secondary .md-nav__item .md-nav__link--passed {
  background:
    linear-gradient(90deg, rgba(186, 230, 253, 0.14), rgba(186, 230, 253, 0.04) 68%, transparent);
  color: rgba(15, 23, 42, 0.54);
}

.md-sidebar--secondary .md-nav__link {
  transition:
    background-color 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
    color 180ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.md-sidebar--secondary .md-nav__link:hover,
.md-sidebar--secondary .md-nav__link:focus {
  transform: translate3d(0.05rem, 0, 0);
}

.md-sidebar--secondary .md-nav__link:hover::before,
.md-sidebar--secondary .md-nav__link:focus::before {
  opacity: 0.44;
  transform: scaleY(0.92);
}

@media screen and (min-width: 60em) {
  .md-sidebar--primary {
    margin-top: 0.2rem;
  }

  .md-sidebar--primary .md-sidebar__scrollwrap {
    background: var(--holo-secondary-bg);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid var(--holo-sidebar-border);
    border-radius: 1rem;
    box-shadow: var(--holo-sidebar-shadow);
    max-height: calc(100vh - 6.2rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0.55rem 0.35rem 0.85rem;
    position: relative;
    scroll-behavior: smooth;
    scrollbar-color: rgba(14, 165, 233, 0.62) rgba(186, 230, 253, 0.18);
    top: auto;
    height: auto;
    transition:
      box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
      border-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
      background-color 260ms ease;
  }

  .md-sidebar--primary .md-nav--primary {
    position: relative;
    z-index: 1;
  }

  .md-sidebar--primary:hover .md-sidebar__scrollwrap,
  .md-sidebar--primary:focus-within .md-sidebar__scrollwrap {
    border-color: var(--holo-sidebar-border-hover);
    box-shadow: var(--holo-sidebar-shadow-hover);
    scrollbar-color: rgba(2, 132, 199, 0.82) rgba(186, 230, 253, 0.22);
  }

  .md-sidebar--primary .md-sidebar__scrollwrap::-webkit-scrollbar {
    width: 0.62rem;
  }

  .md-sidebar--primary .md-sidebar__scrollwrap::-webkit-scrollbar-thumb {
    background:
      radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.78), transparent 42%),
      linear-gradient(180deg, rgba(125, 211, 252, 0.95), rgba(14, 165, 233, 0.72) 58%, rgba(3, 105, 161, 0.64));
    border: 0.1rem solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.44),
      0 0 0 1px rgba(125, 211, 252, 0.12),
      0 0 14px rgba(56, 189, 248, 0.16);
    transition:
      background-color 220ms ease,
      box-shadow 220ms ease,
      border-color 220ms ease;
  }

  .md-sidebar--primary .md-sidebar__scrollwrap::-webkit-scrollbar-track {
    background:
      linear-gradient(180deg, rgba(186, 230, 253, 0.22), rgba(255, 255, 255, 0.02) 16%, rgba(14, 165, 233, 0.08) 48%, rgba(255, 255, 255, 0.02) 84%, rgba(186, 230, 253, 0.16));
    border-radius: 999px;
    box-shadow:
      inset 0 0 0 1px rgba(186, 230, 253, 0.12),
      inset 0 0 16px rgba(56, 189, 248, 0.05);
  }

  .md-sidebar--primary:hover .md-sidebar__scrollwrap::-webkit-scrollbar-thumb,
  .md-sidebar--primary:focus-within .md-sidebar__scrollwrap::-webkit-scrollbar-thumb {
    background:
      radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.84), transparent 40%),
      linear-gradient(180deg, rgba(56, 189, 248, 0.98), rgba(2, 132, 199, 0.82) 56%, rgba(3, 105, 161, 0.72));
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.52),
      0 0 0 1px rgba(125, 211, 252, 0.16),
      0 0 18px rgba(56, 189, 248, 0.24);
  }

  .md-sidebar--secondary {
    margin-top: 0.2rem;
  }

  .md-sidebar--secondary .md-sidebar__scrollwrap {
    background: var(--holo-secondary-bg);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid var(--holo-sidebar-border);
    border-radius: 1rem;
    box-shadow: var(--holo-sidebar-shadow);
    max-height: calc(100vh - 6.2rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0.55rem 0.35rem 0.85rem;
    position: relative;
    scroll-behavior: smooth;
    scrollbar-color: rgba(14, 165, 233, 0.62) rgba(186, 230, 253, 0.18);
    top: auto;
    height: auto;
    transition:
      box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
      border-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
      background-color 260ms ease;
  }

  .md-sidebar--secondary .md-nav--secondary {
    position: relative;
    z-index: 1;
  }

  .md-sidebar--secondary:hover .md-sidebar__scrollwrap,
  .md-sidebar--secondary:focus-within .md-sidebar__scrollwrap {
    border-color: var(--holo-sidebar-border-hover);
    box-shadow: var(--holo-sidebar-shadow-hover);
    scrollbar-color: rgba(2, 132, 199, 0.82) rgba(186, 230, 253, 0.22);
  }

  .md-sidebar--secondary .md-sidebar__scrollwrap::-webkit-scrollbar {
    width: 0.62rem;
  }

  .md-sidebar--secondary .md-sidebar__scrollwrap::-webkit-scrollbar-thumb {
    background:
      radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.78), transparent 42%),
      linear-gradient(180deg, rgba(125, 211, 252, 0.95), rgba(14, 165, 233, 0.72) 58%, rgba(3, 105, 161, 0.64));
    border: 0.1rem solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.44),
      0 0 0 1px rgba(125, 211, 252, 0.12),
      0 0 14px rgba(56, 189, 248, 0.16);
    transition:
      background-color 220ms ease,
      box-shadow 220ms ease,
      border-color 220ms ease;
  }

  .md-sidebar--secondary .md-sidebar__scrollwrap::-webkit-scrollbar-track {
    background:
      linear-gradient(180deg, rgba(186, 230, 253, 0.22), rgba(255, 255, 255, 0.02) 16%, rgba(14, 165, 233, 0.08) 48%, rgba(255, 255, 255, 0.02) 84%, rgba(186, 230, 253, 0.16));
    border-radius: 999px;
    box-shadow:
      inset 0 0 0 1px rgba(186, 230, 253, 0.12),
      inset 0 0 16px rgba(56, 189, 248, 0.05);
  }

  .md-sidebar--secondary:hover .md-sidebar__scrollwrap::-webkit-scrollbar-thumb,
  .md-sidebar--secondary:focus-within .md-sidebar__scrollwrap::-webkit-scrollbar-thumb {
    background:
      radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.84), transparent 40%),
      linear-gradient(180deg, rgba(56, 189, 248, 0.98), rgba(2, 132, 199, 0.82) 56%, rgba(3, 105, 161, 0.72));
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.52),
      0 0 0 1px rgba(125, 211, 252, 0.16),
      0 0 18px rgba(56, 189, 248, 0.24);
  }
}

.md-typeset .md-button {
  border-radius: 999px;
  font-weight: var(--holo-weight-emphasis);
}

.md-typeset .md-button.holo-soft-button {
  background: rgba(248, 250, 252, 0.8);
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
  color: rgba(15, 23, 42, 0.74);
}

.md-typeset .md-button.holo-soft-button:hover,
.md-typeset .md-button.holo-soft-button:focus {
  background: rgba(246, 250, 253, 0.94);
  border-color: rgba(191, 219, 254, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 0 0 1px rgba(255, 255, 255, 0.42);
  color: rgba(15, 23, 42, 0.82);
}

.md-typeset .md-button.holo-browse-cta {
  margin-bottom: 1.5rem;
}

.md-typeset h2,
.md-typeset h3,
.md-typeset h4 {
  font-weight: var(--holo-weight-heading);
  letter-spacing: -0.01em;
}

.md-typeset h3 + p {
  color: var(--md-default-fg-color--light);
}

.md-typeset h2 {
  scroll-margin-top: 5rem;
}

.md-top {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 250, 252, 0.7));
  backdrop-filter: blur(18px) saturate(145%);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 10px 24px rgba(15, 23, 42, 0.1),
    0 1px 2px rgba(15, 23, 42, 0.04);
  color: rgba(15, 23, 42, 0.82);
  display: inline-flex;
  font-family: "IBM Plex Sans", "Avenir Next", "Helvetica Neue", sans-serif;
  font-size: 0.74rem;
  font-weight: 560;
  gap: 0.46rem;
  justify-content: center;
  letter-spacing: 0.022em;
  line-height: 1;
  opacity: 0.96;
  padding: 0.66rem 0.96rem 0.64rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 240ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 240ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 240ms cubic-bezier(0.22, 1, 0.36, 1),
    color 200ms ease,
    opacity 200ms ease;
  vertical-align: middle;
  will-change: opacity, box-shadow;
}

.md-top:hover,
.md-top:focus {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(243, 247, 251, 0.84));
  border-color: rgba(56, 189, 248, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 12px 26px rgba(15, 23, 42, 0.1),
    0 2px 8px rgba(15, 23, 42, 0.04);
  color: rgba(15, 23, 42, 0.86);
}

.md-top:active {
  opacity: 0.92;
}

.md-top svg {
  flex: 0 0 auto;
  height: 0.96rem;
  margin: 0;
  opacity: 0.9;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 220ms ease,
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  vertical-align: middle;
  width: 0.96rem;
}

.md-top:hover svg,
.md-top:focus svg {
  opacity: 1;
  transform: translate3d(0, -0.04rem, 0);
}

.md-footer-meta__inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 76rem;
  padding-inline: 1.4rem;
  position: relative;
  width: 100%;
}

.md-copyright {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 470;
  letter-spacing: 0.015em;
}

.md-copyright__highlight {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.84rem;
  font-weight: 485;
  letter-spacing: 0.015em;
}

.md-footer-meta__inner::after {
  color: rgba(255, 255, 255, 0.52);
  content: "\00A9\0020 2026 Jinwoo Lee";
  font-size: 0.72rem;
  font-weight: 450;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.md-typeset,
.md-typeset p,
.md-typeset li,
.md-typeset a,
.md-typeset code {
  overflow-wrap: anywhere;
  word-break: normal;
}

@media screen and (max-width: 60em) {
  .md-typeset .holo-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0.62rem;
  }

  .md-typeset .holo-hero-link {
    width: 100%;
  }
}

@media screen and (max-width: 76.1875em) {
  :root {
    --holo-drawer-width: min(84vw, 17.25rem);
  }

  [dir="ltr"] .md-sidebar--primary {
    left: calc(-1 * var(--holo-drawer-width));
    width: var(--holo-drawer-width);
  }

  [dir="rtl"] .md-sidebar--primary {
    right: calc(-1 * var(--holo-drawer-width));
    width: var(--holo-drawer-width);
  }

  [data-md-toggle="drawer"]:checked ~ .md-container .md-sidebar--primary {
    transform: translateX(var(--holo-drawer-width));
  }

  [dir="rtl"] [data-md-toggle="drawer"]:checked ~ .md-container .md-sidebar--primary {
    transform: translateX(calc(-1 * var(--holo-drawer-width)));
  }

  /* Keep mobile/tablet drawer focused on one plain navigation list. */
  .md-header__source,
  .md-sidebar--primary .md-nav__source {
    display: none;
  }

  .md-sidebar--primary .md-nav__title .md-nav__button.md-logo {
    display: none;
  }

  .md-sidebar--primary .md-nav__title[for="__drawer"] {
    padding-inline-start: 0.72rem;
  }

  .md-sidebar--primary .md-nav__title[for^="__nav_"] {
    display: none;
  }

  .md-sidebar--primary .md-nav__container > label.md-nav__link,
  .md-sidebar--primary .md-nav__item > .md-nav__link > .md-nav__icon {
    display: none;
  }

  .md-sidebar--primary .md-nav--secondary {
    display: none;
  }

  .md-sidebar--primary .md-nav__item--nested > .md-nav {
    display: block;
    inset: auto;
    margin: 0;
    max-height: none;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    position: static;
    transform: none;
    transition: none;
    visibility: visible;
  }

  .md-main,
  .md-main__inner {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  .md-content,
  .md-content__inner {
    max-width: 100%;
  }

  /* Reset complex desktop sidebar styling in drawer/tablet mode */
  .md-sidebar--primary .md-sidebar__scrollwrap {
    margin-inline: 0;
    padding: 0.4rem 0.2rem 0.8rem;
  }

  .md-sidebar--primary .md-nav__title {
    background: transparent;
    border-bottom: 0;
    border-radius: 0;
    margin: 0;
    padding: 0.72rem 0.55rem 0.44rem;
  }

  .md-sidebar--primary .md-nav__item:has(> .md-nav__toggle + .md-nav__container > a[href$="reading-list/"]) > .md-nav__container > a[href$="reading-list/"] .md-ellipsis,
  .md-sidebar--primary .md-nav__item:has(> .md-nav__toggle + .md-nav__container > a[href$="./"]) > .md-nav__container > a[href$="./"] .md-ellipsis {
    font-size: inherit;
  }

  .md-sidebar--primary .md-nav__item:has(> .md-nav__toggle + .md-nav__container > a[href$="reading-list/"]) > .md-nav__container > a[href$="reading-list/"] .md-ellipsis::after,
  .md-sidebar--primary .md-nav__item:has(> .md-nav__toggle + .md-nav__container > a[href$="./"]) > .md-nav__container > a[href$="./"] .md-ellipsis::after {
    content: none;
  }

  .md-sidebar--primary > .md-sidebar__scrollwrap .md-nav__item > .md-nav__link {
    font-weight: var(--holo-weight-emphasis);
  }

  .md-nav--primary .md-nav__link {
    margin-inline: 0.08rem;
  }

  .md-nav--primary .md-nav__list .md-nav__list {
    margin: 0.18rem 0.08rem 0.35rem 0.78rem;
    padding: 0.12rem 0 0.12rem 0.42rem;
  }

  .md-typeset :where(img, svg, video, canvas, iframe) {
    height: auto;
    max-width: 100%;
  }

  .md-typeset :where(pre, .md-typeset__scrollwrap) {
    max-width: 100%;
  }

  .md-sidebar--secondary {
    margin-top: 0.75rem;
  }

  .md-sidebar--secondary .md-sidebar__scrollwrap {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    max-height: none;
    overflow: visible;
    padding: 0;
  }

  .md-sidebar--secondary .md-nav--secondary {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 0.9rem;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    padding: 0.35rem 0.2rem 0.55rem;
  }

  .md-sidebar--secondary .md-nav__title {
    background: transparent;
    backdrop-filter: none;
    border: 0;
    border-radius: 0;
    margin: 0.1rem 0.35rem 0.25rem;
    padding: 0.5rem 0.35rem 0.35rem;
    position: static;
    top: auto;
  }

  .md-footer-meta__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 0.6rem;
  }

  .md-footer-meta__inner::after {
    align-self: stretch;
    display: block;
    padding-top: 0.28rem;
    text-align: left;
    white-space: normal;
    width: 100%;
  }

  .md-typeset .holo-home-effective-layout {
    display: block;
    max-width: var(--holo-home-main-max);
    padding-inline: 0;
  }

  .md-typeset .holo-home-hero-layout {
    display: block;
  }

  .md-typeset .holo-home-main-column {
    margin-left: 0;
    max-width: 100%;
  }

  .md-typeset .holo-home-jumpnav {
    align-items: stretch;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 250, 252, 0.78));
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 0.66rem;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.7),
      0 8px 20px rgba(15, 23, 42, 0.035);
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.42rem;
    justify-content: flex-start;
    margin-bottom: 0.9rem;
    max-width: 100%;
    overflow: hidden;
    padding: 0.72rem 0.74rem;
    position: static;
    width: auto;
  }

  .md-typeset .holo-home-jumpnav::after {
    content: none;
  }

  .md-typeset .holo-home-jumpnav a {
    align-items: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 999px;
    color: rgba(15, 23, 42, 0.8);
    display: flex;
    flex: 1 1 10.5rem;
    justify-content: flex-start;
    line-height: 1.32;
    max-width: 100%;
    min-height: 0;
    min-width: min(100%, 10.5rem);
    overflow-wrap: anywhere;
    padding: 0.54rem 0.76rem;
    white-space: normal;
  }

  .md-typeset .holo-home-jumpnav a::before {
    content: none;
  }

  .md-typeset .holo-home-jumpnav a:hover,
  .md-typeset .holo-home-jumpnav a:focus {
    border-color: rgba(125, 211, 252, 0.38);
    transform: none;
  }

  .md-typeset .holo-home-jumpnav a.is-active,
  .md-typeset .holo-home-jumpnav a[aria-current="true"] {
    background:
      linear-gradient(180deg, rgba(79, 70, 229, 0.15), rgba(30, 64, 175, 0.12)),
      rgba(255, 255, 255, 0.92);
    border-color: rgba(99, 102, 241, 0.34);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.78),
      0 6px 16px rgba(67, 56, 202, 0.14);
    color: rgba(49, 60, 144, 0.98);
    font-weight: 540;
  }

  .md-typeset .holo-home-jumpnav::before {
    color: rgba(15, 23, 42, 0.52);
    content: "Jump to";
    flex-basis: 100%;
    letter-spacing: 0.06em;
    margin-bottom: 0.1rem;
    margin-right: 0;
    width: 100%;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 44.9375em) {
  .md-sidebar--secondary {
    display: none !important;
  }

  :root {
    --holo-home-kicker-size: 0.75rem;
    --holo-home-nav-size: 0.8rem;
    --holo-home-hero-title-size: clamp(1.9rem, 7.2vw, 2.2rem);
    --holo-home-hero-lead-size: 1rem;
    --holo-home-section-title-size: 1.34rem;
    --holo-home-body-size: 1rem;
    --holo-home-card-title-size: 1.03rem;
    --holo-home-card-body-size: 0.95rem;
    --holo-home-meta-size: 0.82rem;
  }

  .md-sidebar--primary .md-sidebar__scrollwrap,
  .md-sidebar--secondary .md-sidebar__scrollwrap {
    padding-block: 0.55rem max(0.95rem, env(safe-area-inset-bottom));
  }

  .md-typeset {
    line-height: 1.72;
  }

  .md-typeset p,
  .md-typeset li {
    letter-spacing: 0.002em;
    line-height: 1.76;
  }

  .md-sidebar--primary .md-nav__title,
  .md-sidebar--secondary .md-nav__title {
    font-size: 0.79rem;
    letter-spacing: 0.06em;
    margin-bottom: 0.4rem;
    padding: 0.92rem 0.82rem 0.68rem;
  }

  .md-nav--primary .md-nav__list > .md-nav__item,
  .md-nav--secondary .md-nav__list > .md-nav__item {
    margin: 0.14rem 0;
  }

  .md-nav--primary .md-nav__link,
  .md-nav--secondary .md-nav__link {
    border-radius: 0.72rem;
    font-size: 0.96rem;
    line-height: 1.4;
    margin-inline: 0.16rem;
    min-height: 2.85rem;
    padding: 0.65rem 0.9rem;
    touch-action: manipulation;
  }

  .md-sidebar--primary .md-nav__list .md-nav__list .md-nav__link,
  .md-sidebar--secondary .md-nav__list .md-nav__list .md-nav__link {
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .md-nav--primary .md-nav__list .md-nav__list,
  .md-nav--secondary .md-nav__list .md-nav__list {
    margin: 0.2rem 0.12rem 0.45rem 0.86rem;
    padding: 0.2rem 0 0.22rem 0.54rem;
  }

  .md-typeset .md-button {
    align-items: center;
    display: inline-flex;
    font-size: 0.96rem;
    justify-content: center;
    min-height: 3.1rem;
    padding: 0.82rem 1.04rem;
    text-align: center;
    touch-action: manipulation;
  }

  .md-typeset .md-button:not(.md-button--icon) {
    width: 100%;
  }

  .md-typeset .md-button + .md-button {
    margin-top: 0.55rem;
  }

  .md-typeset .holo-hero {
    border-radius: 0.9rem;
    margin-bottom: 1.2rem;
    max-width: 100%;
    padding: 1.35rem 1rem 1.2rem;
  }

  .md-typeset .holo-home-hero-layout {
    display: block;
    margin-bottom: 1.2rem;
    max-width: var(--holo-home-main-max);
  }

  .md-main__inner {
    min-height: calc(100vh - 9.5rem);
  }

  .md-typeset .holo-hero h1 {
    line-height: 1.2;
    margin-bottom: 0.62rem;
  }

  .md-typeset .holo-hero-lead {
    font-weight: 400;
    line-height: 1.7;
  }

  .md-typeset .holo-hero-lead::after {
    margin-top: 0.5rem;
  }

  .md-typeset .holo-hero-support {
    display: none;
  }

  .md-typeset .holo-kicker {
    letter-spacing: 0.08em;
  }

  .md-typeset .holo-hero-actions {
    display: block;
    margin-top: 1rem;
  }

  .md-typeset .holo-hero-link {
    display: flex;
    font-size: 0.98rem;
    justify-content: center;
    min-height: 3.2rem;
    text-align: center;
    width: 100%;
  }

  .md-typeset .holo-hero-link + .holo-hero-link {
    margin-top: 0.62rem;
  }

  .md-typeset .holo-intro {
    border-radius: 0.66rem;
    margin-bottom: 1.6rem;
    padding: 1.22rem 1.28rem 1.16rem;
  }

  .md-typeset .holo-philosophy-panel {
    border-radius: 0.62rem;
    padding: 1.24rem 1.3rem 1.2rem;
  }

  .md-typeset .holo-acknowledgement,
  .md-typeset .holo-reading-path {
    border-radius: 0.62rem;
    padding: 1.24rem 1.3rem 1.2rem;
  }

  .md-typeset .holo-home-shell {
    max-width: 100%;
  }

  .md-typeset .holo-home-jumpnav {
    display: none;
  }

  .md-typeset .holo-home-grid-shell {
    max-width: 100%;
  }

  .md-typeset .holo-home-shell > h2,
  .md-typeset .holo-home-grid-shell > h2 {
    margin-top: 1.55rem;
    padding-bottom: 0.6rem;
    padding-top: 0;
  }

  .md-typeset .holo-home-shell > h2::after,
  .md-typeset .holo-home-grid-shell > h2::after {
    left: 0;
    max-width: 100%;
    width: 100%;
  }

  .md-typeset .holo-intro > p {
    line-height: 1.68;
  }

  .md-typeset .holo-intro-meta {
    margin-top: 0.78rem;
    padding-top: 0.72rem;
  }

  .md-typeset .holo-reading-path {
    margin-bottom: 2.3rem;
  }

  .md-typeset .grid.cards > ul,
  .md-typeset .grid.cards > ol {
    gap: 0.85rem;
  }

  .md-typeset .grid.cards > ul > li,
  .md-typeset .grid.cards > ol > li {
    border-radius: 0.8rem;
    box-shadow: none;
    transform: none;
  }

  .md-typeset .holo-card {
    border-radius: 0.8rem;
    gap: 0.55rem;
    padding: 1rem;
  }

  .md-typeset .holo-card-grid--home .holo-card-title {
    font-size: 1.04rem;
  }

  .md-typeset .holo-card-grid--home > .holo-card::before {
    opacity: 0.46;
  }

  .md-typeset .holo-card-grid--home > .holo-card::after {
    filter: blur(0.95px);
    opacity: 0.3;
  }

  .md-typeset .grid.cards > ul > li:hover,
  .md-typeset .grid.cards > ul > li:focus-within,
  .md-typeset .grid.cards > ol > li:hover,
  .md-typeset .grid.cards > ol > li:focus-within {
    transform: translate3d(0, -2px, 0);
  }

  .md-typeset h2 {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .md-typeset h3 {
    font-size: 1.08rem;
    line-height: 1.3;
  }

  .md-content__inner {
    margin-top: 0.4rem;
    padding-bottom: 2.8rem;
  }

  .md-footer-meta__inner {
    gap: 0.38rem;
    padding-inline: 0.88rem;
  }

  .md-copyright,
  .md-copyright__highlight {
    line-height: 1.45;
    white-space: normal;
  }

  .md-footer-meta__inner::after {
    font-size: 0.76rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }

  .md-top {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 250, 252, 0.76));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.5),
      0 8px 18px rgba(15, 23, 42, 0.08),
      0 1px 3px rgba(15, 23, 42, 0.04);
    font-size: 0.78rem;
    min-height: 2.72rem;
    padding: 0.76rem 0.94rem 0.74rem;
  }
}
