/* Sourced model performance; static icons respect reduced motion. */
.library-performance{margin:0 0 18px;padding-top:12px;border-top:1px solid var(--line);min-width:0}
.library-performance-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.library-performance-stats>div{display:grid;grid-template-columns:15px 1fr;gap:5px 6px;align-items:center;font-size:10px;color:var(--ink-soft)}
.library-performance-stats svg{width:14px;height:14px;flex:none}
.library-performance-stats strong{grid-column:1/-1;color:var(--ink);font-size:13px;font-weight:550;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
.library-performance-source{display:flex;flex-wrap:wrap;gap:3px 10px;margin-top:9px;font-size:9px;line-height:1.5;color:var(--ink-soft)}
.library-performance-source time{white-space:nowrap}
.library-performance-table{border-collapse:collapse;width:100%;margin:16px 0;font-size:11px;text-align:start}
.library-performance-table th,.library-performance-table td{padding:10px 6px;border-bottom:1px solid var(--line);text-align:start;overflow-wrap:anywhere}
.library-performance-table th{font-size:10px;color:var(--ink-soft)}
.library-performance-table td:first-child{max-width:220px}
.library-performance-table small{display:block;color:var(--ink-soft);font-size:9px;margin-top:4px}
.library-performance-table td:not(:first-child){font-variant-numeric:tabular-nums}
@media(max-width:480px){.library-performance-table{font-size:10px}.library-performance-table td:first-child{max-width:130px}}
