:root{--rdx-ink:#0b1220;--rdx-paper:#fff;--rdx-muted:#5b6577;--rdx-line:#d9dee7;--rdx-accent:#0f4c81;--rdx-warn:#8a5a00}@media (prefers-color-scheme:dark){:root{--rdx-ink:#e8ecf3;--rdx-paper:#0b1220;--rdx-muted:#98a2b3;--rdx-line:#22304a;--rdx-accent:#6aa9e0;--rdx-warn:#e0b25a}}*{box-sizing:border-box}body{margin:0;background:var(--rdx-paper);color:var(--rdx-ink);font:16px/1.5 ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}main{max-width:60rem;margin:0 auto;padding:2rem 1rem}h1{font-size:1.5rem;margin:0 0 .25rem}.muted{color:var(--rdx-muted)}.card{border:1px solid var(--rdx-line);border-radius:.5rem;padding:1rem;margin:1rem 0}.chip{display:inline-block;padding:.125rem .5rem;margin:0 .25rem .25rem 0;border:1px solid var(--rdx-line);border-radius:1rem;font-size:.8125rem}label{display:block;margin:.75rem 0 .25rem;font-weight:600}input{width:100%;padding:.5rem;border:1px solid var(--rdx-line);border-radius:.375rem;background:var(--rdx-paper);color:var(--rdx-ink)}button{margin-top:1rem;padding:.5rem 1rem;border:0;border-radius:.375rem;background:var(--rdx-accent);color:#fff;font-weight:600;cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--rdx-accent);outline-offset:2px}.notice{border-left:3px solid var(--rdx-warn);padding-left:.75rem}.status{display:inline-flex;align-items:baseline;gap:.375rem;padding:.125rem .5rem;border:1px solid var(--rdx-line);border-radius:1rem;font-size:.8125rem;white-space:nowrap}.status__marker{font-size:.875rem;line-height:1}.status__hint{color:var(--rdx-muted);white-space:normal}.status--neutral{border-style:dashed}.status--affirmed,.status--progress{border-color:var(--rdx-accent)}.status--affirmed{font-weight:600}.status--authoritative{border-color:var(--rdx-accent);border-width:2px;font-weight:700}.status--stop,.status--warn{border-color:var(--rdx-warn)}.status--stop{text-decoration:line-through}.stage-rail{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 1rem}.stage-rail__step{padding:.25rem .625rem;border:1px solid var(--rdx-line);border-radius:.375rem;font-size:.8125rem;color:var(--rdx-muted)}.stage-rail__step[aria-current=step]{border-color:var(--rdx-accent);border-width:2px;color:var(--rdx-ink);font-weight:700}.actions{list-style:none;padding:0;margin:0}.actions li{padding:.5rem 0;border-bottom:1px solid var(--rdx-line);display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.actions li:last-child{border-bottom:0}.actions .source{color:var(--rdx-muted);font-size:.8125rem}.rows{width:100%;border-collapse:collapse}.rows td,.rows th{text-align:left;padding:.5rem .5rem .5rem 0;border-bottom:1px solid var(--rdx-line);vertical-align:top}.rows th{font-size:.8125rem;color:var(--rdx-muted);font-weight:600}.scroll-x{overflow-x:auto}.library{list-style:none;padding:0;margin:0}.library__row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:baseline;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid var(--rdx-line)}.library__row:last-child{border-bottom:0}.library__main{display:flex;flex-direction:column;gap:.125rem;min-width:14rem;flex:1 1 auto}.library__title{font-weight:600}.library__dates,.library__type{font-size:.8125rem}.library__dates{white-space:nowrap}.detail{display:grid;grid-template-columns:auto 1fr;grid-gap:.375rem 1rem;gap:.375rem 1rem;margin:0}.detail dt{color:var(--rdx-muted);font-size:.8125rem}.detail dd{margin:0}.versions{list-style:none;padding:0;margin:0}.versions__row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:baseline;padding:.5rem 0;border-bottom:1px solid var(--rdx-line)}.versions__row:last-child{border-bottom:0}.versions__no{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;min-width:6rem}.versions__note{flex:1 1 12rem}.button{font:inherit;padding:.5rem 1rem;border:1px solid var(--rdx-accent);border-radius:.375rem;background:transparent;color:var(--rdx-ink);cursor:pointer}.button:hover{border-width:2px}@media (max-width:30rem){.library__row,.versions__row{flex-direction:column;align-items:start}.detail{grid-template-columns:1fr}}.filters{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:end}.filters label{display:flex;flex-direction:column;gap:.25rem;font-size:.8125rem;color:var(--rdx-muted)}.filters input,.filters select{font:inherit;padding:.375rem .5rem;border:1px solid var(--rdx-line);border-radius:.25rem;background:transparent;color:var(--rdx-ink);min-width:9rem}.candidates{list-style:none;padding:0;margin:0}.candidate{padding:.75rem 0;border-bottom:1px solid var(--rdx-line)}.candidate:last-child{border-bottom:0}.candidate__head{display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:baseline}.candidate__handle{font-weight:700;font-family:ui-monospace,monospace}.candidate__skills{list-style:none;padding:0;margin:.375rem 0}.candidate__skills li{display:flex;flex-wrap:wrap;gap:.375rem;align-items:baseline;padding:.125rem 0}.candidate__skill{min-width:8rem}.candidate__foot,.disclosure-note{font-size:.8125rem}.disclosure-note{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--rdx-line)}.pocs{list-style:none;padding:0;margin:.25rem 0 1rem}.poc{padding:.375rem 0;border-bottom:1px solid var(--rdx-line);font-size:.9375rem}.poc:last-child{border-bottom:0}.poc__name{font-weight:600}