:root {
  --ink: #12282b;
  --muted: #55716f;
  --paper: #edf1e9;
  --paper-2: #e3e9e0;
  --line: #c9d5ce;
  --deep: #173b40;
  --teal: #2d8c86;
  --yellow: #e6b749;
  --orange: #df7044;
  --cream: #f7f5eb;
  --shadow: 0 14px 30px rgba(17, 49, 52, 0.1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
:where(a, button, summary, input):focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.45;
}
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E");
}
.topbar {
  height: 76px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  padding: 0 5vw;
  gap: 44px;
  background: rgba(237, 241, 233, 0.94);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: var(--ink);
  min-width: 210px;
}
.brand b {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 19px;
  letter-spacing: -0.03em;
}
.brand small {
  display: block;
  color: var(--muted);
  font:
    500 9px "DM Mono",
    monospace;
  letter-spacing: 0.13em;
}
.brand-mark {
  height: 29px;
  width: 29px;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
}
.brand-mark span {
  width: 4px;
  background: var(--teal);
  display: block;
}
.brand-mark span:nth-child(1) {
  height: 8px;
}
.brand-mark span:nth-child(2) {
  height: 15px;
  background: var(--yellow);
}
.brand-mark span:nth-child(3) {
  height: 11px;
  background: var(--orange);
}
.main-nav {
  display: flex;
  gap: 30px;
  height: 100%;
  align-items: center;
}
.main-nav a {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  position: relative;
}
.main-nav a.active,
.main-nav a:hover {
  color: var(--ink);
}
.main-nav a.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--orange);
}
.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}
.build-status {
  font:
    500 10px "DM Mono",
    monospace;
  color: var(--muted);
  letter-spacing: 0.05em;
}
.build-status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #74ad73;
  margin-right: 5px;
}
.icon-btn {
  border: 1px solid var(--line);
  background: transparent;
  height: 44px;
  width: 44px;
  display: grid;
  place-items: center;
  color: var(--deep);
  cursor: pointer;
}
.icon-btn svg {
  width: 16px;
}
.utility-strip {
  max-width: 1320px;
  margin: 0 auto;
  padding: 19px 5vw;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 55px;
}
.strip-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.eyebrow {
  font:
    500 10px "DM Mono",
    monospace;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.strip-item strong {
  font-size: 14px;
}
.strip-link {
  margin-left: auto;
  text-decoration: none;
  color: var(--orange);
  font-weight: 600;
  font-size: 14px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.strip-link svg,
.text-link svg {
  width: 14px;
}
.dashboard-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 34px 5vw 60px;
  display: grid;
  grid-template-columns: 1.2fr 1.65fr 0.75fr;
  gap: 18px;
}
.intro-panel {
  padding: 17px 12px 0 0;
}
.kicker {
  font:
    500 10px "DM Mono",
    monospace;
  color: var(--orange);
  letter-spacing: 0.14em;
}
.dot {
  width: 7px;
  height: 7px;
  background: var(--orange);
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
}
.intro-panel h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.07em;
  margin: 28px 0 20px;
}
.intro-panel h1 em {
  font-style: normal;
  color: var(--teal);
}
.intro-copy {
  max-width: 390px;
  font-size: 18px;
  color: #4d6563;
  margin: 0 0 27px;
}
.intro-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
  font:
    500 11px "DM Mono",
    monospace;
}
.intro-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.intro-meta svg {
  width: 14px;
  color: var(--teal);
}
.quick-actions {
  display: flex;
  gap: 10px;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 16px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid var(--deep);
  transition: 0.2s ease;
  min-height: 44px;
}
.button svg {
  width: 15px;
}
.button.primary {
  background: var(--deep);
  color: var(--cream);
}
.button.primary:hover {
  background: var(--teal);
  border-color: var(--teal);
}
.button.secondary {
  background: transparent;
  color: var(--deep);
}
.button.secondary:hover {
  background: var(--cream);
}
.feature-shot {
  margin: 0;
  position: relative;
  min-height: 355px;
  overflow: hidden;
  background: var(--deep);
  box-shadow: var(--shadow);
}
.feature-shot img {
  width: 100%;
  height: 100%;
  min-height: 355px;
  object-fit: cover;
  display: block;
  filter: saturate(0.9);
}
.feature-shot:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(12, 38, 40, 0.72));
  pointer-events: none;
}
.feature-shot figcaption {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 18px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  color: white;
  font:
    500 10px "DM Mono",
    monospace;
  letter-spacing: 0.08em;
}
.today-note {
  background: var(--yellow);
  padding: 21px 20px 18px;
  min-height: 355px;
  position: relative;
}
.today-note:before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(18, 40, 43, 0.25);
  pointer-events: none;
}
.note-top {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.note-top .eyebrow {
  color: rgba(18, 40, 43, 0.63);
}
.note-top svg {
  width: 17px;
}
.today-note h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -0.05em;
  position: relative;
  margin: 82px 0 14px;
}
.today-note p {
  position: relative;
  font-size: 15px;
  line-height: 1.4;
}
.note-sign {
  position: absolute;
  bottom: 24px;
  left: 20px;
  font:
    500 10px "DM Mono",
    monospace;
  color: rgba(18, 40, 43, 0.68);
}
.flow-section,
.content-section,
.lower-grid,
.gear-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 5vw 65px;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 13px;
  margin-bottom: 18px;
}
.section-head h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  letter-spacing: -0.05em;
  margin: 5px 0 0;
}
.section-index,
.progress-label {
  font:
    500 11px "DM Mono",
    monospace;
  color: var(--muted);
}
.loop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.loop-step {
  min-height: 210px;
  padding: 19px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: 0.2s;
}
.loop-step:hover {
  background: var(--cream);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(17, 49, 52, 0.06);
}
.loop-step.accent {
  background: #d7e8df;
}
.step-num {
  font:
    500 10px "DM Mono",
    monospace;
  color: var(--orange);
  margin-bottom: 25px;
}
.loop-step > svg {
  width: 25px;
  height: 25px;
  color: var(--teal);
  stroke-width: 1.5;
}
.loop-step h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 21px;
  margin: 12px 0 4px;
  letter-spacing: -0.04em;
}
.loop-step p {
  color: var(--muted);
  font-size: 14px;
  max-width: 210px;
  margin: 0;
}
.step-tip {
  position: absolute;
  bottom: 16px;
  font:
    500 10px "DM Mono",
    monospace;
  color: var(--orange);
}
.text-link {
  color: var(--orange);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
}
.atlas-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.searchbox {
  background: var(--cream);
  border: 1px solid var(--line);
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  gap: 9px;
  flex: 1;
  max-width: 420px;
}
.searchbox svg {
  width: 17px;
  color: var(--muted);
}
.searchbox input {
  border: 0;
  outline: 0;
  background: transparent;
  font: 14px "IBM Plex Sans Condensed";
  width: 100%;
  color: var(--ink);
}
.filter-tabs {
  display: flex;
  align-items: center;
  gap: 4px;
}
.filter-tabs button {
  border: 0;
  background: transparent;
  font:
    500 12px "DM Mono",
    monospace;
  color: var(--muted);
  padding: 8px 10px;
  min-height: 44px;
  cursor: pointer;
}
.filter-tabs button span {
  font-size: 10px;
  margin-left: 4px;
}
.filter-tabs button.selected,
.filter-tabs button:hover {
  color: var(--ink);
  background: var(--cream);
}
.fish-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.fish-card {
  background: var(--cream);
  border: 1px solid var(--line);
  min-width: 0;
  transition: 0.2s;
}
.fish-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.fish-card.hidden {
  display: none;
}
.fish-image {
  height: 154px;
  position: relative;
  overflow: hidden;
  background: var(--deep);
}
.fish-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.rarity {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 6px;
  font:
    500 9px "DM Mono",
    monospace;
  letter-spacing: 0.1em;
  color: var(--ink);
  background: var(--yellow);
}
.rarity.rare {
  background: #a7d2c8;
}
.rarity.boss {
  background: var(--orange);
  color: white;
}
.fish-info {
  padding: 13px 13px 11px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.fish-info h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  margin: 0;
  letter-spacing: -0.03em;
}
.fish-info p {
  font-size: 12px;
  color: var(--muted);
  margin: 2px 0 0;
}
.fish-info strong {
  font:
    500 13px "DM Mono",
    monospace;
  color: var(--orange);
  white-space: nowrap;
}
.fish-foot {
  border-top: 1px solid var(--line);
  padding: 9px 13px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font:
    500 10px "DM Mono",
    monospace;
}
.fish-foot span:last-child {
  display: flex;
  align-items: center;
  gap: 4px;
}
.fish-foot svg {
  width: 11px;
}
.lower-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 18px;
}
.island-panel,
.guide-panel {
  min-width: 0;
}
.route {
  border: 1px solid var(--line);
  background: var(--cream);
  padding: 26px 18px 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
.route-line {
  position: absolute;
  top: 47px;
  left: 55px;
  right: 55px;
  height: 1px;
  background: var(--line);
}
.route-node {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  z-index: 1;
}
.route-node > span {
  width: 42px;
  height: 42px;
  border: 2px solid var(--teal);
  background: var(--cream);
  display: grid;
  place-items: center;
  color: var(--teal);
  font:
    500 12px "DM Mono",
    monospace;
}
.route-node.current > span {
  background: var(--teal);
  color: white;
}
.route-node.locked > span {
  border-color: var(--line);
  color: var(--muted);
}
.route-node svg {
  width: 15px;
}
.route-node strong {
  font-size: 14px;
}
.route-node small {
  font:
    500 9px "DM Mono",
    monospace;
  color: var(--muted);
}
.button.full {
  width: 100%;
}
.guide-row {
  display: grid;
  grid-template-columns: 105px 1fr 18px;
  align-items: center;
  gap: 13px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.guide-row:last-child {
  border-bottom: 0;
}
.guide-row h3 {
  font-size: 16px;
  line-height: 1.2;
  margin: 4px 0;
}
.guide-row p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.guide-row > svg {
  width: 16px;
  color: var(--muted);
}
.guide-thumb {
  height: 64px;
  background: var(--deep);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.guide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-thumb {
  background: repeating-linear-gradient(
    135deg,
    #d7e2d7,
    #d7e2d7 5px,
    #c5d6cc 5px,
    #c5d6cc 7px
  );
  color: var(--teal);
  font:
    500 22px "DM Mono",
    monospace;
}
.orange-thumb {
  background: var(--orange);
  color: var(--cream);
}
.orange-thumb svg {
  width: 28px;
}
.gear-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 44px;
  padding-bottom: 75px;
}
.gear-copy h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  line-height: 1.07;
  letter-spacing: -0.06em;
  margin: 8px 0 14px;
}
.gear-copy p {
  color: var(--muted);
  max-width: 360px;
  margin: 0 0 18px;
}
.gear-list {
  border-top: 1px solid var(--line);
}
.gear-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.gear-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
}
.gear-icon svg {
  width: 20px;
}
.gear-icon.teal {
  background: #b9ddd3;
  color: var(--deep);
}
.gear-icon.yellow {
  background: var(--yellow);
  color: var(--deep);
}
.gear-icon.orange {
  background: var(--orange);
  color: var(--cream);
}
.gear-item div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gear-item strong {
  font-size: 16px;
}
.gear-item small {
  font:
    500 10px "DM Mono",
    monospace;
  color: var(--muted);
}
.gear-state {
  margin-left: auto;
  color: var(--teal);
  font:
    500 10px "DM Mono",
    monospace;
}
.gear-state.later {
  color: var(--muted);
}
footer {
  background: var(--deep);
  color: #dbe4d8;
  padding: 24px 5vw;
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 9px;
}
.footer-brand b {
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
}
.footer-brand .brand-mark {
  transform: scale(0.8);
  transform-origin: left center;
  width: 25px;
}
.footer-brand .brand-mark span {
  background: var(--teal);
}
footer p {
  font:
    500 10px "DM Mono",
    monospace;
  color: #90aca6;
  margin: 0;
}
.footer-links {
  display: flex;
  gap: 18px;
  margin-left: auto;
}
.footer-links a {
  color: #dbe4d8;
  font:
    500 10px "DM Mono",
    monospace;
  text-decoration: none;
}
.footer-links a:hover {
  color: var(--yellow);
}
@media (max-width: 980px) {
  .topbar {
    padding: 0 24px;
    gap: 24px;
  }
  .main-nav {
    gap: 17px;
  }
  .build-status {
    display: none;
  }
  .utility-strip,
  .dashboard-grid,
  .flow-section,
  .content-section,
  .lower-grid,
  .gear-section {
    padding-left: 24px;
    padding-right: 24px;
  }
  .dashboard-grid {
    grid-template-columns: 1fr 1.2fr;
  }
  .today-note {
    grid-column: 1 / -1;
    min-height: 220px;
  }
  .today-note h2 {
    margin-top: 37px;
  }
  .fish-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lower-grid {
    grid-template-columns: 1fr;
  }
  .gear-section {
    gap: 35px;
  }
}
@media (max-width: 640px) {
  .topbar {
    height: 66px;
    padding: 0 16px;
  }
  .brand {
    min-width: auto;
  }
  .brand small {
    display: none;
  }
  .main-nav {
    display: none;
  }
  .utility-strip {
    padding: 14px 16px;
    gap: 16px;
    overflow: auto;
  }
  .strip-item:nth-child(2),
  .strip-item:nth-child(3) {
    display: none;
  }
  .strip-link {
    white-space: nowrap;
  }
  .dashboard-grid {
    padding: 25px 16px 45px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .intro-panel {
    padding: 0;
  }
  .intro-panel h1 {
    font-size: 42px;
    margin: 19px 0 15px;
  }
  .intro-copy {
    font-size: 16px;
  }
  .feature-shot,
  .feature-shot img {
    min-height: 220px;
    height: 220px;
  }
  .today-note {
    min-height: 235px;
  }
  .flow-section,
  .content-section,
  .lower-grid,
  .gear-section,
  .faq-section {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 45px;
  }
  .section-head h2 {
    font-size: 24px;
  }
  .loop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .loop-step {
    min-height: 210px;
    padding: 14px;
  }
  .loop-step p {
    font-size: 13px;
  }
  .atlas-toolbar {
    display: block;
  }
  .searchbox {
    max-width: none;
    margin-bottom: 10px;
  }
  .filter-tabs {
    overflow: auto;
  }
  .filter-tabs button {
    white-space: nowrap;
  }
  .fish-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
  .fish-image {
    height: 112px;
  }
  .fish-info {
    padding: 10px;
  }
  .fish-info h3 {
    font-size: 16px;
  }
  .fish-info strong {
    font-size: 11px;
  }
  .fish-foot {
    padding: 8px 10px;
    font-size: 9px;
  }
  .fish-foot span:first-child {
    max-width: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lower-grid {
    display: block;
  }
  .guide-panel {
    margin-top: 35px;
  }
  .route {
    padding-left: 8px;
    padding-right: 8px;
  }
  .route-line {
    left: 42px;
    right: 42px;
  }
  .route-node > span {
    width: 34px;
    height: 34px;
    font-size: 10px;
  }
  .route-node strong {
    font-size: 12px;
  }
  .route-node small {
    font-size: 8px;
  }
  .gear-section {
    display: block;
  }
  .gear-copy {
    margin-bottom: 24px;
  }
  .gear-copy h2 {
    font-size: 28px;
  }
  .faq-grid {
    grid-template-columns: 1fr !important;
  }
  footer {
    padding: 21px 16px;
    display: block;
  }
  .footer-links {
    margin-top: 15px;
    margin-left: 0;
  }
}
.faq-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 5vw 70px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.faq-grid details {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 16px;
}
.faq-grid summary {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
}
.faq-grid p {
  color: var(--muted);
  font-size: 14px;
  margin: 12px 0 0;
}
.night-mode {
  --ink: #e1ece4;
  --muted: #98b3ae;
  --paper: #112d32;
  --paper-2: #183a3e;
  --line: #33575a;
  --deep: #082126;
  --cream: #183a3e;
  --shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}
.night-mode .topbar {
  background: rgba(17, 45, 50, 0.94);
}
.night-mode .feature-shot img {
  filter: saturate(0.75) brightness(0.75);
}
.night-mode .loop-step.accent {
  background: #224c4b;
}
.night-mode .today-note {
  color: #173033;
}
.night-mode .searchbox input::placeholder {
  color: #9bb3ac;
}
.night-mode .fish-image img {
  opacity: 0.82;
}
.night-mode footer {
  background: #061b20;
}
.loop-step p {
  padding-bottom: 28px;
}
.article-shell {
  padding-top: 54px;
}
.article-shell > h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1;
  letter-spacing: -0.07em;
  max-width: 850px;
  margin: 20px 0;
}
.lede {
  font-size: 21px;
  color: var(--muted);
  max-width: 700px;
  margin: 0 0 32px;
}
.article-hero {
  height: 410px;
  min-height: 0;
  margin: 0 0 34px;
}
.article-hero img {
  min-height: 0;
}
.article-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(250px, 0.65fr);
  gap: 42px;
}
.article-columns h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 27px;
  letter-spacing: -0.05em;
  margin: 30px 0 8px;
}
.article-columns h2:first-child {
  margin-top: 0;
}
.article-columns p,
.article-columns li {
  font-size: 17px;
  color: #4d6563;
  line-height: 1.6;
}
.article-columns ol {
  padding-left: 23px;
}
.article-columns .today-note {
  min-height: 0;
  align-self: start;
}
.article-columns .today-note h2 {
  margin-top: 28px;
}
.article-columns .today-note ul {
  position: relative;
  padding: 0 0 0 18px;
  line-height: 2;
  font:
    500 12px "DM Mono",
    monospace;
}
.article-columns .today-note li {
  color: var(--ink);
  font-size: 12px;
  line-height: 2;
}
.loop-step {
  text-decoration: none;
  color: var(--ink);
}
.source-banner {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid var(--line);
  background: var(--cream);
  padding: 15px 17px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 14px;
}
.source-banner svg {
  width: 18px;
  color: var(--teal);
  flex: none;
  margin-top: 2px;
}
.source-banner strong {
  color: var(--ink);
}
.expanded-fish {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 22px;
}
.expanded-fish .fish-image {
  height: 190px;
}
.atlas-copy {
  padding-top: 0;
}
.atlas-copy .today-note {
  min-height: 300px;
}
.boss-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
.boss-card {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 22px;
  min-height: 280px;
  position: relative;
}
.boss-card.accent {
  background: #d7e8df;
}
.boss-card.orange-card {
  background: #f0c46c;
}
.boss-card.wide {
  grid-column: 1 / -1;
  min-height: 190px;
}
.boss-number {
  font:
    500 10px "DM Mono",
    monospace;
  color: var(--orange);
  letter-spacing: 0.12em;
}
.boss-card h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 27px;
  letter-spacing: -0.05em;
  margin: 24px 0 3px;
}
.boss-tag {
  font:
    500 10px "DM Mono",
    monospace;
  color: var(--teal);
}
.boss-card p {
  font-size: 16px;
  color: #4d6563;
  line-height: 1.5;
  margin: 15px 0 10px;
  max-width: 560px;
}
.boss-card ul {
  padding-left: 17px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.boss-card li::marker {
  color: var(--orange);
}
.media-block {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 14px;
  margin: 28px 0 40px;
}
.media-video {
  background: var(--deep);
  border: 1px solid var(--line);
  min-height: 290px;
  position: relative;
}
.media-video video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
}
.media-caption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  color: #fff;
  font:
    500 10px "DM Mono",
    monospace;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 3px #000;
}
.media-notes {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 19px;
}
.media-notes h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  letter-spacing: -0.05em;
  margin: 0 0 9px;
}
.media-notes p {
  color: var(--muted);
  font-size: 15px;
  margin: 0 0 16px;
}
.media-notes ul {
  padding-left: 17px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.shot-reel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 15px 0 35px;
}
.shot-reel figure {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--cream);
}
.shot-reel img {
  width: 100%;
  height: 130px;
  display: block;
  object-fit: cover;
}
.shot-reel figcaption {
  padding: 8px 10px;
  font:
    500 10px "DM Mono",
    monospace;
  color: var(--muted);
}
.atlas-table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  background: var(--cream);
}
.atlas-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  font-size: 14px;
}
.atlas-table th,
.atlas-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.atlas-table th {
  font:
    500 10px "DM Mono",
    monospace;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
}
.atlas-table td {
  color: var(--ink);
}
.atlas-table td:last-child {
  font:
    500 10px "DM Mono",
    monospace;
  color: var(--teal);
}
.atlas-table .group-row th {
  background: #d7e8df;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}
.source-list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  padding: 14px 0;
  font:
    500 10px "DM Mono",
    monospace;
  color: var(--muted);
}
.source-list a {
  color: var(--orange);
  text-decoration: none;
}
.achievement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.achievement-group {
  border: 1px solid var(--line);
  background: var(--cream);
  padding: 0 15px 11px;
}
.achievement-group .section-head {
  margin-bottom: 0;
}
.achievement-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.achievement-row:last-child {
  border-bottom: 0;
}
.achievement-row strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
}
.achievement-row span {
  font-size: 12px;
  color: var(--muted);
}
@media (max-width: 640px) {
  .boss-grid {
    grid-template-columns: 1fr;
  }
  .boss-card.wide {
    grid-column: auto;
  }
  .boss-card {
    min-height: 0;
  }
  .boss-card h2 {
    font-size: 24px;
  }
}
@media (max-width: 980px) {
  .media-block {
    grid-template-columns: 1fr;
  }
  .achievement-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .shot-reel {
    grid-template-columns: 1fr 1fr;
  }
  .shot-reel img {
    height: 105px;
  }
  .achievement-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .article-shell {
    padding-top: 32px;
  }
  .article-shell > h1 {
    font-size: 39px;
  }
  .lede {
    font-size: 18px;
  }
  .article-hero {
    height: 220px;
  }
  .article-columns {
    display: block;
  }
  .article-columns .today-note {
    margin-top: 28px;
  }
  .article-columns p,
  .article-columns li {
    font-size: 16px;
  }
}
.controls-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 0 30px;
}
.control-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 17px;
}
.control-card.featured {
  grid-column: 1 / -1;
  background: #d7e8df;
}
.keycap {
  display: inline-grid;
  place-items: center;
  min-width: 54px;
  height: 38px;
  border: 1px solid var(--deep);
  background: var(--paper);
  font:
    500 11px "DM Mono",
    monospace;
  color: var(--deep);
  padding: 0 8px;
}
.control-card h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  letter-spacing: -0.04em;
  margin: 0 0 4px;
}
.control-card p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.45;
}
@media (max-width: 640px) {
  .controls-grid {
    grid-template-columns: 1fr;
  }
  .control-card.featured {
    grid-column: auto;
  }
}
.youtube-block {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 14px;
  margin: 28px 0 38px;
}
.youtube-frame {
  background: var(--deep)
    url("https://i.ytimg.com/vi/F9HbT9_0fQI/hqdefault.jpg") center/cover
    no-repeat;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 9;
  min-height: 300px;
}
.youtube-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.youtube-notes {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 20px;
}
.youtube-notes h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -0.05em;
  margin: 7px 0 10px;
}
.youtube-notes p {
  color: var(--muted);
  font-size: 15px;
  margin: 0 0 13px;
}
.youtube-notes ul {
  padding-left: 18px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.youtube-notes a {
  color: var(--orange);
  font-weight: 600;
  text-decoration: none;
}
.intel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin: 18px 0 42px;
}
.intel-card {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 18px;
  min-height: 190px;
}
.intel-card.accent {
  background: #d7e8df;
}
.intel-card h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  letter-spacing: -0.04em;
  margin: 8px 0 6px;
}
.intel-card p {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 10px;
}
.intel-card ul {
  padding-left: 17px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
.source-list {
  line-height: 1.8;
}
@media (max-width: 980px) {
  .youtube-block {
    grid-template-columns: 1fr;
  }
  .youtube-frame {
    min-height: 0;
  }
  .intel-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .intel-grid {
    grid-template-columns: 1fr;
  }
  .youtube-notes {
    padding: 16px;
  }
}
