@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
:root,
html[data-theme="modern"] {
  --c-text:         #d0d0d0;
  --c-dim:          #666666;
  --c-bright:       #ffffff;
  --c-bg:           #090909;
  --c-surface:      #111111;
  --c-border:       rgba(255, 255, 255, 0.08);
  --c-border-strong:rgba(255, 255, 255, 0.22);
  --c-tint:         rgba(255, 255, 255, 0.03);
  --c-tint-mid:     rgba(255, 255, 255, 0.06);
  --c-text-shadow:  none;
  --c-link-border:  rgba(255, 255, 255, 0.15);
  --c-font-body:    'IBM Plex Sans', sans-serif;
  --c-font-head:    'IBM Plex Mono', monospace; }

html[data-theme="terminal"] {
  --c-text:         #00cc00;
  --c-dim:          #007700;
  --c-bright:       #33ff33;
  --c-bg:           #080d08;
  --c-surface:      rgba(0, 204, 0, 0.04);
  --c-border:       #007700;
  --c-border-strong:#00cc00;
  --c-tint:         rgba(0, 204, 0, 0.04);
  --c-tint-mid:     rgba(0, 204, 0, 0.08);
  --c-text-shadow:  0 0 8px rgba(0, 255, 65, 0.35);
  --c-link-border:  #007700; }

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

html {
  min-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center; }

html[data-theme="modern"] {
  background: #090909;
  padding: 0;
  align-items: stretch; }

html[data-theme="terminal"] {
  background: #2a2520;
  padding: 40px 20px 60px; }

body {
  font-family: 'IBM Plex Mono', 'Courier New', monospace;
  line-height: 1.65;
  color: var(--c-text);
  background: transparent;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; }

html[data-theme="modern"] body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background: var(--c-bg);
  max-width: 100%; }

html[data-theme="terminal"] body {
  font-size: 14px; }

.monitor-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

html[data-theme="terminal"] .monitor-bezel {
  width: 100%;
  background: linear-gradient(160deg, #e8e4dc 0%, #d4d0c8 35%, #c0bcb4 70%, #a8a49c 100%);
  border-radius: 22px 22px 10px 10px;
  padding: 32px 36px 64px;
  box-shadow: inset 0 3px 6px rgba(255, 255, 255, 0.6), inset 0 -4px 8px rgba(0, 0, 0, 0.3), inset 3px 0 6px rgba(255, 255, 255, 0.2), inset -3px 0 6px rgba(0, 0, 0, 0.15), 0 12px 48px rgba(0, 0, 0, 0.75), 0 4px 8px rgba(0, 0, 0, 0.4);
  position: relative; }
  html[data-theme="terminal"] .monitor-bezel::after {
    content: 'DUAD·AI';
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.4em;
    color: #9a9690;
    user-select: none; }
  html[data-theme="terminal"] .monitor-bezel::before {
    content: '';
    position: absolute;
    bottom: 22px;
    right: 40px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #66ff66, #00cc00);
    box-shadow: 0 0 5px #00dd00, 0 0 12px rgba(0, 220, 0, 0.6), inset 0 1px 2px rgba(255, 255, 255, 0.4);
    animation: led-pulse 3s ease-in-out infinite; }

html[data-theme="modern"] .monitor-bezel {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  width: 100%; }
  html[data-theme="modern"] .monitor-bezel::before, html[data-theme="modern"] .monitor-bezel::after {
    display: none; }

@keyframes led-pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.65; } }

html[data-theme="terminal"] .monitor-screen-outer {
  background: linear-gradient(to bottom, #4a4640 0%, #2a2820 30%, #181614 100%);
  border-radius: 28px;
  padding: 18px;
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.98), inset 0 -6px 14px rgba(0, 0, 0, 0.85), inset 10px 0 18px rgba(0, 0, 0, 0.8), inset -10px 0 18px rgba(0, 0, 0, 0.8), inset 0 3px 0 rgba(120, 114, 104, 0.35); }

html[data-theme="modern"] .monitor-screen-outer {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none; }

html[data-theme="terminal"] .monitor-screen {
  background: #080d08;
  border-radius: 26px;
  padding: 36px 44px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.7), inset 0 0 30px rgba(0, 204, 0, 0.03), inset 0 0 0 1px rgba(0, 204, 0, 0.06);
  animation: flicker 8s infinite; }
  html[data-theme="terminal"] .monitor-screen::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(to bottom, transparent 0px, transparent 2px, rgba(0, 0, 0, 0.15) 2px, rgba(0, 0, 0, 0.15) 4px);
    pointer-events: none;
    z-index: 10; }
  html[data-theme="terminal"] .monitor-screen::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 60%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(ellipse at center, rgba(0, 204, 0, 0.04) 0%, transparent 70%);
    pointer-events: none;
    z-index: 9;
    border-radius: 4px; }

html[data-theme="modern"] .monitor-screen {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  animation: none;
  min-height: 0; }
  html[data-theme="modern"] .monitor-screen::before, html[data-theme="modern"] .monitor-screen::after {
    display: none; }

html[data-theme="terminal"] .monitor-stand {
  width: 200px;
  height: 18px;
  background: linear-gradient(to bottom, #c8c4bc, #a8a49c);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5), inset 0 2px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1; }
  html[data-theme="terminal"] .monitor-stand::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 12px;
    background: linear-gradient(to bottom, #b0aca4, #888480);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5); }

html[data-theme="modern"] .monitor-stand {
  display: none; }

.si-x {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.747l7.73-8.835L1.254 2.25H8.08l4.259 5.631L18.244 2.25zm-1.161 17.52h1.833L7.084 4.126H5.117L17.083 19.77z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.747l7.73-8.835L1.254 2.25H8.08l4.259 5.631L18.244 2.25zm-1.161 17.52h1.833L7.084 4.126H5.117L17.083 19.77z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  vertical-align: -0.1em; }

.nav-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--c-border); }

.nav-topbar-social {
  display: flex;
  gap: 12px; }
  .nav-topbar-social a {
    color: var(--c-dim);
    border: none;
    font-size: 16px; }
    .nav-topbar-social a:hover {
      color: var(--c-text); }

html[data-theme="modern"] .nav-topbar {
  display: none; }

.navigation {
  border-bottom: 1px solid var(--c-border);
  padding-bottom: 16px;
  margin-bottom: 32px;
  position: relative;
  z-index: 5; }

html[data-theme="modern"] .navigation {
  padding: 0 56px;
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 0;
  background: rgba(9, 9, 9, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 100; }

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  background: transparent !important;
  padding: 0;
  border: none;
  box-shadow: none; }

.navbar-brand {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 700;
  color: var(--c-bright) !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-decoration: none;
  border-bottom: none !important; }
  .navbar-brand img {
    display: none; }

html[data-theme="terminal"] .navbar-brand {
  font-size: 18px;
  text-shadow: 0 0 10px rgba(0, 255, 65, 0.7); }
  html[data-theme="terminal"] .navbar-brand::before {
    content: '> ';
    color: var(--c-dim); }

html[data-theme="modern"] .navbar-brand {
  font-size: 13px;
  letter-spacing: 0.3em;
  font-weight: 600;
  opacity: 0.95; }

.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0; }

