:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  background: #f4f4f4;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.card { width: min(620px, 100%); background: #fff; border: 1px solid #ddd; border-radius: 14px; padding: 34px; box-shadow: 0 12px 40px rgba(0,0,0,.06); }
.brand { font-weight: 800; letter-spacing: .12em; font-size: .95rem; margin-bottom: 28px; }
.eyebrow { color: #666; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
h1 { margin: 0 0 28px; font-size: clamp(1.8rem, 5vw, 2.7rem); line-height: 1.05; }
p { color: #444; line-height: 1.55; }
.metric { border-top: 1px solid #e7e7e7; padding: 22px 0; }
.label { color: #666; font-size: .9rem; margin-bottom: 6px; }
.value { font-size: 1.45rem; font-weight: 700; }
.queue { font-size: 4rem; line-height: 1; font-weight: 800; }
.hint { margin-top: 10px; color: #666; font-size: .9rem; line-height: 1.4; }
.updated { border-top: 1px solid #e7e7e7; padding-top: 18px; margin-top: 4px; color: #777; font-size: .8rem; }

.button{display:inline-block;padding:12px 16px;border:1px solid #111;border-radius:8px;background:#111;color:#fff;text-decoration:none;font-weight:700}.button:hover{opacity:.88}
