body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #d8d8d8;
  min-height: 100vh;
}

.container {
  background: white;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.container > .row:last-child {
  margin-top: auto;
  margin-bottom: 1rem;
}

.footer {
  text-align: right;
  padding-right: 1rem;
}

.navbar {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.75rem;
}
.navbar .navbar__title {
  font-size: 2.5rem;
  font-weight: 600;
}
.navbar .navbar__links a {
  font-size: 1.25rem;
  font-weight: 320;
  text-decoration: none;
}
.navbar .navbar__links a:hover {
  font-weight: 640;
  cursor: pointer;
}

.page-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}
.page-header .page-header__title {
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.1;
}
.page-header .page-header__tts {
  margin-top: 0.15rem;
}
.page-header .page-header__tts a {
  font-weight: 200;
  font-size: 0.95rem;
  text-decoration: underline;
  cursor: pointer;
}

.artheader .artheader__title {
  font-size: 1.5rem;
  font-weight: 300;
}
.artheader .artheader__extras * {
  display: inline-block;
  margin: 0 0.12rem;
}
.artheader .artheader__extras .artheader__extras__date {
  display: inline-block;
  font-weight: 200;
  font-style: italic;
}
.artheader .artheader__extras .artheader__extras__tts {
  display: inline-block;
  font-weight: 200;
  text-decoration: underline;
  cursor: pointer;
}
.artheader .artheader__extras .artheader__extras__tags {
  display: inline-block;
  font-weight: 200;
}
.artheader .artheader__extras .artheader__extras__tags a {
  text-decoration: underline;
}

.post-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.5rem 0;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}
.post-nav .post-nav__prev,
.post-nav .post-nav__next {
  flex: 1 1 0;
  max-width: 48%;
}
.post-nav .post-nav__next {
  text-align: right;
}
.post-nav a {
  display: block;
  text-decoration: none;
}
.post-nav .post-nav__label {
  display: block;
  font-size: 0.85rem;
  font-weight: 200;
  opacity: 0.7;
}
.post-nav .post-nav__title {
  display: block;
  font-weight: 500;
  text-decoration: underline;
}

.post-link .post-link__title {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}
.post-link .post-link__title a {
  font-size: 1.25rem;
  text-decoration: none;
}
.post-link .post-link__title a:hover {
  cursor: pointer;
  font-weight: 600;
}
.post-link .post-link__title .post-link__date {
  font-size: 0.85rem;
  font-weight: 200;
  font-style: italic;
  opacity: 0.65;
}
.post-link .post-link__info a {
  font-size: 0.75rem;
  text-decoration: none;
}
.post-link .post-link__info a:hover {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
}
.post-link .post-link__snippet {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.3rem;
  line-height: 1.45;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 0.5rem;
  border-top: 1px solid #ddd;
}
.pagination a {
  text-decoration: none;
  font-weight: 500;
}
.pagination a:hover {
  text-decoration: underline;
}
.pagination__info {
  font-size: 0.9rem;
  color: #888;
}
.pagination__prev--disabled, .pagination__next--disabled {
  color: #ccc;
  cursor: default;
}

.toc {
  background: #f4f4f4;
  border-left: 3px solid #bbb;
  padding: 0.6rem 0.8rem;
  font-size: 0.9rem;
}
.toc .toc__title {
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.toc .toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc .toc__item {
  margin: 0.15rem 0;
}
.toc .toc__item a {
  text-decoration: none;
  color: #333;
}
.toc .toc__item a:hover {
  text-decoration: underline;
}
.toc .toc__item--h3 {
  padding-left: 0.9rem;
}
.toc .toc__item--h4 {
  padding-left: 1.8rem;
}
.toc .toc__item--h5 {
  padding-left: 2.7rem;
}
.toc .toc__item--h6 {
  padding-left: 3.6rem;
}

.word.cur {
  background-color: rgba(255, 204, 0, 0.5333333333);
}

.sentence.cur {
  background-color: rgba(187, 187, 187, 0.4);
}

.highlight {
  margin: 1rem 0 0.2rem 0;
}

pre {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background: #f8f8f8;
  overflow-x: auto;
  padding: 0.8rem 1rem;
  margin: 1rem 0 0.2rem 0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9rem;
  line-height: 1.45;
}
pre code {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  padding: 0;
}
pre.cur {
  outline: 2px solid #ffcc00;
  box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.2666666667);
}

.highlight > pre {
  margin: 0;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.88em;
  background: #f0f0f0;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 0.05rem 0.3rem;
}
code.inline-code.cur {
  outline: 2px solid #ffcc00;
  box-shadow: 0 0 0 2px rgba(255, 204, 0, 0.2666666667);
}

.code-block-meta {
  display: flex;
  align-items: center;
  margin: 0 0 1rem 0;
  min-height: 1.4rem;
}

.code-block-label {
  font-size: 0.8rem;
  color: #888;
  font-style: italic;
  text-align: right;
  margin-left: auto;
}

.tts-continue {
  padding: 0.15rem 0.5rem;
  border: 1px solid #888;
  border-radius: 3px;
  background: #fafafa;
  font-size: 0.75rem;
  font-family: inherit;
  line-height: 1.2;
  cursor: pointer;
}
.tts-continue[hidden] {
  display: none;
}
.tts-continue:not([hidden]) {
  animation: tts-continue-appear 0.3s ease-out forwards, tts-continue-pulse 1.8s ease-in-out 0.3s infinite;
}
.tts-continue:hover {
  background: #efefef;
  font-weight: 600;
  animation-play-state: paused;
}

@keyframes tts-continue-appear {
  from {
    opacity: 0;
    transform: translateY(-3px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes tts-continue-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 204, 0, 0);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(255, 204, 0, 0.45);
  }
}

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