*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  hanging-punctuation: first last;
  transition: background-color 0.3s ease, color 0.3s ease; }

@media (prefers-reduced-motion: reduce) {
  html {
    transition: none; } }

body {
  font-family: "Gentium Book Plus", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #1e2b22;
  background-color: #f7f9f5;
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: radial-gradient(ellipse at 20% 50%, rgba(122, 154, 110, 0.03) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(122, 154, 110, 0.04) 0%, transparent 50%), radial-gradient(ellipse at 50% 100%, rgba(122, 154, 110, 0.02) 0%, transparent 50%); }

img,
picture,
video,
svg {
  display: block;
  max-width: 100%; }

img {
  height: auto;
  border-radius: 16px; }

a {
  color: #7a9a6e;
  text-decoration: none;
  transition: color 0.15s cubic-bezier(0.16, 1, 0.3, 1); }
  a:hover {
    color: #5f8253; }
  a:focus-visible {
    outline: 3px solid #7a9a6e;
    outline-offset: 2px;
    border-radius: 8px; }

.post-card__title a:hover,
.nav-link:hover,
.tag:hover,
.btn:hover,
.read-more:hover,
.pagination__link:hover,
.social-links a:hover,
.skip-link:hover {
  text-decoration: none; }

ul,
ol {
  list-style: none; }

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer; }
  button:focus-visible {
    outline: 3px solid #7a9a6e;
    outline-offset: 2px;
    border-radius: 8px; }

::selection {
  background-color: rgba(122, 154, 110, 0.2);
  color: #1e2b22; }

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1.5rem;
  background: #4a6b40;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 8px;
  text-decoration: none;
  transition: top 0.15s cubic-bezier(0.16, 1, 0.3, 1); }
  .skip-link:focus {
    top: 1rem; }

@media (max-width: 640px) {
  body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.045rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.15;
  color: #1e2b22;
  text-wrap: balance; }

h1 {
  font-size: clamp(2rem, 5vw, 2.75rem); }

h2 {
  font-size: clamp(1.5rem, 3.5vw, 2rem); }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

p {
  text-wrap: pretty;
  max-width: 75ch; }

small {
  font-size: 0.875rem; }

strong {
  font-weight: 700; }

code {
  font-family: "SF Mono", "Fira Code", "Fira Mono", monospace;
  font-size: 0.9em;
  background: rgba(122, 154, 110, 0.08);
  padding: 0.15em 0.4em;
  border-radius: 8px; }

pre {
  background: #1e2b22;
  color: #f7f9f5;
  padding: 1.5rem;
  border-radius: 24px;
  overflow-x: auto;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 1.5rem 0;
  tab-size: 2; }
  pre code {
    background: none;
    padding: 0;
    border-radius: 0;
    color: inherit;
    font-size: inherit; }

blockquote {
  border-left: 3px solid #7a9a6e;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  color: #3a5533;
  font-style: italic; }
  blockquote p {
    max-width: none; }

hr {
  border: none;
  height: 1px;
  background: rgba(122, 154, 110, 0.15);
  margin: 2.5rem 0; }

.article-content ul,
.article-content ol {
  padding-left: 1.5rem;
  margin: 1rem 0; }
  .article-content ul li,
  .article-content ol li {
    margin-bottom: 0.5rem; }

.article-content ul {
  list-style: disc; }

.article-content ol {
  list-style: decimal; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.875rem; }
  table th,
  table td {
    padding: 0.5rem 0.75rem;
    text-align: left;
    border-bottom: 1px solid rgba(122, 154, 110, 0.1); }
  table th {
    font-weight: 700;
    color: #3a5533; }

.page-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100dvh; }

.container {
  width: 100%;
  max-width: 72rem;
  margin-inline: auto;
  padding-inline: 1rem; }
  @media (min-width: 640px) {
    .container {
      padding-inline: 2rem; } }
.content-area {
  max-width: 42rem;
  margin-inline: auto; }

