:root { color-scheme: light; --ink: #182625; --muted: #566663; --line: #d7e0dc; --green: #176047; --paper: #fff; --wash: #f3f6f3; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--wash); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
[hidden] { display: none !important; }
.header, main, footer { max-width: 1240px; margin: 0 auto; padding: 28px 36px; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 40px; border-bottom: 1px solid var(--line); }
.brand { font-weight: 800; letter-spacing: .16em; font-size: 15px; margin: 0 0 10px; }
.brand span { color: var(--muted); font-weight: 400; letter-spacing: .03em; margin-left: 12px; }
h1 { font-size: clamp(24px, 4vw, 36px); font-weight: 650; letter-spacing: -.04em; margin: 0; line-height: 1.2; }
h2 { font-size: 24px; font-weight: 650; letter-spacing: -.025em; margin: 0 0 14px; line-height: 1.3; }
h3 { font-size: 19px; margin: 0 0 18px; }
h4 { font-size: 17px; margin: 0 0 12px; }
p { margin: 0 0 14px; }
.session { text-align: right; font-size: 14px; flex-shrink: 0; }
.session p { margin: 0 0 10px; }
button { appearance: none; color: white; background: var(--green); border: 1px solid var(--green); padding: 11px 17px; font: inherit; font-size: 14px; font-weight: 600; border-radius: 6px; cursor: pointer; line-height: 1.4; }
button:hover:not(:disabled) { background: #104a36; border-color: #104a36; }
button.secondary { color: var(--ink); background: var(--paper); border-color: #a7b9b1; }
button.secondary:hover:not(:disabled) { background: #eaf1ed; }
button:disabled { opacity: .5; cursor: not-allowed; }
button.danger { background: #9d392e; border-color: #9d392e; }
:focus-visible { outline: 3px solid #2679c8; outline-offset: 4px; }
a { color: #17583f; text-underline-offset: 4px; }
nav { display: flex; flex-wrap: wrap; gap: 24px; padding: 2px 0 24px; }
nav a { font-size: 14px; font-weight: 600; }
fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.card { padding: 28px; margin: 0 0 24px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; }
.intro { max-width: 780px; margin-top: 16px; }
.eyebrow { text-transform: uppercase; color: var(--muted); font-size: 11px; letter-spacing: .13em; font-weight: 700; margin: 0 0 10px; }
.muted { color: var(--muted); font-size: 14px; }
.section-heading, .control { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.item-list { display: grid; gap: 14px; margin: 24px 0 16px; }
.item { border: 1px solid var(--line); padding: 20px; border-radius: 7px; }
.item button { margin-top: 14px; }
dl { display: grid; grid-template-columns: minmax(120px, 200px) minmax(0, 1fr); gap: 8px 18px; margin: 0 0 16px; }
dt { color: var(--muted); font-size: 13px; }
dd { margin: 0; overflow-wrap: anywhere; white-space: pre-wrap; }
code, pre, .mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; }
pre { padding: 16px; margin: 12px 0 20px; background: #f4f7f5; border: 1px solid var(--line); border-radius: 5px; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word; line-height: 1.65; max-height: none; }
.review { border-top: 2px solid var(--green); margin-top: 28px; padding-top: 26px; scroll-margin-top: 20px; }
.notice { padding: 16px 18px; border-left: 3px solid #b98930; background: #fcf7e9; font-size: 14px; margin: 16px 0; }
.confirmation { display: flex; align-items: flex-start; gap: 12px; padding: 18px; margin: 20px 0; background: #edf4ef; border: 1px solid #c5d8cc; border-radius: 5px; }
.confirmation input { width: 18px; height: 18px; flex-shrink: 0; margin-top: 4px; accent-color: var(--green); }
label { display: block; font-size: 14px; font-weight: 550; margin-bottom: 8px; }
input[type="text"] { width: 100%; max-width: 600px; border: 1px solid #9baeA4; border-radius: 5px; padding: 11px 12px; font: inherit; }
.lookup { display: flex; gap: 16px; align-items: flex-end; margin: 22px 0; }
.lookup > div { flex: 1; }
#message:empty { display: none; }
#message { padding: 15px 18px; margin-bottom: 22px; background: #e8f2ec; border: 1px solid #afcdbd; border-radius: 6px; overflow-wrap: anywhere; }
#message.error { background: #fff0ed; border-color: #deaaa1; color: #802b22; }
.pagination { margin-bottom: 4px; }
footer { padding-top: 0; color: var(--muted); font-size: 12px; }
.skip-link { position: absolute; left: 12px; top: -100px; padding: 12px; background: white; z-index: 5; }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 700px) { .header, main, footer { padding: 22px 16px; } .header, .section-heading, .control, .lookup { flex-direction: column; align-items: stretch; } .session { text-align: left; } .card { padding: 20px 16px; } .actions { justify-content: flex-start; } dl { grid-template-columns: 1fr; gap: 3px; } dd { margin-bottom: 10px; } nav { gap: 14px 20px; } }