.nav-item .nav-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  color: var(--c-dim) !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.15s; }
  .nav-item .nav-link:hover, .nav-item .nav-link:focus {
    color: var(--c-bright) !important; }

html[data-theme="terminal"] .nav-item .nav-link {
  padding: 4px 14px; }
  html[data-theme="terminal"] .nav-item .nav-link:hover {
    border-color: var(--c-border);
    text-shadow: 0 0 8px rgba(0, 255, 65, 0.6);
    background: var(--c-tint-mid); }
  html[data-theme="terminal"] .nav-item .nav-link::before {
    content: '[';
    color: var(--c-dim); }
  html[data-theme="terminal"] .nav-item .nav-link::after {
    content: ']';
    color: var(--c-dim); }

html[data-theme="modern"] .nav-item .nav-link {
  padding: 22px 18px;
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5) !important;
  border: none;
  transition: color 0.2s; }
  html[data-theme="modern"] .nav-item .nav-link:hover {
    color: var(--c-bright) !important;
    background: transparent; }

.navbar-toggler {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'IBM Plex Mono', monospace;
  color: var(--c-bright);
  text-shadow: var(--c-text-shadow);
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

html[data-theme="terminal"] h1 {
  font-size: 22px; }

html[data-theme="terminal"] h2 {
  font-size: 18px; }

html[data-theme="terminal"] h3 {
  font-size: 15px; }

html[data-theme="terminal"] h4, html[data-theme="terminal"] h5, html[data-theme="terminal"] h6 {
  font-size: 13px; }

html[data-theme="modern"] h1, html[data-theme="modern"] h2, html[data-theme="modern"] h3, html[data-theme="modern"] h4, html[data-theme="modern"] h5, html[data-theme="modern"] h6 {
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.02em;
  text-shadow: none; }

html[data-theme="modern"] h1 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 600; }

html[data-theme="modern"] h2 {
  font-size: 26px;
  line-height: 1.25; }

html[data-theme="modern"] h3 {
  font-size: 18px; }

html[data-theme="modern"] h4, html[data-theme="modern"] h5, html[data-theme="modern"] h6 {
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.05em; }

p {
  color: var(--c-text);
  margin-bottom: 16px; }

html[data-theme="terminal"] p {
  font-size: 14px; }

html[data-theme="modern"] p {
  font-size: 16px;
  color: var(--c-text); }

a {
  color: var(--c-text);
  text-decoration: none;
  border-bottom: 1px solid var(--c-link-border);
  transition: all 0.15s; }
  a:hover {
    color: var(--c-bright);
    border-color: var(--c-bright); }

html[data-theme="terminal"] a:hover {
  text-shadow: 0 0 6px rgba(0, 255, 65, 0.5); }

strong, b {
  color: var(--c-bright);
  font-weight: 600; }

em, i {
  color: var(--c-text);
  font-style: italic; }

blockquote {
  border-left: 3px solid var(--c-border);
  margin: 24px 0;
  padding: 12px 20px;
  background: var(--c-tint);
  color: var(--c-dim);
  font-style: italic; }

code {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--c-bright);
  background: var(--c-tint-mid);
  border: 1px solid var(--c-border);
  padding: 1px 5px; }

pre {
  background: var(--c-tint);
  border: 1px solid var(--c-border);
  padding: 16px;
  overflow-x: auto;
  margin-bottom: 16px; }
  pre code {
    background: none;
    border: none;
    padding: 0; }

hr {
  border: none;
  border-top: 1px solid var(--c-border);
  margin: 32px 0; }

ul, ol {
  padding-left: 20px;
  margin-bottom: 16px; }
  ul li, ol li {
    color: var(--c-text);
    margin-bottom: 4px; }

.main-content,
section.section {
  position: relative;
  z-index: 5; }

html[data-theme="modern"] .main-content,
html[data-theme="modern"] section.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 56px;
  width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px; }

.col-12, [class*="col-"] {
  padding: 0 12px; }

.card,
article.post-card,
.blog-post {
  background: transparent;
  border: 1px solid var(--c-border);
  padding: 20px;
  margin-bottom: 24px;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s; }
  .card:hover,
  article.post-card:hover,
  .blog-post:hover {
    border-color: var(--c-border-strong); }

html[data-theme="terminal"] .card::before, html[data-theme="terminal"] article.post-card::before, html[data-theme="terminal"] .blog-post::before {
  content: '+--';
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 10px;
  color: var(--c-dim);
  line-height: 1; }

html[data-theme="terminal"] .card::after, html[data-theme="terminal"] article.post-card::after, html[data-theme="terminal"] .blog-post::after {
  content: '--+';
  position: absolute;
  bottom: -1px;
  right: -1px;
  font-size: 10px;
  color: var(--c-dim);
  line-height: 1; }

html[data-theme="terminal"] .card:hover, html[data-theme="terminal"] article.post-card:hover, html[data-theme="terminal"] .blog-post:hover {
  border-color: var(--c-text);
  box-shadow: 0 0 12px rgba(0, 204, 0, 0.12); }

html[data-theme="terminal"] .card img, html[data-theme="terminal"] article.post-card img, html[data-theme="terminal"] .blog-post img {
  display: none; }