main {
  padding-block: 2.5rem;
  min-width: 0; }

main:focus {
  outline: none;
  box-shadow: none; }

@media (max-width: 640px) {
  main {
    padding-block: 1.5rem; }
  .content-area {
    padding-inline: 0.5rem; } }

.glass {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(30, 43, 34, 0.06); }

.glass-strong {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(24px) saturate(200%);
  -webkit-backdrop-filter: blur(24px) saturate(200%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(30, 43, 34, 0.06); }

@supports (backdrop-filter: blur(1px)) {
  .glass {
    isolation: isolate; } }

.post-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(122, 154, 110, 0.06);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  animation: card-reveal linear both;
  animation-timeline: view();
  animation-range: entry 0% entry 80%; }
  .post-card:has(.post-card__image) {
    box-shadow: inset 0 0 0 1px rgba(122, 154, 110, 0.04), 0 8px 32px rgba(30, 43, 34, 0.06); }
  .post-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(30, 43, 34, 0.1); }

@starting-style {
  .post-card {
    opacity: 0;
    transform: translateY(24px); } }

@keyframes card-reveal {
  from {
    opacity: 0;
    transform: translateY(24px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.post-card__title {
  font-size: 1.5rem;
  line-height: 1.3; }
  .post-card__title a {
    color: #1e2b22; }
    .post-card__title a:hover {
      color: #7a9a6e; }

.post-card__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: #7a9a6e; }

.post-card__summary {
  color: #3a5533;
  line-height: 1.7;
  flex-grow: 1; }
  .post-card__summary p {
    max-width: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .post-card__summary :is(h1, h2, h3, h4, h5, h6, ul, ol, pre, blockquote) {
    display: none; }

.post-card__image {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 9; }
  .post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0; }

.post-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem; }

.tag {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(122, 154, 110, 0.08);
  color: #7a9a6e;
  transition: background 0.15s cubic-bezier(0.16, 1, 0.3, 1), color 0.15s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap; }
  .tag:hover {
    background: rgba(122, 154, 110, 0.15);
    color: #5f8253; }
  .tag:focus-visible {
    outline: 3px solid #7a9a6e;
    outline-offset: 1px; }
  .post-card__tags .tag {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    background: rgba(122, 154, 110, 0.06); }
  .tag--label {
    background: transparent;
    color: #7a9a6e; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-family: "Gentium Book Plus", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.15s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer; }
  .btn--primary {
    background: #4a6b40;
    color: #fff;
    padding: 0.75rem 2rem; }
    .btn--primary:hover {
      background: #3a5533; }
    .btn--primary:focus-visible {
      outline: 3px solid #7a9a6e;
      outline-offset: 2px; }
  .btn--ghost {
    background: transparent;
    color: #7a9a6e;
    border: 1px solid rgba(122, 154, 110, 0.2); }
    .btn--ghost:hover {
      background: rgba(122, 154, 110, 0.08); }

.post-list {
  display: grid;
  gap: 1.5rem; }
  @media (min-width: 768px) {
    .post-list {
      grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); } }
.section-header {
  margin-bottom: 2.5rem; }
  .section-header__title {
    margin-bottom: 0.5rem; }
  .section-header__desc {
    color: #3a5533;
    font-size: 1.25rem;
    max-width: 65ch; }

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: #7a9a6e;
  margin-top: 0.5rem; }
  .read-more::after {
    content: '\2192';
    transition: transform 0.15s cubic-bezier(0.16, 1, 0.3, 1); }
  .read-more:hover {
    text-decoration: underline;
    text-underline-offset: 2px; }
    .read-more:hover::after {
      transform: translateX(4px); }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(122, 154, 110, 0.1); }
  .pagination__pages {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    list-style: none; }
  .pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 0.5rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #3a5533;
    text-decoration: none;
    transition: color 0.15s cubic-bezier(0.16, 1, 0.3, 1), background 0.15s cubic-bezier(0.16, 1, 0.3, 1); }
    .pagination__link:hover {
      color: #1e2b22;
      background: rgba(122, 154, 110, 0.08); }
    .pagination__link:focus-visible {
      outline: 3px solid #7a9a6e;
      outline-offset: 1px; }
  .pagination__current {
    color: #7a9a6e;
    background: rgba(122, 154, 110, 0.08); }

@media (max-width: 640px) {
  .post-card {
    padding: 1rem; }
  .post-list {
    gap: 1rem; }
  .section-header {
    margin-bottom: 1.5rem; }
  .tag {
    padding: 0.5rem 0.75rem; } }

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  /* padding: $sp-3 $sp-4; */
  pointer-events: none; }
  .top-bar > * {
    pointer-events: auto; }

.avatar-link {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(30, 43, 34, 0.06);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1); }
  .avatar-link:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(30, 43, 34, 0.12); }
  .avatar-link:focus-visible {
    outline: 3px solid #7a9a6e;
    outline-offset: 2px; }

.avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0; }

.nav-pill {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  /* height: 52px; */
  /* padding: $sp-2 $sp-4; */
  /* border-radius: $radius-pill; */
  padding: 4px;
  border-radius: 48px; }
  .nav-pill ul {
    display: flex;
    align-items: center;
    gap: 0.25rem; }
  .nav-pill li {
    display: flex;
    align-items: center; }

.nav-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #3a5533;
  transition: color 0.15s cubic-bezier(0.16, 1, 0.3, 1), background 0.15s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap; }
  .nav-link:hover {
    color: #1e2b22;
    background: rgba(122, 154, 110, 0.06); }
  .nav-link[aria-current='page'] {
    color: #7a9a6e;
    background: rgba(122, 154, 110, 0.08); }
  .nav-link:focus-visible {
    outline: 3px solid #7a9a6e;
    outline-offset: 1px; }

.nav-item {
  position: relative;
  anchor-name: --nav-anchor; }
  .nav-item .dropdown {
    position: absolute;
    position-anchor: --nav-anchor;
    position-area: bottom center;
    /* margin-top: $sp-2; */
    /* padding: $sp-2; */
    border-radius: 24px;
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5rem);
    transition: opacity 0.15s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.15s cubic-bezier(0.16, 1, 0.3, 1), transform 0.15s cubic-bezier(0.16, 1, 0.3, 1); }
  .nav-item:hover > .dropdown, .nav-item:focus-within > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .nav-item .dropdown .nav-link {
    width: 100%;
    justify-content: flex-start; }

.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #3a5533;
  transition: color 0.15s cubic-bezier(0.16, 1, 0.3, 1), background 0.15s cubic-bezier(0.16, 1, 0.3, 1); }
  .theme-toggle:hover {
    color: #1e2b22;
    background: rgba(122, 154, 110, 0.06); }
  .theme-toggle:focus-visible {
    outline: 3px solid #7a9a6e;
    outline-offset: 1px; }

.theme-toggle__moon,
.theme-toggle__auto {
  display: none; }

:root[data-color-scheme='light'] .theme-toggle__sun {
  display: block; }

:root[data-color-scheme='dark'] .theme-toggle .theme-toggle__sun {
  display: none; }

:root[data-color-scheme='dark'] .theme-toggle .theme-toggle__moon {
  display: block; }

:root[data-color-scheme='auto'] .theme-toggle .theme-toggle__sun {
  display: none; }

:root[data-color-scheme='auto'] .theme-toggle .theme-toggle__auto {
  display: block; }

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #3a5533;
  transition: color 0.15s cubic-bezier(0.16, 1, 0.3, 1), background 0.15s cubic-bezier(0.16, 1, 0.3, 1); }
  .menu-toggle svg {
    width: 20px;
    height: 20px; }
  .menu-toggle:hover {
    color: #1e2b22;
    background: rgba(122, 154, 110, 0.06); }

