.review { padding: 16px 18px; border-radius: 12px; background: #12151a;
          border: 1px solid var(--border); margin: 0 0 14px; }
.review > :last-child, .review .prose > :last-child { margin-bottom: 0; }
.review h4 { margin: 0 0 12px; font-size: 14px; letter-spacing: -0.01em;
             font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.review table { border-collapse: collapse; margin: 0 0 12px; width: auto;
                min-width: 240px; font-size: 13.5px; }
.review td { padding: 5px 22px 5px 0; border-bottom: 0; text-align: left;
             vertical-align: top; }
.review td:last-child { text-align: right; }
.review .crit { color: #d9736b; font-weight: 700; }
.review .med  { color: #d9a441; font-weight: 700; }
.review .low  { color: var(--text-muted); font-weight: 700; }
.review p { margin: 0 0 10px; font-size: 14px; }
.review .fid { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
               font-weight: 700; font-size: 13.5px; }
.review .loc { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
               font-size: 12.5px; color: var(--text-muted); }
.review .fix { color: var(--text-secondary); }
