
/* Critical extracted */
html,body{margin:0;padding:0}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:#111827;line-height:1.55;background:#fff}
.header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e7eb}
.container{max-width:1100px;margin:0 auto;padding:16px}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}
.card .pad{padding:12px}
h1{font-size:clamp(1.8rem,1.3rem+2vw,2.4rem);margin:12px 0 8px}
.meta{color:#4b5563;font-size:.9rem}
.badge{display:inline-block;padding:2px 8px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:.85rem}
