:root{--bg:#faf6f0;--card-bg:#fffdfa;--card-border:#e7ddcd;--card-shadow:0 1px 2px #3d2f1e0d, 0 8px 24px #3d2f1e12;--fg:#1c1c1e;--muted:#5b5850;--border:#e2dccf;--code-bg:#f3ece1;--direct_tax:#3d4a63;--rent:#b8971e;--corvee:#7a3630;--segment-focus-ring:#20242b59;--whisker-line:#2a2a2a;--tooltip-bg:#20242b;--tooltip-fg:#f4f1ea;--detail-bg:#fbf8f2;--detail-border:#d9cbb5;--accent:#7d1b2b}@media (prefers-color-scheme:dark){:root{--bg:#14171d;--card-bg:#1b1f27;--card-border:#2b313c;--card-shadow:0 1px 2px #0006, 0 8px 24px #00000080;--fg:#eae7e0;--muted:#cfd4d7;--border:#333a46;--code-bg:#252a33;--direct_tax:#8fa3d6;--rent:#e6c95e;--corvee:#c2685c;--segment-focus-ring:#eae7e066;--whisker-line:#eae7e0;--tooltip-bg:#eae7e0;--tooltip-fg:#14171d;--detail-bg:#20242c;--detail-border:#333a46;--accent:#ffc7d1}}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5}.container{max-width:880px;margin:0 auto;padding:24px 16px 32px}.card{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:12px;padding:22px 22px 26px}.card-header h1{letter-spacing:-.01em;margin:0 0 10px;font-size:22px;font-weight:650}.intro{margin:0 0 10px;font-size:16px;line-height:1.55}.methodology-note{color:var(--muted);margin:0 0 18px;font-size:14px;line-height:1.5}.methodology-note a{color:var(--accent)}.controls{border:1px solid var(--border);background:var(--code-bg);border-radius:8px;margin:0 0 16px;padding:12px 14px}.toggle-row{cursor:pointer;align-items:center;gap:10px;font-size:15px;display:flex}.toggle-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer;flex:none}.toggle-text{font-size:15px}.legend{flex-wrap:wrap;gap:10px 20px;margin:0 0 10px;display:flex}.legend-item{color:var(--fg);align-items:center;gap:8px;font-size:14px;display:flex}.legend-swatch{border-radius:3px;flex:none;width:13px;height:13px}.legend-swatch-direct_tax{background:var(--direct_tax)}.legend-swatch-rent{background:var(--rent)}.legend-swatch-corvee{background:var(--corvee)}.chart-caption{color:var(--muted);margin:0 0 16px;font-size:13px;line-height:1.5}.chart{width:100%;position:relative}.chart-grid{grid-template-columns:minmax(96px,150px) 1fr;align-items:center;gap:4px 10px;display:grid}.grid-cell{min-width:0}.label-cell{padding:4px 0}.bucket-label{font-size:14px;font-weight:600;line-height:1.25}.bucket-meta{color:var(--muted);margin-top:1px;font-size:12.5px}.caveat-trigger{color:var(--accent);cursor:pointer;background:0 0;border:0;margin:-6px -2px -8px;padding:8px 2px;font-family:inherit;font-size:12px;text-decoration:underline;display:inline-block}.bar-cell svg{max-width:100%;display:block}.axis-corner,.axis-cell{height:22px}.axis-svg{max-width:100%;overflow:visible}.axis-tick{stroke:var(--border);stroke-width:1px}.axis-label{fill:var(--muted);font-size:11.5px}.row-gridline{stroke:var(--border);stroke-width:1px;opacity:.6}.segment{stroke:var(--card-bg);stroke-width:1px;pointer-events:none}.segment-direct_tax{fill:var(--direct_tax)}.segment-rent{fill:var(--rent)}.segment-corvee{fill:var(--corvee)}.segment-group:has(>.segment-hit:hover)>.segment{opacity:.85}.segment-selected{stroke:var(--accent);stroke-width:2px}.segment-hit{fill:#0000;cursor:pointer}.segment-hit:focus-visible{stroke:var(--accent);stroke-width:2px;outline:none}.segment-affordance{pointer-events:none;stroke:var(--muted);stroke-width:1px;stroke-dasharray:1.5 1.5;opacity:.55}.whisker-line,.whisker-cap{stroke:var(--whisker-line);stroke-width:1.5px;stroke-linecap:round}.whisker-mark{fill:var(--whisker-line)}.chart-tooltip{background:var(--tooltip-bg);color:var(--tooltip-fg);pointer-events:none;z-index:20;border-radius:6px;max-width:240px;padding:8px 10px;font-size:13px;line-height:1.4;position:fixed;transform:translate(-50%,-100%)translateY(-8px);box-shadow:0 4px 14px #00000040}.tooltip-title{margin-bottom:2px;font-weight:600}.tooltip-range{margin-bottom:4px}.tooltip-citation{opacity:.85;font-size:12px}.modern-section{border-top:1px dashed var(--border);margin-top:20px;padding-top:16px}.modern-heading{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 6px;font-size:14px;font-weight:700}.modern-caveat{color:var(--fg);background:var(--code-bg);border:1px solid var(--border);border-radius:8px;margin:0 0 14px;padding:10px 12px;font-size:14px;line-height:1.5}.detail-card{background:var(--detail-bg);border:1px solid var(--detail-border);border-radius:10px;margin-top:18px;padding:16px 48px 16px 16px;scroll-margin:12px;position:relative}.detail-close{min-width:36px;min-height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;font-size:22px;line-height:1;display:flex;position:absolute;top:6px;right:6px}.detail-close:hover,.detail-close:focus-visible{background:var(--code-bg);color:var(--fg)}.detail-heading{margin-bottom:2px;font-size:16px;font-weight:700}.detail-era{color:var(--muted);font-size:14px;font-weight:400}.detail-segment{color:var(--fg);align-items:center;gap:7px;margin-bottom:6px;font-size:14px;font-weight:600;display:flex}.detail-segment-swatch{border-radius:3px;flex:none;width:12px;height:12px}.detail-values{margin-bottom:8px;font-size:14px}.detail-citation,.detail-note,.detail-caveat{margin:0 0 8px;font-size:14px;line-height:1.5}.detail-caveat{color:var(--muted);margin-bottom:0}.methodology-section{border-top:1px solid var(--border);margin-top:20px;padding-top:14px}.methodology-toggle{text-align:left;width:100%;color:var(--fg);cursor:pointer;background:0 0;border:0;padding:8px 0;font-family:inherit;font-size:15px;font-weight:600;display:block}.methodology-panel{margin-top:8px}.methodology-body{color:var(--fg);white-space:pre-line;max-width:70ch;font-size:14px;line-height:1.6}.sources-heading{margin:14px 0 8px;font-size:14px;font-weight:700}.sources-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.sources-list li{border:1px solid var(--border);background:var(--code-bg);border-radius:8px;padding:8px 10px}.source-full{margin-bottom:3px;font-size:13.5px;font-weight:600}.source-claim,.source-caveat{color:var(--muted);font-size:14px;line-height:1.45}@media (width<=480px){.chart-grid{grid-template-columns:minmax(72px,108px) 1fr}.bucket-meta{white-space:normal}.card{padding:18px 16px 22px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.embedded body{background:0 0}.embedded .container{max-width:none;padding:0}.embedded .card{box-shadow:none;border:0;border-radius:0}
