@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

img, video {
  max-width: 100%;
  height: auto;
  display: block; }

ul, ol {
  list-style: none; }

html {
  font-size: 1rem;
  scroll-behavior: smooth; }

body {
  font-family: "Source Serif 4", "IBM Plex Serif", Georgia, serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #E5E7EB;
  background-color: #111827; }

h1, h2, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  line-height: 1.25;
  margin-top: 1.5em;
  margin-bottom: 0.5em; }

h1 {
  font-size: 1.75rem; }

h2 {
  font-size: 1.375rem; }

h3 {
  font-size: 1.125rem; }

p {
  margin-bottom: 1em; }

a {
  color: #38BDF8;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

code, pre {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.875em; }

pre {
  padding: 1rem;
  overflow-x: auto;
  background: #1F2937;
  border-left: 3px solid #374151;
  margin-bottom: 1em; }

blockquote {
  border-left: 3px solid #374151;
  padding-left: 1rem;
  color: #9CA3AF;
  margin-bottom: 1em; }

ul, ol {
  list-style: revert;
  padding-left: 1.5rem;
  margin-bottom: 1em; }

hr {
  border: none;
  border-top: 1px solid #374151;
  margin: 2rem 0; }

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.site-header {
  border-bottom: 1px solid #374151;
  padding: 0.75rem 1.5rem; }

.site-header__inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem; }

.site-main {
  flex: 1;
  padding: 2rem 1.5rem; }

.content {
  max-width: 720px;
  margin: 0 auto; }

.site-footer {
  border-top: 1px solid #374151;
  padding: 1rem 1.5rem;
  font-size: 0.75rem;
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  color: #9CA3AF; }

.site-footer__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center; }
  .site-footer__inner a {
    color: #9CA3AF; }
    .site-footer__inner a:hover {
      color: #38BDF8;
      text-decoration: none; }

.site-footer__stats {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.4rem; }

.site-footer__copy {
  opacity: 0.5; }

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  flex-direction: column;
  gap: 4px; }