html[data-theme="modern"] .card, html[data-theme="modern"] article.post-card, html[data-theme="modern"] .blog-post {
  background: var(--c-tint);
  border: 1px solid var(--c-border);
  padding: 32px;
  border-radius: 2px;
  transition: background 0.2s, border-color 0.2s; }
  html[data-theme="modern"] .card:hover, html[data-theme="modern"] article.post-card:hover, html[data-theme="modern"] .blog-post:hover {
    background: var(--c-tint-mid);
    border-color: var(--c-border-strong);
    box-shadow: none; }
  html[data-theme="modern"] .card img, html[data-theme="modern"] article.post-card img, html[data-theme="modern"] .blog-post img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    opacity: 0.85;
    filter: grayscale(15%);
    transition: opacity 0.2s, filter 0.2s; }
    html[data-theme="modern"] .card img:hover, html[data-theme="modern"] article.post-card img:hover, html[data-theme="modern"] .blog-post img:hover {
      opacity: 1;
      filter: grayscale(0%); }

.post-title,
h2.post-title,
.post-card h2,
.post-card h3 {
  font-size: 15px;
  margin-bottom: 8px; }
  .post-title a,
  h2.post-title a,
  .post-card h2 a,
  .post-card h3 a {
    color: var(--c-bright);
    border-bottom: none;
    text-transform: uppercase;
    letter-spacing: 0.08em; }
    .post-title a:hover,
    h2.post-title a:hover,
    .post-card h2 a:hover,
    .post-card h3 a:hover {
      color: var(--c-bright); }

html[data-theme="terminal"] .post-title a:hover,
html[data-theme="terminal"] h2.post-title a:hover,
html[data-theme="terminal"] .post-card h2 a:hover,
html[data-theme="terminal"] .post-card h3 a:hover {
  text-shadow: 0 0 10px rgba(0, 255, 65, 0.8); }

html[data-theme="terminal"] .post-title a::before,
html[data-theme="terminal"] h2.post-title a::before,
html[data-theme="terminal"] .post-card h2 a::before,
html[data-theme="terminal"] .post-card h3 a::before {
  content: '> ';
  color: var(--c-dim); }

html[data-theme="modern"] .post-title, html[data-theme="modern"] h2.post-title, html[data-theme="modern"] .post-card h2, html[data-theme="modern"] .post-card h3 {
  font-size: 17px; }

.post-meta,
.post-date,
.article-meta {
  font-size: 11px;
  color: var(--c-dim);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  .post-meta a,
  .post-date a,
  .article-meta a {
    color: var(--c-dim);
    border-color: transparent; }

.post-excerpt, .post-description, .card-text {
  font-size: 13px;
  color: var(--c-text);
  line-height: 1.6; }

html[data-theme="modern"] .post-excerpt,
html[data-theme="modern"] .post-description,
html[data-theme="modern"] .card-text {
  font-size: 14px;
  line-height: 1.7; }

.read-more,
a.btn, .btn, button {
  display: inline-block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--c-text) !important;
  border: 1px solid var(--c-border);
  padding: 5px 14px;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid var(--c-border) !important;
  transition: all 0.15s; }
  .read-more:hover,
  a.btn:hover, .btn:hover, button:hover {
    border-color: var(--c-bright) !important;
    color: var(--c-bright) !important; }

html[data-theme="terminal"] .read-more::before, html[data-theme="terminal"] a.btn::before, html[data-theme="terminal"] .btn::before, html[data-theme="terminal"] button::before {
  content: '[ '; }

html[data-theme="terminal"] .read-more::after, html[data-theme="terminal"] a.btn::after, html[data-theme="terminal"] .btn::after, html[data-theme="terminal"] button::after {
  content: ' ]'; }

html[data-theme="terminal"] .read-more:hover, html[data-theme="terminal"] a.btn:hover, html[data-theme="terminal"] .btn:hover, html[data-theme="terminal"] button:hover {
  box-shadow: 0 0 8px rgba(0, 204, 0, 0.12);
  background: var(--c-tint-mid); }

html[data-theme="modern"] .read-more, html[data-theme="modern"] a.btn, html[data-theme="modern"] .btn, html[data-theme="modern"] button {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  padding: 9px 24px;
  letter-spacing: 0.15em;
  border: 1px solid var(--c-border-strong);
  color: var(--c-dim) !important; }
  html[data-theme="modern"] .read-more:hover, html[data-theme="modern"] a.btn:hover, html[data-theme="modern"] .btn:hover, html[data-theme="modern"] button:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--c-bright) !important;
    border-color: var(--c-bright) !important; }

.sidebar {
  border-left: 1px solid var(--c-border);
  padding-left: 24px; }

.widget {
  margin-bottom: 32px; }
  .widget h4, .widget h5, .widget .widget-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--c-dim);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px dashed var(--c-border);
    text-shadow: none; }
  .widget ul {
    padding: 0;
    list-style: none; }
  .widget ul li {
    padding: 4px 0;
    border-bottom: 1px solid var(--c-tint-mid);
    font-size: 12px; }
    .widget ul li a {
      color: var(--c-dim);
      border: none; }
      .widget ul li a:hover {
        color: var(--c-text); }

html[data-theme="terminal"] .widget h4::before, html[data-theme="terminal"] .widget h5::before, html[data-theme="terminal"] .widget .widget-title::before {
  content: '## '; }

html[data-theme="terminal"] .widget ul li a::before {
  content: '> '; }

.author-widget, .about-widget {
  text-align: left; }
  .author-widget p, .about-widget p {
    font-size: 12px;
    color: var(--c-dim); }

html[data-theme="terminal"] .author-widget img,
html[data-theme="terminal"] .about-widget img {
  display: none; }

html[data-theme="modern"] .author-widget img,
html[data-theme="modern"] .about-widget img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: 12px;
  object-fit: cover; }

.single-post .post-meta {
  margin-bottom: 24px; }

.single-post p, .single-post li {
  line-height: 1.7; }

html[data-theme="terminal"] .single-post h1 {
  font-size: 20px;
  margin-bottom: 12px; }

