body.tufte-official-essay .tufte-article,
body.tufte-official-essay .tufte-article *,
body.tufte-official-essay .tufte-article *::before,
body.tufte-official-essay .tufte-article *::after {
  box-sizing: content-box;
}

body.tufte-official-essay {
  background: var(--bg);
  color: var(--text);
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  counter-reset: sidenote-counter;
}

body.tufte-official-essay main.container {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

body.tufte-official-essay .tufte-article {
  width: 87.5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  color: var(--text);
}

body.tufte-official-essay .tufte-article h1 {
  margin-top: 4rem;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.tufte-official-essay .tufte-article h2 {
  margin-top: 3rem;
}

body.tufte-official-essay .tufte-article h3 {
  margin-top: 2rem;
}

body.tufte-official-essay .tufte-article li::marker {
  color: var(--text);
}

body.tufte-official-essay .tufte-article .subtitle {
  color: var(--text);
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.tufte-official-essay.tufte-home .home-intro-title {
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
  font-weight: 400;
}

body.tufte-official-essay.tufte-home .tufte-article {
  width: 55%;
  max-width: none;
  padding-left: 0;
}

body.tufte-official-essay.tufte-home .home-post-list {
  width: 100%;
  list-style: none;
  margin: 2.5rem 0 1.5rem;
  padding: 0;
}

body.tufte-official-essay.tufte-home .home-post-list li {
  margin: 0 0 1.8rem;
  padding: 0 0 1.4rem;
  border-bottom: 1px solid color-mix(in srgb, var(--text) 18%, transparent);
  background: transparent;
  border-radius: 0;
}

body.tufte-official-essay.tufte-home .home-post-list li:last-child {
  border-bottom: 0;
}

body.tufte-official-essay.tufte-home .home-post-list a {
  color: var(--text);
  text-decoration: none;
  font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1;
}

body.tufte-official-essay.tufte-home .home-post-list a:hover {
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 1px;
}

body.tufte-official-essay.tufte-home .home-post-list .meta {
  margin: 0.35rem 0 0.6rem;
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--text) 72%, transparent);
}

body.tufte-official-essay.tufte-home .home-post-list .post-excerpt {
  margin: 0;
  width: 100%;
  max-width: none;
}

body.tufte-official-essay.tufte-home .tufte-article section > p:last-child {
  margin-top: 2rem;
}

body.tufte-official-essay .sidenote-number:after,
body.tufte-official-essay .sidenote:before {
  font-size: 1.12rem;
}

body.tufte-official-essay .site-header,
body.tufte-official-essay .site-header *,
body.tufte-official-essay .site-footer,
body.tufte-official-essay .site-footer * {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body.tufte-official-essay .site-header .brand {
  font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.7rem;
}

body.tufte-official-essay .site-header .container {
  width: min(1200px, 96%);
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  gap: clamp(1.25rem, 5vw, 3.75rem);
  border-bottom: 0;
}

body.tufte-official-essay .site-footer .container {
  width: min(1200px, 96%);
  margin-left: auto;
  margin-right: auto;
}

body.tufte-official-essay .scroll-progress,
body.tufte-official-essay .site-footer {
  display: none;
}

body.tufte-official-essay .tufte-chart-block {
  padding-top: 20px;
}

body.tufte-official-essay .tufte-chart-wrap {
  width: 100%;
  min-height: 525px;
}

body.tufte-official-essay .tufte-article figure.fullwidth,
body.tufte-official-essay .tufte-article div.fullwidth,
body.tufte-official-essay .tufte-article table.fullwidth,
body.tufte-official-essay .tufte-article .fullwidth {
  width: 90%;
  max-width: 90%;
  margin-left: 0;
  margin-right: 0;
}

body.tufte-official-essay #lpesr-profile-figure {
  width: 90%;
  max-width: 90%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

body.tufte-official-essay #lpesr-profile-readout-wrap {
  width: 90%;
  max-width: 90%;
  margin-left: 0;
  margin-right: 0;
}

body.tufte-official-essay #lpesr-profile-readout {
  font-family: "IBM Plex Mono", "IBM Plex Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95rem;
  line-height: 1.35;
  margin: 0.2rem 0 0.15rem;
  width: 100%;
  max-width: 100%;
  text-align: center;
  overflow-wrap: anywhere;
}

