
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #17211b; background: #f7f7f3; }
body { margin: 0; }
.topbar { display: flex; justify-content: space-between; align-items: center; padding: 16px 24px; border-bottom: 1px solid #d8ded4; background: #fff; position: sticky; top: 0; }
a { color: #196845; }
.brand { font-weight: 750; text-decoration: none; color: #17211b; }
main { max-width: 1120px; margin: 0 auto; padding: 32px 20px 64px; }
.hero { padding: 32px 0 40px; border-bottom: 1px solid #d8ded4; }
.hero h1 { font-size: clamp(2rem, 4vw, 4rem); line-height: 1; margin: 8px 0 16px; }
.eyebrow { text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0; font-weight: 700; color: #526157; }
.primary, button { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; background: #196845; color: white; border-radius: 6px; border: 0; font-weight: 700; text-decoration: none; cursor: pointer; }
.grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; padding-top: 32px; }
.item-list { padding-left: 0; list-style: none; display: grid; gap: 10px; }
.item-list li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid #d8ded4; }
.submit-link { white-space: nowrap; }
.content { max-width: 820px; }
.narrow { max-width: 680px; }
.markdown { line-height: 1.7; }
.markdown pre { overflow-x: auto; background: #1f2722; color: #f5fff7; padding: 16px; border-radius: 6px; }
.markdown code { font-family: "SFMono-Regular", Consolas, monospace; }
form { display: grid; gap: 16px; }
label { display: grid; gap: 6px; font-weight: 700; }
input, select, textarea { width: 100%; box-sizing: border-box; border: 1px solid #bfc8bf; border-radius: 6px; padding: 10px 12px; font: inherit; background: white; }
textarea { min-height: 120px; resize: vertical; }
#submission-result { margin-top: 16px; font-weight: 700; }
@media (max-width: 760px) { .grid { grid-template-columns: 1fr; } .topbar { padding: 14px 16px; } }