html[data-theme="terminal"] .single-post p, html[data-theme="terminal"] .single-post li {
  font-size: 14px; }

html[data-theme="terminal"] .single-post .post-content > p:first-of-type::first-letter {
  font-size: 32px;
  font-weight: 700;
  color: var(--c-bright);
  text-shadow: 0 0 12px rgba(0, 255, 65, 0.6);
  float: left;
  margin: 0 8px 0 0;
  line-height: 1; }

html[data-theme="modern"] .single-post h1 {
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 28px; }

html[data-theme="modern"] .single-post p, html[data-theme="modern"] .single-post li {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 17px;
  line-height: 1.9; }

.tag, .category,
a.badge, .badge,
.post-tags a {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid var(--c-border);
  padding: 2px 8px;
  color: var(--c-dim);
  margin: 2px;
  text-decoration: none;
  border-bottom: 1px solid var(--c-border) !important; }
  .tag:hover, .category:hover,
  a.badge:hover, .badge:hover,
  .post-tags a:hover {
    color: var(--c-text);
    border-color: var(--c-border-strong) !important; }

html[data-theme="terminal"] .tag::before,
html[data-theme="terminal"] .category::before,
html[data-theme="terminal"] a.badge::before,
html[data-theme="terminal"] .post-tags a::before {
  content: '#'; }

.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 32px;
  flex-wrap: wrap; }
  .pagination .page-item .page-link {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    color: var(--c-dim);
    background: transparent;
    border: 1px solid var(--c-border);
    padding: 4px 10px;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-bottom: 1px solid var(--c-border); }
    .pagination .page-item .page-link:hover {
      color: var(--c-bright);
      border-color: var(--c-bright); }
  .pagination .page-item.active .page-link {
    color: var(--c-bright);
    border-color: var(--c-border-strong);
    background: var(--c-tint-mid); }

footer, .footer {
  border-top: 1px solid var(--c-border);
  padding-top: 24px;
  margin-top: 48px;
  font-size: 11px;
  color: var(--c-dim);
  position: relative;
  z-index: 5; }
  footer a, .footer a {
    color: var(--c-dim);
    border-color: transparent; }
    footer a:hover, .footer a:hover {
      color: var(--c-text); }
  footer .footer-menu, .footer .footer-menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap; }

html[data-theme="terminal"] footer::before,
html[data-theme="terminal"] .footer::before {
  content: '// EOF';
  display: block;
  color: var(--c-dim);
  margin-bottom: 12px;
  font-size: 10px;
  opacity: 0.6; }

html[data-theme="modern"] footer,
html[data-theme="modern"] .footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
  padding-bottom: 40px;
  font-family: 'IBM Plex Sans', sans-serif; }

input, textarea, select {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  background: var(--c-tint);
  border: 1px solid var(--c-border);
  color: var(--c-text);
  padding: 8px 12px;
  width: 100%;
  outline: none;
  transition: border-color 0.2s; }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: var(--c-dim);
    opacity: 0.7; }
  input:focus, textarea:focus, select:focus {
    border-color: var(--c-border-strong); }

html[data-theme="terminal"] input:focus,
html[data-theme="terminal"] textarea:focus,
html[data-theme="terminal"] select:focus {
  box-shadow: 0 0 8px rgba(0, 204, 0, 0.12); }

html[data-theme="terminal"] .search-wrapper::before {
  content: 'SEARCH:> ';
  font-size: 11px;
  color: var(--c-dim);
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.1em; }

html[data-theme="terminal"] h1::after {
  content: '█';
  display: inline-block;
  color: var(--c-bright);
  animation: cursor-blink 1s step-end infinite;
  margin-left: 2px;
  font-size: 0.8em; }

@keyframes cursor-blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

@keyframes flicker {
  0% {
    opacity: 1; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0.97; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

html[data-theme="terminal"] img {
  display: none !important; }

html[data-theme="modern"] img {
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

.mb-0 {
  margin-bottom: 0; }

.mt-0 {
  margin-top: 0; }

.bg-white, .bg-light {
  background: transparent !important; }

html[data-theme="terminal"] .card {
  background: transparent !important; }

.text-muted {
  color: var(--c-dim) !important; }

.text-dark {
  color: var(--c-bright) !important; }

.border {
  border-color: var(--c-border) !important; }

.shadow, .shadow-sm {
  box-shadow: none !important; }

#preloader {
  display: none !important; }

@media (max-width: 768px) {
  html[data-theme="terminal"] {
    padding: 10px 8px 40px; }
    html[data-theme="terminal"] .monitor-bezel {
      padding: 16px 16px 50px; }
    html[data-theme="terminal"] .monitor-screen {
      padding: 20px 18px;
      min-height: 400px; }
    html[data-theme="terminal"] .monitor-stand {
      width: 120px; }
  html[data-theme="modern"] .main-content, html[data-theme="modern"] section.section {
    padding: 24px 20px; }
  html[data-theme="modern"] .navigation {
    padding: 0 20px; }
  html[data-theme="modern"] footer, html[data-theme="modern"] .footer {
    padding-left: 20px;
    padding-right: 20px; }
  .sidebar {
    border-left: none;
    border-top: 1px solid var(--c-border);
    padding-left: 0;
    padding-top: 24px;
    margin-top: 32px; }
  .navbar-nav {
    gap: 4px; }
  h1 {
    font-size: 18px; }
  h2 {
    font-size: 15px; } }

.about-index {
  padding: 0; }

.about-header {
  text-align: center;
  padding: 48px 0 36px; }
  .about-header h1 {
    margin-bottom: 8px; }
  .about-header .about-tagline {
    font-family: 'IBM Plex Sans', 'IBM Plex Mono', monospace;
    font-size: 15px;
    color: var(--c-dim);
    max-width: 480px;
    margin: 0 auto; }

.about-split {
  display: flex;
  flex-direction: row;
  gap: 1px;
  background: var(--c-border);
  height: calc(100vh - 80px);
  min-height: 700px;
  margin: 0 32px;
  border-radius: 4px;
  overflow: hidden; }

.person-tile {
  flex: 1;
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none;
  border: none;
  color: var(--c-text);
  background: var(--c-bg);
  overflow: hidden;
  position: relative;
  transition: background 0.25s;
  cursor: pointer;
  min-width: 0; }
  .person-tile:hover .person-photo {
    filter: none;
    opacity: 1;
    transform: scale(1.02); }
  .person-tile:hover .person-cta {
    opacity: 1; }
  .person-tile:hover .person-info {
    background: rgba(0, 0, 0, 0.7); }

.person-photo-wrap {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background: var(--c-surface);
  position: relative; }

.person-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block !important;
  filter: grayscale(25%);
  opacity: 0.85;
  transition: filter 0.4s, opacity 0.4s, transform 0.6s; }

.person-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 120px;
  font-weight: 700;
  color: var(--c-border-strong);
  opacity: 0.4; }

