:root { font-family: Arial, Helvetica, sans-serif; color: #29302a; background: #f4f3ec; font-synthesis: none; --ink: #20291f; --muted: #687066; --line: #d7dbce; --accent: #d0dd9d; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; }
a { color: #3b5729; text-underline-offset: 3px; }
a:hover { color: #1e3512; }
button, input, select { font: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
:focus-visible { outline: 3px solid #758b3d; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: fixed; z-index: 20; left: 16px; top: -100px; background: white; padding: 12px; }
.skip:focus { top: 8px; }
.topbar { height: 80px; position: sticky; top: 0; z-index: 10; display: flex; align-items: center; gap: 36px; padding: 0 36px; background: var(--ink); color: #f4f3ec; border-bottom: 1px solid #415039; }
.brand { color: #f4f3ec; text-decoration: none; font-size: 28px; font-weight: 900; letter-spacing: -1.5px; display: flex; align-items: center; gap: 17px; flex: 0 0 244px; }
.brand:hover { color: white; }
.brand span { font-size: 9px; letter-spacing: 1.8px; font-weight: 500; border-left: 1px solid #78836a; padding-left: 17px; line-height: 1.5; max-width: 85px; }
.search { display: flex; align-items: center; gap: 12px; width: min(480px, 100%); border-bottom: 1px solid #7b8769; }
.search > span { color: var(--accent); font-size: 27px; }
.search input { width: 100%; min-width: 0; padding: 12px 0; color: #f4f3ec; background: transparent; border: 0; font-size: 13px; }
.search input::placeholder { color: #c2c8b9; }
.search button { background: none; border: 0; color: #c2c8b9; min-width: 40px; min-height: 44px; }
.play { margin-left: auto; white-space: nowrap; color: var(--accent); text-decoration: none; font-size: 12px; letter-spacing: .4px; }
.play:hover { color: white; }.play span { padding-left: 13px; }
.menu-toggle { display: none; }
.layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); min-height: calc(100vh - 80px); }
.sidebar { position: sticky; top: 80px; height: calc(100dvh - 80px); overflow-y: auto; border-right: 1px solid var(--line); padding: 16px 22px 25px; background: #eceee4; scrollbar-width: thin; }
.nav-group { font-size: 9px; font-weight: 700; color: #75806b; letter-spacing: 1.6px; margin: 24px 12px 10px; }
.sidebar nav a { display: flex; gap: 13px; align-items: center; min-height: 36px; padding: 8px 12px; font-size: 12px; line-height: 1.5; text-decoration: none; color: #4f584c; border-radius: 2px; transition: background .15s, color .15s; }
.sidebar nav a:hover { background: #e0e5d6; }.sidebar nav a[aria-current] { color: #25391c; background: #dce5ca; font-weight: 700; }
.nav-index { font-size: 9px; color: #89927e; font-variant-numeric: tabular-nums; }
.sidebar-footer { margin: 35px 12px 0; padding-top: 22px; border-top: 1px solid var(--line); font-size: 10px; letter-spacing: 1px; line-height: 1.7; color: #808876; }
.sidebar-footer a { display: block; margin-top: 14px; text-decoration: none; letter-spacing: 0; }
main { min-width: 0; padding: 54px clamp(24px, 5vw, 90px) 0; }
article { max-width: 1040px; margin: auto; animation: arrive .25s ease-out; }
.eyebrow { font-size: 10px; color: #6b775e; letter-spacing: 2px; font-weight: 700; margin: 0 0 25px; }.eyebrow span { color: #a7ad9a; padding: 0 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 3.6vw, 52px); line-height: 1.09; font-weight: 400; letter-spacing: -1.9px; max-width: 850px; margin-bottom: 18px; }
.intro { color: var(--muted); font-size: 15px; line-height: 1.7; margin-bottom: 32px; }
.cover { position: relative; height: 232px; background: #272d21; overflow: hidden; margin: 32px 0 30px; }
.cover img { height: 100%; width: 100%; object-fit: cover; object-position: center 54%; opacity: .64; }
.cover:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #182118e8, transparent 75%); }
.cover > div { position: absolute; z-index: 1; left: 32px; top: 34px; color: #f6f5e6; }.cover span { color: #d0dd9d; font-size: 9px; letter-spacing: 2px; }.cover p { font-family: Georgia, serif; font-size: 32px; line-height: 1.2; margin: 24px 0 0; }
.on-page { display: flex; flex-wrap: wrap; gap: 12px 23px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.6; margin: 20px 0 38px; }
.on-page > span { color: #848b79; font-size: 9px; letter-spacing: 1.2px; align-self: center; }.on-page a { text-decoration: none; }
section { margin: 0 0 40px; scroll-margin-top: 20px; }
h2 { font-size: 21px; letter-spacing: -.5px; margin-bottom: 17px; font-weight: 500; line-height: 1.35; }
h3 { font-size: 13px; letter-spacing: .2px; margin: 22px 0 12px; }
p, li { font-size: 14px; line-height: 1.85; }
section > p { max-width: 780px; margin-bottom: 14px; }
li { margin-bottom: 8px; }
.anchor { margin-left: 12px; color: #9ca68d; font-size: 14px; text-decoration: none; opacity: 0; }h2:hover .anchor, .anchor:focus { opacity: 1; }
.table-hint { display: none; }
.table-scroll { overflow-x: auto; border-top: 2px solid #788565; border-bottom: 1px solid var(--line); margin-top: 22px; }
table { border-collapse: collapse; width: 100%; text-align: left; font-size: 12px; line-height: 1.7; }
th { font-size: 10px; text-transform: uppercase; letter-spacing: .8px; color: #6e775f; background: #eceee4; font-weight: 500; }
th, td { padding: 13px 15px; vertical-align: top; border-bottom: 1px solid var(--line); }tr:last-child td { border-bottom: 0; }td:first-child { color: #26351f; font-weight: 600; min-width: 130px; }td { min-width: 130px; }
.next-guide { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding: 28px 0; border-top: 1px solid #bfc6b2; }.next-guide a { font-size: 14px; text-decoration: none; }.next-guide a:last-child { text-align: right; }.next-guide small { display: block; font-size: 9px; letter-spacing: 1.3px; color: #7d876f; margin-bottom: 10px; }
.article-footer { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; color: #848b79; border-top: 1px solid var(--line); font-size: 10px; line-height: 1.7; margin-top: 30px; padding: 22px 0 30px; }.article-footer a { margin-left: auto; }
.filters { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 18px; margin: 35px 0 22px; }.filters label { display: flex; flex-direction: column; gap: 10px; font-size: 10px; text-transform: uppercase; color: #6b765d; letter-spacing: .9px; }.filters input, .filters select { border: 1px solid #b7c0a7; background: #fbfcf6; border-radius: 2px; padding: 12px; width: 100%; min-width: 0; color: #35422b; font-size: 12px; min-height: 44px; }
.result-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid #bac4ac; padding: 5px 0 14px; font-size: 10px; color: #69765b; }
.text-button { border: 0; background: none; padding: 12px 0; color: #4e642e; font-size: 11px; }
.entry { border-bottom: 1px solid var(--line); }.entry summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 4px; transition: background .15s; }.entry summary::-webkit-details-marker { display: none; }.entry summary:hover { background: #e9edde; }.entry summary small { display: block; color: #78856a; font-size: 9px; letter-spacing: 1px; margin-bottom: 7px; }.entry strong { font-size: 16px; font-weight: 500; }.expand { color: #7d8e66; font-size: 23px; transition: transform .2s; }.entry[open] .expand { transform: rotate(45deg); }.entry[open] summary { background: #e7ecda; padding-left: 16px; padding-right: 16px; }.entry-body { padding: 24px 16px 28px; max-width: 100%; }.entry-body p { font-size: 13px; }.entry-body dl { margin: 0; display: grid; grid-template-columns: minmax(125px, 170px) minmax(0, 1fr); gap: 14px 20px; font-size: 12px; line-height: 1.8; }.entry-body dt { color: #7a836e; }.entry-body dd { margin: 0; overflow-wrap: anywhere; }.bill { color: #314b20; font-weight: 600; }.plus { color: #859576; padding: 0 4px; }
.link-list { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 12px; line-height: 1.8; }.permalink { display: inline-block; font-size: 10px; margin-top: 25px; }.small { font-size: 12px; color: #738066; }.load-more { border: 1px solid #9caa87; border-radius: 2px; background: #e2e9d3; color: #3b4e29; padding: 14px 22px; font-size: 12px; margin: 25px 0; }.load-more:hover { background: #d6e1c1; }.empty { padding: 50px 0; }
.search-result { display: block; border-bottom: 1px solid var(--line); padding: 23px 0; text-decoration: none; }.search-result small { color: #7a866b; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }.search-result h2 { margin: 8px 0; font-size: 19px; }.search-result h2 span { float: right; color: #8b997b; }.search-result p { color: #6b7462; font-size: 12px; margin-bottom: 0; }.search-result:hover h2 { text-decoration: underline; }.loading, .no-script { padding: 30px; }
@keyframes arrive { from { opacity: .4; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1600px) { main { padding-top: 65px; } }
@media (max-width: 1050px) { .topbar { padding: 0 24px; gap: 26px; }.brand { flex-basis: 211px; }.layout { grid-template-columns: 235px minmax(0, 1fr); }.sidebar { padding-inline: 12px; }main { padding: 40px 30px 0; }.play { font-size: 10px; }.filters { gap: 10px; } }
@media (max-width: 760px) { html { scroll-padding-top: 132px; }.topbar { height: 116px; padding: 15px 20px 12px; flex-wrap: wrap; gap: 8px 20px; }.brand { flex-basis: auto; font-size: 25px; margin-right: auto; }.brand span { font-size: 8px; }.play { display: none; }.menu-toggle { display: flex; align-items: center; gap: 16px; min-height: 40px; padding: 7px 10px; border: 1px solid #68755a; border-radius: 2px; background: transparent; color: #dbe5c4; font-size: 12px; }.search { order: 3; width: 100%; height: 38px; }.search input { font-size: 12px; }.layout { display: block; }.sidebar { display: none; position: fixed; z-index: 9; top: 116px; inset-inline: 0; width: 100%; height: calc(100dvh - 116px); padding: 8px 20px 28px; border: 0; }.menu-open .sidebar { display: block; }.menu-open { overflow: hidden; }.sidebar nav a { min-height: 44px; font-size: 14px; }.sidebar nav { max-width: 500px; margin: auto; }.sidebar-footer { max-width: 475px; margin: 25px auto; }main { padding: 31px 22px 0; }h1 { font-size: 37px; letter-spacing: -1.3px; }.eyebrow { font-size: 9px; margin-bottom: 20px; }.intro { font-size: 14px; margin-bottom: 24px; }.cover { height: 205px; margin: 25px 0; }.cover > div { left: 23px; top: 29px; }.cover p { font-size: 27px; }.on-page { gap: 11px 19px; margin-bottom: 30px; }.on-page > span { width: 100%; }h2 { font-size: 20px; }section { margin-bottom: 33px; }p, li { font-size: 13px; line-height: 1.85; }.filters { grid-template-columns: 1fr 1fr; }.filters label:first-child { grid-column: 1/-1; }.entry-body { padding: 20px 8px; }.entry-body dl { grid-template-columns: 1fr; gap: 3px; }.entry-body dd { margin-bottom: 12px; }.entry summary { min-height: 76px; }.entry strong { font-size: 15px; }.article-footer { display: block; }.article-footer > * { display: block; margin: 6px 0; }.next-guide a { font-size: 12px; }.anchor { opacity: .6; }th, td { padding: 12px; }.result-meta { font-size: 10px; }.text-button { font-size: 10px; } }
@media (max-width: 360px) { .topbar { padding-inline: 15px; }.brand { gap: 11px; }.brand span { padding-left: 11px; }main { padding-inline: 17px; }h1 { font-size: 32px; }.cover p { font-size: 25px; } }
@media (max-width: 760px) { .table-hint { display: block; font-size: 10px; color: #738066; margin: 20px 0 -12px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*, *:before, *:after { animation: none !important; transition: none !important; } }
@media print { .topbar, .sidebar, .on-page, .next-guide, .filters, .search, .article-footer, .anchor, .expand, .permalink { display: none; }.layout { display: block; }main { padding: 0; }body { background: white; color: black; }article { max-width: none; }details { break-inside: avoid; }a { color: black; }.cover { height: 180px; } }
