:root{--ink:#17372d;--ink-2:#36584d;--muted:#667a73;--paper:#f8f4ec;--card:#fffdf9;--line:#ddd6ca;--brand:#155744;--accent:#d46c3a;--warn:#fff3cd}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;font-size:17px;line-height:1.68}.wrap{width:min(940px,calc(100% - 40px));margin:auto}a{color:var(--brand);text-underline-offset:3px}header{border-bottom:1px solid var(--line);background:rgba(248,244,236,.95);position:sticky;top:0;z-index:30}.top{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font:600 1.35rem Georgia,serif;color:var(--brand)}.brand img{width:42px;height:42px}.back{font-size:.88rem;font-weight:750}main{padding:68px 0 90px}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.12;letter-spacing:-.025em}h1{font-size:clamp(2.5rem,7vw,4.8rem);margin:0 0 20px}h2{font-size:clamp(1.55rem,4vw,2.25rem);margin:50px 0 13px}h3{font-size:1.25rem;margin:30px 0 8px}p,li{color:var(--ink-2)}.lead{font-size:1.18rem;max-width:760px}.meta{display:inline-block;background:#e5f0eb;border-radius:99px;padding:6px 12px;font-size:.78rem;font-weight:800;color:var(--brand);text-transform:uppercase;letter-spacing:.07em}.alert{background:var(--warn);border:1px solid #ead58d;border-radius:16px;padding:18px 20px;margin:28px 0;color:#5e4d16}.alert b{color:#46390e}.data{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;margin:22px 0}.missing{background:#fff3cd;color:#654f10;border-radius:7px;padding:2px 6px;font-weight:800}.toc{background:#e5f0eb;border-radius:18px;padding:24px;margin:32px 0}.toc ol{columns:2;margin:0;padding-left:22px}.toc li{margin:5px 0}table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);font-size:.9rem;margin:18px 0;display:block;overflow-x:auto}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--line);vertical-align:top}th{background:#f0ece4;color:var(--ink)}footer{background:#17372d;color:#c5d7d0;padding:36px 0}footer a{color:#bce1d3}.footlinks{display:flex;gap:12px 20px;flex-wrap:wrap}.cookie-link{border:0;background:none;color:#bce1d3;text-decoration:underline;padding:0;font:inherit;cursor:pointer}.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:1000;max-width:900px;margin:auto;background:#fffdf9;border:1px solid #d5cec2;border-radius:20px;padding:22px;box-shadow:0 24px 70px rgba(16,42,34,.28);display:none}.cookie-banner.on{display:block}.cookie-banner h2{font:600 1.35rem Georgia,serif;margin:0 0 7px}.cookie-banner p{font-size:.88rem;margin:0}.cookie-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:15px}.cookie-actions button{border:1px solid var(--brand);border-radius:99px;padding:10px 15px;font:inherit;font-size:.82rem;font-weight:750;cursor:pointer;background:#fff;color:var(--brand)}.cookie-actions .primary{background:var(--brand);color:#fff}.cookie-modal{position:fixed;inset:0;z-index:1001;background:rgba(10,28,23,.68);display:none;place-items:center;padding:20px}.cookie-modal.on{display:grid}.cookie-panel{width:min(640px,100%);max-height:90vh;overflow:auto;background:#fffdf9;border-radius:22px;padding:26px;box-shadow:0 24px 80px rgba(0,0,0,.35)}.cookie-row{display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--line);padding:16px 0}.cookie-status{white-space:nowrap;color:var(--brand);font-weight:800;font-size:.8rem}@media(max-width:700px){.toc ol{columns:1}.top{min-height:64px}.back{font-size:.8rem}main{padding-top:48px}.cookie-row{display:block}.cookie-status{display:block;margin-top:8px}}
