/* 2.39.0: production version of the reviewed Columbus index mock.
 * Every selector is scoped to the dedicated body class and page root. */
body.mta-series-index-active {
  --mta-series-paper: #f6f3ea;
  --mta-series-white: #fcfaf4;
  --mta-series-ink: #203a31;
  --mta-series-secondary: #52645b;
  --mta-series-line: #d4d9ce;
  --mta-series-red: #a43f33;
  --mta-series-serif: "Yu Mincho", "Hiragino Mincho ProN", serif;
  --mta-series-sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background: var(--mta-series-paper) !important;
}
body.mta-series-index-active .mta-series-index,
body.mta-series-index-active .mta-series-index * { box-sizing: border-box; }
body.mta-series-index-active .mta-series-index {
  width: min(1104px, 100%);
  margin: 0 auto !important;
  padding: 0 32px 90px !important;
  color: var(--mta-series-ink) !important;
  font-family: var(--mta-series-sans) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  -webkit-text-size-adjust: 100%;
}
body.mta-series-index-active .mta-series-index a { color: inherit; text-decoration: none; }
body.mta-series-index-active .mta-series-index a:hover { text-decoration: underline; text-underline-offset: 5px; }
body.mta-series-index-active .mta-series-index h1,
body.mta-series-index-active .mta-series-index h2,
body.mta-series-index-active .mta-series-index p,
body.mta-series-index-active .mta-series-index figure,
body.mta-series-index-active .mta-series-index ol { margin: 0 !important; }
body.mta-series-index-active .mta-series-index__work-topline {
  display: flex; justify-content: space-between; align-items: center;
  padding: 32px 0 14px; color: var(--mta-series-secondary);
  font-size: 12px; letter-spacing: .13em;
}
body.mta-series-index-active .mta-series-index__key-visual { margin: 0 !important; background: #152720; }
body.mta-series-index-active .mta-series-index__key-visual-image {
  display: block; width: 100%; height: auto; opacity: 1 !important;
}
body.mta-series-index-active .mta-series-index__work-heading {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 38px 0 40px; border-bottom: 1px solid var(--mta-series-line);
}
body.mta-series-index-active .mta-series-index__eyebrow {
  display: block; margin: 0 0 12px !important; color: var(--mta-series-secondary);
  font: 11px/1.5 var(--mta-series-sans); font-weight: 600; letter-spacing: .2em;
}
body.mta-series-index-active .mta-series-index__work-heading h1 {
  margin: 0 0 14px !important; color: var(--mta-series-ink) !important;
  font: 500 clamp(27px, 3.2vw, 42px)/1.5 var(--mta-series-serif) !important;
  letter-spacing: .055em !important;
}
body.mta-series-index-active .mta-series-index__author { color: var(--mta-series-secondary) !important; font-size: 13px !important; }
body.mta-series-index-active .mta-series-index__author span { margin-left: 15px; color: var(--mta-series-ink); font-size: 16px; }
body.mta-series-index-active .mta-series-index__edition {
  min-width: 132px; padding-left: 30px; border-left: 1px solid var(--mta-series-line);
  color: var(--mta-series-secondary); font-size: 12px;
}
body.mta-series-index-active .mta-series-index__edition p { margin: 1px 0 0 !important; font-family: var(--mta-series-serif); color: var(--mta-series-ink); font-size: 18px; }
body.mta-series-index-active .mta-series-index__edition strong { margin: 0 5px; font-size: 52px; font-weight: 400; line-height: 1.25; }
body.mta-series-index-active .mta-series-index__status { display: flex; align-items: center; gap: 8px; }
body.mta-series-index-active .mta-series-index__status i,
body.mta-series-index-active .mta-series-index__published-count i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--mta-series-red); }
body.mta-series-index-active .mta-series-index__editorial {
  display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 40px;
  padding: 48px 0; border-bottom: 1px solid var(--mta-series-line);
}
body.mta-series-index-active .mta-series-index__section-label h2 {
  margin: 0 !important; color: var(--mta-series-ink) !important;
  font: 500 24px/1.6 var(--mta-series-serif) !important; letter-spacing: .06em !important;
}
body.mta-series-index-active .mta-series-index__prose { max-width: 710px; font-size: 16px; line-height: 1.95; }
body.mta-series-index-active .mta-series-index__prose p { margin: 0 0 13px !important; }
body.mta-series-index-active .mta-series-index__prose p:last-child { margin-bottom: 0 !important; }
body.mta-series-index-active .mta-series-index__lead .mta-series-index__prose { color: var(--mta-series-secondary); font-size: 15px; line-height: 1.9; }
body.mta-series-index-active .mta-series-index__lead .mta-series-index__prose p { margin-bottom: 6px !important; }
body.mta-series-index-active .mta-series-index__synopsis { padding-top: 52px; padding-bottom: 52px; }
body.mta-series-index-active .mta-series-index__synopsis .mta-series-index__prose { font-family: var(--mta-series-serif); font-size: 17px; line-height: 2.05; }
body.mta-series-index-active .mta-series-index__small-rule { display: block; width: 36px; height: 1px; margin-top: 25px; background: var(--mta-series-secondary); }
body.mta-series-index-active .mta-series-index__contents { padding-top: 52px; padding-bottom: 40px; }
body.mta-series-index-active .mta-series-index__small { display: block; margin-top: 5px; color: var(--mta-series-secondary); font: 13px/1.6 var(--mta-series-sans); letter-spacing: .04em; }
body.mta-series-index-active .mta-series-index__list-note { margin: 25px 0 !important; font: 17px/1.9 var(--mta-series-serif); }
body.mta-series-index-active .mta-series-index__published-count { display: flex; align-items: center; gap: 8px; font-size: 12px; }
body.mta-series-index-active .mta-series-index__start {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 25px; background: var(--mta-series-ink); color: var(--mta-series-white);
}
body.mta-series-index-active .mta-series-index__start:hover { background: #2d4d40; text-decoration: none; }
body.mta-series-index-active .mta-series-index__start small { display: block; font-size: 12px; letter-spacing: .06em; opacity: .88; }
body.mta-series-index-active .mta-series-index__start strong { font: 500 21px/1.6 var(--mta-series-serif); letter-spacing: .07em; }
body.mta-series-index-active .mta-series-index__start > span:last-child { font-size: 26px; }
body.mta-series-index-active .mta-series-index__list-heading { display: flex; justify-content: space-between; padding: 23px 16px 10px; border-bottom: 1px solid var(--mta-series-ink); color: var(--mta-series-secondary); font-size: 11px; }
body.mta-series-index-active .mta-series-index__chapters { list-style: none; padding: 0 !important; }
body.mta-series-index-active .mta-series-index__chapter { border-bottom: 1px solid var(--mta-series-line); }
body.mta-series-index-active .mta-series-index__chapter-row { display: grid; grid-template-columns: 64px minmax(0,1fr) auto; gap: 10px; align-items: center; min-height: 58px; padding: 12px 16px; }
body.mta-series-index-active .mta-series-index__chapter-number { color: var(--mta-series-secondary); font-size: 12px; font-variant-numeric: tabular-nums; white-space: nowrap; }
body.mta-series-index-active .mta-series-index__chapter-name { color: var(--mta-series-ink); font: 500 18px/1.55 var(--mta-series-serif); }
body.mta-series-index-active .mta-series-index__chapter-state { color: var(--mta-series-secondary); font-size: 11px; white-space: nowrap; }
body.mta-series-index-active .mta-series-index__arrow { margin-left: 16px; color: var(--mta-series-red); font-size: 18px; }
body.mta-series-index-active .mta-series-index__published { border-left: 3px solid var(--mta-series-red); background: #ebece2; }
body.mta-series-index-active .mta-series-index__published .mta-series-index__chapter-row { padding-left: 13px; }
body.mta-series-index-active .mta-series-index__upcoming .mta-series-index__chapter-name { color: #536458; }
body.mta-series-index-active .mta-series-index__list-footnote { margin: 17px 0 0 !important; color: var(--mta-series-secondary); font-size: 12px; }
body.mta-series-index-active .mta-series-index__about { padding-top: 52px; padding-bottom: 52px; }
body.mta-series-index-active .mta-series-index__about table { width: 100%; border-collapse: collapse; font-size: 15px; }
body.mta-series-index-active .mta-series-index__about th,
body.mta-series-index-active .mta-series-index__about td { padding: 12px 14px; border-bottom: 1px solid var(--mta-series-line); text-align: left; }
body.mta-series-index-active .mta-series-index__about th { width: 150px; color: var(--mta-series-secondary); font-weight: 500; }
body.mta-series-index-active .mta-series-index__about tr:first-child th,
body.mta-series-index-active .mta-series-index__about tr:first-child td { border-top: 1px solid var(--mta-series-line); }
body.mta-series-index-active .mta-series-index__revision .mta-series-index__prose { color: var(--mta-series-secondary); font-size: 15px; }
body.mta-series-index-active .mta-series-index__signature { padding-top: 14px; color: var(--mta-series-ink); font-family: var(--mta-series-serif); text-align: right; }
body.mta-series-index-active .mta-series-index__canonical { margin-top: 28px !important; color: var(--mta-series-secondary); font-size: 12px; text-align: right; }
body.mta-series-index-active .mta-series-index__canonical a { color: var(--mta-series-red); }
body.mta-series-index-active .mta-series-index__sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* The chapter navigation is loaded on series posts as well as the index. */
body.mta-novel-reader-active .mta-series-chapter-nav {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  width: min(980px, calc(100% - 2rem));
  margin: 42px auto 0 !important;
  padding: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif !important;
}
body.mta-novel-reader-active .mta-series-chapter-nav a,
body.mta-novel-reader-active .mta-series-chapter-nav span {
  display: flex !important; flex-direction: column; gap: 5px; min-width: 0;
  padding: 15px 18px !important; border: 1px solid rgba(20,31,180,.25) !important;
  border-radius: 10px !important; background: rgba(255,250,241,.92) !important;
  text-decoration: none !important;
}
body.mta-novel-reader-active .mta-series-chapter-nav a:hover { border-color: #e8703a !important; box-shadow: 0 5px 14px rgba(20,31,180,.08) !important; }
body.mta-novel-reader-active .mta-series-chapter-nav__previous { align-items: flex-start; text-align: left; }
body.mta-novel-reader-active .mta-series-chapter-nav__index { align-items: center; border-color: #141fb4 !important; background: #141fb4 !important; color: #fff !important; text-align: center; }
body.mta-novel-reader-active .mta-series-chapter-nav__next { align-items: flex-end; text-align: right; }
body.mta-novel-reader-active .mta-series-chapter-nav small { color: #e8703a !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: .16em; }
body.mta-novel-reader-active .mta-series-chapter-nav__index small { color: #ffd0b9 !important; }
body.mta-novel-reader-active .mta-series-chapter-nav strong { color: #25285c !important; font-size: 15px !important; line-height: 1.5 !important; }
body.mta-novel-reader-active .mta-series-chapter-nav__index strong { color: #fff !important; }
body.mta-novel-reader-active .mta-series-chapter-nav .is-disabled { opacity: .55; }

/* Keep the index destination readable when the reading theme overrides links. */
html body.mta-novel-reader-active .mta-novel-reader-shell > .mta-article-lower .mta-series-chapter-nav .mta-series-chapter-nav__index {
  border-color: #141fb4 !important;
  background: #141fb4 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
html body.mta-novel-reader-active .mta-novel-reader-shell > .mta-article-lower .mta-series-chapter-nav .mta-series-chapter-nav__index small {
  color: #ffd0b9 !important;
  -webkit-text-fill-color: #ffd0b9 !important;
}
html body.mta-novel-reader-active .mta-novel-reader-shell > .mta-article-lower .mta-series-chapter-nav .mta-series-chapter-nav__index strong {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

@media (max-width: 700px) {
  body.mta-series-index-active .mta-series-index { padding: 0 20px 60px !important; }
  body.mta-series-index-active .mta-series-index__work-topline { padding-top: 24px; font-size: 10px; letter-spacing: .08em; }
  body.mta-series-index-active .mta-series-index__work-heading { align-items: flex-start; gap: 12px; padding: 25px 0 27px; }
  body.mta-series-index-active .mta-series-index__work-heading h1 { max-width: 12em; margin-bottom: 12px !important; font-size: 25px !important; letter-spacing: .01em !important; }
  body.mta-series-index-active .mta-series-index__eyebrow { margin-bottom: 8px !important; font-size: 10px; }
  body.mta-series-index-active .mta-series-index__edition { min-width: 79px; padding-left: 14px; font-size: 10px; }
  body.mta-series-index-active .mta-series-index__edition p { font-size: 13px; }
  body.mta-series-index-active .mta-series-index__edition strong { margin: 0 2px; font-size: 35px; }
  body.mta-series-index-active .mta-series-index__author { font-size: 12px !important; }
  body.mta-series-index-active .mta-series-index__author span { margin-left: 9px; font-size: 14px; }
  body.mta-series-index-active .mta-series-index__editorial { display: block; padding: 30px 0; }
  body.mta-series-index-active .mta-series-index__section-label { margin-bottom: 20px; }
  body.mta-series-index-active .mta-series-index__section-label h2 { font-size: 22px !important; }
  body.mta-series-index-active .mta-series-index__prose,
  body.mta-series-index-active .mta-series-index__lead .mta-series-index__prose,
  body.mta-series-index-active .mta-series-index__revision .mta-series-index__prose { font-size: 15px; line-height: 1.9; }
  body.mta-series-index-active .mta-series-index__synopsis .mta-series-index__prose { font-size: 16px; line-height: 1.95; }
  body.mta-series-index-active .mta-series-index__small-rule { display: none; }
  body.mta-series-index-active .mta-series-index__contents .mta-series-index__section-label { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 14px; }
  body.mta-series-index-active .mta-series-index__contents .mta-series-index__eyebrow { width: 100%; margin-bottom: 3px !important; }
  body.mta-series-index-active .mta-series-index__contents h2 { display: flex; align-items: baseline; gap: 12px; }
  body.mta-series-index-active .mta-series-index__small { margin: 0; font-size: 12px; }
  body.mta-series-index-active .mta-series-index__list-note { display: none; }
  body.mta-series-index-active .mta-series-index__published-count { margin: 0 0 0 auto; font-size: 11px; }
  body.mta-series-index-active .mta-series-index__start { padding: 16px 19px; }
  body.mta-series-index-active .mta-series-index__start strong { font-size: 20px; }
  body.mta-series-index-active .mta-series-index__list-heading { padding-right: 0; padding-left: 0; }
  body.mta-series-index-active .mta-series-index__chapter-row { grid-template-columns: 43px minmax(0,1fr) auto; gap: 8px; min-height: 58px; padding: 12px 0; }
  body.mta-series-index-active .mta-series-index__chapter-number { font-size: 11px; }
  body.mta-series-index-active .mta-series-index__chapter-name { font-size: 16px; }
  body.mta-series-index-active .mta-series-index__chapter-state { font-size: 10px; }
  body.mta-series-index-active .mta-series-index__arrow { display: none; }
  body.mta-series-index-active .mta-series-index__published .mta-series-index__chapter-row { padding-right: 7px; padding-left: 7px; }
  body.mta-series-index-active .mta-series-index__published .mta-series-index__chapter-state { font-size: 9px; }
  body.mta-series-index-active .mta-series-index__list-footnote { font-size: 11px; }
  body.mta-series-index-active .mta-series-index__about th { width: 106px; }
  body.mta-series-index-active .mta-series-index__about th,
  body.mta-series-index-active .mta-series-index__about td { padding: 11px 7px; font-size: 14px; }
  body.mta-novel-reader-active .mta-series-chapter-nav { grid-template-columns: 1fr 1fr; gap: 12px; width: calc(100% - 1rem); }
  body.mta-novel-reader-active .mta-series-chapter-nav__index { order: -1; grid-column: 1 / -1; align-items: flex-start; }
  body.mta-novel-reader-active .mta-series-chapter-nav__next { align-items: flex-end; }
  body.mta-novel-reader-active .mta-series-chapter-nav strong { font-size: 13px !important; }
}
