:root { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #17212b; background: #fff; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; line-height: 1.5; border-top: 4px solid #a7312c; }
main { width: min(100% - 48px, 1000px); margin: 0 auto; padding: 32px 0 60px; }
nav, .section-heading, .actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
nav { margin-bottom: 46px; }
a, button { color: #31465a; }
nav a { font-size: .85rem; text-decoration: none; }
header { margin-bottom: 28px; }
.eyebrow { color: #a7312c; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 750; margin-bottom: 10px; }
h1 { color: #15283b; font-size: clamp(2rem, 5vw, 2.6rem); letter-spacing: -.04em; margin: 0; }
h2 { font-size: 1.3rem; margin: 0; }
.muted { color: #68727d; font-size: .84rem; }
#login-panel { max-width: 360px; margin-top: 36px; }
label { display: block; font-size: .82rem; font-weight: 650; margin: 18px 0 7px; }
input, textarea, select, button { font: inherit; }
input, textarea, select { padding: 11px 12px; border: 1px solid #d9dfe5; border-radius: 6px; color: #17212b; background: #fff; }
input, textarea { width: 100%; }
textarea { resize: vertical; min-height: 100px; }
button { cursor: pointer; padding: 10px 15px; border: 1px solid #d9dfe5; border-radius: 6px; background: #fff; font-size: .85rem; font-weight: 650; }
button:hover { background: #f4f6f8; }
button.primary { background: #172b3d; color: #fff; border-color: #172b3d; }
button.primary:hover { background: #294156; }
button:disabled { opacity: .5; cursor: not-allowed; }
#login-button { margin-top: 22px; width: 100%; }
.filter { display: flex; align-items: center; gap: 10px; margin: 0; color: #68727d; }
select { font-size: .82rem; }
.table-scroll { overflow-x: auto; margin: 20px 0; }
table { width: 100%; border-collapse: collapse; text-align: left; font-size: .85rem; }
th { color: #68727d; font-size: .68rem; text-transform: uppercase; letter-spacing: .04em; }
th, td { padding: 15px 10px; border-bottom: 1px solid #e8ebee; }
th:first-child, td:first-child { padding-left: 0; }
td:last-child { text-align: right; }
.badge { display: inline-block; background: #f4f5f7; color: #536475; padding: 4px 8px; border-radius: 5px; font-size: .73rem; }
#detail > .section-heading { margin: 24px 0; }
dl { display: grid; grid-template-columns: minmax(130px, 1fr) 3fr; font-size: .9rem; gap: 10px 24px; }
dt { color: #68727d; } dd { margin: 0; overflow-wrap: anywhere; }
details { border-top: 1px solid #e8ebee; border-bottom: 1px solid #e8ebee; padding: 15px 0; margin: 26px 0; }
summary { font-size: .85rem; cursor: pointer; }
pre { white-space: pre-wrap; overflow-wrap: anywhere; font-size: .78rem; background: #f7f8fa; padding: 18px; max-height: 400px; overflow: auto; }
.actions { justify-content: flex-start; }
#message { min-height: 24px; color: #315f82; font-size: .87rem; }
#message.error { color: #a72d29; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #87b6dc; outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 10px; transform: translateY(-150%); background: #fff; padding: 8px; }
.skip-link:focus { transform: none; }
@media (max-width: 600px) { main { width: calc(100% - 32px); padding-top: 22px; } nav { margin-bottom: 30px; } .section-heading { align-items: flex-start; flex-wrap: wrap; } .filter { width: 100%; } th, td { padding: 12px 7px; } dl { grid-template-columns: 1fr; gap: 3px; } dd { margin-bottom: 12px; } }
