.module-hero{display:flex;align-items:center;gap:16px;max-width:1480px;margin:0 auto 16px;border:1px solid #cce7db;border-radius:14px;padding:20px;background:linear-gradient(110deg,#effaf5,#fff)}.module-hero>span{display:grid;width:48px;height:48px;place-items:center;border-radius:13px;background:var(--green);color:#fff;font-size:22px}.module-hero div{display:grid;grid-template-columns:auto auto;column-gap:10px;align-items:end}.module-hero p{grid-column:1/-1;margin:0;color:#5c7c6e;font-size:10px;font-weight:800;letter-spacing:.12em}.module-hero strong{font-size:30px;letter-spacing:-.05em}.module-hero small{padding-bottom:5px;color:#6d7e87;font-size:11px}.module-hero em{margin-left:auto;border-radius:999px;padding:6px 9px;background:#e3f5ec;color:#177d5b;font-size:9px;font-style:normal;font-weight:800}.module-list{display:grid;gap:10px;max-width:1480px;margin:0 auto}.module-list article{display:flex;align-items:center;gap:13px;border:1px solid #e1e9ec;border-radius:13px;padding:14px 16px;background:#fff;box-shadow:0 1px 2px rgba(12,30,43,.04)}.module-avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:var(--green-soft);color:#168060;font-size:12px;font-weight:800}.module-list article>div:nth-child(2){min-width:0;flex:1}.module-list p{margin:0;color:#172b39;font-size:13px;font-weight:800}.module-list small{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px;color:#75858f;font-size:10px}.module-list small span{border-radius:5px;background:#f3f6f7;padding:3px 5px}.module-list>b{border-radius:999px;padding:5px 8px;background:#edf4ff;color:#3978b5;font-size:9px}.module-safety{max-width:1480px;margin:18px auto;color:#7b8991;font-size:11px;text-align:center}@media(max-width:640px){.module-hero{align-items:flex-start}.module-hero em{display:none}.module-list article{align-items:flex-start}.module-list>b{display:none}}

/* Centro de IA (Fase 11 B) */
.ai-lema{display:flex;align-items:center;gap:8px;max-width:1480px;margin:0 auto 16px;border:1px solid #cfe0f2;border-radius:12px;padding:12px 16px;background:linear-gradient(110deg,#eef4fc,#fff);color:#2b4a6b;font-size:12px}
.ai-lema b{font-weight:800}
.ai-agent-link{text-decoration:none;color:inherit}
.ai-agent-link b{display:inline-flex;align-items:center;gap:6px}
.ai-prompt-view{white-space:pre-wrap;word-break:break-word;border:1px solid #e1e9ec;border-radius:10px;padding:12px 14px;background:#fafbfc;color:#243441;font-size:12px;line-height:1.5;max-height:360px;overflow:auto}
.ai-version-row{border:1px solid #e6edf1;border-radius:11px;padding:12px 14px;background:#fff}
.ai-version-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.tag-chip.muted{background:#f1f3f5;color:#8a97a1;border-color:#e2e6ea}
.check-inline{display:inline-flex;align-items:center;gap:6px;font-size:12px}
