.report-performance{margin-top:24px}
.report-performance__heading{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px}
.report-performance__heading h2{margin:0 0 5px;font-size:22px}
.report-performance__heading p{margin:0;color:var(--muted)}
.report-performance__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.performance-card{margin:0;padding:18px;min-width:0}
.performance-card__header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
.performance-card__title{display:flex;align-items:center;gap:10px;min-width:0}
.performance-card__icon{width:38px;height:38px;border-radius:11px;background:#edf2ff;color:#315edb;display:grid;place-items:center;font-size:18px;font-weight:800;flex:0 0 auto}
.performance-card h3{margin:0;font-size:16px}
.performance-toggle{display:flex;padding:3px;background:#f1f4f9;border:1px solid var(--line);border-radius:9px;flex:0 0 auto}
.performance-toggle button{padding:7px 10px;background:transparent;color:#69758d;border-radius:7px;font-size:11px}
.performance-toggle button.active{background:#112b55;color:#fff;box-shadow:0 3px 9px #112b5526}
.performance-list{display:grid;gap:12px}
.performance-row__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}
.performance-row__top strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.performance-row__top b{color:#112b55;white-space:nowrap}
.performance-row__top b.negative{color:#c33f53}
.performance-bar{height:7px;background:#edf1f7;border-radius:999px;overflow:hidden}
.performance-bar span{display:block;height:100%;min-width:3px;border-radius:inherit;background:linear-gradient(90deg,#3567ee,#18a978)}
.performance-empty{padding:18px;text-align:center;color:var(--muted);background:#f7f9fc;border-radius:10px}
@media(max-width:1050px){.report-performance__grid{grid-template-columns:1fr}}
@media(max-width:650px){.performance-card__header,.report-performance__heading{align-items:flex-start;flex-direction:column}.performance-toggle{width:100%}.performance-toggle button{flex:1}}