.nav-toggle__bar {
  display: block;
  width: 18px;
  height: 2px;
  background: #E5E7EB; }

.nav-list {
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center; }

.nav-cat {
  position: relative; }

.nav-cat__trigger {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: #9CA3AF;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  letter-spacing: 0.01em; }
  .nav-cat__trigger:hover {
    color: #E5E7EB; }

.nav-cat__link {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: #9CA3AF;
  padding: 0.5rem 0.75rem; }
  .nav-cat__link:hover {
    color: #E5E7EB;
    text-decoration: none; }

.nav-panel {
  display: none;
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  background: #1F2937;
  border: 1px solid #374151;
  padding: 1rem 1.25rem;
  min-width: 16rem;
  max-width: 20rem;
  z-index: 100; }

.nav-cat.is-open .nav-panel {
  display: block; }

.nav-panel__desc {
  font-family: "Source Serif 4", "IBM Plex Serif", Georgia, serif;
  font-size: 0.8rem;
  color: #9CA3AF;
  margin: 0 0 0.75rem;
  line-height: 1.4; }

.nav-panel__items {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav-panel__item {
  padding: 0.4rem 0;
  border-top: 1px solid #374151; }
  .nav-panel__item:first-child {
    border-top: none;
    padding-top: 0; }
  .nav-panel__item a {
    font-family: "IBM Plex Sans", system-ui, sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #E5E7EB;
    display: block; }
    .nav-panel__item a:hover {
      color: #38BDF8;
      text-decoration: none; }

.nav-panel__item-desc {
  display: block;
  font-family: "Source Serif 4", "IBM Plex Serif", Georgia, serif;
  font-size: 0.75rem;
  color: #9CA3AF;
  margin-top: 0.1rem;
  line-height: 1.3; }

@media (max-width: 640px) {
  .nav-toggle {
    display: flex; }
  .site-header {
    position: relative; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: -1.5rem;
    right: -1.5rem;
    background: #111827;
    border-bottom: 1px solid #374151;
    padding: 1.5rem;
    z-index: 99; }
  .site-nav.is-open {
    display: block; }
  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0; }
  .nav-cat {
    position: static;
    border-bottom: 1px solid #374151; }
    .nav-cat:last-child {
      border-bottom: none; }
  .nav-cat__trigger {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.9rem 0;
    font-size: 1rem; }
    .nav-cat__trigger::after {
      content: '+';
      font-family: "JetBrains Mono", "Fira Mono", monospace;
      font-size: 0.8rem;
      color: #9CA3AF; }
  .nav-cat.is-open .nav-cat__trigger::after {
    content: '−'; }
  .nav-cat__link {
    display: block;
    padding: 0.9rem 0;
    font-size: 1rem; }
  .nav-panel {
    position: static;
    border: none;
    background: none;
    padding: 0 0 0.75rem 0.5rem;
    min-width: 0;
    max-width: none; }
  .nav-panel__desc {
    font-size: 0.9rem;
    margin-bottom: 0.6rem; }
  .nav-panel__item a {
    font-size: 1rem; }
  .nav-panel__item-desc {
    font-size: 0.85rem; } }

.site-title {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em; }
  .site-title a {
    color: #E5E7EB; }
  .site-title a:hover {
    color: #38BDF8;
    text-decoration: none; }

.article-header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #374151; }

.article-title {
  margin-top: 0; }

.article-meta {
  font-size: 0.85rem;
  color: #9CA3AF;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  margin-top: 0.5rem; }
  .article-meta a {
    color: #9CA3AF; }

.article-body {
  margin-top: 1.5rem; }

.page-header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #374151; }

.entry-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.entry-item {
  padding: 1rem 0;
  border-bottom: 1px solid #374151; }
  .entry-item:last-child {
    border-bottom: none; }

.entry-item__title {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 1.1rem;
  margin: 0 0 0.25rem; }
  .entry-item__title a {
    color: #E5E7EB; }
  .entry-item__title a:hover {
    color: #38BDF8; }

.entry-item__meta {
  font-size: 0.8rem;
  color: #9CA3AF;
  font-family: "IBM Plex Sans", system-ui, sans-serif; }

.entry-item__summary {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #9CA3AF; }

.badge {
  display: inline-block;
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2em 0.5em;
  line-height: 1.4;
  vertical-align: middle; }
  .badge--status {
    color: var(--badge-color, #9CA3AF);
    border: 1px solid var(--badge-color, #9CA3AF);
    background: color-mix(in srgb, var(--badge-color, transparent) 10%, transparent); }
  .badge--domain {
    color: #9CA3AF;
    border: none;
    background: #1F2937;
    font-size: 0.6rem; }
  .badge--type {
    color: #9CA3AF;
    border: 1px solid currentColor; }

.badge-group {
  display: inline-flex;
  gap: 0.25rem;
  flex-wrap: wrap;
  vertical-align: middle; }

.proj-card__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.35rem; }

.project-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.5rem; }

.project-grid {
  display: grid;
  gap: 0; }

.project-card {
  padding: 1rem 0;
  border-bottom: 1px solid #374151; }
  .project-card:last-child {
    border-bottom: none; }

.project-card__header {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.25rem; }

.project-card__title {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600; }
  .project-card__title a {
    color: #E5E7EB; }
  .project-card__title a:hover {
    color: #38BDF8; }

.project-card__desc {
  font-size: 0.9rem;
  color: #9CA3AF;
  margin-bottom: 0.5rem; }

.project-card__badges {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap; }

.proj-section {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #374151; }
  .proj-section:first-of-type {
    margin-top: 1.5rem;
    border-top: none;
    padding-top: 0; }

.proj-section__title {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9CA3AF;
  margin: 0 0 1rem;
  list-style: none;
  cursor: pointer; }
  .proj-section__title::-webkit-details-marker {
    display: none; }
  .proj-section__title::before {
    content: '▸ ';
    opacity: 0.5; }
  details[open] > .proj-section__title {
    color: #E5E7EB; }
    details[open] > .proj-section__title::before {
      content: '▾ '; }

h2.proj-section__title {
  cursor: default; }
  h2.proj-section__title::before {
    display: none; }

.proj-section__count {
  margin-left: 0.5em;
  opacity: 0.6; }

.proj-section__hint {
  margin-left: 0.75em;
  font-weight: 400;
  opacity: 0.5;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0; }
  details[open] > summary > .proj-section__hint {
    display: none; }

.proj-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem; }

.proj-filters {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }

.proj-filters__row {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 0.75rem;
  border-top: 1px solid #374151; }
  .proj-filters__row:first-child {
    border-top: none;
    padding-top: 0; }

.proj-filters__label {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9CA3AF; }

.proj-filters__chips {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap; }

.filter-chip {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2em 0.6em;
  border: 1px solid #374151;
  background: transparent;
  color: #9CA3AF;
  cursor: pointer;
  line-height: 1.4; }
  .filter-chip:hover {
    border-color: #E5E7EB;
    color: #E5E7EB; }
  .filter-chip.is-active {
    background: #1F2937;
    color: var(--chip-color, #E5E7EB);
    border-color: var(--chip-color, #E5E7EB); }

.filter-chip__count {
  margin-left: 0.3em;
  opacity: 0.6; }

.filter-reset {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  background: none;
  border: none;
  color: #9CA3AF;
  cursor: pointer;
  padding: 0;
  align-self: flex-start; }
  .filter-reset:hover {
    color: #38BDF8; }

.proj-empty {
  font-size: 0.875rem;
  color: #9CA3AF;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  margin-top: 2rem; }

.proj-card[hidden] {
  display: none !important; }

.proj-card__desc {
  font-size: 0.8rem;
  color: #9CA3AF;
  margin-top: 0.4rem;
  margin-bottom: 0;
  line-height: 1.4; }

.proj-card__dates {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.6rem;
  color: #9CA3AF;
  opacity: 0.7;
  margin-top: 0.4rem; }

.proj-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%; }
  .proj-card__link:hover {
    text-decoration: none; }

.proj-reference-group {
  margin-top: 0.5rem; }

.proj-reference {
  margin: 0; }

.proj-reference__title {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9CA3AF;
  padding: 0.75rem 0 0.4rem;
  margin: 0;
  border-top: 1px solid #374151; }
  .proj-reference__title:first-child {
    border-top: none;
    padding-top: 0; }

.proj-reference__list {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.2rem 1.5rem;
  margin: 0 0 1rem;
  padding: 0; }

.proj-reference__item {
  display: contents; }

.proj-reference__term {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.8rem;
  font-weight: 400;
  color: #9CA3AF;
  white-space: nowrap; }

.proj-reference__desc {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.8rem;
  color: #9CA3AF; }

.journal-body h2 {
  font-size: 0.95rem;
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-weight: 400;
  color: #9CA3AF;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #374151; }
  .journal-body h2:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .journal-body h2 .timestamp-wrapper, .journal-body h2 .timestamp {
    color: #38BDF8; }

.terms {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  font-size: 0.8rem;
  font-family: "IBM Plex Sans", system-ui, sans-serif; }
  .terms a {
    color: #9CA3AF;
    border-bottom: 1px solid #374151;
    padding-bottom: 1px; }

.home-opening {
  font-family: "Source Serif 4", "IBM Plex Serif", Georgia, serif;
  font-size: 0.95rem;
  color: #9CA3AF;
  line-height: 1.5;
  margin: 0 0 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #374151; }

.home-section--intro {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1.5rem; }

.home-intro {
  font-family: "Source Serif 4", "IBM Plex Serif", Georgia, serif;
  font-size: 0.9rem;
  color: #9CA3AF;
  line-height: 1.6; }
  .home-intro p {
    margin: 0 0 0.5rem; }
    .home-intro p:last-child {
      margin-bottom: 0; }
  .home-intro em {
    display: block;
    font-style: italic;
    color: #9F7AEA;
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    border-left: 2px solid #9F7AEA;
    background: rgba(159, 122, 234, 0.03);
    border-radius: 0 2px 2px 0; }

.home-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #374151; }
  .home-section:last-child {
    border-bottom: none;
    padding-bottom: 0; }

.home-section__title {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9CA3AF;
  margin-top: 0;
  margin-bottom: 1rem; }

.home-section__more {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  color: #9CA3AF; }
  .home-section__more:hover {
    color: #38BDF8; }

.home-section__subtitle {
  font-size: 0.8rem;
  color: #9CA3AF;
  margin: -0.5rem 0 1rem; }

.home-explore {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.5rem; }

.home-explore-group {
  margin-bottom: 1rem; }

.home-explore-group__label {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #E5E7EB;
  margin: 0 0 0.4rem; }

.home-explore-group__desc {
  font-weight: 400;
  font-size: 0.7rem;
  color: #9CA3AF; }

.home-section a:hover {
  text-decoration: none; }

.home-explore__item {
  display: block;
  padding: 0.75rem;
  border: 1px solid #374151;
  border-radius: 2px;
  text-decoration: none;
  transition: border-color 0.1s, background 0.1s; }
  .home-explore__item:hover {
    border-color: #38BDF8;
    background: rgba(255, 255, 255, 0.02); }
  .home-explore__item:hover .home-explore__name {
    color: #38BDF8; }

.home-explore__name {
  display: block;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #E5E7EB; }

.home-explore__desc {
  display: block;
  font-size: 0.7rem;
  color: #9CA3AF;
  margin-top: 0.15rem; }

.home-now {
  font-family: "Source Serif 4", "IBM Plex Serif", Georgia, serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #E5E7EB;
  padding: 0.75rem 1rem;
  border-left: 2px solid #38BDF8;
  background: rgba(56, 189, 248, 0.03);
  border-radius: 0 2px 2px 0; }
  .home-now p {
    margin: 0; }

.home-activity {
  list-style: none;
  padding: 0;
  margin: 0; }

.home-activity__item {
  display: grid;
  grid-template-columns: 4rem 1fr auto;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid #374151; }
  .home-activity__item:last-child {
    border-bottom: none; }

.home-activity__date {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  color: #9CA3AF; }

.home-activity__type {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9CA3AF;
  opacity: 0.7; }

.home-activity__link {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.85rem;
  color: #E5E7EB;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .home-activity__link:hover {
    color: #38BDF8;
    text-decoration: none; }

.home-kb {
  display: flex;
  gap: 1.25rem;
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  color: #9CA3AF;
  padding-top: 1rem;
  opacity: 0.7; }

.proj-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem; }

@media (max-width: 768px) {
  .proj-card-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem; }
  .proj-card {
    display: grid;
    grid-template-columns: 5rem 1fr; }
  .proj-card__img-wrap {
    aspect-ratio: 1; }
  .proj-card__body {
    padding: 0.4rem 0.6rem; }
  .proj-card__title {
    font-size: 0.8rem; } }

.proj-card {
  display: block;
  border: 1px solid #374151;
  text-decoration: none;
  overflow: hidden;
  border-radius: 2px;
  transition: border-color 0.1s, background 0.1s; }
  .proj-card, .proj-card:hover, .proj-card a, .proj-card a:hover {
    text-decoration: none; }
  .proj-card:hover {
    border-color: #38BDF8;
    background: rgba(255, 255, 255, 0.02); }
  .proj-card:hover .proj-card__title {
    color: #38BDF8; }
  .proj-card:hover .proj-card__img {
    opacity: 0.9; }

.proj-card__img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111827; }

.proj-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.proj-card__img-placeholder {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, #374151, #374151 1px, transparent 1px, transparent 8px); }

.proj-card__body {
  padding: 0.6rem 0.75rem 0.75rem; }

.proj-card__title {
  display: block;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #E5E7EB;
  margin-bottom: 0.35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.node-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.75rem; }

.node-meta__dates {
  color: #9CA3AF; }

.node-meta__sep {
  margin: 0 0.25em;
  opacity: 0.5; }

.node-meta__updated {
  color: #9CA3AF; }

.node-links {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.8rem;
  color: #9CA3AF;
  margin-top: 0.5rem; }
  .node-links a {
    color: #9CA3AF; }
  .node-links a:hover {
    color: #38BDF8; }

.node-related {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #374151; }

.node-related__title {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9F7AEA;
  margin: 0 0 1rem; }

.node-related__section {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9CA3AF;
  margin: 0.75rem 0 0.4rem; }

.node-related__list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .node-related__list li {
    padding: 0.3rem 0;
    font-size: 0.875rem;
    font-family: "IBM Plex Sans", system-ui, sans-serif; }
  .node-related__list a {
    color: #E5E7EB; }
  .node-related__list a:hover {
    color: #38BDF8; }

.node-related__desc {
  color: #9CA3AF;
  font-size: 0.8rem;
  margin-left: 0.5em; }

.node-nav {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #374151;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.8rem; }

.node-nav__section {
  margin-bottom: 0.75rem; }
  .node-nav__section a {
    color: #9CA3AF; }
  .node-nav__section a:hover {
    color: #38BDF8; }

.node-nav__tags {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem; }

.node-nav__tag {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2em 0.5em;
  border: 1px solid #374151;
  color: #9CA3AF; }
  .node-nav__tag:hover {
    border-color: #E5E7EB;
    color: #E5E7EB;
    text-decoration: none; }

.node-nav__adjacent {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
  color: #9CA3AF; }
  .node-nav__adjacent a {
    color: #9CA3AF; }
  .node-nav__adjacent a:hover {
    color: #38BDF8; }

.node-nav__next {
  margin-left: auto; }

.badge--tech {
  font-size: 0.6rem;
  color: #9CA3AF;
  border: none;
  background: transparent;
  opacity: 0.6; }
  .badge--tech.is-link {
    border: 1px solid #374151;
    opacity: 1;
    color: #9CA3AF;
    text-decoration: none;
    cursor: pointer; }
    .badge--tech.is-link:hover {
      border-color: #38BDF8;
      color: #38BDF8; }

.work-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem; }

.work-entry {
  display: block;
  padding: 1rem 1.25rem;
  border: 1px solid #374151;
  border-radius: 2px;
  text-decoration: none;
  color: inherit; }
  .work-entry:hover {
    border-color: #38BDF8;
    text-decoration: none; }

.work-entry__header {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap; }

.work-entry__title {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0; }
  .work-entry__title a {
    color: #E5E7EB; }
  .work-entry__title a:hover {
    color: #38BDF8; }

.work-entry__org {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.75rem;
  color: #38BDF8; }

.work-entry__meta {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  color: #9CA3AF;
  margin-top: 0.25rem; }

.work-entry__tech {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
  margin-top: 0.4rem; }

.work-entry__desc {
  font-size: 0.85rem;
  color: #9CA3AF;
  margin: 0.4rem 0 0; }

.work-meta {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.75rem;
  color: #9CA3AF; }

.work-meta__org {
  color: #38BDF8; }

.work-meta__tech {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
  margin-top: 0.5rem; }

.timeline {
  margin-top: 1rem; }

.signal-range {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-bottom: 0.75rem; }

.signal-range__year {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.6rem;
  padding: 0.15rem 0.35rem;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  color: #9CA3AF;
  cursor: pointer; }
  .signal-range__year.is-active {
    color: #E5E7EB;
    background: rgba(56, 189, 248, 0.1);
    border-color: #374151; }
  .signal-range__year:hover:not(.is-active) {
    color: #E5E7EB; }

.signal-axis {
  position: relative;
  height: 1.5rem;
  border-bottom: 1px solid #374151;
  margin-bottom: 0.5rem;
  margin-left: 10rem; }

.signal-axis__tick {
  position: absolute;
  top: 0;
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.55rem;
  color: #9CA3AF; }
  .signal-axis__tick.is-year {
    font-weight: 600;
    font-size: 0.65rem; }
  .signal-axis__tick::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 1px;
    height: 0.35rem;
    background: #374151; }

.signal-axis__now {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(56, 189, 248, 0.5);
  pointer-events: none; }

.signal-group {
  margin-bottom: 0.5rem; }

.signal-group__header {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--track-color);
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); }

.signal-row {
  display: grid;
  grid-template-columns: 10rem 1fr;
  align-items: center;
  height: 1.75rem;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.1s; }
  .signal-row:hover {
    background: rgba(255, 255, 255, 0.03); }
    .signal-row:hover .signal-row__active {
      opacity: 1; }

.signal-row__label {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  color: #E5E7EB;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.5rem; }

.signal-row__trace {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center; }

.signal-row__lifetime {
  position: absolute;
  height: 2px;
  opacity: 0.2;
  border-radius: 1px; }

.signal-row__active {
  position: absolute;
  height: 6px;
  border-radius: 1px;
  opacity: 0.85;
  transition: opacity 0.1s; }

.signal-row__point {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: 0.9; }

.signal-row__ongoing {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid;
  opacity: 0.7; }

.signal-row__milestone {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  background: #F59E0B;
  transform: translateX(-50%) rotate(45deg);
  top: calc(50% - 2px);
  z-index: 2; }
  .signal-row__milestone.is-link {
    cursor: pointer;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    text-decoration: none; }
    .signal-row__milestone.is-link:hover {
      background: #E5E7EB;
      transform: translateX(-50%) rotate(45deg) scale(1.4); }

.timeline-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem; }

.timeline-filter {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.65rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid #374151;
  border-radius: 2px;
  background: transparent;
  color: #9CA3AF;
  cursor: pointer; }
  .timeline-filter::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--track-color);
    margin-right: 0.3rem;
    vertical-align: middle; }
  .timeline-filter.is-active {
    color: #E5E7EB;
    border-color: var(--track-color); }
  .timeline-filter:not(.is-active) {
    opacity: 0.4; }

@media (max-width: 768px) {
  .signal-axis {
    margin-left: 7rem; }
  .signal-axis__tick {
    font-size: 0.5rem; }
    .signal-axis__tick.is-year {
      font-size: 0.55rem; }
  .signal-row {
    grid-template-columns: 7rem 1fr;
    height: 1.5rem; }
  .signal-row__label {
    font-size: 0.6rem; } }

.workflow-body h2 {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9F7AEA;
  margin: 2.5rem 0 1rem;
  padding: 0.5rem 0 0.5rem 0.75rem;
  border-left: 2px solid #9F7AEA; }
  .workflow-body h2:first-child {
    margin-top: 0; }

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem; }

.taxonomy-list__term {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  padding: 0.3em 0.6em;
  border: 1px solid #374151;
  color: #E5E7EB; }
  .taxonomy-list__term:hover {
    border-color: #38BDF8;
    color: #38BDF8;
    text-decoration: none; }

.taxonomy-list__count {
  margin-left: 0.4em;
  color: #9CA3AF;
  font-size: 0.9em; }

.about-links {
  display: flex;
  gap: 1.25rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #374151;
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.75rem; }
  .about-links a {
    color: #9CA3AF; }
    .about-links a:hover {
      color: #38BDF8;
      text-decoration: none; }

.node-backlinks {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #374151; }

.node-backlinks__title {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9CA3AF;
  margin: 0 0 0.5rem; }

.node-backlinks__list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .node-backlinks__list li {
    padding: 0.2rem 0;
    font-size: 0.85rem;
    font-family: "IBM Plex Sans", system-ui, sans-serif; }
  .node-backlinks__list a {
    color: #E5E7EB; }
    .node-backlinks__list a:hover {
      color: #38BDF8;
      text-decoration: none; }

.node-backlinks__section {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.65rem;
  color: #9CA3AF;
  margin-left: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

.article-toc {
  margin-bottom: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #374151; }
  .article-toc nav, .article-toc ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .article-toc #TableOfContents > ul > li {
    margin-bottom: 0.3rem; }
  .article-toc #TableOfContents ul ul {
    padding-left: 1rem; }
  .article-toc a {
    font-family: "IBM Plex Sans", system-ui, sans-serif;
    font-size: 0.8rem;
    color: #9CA3AF; }
    .article-toc a:hover {
      color: #38BDF8;
      text-decoration: none; }

.article-desc {
  font-family: "Source Serif 4", "IBM Plex Serif", Georgia, serif;
  font-size: 0.9rem;
  color: #9CA3AF;
  margin-top: 0.5rem;
  line-height: 1.5; }

.journal-list {
  margin-top: 1.5rem; }

.journal-page {
  padding: 1rem 0;
  border-bottom: 1px solid #374151; }
  .journal-page:last-child {
    border-bottom: none; }

.journal-page__header {
  display: flex;
  align-items: baseline;
  gap: 0.75rem; }

.journal-page__title {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0; }
  .journal-page__title a {
    color: #E5E7EB; }
    .journal-page__title a:hover {
      color: #38BDF8; }

.journal-page__count {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  color: #9CA3AF; }

.journal-page__entries {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0; }
  .journal-page__entries li {
    padding: 0.2rem 0;
    font-family: "IBM Plex Sans", system-ui, sans-serif;
    font-size: 0.85rem; }
  .journal-page__entries a {
    color: #E5E7EB; }
    .journal-page__entries a:hover {
      color: #38BDF8;
      text-decoration: none; }

.journal-page__date {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.65rem;
  color: #38BDF8;
  margin-right: 0.5rem; }

.journal-index {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #374151; }

.journal-index__title {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9CA3AF;
  margin: 0 0 0.5rem; }

.journal-index__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: none; }
  .journal-index__list li {
    padding: 0.25rem 0;
    font-family: "IBM Plex Sans", system-ui, sans-serif;
    font-size: 0.8rem; }
  .journal-index__list a {
    color: #E5E7EB; }
    .journal-index__list a:hover {
      color: #38BDF8;
      text-decoration: none; }

.journal-index__date {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.65rem;
  color: #38BDF8;
  margin-right: 0.5rem; }

.journal-body video,
.journal-body img {
  max-width: 100%;
  max-height: 420px;
  width: auto;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border: 1px solid #374151; }

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem; }

.tech-card {
  display: block;
  position: relative;
  padding: 0.75rem 1rem;
  border: 1px solid #374151;
  text-decoration: none; }
  .tech-card:hover {
    border-color: #38BDF8;
    text-decoration: none; }

.tech-card__name {
  display: block;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #E5E7EB;
  margin-bottom: 0.25rem; }

.tech-card__desc {
  display: block;
  font-size: 0.75rem;
  color: #9CA3AF;
  margin-top: 0.25rem; }

.node-discovered {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #374151; }

.node-discovered__title {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9F7AEA;
  margin: 0 0 1rem; }

.tech-group {
  margin-top: 2rem; }

.tech-group__title {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9CA3AF;
  margin: 0 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #374151; }

.tech-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem; }

.tech-meta__tag {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  padding: 0.15rem 0.5rem;
  border-radius: 2px; }

.tech-meta__tag--fav {
  color: #F59E0B; }

.tech-meta__tag--daily {
  color: #38BDF8; }

.tech-meta__since {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  color: #9CA3AF; }

.tech-card__fav {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  color: #F59E0B;
  font-size: 0.85rem; }

.tech-card__daily {
  display: block;
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #38BDF8;
  margin-top: 0.15rem; }

.influence-meta__by {
  font-style: italic;
  font-weight: 400;
  color: #9CA3AF; }

.influence-meta__creator {
  font-weight: 600;
  color: #E5E7EB; }

.influence-section {
  margin-top: 1.5rem; }

.influence-section__title {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--section-color, #9CA3AF);
  margin: 0 0 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #374151; }

.influence-entry__fav {
  color: #F59E0B;
  margin-left: auto;
  font-size: 0.9rem; }

.influence-type-badge {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.1rem 0.35rem;
  border: 1px solid #374151;
  border-radius: 2px;
  color: #9CA3AF;
  white-space: nowrap;
  flex-shrink: 0; }

.influence-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.4rem; }

.filter-chip--linked {
  border-style: dashed; }

.graph-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem; }

.graph-search {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.75rem;
  background: transparent;
  border: 1px solid #374151;
  border-radius: 2px;
  padding: 0.35rem 0.6rem;
  color: #E5E7EB;
  width: 180px; }
  .graph-search::placeholder {
    color: #9CA3AF; }
  .graph-search:focus {
    outline: none;
    border-color: #38BDF8; }

.graph-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem; }

.graph-filter {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.6rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid #374151;
  border-radius: 2px;
  background: transparent;
  color: #9CA3AF;
  cursor: pointer;
  transition: opacity 0.15s; }
  .graph-filter::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dot-color);
    margin-right: 0.3rem;
    vertical-align: middle; }
  .graph-filter.is-active {
    color: #E5E7EB;
    border-color: var(--dot-color); }
  .graph-filter:not(.is-active) {
    opacity: 0.4; }

.graph-container {
  position: relative;
  width: 100%;
  margin-top: 0.75rem;
  border: 1px solid #374151;
  border-radius: 2px;
  overflow: hidden; }

.graph-tooltip {
  position: absolute;
  pointer-events: none;
  background: #1F2937;
  border: 1px solid #374151;
  padding: 0.5rem 0.65rem;
  color: #E5E7EB;
  max-width: 240px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.2rem; }
  .graph-tooltip strong {
    font-family: "IBM Plex Sans", system-ui, sans-serif;
    font-size: 0.8rem; }

.graph-tooltip__section {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9CA3AF; }

.graph-tooltip__desc {
  font-size: 0.7rem;
  color: #9CA3AF;
  line-height: 1.3; }

.graph-tooltip__meta {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.6rem;
  color: #38BDF8; }

.graph-node--highlighted {
  filter: drop-shadow(0 0 4px rgba(56, 189, 248, 0.6)); }

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 50vh;
  padding: 3rem 1rem; }

.error-page__code {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 5rem;
  font-weight: 700;
  color: #374151;
  line-height: 1;
  letter-spacing: -0.04em; }

.error-page__title {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 1.5rem;
  color: #E5E7EB;
  margin: 0.5rem 0 0; }

.error-page__desc {
  font-size: 0.9rem;
  color: #9CA3AF;
  max-width: 400px;
  margin: 0.75rem 0 0;
  line-height: 1.5; }

.error-page__nav {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.75rem; }
  .error-page__nav a {
    color: #38BDF8; }
  .error-page__nav a:hover {
    text-decoration: underline; }

.search-page {
  margin-top: 1rem; }

.search-input {
  width: 100%;
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 1rem;
  background: transparent;
  border: 1px solid #374151;
  border-radius: 2px;
  padding: 0.6rem 0.75rem;
  color: #E5E7EB; }
  .search-input::placeholder {
    color: #9CA3AF; }
  .search-input:focus {
    outline: none;
    border-color: #38BDF8; }

.search-hint {
  font-size: 0.8rem;
  color: #9CA3AF;
  margin-top: 0.5rem; }

.search-results {
  margin-top: 1.5rem; }

.search-group {
  margin-bottom: 1.5rem; }

.search-group__title {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9CA3AF;
  margin: 0 0 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #374151; }

.search-result {
  display: block;
  padding: 0.5rem 0.75rem;
  border-left: 2px solid transparent;
  text-decoration: none;
  color: inherit; }
  .search-result:hover {
    border-left-color: #38BDF8;
    background: rgba(31, 41, 55, 0.5); }

.search-result__title {
  display: block;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #E5E7EB; }

.search-result__desc {
  display: block;
  font-size: 0.75rem;
  color: #9CA3AF;
  margin-top: 0.15rem; }

.search-empty {
  color: #9CA3AF;
  font-size: 0.85rem; }

mark {
  background: rgba(56, 189, 248, 0.2);
  color: #E5E7EB;
  padding: 0 0.1em;
  border-radius: 1px; }

.highlight {
  position: relative;
  margin: 1.5rem 0; }
  .highlight pre {
    padding: 1rem;
    overflow-x: auto;
    border: 1px solid #374151;
    border-radius: 2px;
    background: #111827 !important;
    font-family: "JetBrains Mono", "Fira Mono", monospace;
    font-size: 0.8rem;
    line-height: 1.55; }
    .highlight pre code {
      background: none;
      padding: 0;
      border: none;
      font-size: inherit;
      color: inherit; }
  .highlight .lntable {
    width: 100%;
    border: 1px solid #374151;
    border-radius: 2px;
    overflow: hidden; }
    .highlight .lntable td {
      padding: 0;
      vertical-align: top; }
    .highlight .lntable pre {
      margin: 0;
      border: none;
      border-radius: 0; }
  .highlight .lntd:first-child {
    width: 2.5rem; }
    .highlight .lntd:first-child pre {
      padding-right: 0.5rem;
      text-align: right;
      color: #9CA3AF;
      user-select: none; }

.code-copy {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.55rem;
  padding: 0.2rem 0.4rem;
  border: 1px solid #374151;
  border-radius: 2px;
  background: #1F2937;
  color: #9CA3AF;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s; }
  .engineering-code:hover .code-copy, .engineering-terminal:hover .code-copy, .engineering-output:hover .code-copy, .highlight:hover .code-copy {
    opacity: 1; }
  .code-copy:hover {
    color: #E5E7EB;
    border-color: #38BDF8; }
  .code-copy.is-copied {
    color: #22C55E;
    border-color: #22C55E; }

:not(pre) > code {
  font-family: "JetBrains Mono", "Fira Mono", monospace;
  font-size: 0.82em;
  padding: 0.15em 0.35em;
  background: #1F2937;
  border: 1px solid #374151;
  border-radius: 2px;
  color: #E5E7EB; }

.katex-display {
  margin: 1.5rem 0; }

.katex {
  color: #E5E7EB; }

figure {
  margin: 1.5rem 0;
  padding: 0; }
  figure img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #374151;
    border-radius: 2px; }
  figure figcaption {
    font-family: "JetBrains Mono", "Fira Mono", monospace;
    font-size: 0.7rem;
    color: #9CA3AF;
    margin-top: 0.4rem;
    padding-left: 0.25rem; }
    figure figcaption .figure-number {
      font-weight: 600;
      color: #E5E7EB; }

.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.85rem; }
  .article-body table th, .article-body table td {
    padding: 0.5rem 0.75rem;
    border: 1px solid #374151;
    text-align: left; }
  .article-body table th {
    background: #1F2937;
    font-family: "IBM Plex Sans", system-ui, sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  .article-body table tr:hover td {
    background: rgba(255, 255, 255, 0.02); }

.note, .warning, .tip, .important, .definition {
  margin: 1.5rem 0;
  padding: 0.75rem 1rem;
  border-radius: 2px;
  border-left: 3px solid;
  font-size: 0.9rem; }
  .note p:first-child, .warning p:first-child, .tip p:first-child, .important p:first-child, .definition p:first-child {
    margin-top: 0; }
  .note p:last-child, .warning p:last-child, .tip p:last-child, .important p:last-child, .definition p:last-child {
    margin-bottom: 0; }

.note {
  border-left-color: #38BDF8;
  background: rgba(56, 189, 248, 0.04); }

.warning {
  border-left-color: #F59E0B;
  background: rgba(245, 158, 11, 0.04); }

.tip {
  border-left-color: #22C55E;
  background: rgba(34, 197, 94, 0.04); }

.important {
  border-left-color: #EF4444;
  background: rgba(239, 68, 68, 0.04); }

.definition {
  border-left-color: #9F7AEA;
  background: rgba(159, 122, 234, 0.04); }

.engineering-code {
  position: relative;
  margin: 1.5rem 0; }
  .engineering-code .highlight {
    margin: 0; }
    .engineering-code .highlight pre {
      padding: 1rem;
      overflow-x: auto;
      border: 1px solid #374151;
      border-radius: 2px;
      background: #111827 !important;
      font-family: "JetBrains Mono", "Fira Mono", monospace;
      font-size: 0.8rem;
      line-height: 1.55; }
      .engineering-code .highlight pre code {
        background: none;
        padding: 0;
        border: none;
        font-size: inherit;
        color: inherit; }
    .engineering-code .highlight .lntable {
      width: 100%;
      border: none;
      border-spacing: 0; }
      .engineering-code .highlight .lntable td {
        padding: 0;
        vertical-align: top; }
      .engineering-code .highlight .lntable pre {
        margin: 0;
        border: none;
        border-radius: 0;
        padding: 0.75rem;
        background: none !important; }
    .engineering-code .highlight .lntd:first-child {
      width: 2.5rem; }
      .engineering-code .highlight .lntd:first-child pre {
        padding-right: 0.5rem;
        text-align: right;
        color: #9CA3AF;
        user-select: none; }
    .engineering-code .highlight .lntd:last-child pre {
      padding-left: 0; }
    .engineering-code .highlight > .chroma {
      border: 1px solid #374151;
      border-radius: 2px;
      background: #111827;
      overflow: hidden; }

.engineering-code + .engineering-output {
  margin-top: -1rem; }
  .engineering-code + .engineering-output .output-body {
    border-top: none;
    border-radius: 0 0 2px 2px; }

.engineering-output {
  position: relative;
  margin: 1.5rem 0; }
  .engineering-output .output-body {
    padding: 0.75rem 1rem;
    overflow-x: auto;
    border: 1px solid #374151;
    border-radius: 2px;
    background: #1F2937;
    font-family: "JetBrains Mono", "Fira Mono", monospace;
    font-size: 0.8rem;
    line-height: 1.55;
    color: #9CA3AF;
    border-left: 2px solid #22C55E; }
    .engineering-output .output-body code {
      background: none;
      padding: 0;
      border: none;
      font-size: inherit;
      color: inherit; }

.engineering-terminal {
  position: relative;
  margin: 1.5rem 0;
  border: 1px solid #374151;
  border-radius: 2px;
  overflow: hidden; }
  .engineering-terminal .terminal-header {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    background: #1F2937;
    border-bottom: 1px solid #374151; }
  .engineering-terminal .terminal-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #374151; }
  .engineering-terminal .terminal-title {
    margin-left: 0.5rem;
    font-family: "JetBrains Mono", "Fira Mono", monospace;
    font-size: 0.65rem;
    color: #9CA3AF; }
  .engineering-terminal .terminal-body {
    margin: 0;
    padding: 0.75rem 1rem;
    overflow-x: auto;
    background: #111827;
    font-family: "JetBrains Mono", "Fira Mono", monospace;
    font-size: 0.8rem;
    line-height: 1.7;
    border: none;
    border-radius: 0; }
    .engineering-terminal .terminal-body code {
      background: none;
      padding: 0;
      border: none;
      font-size: inherit;
      color: inherit; }
  .engineering-terminal .terminal-prompt {
    color: #22C55E;
    user-select: none; }
  .engineering-terminal .terminal-cmd {
    color: #E5E7EB; }

/* Generated using: hugo gen chromastyles --style=github-dark */
/* Background */
.bg {
  color: #e6edf3;
  background-color: #0d1117; }

/* PreWrapper */
.chroma {
  color: #e6edf3;
  background-color: #0d1117;
  -webkit-text-size-adjust: none; }

/* Error */
.chroma .err {
  color: #f85149; }

/* LineLink */
.chroma .lnlinks {
  outline: none;
  text-decoration: none;
  color: inherit; }

/* LineTableTD */
.chroma .lntd {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0; }

/* LineTable */
.chroma .lntable {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* LineHighlight */
.chroma .hl {
  background-color: #6e7681; }

/* LineNumbersTable */
.chroma .lnt {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #737679; }

/* LineNumbers */
.chroma .ln {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #6e7681; }

/* Line */
.chroma .line {
  display: flex; }

/* Keyword */
.chroma .k {
  color: #ff7b72; }

/* KeywordConstant */
.chroma .kc {
  color: #79c0ff; }

/* KeywordDeclaration */
.chroma .kd {
  color: #ff7b72; }

/* KeywordNamespace */
.chroma .kn {
  color: #ff7b72; }

/* KeywordPseudo */
.chroma .kp {
  color: #79c0ff; }

/* KeywordReserved */
.chroma .kr {
  color: #ff7b72; }

/* KeywordType */
.chroma .kt {
  color: #ff7b72; }

/* NameClass */
.chroma .nc {
  color: #f0883e;
  font-weight: bold; }

/* NameConstant */
.chroma .no {
  color: #79c0ff;
  font-weight: bold; }

/* NameDecorator */
.chroma .nd {
  color: #d2a8ff;
  font-weight: bold; }

/* NameEntity */
.chroma .ni {
  color: #ffa657; }

/* NameException */
.chroma .ne {
  color: #f0883e;
  font-weight: bold; }

/* NameLabel */
.chroma .nl {
  color: #79c0ff;
  font-weight: bold; }

/* NameNamespace */
.chroma .nn {
  color: #ff7b72; }

/* NameOther */
.chroma .nx {
  color: #e6edf3; }

/* NameProperty */
.chroma .py {
  color: #79c0ff; }

/* NameTag */
.chroma .nt {
  color: #7ee787; }

/* NameVariable */
.chroma .nv {
  color: #79c0ff; }

/* NameVariableClass */
.chroma .vc {
  color: #79c0ff; }

/* NameVariableGlobal */
.chroma .vg {
  color: #79c0ff; }

/* NameVariableInstance */
.chroma .vi {
  color: #79c0ff; }

/* NameVariableMagic */
.chroma .vm {
  color: #79c0ff; }

/* NameFunction */
.chroma .nf {
  color: #d2a8ff;
  font-weight: bold; }

/* NameFunctionMagic */
.chroma .fm {
  color: #d2a8ff;
  font-weight: bold; }

/* Literal */
.chroma .l {
  color: #a5d6ff; }

/* LiteralDate */
.chroma .ld {
  color: #79c0ff; }

/* LiteralString */
.chroma .s {
  color: #a5d6ff; }

/* LiteralStringAffix */
.chroma .sa {
  color: #79c0ff; }

/* LiteralStringBacktick */
.chroma .sb {
  color: #a5d6ff; }

/* LiteralStringChar */
.chroma .sc {
  color: #a5d6ff; }

/* LiteralStringDelimiter */
.chroma .dl {
  color: #79c0ff; }

/* LiteralStringDoc */
.chroma .sd {
  color: #a5d6ff; }

/* LiteralStringDouble */
.chroma .s2 {
  color: #a5d6ff; }

/* LiteralStringEscape */
.chroma .se {
  color: #79c0ff; }

/* LiteralStringHeredoc */
.chroma .sh {
  color: #79c0ff; }

/* LiteralStringInterpol */
.chroma .si {
  color: #a5d6ff; }

/* LiteralStringOther */
.chroma .sx {
  color: #a5d6ff; }

/* LiteralStringRegex */
.chroma .sr {
  color: #79c0ff; }

/* LiteralStringSingle */
.chroma .s1 {
  color: #a5d6ff; }

/* LiteralStringSymbol */
.chroma .ss {
  color: #a5d6ff; }

/* LiteralNumber */
.chroma .m {
  color: #a5d6ff; }

/* LiteralNumberBin */
.chroma .mb {
  color: #a5d6ff; }

/* LiteralNumberFloat */
.chroma .mf {
  color: #a5d6ff; }

/* LiteralNumberHex */
.chroma .mh {
  color: #a5d6ff; }

/* LiteralNumberInteger */
.chroma .mi {
  color: #a5d6ff; }

/* LiteralNumberIntegerLong */
.chroma .il {
  color: #a5d6ff; }

/* LiteralNumberOct */
.chroma .mo {
  color: #a5d6ff; }

/* Operator */
.chroma .o {
  color: #ff7b72;
  font-weight: bold; }

/* OperatorWord */
.chroma .ow {
  color: #ff7b72;
  font-weight: bold; }

/* OperatorReserved */
.chroma .or {
  color: #ff7b72;
  font-weight: bold; }

/* Comment */
.chroma .c {
  color: #8b949e;
  font-style: italic; }

/* CommentHashbang */
.chroma .ch {
  color: #8b949e;
  font-style: italic; }

/* CommentMultiline */
.chroma .cm {
  color: #8b949e;
  font-style: italic; }

/* CommentSingle */
.chroma .c1 {
  color: #8b949e;
  font-style: italic; }

/* CommentSpecial */
.chroma .cs {
  color: #8b949e;
  font-weight: bold;
  font-style: italic; }

/* CommentPreproc */
.chroma .cp {
  color: #8b949e;
  font-weight: bold;
  font-style: italic; }

/* CommentPreprocFile */
.chroma .cpf {
  color: #8b949e;
  font-weight: bold;
  font-style: italic; }

/* GenericDeleted */
.chroma .gd {
  color: #ffa198;
  background-color: #490202; }

/* GenericEmph */
.chroma .ge {
  font-style: italic; }

/* GenericError */
.chroma .gr {
  color: #ffa198; }

/* GenericHeading */
.chroma .gh {
  color: #79c0ff;
  font-weight: bold; }

/* GenericInserted */
.chroma .gi {
  color: #56d364;
  background-color: #0f5323; }

/* GenericOutput */
.chroma .go {
  color: #8b949e; }

/* GenericPrompt */
.chroma .gp {
  color: #8b949e; }

/* GenericStrong */
.chroma .gs {
  font-weight: bold; }

/* GenericSubheading */
.chroma .gu {
  color: #79c0ff; }

/* GenericTraceback */
.chroma .gt {
  color: #ff7b72; }

/* GenericUnderline */
.chroma .gl {
  text-decoration: underline; }

/* TextWhitespace */
.chroma .w {
  color: #6e7681; }

/* Override background to match design system */
.chroma {
  background-color: #111827; }