@media (max-width: 640px) {
  .nav-pill ul {
    display: none; }
  .nav-pill[data-open] ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    left: auto;
    padding: 0.75rem;
    border-radius: 24px;
    min-width: 180px;
    gap: 0.25rem;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(24px) saturate(200%);
    -webkit-backdrop-filter: blur(24px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(30, 43, 34, 0.06); }
  .nav-pill .nav-link {
    justify-content: center;
    min-height: 44px; }
  .menu-toggle {
    display: flex;
    width: 44px;
    height: 44px; } }

.site-footer {
  text-align: center;
  padding-bottom: 0.5rem; }

.social-pill {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 0.75rem;
  border-radius: 48px;
  height: auto;
  padding: 0.25rem 0.75rem; }

.social-links {
  display: flex;
  align-items: center;
  gap: 0.25rem; }
  .social-links li {
    display: flex; }
  .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    color: #3a5533;
    transition: color 0.15s cubic-bezier(0.16, 1, 0.3, 1), background 0.15s cubic-bezier(0.16, 1, 0.3, 1); }
    .social-links a:hover {
      color: #1e2b22;
      background: rgba(122, 154, 110, 0.15); }
    .social-links a:focus-visible {
      outline: 3px solid #7a9a6e;
      outline-offset: 1px; }
    .social-links a svg {
      width: 20px;
      height: 20px; }

.section-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid rgba(122, 154, 110, 0.15);
  font-size: 0.8rem;
  font-weight: 600;
  color: #7a9a6e;
  white-space: nowrap;
  line-height: 1; }
  .section-indicator__label {
    max-width: 20ch;
    overflow: hidden;
    text-overflow: ellipsis; }
  .section-indicator__sep {
    opacity: 0.4; }
  .section-indicator__progress {
    font-variant-numeric: tabular-nums; }

.scroll-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1rem;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #3a5533;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(30, 43, 34, 0.06);
  transition: opacity 0.15s cubic-bezier(0.16, 1, 0.3, 1), transform 0.15s cubic-bezier(0.16, 1, 0.3, 1), color 0.15s cubic-bezier(0.16, 1, 0.3, 1), background 0.15s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translateY(0.75rem);
  pointer-events: none; }
  .scroll-top[data-visible] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }
  .scroll-top:hover {
    color: #1e2b22;
    background: rgba(122, 154, 110, 0.15); }
  .scroll-top:focus-visible {
    outline: 3px solid #7a9a6e;
    outline-offset: 2px; }

@media (max-width: 640px) {
  .social-pill {
    bottom: 0.75rem; }
  .social-links a {
    width: 44px;
    height: 44px; }
  .section-indicator {
    display: none; }
  .scroll-top {
    bottom: 3rem;
    right: 0.75rem; } }

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #7a9a6e;
  transform-origin: left;
  transform: scaleX(0);
  z-index: 1000;
  animation: progress-scale linear;
  animation-timeline: scroll(); }

@keyframes progress-scale {
  to {
    transform: scaleX(1); } }

::view-transition-old(root) {
  animation: vt-fade-out 0.15s ease-out both; }

::view-transition-new(root) {
  animation: vt-fade-in 0.2s ease-out both; }

html.navigating ::view-transition-old(root),
html.navigating ::view-transition-new(root) {
  animation-duration: 0s; }

@keyframes vt-fade-out {
  to {
    opacity: 0; } }

@keyframes vt-fade-in {
  from {
    opacity: 0; } }

.post-title {
  view-transition-name: post-title; }

::view-transition-old(post-title) {
  animation: vt-slide-up-out 0.2s ease-out both; }

::view-transition-new(post-title) {
  animation: vt-slide-up-in 0.25s ease-out both; }

@keyframes vt-slide-up-out {
  to {
    opacity: 0;
    transform: translateY(-8px); } }

@keyframes vt-slide-up-in {
  from {
    opacity: 0;
    transform: translateY(8px); } }