.person-info {
  flex-shrink: 0;
  order: 2;
  padding: 24px 32px 28px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-top: 1px solid var(--c-border);
  transition: background 0.25s;
  display: flex;
  flex-direction: column;
  gap: 4px; }

.person-photo-wrap {
  order: 1; }

.person-name {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--c-bright);
  margin: 0;
  text-shadow: var(--c-text-shadow); }

.person-role {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--c-dim);
  margin: 0; }

.person-tagline {
  font-family: 'IBM Plex Sans', 'IBM Plex Mono', monospace;
  font-size: 14px;
  color: var(--c-text);
  margin: 8px 0 12px;
  line-height: 1.5; }

.person-links {
  display: flex;
  gap: 16px;
  margin-top: auto;
  padding-top: 16px; }
  .person-links a {
    color: var(--c-dim);
    border: none;
    font-size: 17px;
    line-height: 1;
    transition: color 0.15s; }
    .person-links a:hover {
      color: var(--c-bright); }

.person-cta {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--c-dim);
  margin-top: 16px;
  opacity: 0.6;
  transition: opacity 0.2s; }

html[data-theme="terminal"] .person-name::before {
  content: '> ';
  color: var(--c-dim);
  font-weight: 400; }

.person-detail {
  max-width: 860px;
  margin: 0 auto; }

.person-back {
  display: inline-block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--c-dim);
  border: none;
  margin-bottom: 48px; }
  .person-back:hover {
    color: var(--c-text); }

.person-detail-hero {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 56px; }

.person-detail-photo-wrap {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--c-surface);
  border: 1px solid var(--c-border); }

.person-detail-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block !important;
  filter: grayscale(10%); }

.person-detail-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 80px;
  font-weight: 700;
  color: var(--c-border-strong); }

.person-detail-headline {
  padding-top: 8px; }
  .person-detail-headline h1 {
    font-size: 36px;
    margin-bottom: 8px; }

.person-detail-role {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--c-dim);
  margin-bottom: 28px; }

.person-detail-links {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .person-detail-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    color: var(--c-dim);
    border: none;
    letter-spacing: 0.05em; }
    .person-detail-links a i {
      font-size: 15px; }
    .person-detail-links a:hover {
      color: var(--c-bright); }

.person-detail-body {
  font-family: 'IBM Plex Sans', 'IBM Plex Mono', monospace;
  font-size: 17px;
  line-height: 1.85;
  color: var(--c-text);
  border-top: 1px solid var(--c-border);
  padding-top: 40px; }
  .person-detail-body p {
    margin-bottom: 20px; }
  .person-detail-body strong {
    color: var(--c-bright);
    font-weight: 600; }

.person-marquee-section {
  border-top: 1px solid var(--c-border);
  padding-top: 40px;
  margin-top: 56px;
  overflow: hidden; }

.person-marquee-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--c-dim);
  margin-bottom: 24px; }

.person-marquee {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%); }

.person-marquee-track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
  animation: marquee-scroll 30s linear infinite; }
  .person-marquee-track:hover {
    animation-play-state: paused; }

.marquee-item {
  display: flex;
  align-items: center;
  flex-shrink: 0; }
  .marquee-item img {
    height: 28px;
    width: auto;
    opacity: 0.5;
    filter: grayscale(100%);
    display: block !important;
    transition: opacity 0.2s; }
    .marquee-item img:hover {
      opacity: 0.85; }

.marquee-text {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--c-dim);
  white-space: nowrap;
  padding: 6px 0; }

@keyframes marquee-scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

@media (max-width: 768px) {
  .about-split {
    flex-direction: column;
    height: auto;
    min-height: 0; }
  .person-tile {
    min-height: 60vh; }
  .person-detail-hero {
    grid-template-columns: 1fr;
    gap: 28px; }
  .person-detail-photo-wrap {
    aspect-ratio: 1 / 1; }
  .person-info {
    padding: 20px; } }

.blog-index {
  padding: 0; }

.cat-drawer {
  position: sticky;
  top: 64px;
  z-index: 90;
  background: var(--c-bg);
  padding: 0 32px;
  display: flex;
  align-items: flex-start; }

.cat-drawer-inner {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 24px;
  padding: 14px 0;
  overflow-x: auto;
  scrollbar-width: none; }
  .cat-drawer-inner::-webkit-scrollbar {
    display: none; }

.cat-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 0;
  border: none !important;
  border-radius: 0 !important;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none !important;
  background: transparent !important;
  color: var(--c-dim);
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s; }
  .cat-pill:hover {
    color: var(--c-text); }
  .cat-pill:focus {
    outline: none; }
  .cat-pill.active {
    color: var(--c-bright); }

.post-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  background: transparent;
  padding: 32px 32px 56px;
  min-height: 60vh; }

.post-card {
  grid-column: span 2;
  background: transparent;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: opacity 0.15s; }
  .post-card:hover {
    opacity: 0.85; }
  .post-card[hidden] {
    display: none; }
  .post-card.post-card--hero {
    grid-column: 1 / -1;
    flex-direction: row;
    min-height: 420px; }
    .post-card.post-card--hero .post-card-img {
      flex: 0 0 55%;
      aspect-ratio: unset;
      height: 100%; }
    .post-card.post-card--hero .post-card-body {
      flex: 1;
      justify-content: center;
      padding: 56px 64px;
      gap: 14px; }
    .post-card.post-card--hero .post-card-title a {
      font-size: 28px;
      line-height: 1.2; }
    .post-card.post-card--hero .post-card-summary {
      display: block; }
  .post-card.post-card--hero-flip {
    flex-direction: row-reverse; }

