/* Render-blocking, tiny first-paint styles, independent of the React bundle. */
html,body{margin:0;min-width:320px;background:#fbf7ef;color:#43112d}
.initial-page{box-sizing:border-box;max-width:960px;margin:auto;padding:24px;font-family:system-ui,sans-serif}
.initial-page header{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid #ded4c9}
.initial-page h1{font-size:clamp(24px,4vw,36px);line-height:1.2;margin:24px 0 12px}
.initial-page p{font-size:16px;line-height:1.6;max-width:760px}
.initial-page summary{cursor:pointer;padding:12px 0;color:#145b3e}
.initial-page nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}
.initial-page a{padding:12px;border:1px solid #ded4c9;border-radius:10px;color:#145b3e;text-decoration:none}
