@charset "UTF-8";

:root { color-scheme: light; }
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; background: #fff; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 400; line-height: normal; }
a { color: #000; text-decoration: none; text-underline-offset: .2em; }
a:visited { color: #000; }
a:hover { text-decoration: underline; }
a:focus-visible, summary:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* Match the original archive’s quiet, table-like hierarchy without using tables. */
.archive-shell { width: min(100% - 32px, 800px); margin: 0 auto; padding: clamp(54px, 8vw, 82px) 0 80px; }
.archive-years { display: block; }
.archive-year { margin: 0; padding: 0; border: 0; }
.archive-year summary { display: block; margin: 0; padding: 5px 24px; color: #000; cursor: pointer; font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: 700; line-height: normal; list-style: none; text-align: center; }
.archive-year summary::-webkit-details-marker { display: none; }
.archive-year summary::marker { content: ''; }
.archive-months { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: start; gap: 0; padding: 15px 30px 20px; }
.archive-month { min-width: 0; }
.archive-month h2 { margin: 0 0 8px; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 700; line-height: normal; white-space: nowrap; }
.archive-month ol { margin: 0; padding: 0; list-style: none; }
.archive-month li { margin: 0 0 4px; padding: 0; }
.archive-month a { color: #000; display: inline; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 400; line-height: normal; white-space: nowrap; }

@media (max-width: 820px) {
  .archive-months { grid-template-columns: repeat(6, minmax(0, 1fr)); column-gap: 18px; row-gap: 24px; padding-right: 12px; padding-left: 12px; }
}
@media (max-width: 520px) {
  .archive-shell { width: min(100% - 32px, 800px); padding-top: 42px; }
  .archive-year summary { padding-right: 0; padding-left: 0; }
  .archive-months { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 16px; row-gap: 24px; padding-right: 0; padding-left: 0; }
}

/* KYNAN_NO_HOVER_UNDERLINES_20260726 */
a:hover,
a:focus-visible {
  text-decoration: none;
}
