:root { color-scheme: dark; --bg: #0c0f13; --panel: #12171d; --line: #29323d; --text: #e9eef4; --muted: #9ba7b6; --green: #55dc9b; --red: #ff7f86; --amber: #edc976; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "PingFang SC", monospace; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.6; }
main { max-width: 1220px; margin: auto; padding: 0 36px 40px; }
a { color: var(--text); text-underline-offset: 5px; }
header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { text-decoration: none; font-weight: 650; letter-spacing: .06em; }
.prompt { color: var(--green); margin-right: 12px; }
.muted, .endpoint, dt, .index, .footnote { color: var(--muted); }
.environment { border: 1px solid var(--line); padding: 4px 10px; font-size: 12px; letter-spacing: .07em; white-space: nowrap; }
.overview { padding: 44px 0 30px; }
.eyebrow { color: var(--muted); font-size: 12px; letter-spacing: .18em; margin: 0 0 10px; }
.title-row { display: flex; align-items: center; justify-content: space-between; }
h1 { font-family: system-ui, sans-serif; font-size: clamp(28px, 4vw, 40px); line-height: 1.3; letter-spacing: -.04em; margin: 0; font-weight: 600; }
button { font: inherit; font-size: 14px; color: var(--text); background: transparent; border: 1px solid var(--line); border-radius: 4px; padding: 8px 14px; cursor: pointer; }
button:hover { background: var(--panel); border-color: var(--muted); }
button:disabled { cursor: wait; opacity: .6; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.summary { font-size: 18px; margin: 24px 0 6px; }
.overview > .muted { font-size: 14px; margin: 0; }
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service { border: 1px solid var(--line); border-top: 2px solid var(--muted); background: var(--panel); padding: 24px; border-radius: 4px; }
.service[data-status="up"] { border-top-color: var(--green); }
.service[data-status="down"] { border-top-color: var(--red); }
.card-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.index { font-size: 12px; letter-spacing: .04em; }
.badge { font-size: 14px; color: var(--muted); white-space: nowrap; }
[data-status="up"] .badge, [data-status="success"] .badge { color: var(--green); }
[data-status="down"] .badge, [data-status="failure"] .badge, [data-status="cancelled"] .badge { color: var(--red); }
[data-status="running"] .badge { color: var(--amber); }
.service h2 { font-family: system-ui, sans-serif; font-size: 24px; margin: 25px 0 2px; font-weight: 550; }
.endpoint { font-size: 13px; margin: 0 0 25px; overflow-wrap: anywhere; }
dl { margin: 0; border-top: 1px solid var(--line); padding-top: 18px; }
dt { font-size: 13px; margin: 0 0 3px; }
dd { margin: 0 0 14px; font-size: 14px; overflow-wrap: anywhere; }
dd:last-child { margin-bottom: 0; }
.version { min-height: 45px; }
.deployments { margin-top: 38px; }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.section-title h2 { font-size: 18px; margin: 0; font-weight: 500; }
.section-title .muted { font-size: 12px; }
.deploy-row { display: grid; grid-template-columns: 50px 90px 80px minmax(70px, 1fr) auto 100px; gap: 18px; align-items: center; border-top: 1px solid var(--line); padding: 18px 0; font-size: 14px; }
.deploy-row:last-child { border-bottom: 1px solid var(--line); }
.stage { color: var(--muted); overflow-wrap: anywhere; }
.sha { font-family: inherit; }
.deploy-row time { color: var(--muted); font-size: 13px; }
.deploy-row a { justify-self: end; font-size: 13px; }
footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 24px; font-size: 13px; }
footer .muted { margin-right: 10px; }
#freshness { margin-left: 12px; color: var(--muted); }
#notification { color: var(--amber); }
.footnote { font-size: 12px; margin-top: 12px; }
@media (max-width: 900px) { .services { grid-template-columns: 1fr; } .version { min-height: auto; } .service { padding: 20px; } .service h2 { margin-top: 14px; } .deploy-row { grid-template-columns: 45px 85px 1fr; gap: 10px; } .deploy-row a { justify-self: start; } }
@media (max-width: 520px) { main { padding: 0 20px 24px; } header { align-items: flex-start; flex-direction: column; gap: 10px; padding: 22px 0; } .overview { padding-top: 30px; } .section-title { align-items: flex-start; flex-direction: column; gap: 4px; } .deploy-row { grid-template-columns: 40px 80px minmax(0, 1fr); } .deploy-row time { overflow-wrap: anywhere; } footer > div { display: flex; flex-wrap: wrap; gap: 4px; } #freshness { margin-left: 0; } }