.post-card-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--c-surface);
  position: relative; }
  .post-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease; }
  .post-card:hover .post-card-img img {
    transform: scale(1.03); }

.post-card-img--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: unset;
  height: 4px;
  background: var(--c-border); }

.post-card-initial {
  display: none; }

.post-card-body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.post-card-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

.post-cat-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-dim);
  border: 1px solid var(--c-border);
  padding: 2px 8px;
  border-radius: 2px; }

.post-card-title {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  margin: 0; }
  .post-card-title a {
    font-size: 15px;
    line-height: 1.35;
    color: var(--c-bright);
    text-decoration: none;
    display: block; }
    .post-card-title a:hover {
      color: var(--c-text); }

.post-card-date {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--c-dim);
  letter-spacing: 0.04em; }

.post-card-summary {
  display: none;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--c-text);
  margin-top: 4px; }

.post-card-cta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-dim);
  text-decoration: none;
  margin-top: 8px;
  transition: color 0.15s; }
  .post-card-cta:hover {
    color: var(--c-bright); }

.post-single {
  max-width: 100%; }

.post-single-hero {
  width: 100%;
  max-height: 500px;
  overflow: hidden; }
  .post-single-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.post-single-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 24px; }

.post-single-header {
  margin-bottom: 48px; }
  .post-single-header h1 {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--c-bright);
    margin: 16px 0 14px; }
  .post-single-header .post-card-cats {
    margin-bottom: 4px; }

.post-single-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--c-dim);
  letter-spacing: 0.05em; }

.post-author {
  color: var(--c-text); }

.post-single-content {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--c-text); }
  .post-single-content h2, .post-single-content h3, .post-single-content h4 {
    font-family: 'IBM Plex Mono', monospace;
    color: var(--c-bright);
    margin: 2.2em 0 0.7em; }
  .post-single-content h2 {
    font-size: 22px; }
  .post-single-content h3 {
    font-size: 18px; }
  .post-single-content p {
    margin-bottom: 1.5em; }
  .post-single-content a {
    color: var(--c-bright);
    text-decoration: underline;
    text-decoration-color: var(--c-border-strong); }
    .post-single-content a:hover {
      text-decoration-color: var(--c-text); }
  .post-single-content code {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.875em;
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    padding: 1px 6px;
    border-radius: 3px; }
  .post-single-content pre {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 4px;
    padding: 20px;
    overflow-x: auto;
    margin-bottom: 1.5em; }
    .post-single-content pre code {
      background: none;
      border: none;
      padding: 0;
      font-size: 13px; }
  .post-single-content blockquote {
    border-left: 2px solid var(--c-border-strong);
    margin: 2em 0;
    padding: 0 0 0 24px;
    color: var(--c-dim);
    font-style: italic; }
  .post-single-content img {
    max-width: 100%;
    border-radius: 4px;
    display: block;
    margin: 2em auto; }
  .post-single-content ul, .post-single-content ol {
    padding-left: 1.5em;
    margin-bottom: 1.5em; }
    .post-single-content ul li, .post-single-content ol li {
      margin-bottom: 0.4em; }

.post-further-reading {
  border-top: 1px solid var(--c-border);
  padding: 56px 32px; }

.further-reading-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--c-dim);
  margin-bottom: 28px; }

.further-reading-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  background: transparent; }

.further-card {
  background: transparent;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: opacity 0.15s; }
  .further-card:hover {
    opacity: 0.8; }

.further-card-img {
  aspect-ratio: 16 / 9;
  overflow: hidden; }
  .further-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s; }
  .further-card:hover .further-card-img img {
    transform: scale(1.04); }

.further-card-body {
  padding: 16px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .further-card-body h4 {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--c-bright); }
  .further-card-body time {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    color: var(--c-dim); }

@media (max-width: 1024px) {
  .post-grid {
    grid-template-columns: repeat(4, 1fr); }
  .post-card {
    grid-column: span 2; }
  .post-card.post-card--wide {
    grid-column: span 4; }
  .post-card.post-card--hero {
    grid-column: 1 / -1; } }

@media (max-width: 768px) {
  .post-grid {
    grid-template-columns: repeat(2, 1fr); }
  .post-card {
    grid-column: span 1; }
  .post-card.post-card--hero,
  .post-card.post-card--hero-flip {
    flex-direction: column;
    min-height: unset; }
    .post-card.post-card--hero .post-card-img,
    .post-card.post-card--hero-flip .post-card-img {
      flex: unset;
      height: unset;
      aspect-ratio: 16 / 9; }
    .post-card.post-card--hero .post-card-body,
    .post-card.post-card--hero-flip .post-card-body {
      padding: 20px 24px 28px; }
  .further-reading-grid {
    grid-template-columns: 1fr; }
  .post-further-reading {
    padding: 40px 20px; } }

@media (max-width: 520px) {
  .post-grid {
    grid-template-columns: 1fr; }
  .post-card.post-card--wide {
    grid-column: span 1; }
  .cat-drawer {
    padding: 0 16px; }
  .post-single-inner {
    padding: 36px 16px; }
  .post-single-header h1 {
    font-size: 24px; } }

.site-footer {
  border-top: 1px solid var(--c-border);
  margin-top: auto; }

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding: 56px 56px 40px;
  align-items: start; }

.footer-logo {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-bright);
  text-decoration: none;
  display: block;
  margin-bottom: 12px; }

.footer-tagline {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--c-dim);
  line-height: 1.5;
  margin: 0; }

.footer-people {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.footer-person {
  display: flex;
  align-items: center;
  gap: 16px; }

.footer-person-name {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-dim);
  min-width: 60px; }

.footer-person-links {
  display: flex;
  gap: 12px; }
  .footer-person-links a {
    color: var(--c-dim);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.15s; }
    .footer-person-links a:hover {
      color: var(--c-bright); }

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .footer-nav a {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--c-dim);
    text-decoration: none;
    transition: color 0.15s; }
    .footer-nav a:hover {
      color: var(--c-text); }

