/* Base responsive defaults - see lib/build.ts */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-wrap: break-word; }
img, picture, video, canvas, svg, iframe { max-width: 100%; height: auto; }
table { max-width: 100%; }
pre { overflow-x: auto; }
input, button, textarea, select { font: inherit; max-width: 100%; }
/* 16px minimum stops mobile Safari zooming in when a field takes focus. */
input, textarea, select { font-size: max(1rem, 16px); }

*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.6;color:#1c2530;background:#f4f6f9;overflow-wrap:break-word;word-wrap:break-word}.container{width:100%;max-width:70rem;margin:0 auto;padding:0 1.1rem}a{color:#1758c4}img{max-width:100%;height:auto}.site-header{background:#0f2a4a;color:#fff}.header-inner{display:flex;flex-direction:column;gap:.4rem;padding-top:.8rem;padding-bottom:.8rem}.brand{color:#fff;font-weight:700;font-size:1.2rem;text-decoration:none;padding:.5rem 0;display:inline-block}.site-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.3rem}.site-nav a{color:#fff;text-decoration:none;display:block;padding:.7rem .9rem;min-height:44px;border-radius:6px}.site-nav a:hover,.site-nav a:focus{background:rgba(255,255,255,.15)}.hero{background:#123963;color:#fff;padding:2.5rem 0}.hero h1{margin:0 0 .6rem;font-size:clamp(1.75rem,5vw,3rem);line-height:1.15}.hero p{margin:0;font-size:1.05rem;max-width:45rem}.badge{display:inline-block;background:#2e7d32;color:#fff;padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.section{padding:2rem 0}.section h2{font-size:clamp(1.35rem,4vw,2rem);margin-top:0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.2rem}.card{background:#fff;border:1px solid #dde3ea;border-radius:10px;padding:1.2rem}.card h3{margin-top:0;font-size:1.1rem}.status{background:#fff;border-left:4px solid #2e7d32;border-radius:8px;padding:1.2rem;margin-top:1.2rem}.status code{background:#eef1f5;padding:.15rem .4rem;border-radius:4px;overflow-wrap:anywhere}.btn{display:inline-block;background:#1758c4;color:#fff;text-decoration:none;padding:.8rem 1.3rem;min-height:44px;border-radius:8px;font-weight:600;margin-top:1rem}.btn:hover,.btn:focus{background:#0f4098}.site-footer{background:#0f2a4a;color:#dbe4f0;padding:1.8rem 0;margin-top:2rem}.site-footer a{color:#9ec3f5;overflow-wrap:anywhere}.footer-note{font-weight:600;color:#fff}.copyright{font-size:.85rem;color:#9fb2c9}@media(min-width:48em){.header-inner{flex-direction:row;align-items:center;justify-content:space-between}.brand{font-size:1.35rem}}