/* pie_chart.css — pie slices + legend (see pie_chart.js). */
.pc-svg { display: block; width: 100%; height: auto; }
.pc-slice { stroke: #0a0f1a; stroke-width: 1.4; }
.pc-slab { fill: #0a0f1a; font-size: 10px; font-weight: 800; paint-order: stroke; stroke: rgba(255, 255, 255, 0.5); stroke-width: 2px; stroke-linejoin: round; }
.pc-key { stroke: #0a0f1a; stroke-width: 0.6; }
.pc-klab { fill: #cbd5e1; font-size: 11px; font-weight: 600; font-variant-numeric: tabular-nums; }
