분석 레포트 화면 수정

This commit is contained in:
Macbook
2026-06-07 17:43:22 +09:00
parent 7ec754770d
commit 5928599fd0
11 changed files with 1802 additions and 187 deletions
+917 -15
View File
@@ -1,9 +1,256 @@
/**
* The Quant Command Center — Analysis Report Styles
* TRADING_REPORT_UI_DESIGN.pdf 기반
*/
/* ── 페이지 레이아웃 ── */
/* ── BuilderPageShell 연동 (가상매매와 동일 3패널) ── */
.bps-page--arp .arp-context-bar {
display: flex;
flex-shrink: 0;
align-items: stretch;
min-height: 38px;
border-bottom: 1px solid var(--se-border, var(--border));
background: color-mix(in srgb, var(--se-header-bg, var(--bg2)) 88%, var(--se-bg, var(--bg1)));
}
.bps-page--arp .arp-context-bar__left-gap {
flex: 0 0 calc(
var(--bps-left-width, 380px)
+ var(--bps-left-handle, 16px)
+ var(--bps-left-splitter, 5px)
);
min-width: var(--bps-left-handle, 16px);
}
.bps-page--arp .arp-context-bar__right-gap {
flex: 0 0 calc(
var(--bps-right-width, 320px)
+ var(--bps-left-handle, 16px)
+ var(--bps-right-splitter, 5px)
);
min-width: var(--bps-left-handle, 16px);
}
.bps-page--arp .arp-context-bar__center {
flex: 1;
min-width: 0;
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: 6px 14px;
padding: 8px 12px;
}
.bps-page--arp .arp-context-symbol {
font-size: 1.05rem;
font-weight: 800;
color: var(--se-gold, #e6c200);
letter-spacing: -0.02em;
line-height: 1.2;
}
.bps-page--arp .arp-context-meta {
font-size: 0.72rem;
font-weight: 500;
color: var(--se-text-dim, var(--text3));
line-height: 1.35;
}
.bps-page--arp .bps-center-content {
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
overflow: hidden;
padding: 10px 12px 12px;
background: var(--se-center-bg, var(--se-bg));
}
/* 좌·중·우 패널 동일 높이 — flex 체인 */
.bps-page--arp .bps-body {
align-items: stretch;
min-height: 0;
}
.bps-page--arp .bps-side-wrap {
align-self: stretch;
min-height: 0;
}
.bps-page--arp .bps-side-wrap--left .bps-left--collapsible {
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
height: auto;
align-self: stretch;
}
.bps-page--arp .bps-main {
flex: 1;
min-height: 0;
align-self: stretch;
display: flex;
flex-direction: column;
}
.bps-page--arp .bps-main-row {
flex: 1;
min-height: 0;
align-items: stretch;
}
.bps-page--arp .bps-center,
.bps-page--arp .bps-center-work {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
}
.bps-page--arp .bps-side-wrap--right .bps-right--collapsible {
align-self: stretch;
min-height: 0;
height: auto;
}
.bps-page--arp .bps-side-wrap--left {
align-self: stretch;
min-height: 0;
}
.bps-page--arp .bps-side-wrap--right {
align-self: stretch;
min-height: 0;
}
.bps-page--arp .bps-side-wrap--right .bps-right.bps-right--collapsible {
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
align-self: stretch;
}
/* 좌측 실행 목록 카드 — 우측 시그널 카드와 동일 높이 */
.bps-page--arp .bps-side-wrap--left .bps-left--collapsible .bps-panel {
flex: 1;
min-height: 0;
height: auto;
margin: 10px;
padding: 14px 12px 12px;
border-radius: 14px;
background: var(--se-panel-card-bg);
border: 1px solid var(--se-panel-card-border);
box-shadow: var(--se-panel-card-shadow), inset 0 1px 0 color-mix(in srgb, var(--se-text) 4%, transparent);
}
.bps-page--arp .bps-panel-body {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
overflow: hidden;
}
.bps-page--arp .bps-panel-body .btd-exec-list {
flex: 1;
min-height: 0;
height: 100%;
display: flex;
flex-direction: column;
}
.bps-page--arp .bps-panel-body .btd-exec-scroll,
.bps-page--arp .bps-panel-body .btd-exec-scroll.vl-scroll {
flex: 1;
min-height: 0;
}
.bps-page--arp .bps-right-body {
padding: 0;
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
overflow: hidden;
}
.bps-page--arp .arp-center-inner {
width: 100%;
max-width: 960px;
margin: 0 auto;
}
/* 중앙 분석 카드 — 우측 시그널 카드와 동일 높이 */
.bps-page--arp .arp-center-shell {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
border-radius: 14px;
background: var(--se-panel-card-bg);
border: 1px solid var(--se-panel-card-border);
box-shadow: var(--se-panel-card-shadow), inset 0 1px 0 color-mix(in srgb, var(--se-text) 4%, transparent);
overflow: auto;
padding: 12px 14px 14px;
}
.bps-page--arp .arp-center-shell .arp-report-empty {
flex: 1;
min-height: 200px;
}
.bps-page--arp .arp-signals-panel {
flex: 1;
min-height: 0;
height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
margin: 10px;
border-radius: 14px;
background: var(--se-panel-card-bg);
border: 1px solid var(--se-panel-card-border);
box-shadow: var(--se-panel-card-shadow), inset 0 1px 0 color-mix(in srgb, var(--se-text) 4%, transparent);
}
.bps-page--arp .arp-signals-panel .brd-card--sig-fill {
flex: 1;
display: flex;
flex-direction: column;
min-height: 0;
height: 100%;
border: none;
border-radius: 0;
background: transparent;
}
.bps-page--arp .arp-signals-panel .brd-sig-scroll {
flex: 1;
min-height: 0;
max-height: none;
overflow-y: auto;
}
.bps-page--arp .arp-signals-empty {
flex: 1;
min-height: 0;
margin: 10px;
display: flex;
align-items: center;
justify-content: center;
padding: 24px 16px;
border-radius: 14px;
background: var(--se-panel-card-bg);
border: 1px solid var(--se-panel-card-border);
box-shadow: var(--se-panel-card-shadow);
text-align: center;
color: var(--se-text-dim, var(--text3));
font-size: 12px;
line-height: 1.5;
}
/* ── 페이지 레이아웃 (legacy) ── */
.arp-page {
display: flex;
flex-direction: column;
@@ -18,9 +265,122 @@
flex: 1;
min-height: 0;
overflow: hidden;
align-items: stretch;
gap: 0;
padding: 10px;
box-sizing: border-box;
}
/* ── 사이드바 ── */
/* ── 공통 카드 박스 (좌·우 동일 높이) ── */
.arp-card {
display: flex;
flex-direction: column;
min-height: 0;
background: var(--se-bg-elevated, var(--bg2));
border: 1px solid var(--se-border, var(--border));
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}
.arp-card--list {
flex-shrink: 0;
min-width: 180px;
max-width: 360px;
padding: 8px 6px 6px;
}
.arp-card--empty {
flex: 1;
min-width: 0;
}
.arp-main {
display: flex;
flex: 1;
min-width: 0;
min-height: 0;
overflow: hidden;
}
/* ── 우측 2열: 분석 레포트 + 거래 시그널 ── */
.arp-detail-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
gap: 10px;
flex: 1;
min-width: 0;
min-height: 0;
width: 100%;
height: 100%;
}
.arp-card--report,
.arp-card--signals {
min-height: 0;
height: 100%;
}
.arp-card-scroll {
flex: 1;
min-height: 0;
overflow: auto;
padding: 12px 14px 14px;
}
.arp-signals-inner {
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
height: 100%;
padding: 0;
}
.arp-signals-inner .brd-card--sig-fill {
flex: 1;
display: flex;
flex-direction: column;
min-height: 0;
height: 100%;
border: none;
border-radius: 0;
background: transparent;
}
.arp-signals-inner .brd-sig-scroll {
flex: 1;
min-height: 0;
max-height: none;
overflow-y: auto;
}
/* brd 테마 변수 — 분석·시그널 카드 공통 */
.arp-report-theme {
color: var(--se-text, var(--text));
font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Noto Sans KR', sans-serif;
letter-spacing: normal;
word-break: keep-all;
line-height: 1.45;
--text: var(--se-text, #e8eef5);
--text2: var(--se-text-muted, #94a3b8);
--text3: var(--se-text-dim, #64748b);
--bg1: var(--se-bg, #0a1628);
--bg2: color-mix(in srgb, var(--se-bg-elevated, #0d1e35) 92%, #000);
--bg3: var(--se-bg-muted, #122038);
--bg4: color-mix(in srgb, var(--se-border, #1e3050) 55%, transparent);
--border: var(--se-border, #1e3050);
--brd-pos: var(--se-success, #22c55e);
--brd-neg: var(--se-danger, #ef4444);
--brd-warn: #eab308;
--brd-blue: #60a5fa;
--brd-purple: #a78bfa;
--brd-teal: #2dd4bf;
--brd-yellow: var(--se-gold, #e6c200);
--brd-green: #4ade80;
}
/* ── 사이드바 (legacy — 카드로 대체됨) ── */
.arp-sidebar {
display: flex;
flex-direction: column;
@@ -31,23 +391,23 @@
overflow: hidden;
}
.arp-splitter {
width: 4px;
width: 6px;
cursor: col-resize;
background: var(--se-border, #1e3050);
background: transparent;
flex-shrink: 0;
z-index: 10;
margin: 0 -3px;
position: relative;
}
.arp-splitter::after {
content: '';
position: absolute;
inset: 8px 2px;
border-radius: 3px;
background: var(--se-border, #1e3050);
transition: background 0.2s;
}
.arp-splitter:hover { background: var(--se-gold, #ffd700); }
/* ── 메인 영역 ── */
.arp-main {
display: flex;
flex-direction: column;
flex: 1;
min-width: 0;
overflow: hidden;
}
.arp-splitter:hover::after { background: var(--se-gold, #ffd700); }
/* ── 탭 바 ── */
.arp-type-tabs {
@@ -773,3 +1133,545 @@
.qcc-hero-row { gap: 4px; }
.qcc-hero { flex: 0 0 100%; }
}
/* ════════════════════════════════════════
Quant Performance Detail (qpd-*)
════════════════════════════════════════ */
.qpd-detail {
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
overflow: hidden;
background: var(--se-bg, #0a1628);
}
.qpd-empty {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
color: var(--se-text-muted, #6a7f96);
padding: 32px;
}
.qpd-empty-icon { font-size: 48px; opacity: 0.4; }
.qpd-head {
flex-shrink: 0;
padding: 12px 16px 8px;
border-bottom: 1px solid var(--se-border, #1e3050);
}
.qpd-title {
margin: 0 0 6px;
font-size: 16px;
font-weight: 700;
color: var(--se-text-primary, #e8eef5);
}
.qpd-meta {
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.qpd-badge {
font-size: 10.5px;
font-weight: 600;
padding: 3px 8px;
border-radius: 4px;
background: rgba(255, 255, 255, 0.06);
color: var(--se-text-secondary, #94a3b8);
border: 1px solid var(--se-border, #1e3050);
}
.qpd-badge--muted { opacity: 0.85; }
.qpd-badge--ret.up { color: #22c55e; border-color: rgba(34, 197, 94, 0.35); }
.qpd-badge--ret.down { color: #ef4444; border-color: rgba(239, 68, 68, 0.35); }
.qpd-kpi-row {
flex-shrink: 0;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 8px;
padding: 10px 12px;
border-bottom: 1px solid var(--se-border, #1e3050);
background: var(--se-surface, #0d1e35);
}
@media (max-width: 1200px) {
.qpd-kpi-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
.qpd-kpi-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.qpd-kpi {
padding: 10px 12px;
border-radius: 8px;
border: 1px solid var(--se-border, #1e3050);
background: rgba(0, 0, 0, 0.15);
min-height: 108px;
display: flex;
flex-direction: column;
gap: 4px;
}
.qpd-kpi--good { border-color: rgba(34, 197, 94, 0.35); }
.qpd-kpi--warn { border-color: rgba(234, 179, 8, 0.35); }
.qpd-kpi--bad { border-color: rgba(239, 68, 68, 0.35); }
.qpd-kpi-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 6px;
}
.qpd-kpi-label {
font-size: 10.5px;
font-weight: 600;
color: var(--se-text-muted, #6a7f96);
line-height: 1.3;
}
.qpd-kpi-badge {
font-size: 9px;
font-weight: 700;
padding: 2px 6px;
border-radius: 3px;
flex-shrink: 0;
}
.qpd-kpi-badge--good { background: rgba(34, 197, 94, 0.2); color: #22c55e; }
.qpd-kpi-badge--warn { background: rgba(234, 179, 8, 0.2); color: #eab308; }
.qpd-kpi-badge--bad { background: rgba(239, 68, 68, 0.2); color: #ef4444; }
.qpd-kpi-badge--neutral { background: rgba(148, 163, 184, 0.15); color: #94a3b8; }
.qpd-kpi-value {
font-size: 22px;
font-weight: 800;
color: var(--se-gold, #ffd700);
line-height: 1.1;
}
.qpd-kpi--good .qpd-kpi-value { color: #22c55e; }
.qpd-kpi--bad .qpd-kpi-value { color: #ef4444; }
.qpd-kpi-bench {
font-size: 9.5px;
color: var(--se-text-muted, #64748b);
}
.qpd-kpi-hint {
margin: 0;
font-size: 9px;
color: var(--se-text-muted, #556677);
line-height: 1.35;
flex: 1;
}
.qpd-subtabs {
flex-shrink: 0;
display: flex;
gap: 4px;
padding: 8px 12px 0;
border-bottom: 1px solid var(--se-border, #1e3050);
background: var(--se-surface, #0d1e35);
}
.qpd-subtab {
padding: 8px 14px;
font-size: 12px;
font-weight: 600;
color: var(--se-text-muted, #6a7f96);
background: transparent;
border: none;
border-bottom: 2px solid transparent;
cursor: pointer;
white-space: nowrap;
transition: color 0.15s, border-color 0.15s;
}
.qpd-subtab:hover { color: var(--se-gold, #ffd700); }
.qpd-subtab--on {
color: #ffd700;
border-bottom-color: #ffd700;
}
.qpd-panel {
flex: 1;
min-height: 0;
overflow: auto;
padding: 12px;
}
.qpd-overview {
display: flex;
flex-direction: column;
gap: 12px;
max-width: 960px;
margin: 0 auto;
width: 100%;
}
.qpd-section {
border: 1px solid var(--se-border, #1e3050);
border-radius: 10px;
background: var(--se-surface, #0d1e35);
overflow: hidden;
}
.qpd-section--chart {
display: flex;
flex-direction: column;
min-height: 420px;
}
.qpd-section-head {
padding: 12px 14px 10px;
border-bottom: 1px solid var(--se-border, #1e3050);
}
.qpd-section-head h3 {
margin: 0 0 4px;
font-size: 13px;
font-weight: 700;
color: var(--se-text-primary, #e8eef5);
}
.qpd-section-head p {
margin: 0;
font-size: 11px;
color: var(--se-text-muted, #6a7f96);
line-height: 1.45;
}
.qpd-equity-dd-wrap,
.qpd-hist-wrap {
padding: 8px 10px 12px;
}
.qpd-equity-dd-svg,
.qpd-hist-svg {
display: block;
width: 100%;
height: auto;
min-height: 200px;
}
.qpd-chart-axis-title { font-size: 9px; font-weight: 600; }
.qpd-chart-tick { font-size: 8.5px; }
.qpd-chart-annotation { font-size: 9px; font-weight: 700; }
.qpd-equity-dd-legend {
display: flex;
flex-wrap: wrap;
gap: 12px;
padding: 6px 4px 0;
font-size: 10.5px;
color: var(--se-text-muted, #6a7f96);
}
.qpd-leg::before {
content: '';
display: inline-block;
width: 10px;
height: 3px;
margin-right: 5px;
vertical-align: middle;
border-radius: 1px;
}
.qpd-leg--eq::before { background: #22c55e; }
.qpd-leg--dd::before { background: #ef4444; }
.qpd-leg--ret.up { color: #22c55e; }
.qpd-leg--ret.down { color: #ef4444; }
.qpd-hist-stats {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 8px;
padding: 8px 4px 0;
border-top: 1px solid var(--se-border, #1e3050);
margin-top: 8px;
}
.qpd-hist-stat {
display: flex;
flex-direction: column;
gap: 2px;
font-size: 10px;
color: var(--se-text-muted, #6a7f96);
}
.qpd-hist-stat strong {
font-size: 12px;
color: var(--se-text-primary, #e8eef5);
}
.qpd-hist-stat strong.up { color: #22c55e; }
.qpd-hist-stat strong.down { color: #ef4444; }
.qpd-chart-empty {
padding: 40px 20px;
text-align: center;
color: var(--se-text-muted, #6a7f96);
font-size: 13px;
}
.qpd-trade-chart {
flex: 1;
min-height: 380px;
display: flex;
flex-direction: column;
}
.qpd-trade-chart .btd-analysis-chart-wrap {
flex: 1;
min-height: 360px;
}
.qpd-log-wrap {
overflow: auto;
max-height: min(520px, 60vh);
}
.qpd-log-table {
width: 100%;
border-collapse: collapse;
font-size: 11.5px;
}
.qpd-log-table th {
position: sticky;
top: 0;
background: var(--se-surface-elevated, #122038);
padding: 8px 10px;
text-align: left;
font-size: 10px;
font-weight: 700;
color: var(--se-gold, #ffd700);
border-bottom: 1px solid var(--se-border, #1e3050);
white-space: nowrap;
}
.qpd-log-table td {
padding: 7px 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.04);
color: var(--se-text-secondary, #94a3b8);
}
.qpd-log-table tr:hover td { background: rgba(255, 215, 0, 0.04); }
.qpd-log-empty {
text-align: center;
padding: 24px;
color: var(--se-text-muted, #6a7f96);
}
.qpd-row--up td:nth-child(6) { color: #22c55e; }
.qpd-row--down td:nth-child(6) { color: #ef4444; }
.qpd-log-table .up { color: #22c55e; font-weight: 700; }
.qpd-log-table .down { color: #ef4444; font-weight: 700; }
/* ════════════════════════════════════════
분석레포트 우측 상세 (PDF 팝업과 동일 · 테마 색상)
════════════════════════════════════════ */
.arp-report-empty {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
color: var(--se-text-dim, var(--text3));
padding: 32px;
}
.arp-report-empty-icon { font-size: 48px; opacity: 0.45; }
.arp-report-print-header {
margin-bottom: 12px;
padding-bottom: 10px;
border-bottom: 2px solid var(--se-gold, #e6c200);
}
.arp-report-print-title {
margin: 0 0 6px;
font-size: 1.05rem;
font-weight: 800;
color: var(--se-text, var(--text));
letter-spacing: -0.02em;
}
.arp-report-print-meta {
margin: 0;
font-size: 0.72rem;
color: var(--se-text-dim, var(--text3));
}
.arp-report-print-symbol {
margin: 8px 0 0;
font-size: 0.95rem;
font-weight: 700;
color: var(--se-gold, #e6c200);
}
.arp-report-print-footer {
margin-top: 14px;
padding-top: 10px;
border-top: 1px solid var(--se-border, var(--border));
font-size: 0.62rem;
color: var(--se-text-dim, var(--text3));
text-align: center;
}
.arp-report-print-footer p { margin: 0; }
.arp-report-print-footer--signals {
flex-shrink: 0;
margin-top: auto;
padding: 8px 10px 10px;
}
/* BacktestDashboard — 레포트 레이아웃 (색상은 테마 유지) */
.bps-page--arp .arp-center-inner .brd-dashboard,
.bps-page--arp .arp-center-inner .brd-dashboard--report {
padding: 0;
background: transparent;
min-height: auto;
height: auto;
gap: 10px;
overflow: visible;
}
.bps-page--arp .arp-center-inner .brd-dash-header {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 12px 20px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--se-gold) 8%, transparent) 0%,
color-mix(in srgb, var(--brd-blue) 10%, transparent) 100%
);
border: 1px solid color-mix(in srgb, var(--se-gold) 22%, var(--se-border));
}
.arp-report-theme .brd-dash-header-left { min-width: 0; }
.arp-report-theme .brd-dash-strategy {
font-size: 0.95rem;
word-break: keep-all;
overflow-wrap: anywhere;
line-height: 1.45;
white-space: normal;
}
.arp-report-theme .brd-dash-header-kpi {
display: flex;
flex-shrink: 0;
gap: 14px;
align-items: flex-start;
}
.arp-report-theme .brd-dash-header-kpi--report {
align-items: center;
}
.arp-report-theme .brd-dash-big-kpi {
text-align: right;
min-width: 4.8rem;
flex-shrink: 0;
}
.arp-report-theme .brd-dash-big-kpi:last-child { min-width: 7.5rem; }
.arp-report-theme .brd-dash-big-kpi--report {
display: inline-flex;
flex-direction: row;
align-items: baseline;
gap: 5px;
white-space: nowrap;
}
.arp-report-theme .brd-dash-big-kpi--report .brd-dash-big-label {
order: -1;
margin-top: 0;
font-size: 0.62rem;
color: var(--se-text-dim, var(--text3));
}
.arp-report-theme .brd-dash-big-val {
font-size: 1.05rem;
font-weight: 800;
letter-spacing: -0.02em;
line-height: 1.15;
white-space: nowrap;
}
.arp-report-theme .brd-dash-big-label {
font-size: 0.62rem;
margin-top: 2px;
white-space: nowrap;
color: var(--se-text-dim, var(--text3));
}
.arp-report-theme .brd-dash-badge {
background: color-mix(in srgb, var(--brd-blue) 14%, transparent);
color: var(--brd-blue);
border-color: color-mix(in srgb, var(--brd-blue) 35%, transparent);
}
.arp-report-theme .brd-dash-badge--time,
.arp-report-theme .brd-dash-badge--method {
background: var(--bg3);
color: var(--text3);
border-color: var(--border);
}
.arp-report-theme .brd-kpi-card,
.arp-report-theme .brd-card {
background: var(--bg2);
border: 1px solid var(--border);
box-shadow: none;
overflow: visible;
}
.arp-report-theme .brd-kpi-card:hover {
transform: none;
box-shadow: none;
}
.arp-report-theme .brd-kpi-sub,
.arp-report-theme .brd-kpi-label,
.arp-report-theme .brd-metric-label,
.arp-report-theme .brd-metric-note,
.arp-report-theme .brd-section-text,
.arp-report-theme .brd-compare-label,
.arp-report-theme .brd-pnl-label,
.arp-report-theme .brd-bench-label {
overflow: visible;
text-overflow: unset;
white-space: normal;
word-break: keep-all;
line-height: 1.4;
}
.arp-report-theme .brd-kpi-sub { min-height: 1.2em; }
.arp-report-theme .brd-section-title {
background: var(--bg3);
border-bottom-color: var(--border);
color: var(--text2);
}
.arp-report-theme .brd-metric-label,
.arp-report-theme .brd-kpi-label {
color: var(--text3);
}
.arp-report-theme .brd-compare-track,
.arp-report-theme .brd-pnl-track,
.arp-report-theme .brd-bench-summary {
background: var(--bg3);
}
.arp-report-theme .brd-sig-table th {
background: var(--bg3);
color: var(--text2);
}
.arp-report-theme .brd-sig-table td {
border-color: color-mix(in srgb, var(--border) 70%, transparent);
}
.arp-report-theme .brd-sig-even {
background: color-mix(in srgb, var(--bg3) 50%, transparent);
}
@media (max-width: 960px) {
.arp-detail-grid {
grid-template-columns: 1fr;
grid-template-rows: minmax(0, 1fr) minmax(200px, 34vh);
}
}
@media (max-width: 720px) {
.arp-body { padding: 6px; gap: 0; }
.arp-card--list { padding: 6px 4px 4px; }
.bps-page--arp .arp-center-inner .brd-dash-header {
grid-template-columns: 1fr;
}
.bps-page--arp .arp-center-inner .brd-dash-header-kpi {
justify-content: flex-start;
}
}