.psr-tabs{display:flex;gap:.25rem;margin:1.25rem 0 1rem;padding:.25rem;background:var(--theme-bg,#f1f5f9);border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:12px;width:-moz-fit-content;width:fit-content}[data-effective-mode=dark] .psr-tabs{background:rgba(255,255,255,.04)}.psr-tab{padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;color:var(--theme-text-muted,#64748b);background:transparent;border:none;border-radius:8px;cursor:pointer;transition:background .5s ease-in-out,color .5s ease-in-out}.psr-tab-active,.psr-tab:hover{color:var(--theme-text,#0f172a)}.psr-tab-active{background:var(--theme-surface,#fff);box-shadow:0 1px 2px rgba(15,23,42,.06)}[data-effective-mode=dark] .psr-tab-active{background:rgba(255,255,255,.08);color:var(--theme-text,#fff)}.psr-range{display:inline-flex;gap:.25rem;margin:0 0 1rem;padding:.25rem;background:var(--theme-bg,#f1f5f9);border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:10px}[data-effective-mode=dark] .psr-range{background:rgba(255,255,255,.04)}.psr-range-btn{padding:.375rem .75rem;font-family:inherit;font-size:.8rem;font-weight:600;color:var(--theme-text-muted,#64748b);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background .5s ease-in-out,color .5s ease-in-out}.psr-range-btn-active,.psr-range-btn:hover{color:var(--theme-text,#0f172a)}.psr-range-btn-active{background:var(--theme-surface,#fff)}[data-effective-mode=dark] .psr-range-btn-active{background:rgba(255,255,255,.1);color:var(--theme-text,#fff)}.psr-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}@media (max-width:980px){.psr-two-col{grid-template-columns:1fr}}.psr-table{width:100%;border-collapse:collapse;font-size:.85rem}.psr-table thead th{padding:.625rem .875rem;text-align:left;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-muted,#64748b);background:var(--theme-bg,#f8fafc);border-bottom:1px solid var(--theme-border,rgba(15,23,42,.08))}[data-effective-mode=dark] .psr-table thead th{background:rgba(255,255,255,.04)}.psr-table tbody td{padding:.625rem .875rem;border-bottom:1px solid var(--theme-border,rgba(15,23,42,.04));color:var(--theme-text,#0f172a);vertical-align:middle}.psr-num{text-align:right;font-variant-numeric:tabular-nums}.psr-bold{font-weight:600}.psr-muted{color:var(--theme-text-muted,#64748b)}.psr-bar-track{position:relative;height:8px;width:100%;background:var(--theme-bg,rgba(15,23,42,.06));border-radius:999px;overflow:hidden}[data-effective-mode=dark] .psr-bar-track{background:rgba(255,255,255,.06)}.psr-bar-fill{height:100%;border-radius:999px;transition:width .7s ease-in-out}.psr-bar-fill-green{background:#059669}.psr-bar-fill-amber{background:#b45309}.psr-bar-fill-red{background:#dc2626}.psr-tag-list{list-style:none;margin:0;padding:.75rem;display:flex;flex-wrap:wrap;gap:.375rem}