/* Plain reading pages (privacy, help): one column, the site's tokens. */
.pg { background: var(--paper); }
.pg-top { position: sticky; top: 0; z-index: 20; background: rgba(252, 251, 248, .92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-2); padding-top: env(safe-area-inset-top, 0px); }
.pg-top-in { max-width: 820px; margin: 0 auto; padding: 12px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pg-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--neem); font-family: var(--display); font-weight: 700; font-size: 16px; }
.pg-brand svg { width: 34px; height: auto; color: var(--neem); }
.pg-brand .fin { fill: var(--sorghum); }
.pg-nav { display: flex; gap: 18px; font-size: 15px; font-weight: 500; }
.pg-nav a { color: var(--muted); text-decoration: none; }
.pg-nav a[aria-current] { color: var(--neem); text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 2px; text-decoration-color: var(--sorghum); }

.pg-wrap { max-width: 820px; margin: 0 auto; padding-inline: var(--gutter); padding-block: clamp(28px, 5vw, 56px) 80px; display: grid; gap: clamp(28px, 4vw, 44px); }
.pg-hero { display: grid; gap: 14px; }
.pg-hero h1 { font-size: clamp(36px, 7vw, 60px); color: var(--neem); letter-spacing: -.01em; }
.pg-hero .lede { font-size: clamp(17px, 1vw + 14px, 21px); color: var(--ink-2); margin: 0; max-width: 60ch; }
.pg-wrap section { display: grid; gap: 10px; scroll-margin-top: 84px; }
.pg-wrap h2 { font-size: clamp(24px, 3vw, 30px); color: var(--neem); }
.pg-wrap h3 { font-size: 18px; margin-top: 10px; color: var(--ink); }
.pg-wrap p, .pg-wrap li { margin: 0; max-width: 68ch; }
.pg-wrap ul, .pg-wrap ol { margin: 0; padding-left: 1.2em; display: grid; gap: 8px; list-style: disc; }
.pg-wrap ol { list-style: decimal; }
.pg-wrap li::marker { color: var(--neem-60); }
.pg-wrap a { color: var(--neem); text-decoration-color: var(--sorghum); text-underline-offset: 3px; }
.pg-short { background: var(--sorghum-10); border-radius: var(--r); padding: clamp(20px, 3vw, 32px); }
.pg-note { color: var(--muted); font-size: .95em; border-left: 3px solid var(--sorghum); padding-left: 14px; }
.pg-table { border-collapse: collapse; width: 100%; font-size: .95em; }
.pg-table th, .pg-table td { text-align: left; vertical-align: top; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--line-2); }
.pg-table th { font-weight: 600; white-space: nowrap; padding-right: 20px; }
.pg-foot { border-top: 1px solid var(--line-2); }
.pg-foot-in { max-width: 820px; margin: 0 auto; padding: 22px var(--gutter) calc(22px + env(safe-area-inset-bottom, 0px)); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; font-size: 14px; color: var(--muted); }
.pg-foot a { color: inherit; }
@media (max-width: 520px) { .pg-table th { white-space: normal; } }