.article-content {
  animation: content-reveal 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.1s; }

@keyframes content-reveal {
  from {
    opacity: 0;
    transform: translateY(12px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.section-header {
  animation: section-reveal 0.4s cubic-bezier(0.16, 1, 0.3, 1) both; }

@keyframes section-reveal {
  from {
    opacity: 0;
    transform: translateY(8px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.article-content a,
.not-found a {
  background-image: linear-gradient(#7a9a6e, #7a9a6e);
  background-size: 0% 1.5px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.15s cubic-bezier(0.16, 1, 0.3, 1); }
  .article-content a:hover,
  .not-found a:hover {
    background-size: 100% 1.5px; }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; }
  .progress-bar {
    display: none; }
  html.navigating *,
  html.navigating *::before,
  html.navigating *::after {
    animation-duration: 0.01ms !important; }
  .article-content a,
  .not-found a {
    background-size: 100% 1.5px; } }

.article-header {
  margin-bottom: 2.5rem;
  text-align: center; }

.article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #7a9a6e;
  flex-wrap: wrap; }
  .article-meta time {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem; }

.article-title {
  margin-bottom: 0.75rem; }

.article-content > * + * {
  margin-top: 1.5rem; }

.article-content > h2 {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(122, 154, 110, 0.1); }

.article-content > h3 {
  margin-top: 2rem; }

.article-content > img,
.article-content > picture img {
  border-radius: 24px; }

.article-content .footnotes {
  font-size: 0.875rem;
  color: #3a5533;
  border-top: 1px solid rgba(122, 154, 110, 0.1);
  padding-top: 1rem;
  margin-top: 3rem; }
  .article-content .footnotes ol {
    list-style: decimal;
    padding-left: 1.5rem; }

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(122, 154, 110, 0.1); }

.not-found {
  text-align: center;
  padding: 4rem 1rem; }
  .not-found h1 {
    font-size: clamp(3rem, 10vw, 6rem);
    color: #7a9a6e;
    margin-bottom: 0.75rem; }
  .not-found p {
    margin-inline: auto;
    font-size: 1.25rem;
    color: #3a5533;
    max-width: 40ch; }

:root[data-color-scheme='dark'] body {
  background-color: #1a2420;
  color: #e8ede5;
  background-image: radial-gradient(ellipse at 20% 50%, rgba(143, 179, 131, 0.04) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(143, 179, 131, 0.03) 0%, transparent 50%), radial-gradient(ellipse at 50% 100%, rgba(143, 179, 131, 0.02) 0%, transparent 50%); }

:root[data-color-scheme='dark'] a {
  color: #8fb383; }

:root[data-color-scheme='dark'] a:hover {
  color: #a3c498; }

:root[data-color-scheme='dark'] .avatar-link {
  background: rgba(30, 50, 38, 0.7);
  border-color: rgba(255, 255, 255, 0.08); }

:root[data-color-scheme='dark'] .nav-link {
  color: #b3c4ad; }

:root[data-color-scheme='dark'] .nav-link:hover {
  color: #e8ede5; }

:root[data-color-scheme='dark'] .nav-link[aria-current='page'] {
  color: #8fb383; }

:root[data-color-scheme='dark'] .menu-toggle {
  color: #b3c4ad; }

:root[data-color-scheme='dark'] .theme-toggle {
  color: #b3c4ad; }
  :root[data-color-scheme='dark'] .theme-toggle:hover {
    color: #e8ede5;
    background: rgba(143, 179, 131, 0.1); }

:root[data-color-scheme='dark'] .social-links a {
  color: #b3c4ad; }

:root[data-color-scheme='dark'] .social-links a:hover {
  color: #8fb383; }

:root[data-color-scheme='dark'] .post-card {
  background: rgba(30, 50, 38, 0.7);
  border-color: rgba(143, 179, 131, 0.06); }

:root[data-color-scheme='dark'] .post-card__title a {
  color: #e8ede5; }

:root[data-color-scheme='dark'] .post-card__title a:hover {
  color: #8fb383; }

:root[data-color-scheme='dark'] .post-card__summary {
  color: #b3c4ad; }

:root[data-color-scheme='dark'] h1,
:root[data-color-scheme='dark'] h2,
:root[data-color-scheme='dark'] h3,
:root[data-color-scheme='dark'] h4,
:root[data-color-scheme='dark'] h5,
:root[data-color-scheme='dark'] h6 {
  color: #e8ede5; }

:root[data-color-scheme='dark'] .post-card__meta {
  color: #7a9478; }

:root[data-color-scheme='dark'] .tag {
  background: rgba(143, 179, 131, 0.1);
  color: #8fb383; }
  .post-card__tags :root[data-color-scheme='dark'] .tag {
    background: rgba(143, 179, 131, 0.08); }
  :root[data-color-scheme='dark'] .tag--label {
    color: #7a9478; }

:root[data-color-scheme='dark'] .glass {
  background: rgba(30, 50, 38, 0.7);
  border-color: rgba(255, 255, 255, 0.08); }

:root[data-color-scheme='dark'] .glass-strong {
  background: rgba(30, 50, 38, 0.85);
  border-color: rgba(255, 255, 255, 0.1); }

:root[data-color-scheme='dark'] .article-meta {
  color: #7a9478; }

:root[data-color-scheme='dark'] pre {
  background: #111a14;
  color: #e8ede5; }

:root[data-color-scheme='dark'] code {
  background: rgba(143, 179, 131, 0.1); }

:root[data-color-scheme='dark'] blockquote {
  color: #b3c4ad;
  border-color: #8fb383; }

:root[data-color-scheme='dark'] hr {
  background: rgba(143, 179, 131, 0.15); }

:root[data-color-scheme='dark'] .btn--primary {
  background: #6d9462;
  color: #fff; }

:root[data-color-scheme='dark'] .section-header__desc {
  color: #b3c4ad; }

:root[data-color-scheme='dark'] .article-content a,
:root[data-color-scheme='dark'] .not-found a {
  background-image: linear-gradient(#8fb383, #8fb383); }

:root[data-color-scheme='dark'] .pagination {
  border-top-color: rgba(143, 179, 131, 0.15); }

:root[data-color-scheme='dark'] .pagination__link {
  color: #b3c4ad; }
  :root[data-color-scheme='dark'] .pagination__link:hover {
    color: #e8ede5;
    background: rgba(143, 179, 131, 0.1); }

:root[data-color-scheme='dark'] .pagination__current {
  color: #8fb383;
  background: rgba(143, 179, 131, 0.1); }

:root[data-color-scheme='dark'] .progress-bar {
  background: #8fb383; }

:root[data-color-scheme='dark'] .section-indicator {
  color: #7a9478;
  border-left-color: rgba(143, 179, 131, 0.15); }

:root[data-color-scheme='dark'] .scroll-top {
  color: #b3c4ad;
  background: rgba(30, 50, 38, 0.7);
  border-color: rgba(255, 255, 255, 0.08); }
  :root[data-color-scheme='dark'] .scroll-top:hover {
    color: #e8ede5;
    background: rgba(143, 179, 131, 0.1); }

:root[data-color-scheme='dark'] .not-found h1 {
  color: #8fb383; }

:root[data-color-scheme='dark'] .not-found p {
  color: #b3c4ad; }

:root[data-color-scheme='dark'] ::selection {
  background-color: rgba(143, 179, 131, 0.25); }

@media (prefers-color-scheme: dark) {
  :root:not([data-color-scheme]) body,
  :root[data-color-scheme='auto'] body {
    background-color: #1a2420;
    color: #e8ede5;
    background-image: radial-gradient(ellipse at 20% 50%, rgba(143, 179, 131, 0.04) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(143, 179, 131, 0.03) 0%, transparent 50%), radial-gradient(ellipse at 50% 100%, rgba(143, 179, 131, 0.02) 0%, transparent 50%); }
  :root:not([data-color-scheme]) a,
  :root[data-color-scheme='auto'] a {
    color: #8fb383; }
  :root:not([data-color-scheme]) a:hover,
  :root[data-color-scheme='auto'] a:hover {
    color: #a3c498; }
  :root:not([data-color-scheme]) .avatar-link,
  :root[data-color-scheme='auto'] .avatar-link {
    background: rgba(30, 50, 38, 0.7);
    border-color: rgba(255, 255, 255, 0.08); }
  :root:not([data-color-scheme]) .nav-link,
  :root[data-color-scheme='auto'] .nav-link {
    color: #b3c4ad; }
  :root:not([data-color-scheme]) .nav-link:hover,
  :root[data-color-scheme='auto'] .nav-link:hover {
    color: #e8ede5; }
  :root:not([data-color-scheme]) .nav-link[aria-current='page'],
  :root[data-color-scheme='auto'] .nav-link[aria-current='page'] {
    color: #8fb383; }
  :root:not([data-color-scheme]) .menu-toggle,
  :root[data-color-scheme='auto'] .menu-toggle {
    color: #b3c4ad; }
  :root:not([data-color-scheme]) .theme-toggle,
  :root[data-color-scheme='auto'] .theme-toggle {
    color: #b3c4ad; }
    :root:not([data-color-scheme]) .theme-toggle:hover,
    :root[data-color-scheme='auto'] .theme-toggle:hover {
      color: #e8ede5;
      background: rgba(143, 179, 131, 0.1); }
  :root:not([data-color-scheme]) .social-links a,
  :root[data-color-scheme='auto'] .social-links a {
    color: #b3c4ad; }
  :root:not([data-color-scheme]) .social-links a:hover,
  :root[data-color-scheme='auto'] .social-links a:hover {
    color: #8fb383; }
  :root:not([data-color-scheme]) .post-card,
  :root[data-color-scheme='auto'] .post-card {
    background: rgba(30, 50, 38, 0.7);
    border-color: rgba(143, 179, 131, 0.06); }
  :root:not([data-color-scheme]) .post-card__title a,
  :root[data-color-scheme='auto'] .post-card__title a {
    color: #e8ede5; }
  :root:not([data-color-scheme]) .post-card__title a:hover,
  :root[data-color-scheme='auto'] .post-card__title a:hover {
    color: #8fb383; }
  :root:not([data-color-scheme]) .post-card__summary,
  :root[data-color-scheme='auto'] .post-card__summary {
    color: #b3c4ad; }
  :root:not([data-color-scheme]) h1,
  :root:not([data-color-scheme]) h2,
  :root:not([data-color-scheme]) h3,
  :root:not([data-color-scheme]) h4,
  :root:not([data-color-scheme]) h5,
  :root:not([data-color-scheme]) h6,
  :root[data-color-scheme='auto'] h1,
  :root[data-color-scheme='auto'] h2,
  :root[data-color-scheme='auto'] h3,
  :root[data-color-scheme='auto'] h4,
  :root[data-color-scheme='auto'] h5,
  :root[data-color-scheme='auto'] h6 {
    color: #e8ede5; }
  :root:not([data-color-scheme]) .post-card__meta,
  :root[data-color-scheme='auto'] .post-card__meta {
    color: #7a9478; }
  :root:not([data-color-scheme]) .tag,
  :root[data-color-scheme='auto'] .tag {
    background: rgba(143, 179, 131, 0.1);
    color: #8fb383; }
    .post-card__tags :root:not([data-color-scheme]) .tag, .post-card__tags :root[data-color-scheme='auto'] .tag {
      background: rgba(143, 179, 131, 0.08); }
    :root:not([data-color-scheme]) .tag--label,
    :root[data-color-scheme='auto'] .tag--label {
      color: #7a9478; }
  :root:not([data-color-scheme]) .glass,
  :root[data-color-scheme='auto'] .glass {
    background: rgba(30, 50, 38, 0.7);
    border-color: rgba(255, 255, 255, 0.08); }
  :root:not([data-color-scheme]) .glass-strong,
  :root[data-color-scheme='auto'] .glass-strong {
    background: rgba(30, 50, 38, 0.85);
    border-color: rgba(255, 255, 255, 0.1); }
  :root:not([data-color-scheme]) .article-meta,
  :root[data-color-scheme='auto'] .article-meta {
    color: #7a9478; }
  :root:not([data-color-scheme]) pre,
  :root[data-color-scheme='auto'] pre {
    background: #111a14;
    color: #e8ede5; }
  :root:not([data-color-scheme]) code,
  :root[data-color-scheme='auto'] code {
    background: rgba(143, 179, 131, 0.1); }
  :root:not([data-color-scheme]) blockquote,
  :root[data-color-scheme='auto'] blockquote {
    color: #b3c4ad;
    border-color: #8fb383; }
  :root:not([data-color-scheme]) hr,
  :root[data-color-scheme='auto'] hr {
    background: rgba(143, 179, 131, 0.15); }
  :root:not([data-color-scheme]) .btn--primary,
  :root[data-color-scheme='auto'] .btn--primary {
    background: #6d9462;
    color: #fff; }
  :root:not([data-color-scheme]) .section-header__desc,
  :root[data-color-scheme='auto'] .section-header__desc {
    color: #b3c4ad; }
  :root:not([data-color-scheme]) .article-content a,
  :root:not([data-color-scheme]) .not-found a,
  :root[data-color-scheme='auto'] .article-content a,
  :root[data-color-scheme='auto'] .not-found a {
    background-image: linear-gradient(#8fb383, #8fb383); }
  :root:not([data-color-scheme]) .pagination,
  :root[data-color-scheme='auto'] .pagination {
    border-top-color: rgba(143, 179, 131, 0.15); }
  :root:not([data-color-scheme]) .pagination__link,
  :root[data-color-scheme='auto'] .pagination__link {
    color: #b3c4ad; }
    :root:not([data-color-scheme]) .pagination__link:hover,
    :root[data-color-scheme='auto'] .pagination__link:hover {
      color: #e8ede5;
      background: rgba(143, 179, 131, 0.1); }
  :root:not([data-color-scheme]) .pagination__current,
  :root[data-color-scheme='auto'] .pagination__current {
    color: #8fb383;
    background: rgba(143, 179, 131, 0.1); }
  :root:not([data-color-scheme]) .progress-bar,
  :root[data-color-scheme='auto'] .progress-bar {
    background: #8fb383; }
  :root:not([data-color-scheme]) .section-indicator,
  :root[data-color-scheme='auto'] .section-indicator {
    color: #7a9478;
    border-left-color: rgba(143, 179, 131, 0.15); }
  :root:not([data-color-scheme]) .scroll-top,
  :root[data-color-scheme='auto'] .scroll-top {
    color: #b3c4ad;
    background: rgba(30, 50, 38, 0.7);
    border-color: rgba(255, 255, 255, 0.08); }
    :root:not([data-color-scheme]) .scroll-top:hover,
    :root[data-color-scheme='auto'] .scroll-top:hover {
      color: #e8ede5;
      background: rgba(143, 179, 131, 0.1); }
  :root:not([data-color-scheme]) .not-found h1,
  :root[data-color-scheme='auto'] .not-found h1 {
    color: #8fb383; }
  :root:not([data-color-scheme]) .not-found p,
  :root[data-color-scheme='auto'] .not-found p {
    color: #b3c4ad; }
  :root:not([data-color-scheme]) ::selection,
  :root[data-color-scheme='auto'] ::selection {
    background-color: rgba(143, 179, 131, 0.25); } }
