body {
  margin: 0;
  background: #141414;
  color: #ececec;
  font-family: "Inter", sans-serif;
  line-height: 1.65;
  text-transform: lowercase;
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%23000" stroke-width="2" d="M15 9V4.5c0-.83-.67-1.5-1.5-1.5h-3C9.67 3 9 3.67 9 4.5V9H4.5C3.67 9 3 9.67 3 10.5v3c0 .83.67 1.5 1.5 1.5H9v4.5c0 .83.67 1.5 1.5 1.5h3c.83 0 1.5-.67 1.5-1.5V15h4.5c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5H15Z"></path></svg>') 12 12, auto;
}

* {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%23000" stroke-width="2" d="M5.5 3.21V20.8c0 .45.54.67.85.35l4.86-4.86a.5.5 0 0 1 .35-.15h6.87a.5.5 0 0 0 .35-.85L6.35 2.85a.5.5 0 0 0-.85.35Z"></path></svg>') 6 6, auto !important;
}

a {
  color: #eaeaea;
}

.experience-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px 64px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 44px;
}

.toc-sidebar {
  position: sticky;
  top: 20px;
  align-self: start;
}

.toc-back {
  display: inline-block;
  margin-bottom: 18px;
  color: #9f9f9f;
  text-decoration: none;
}

.toc-title {
  margin: 0 0 12px;
  color: #9f9f9f;
  font-size: 15px;
  font-weight: 600;
}

.toc-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.toc-nav a {
  color: #858585;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.35;
  transition: color 0.18s ease;
}

.toc-nav a:hover {
  color: #d9d9d9;
}

.toc-nav a.active {
  color: #ffffff;
}

.article-content {
  max-width: 820px;
}

.article-header h1 {
  margin: 0 0 6px;
  font-size: 46px;
  line-height: 1.08;
}

.article-meta {
  margin: 0 0 22px;
  color: #9d9d9d;
}

.hero-image {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #2e2e2e;
  object-fit: cover;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.32);
}

.hero-shadow-ford {
  box-shadow:
    0 0 0 1px rgba(168, 171, 176, 0.35),
    0 10px 28px rgba(48, 52, 58, 0.34),
    0 0 42px rgba(122, 126, 133, 0.2);
}

.hero-shadow-watstreet {
  box-shadow:
    0 0 0 1px rgba(232, 201, 122, 0.38),
    0 10px 30px rgba(0, 0, 0, 0.45),
    0 0 44px rgba(211, 175, 84, 0.24);
}

.hero-shadow-day5 {
  box-shadow:
    0 0 0 1px rgba(60, 178, 197, 0.34),
    0 10px 28px rgba(22, 116, 132, 0.28),
    0 0 42px rgba(72, 194, 214, 0.2);
}

.hero-shadow-ardian {
  box-shadow:
    0 0 0 1px rgba(214, 80, 71, 0.32),
    0 10px 28px rgba(112, 34, 34, 0.28),
    0 0 42px rgba(210, 92, 82, 0.2);
}

.hero-shadow-stealth {
  box-shadow:
    0 0 0 1px rgba(132, 126, 176, 0.3),
    0 10px 28px rgba(56, 53, 89, 0.28),
    0 0 42px rgba(122, 116, 177, 0.18);
}

.hero-shadow-jnj {
  box-shadow:
    0 0 0 1px rgba(214, 62, 62, 0.34),
    0 10px 28px rgba(120, 24, 24, 0.28),
    0 0 42px rgba(214, 84, 84, 0.2);
}

.section {
  margin-top: 26px;
  scroll-margin-top: 24px;
}

.section h2 {
  margin: 0 0 10px;
  font-size: 33px;
  line-height: 1.15;
}

.narrative-flow .section h2 {
  font-size: 24px;
  margin: 0 0 8px;
}

.narrative-flow .section h2.subtopic-heading {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: #b9a47a;
  font-weight: 400;
  margin: 0 0 6px;
}

.section h3 {
  margin: 22px 0 10px;
  font-size: 24px;
  line-height: 1.2;
}

.section hr {
  border: none;
  border-top: 1px solid #2f2f2f;
  margin: 28px 0;
}

.chip-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-list li {
  border: 1px solid #3b3b3b;
  padding: 3px 10px;
  border-radius: 999px;
  color: #cfcfcf;
  font-size: 14px;
}

.inline-image {
  width: 100%;
  border-radius: 10px;
  margin: 12px 0;
}

.tabbed-list {
  margin: 6px 0 14px 28px;
  padding-left: 14px;
}

.tabbed-list li {
  margin: 6px 0;
}

.memory-title {
  margin: 6px 0 8px;
  color: #e6e6e6;
}

.memory-editor {
  margin: 0 0 12px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #2f333a;
  background: #1d1f24;
  color: #d7d7d7;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95rem;
  line-height: 1.45;
  overflow-x: auto;
  white-space: pre;
}

@media (max-width: 960px) {
  .experience-shell {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .toc-sidebar {
    position: static;
  }

  .toc-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 14px;
  }

  .toc-nav a {
    font-size: 14px;
  }

  .article-header h1 {
    font-size: 34px;
  }

  .section h2 {
    font-size: 28px;
  }
}
