/* permissions.css — the 3×3 rwx grid (owner/group/other) with the octal beside each row. */
.pm-cap { fill: #8aa0b6; font-size: 12px; font-weight: 600; }
.pm-bhdr { fill: #94a3b8; font-size: 13px; font-weight: 700; font-family: ui-monospace, Menlo, Consolas, monospace; }
.pm-who { fill: #cbd5e1; font-size: 13px; font-weight: 600; }
.pm-bit { stroke-width: 1.3; }
.pm-on { fill: rgba(52, 211, 153, 0.28); stroke: #34d399; }
.pm-off { fill: rgba(255, 255, 255, 0.04); stroke: rgba(148, 163, 184, 0.35); }
.pm-bv { font-size: 16px; font-weight: 700; font-family: ui-monospace, Menlo, Consolas, monospace; }
.pm-v-on { fill: #eafff5; }
.pm-v-off { fill: #5b6b80; }
.pm-oct { fill: #fbbf24; font-size: 15px; font-weight: 700; font-variant-numeric: tabular-nums; font-family: ui-monospace, Menlo, Consolas, monospace; }
.pm-add { fill: #8aa0b6; font-size: 11px; font-weight: 600; }
