@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{background-color:#f5f7fb}*{box-sizing:border-box}body{margin:0;font-family:Manrope,Segoe UI,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at 10% 20%,#eef2ff 0,#f6f7fb 30% 100%);color:#0f172a}a{color:inherit;text-decoration:none}#root{min-height:100vh}@keyframes pulse{0%{opacity:.35}50%{opacity:1}to{opacity:.35}}.card-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.full-bleed{width:100%}
