/* CSS extraído de pages/ia/index.html */
:root{--azul:#286dcc;--azul-escuro:#0f4c9b;--fundo:#eaf0f8;--borda:#c8d8ee;--texto:#10213d}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;background:var(--fundo);color:var(--texto)}.topbar{background:var(--azul);padding:14px 18px;display:flex;justify-content:space-between;align-items:center;color:white}.topbar a{color:white;text-decoration:none;font-weight:800}.topbar-title{font-weight:800}.container{max-width:1100px;margin:auto;padding:14px}.header{margin-bottom:14px}.header h1{margin:0 0 4px;color:var(--azul-escuro);font-size:2rem}.header p{margin:0;opacity:.8}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.card{display:block;background:white;border:1px solid var(--borda);border-radius:14px;padding:14px;text-decoration:none;color:inherit}.status{display:inline-block;padding:4px 8px;border-radius:999px;font-size:.7rem;font-weight:800;margin-bottom:8px}.ok{background:#eafff6;color:#07885e}.build{background:#fff7d6;color:#7a5700}.future{background:#eef4ff;color:#315575}.card h2{margin:0 0 6px;font-size:1rem;color:var(--azul-escuro)}.card p{margin:0;font-size:.88rem;line-height:1.45}@media(max-width:900px){.grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.grid{grid-template-columns:1fr}.header h1{font-size:1.6rem}}
