*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#0a0a0a;color:#ededed;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}main{max-width:640px;width:100%}h1{font-size:1.75rem;margin-bottom:.5rem}.subtitle{color:#888;margin-bottom:2rem}.card{background:#141414;border:1px solid #262626;border-radius:12px;padding:1.5rem}.card,.card h2{margin-bottom:1rem}.card h2{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#666}dl{display:grid;grid-gap:.75rem;gap:.75rem}.row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #1f1f1f}.row:last-child{border-bottom:none;padding-bottom:0}dt{color:#888}dd,dt{font-size:.875rem}dd{font-family:ui-monospace,monospace}.status{display:inline-flex;align-items:center;gap:.4rem;color:#4ade80}.status:before{content:"";width:8px;height:8px;border-radius:50%;background:#4ade80}