/* ---------- Nexus Knowledge Learning — module-specific hero visual ----------
   Feedback → growing knowledge base. Generic chrome (.mock*) in module.css. */
.mll-fb { display: flex; gap: 10px; align-items: flex-start; padding: 11px 13px; border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--surface-2); }
.mll-fb .av { flex-shrink: 0; width: 28px; height: 28px; border-radius: 999px; display: grid; place-items: center; font-size: 10px; font-weight: 700; background: var(--surface-inset); border: 1px solid var(--border); color: var(--fg-muted); }
.mll-fb > span:last-child { display: flex; flex-direction: column; }
.mll-fb .nm { display: block; font-size: 11px; font-weight: 700; color: var(--fg-subtle); margin-bottom: 3px; }
.mll-fb .bubble { display: block; font-size: 12.5px; color: var(--fg-strong); font-weight: 600; line-height: 1.45; }
.mll-arrow { display: flex; align-items: center; gap: 10px; margin: 13px 0; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--nx-green); white-space: nowrap; }
.mll-arrow .ln { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--border-strong), transparent); }
.mll-new { display: flex; flex-direction: column; gap: 8px; }
.mll-item { display: flex; align-items: center; gap: 9px; padding: 9px 11px; border: 1px solid var(--border); border-radius: var(--r-md); background: var(--surface-2); }
.mll-item .ci { color: var(--nx-green); display: grid; place-items: center; flex-shrink: 0; } .mll-item .ci svg { width: 14px; height: 14px; }
.mll-item .t { flex: 1; min-width: 0; font-size: 12.5px; color: var(--fg); }
.mll-item .ts { font-size: 10px; font-family: var(--font-mono); color: var(--fg-subtle); flex-shrink: 0; }
.mll-count { display: flex; align-items: center; gap: 8px; margin-top: 13px; padding-top: 12px; border-top: 1px dashed var(--border); font-size: 12px; color: var(--fg-muted); }
.mll-count b { color: var(--fg-strong); font-family: var(--font-mono); font-weight: 700; }
.mll-count .up { margin-left: auto; color: var(--nx-green); font-family: var(--font-mono); font-size: 11px; font-weight: 700; }

/* Quality harness — presented as methodology and target architecture */
.mll-quality { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.mll-quality__label { display: inline-flex; margin-top: 18px; padding: 6px 10px; border: 1px solid var(--border-strong); border-radius: 999px; color: var(--fg-muted); background: var(--surface); font: 650 11px/1 var(--font-mono); letter-spacing: .04em; }
.mll-quality__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 42px; }
.mll-quality__card { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 24px; }
.mll-quality__n { color: var(--nx-green); font: 750 12px/1 var(--font-mono); padding-top: 4px; }
.mll-quality__card h3 { margin-bottom: 7px; font-size: 16px; }
.mll-quality__card p { color: var(--fg-muted); font-size: 14px; line-height: 1.55; }
.mll-quality__card--approval { grid-column: 1 / -1; border-color: color-mix(in srgb, var(--nx-green) 40%, var(--border)); background: linear-gradient(120deg, color-mix(in srgb, var(--nx-green) 9%, var(--surface)), var(--surface)); }
.mll-quality__pill { display: inline-flex; margin-bottom: 9px; padding: 5px 8px; border-radius: 999px; color: var(--nx-green); background: color-mix(in srgb, var(--nx-green) 13%, transparent); font-size: 10.5px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }

@media (max-width: 760px) {
  .mll-quality__grid { grid-template-columns: 1fr; }
  .mll-quality__card--approval { grid-column: auto; }
}