.footer-bottom {
  border-top: 1px solid var(--c-border);
  padding: 20px 56px;
  text-align: center; }
  .footer-bottom p {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    color: var(--c-dim);
    letter-spacing: 0.04em;
    margin: 0; }

@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 24px 32px; }
  .footer-bottom {
    padding: 20px 24px; } }

.home-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px; }

.home-hero {
  padding: 72px 0;
  border-bottom: 1px solid var(--c-border);
  display: grid;
  position: relative;
  overflow: hidden; }
  .home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("/images/hero-bg.png") center/cover no-repeat;
    opacity: 0.18;
    z-index: 0; }
  .home-hero .home-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1; }

.home-hero-body {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.duad-def {
  font-family: 'IBM Plex Mono', monospace;
  max-width: 640px;
  border-right: 1px solid var(--c-border);
  padding-right: 80px; }

.def-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 20px;
  flex-wrap: wrap; }

.def-term {
  font-size: 32px;
  font-weight: 700;
  color: var(--c-bright);
  letter-spacing: -0.02em; }

.def-pron {
  font-size: 14px;
  color: var(--c-dim);
  letter-spacing: 0; }

.def-pos {
  font-size: 11px;
  color: var(--c-dim);
  font-style: italic;
  letter-spacing: 0.04em; }

.def-domain {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-dim);
  opacity: 0.6;
  border: 1px solid var(--c-border);
  padding: 2px 7px;
  align-self: center; }

.def-senses {
  list-style: decimal;
  padding-left: 1.4em;
  margin: 0 0 14px; }
  .def-senses li {
    font-size: 15px;
    color: var(--c-text);
    line-height: 1.7;
    margin-bottom: 4px; }
    .def-senses li::marker {
      color: var(--c-dim);
      font-size: 12px; }

.def-etymology {
  font-size: 12px;
  color: var(--c-dim);
  margin: 0;
  letter-spacing: 0.02em; }
  .def-etymology em {
    color: var(--c-mid);
    font-style: italic; }

.home-carousel-section {
  border-bottom: 1px solid var(--c-border);
  padding-bottom: 0; }
  .home-carousel-section .home-inner {
    padding-bottom: 24px; }

.home-carousel {
  position: relative;
  overflow: hidden; }

.carousel-track {
  position: relative;
  width: 100%; }

.carousel-slide {
  display: none;
  flex-direction: row;
  width: 100%;
  min-height: 420px; }
  .carousel-slide.active {
    display: flex; }

.carousel-img {
  width: 52%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center; }
  .carousel-img--empty {
    background: var(--c-surface);
    border-right: 4px solid var(--c-border-strong); }

.carousel-body {
  padding: 48px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  flex: 1;
  background: var(--c-tint-mid); }

.carousel-meta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-dim);
  display: flex;
  gap: 12px;
  flex-wrap: wrap; }

.carousel-date {
  opacity: 0.6; }

.carousel-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  color: var(--c-bright);
  line-height: 1.2;
  margin: 0; }

.carousel-summary {
  font-size: 14px;
  color: var(--c-text);
  line-height: 1.7;
  margin: 0; }

.carousel-cta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--c-bright);
  text-decoration: none;
  border-bottom: 1px solid var(--c-border-strong);
  padding-bottom: 2px;
  display: inline-block;
  align-self: flex-start;
  transition: border-color 0.15s; }
  .carousel-cta:hover {
    border-color: var(--c-bright);
    color: var(--c-bright); }

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 56px 24px;
  background: var(--c-tint-mid);
  border-top: 1px solid var(--c-border); }

.carousel-dots {
  display: flex;
  gap: 8px; }

.carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: var(--c-border-strong);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s; }
  .carousel-dot.active {
    background: var(--c-bright);
    transform: scaleX(2.5); }

.carousel-arrows {
  display: flex;
  gap: 8px; }

.carousel-arrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  background: transparent;
  border: 1px solid var(--c-border);
  color: var(--c-dim);
  cursor: pointer;
  padding: 4px 12px;
  transition: border-color 0.15s, color 0.15s; }
  .carousel-arrow:hover {
    border-color: var(--c-border-strong);
    color: var(--c-bright); }

.home-headline {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 700;
  color: var(--c-bright);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 28px; }

.home-sub {
  font-size: 16px;
  color: var(--c-text);
  line-height: 1.7;
  max-width: 620px;
  margin: 0 0 36px; }

.home-cta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-bright);
  text-decoration: none;
  border-bottom: 1px solid var(--c-border-strong);
  padding-bottom: 2px;
  transition: border-color 0.15s; }
  .home-cta:hover {
    border-color: var(--c-bright); }

.home-section-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-dim);
  margin: 0 0 32px;
  font-weight: 400; }

.home-people {
  padding: 72px 0;
  border-bottom: 1px solid var(--c-border); }

.people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px; }

.person-card {
  background: var(--c-tint-mid);
  border: 1px solid var(--c-border);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  transition: border-color 0.15s; }
  .person-card:hover {
    border-color: var(--c-border-strong); }

.person-card-link {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  text-decoration: none;
  width: 100%;
  margin-bottom: 16px; }
  .person-card-link:hover {
    text-decoration: none; }
    .person-card-link:hover .person-name {
      color: var(--c-bright); }

.person-read-more {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--c-dim);
  text-decoration: none;
  margin-left: auto;
  transition: color 0.15s; }
  .person-read-more:hover {
    color: var(--c-bright);
    text-decoration: none; }

.person-card .person-photo {
  flex-shrink: 0;
  width: 64px;
  height: 64px; }
  .person-card .person-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.person-card .person-photo-placeholder {
  width: 64px;
  height: 64px;
  background: var(--c-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 22px;
  font-weight: 700;
  color: var(--c-dim); }

.person-info {
  width: 100%; }

.person-name-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap; }

.person-name {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  font-weight: 700;
  color: var(--c-bright); }

.person-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-dim); }

.person-tagline {
  font-size: 13px;
  color: var(--c-text);
  line-height: 1.6;
  margin: 0 0 16px; }