body.tufte-official-essay #lpesr-profile-status:empty {
  display: none;
}

body.tufte-official-essay .tufte-article sup.footnote-ref {
  vertical-align: baseline;
  font-size: 1em;
  line-height: 0;
  margin-left: 0.05rem;
}

body.tufte-official-essay .tufte-article sup.footnote-ref a,
body.tufte-official-essay .tufte-article sup.footnote-ref a:visited {
  display: inline;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
  top: -0.5rem;
  left: 0.1rem;
  font-family: et-book-roman-old-style, et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--text);
  text-decoration: none;
}

body.tufte-official-essay .tufte-article sup.footnote-ref a:hover {
  text-decoration: underline;
  text-underline-offset: 0.08em;
  text-decoration-thickness: 1px;
}

/* For shorthand sidenote+footnote syntax, keep only the Tufte-style sidenote marker visible. */
body.tufte-official-essay .tufte-article .sidenote-footnote-shorthand + sup.footnote-ref {
  display: none;
}

body.tufte-official-essay .tufte-article label.sidenote-footnote-label.sidenote-number-explicit {
  display: inline-block;
  max-height: 2rem;
  font-family: et-book-roman-old-style, et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--text);
  position: relative;
  top: -0.5rem;
  left: 0.1rem;
}

body.tufte-official-essay .tufte-article .sidenote.sidenote-number-explicit::before {
  content: attr(data-sidenote-num) " ";
}

body.tufte-official-essay .tufte-article .footnotes {
  width: 55%;
  margin-top: 2rem;
  padding-top: 0;
  border-top: 0;
  font-size: 1.1rem;
  line-height: 1.45;
}

body.tufte-official-essay .tufte-article .epigraph blockquote,
body.tufte-official-essay .tufte-article .epigraph blockquote p {
  border-left: 0;
  padding-left: 0;
}

body.tufte-official-essay .tufte-article hr.footnotes-sep {
  display: none;
}

body.tufte-official-essay .tufte-article .footnotes-header {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.35rem;
}

body.tufte-official-essay .tufte-article .footnotes-heading {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.35rem;
  margin: 3rem 0 1rem;
}

body.tufte-official-essay .tufte-article .footnotes-title {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 400;
}

body.tufte-official-essay .tufte-article .footnotes hr {
  display: none;
}

body.tufte-official-essay .tufte-article .footnotes ol {
  margin: 0.55rem 0 0;
  padding-left: 1.2rem;
  width: 100%;
  max-width: none;
}

body.tufte-official-essay .tufte-article .footnotes .footnotes-list {
  list-style: none;
  padding-left: 0;
}

body.tufte-official-essay .tufte-article .footnotes li {
  margin-bottom: 1.05rem;
}

body.tufte-official-essay .tufte-article .footnotes .footnote-item {
  position: relative;
  padding-left: 2.5rem;
  transition: background-color 160ms ease;
}

body.tufte-official-essay .tufte-article .footnotes .footnote-item:target {
  background: color-mix(in srgb, var(--text) 8%, transparent);
  border-radius: 4px;
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

body.tufte-official-essay .tufte-article .footnotes .footnote-index-link,
body.tufte-official-essay .tufte-article .footnotes .footnote-index-link:visited {
  position: absolute;
  left: 0;
  top: -0.02rem;
  min-width: 1.2rem;
  font-family: et-book-roman-old-style, et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--text);
  text-decoration: none;
}

