/* AulaNova UCE v0.3.1 · Perfil trazable + auditoría sensible al estado */
.anu-status.pending{background:#eef1f5;color:#586477}
.anu-status.partial{background:#fff3d8;color:#865500}
.anu-status.danger{background:#fde8e8;color:#9b1c1c}
.anu-profile-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0}
.anu-profile-summary>div{border:1px solid rgba(31,78,121,.12);border-radius:14px;padding:12px;background:rgba(247,250,255,.78)}
.anu-profile-summary span{display:block;font-size:12px;color:var(--anu-muted);margin-bottom:4px}.anu-profile-summary b{font-size:18px}
.anu-profile-grid{margin-top:14px}.anu-profile-field{gap:7px}.anu-profile-label{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.anu-field-trace{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap;font-size:12px;color:var(--anu-muted)}
.anu-source-link{font-weight:800;color:var(--anu-blue);text-decoration:none}.anu-source-link:hover{text-decoration:underline}
.anu-profile-field textarea[readonly]{background:#f4f6f9;color:#596575;border-style:dashed}
@media(max-width:800px){.anu-profile-summary{grid-template-columns:1fr}.anu-profile-label{align-items:flex-start;flex-direction:column}}