.person-links {
  display: flex;
  gap: 14px; }
  .person-links a {
    color: var(--c-dim);
    font-size: 15px;
    text-decoration: none;
    transition: color 0.15s; }
    .person-links a:hover {
      color: var(--c-bright); }

.home-featured {
  padding: 72px 0;
  border-bottom: 1px solid var(--c-border); }

.home-featured-card {
  display: flex;
  gap: 0;
  text-decoration: none;
  background: var(--c-tint-mid);
  border: 1px solid var(--c-border);
  overflow: hidden;
  transition: border-color 0.2s; }
  .home-featured-card:hover {
    border-color: var(--c-border-strong); }
    .home-featured-card:hover .home-featured-cta {
      border-color: var(--c-bright); }

.home-featured-img {
  width: 50%;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0; }

.home-featured-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px; }

.home-featured-meta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-dim);
  display: flex;
  gap: 12px; }

.home-featured-date {
  color: var(--c-dim);
  opacity: 0.6; }

.home-featured-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 700;
  color: var(--c-bright);
  line-height: 1.2;
  margin: 0; }

.home-featured-summary {
  font-size: 14px;
  color: var(--c-text);
  line-height: 1.7;
  margin: 0; }

.home-featured-cta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--c-bright);
  border-bottom: 1px solid var(--c-border-strong);
  padding-bottom: 2px;
  display: inline-block;
  transition: border-color 0.15s; }

.home-latest {
  padding: 72px 0 80px; }

.home-latest-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 32px; }
  .home-latest-header .home-section-label {
    margin: 0; }

.home-all-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-dim);
  text-decoration: none;
  transition: color 0.15s; }
  .home-all-link:hover {
    color: var(--c-text); }

.home-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; }

.home-latest-card {
  text-decoration: none;
  border: 1px solid var(--c-border);
  background: var(--c-tint-mid);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s; }
  .home-latest-card:hover {
    border-color: var(--c-border-strong); }

.home-latest-img {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: center; }

.home-latest-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1; }

.home-latest-meta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-dim); }

.home-latest-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-bright);
  line-height: 1.35;
  margin: 0; }

.home-latest-date {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--c-dim);
  margin-top: auto; }

@media (max-width: 1024px) {
  .home-hero .home-inner {
    grid-template-columns: 1fr;
    gap: 48px; }
  .duad-def {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid var(--c-border);
    padding-bottom: 40px; } }

@media (max-width: 900px) {
  .people-grid {
    grid-template-columns: 1fr; }
  .carousel-slide {
    flex-direction: column; }
  .carousel-img {
    width: 100%;
    min-height: 240px; }
  .carousel-body {
    padding: 32px; }
  .carousel-controls {
    padding: 16px 32px 20px; }
  .home-latest-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) {
  .home-inner {
    padding: 0 20px; }
  .home-hero {
    padding: 48px 0; }
  .home-people, .home-carousel-section, .home-latest {
    padding: 40px 0 0; }
  .home-latest-grid {
    grid-template-columns: 1fr; }
  .def-term {
    font-size: 24px; }
  .carousel-body {
    padding: 24px 20px; }
  .carousel-controls {
    padding: 12px 20px 16px; } }

.media-hero {
  padding: 64px 0 40px;
  border-bottom: 1px solid var(--c-border); }

.media-headline {
  font-size: 42px;
  font-family: var(--c-font-head);
  font-weight: 700;
  color: var(--c-bright);
  margin: 0 0 12px;
  letter-spacing: -0.02em; }

.media-sub {
  font-size: 16px;
  color: var(--c-dim);
  margin: 0; }

.media-profiles {
  padding: 40px 0;
  border-bottom: 1px solid var(--c-border); }

.media-profile-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px; }

.media-profile-card {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.media-profile {
  display: flex;
  align-items: center;
  gap: 14px; }

.media-profile-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0; }

.media-profile-initial {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--c-font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--c-dim);
  flex-shrink: 0; }

.media-profile-info {
  display: flex;
  flex-direction: column;
  gap: 3px; }

.media-profile-name {
  font-family: var(--c-font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--c-bright);
  letter-spacing: -0.01em; }

.media-profile-tagline {
  font-size: 12px;
  color: var(--c-dim);
  line-height: 1.4; }

.media-social-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }

.media-social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--c-font-head);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--c-dim);
  border: 1px solid var(--c-border);
  padding: 4px 10px;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s; }
  .media-social-link:hover {
    color: var(--c-bright);
    border-color: var(--c-border-strong);
    text-decoration: none; }
  .media-social-link i {
    font-size: 13px; }

.media-wall {
  padding: 40px 0 80px; }

.media-feeds-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px; }

.media-feed-col {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.media-feed-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--c-font-head);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-dim); }

.media-feed-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover; }

.media-feed-embed iframe {
  display: block;
  width: 100% !important;
  max-width: 100%; }

.media-feed-placeholder {
  border: 1px solid var(--c-border);
  padding: 60px 32px;
  text-align: center;
  color: var(--c-dim);
  font-family: var(--c-font-head);
  font-size: 13px; }
  .media-feed-placeholder i {
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
    opacity: 0.4; }
  .media-feed-placeholder p {
    margin: 0; }

.media-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 540px));
  gap: 32px; }

.media-post-card {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.media-post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--c-font-head);
  font-size: 11px;
  letter-spacing: 0.06em; }

.media-post-person {
  color: var(--c-bright);
  font-weight: 600; }

.media-post-platform {
  color: var(--c-dim);
  display: inline-flex;
  align-items: center;
  gap: 4px; }
  .media-post-platform--linkedin {
    color: #0a66c2; }
  .media-post-platform--x {
    color: var(--c-dim); }

.media-post-date {
  color: var(--c-dim);
  margin-left: auto; }

.media-post-embed iframe {
  display: block;
  max-width: 100%;
  border: none; }

.media-empty {
  padding: 60px 0;
  color: var(--c-dim);
  font-family: var(--c-font-head);
  font-size: 13px; }
  .media-empty a {
    color: var(--c-text); }

@media (max-width: 900px) {
  .media-profile-strip {
    grid-template-columns: 1fr; }
  .media-feeds-grid {
    grid-template-columns: 1fr; }
  .media-posts-grid {
    grid-template-columns: 1fr; } }