body.tufte-official-essay .tufte-article .footnotes .footnote-item:target .footnote-index-link,
body.tufte-official-essay .tufte-article .footnotes .footnote-item:target .footnote-index-link:visited {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}

body.tufte-official-essay .tufte-article .footnotes p {
  width: 100%;
  margin: 0;
}

body.tufte-official-essay .tufte-article .footnotes .footnote-backref {
  margin-left: 0.35rem;
  text-decoration: none;
}

body.tufte-official-essay .tufte-article .footnotes.is-collapsed .footnotes-body {
  display: none;
}

body.tufte-official-essay .tufte-article .footnotes-toggle {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font-family: "IBM Plex Mono", "IBM Plex Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: calc(0.95rem + 2px);
  font-weight: 500;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

body.tufte-official-essay .tufte-article .footnotes-heading .footnotes-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: calc(0.95rem + 2px);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0.24rem;
  transform: translateY(-0.02em);
}

@media (max-width: 840px) {
  body.tufte-official-essay .site-header .container {
    width: min(760px, 92%);
    justify-content: space-between;
    gap: 1rem;
  }
}

/* Collapse sidenotes before they start squeezing the main reading column. */
@media (max-width: 1240px) {
  body.tufte-official-essay .tufte-article {
    width: min(42rem, calc(100vw - 2.5rem));
    max-width: 42rem;
    padding-left: 0;
    padding-right: 0;
  }

  body.tufte-official-essay .tufte-article .sidenote,
  body.tufte-official-essay .tufte-article .marginnote {
    display: none;
  }

  body.tufte-official-essay .tufte-article section > p,
  body.tufte-official-essay .tufte-article section > footer,
  body.tufte-official-essay .tufte-article section > table,
  body.tufte-official-essay .tufte-article section > dl,
  body.tufte-official-essay .tufte-article section > ol,
  body.tufte-official-essay .tufte-article section > ul,
  body.tufte-official-essay .tufte-article blockquote p,
  body.tufte-official-essay .tufte-article blockquote footer,
  body.tufte-official-essay .tufte-article figure,
  body.tufte-official-essay .tufte-article .footnotes {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  body.tufte-official-essay.tufte-home .tufte-article {
    width: min(770px, 94%);
    max-width: none;
  }

  body.tufte-official-essay #lpesr-profile-figure,
  body.tufte-official-essay #lpesr-profile-readout-wrap {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  body.tufte-official-essay .tufte-article {
    width: calc(100vw - 2rem);
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  body.tufte-official-essay .tufte-article .footnotes {
    width: 100%;
  }

  body.tufte-official-essay .tufte-article .footnotes-toggle {
    width: auto;
  }

  body.tufte-official-essay .tufte-article p,
  body.tufte-official-essay .tufte-article dl,
  body.tufte-official-essay .tufte-article ol,
  body.tufte-official-essay .tufte-article ul,
  body.tufte-official-essay .tufte-article blockquote,
  body.tufte-official-essay .tufte-article blockquote p {
    font-size: 1.3rem;
    line-height: 1.85rem;
  }

  body.tufte-official-essay #lpesr-profile-figure {
    width: calc(96vw - 12px);
    max-width: none;
    margin-left: calc(50% - 48vw + 6px);
    margin-right: 0;
  }

  body.tufte-official-essay #lpesr-profile-readout-wrap {
    width: calc(96vw - 12px);
    max-width: none;
    margin-left: calc(50% - 48vw + 6px);
    margin-right: 0;
  }

  body.tufte-official-essay .tufte-chart-wrap {
    min-height: 0;
  }

  body.tufte-official-essay.tufte-home .tufte-article {
    width: min(100%, 94vw);
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  body.tufte-official-essay.tufte-home .home-intro-title {
    margin-top: 1.5rem;
  }

  body.tufte-official-essay.tufte-home .home-post-list {
    margin-top: 1.75rem;
  }
}
