:root { color-scheme: light; --paper: #f6f3ec; --ink: #292b2d; --muted: #62686d; --blue: #315c78; --rule: #d2cec4; --error: #8a2e2e; --notice: #e7edf1; }
* { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.6; }
.site-shell, .admin-shell { width: min(760px, calc(100% - 2rem)); margin: 0 auto; }
.site-header { padding: 3.5rem 0 1.4rem; border-bottom: 1px solid var(--rule); }
.eyebrow { margin: 0 0 .35rem; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.18; font-weight: 500; }
h1 { margin: 0; font-size: clamp(2rem, 8vw, 3.2rem); }
h2 { margin-top: 0; font-size: 1.75rem; }
h3 { margin-bottom: .35rem; font-size: 1.18rem; }
main { padding: 2.25rem 0 3rem; }
section + section { margin-top: 2.8rem; padding-top: 2rem; border-top: 1px solid var(--rule); }
nav { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.25rem; }
a { color: var(--blue); text-underline-offset: .18em; }
form { margin: 1.25rem 0; }
label { display: block; margin: 1.1rem 0 .35rem; font-weight: 650; }
input, textarea, button { font: inherit; }
input[type="text"], input[type="email"], input[type="file"], textarea { width: 100%; padding: .72rem; color: var(--ink); background: #fffefa; border: 1px solid #96999b; border-radius: 2px; }
textarea { resize: vertical; }
button, .button-link { display: inline-block; padding: .68rem 1rem; color: white; background: var(--blue); border: 1px solid var(--blue); border-radius: 2px; cursor: pointer; text-decoration: none; }
button:hover, .button-link:hover { background: #24475e; }
:focus-visible { outline: 3px solid #d18d2f; outline-offset: 3px; }
.link-button { padding: 0; color: var(--blue); background: transparent; border: 0; text-decoration: underline; }
.status-banner { padding: .85rem 1rem; background: var(--notice); border-left: 4px solid var(--blue); }
.status-error, .mock-label { color: #671e1e; background: #f4e3df; border-color: var(--error); }
.muted, .disclosure { color: var(--muted); font-size: .93rem; }
.score { font-size: 1.3rem; }
dl { display: grid; grid-template-columns: minmax(8rem, 1fr) 2fr; gap: .35rem 1rem; }
dt { font-weight: 650; } dd { margin: 0; }
details { padding: .75rem 0; border-top: 1px solid var(--rule); }
summary { cursor: pointer; font-weight: 650; }
.history-list, .dispatch-list, .findings, .download-list { padding-left: 1.35rem; }
.history-list > li, .dispatch-list > li, .findings > li { margin-bottom: 1.7rem; }
footer { padding: 1.5rem 0 3rem; color: var(--muted); border-top: 1px solid var(--rule); font-size: .9rem; }
table { width: 100%; border-collapse: collapse; } th, td { padding: .55rem; border-bottom: 1px solid var(--rule); text-align: left; vertical-align: top; }
.log-lines { overflow-wrap: anywhere; }
@media (max-width: 420px) { .site-shell, .admin-shell { width: min(100% - 1.2rem, 760px); } .site-header { padding-top: 2rem; } main { padding-top: 1.5rem; } dl { grid-template-columns: 1fr; } dd { margin-bottom: .7rem; } button { width: 100%; } .link-button { width: auto; } }
