:root{color-scheme:light;font-family:Arial,sans-serif;background:#f7f7f5;color:#202020}*{box-sizing:border-box}body{margin:0}main{min-height:100vh;display:grid;place-items:center;padding:2rem}.card{width:min(100%,38rem);padding:2.5rem;background:#fff;border:1px solid #e7e3dc;border-radius:1rem;box-shadow:0 .75rem 2rem rgb(0 0 0/6%)}h1{font-size:clamp(1.7rem,5vw,2.4rem);line-height:1.1}h1,h2{margin:0 0 1rem}h2{font-size:1.25rem}p{line-height:1.6;color:#555}.eyebrow{margin:0 0 .75rem;color:#b3261e;font-weight:700;letter-spacing:.04em}.status{margin-top:1.5rem;padding:1rem;border-left:4px solid #b3261e;background:#faf4f2;color:#333}