body { background: #f6f7f9; color: #20252b; }
h1 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 700; }
.card { border: 1px solid #e1e5ea; box-shadow: 0 2px 8px rgba(20, 30, 45, .04); }
.metric strong { display: block; font-size: 2rem; margin-top: .25rem; }
.metric span { color: #68717d; }
.prompt-text { white-space: pre-wrap; overflow-wrap: anywhere; padding: 1.25rem; background: #17202a; color: #eef3f7; font: .95rem/1.65 ui-monospace, SFMono-Regular, Consolas, monospace; }
.preserve { white-space: pre-wrap; }
.check { width: 2.5rem; }
dt { color: #68717d; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
dd { margin-bottom: 1rem; }
