:root { color-scheme: dark; font: 16px/1.5 system-ui, sans-serif; color: #eaf4f7; background: #0d1b24; }
body { margin: 0; }
main { max-width: 1280px; margin: auto; padding: 32px 24px; }
.eyebrow { color: #a2bfcc; letter-spacing: .12em; font-size: 12px; }
h1 { font-size: clamp(26px, 4vw, 42px); margin: 12px 0; }
p { max-width: 80ch; }
form { display: grid; gap: 16px; max-width: 660px; margin: 28px 0; }
label { display: grid; gap: 6px; }
input { box-sizing: border-box; width: 100%; background: #142c38; color: inherit; border: 1px solid #4c6673; border-radius: 6px; padding: 12px; font: inherit; }
button { padding: 10px 18px; border: 1px solid #7094a5; border-radius: 6px; font: inherit; cursor: pointer; background: #d4f1f8; color: #122934; }
.actions { display: flex; gap: 12px; }
.hint { font-size: 13px; color: #b1c2ca; margin: 0; }
#state { border-left: 4px solid #d4b559; padding: 12px; background: #172e3a; }
.table-wrap { overflow-x: auto; margin: 24px 0; }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
th, td { text-align: left; padding: 10px; border-bottom: 1px solid #344954; white-space: nowrap; }
th { color: #b1c2ca; }
.stale { color: #d9b16c; }
