:root{font-family:Tahoma,Arial,sans-serif;color:#172554;background:#eff6ff}*{box-sizing:border-box}body{margin:0}main{min-height:100vh;display:grid;place-items:center;padding:2rem}section{max-width:42rem;background:white;border-radius:1.5rem;padding:3rem;box-shadow:0 20px 50px #1e3a8a20}h1{font-size:3rem;margin:.5rem 0}.eyebrow{color:#2563eb}.status{display:inline-block;margin-top:1rem;padding:.5rem 1rem;border-radius:999px}.status-ok{background:#dcfce7;color:#166534}.status-error{background:#fee2e2;color:#991b1b}