/* Minimal styles for the starter site */
html,body{height:100%;margin:0;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f7f9fc;color:#222}
header{background:#184e77;color:#fff;padding:28px 24px}
header h1{margin:0;font-size:1.8rem}
.subtitle{opacity:.92;margin-top:6px}
main{padding:24px;max-width:900px;margin:24px auto;background:#fff;border-radius:8px;box-shadow:0 6px 18px rgba(25,25,25,0.06)}
section{margin-bottom:18px}
footer{text-align:center;padding:16px 0;color:#666}
code{background:#eef3fb;padding:2px 6px;border-radius:4px}
