*{box-sizing:border-box;margin:0;padding:0}
html{height:100%}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;
background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);color:#1f2933;line-height:1.6;padding:1.5rem}
.card{background:#ffffff;border:1px solid #e3e8ef;border-radius:14px;
box-shadow:0 10px 30px rgba(31,41,51,0.06);max-width:560px;width:100%;padding:2.5rem 2rem;text-align:center}
h1{font-size:1.9rem;font-weight:700;color:#1f2933;margin-bottom:1rem;word-break:break-word}
.blurb{font-size:1.02rem;color:#52606d;margin-bottom:1.5rem}
.contact{font-size:0.95rem;color:#52606d}
.contact a{color:#2563eb;text-decoration:none}
.contact a:hover{text-decoration:underline}
footer{margin-top:2rem;font-size:0.82rem;color:#9aa5b1;text-align:center}
@media(max-width:480px){.card{padding:1.75rem 1.25rem}h1{font-size:1.55rem}}
