/* Methods page: the node table. Moved out of an inline <style> block so the
   site can ship a strict CSP (style-src 'self', no unsafe-inline). */
.node-table { width: 100%; border-collapse: collapse; font-family: var(--mono); font-size: 0.82rem; }
.node-table-wrap { overflow-x: auto; }
.node-table th, .node-table td { text-align: left; padding: 0.45rem 0.65rem; border-bottom: 1px solid var(--line); }
.node-table th { font-family: var(--body); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.66rem; font-weight: 600; color: var(--faint); border-bottom: 1px solid var(--line-strong); }
.node-table td:first-child { color: var(--text); }
.table-note { font-family: var(--body); font-style: italic; font-size: 0.8rem; color: var(--faint); margin-top: 0.5rem; }
