* { box-sizing: border-box; }
.locale-document { display: contents; }
html { scroll-behavior: smooth; }
body { margin: 0; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site {
  --bg: #f4f1e9;
  --paper: #fffdf8;
  --ink: #171a1f;
  --muted: #6b706f;
  --line: #d7d3c8;
  --accent: #c34731;
  --accent-soft: #f3dfd8;
  min-height: 100vh;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", sans-serif;
  transition: color .25s ease, background .25s ease;
}

.theme-blackbox {
  --bg: #0b0f14;
  --paper: #111821;
  --ink: #e6edf3;
  --muted: #8b9aaa;
  --line: #273342;
  --accent: #55e6a5;
  --accent-soft: #132c26;
  background-image: linear-gradient(rgba(85,230,165,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(85,230,165,.025) 1px, transparent 1px);
  background-size: 32px 32px;
}

.theme-field {
  --bg: #e9ece8;
  --paper: #f8f9f6;
  --ink: #182121;
  --muted: #65706d;
  --line: #aeb8b1;
  --accent: #d9532f;
  --accent-soft: #f1d8cb;
  background-image: linear-gradient(rgba(39,109,112,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(39,109,112,.065) 1px, transparent 1px);
  background-size: 44px 44px;
}

.theme-picker {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px max(24px, calc((100vw - 1180px) / 2));
  color: #eef3f1;
  background: #182121;
  border-bottom: 1px solid #35413f;
}

.theme-picker > div:first-child { display: flex; align-items: baseline; gap: 13px; }
.theme-picker strong { font-size: 13px; letter-spacing: .02em; }
.picker-kicker { color: #8e9d99; font: 700 10px/1 ui-monospace, monospace; letter-spacing: .16em; }
.theme-options { display: flex; gap: 6px; }
.theme-options button {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  color: #9eaaa7;
  background: transparent;
  border: 1px solid #3a4845;
  border-radius: 999px;
  cursor: pointer;
}
.theme-options button:hover, .theme-options button[aria-pressed="true"] { color: #182121; background: #f2f4ef; border-color: #f2f4ef; }
.theme-options button:focus-visible, .theme-picker a:focus-visible { outline: 2px solid #55e6a5; outline-offset: 3px; }
.theme-options span { font-size: 12px; font-weight: 700; }
.theme-options small { font: 600 9px/1 ui-monospace, monospace; opacity: .65; text-transform: uppercase; }

.page-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 96px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; color: inherit; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--paper); background: var(--ink); font: 800 13px/1 ui-monospace, monospace; }
.theme-blackbox .brand-mark { color: #07100d; background: var(--accent); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 14px; letter-spacing: .01em; }
.brand small { margin-top: 3px; color: var(--muted); font: 650 9px/1.2 ui-monospace, monospace; letter-spacing: .12em; }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a, .language-switch button, .language-switch a { color: var(--muted); font-size: 13px; font-weight: 650; text-decoration: none; }
.site-header nav a:hover { color: var(--accent); }
.language-switch { display: flex; justify-self: end; align-items: center; gap: 5px; color: var(--muted); }
.language-switch button { padding: 3px; background: none; border: 0; cursor: pointer; }
.language-switch button.selected, .language-switch a.selected { color: var(--ink); }

.hero { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .72fr); gap: clamp(48px, 8vw, 116px); align-items: end; padding: clamp(86px, 11vw, 148px) 0 108px; }
.hero h1 { max-width: 780px; margin: 0; font-family: ui-serif, "Noto Serif SC", Georgia, serif; font-size: clamp(46px, 6.1vw, 82px); line-height: 1.08; letter-spacing: -.055em; }
.theme-blackbox .hero h1, .theme-field .hero h1 { font-family: inherit; font-weight: 760; letter-spacing: -.045em; }
.lede { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.primary-action { padding: 14px 19px; color: var(--paper); background: var(--ink); border: 1px solid var(--ink); font-size: 13px; font-weight: 750; text-decoration: none; }
.theme-blackbox .primary-action { color: #06100c; background: var(--accent); border-color: var(--accent); }
.text-action { color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.text-action span { color: var(--accent); }

.research-card { padding: 24px; background: var(--paper); border: 1px solid var(--line); box-shadow: 8px 8px 0 var(--accent-soft); }
.theme-blackbox .research-card { box-shadow: 8px 8px 0 #09110e; }
.theme-field .research-card { border-radius: 2px; box-shadow: 8px 8px 0 #b9c5bd; }
.card-topline { display: flex; justify-content: space-between; color: var(--muted); font: 700 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.signal-line { display: grid; grid-template-columns: 1.1fr .7fr 1.4fr .45fr; gap: 4px; height: 36px; margin: 28px 0 22px; align-items: end; }
.signal-line i { display: block; height: 35%; background: var(--accent); }
.signal-line i:nth-child(2) { height: 75%; }.signal-line i:nth-child(3) { height: 52%; }.signal-line i:nth-child(4) { height: 100%; }
.research-card dl { margin: 0; border-top: 1px solid var(--line); }
.research-card dl div { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); }
.research-card dt { color: var(--muted); font-size: 12px; }
.research-card dd { margin: 0; font: 700 12px/1 ui-monospace, monospace; }
.research-card > p { margin: 19px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.articles, .research { padding: 84px 0 104px; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 180px 1fr auto; gap: 28px; align-items: end; margin-bottom: 42px; }
.section-heading > div { display: flex; align-items: baseline; gap: 12px; color: var(--accent); }
.section-heading span, .section-heading p { margin: 0; font: 750 10px/1 ui-monospace, monospace; letter-spacing: .11em; }
.section-heading h2 { margin: 0; font-family: ui-serif, "Noto Serif SC", Georgia, serif; font-size: clamp(28px, 3.1vw, 42px); letter-spacing: -.035em; }
.theme-blackbox .section-heading h2, .theme-field .section-heading h2 { font-family: inherit; }
.section-heading > a { color: var(--muted); font-size: 12px; text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 4px; }
.article-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.article-card { min-height: 290px; padding: 25px; background: color-mix(in srgb, var(--paper) 80%, transparent); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.article-card:hover { background: var(--paper); transform: translateY(-3px); }
.article-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font: 700 9px/1.4 ui-monospace, monospace; letter-spacing: .06em; }
.article-meta span { color: var(--accent); }
.article-meta span:last-child { text-align: right; }
.article-card h3 { min-height: 80px; margin: 48px 0 14px; font-size: clamp(22px, 2vw, 30px); line-height: 1.25; letter-spacing: -.025em; }
.article-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.article-card > a { display: inline-flex; gap: 8px; margin-top: 25px; color: var(--ink); font: 750 10px/1 ui-monospace, monospace; letter-spacing: .08em; text-decoration: none; }
.article-card > a span { color: var(--accent); }
.theme-blackbox .article-card { background: rgba(17,24,33,.78); }
.theme-blackbox .article-card:hover { background: #17212c; box-shadow: inset 0 2px 0 var(--accent); }
.theme-field .article-card { box-shadow: inset 0 3px 0 var(--accent); }

.section-heading.compact { grid-template-columns: 180px 1fr; }
.topic-list { border-top: 1px solid var(--line); }
.topic-list > a { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto 80px; gap: 24px; align-items: center; min-height: 104px; color: inherit; border-bottom: 1px solid var(--line); text-decoration: none; }
.topic-list span { color: var(--accent); font: 700 10px/1 ui-monospace, monospace; }
.topic-list strong { font-size: clamp(19px, 2vw, 28px); }
.topic-list span > strong, .topic-list span > small { display: block; }
.topic-list span > small { max-width: 660px; margin-top: 8px; color: var(--muted); font: 400 12px/1.6 Inter, ui-sans-serif, system-ui, sans-serif; }
.topic-list em { color: var(--muted); font: 700 10px/1 ui-monospace, monospace; font-style: normal; white-space: nowrap; }
.topic-list i { height: 2px; background: var(--accent); transform: scaleX(.2); transform-origin: right; transition: transform .2s ease; }
.topic-list > a:hover i, .topic-list > a:focus-visible i { transform: scaleX(1); }
.topic-list > a:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.empty-state { margin: 0; padding: 42px; color: var(--muted); background: var(--paper); border: 1px solid var(--line); font-size: 14px; line-height: 1.7; }
footer { display: flex; justify-content: space-between; padding: 28px 0 38px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; }
footer p { margin: 0; } footer a { color: inherit; text-decoration: none; }

@media (max-width: 820px) {
  .theme-picker { position: static; align-items: flex-start; flex-direction: column; }
  .theme-options { width: 100%; overflow-x: auto; }
  .theme-options button { flex: 0 0 auto; }
  .page-shell { width: min(100% - 32px, 680px); }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding: 74px 0 82px; }
  .research-card { max-width: 440px; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr auto; }
  .section-heading > div { grid-column: 1 / -1; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { min-height: auto; }
  .article-card h3 { min-height: auto; margin-top: 32px; }
  .topic-list > a { grid-template-columns: 44px minmax(0, 1fr) auto; gap: 14px; padding: 18px 0; }
  .topic-list > a i { display: none; }
}

@media (max-width: 520px) {
  .theme-picker > div:first-child { align-items: flex-start; flex-direction: column; gap: 7px; }
  .theme-options small { display: none; }
  .brand small { display: none; }
  .hero h1 { font-size: 43px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > a { justify-self: start; }
  footer { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

.article-site { min-height: 100vh; }
.article-picker { grid-template-columns: 1fr auto 1fr; }
.article-picker > a { color: #d4dcda; font-size: 11px; font-weight: 700; text-decoration: none; }
.article-picker > a:last-child { justify-self: end; }
.article-page-shell, .archive-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.article-header { max-width: 900px; padding: 92px 0 74px; }
.article-brand { display: inline-block; margin-bottom: 76px; color: var(--muted); font: 750 10px/1 ui-monospace, monospace; letter-spacing: .12em; text-decoration: none; }
.article-category { display: block; width: fit-content; margin: 0 0 18px; color: var(--accent); font: 750 11px/1.4 ui-monospace, monospace; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.article-category:hover { text-decoration: underline; text-underline-offset: 5px; }
.article-header h1 { max-width: 850px; margin: 0; font-family: ui-serif, "Noto Serif SC", Georgia, serif; font-size: clamp(42px, 6vw, 76px); line-height: 1.1; letter-spacing: -.045em; }
.theme-blackbox .article-header h1, .theme-field .article-header h1 { font-family: inherit; }
.article-summary { max-width: 760px; margin: 26px 0 0 !important; color: var(--muted) !important; font-family: inherit !important; font-size: 17px !important; font-weight: 400 !important; line-height: 1.85 !important; letter-spacing: 0 !important; text-transform: none !important; }
.article-byline { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.article-byline > * { padding: 7px 9px; color: var(--muted); border: 1px solid var(--line); font: 700 9px/1 ui-monospace, monospace; letter-spacing: .05em; }
.article-reading-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(210px, 260px); gap: clamp(42px, 6vw, 76px); justify-content: center; align-items: start; border-top: 1px solid var(--line); }
.markdown-body { width: 100%; min-width: 0; margin: 0; padding: 76px 0 110px; overflow-wrap: anywhere; word-break: break-word; font-family: ui-serif, "Noto Serif SC", Georgia, serif; font-size: 18px; line-height: 1.9; }
.theme-blackbox .markdown-body, .theme-field .markdown-body { font-family: inherit; }
.markdown-body > *:first-child { margin-top: 0; }
.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4 { scroll-margin-top: 90px; line-height: 1.3; letter-spacing: -.02em; }
.markdown-body h1 { margin: 78px 0 24px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 36px; }
.markdown-body h2 { margin: 72px 0 22px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 31px; }
.markdown-body h3 { margin: 52px 0 18px; font-size: 24px; }
.markdown-body h4 { margin: 36px 0 14px; font-size: 19px; }
.markdown-body h2:target, .markdown-body h3:target, .markdown-body h4:target { color: var(--accent); }
.markdown-body p { margin: 0 0 22px; }
.markdown-body ul, .markdown-body ol { margin: 0 0 26px; padding-left: 1.45em; }
.markdown-body li { margin: 8px 0; padding-left: .25em; }
.markdown-body a { color: var(--accent); overflow-wrap: anywhere; word-break: break-word; text-underline-offset: 4px; }
.markdown-body blockquote { margin: 34px 0; padding: 18px 24px; color: var(--muted); background: var(--accent-soft); border-left: 3px solid var(--accent); }
.markdown-body blockquote > *:last-child { margin-bottom: 0; }
.markdown-body pre { max-width: 100%; margin: 30px 0; padding: 22px; overflow-x: auto; color: #e6edf3; background: #111821; border: 1px solid #273342; border-radius: 3px; font: 13px/1.75 ui-monospace, "SFMono-Regular", Consolas, monospace; }
.theme-blackbox .markdown-body pre { background: #070a0e; box-shadow: 0 0 0 1px rgba(85,230,165,.08); }
.markdown-body :not(pre) > code { padding: 2px 5px; overflow-wrap: anywhere; word-break: break-word; color: var(--accent); background: var(--accent-soft); border-radius: 3px; font: .86em/1.5 ui-monospace, monospace; }
.markdown-body img { display: block; max-width: min(100%, 1040px); height: auto; margin: 34px auto; border: 1px solid var(--line); }
.markdown-body table { display: block; width: 100%; margin: 30px 0; overflow-x: auto; border-collapse: collapse; }
.markdown-body th, .markdown-body td { padding: 12px 14px; text-align: left; border: 1px solid var(--line); }
.markdown-body th { background: var(--accent-soft); }
.article-toc-desktop { position: sticky; top: 86px; max-height: calc(100vh - 116px); margin-top: 48px; padding: 5px 0 12px 22px; overflow-y: auto; border-left: 1px solid var(--line); scrollbar-width: thin; }
.article-toc-desktop > p { margin: 0 0 18px; color: var(--accent); font: 750 10px/1.3 ui-monospace, monospace; letter-spacing: .13em; }
.toc-list { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.toc-list li { margin: 0; padding: 0; }
.toc-list a { display: block; padding: 6px 8px; color: var(--muted); border-left: 2px solid transparent; font-size: 12px; line-height: 1.45; text-decoration: none; transition: color .15s ease, border-color .15s ease, background .15s ease; }
.toc-list a:hover, .toc-list a:focus-visible { color: var(--ink); background: var(--accent-soft); border-left-color: var(--accent); outline: none; }
.toc-depth-1 a { padding-left: 14px; }
.toc-depth-2 a { padding-left: 24px; font-size: 11px; }
.toc-back { display: inline-block; margin-top: 18px; color: var(--muted); font: 700 10px/1.3 ui-monospace, monospace; text-decoration: none; }
.toc-back:hover, .toc-back:focus-visible { color: var(--accent); outline: none; }
.article-toc-mobile { display: none; }
.article-footer { display: flex; justify-content: space-between; padding: 32px 0 48px; border-top: 1px solid var(--line); }
.article-footer a { color: var(--muted); font-size: 12px; text-decoration: none; }

.archive-header { padding: 112px 0 82px; border-bottom: 1px solid var(--line); }
.archive-header > p:first-child { color: var(--accent); font: 750 10px/1 ui-monospace, monospace; letter-spacing: .13em; }
.archive-header h1 { max-width: 900px; margin: 22px 0; font-family: ui-serif, "Noto Serif SC", Georgia, serif; font-size: clamp(48px, 7vw, 84px); line-height: 1.06; letter-spacing: -.05em; }
.theme-blackbox .archive-header h1, .theme-field .archive-header h1 { font-family: inherit; }
.archive-header > p:last-of-type { max-width: 690px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.archive-header .back-link { display: inline-block; margin-top: 28px; color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; }
.archive-header .back-link:hover { color: var(--accent); }
.category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 52px 0 96px; }
.category-card { min-height: 330px; padding: 30px; background: color-mix(in srgb, var(--paper) 82%, transparent); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.category-card:nth-child(odd) { border-left: 1px solid var(--line); }
.category-card:nth-child(-n+2) { border-top: 1px solid var(--line); }
.category-card > div { display: flex; justify-content: space-between; gap: 16px; color: var(--accent); font: 750 9px/1.4 ui-monospace, monospace; letter-spacing: .09em; }
.category-card h2 { margin: 46px 0 14px; font-family: ui-serif, "Noto Serif SC", Georgia, serif; font-size: clamp(25px, 3vw, 38px); letter-spacing: -.035em; }
.theme-blackbox .category-card h2, .theme-field .category-card h2 { font-family: inherit; }
.category-card > p { min-height: 50px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.category-card ul { min-height: 42px; margin: 20px 0 0; padding: 0; color: var(--muted); font-size: 11px; line-height: 1.7; list-style: none; }
.category-card li { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.category-card > a { display: inline-flex; gap: 7px; margin-top: 25px; color: var(--ink); font: 750 10px/1 ui-monospace, monospace; letter-spacing: .07em; text-decoration: none; }
.category-card > a span { color: var(--accent); }
.all-notes { padding-top: 18px; }
.archive-list { padding: 44px 0 110px; }
.archive-list > a { display: grid; grid-template-columns: 54px minmax(0, 1fr) 30px; gap: 20px; align-items: start; padding: 28px 0; color: inherit; border-bottom: 1px solid var(--line); text-decoration: none; }
.archive-list > a:hover strong { color: var(--accent); }
.archive-list > a > span, .archive-list small { color: var(--muted); font: 700 9px/1.4 ui-monospace, monospace; letter-spacing: .06em; }
.archive-list small { color: var(--accent); text-transform: uppercase; }
.archive-list strong { display: block; margin-top: 8px; font-size: clamp(21px, 2.2vw, 31px); line-height: 1.25; transition: color .2s ease; }
.archive-list p { max-width: 720px; margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.archive-list b { color: var(--accent); }
.kind-group { padding-top: 74px; }
.kind-heading { display: grid; grid-template-columns: 180px 1fr auto; gap: 28px; align-items: end; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.kind-heading p, .kind-heading span { margin: 0; color: var(--accent); font: 750 10px/1 ui-monospace, monospace; letter-spacing: .11em; }
.kind-heading h2 { margin: 0; font-family: ui-serif, "Noto Serif SC", Georgia, serif; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.035em; }
.theme-blackbox .kind-heading h2, .theme-field .kind-heading h2 { font-family: inherit; }
.category-page { padding-bottom: 80px; }
.category-page .empty-state { margin: 52px 0 100px; }

@media (max-width: 1000px) {
  .article-reading-layout { display: block; }
  .article-toc-desktop { display: none; }
  .article-toc-mobile { display: block; margin: 24px 0 0; background: var(--paper); border: 1px solid var(--line); }
  .article-toc-mobile summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 50px; padding: 12px 16px; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 750; list-style: none; }
  .article-toc-mobile summary::-webkit-details-marker { display: none; }
  .article-toc-mobile summary::after { content: '+'; color: var(--accent); font: 700 18px/1 ui-monospace, monospace; }
  .article-toc-mobile[open] summary::after { content: '−'; }
  .article-toc-mobile summary small { margin-left: auto; color: var(--muted); font: 650 10px/1 ui-monospace, monospace; }
  .article-toc-mobile nav { max-height: min(55vh, 430px); padding: 6px 12px 16px; overflow-y: auto; border-top: 1px solid var(--line); }
  .article-toc-mobile .toc-list { gap: 2px; padding-top: 6px; }
  .article-toc-mobile .toc-list a { min-height: 40px; padding-top: 10px; padding-bottom: 10px; }
  .article-toc-mobile .toc-back { margin: 12px 8px 0; }
}

@media (max-width: 700px) {
  .article-picker { display: flex; }
  .article-picker > a:first-child { display: none; }
  .article-picker > a:last-child { margin-left: auto; }
  .article-page-shell, .archive-shell { width: min(100% - 32px, 680px); }
  .article-header { padding: 68px 0 54px; }
  .article-brand { margin-bottom: 48px; }
  .markdown-body { padding: 54px 0 82px; font-size: 16px; line-height: 1.85; }
  .markdown-body h1 { font-size: 31px; }
  .markdown-body h2 { font-size: 27px; }
  .archive-header { padding: 76px 0 58px; }
  .category-grid { grid-template-columns: minmax(0, 1fr); padding: 36px 0 72px; }
  .category-card { min-width: 0; min-height: auto; border-left: 1px solid var(--line); }
  .category-card:nth-child(2) { border-top: 0; }
  .category-card h2 { margin-top: 34px; }
  .archive-list > a { grid-template-columns: 38px minmax(0, 1fr) 20px; }
  .archive-list > a > div { grid-column: 2; }
  .archive-list b { grid-column: 3; grid-row: 1 / 3; }
  .kind-heading { grid-template-columns: 1fr auto; }
  .kind-heading p { grid-column: 1 / -1; }
}
