:root{--background:#f5f7fa;--surface:#fff;--text:#172033;--muted:#5d6678;--accent:#3568a8}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}.preparation-page{place-items:center;min-height:100svh;padding:2rem 1.25rem;display:grid}.message{background:var(--surface);text-align:center;border:1px solid #e4e8ef;border-radius:1.25rem;width:min(100%,42rem);padding:clamp(2rem,7vw,4.5rem);box-shadow:0 1rem 3rem #17203314}h1{color:var(--accent);letter-spacing:-.04em;margin:0;font-size:clamp(2rem,7vw,3.5rem);line-height:1.1}p{margin-left:auto;margin-right:auto}.status{margin-top:2rem;margin-bottom:0;font-size:clamp(1.125rem,3vw,1.375rem);font-weight:600;line-height:1.5}.description{max-width:34rem;color:var(--muted);margin-top:.75rem;margin-bottom:0;font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.65}@media (max-width:30rem){.message{border-radius:1rem}}
