:root { color: #080b10; background: #f4f5f3; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { min-height: 100vh; display: grid; margin: 0; place-items: center; padding: 24px; }
main { width: min(720px, 100%); padding: clamp(28px, 6vw, 64px); background: #fff; border: 1px solid #d9e0e7; box-shadow: 0 22px 60px rgba(16,24,40,.08); }
.mark { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: #172330; border-radius: 50%; font-size: 13px; font-weight: 850; }
.eyebrow { margin: 46px 0 14px; color: #667085; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(38px, 8vw, 64px); line-height: 1; letter-spacing: -.045em; }
.status { margin: 28px 0 0; padding: 14px 16px; color: #344054; background: #f4f6f8; border-left: 3px solid #b77a24; font-size: 13px; font-weight: 700; }
p { color: #667085; font-size: 14px; line-height: 1.6; }
a { display: inline-flex; margin-top: 26px; padding: 11px 14px; color: #fff; background: #172330; border-radius: 7px; font-size: 12px; font-weight: 750; text-decoration: none; }
a:focus-visible { outline: 3px solid #7ab6e8; outline-offset: 3px; }
