:root { --ink: #16221c; --paper: #f6f1e5; --lime: #c8e64b; --orange: #ff7043; --line: #c7c0ae; --muted: #6c7167; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 90% 5%, #d9ed88 0 9%, transparent 32%), repeating-linear-gradient(-35deg, #f6f1e5 0 18px, #f1ebdb 18px 19px); font: 15px/1.35 Georgia, 'Times New Roman', serif; }
main { max-width: 1540px; margin: 0 auto; padding: 42px 28px; }
header, nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
h1 { margin: 0; font: 700 clamp(2.2rem, 5vw, 4.6rem)/.9 Impact, Haettenschweiler, sans-serif; letter-spacing: .03em; text-transform: uppercase; }
.eyebrow { margin: 0 0 8px; color: var(--muted); font: 700 11px/1 ui-monospace, monospace; letter-spacing: .16em; }
button { border: 2px solid var(--ink); background: var(--lime); color: var(--ink); cursor: pointer; font: 700 12px ui-monospace, monospace; padding: 10px 16px; text-transform: uppercase; } button:disabled { cursor: not-allowed; opacity: .4; }
.filters { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; margin: 32px 0 16px; padding: 15px; border: 2px solid var(--ink); background: #fffdf7cc; }
label { color: var(--muted); font: 700 10px ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; } input, select { width: 100%; margin-top: 5px; border: 1px solid var(--line); border-radius: 0; background: #fffdf7; color: var(--ink); font: 14px Georgia, serif; padding: 8px; }
#notice { min-height: 22px; color: var(--muted); font-style: italic; }
.table-wrap { overflow-x: auto; border: 2px solid var(--ink); background: #fffdf7e6; } table { width: max-content; min-width: 100%; border-collapse: collapse; } th { background: var(--ink); color: var(--paper); font: 700 10px ui-monospace, monospace; letter-spacing: .1em; text-align: left; text-transform: uppercase; } th, td { border-bottom: 1px solid var(--line); padding: 12px; vertical-align: top; } td { max-width: none; white-space: nowrap; } tr:last-child td { border-bottom: 0; } tr:hover td { background: #eef4cc; }
code { font: 12px ui-monospace, monospace; } small { display: block; color: var(--muted); font: 11px ui-monospace, monospace; margin-top: 3px; max-width: 260px; overflow: hidden; text-overflow: ellipsis; }.status { display: inline-block; background: #dde4d4; border-radius: 99px; font: 700 10px ui-monospace, monospace; padding: 3px 6px; }.status.SUCCEEDED { background: var(--lime); }.status.FAILED, .status.PROVIDER_REJECTED, .status.EXPIRED { background: #ffb6a0; }.failure { color: #a32816; } nav { margin-top: 16px; } #page { font: 12px ui-monospace, monospace; }
@media (max-width: 640px) { main { padding: 24px 14px; } header { align-items: flex-start; } header button { padding: 9px; } .filters { grid-template-columns: 1fr 1fr; } }
