blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

:root {
  --container-max: 600px;
  --container-page: 90%;
  --normal: 440;
  --bold: 700;
  /* Dark Theme */
  /* Columbia Blue #B9D9EB*/
  --bg: hsl(0, 0%, 0%);
  --bg-alt: hsl(0, 0%, 10%);
  --nav-hover: hsl(0, 0%, 20%);
  --text: hsl(0, 0%, 100%);
  --text-light: hsl(0, 0%, 80%);
  --underline: hsl(0, 0%, 50%);
  --selection-bg: #B9D9EB; /* Columbia Blue */
  --selection-text: hsl(0, 0%, 0%);
  --footer-line: hsl(0, 0%, 10%);
}

body,
html {
  background: var(--bg);
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: Mulish, -apple-system, sans-serif;
  color: var(--text);
  font-weight: var(--normal);
  letter-spacing: -0.015rem;
}

*,
body,
html {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

::selection {
  background: var(--selection-bg);
  color: var(--selection-text);
}

.MathJax ::selection,
.MathJax_Display ::selection,
mjx-container ::selection {
  background: transparent;
  color: inherit;
}

.page {
  width: var(--container-page);
  max-width: var(--container-max);
  margin: 4rem auto;
}
.page .nav {
  display: inline-flex;
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 3rem;
}
.page .nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 1rem;
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.2s;
}
.page .nav__item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.page .nav__item svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0.25rem;
  fill: currentColor;
}
.page .nav__item .nav__label {
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
}
.page .nav__item--active, .page .nav__item:hover {
  color: var(--text);
}
.page .nav__item--active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.25rem;
  background: var(--underline);
}
@media (max-width: 768px) {
  .page .nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page .nav__item {
    padding: 0.25rem 0.5rem;
  }
  .page .nav__item svg {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.125rem;
  }
  .page .nav__item .nav__label {
    font-size: 0.6rem;
  }
}
.page__hero {
  /* 200 heigh max */
  max-height: 150px !important;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 12px;
}
.page__title {
  font-size: 1.2rem;
  letter-spacing: -0.035rem;
  font-weight: var(--bold);
  line-height: 1.2;
}
.page__header {
  margin-bottom: 2.5rem;
}
.page__content .postcontent {
  line-height: 1.65;
  font-size: 1rem;
}
.page__content .postcontent h1 {
  font-size: 1.5rem;
  font-weight: var(--bold);
  line-height: 1.2;
  margin: 3rem 0 1.5rem;
  color: var(--text);
  letter-spacing: -0.02rem;
}
.page__content .postcontent h2 {
  font-size: 1.25rem;
  font-weight: var(--bold);
  line-height: 1.25;
  margin: 2.5rem 0 1.25rem;
  color: var(--text);
  letter-spacing: -0.015rem;
}
.page__content .postcontent h3 {
  font-size: 1.1rem;
  font-weight: var(--bold);
  line-height: 1.3;
  margin: 2rem 0 1rem;
  color: var(--text);
  letter-spacing: -0.01rem;
}
.page__content .postcontent h4 {
  font-size: 1rem;
  font-weight: var(--bold);
  line-height: 1.3;
  margin: 1.75rem 0 0.75rem;
  color: var(--text-light);
}
.page__content .postcontent h5, .page__content .postcontent h6 {
  font-size: 0.95rem;
  font-weight: var(--bold);
  line-height: 1.3;
  margin: 1.5rem 0 0.75rem;
  color: var(--text-light);
}
.page__content .postcontent h1:first-child,
.page__content .postcontent h2:first-child,
.page__content .postcontent h3:first-child {
  margin-top: 0;
}
.page__content .postcontent p {
  margin-bottom: 1.5rem;
  text-align: justify;
  text-justify: inter-word;
}
.page__content .postcontent p:last-of-type {
  margin-bottom: 0;
}
.page__content .postcontent strong, .page__content .postcontent b {
  font-weight: var(--bold);
  color: var(--text);
}
.page__content .postcontent em, .page__content .postcontent i {
  font-style: italic;
  color: var(--text);
}
.page__content .postcontent ul, .page__content .postcontent ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}
.page__content .postcontent ul {
  list-style-type: disc;
}
.page__content .postcontent ol {
  list-style-type: decimal;
}
.page__content .postcontent li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.page__content .postcontent li ul, .page__content .postcontent li ol {
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}
.page__content .postcontent li ul {
  list-style-type: circle;
}
.page__content .postcontent li ul ul {
  list-style-type: square;
}
.page__content .postcontent li:last-child {
  margin-bottom: 0;
}
.page__content .postcontent blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  background: var(--bg-alt);
  border-left: 4px solid var(--selection-bg);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--text-light);
}
.page__content .postcontent blockquote p:last-child {
  margin-bottom: 0;
}
.page__content .postcontent a {
  color: var(--text);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--underline);
  text-decoration-color: var(--underline);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: all 0.2s ease;
}
.page__content .postcontent a:hover {
  color: var(--selection-bg);
  text-decoration-color: var(--selection-bg);
  opacity: 0.9;
}
.page__content .postcontent pre {
  background: var(--bg-alt);
  border-radius: 8px;
  padding: 1rem;
  margin: 1.5rem 0;
  overflow-x: auto;
  font-size: 0.8rem;
  line-height: 1.4;
}
.page__content .postcontent pre code {
  background: none;
  padding: 0;
  font-size: inherit;
}
.page__content .postcontent code {
  background: var(--bg-alt);
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
}
.page__content .postcontent hr {
  border: none;
  height: 1px;
  background: var(--bg-alt);
  margin: 3rem 0;
}
.page__content .postcontent table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}
.page__content .postcontent table th, .page__content .postcontent table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid var(--bg-alt);
}
.page__content .postcontent table th {
  font-weight: var(--bold);
  color: var(--text);
  background: var(--bg-alt);
}
.page__content .postcontent img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .page__content .postcontent a:hover {
    opacity: 0.85;
  }
}
.page__content .legend {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.page__content .legend__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page__content .legend__indicator {
  width: 3px;
  height: 16px;
  border-radius: 2px;
}
.page__content .legend__indicator--thoughts {
  background: var(--selection-bg);
  opacity: 0.8;
}
.page__content .legend__indicator--peer-reviewed {
  background: var(--selection-bg);
  opacity: 0.5;
}
.page__content .legend__text {
  font-size: 0.9rem;
  color: var(--text-light);
  font-weight: var(--light);
}
.page__content .postslist {
  margin-bottom: 4rem;
}
.page__content .postslist ::selection {
  background: var(--selection-bg);
  color: var(--selection-text);
}
.page__content .postslist__item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: calc(100% + 4rem);
  padding: 0.75rem 2rem;
  margin-left: -2rem;
  transition: background 0.2s;
  margin-bottom: 0.25rem;
  border-radius: 12px;
  gap: 1rem;
}
.page__content .postslist__item__indicator {
  width: 3px;
  height: 16px;
  border-radius: 2px;
  flex-shrink: 0;
}
.page__content .postslist__item__indicator--thoughts {
  background: var(--selection-bg);
  opacity: 0.8;
}
.page__content .postslist__item__indicator--peer-reviewed {
  background: var(--selection-bg);
  opacity: 0.5;
}
.page__content .postslist__item__content {
  flex-grow: 1;
  min-width: 0;
}
.page__content .postslist__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-alt);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s;
  border-radius: 12px;
}
@media (min-width: 600px) {
  .page__content .postslist__item__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page__content .postslist__item:hover::before {
    /* background: var(--bg-alt); */
    opacity: 1;
  }
}
.page__content .postslist__item__title {
  font-weight: var(--normal);
  line-height: 1.5;
  letter-spacing: -0.025rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 600px) {
  .page__content .postslist__item__title {
    line-height: 1.25;
    margin-right: 1rem;
    margin-bottom: 0;
    flex-grow: 1;
  }
}
.page__content .postslist__item__date {
  font-size: 0.9rem;
  color: var(--text-light);
  flex-shrink: 0;
}
.page .footer {
  font-size: 0.9rem;
  margin-top: 4rem;
}
.page .footer__cp {
  color: var(--text-light);
}
.page .footer__cp:before {
  display: block;
  content: "";
  background: var(--bg-alt);
  height: 1px;
  width: 8rem;
  margin-bottom: 1rem;
}
.page .toc {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  max-width: 100%;
}
.page .toc h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: var(--text);
  border-bottom: 1px solid var(--border);
  padding-bottom: 0.5rem;
}
.page .toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page .toc li {
  margin: 0;
  padding: 0;
}
.page .toc .toc-link {
  display: block;
  padding: 0.4rem 0;
  color: var(--text-light);
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.page .toc .toc-link:hover {
  color: var(--text);
  background: var(--bg);
  padding-left: 0.5rem;
}
.page .toc .toc-link.active {
  color: var(--text);
  font-weight: 500;
  background: var(--bg);
  padding-left: 0.5rem;
  border-left: 3px solid var(--text);
}
.page .toc .toc-h1 .toc-link {
  padding-left: 0;
}
.page .toc .toc-h2 .toc-link {
  padding-left: 1rem;
}
.page .toc .toc-h3 .toc-link {
  padding-left: 2rem;
}
.page .toc .toc-h4 .toc-link {
  padding-left: 3rem;
}
.page .toc .toc-h5 .toc-link {
  padding-left: 4rem;
}
.page .toc .toc-h6 .toc-link {
  padding-left: 5rem;
}
.page .toc .toc-h1 .toc-link:hover, .page .toc .toc-h1 .toc-link.active {
  padding-left: 0.5rem;
}
.page .toc .toc-h2 .toc-link:hover, .page .toc .toc-h2 .toc-link.active {
  padding-left: 1.5rem;
}
.page .toc .toc-h3 .toc-link:hover, .page .toc .toc-h3 .toc-link.active {
  padding-left: 2.5rem;
}
.page .toc .toc-h4 .toc-link:hover, .page .toc .toc-h4 .toc-link.active {
  padding-left: 3.5rem;
}
.page .toc .toc-h5 .toc-link:hover, .page .toc .toc-h5 .toc-link.active {
  padding-left: 4.5rem;
}
.page .toc .toc-h6 .toc-link:hover, .page .toc .toc-h6 .toc-link.active {
  padding-left: 5.5rem;
}
@media (max-width: 768px) {
  .page .toc {
    margin: 1.5rem 0;
    padding: 1rem;
  }
  .page .toc .toc-h2 .toc-link {
    padding-left: 0.5rem;
  }
  .page .toc .toc-h3 .toc-link {
    padding-left: 1rem;
  }
  .page .toc .toc-h4 .toc-link {
    padding-left: 1.5rem;
  }
  .page .toc .toc-h5 .toc-link {
    padding-left: 2rem;
  }
  .page .toc .toc-h6 .toc-link {
    padding-left: 2.5rem;
  }
  .page .toc .toc-h2 .toc-link:hover, .page .toc .toc-h2 .toc-link.active {
    padding-left: 1rem;
  }
  .page .toc .toc-h3 .toc-link:hover, .page .toc .toc-h3 .toc-link.active {
    padding-left: 1.5rem;
  }
  .page .toc .toc-h4 .toc-link:hover, .page .toc .toc-h4 .toc-link.active {
    padding-left: 2rem;
  }
  .page .toc .toc-h5 .toc-link:hover, .page .toc .toc-h5 .toc-link.active {
    padding-left: 2.5rem;
  }
  .page .toc .toc-h6 .toc-link:hover, .page .toc .toc-h6 .toc-link.active {
    padding-left: 3rem;
  }
}

.highlight .hll {
  background-color: #ffffcc;
}

.highlight .c {
  color: #008000;
} /* Comment */
.highlight .err {
  border: 1px solid #FF0000;
} /* Error */
.highlight .k {
  color: #0000ff;
} /* Keyword */
.highlight .cm {
  color: #008000;
} /* Comment.Multiline */
.highlight .cp {
  color: #0000ff;
} /* Comment.Preproc */
.highlight .c1 {
  color: #008000;
} /* Comment.Single */
.highlight .cs {
  color: #008000;
} /* Comment.Special */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gh {
  font-weight: bold;
} /* Generic.Heading */
.highlight .gp {
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  font-weight: bold;
} /* Generic.Subheading */
.highlight .kc {
  color: #0000ff;
} /* Keyword.Constant */
.highlight .kd {
  color: #0000ff;
} /* Keyword.Declaration */
.highlight .kn {
  color: #0000ff;
} /* Keyword.Namespace */
.highlight .kp {
  color: #0000ff;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #0000ff;
} /* Keyword.Reserved */
.highlight .kt {
  color: #2b91af;
} /* Keyword.Type */
.highlight .s {
  color: #a31515;
} /* Literal.String */
.highlight .nc {
  color: #2b91af;
} /* Name.Class */
.highlight .ow {
  color: #0000ff;
} /* Operator.Word */
.highlight .sb {
  color: #a31515;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #a31515;
} /* Literal.String.Char */
.highlight .sd {
  color: #a31515;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #a31515;
} /* Literal.String.Double */
.highlight .se {
  color: #a31515;
} /* Literal.String.Escape */
.highlight .sh {
  color: #a31515;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #a31515;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #a31515;
} /* Literal.String.Other */
.highlight .sr {
  color: #a31515;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #a31515;
} /* Literal.String.Single */
.highlight .ss {
  color: #a31515;
} /* Literal.String.Symbol */

/*# sourceMappingURL=main.css.map */