:root {
    color-scheme: dark;
    --ink: #211d1a;
    --paper: #ece2cd;
    --muted: #b8ad99;
    --brass: #c2a66a;
    --wine: #70363d;
    --line: #514638;
    --field: #2c2621;
}
body { background: var(--ink); color: var(--paper); font-family: "Segoe UI", Arial, sans-serif; }
a { color: var(--brass); text-underline-offset: .25em; }
a:hover { color: var(--paper); }
h1, h2, .wordmark, .lead { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(2.1rem, 4.5vw, 3.25rem); line-height: 1.15; margin: .6rem 0 1rem; }
h2 { font-size: 1.6rem; margin: 0 0 .5rem; }
.site-header, .main-nav, main, .site-footer { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-block: 1.5rem; }
.wordmark { color: var(--paper); font-size: 2.05rem; line-height: 1.2; text-decoration: none; }
.eyebrow { display: block; color: var(--brass); font: .7rem/1.5 "Segoe UI", Arial, sans-serif; text-transform: uppercase; letter-spacing: .18em; }
.wordmark .eyebrow { font-size: .6rem; margin-bottom: .4rem; }
.main-nav { display: flex; flex-wrap: wrap; gap: .2rem 2rem; border-block: 1px solid var(--line); }
.main-nav a { display: inline-flex; align-items: center; min-height: 52px; text-decoration: none; }
main { min-height: 55vh; padding-block: 2.5rem 4rem; }
.page-heading { margin-bottom: 1.6rem; }
.lead { font-size: 1.5rem; line-height: 1.45; }
.intro { max-width: 660px; margin-bottom: 2.5rem; }
.directory section { display: grid; grid-template-columns: 1fr 1.5fr; align-items: baseline; gap: .1rem 2rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.directory section p { margin: 0; color: var(--muted); }
.directory section > a, .directory section .actions { grid-column: 2; margin-top: .6rem; }
.muted, .hint, small, .required { color: var(--muted); }
.hint { font-size: .875rem; margin: .5rem 0 1rem; }
.required { font-size: .8rem; }
input, select, textarea { color: var(--paper); background: var(--field); border: 1px solid #84745c; border-radius: 2px; }
input[type="checkbox"] { accent-color: var(--brass); }
button, .button { color: var(--paper); background: var(--wine); border: 1px solid #a56567; border-radius: 2px; font-weight: 600; }
button:hover, .button:hover { background: #86434b; }
button.quiet { background: none; border-color: var(--line); font-weight: 400; padding: .4rem .8rem; }
th { color: var(--muted); font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; border-bottom: 2px solid var(--line); }
td { border-bottom: 1px solid var(--line); }
.primary-cell { font-weight: 600; }
.primary-cell small { font-weight: 400; }
.row-actions { gap: .25rem 1rem; }
.notice, .errors, .empty { padding: 1rem 1.25rem; border-left: 3px solid var(--brass); background: var(--field); }
.errors { border-color: #c88784; margin-bottom: 1.5rem; }
.errors h2 { font-family: inherit; font-size: 1rem; font-weight: 600; }
.errors ul { margin-bottom: 0; }
.choice { border-bottom: 1px solid var(--line); }
.choice code { color: var(--brass); font-size: .85rem; }
.site-footer { border-top: 1px solid var(--line); padding-block: 1.2rem 2rem; font-size: .8rem; color: var(--muted); }
.skip-link { background: var(--paper); color: var(--ink); }
.reader-content { max-width: 820px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.7; padding-block: 3rem; }
@media (max-width: 600px) {
    .site-header, .main-nav, main, .site-footer { width: calc(100% - 32px); }
    .site-header { align-items: flex-start; }
    .account { justify-content: flex-end; max-width: 48%; }
    .main-nav { gap: .1rem 1.2rem; }
    .directory section { display: block; }
    .directory section .actions { margin-top: .75rem; }
    main { padding-top: 1.8rem; }
}
