3141 lines
71 KiB
CSS
3141 lines
71 KiB
CSS
/**
|
|
* The Quant Command Center — Analysis Report Styles
|
|
*/
|
|
|
|
/* ── 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.18rem;
|
|
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.82rem;
|
|
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));
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
/* 좌·중·우 패널 동일 높이 — 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: none;
|
|
margin: 0;
|
|
}
|
|
|
|
.bps-page--arp .arp-center-tab-body .arp-center-inner {
|
|
flex: 1;
|
|
min-height: 0;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}
|
|
.bps-page--arp .arp-center-shell {
|
|
flex: 1;
|
|
min-height: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
max-width: none;
|
|
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: hidden;
|
|
padding: 10px 12px 12px;
|
|
}
|
|
|
|
.bps-page--arp .arp-center-tabs {
|
|
display: flex;
|
|
gap: 4px;
|
|
flex-shrink: 0;
|
|
margin-bottom: 10px;
|
|
padding: 3px;
|
|
border-radius: 10px;
|
|
background: color-mix(in srgb, var(--text) 5%, transparent);
|
|
border: 1px solid color-mix(in srgb, var(--text) 8%, transparent);
|
|
}
|
|
|
|
.bps-page--arp .arp-center-tab {
|
|
flex: 1;
|
|
border: none;
|
|
background: transparent;
|
|
color: var(--text3);
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
padding: 8px 12px;
|
|
border-radius: 8px;
|
|
cursor: pointer;
|
|
transition: background 0.15s, color 0.15s;
|
|
}
|
|
|
|
.bps-page--arp .arp-center-tab:hover {
|
|
color: var(--text2);
|
|
background: color-mix(in srgb, var(--text) 6%, transparent);
|
|
}
|
|
|
|
.bps-page--arp .arp-center-tab--on {
|
|
color: var(--text);
|
|
background: var(--bg3);
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
|
|
}
|
|
|
|
.bps-page--arp .arp-center-tab-body {
|
|
flex: 1;
|
|
min-height: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* 중앙 분석 카드 — 우측 시그널 카드와 동일 높이 */
|
|
|
|
.bps-page--arp .arp-center-tab-body .arp-report-empty {
|
|
flex: 1;
|
|
min-height: 200px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.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: 0.88rem;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
/* ── 페이지 레이아웃 (legacy) ── */
|
|
.arp-page {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
font-size: 13px;
|
|
color: var(--se-text-primary, #e0e8f0);
|
|
background: var(--se-bg, #0a1628);
|
|
}
|
|
.arp-body {
|
|
display: flex;
|
|
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;
|
|
min-width: 180px;
|
|
max-width: 360px;
|
|
background: var(--se-surface, #0d1e35);
|
|
border-right: 1px solid var(--se-border, #1e3050);
|
|
overflow: hidden;
|
|
}
|
|
.arp-splitter {
|
|
width: 6px;
|
|
cursor: col-resize;
|
|
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::after { background: var(--se-gold, #ffd700); }
|
|
|
|
/* ── 탭 바 ── */
|
|
.arp-type-tabs {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
overflow-x: auto;
|
|
scrollbar-width: none;
|
|
background: var(--se-surface, #0d1e35);
|
|
border-bottom: 1px solid var(--se-border, #1e3050);
|
|
padding: 0 8px;
|
|
gap: 2px;
|
|
flex-shrink: 0;
|
|
}
|
|
.arp-type-tabs::-webkit-scrollbar { display: none; }
|
|
|
|
.arp-type-tab {
|
|
flex-shrink: 0;
|
|
padding: 7px 12px;
|
|
font-size: 11.5px;
|
|
font-weight: 500;
|
|
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;
|
|
}
|
|
.arp-type-tab:hover { color: var(--se-gold, #ffd700); }
|
|
.arp-type-tab[aria-selected="true"] {
|
|
color: #ffd700;
|
|
border-bottom-color: #ffd700;
|
|
}
|
|
|
|
/* 탭바 우측 고정 영역 */
|
|
.arp-type-tabs-end {
|
|
margin-left: auto;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 4px;
|
|
flex-shrink: 0;
|
|
position: sticky;
|
|
right: 0;
|
|
background: var(--se-surface, #0d1e35);
|
|
}
|
|
|
|
.arp-tab-report-btn {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 28px;
|
|
height: 28px;
|
|
border: 1px solid var(--se-border, #1e3050);
|
|
border-radius: 5px;
|
|
background: transparent;
|
|
color: var(--se-text-muted, #6a7f96);
|
|
cursor: pointer;
|
|
transition: background 0.15s, color 0.15s, border-color 0.15s;
|
|
flex-shrink: 0;
|
|
}
|
|
.arp-tab-report-btn:hover:not(:disabled) {
|
|
background: rgba(255, 215, 0, 0.12);
|
|
color: var(--se-gold, #ffd700);
|
|
border-color: rgba(255, 215, 0, 0.35);
|
|
}
|
|
.arp-tab-report-btn:disabled { opacity: 0.35; cursor: not-allowed; }
|
|
|
|
/* ── 뷰포트 ── */
|
|
.arp-viewport {
|
|
flex: 1;
|
|
min-height: 0;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
/* ════════════════════════════════════════
|
|
공통 QCC 뷰 기반
|
|
════════════════════════════════════════ */
|
|
.qcc-view {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
min-height: 0;
|
|
overflow: hidden;
|
|
padding: 6px 8px 4px;
|
|
gap: 6px;
|
|
}
|
|
|
|
/* 메타 배지 */
|
|
.qcc-view-meta {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 4px;
|
|
flex-shrink: 0;
|
|
}
|
|
.qcc-badge {
|
|
font-size: 10px;
|
|
font-weight: 600;
|
|
padding: 2px 7px;
|
|
border-radius: 3px;
|
|
background: rgba(255, 215, 0, 0.12);
|
|
color: var(--se-gold, #ffd700);
|
|
border: 1px solid rgba(255, 215, 0, 0.25);
|
|
white-space: nowrap;
|
|
}
|
|
.qcc-badge--muted {
|
|
background: rgba(255, 255, 255, 0.07);
|
|
color: var(--se-text-muted, #6a7f96);
|
|
border-color: rgba(255, 255, 255, 0.1);
|
|
}
|
|
.qcc-badge--strategy {
|
|
background: rgba(255, 215, 0, 0.12);
|
|
color: #ffd700;
|
|
border-color: rgba(255, 215, 0, 0.25);
|
|
}
|
|
|
|
/* 빈 상태 */
|
|
.qcc-empty-page {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 12px;
|
|
color: var(--se-text-muted);
|
|
}
|
|
.qcc-empty-page span { font-size: 36px; }
|
|
.qcc-empty-page p { font-size: 13px; }
|
|
.qcc-empty { padding: 20px; text-align: center; color: var(--se-text-muted); font-size: 12px; }
|
|
|
|
/* 패널 */
|
|
.qcc-panel {
|
|
border-radius: 6px;
|
|
border: 1px solid rgba(255, 255, 255, 0.07);
|
|
padding: 10px 12px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}
|
|
.qcc-panel--gold { border-color: rgba(255, 215, 0, 0.25); background: rgba(255, 215, 0, 0.05); }
|
|
.qcc-panel--cyan { border-color: rgba(255, 215, 0, 0.2); background: rgba(255, 215, 0, 0.04); }
|
|
.qcc-panel--neutral { border-color: rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.03); }
|
|
.qcc-panel-title {
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
color: var(--se-text-secondary, #a0b4c8);
|
|
margin-bottom: 6px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
flex-shrink: 0;
|
|
}
|
|
.qcc-panel-sub {
|
|
font-size: 10px;
|
|
color: var(--se-text-muted);
|
|
margin-left: 6px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
/* ── 섹션 타이틀 ── */
|
|
.qcc-section-title {
|
|
font-size: clamp(14px, 1.8vw, 22px);
|
|
font-weight: 800;
|
|
color: #e0e8f0;
|
|
margin: 0 0 4px;
|
|
line-height: 1.25;
|
|
}
|
|
.qcc-section-sub {
|
|
font-size: 11px;
|
|
color: var(--se-text-muted);
|
|
margin: 0 0 6px;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
/* 컬러 유틸 */
|
|
.up { color: #00e676; }
|
|
.down { color: #ff1744; }
|
|
.qcc-hero-gold { color: #ffd700; }
|
|
|
|
/* 스파크 차트 */
|
|
.qcc-spark {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
|
|
/* ════════════════════════════════════════
|
|
01 Standard
|
|
════════════════════════════════════════ */
|
|
.qcc-standard {
|
|
display: flex;
|
|
flex: 1;
|
|
min-height: 0;
|
|
gap: 8px;
|
|
overflow: hidden;
|
|
}
|
|
.qcc-standard-left {
|
|
flex: 0 0 220px;
|
|
min-width: 160px;
|
|
overflow-y: auto;
|
|
}
|
|
.qcc-standard-right {
|
|
flex: 1;
|
|
min-width: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.qcc-summary-rows { display: flex; flex-direction: column; gap: 6px; }
|
|
.qcc-summary-row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
}
|
|
.qcc-summary-row span { color: var(--se-text-muted); }
|
|
.qcc-summary-row strong { font-weight: 700; font-size: 13px; }
|
|
.qcc-summary-divider { height: 1px; background: rgba(255,255,255,0.08); margin: 4px 0; }
|
|
|
|
/* Hero row */
|
|
.qcc-hero-row {
|
|
display: flex;
|
|
gap: 8px;
|
|
flex-shrink: 0;
|
|
}
|
|
.qcc-hero {
|
|
flex: 1;
|
|
min-width: 0;
|
|
padding: 10px 12px 8px;
|
|
border-radius: 6px;
|
|
border: 1px solid rgba(255,255,255,0.1);
|
|
background: rgba(255,255,255,0.03);
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 2px;
|
|
overflow: hidden;
|
|
}
|
|
.qcc-hero--up { border-color: rgba(0,230,118,0.35); background: rgba(0,230,118,0.05); }
|
|
.qcc-hero--down { border-color: rgba(255,23,68,0.35); background: rgba(255,23,68,0.05); }
|
|
.qcc-hero--mdd { border-color: rgba(255,23,68,0.25); }
|
|
.qcc-hero--sharpe { border-color: rgba(255,215,0,0.25); background: rgba(255,215,0,0.04); }
|
|
.qcc-hero-label { font-size: 10px; color: var(--se-text-muted); font-weight: 600; flex-shrink: 0; }
|
|
.qcc-hero-value {
|
|
font-size: clamp(18px, 2.5vw, 28px);
|
|
font-weight: 900;
|
|
line-height: 1.1;
|
|
flex-shrink: 0;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.qcc-hero--up .qcc-hero-value { color: #00e676; }
|
|
.qcc-hero--down .qcc-hero-value { color: #ff1744; }
|
|
.qcc-hero--mdd .qcc-hero-value { color: #ff1744; }
|
|
.qcc-hero-sub { font-size: 10px; color: var(--se-text-muted); flex-shrink: 0; }
|
|
.qcc-hero-sub-line { height: 2px; background: rgba(255,215,0,0.35); margin: 6px 0; flex-shrink: 0; }
|
|
|
|
/* Growth panel */
|
|
.qcc-growth-panel { flex: 1; min-height: 0; }
|
|
.qcc-growth-chart-wrap { flex: 1; min-height: 0; display: flex; align-items: stretch; }
|
|
|
|
/* ════════════════════════════════════════
|
|
02 Risk
|
|
════════════════════════════════════════ */
|
|
.qcc-risk {
|
|
display: flex;
|
|
flex: 1;
|
|
min-height: 0;
|
|
gap: 8px;
|
|
overflow: hidden;
|
|
}
|
|
.qcc-risk-left {
|
|
flex: 0 0 240px;
|
|
min-width: 180px;
|
|
overflow-y: auto;
|
|
}
|
|
.qcc-risk-bullets {
|
|
margin: 0;
|
|
padding-left: 16px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
}
|
|
.qcc-risk-bullets li { font-size: 11.5px; line-height: 1.55; color: var(--se-text-secondary); }
|
|
.qcc-risk-bullets strong { color: #e0e8f0; }
|
|
.qcc-risk-right {
|
|
flex: 1;
|
|
min-width: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
overflow: hidden;
|
|
}
|
|
.qcc-risk-bottom {
|
|
display: flex;
|
|
gap: 8px;
|
|
flex: 1;
|
|
min-height: 0;
|
|
overflow: hidden;
|
|
}
|
|
.qcc-risk-bottom > .qcc-panel { flex: 1; min-width: 0; }
|
|
.qcc-chart-wrap { flex: 1; min-height: 60px; display: flex; align-items: stretch; overflow: hidden; }
|
|
.qcc-vol-label { text-align: center; font-size: 10px; color: var(--se-text-muted); flex-shrink: 0; margin-top: 4px; }
|
|
.qcc-var-svg { width: 100%; max-height: 120px; display: block; }
|
|
|
|
/* ════════════════════════════════════════
|
|
03 Efficiency
|
|
════════════════════════════════════════ */
|
|
.qcc-efficiency {
|
|
display: flex;
|
|
flex: 1;
|
|
min-height: 0;
|
|
gap: 8px;
|
|
overflow: hidden;
|
|
}
|
|
.qcc-efficiency-left {
|
|
flex: 0 0 240px;
|
|
min-width: 180px;
|
|
overflow-y: auto;
|
|
}
|
|
.qcc-eff-desc { display: flex; flex-direction: column; gap: 10px; }
|
|
.qcc-eff-desc p { font-size: 11.5px; line-height: 1.55; color: var(--se-text-secondary); margin: 0; }
|
|
.qcc-eff-desc strong { color: #e0e8f0; }
|
|
.qcc-efficiency-right {
|
|
flex: 1;
|
|
min-width: 0;
|
|
display: flex;
|
|
gap: 16px;
|
|
overflow: hidden;
|
|
align-items: flex-start;
|
|
}
|
|
.qcc-eff-center {
|
|
flex: 0 0 200px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 12px;
|
|
}
|
|
.qcc-gauge-svg { width: 160px; height: 160px; }
|
|
.qcc-winrate-bar-wrap {
|
|
width: 100%;
|
|
position: relative;
|
|
height: 24px;
|
|
background: rgba(0,230,118,0.12);
|
|
border-radius: 12px;
|
|
overflow: hidden;
|
|
border: 1px solid rgba(0,230,118,0.3);
|
|
}
|
|
.qcc-winrate-bar {
|
|
height: 100%;
|
|
background: linear-gradient(90deg, #00e676, #69f0ae);
|
|
border-radius: 12px;
|
|
transition: width 0.6s ease;
|
|
}
|
|
.qcc-winrate-label {
|
|
position: absolute;
|
|
inset: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
color: #0a1628;
|
|
}
|
|
.qcc-eff-bars {
|
|
display: flex;
|
|
gap: 24px;
|
|
align-items: flex-end;
|
|
flex: 1;
|
|
min-width: 0;
|
|
height: 200px;
|
|
padding-bottom: 8px;
|
|
}
|
|
.qcc-eff-bar-item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 4px;
|
|
min-width: 60px;
|
|
}
|
|
.qcc-eff-bar-label { font-size: 12px; font-weight: 700; text-align: center; }
|
|
.qcc-eff-bar-label span { font-size: 10px; color: var(--se-text-muted); display: block; }
|
|
.qcc-eff-bar-track {
|
|
width: 40px;
|
|
height: 160px;
|
|
background: rgba(255,255,255,0.06);
|
|
border-radius: 4px;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
overflow: hidden;
|
|
}
|
|
.qcc-eff-bar-fill {
|
|
width: 100%;
|
|
border-radius: 4px;
|
|
transition: height 0.5s ease;
|
|
}
|
|
.qcc-eff-bar-fill.up { background: linear-gradient(180deg, #00e676, #00b44e); }
|
|
.qcc-eff-bar-fill.down { background: linear-gradient(180deg, #ff1744, #aa0033); }
|
|
|
|
/* ════════════════════════════════════════
|
|
04 Temporal
|
|
════════════════════════════════════════ */
|
|
.qcc-temporal {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
min-height: 0;
|
|
overflow: hidden;
|
|
gap: 8px;
|
|
}
|
|
.qcc-temporal-header { flex-shrink: 0; }
|
|
.qcc-temporal-table-wrap {
|
|
flex: 1;
|
|
min-height: 0;
|
|
overflow: auto;
|
|
border-radius: 6px;
|
|
border: 1px solid rgba(255,255,255,0.1);
|
|
}
|
|
.qcc-temporal-table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
font-size: 12px;
|
|
}
|
|
.qcc-temporal-table th {
|
|
background: rgba(255,255,255,0.05);
|
|
color: var(--se-text-muted);
|
|
font-weight: 600;
|
|
padding: 7px 8px;
|
|
text-align: center;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 1;
|
|
border-bottom: 1px solid rgba(255,255,255,0.1);
|
|
}
|
|
.qcc-temporal-table td {
|
|
padding: 8px;
|
|
text-align: center;
|
|
border-bottom: 1px solid rgba(255,255,255,0.04);
|
|
font-size: 11.5px;
|
|
}
|
|
.qcc-year-cell {
|
|
font-weight: 700;
|
|
color: var(--se-text-secondary);
|
|
background: rgba(0,0,0,0.2);
|
|
text-align: right !important;
|
|
padding-right: 12px !important;
|
|
}
|
|
.qcc-month-cell { transition: background 0.2s; }
|
|
.qcc-ytd-col {
|
|
font-weight: 800;
|
|
border-left: 2px solid rgba(255,215,0,0.3);
|
|
background: rgba(255,215,0,0.06) !important;
|
|
}
|
|
.qcc-zero { color: var(--se-text-muted); font-size: 10px; }
|
|
|
|
/* ════════════════════════════════════════
|
|
05 Logs
|
|
════════════════════════════════════════ */
|
|
.qcc-logs {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
min-height: 0;
|
|
overflow: hidden;
|
|
gap: 6px;
|
|
}
|
|
.qcc-logs-table-wrap {
|
|
flex: 1;
|
|
min-height: 0;
|
|
overflow: auto;
|
|
border-radius: 6px;
|
|
border: 1px solid rgba(255,255,255,0.1);
|
|
}
|
|
.qcc-logs-table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
font-size: 12px;
|
|
font-family: 'Consolas', 'Courier New', monospace;
|
|
}
|
|
.qcc-logs-table th {
|
|
background: rgba(255,255,255,0.05);
|
|
color: var(--se-text-muted);
|
|
font-weight: 600;
|
|
padding: 8px 10px;
|
|
text-align: left;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 1;
|
|
border-bottom: 1px solid rgba(255,255,255,0.1);
|
|
white-space: nowrap;
|
|
}
|
|
.qcc-logs-table td {
|
|
padding: 8px 10px;
|
|
border-bottom: 1px solid rgba(255,255,255,0.04);
|
|
white-space: nowrap;
|
|
}
|
|
.qcc-row--up { background: rgba(0,230,118,0.04); }
|
|
.qcc-row--down { background: rgba(255,23,68,0.04); }
|
|
.qcc-row--up:hover { background: rgba(0,230,118,0.09); }
|
|
.qcc-row--down:hover { background: rgba(255,23,68,0.09); }
|
|
.qcc-sym { font-weight: 700; color: var(--se-gold, #ffd700); }
|
|
.qcc-side { color: var(--se-text-muted); font-size: 11px; }
|
|
.qcc-num { text-align: right; color: #e0e8f0; }
|
|
.qcc-dur { color: var(--se-text-muted); }
|
|
.qcc-empty-cell { padding: 40px; text-align: center; color: var(--se-text-muted); }
|
|
|
|
/* ════════════════════════════════════════
|
|
06 Allocation
|
|
════════════════════════════════════════ */
|
|
.qcc-allocation {
|
|
display: flex;
|
|
flex: 1;
|
|
min-height: 0;
|
|
gap: 16px;
|
|
overflow: hidden;
|
|
align-items: flex-start;
|
|
padding: 4px 0;
|
|
}
|
|
.qcc-alloc-left {
|
|
flex: 0 0 300px;
|
|
min-width: 220px;
|
|
overflow-y: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
}
|
|
.qcc-alloc-right {
|
|
flex: 1;
|
|
min-width: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.qcc-alloc-legend { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
|
|
.qcc-alloc-row {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
font-size: 12px;
|
|
}
|
|
.qcc-alloc-dot {
|
|
width: 14px; height: 14px;
|
|
border-radius: 3px;
|
|
flex-shrink: 0;
|
|
}
|
|
.qcc-alloc-sym { flex: 1; font-weight: 700; color: var(--se-gold, #ffd700); }
|
|
.qcc-alloc-pct { min-width: 52px; text-align: right; color: var(--se-text-secondary); }
|
|
.qcc-alloc-krw { min-width: 110px; text-align: right; color: var(--se-text-muted); font-size: 11px; }
|
|
.qcc-donut-svg { width: min(100%, 300px); height: auto; }
|
|
|
|
/* ════════════════════════════════════════
|
|
07 Stats
|
|
════════════════════════════════════════ */
|
|
.qcc-stats {
|
|
display: flex;
|
|
flex: 1;
|
|
min-height: 0;
|
|
gap: 8px;
|
|
overflow: hidden;
|
|
}
|
|
.qcc-stats-left {
|
|
flex: 0 0 230px;
|
|
min-width: 180px;
|
|
overflow-y: auto;
|
|
}
|
|
.qcc-stats-summary { margin-top: 12px; display: flex; flex-direction: column; gap: 5px; }
|
|
.qcc-stats-row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 11.5px;
|
|
}
|
|
.qcc-stats-row span { color: var(--se-text-muted); }
|
|
.qcc-stats-row strong { font-weight: 700; }
|
|
.qcc-stats-chart {
|
|
flex: 1;
|
|
min-width: 0;
|
|
display: flex;
|
|
align-items: stretch;
|
|
overflow: hidden;
|
|
}
|
|
.qcc-hist-svg { width: 100%; height: 100%; }
|
|
|
|
/* ════════════════════════════════════════
|
|
08 AI Feedback
|
|
════════════════════════════════════════ */
|
|
.qcc-ai {
|
|
display: flex;
|
|
flex: 1;
|
|
min-height: 0;
|
|
overflow: hidden;
|
|
align-items: flex-start;
|
|
}
|
|
.qcc-ai-panel {
|
|
flex: 1;
|
|
overflow-y: auto;
|
|
}
|
|
.qcc-ai-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
gap: 12px;
|
|
margin-bottom: 16px;
|
|
flex-shrink: 0;
|
|
}
|
|
.qcc-ai-icon { flex-shrink: 0; opacity: 0.85; }
|
|
.qcc-ai-terminal {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
font-family: 'Consolas', 'Courier New', monospace;
|
|
font-size: 13px;
|
|
line-height: 1.65;
|
|
}
|
|
.qcc-ai-line { display: flex; gap: 6px; }
|
|
.qcc-ai-prompt { color: #ffd700; flex-shrink: 0; }
|
|
.qcc-ai-label { color: #ffd700; font-weight: 700; }
|
|
.qcc-ai-text { color: var(--se-text-secondary); }
|
|
.qcc-ai-hl { color: #ffd700; text-decoration: underline; }
|
|
|
|
/* ════════════════════════════════════════
|
|
09 Comparative
|
|
════════════════════════════════════════ */
|
|
.qcc-comparative {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
min-height: 0;
|
|
gap: 8px;
|
|
overflow: hidden;
|
|
}
|
|
.qcc-comp-header { flex-shrink: 0; }
|
|
.qcc-comp-chart-wrap {
|
|
flex: 1;
|
|
min-height: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
gap: 8px;
|
|
}
|
|
.qcc-comp-svg { width: 100%; flex: 1; min-height: 0; display: block; }
|
|
.qcc-comp-legend {
|
|
display: flex;
|
|
gap: 16px;
|
|
justify-content: flex-end;
|
|
font-size: 11px;
|
|
flex-shrink: 0;
|
|
}
|
|
.qcc-comp-leg { display: flex; align-items: center; gap: 4px; }
|
|
.qcc-comp-leg--strat { color: #00e676; }
|
|
.qcc-comp-leg--bench { color: #888; }
|
|
|
|
/* ════════════════════════════════════════
|
|
10 Timing
|
|
════════════════════════════════════════ */
|
|
.qcc-timing {
|
|
display: flex;
|
|
flex: 1;
|
|
min-height: 0;
|
|
gap: 8px;
|
|
overflow: hidden;
|
|
}
|
|
.qcc-timing-left {
|
|
flex: 0 0 260px;
|
|
min-width: 200px;
|
|
overflow-y: auto;
|
|
}
|
|
.qcc-timing-right {
|
|
flex: 1;
|
|
min-width: 0;
|
|
display: flex;
|
|
align-items: stretch;
|
|
overflow: hidden;
|
|
}
|
|
.qcc-timing-stats {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
margin-top: 12px;
|
|
padding-top: 10px;
|
|
border-top: 1px solid rgba(255,255,255,0.08);
|
|
}
|
|
.qcc-timing-stat {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 12px;
|
|
}
|
|
.qcc-timing-stat span { color: var(--se-text-muted); }
|
|
.qcc-timing-stat strong { font-weight: 700; }
|
|
.qcc-scatter { width: 100%; height: 100%; display: block; }
|
|
|
|
/* ════════════════════════════════════════
|
|
반응형
|
|
════════════════════════════════════════ */
|
|
@media (max-width: 1100px) {
|
|
.qcc-standard-left { flex: 0 0 180px; }
|
|
.qcc-risk-left { flex: 0 0 190px; }
|
|
.qcc-efficiency-left { flex: 0 0 190px; }
|
|
.qcc-stats-left { flex: 0 0 180px; }
|
|
.qcc-alloc-left { flex: 0 0 240px; }
|
|
.qcc-timing-left { flex: 0 0 210px; }
|
|
.qcc-hero-value { font-size: clamp(16px, 2vw, 24px); }
|
|
}
|
|
@media (max-width: 800px) {
|
|
.qcc-standard, .qcc-risk, .qcc-efficiency,
|
|
.qcc-stats, .qcc-timing, .qcc-allocation {
|
|
flex-direction: column;
|
|
}
|
|
.qcc-standard-left, .qcc-risk-left, .qcc-efficiency-left,
|
|
.qcc-stats-left, .qcc-timing-left, .qcc-alloc-left {
|
|
flex: none;
|
|
max-height: 180px;
|
|
}
|
|
.qcc-hero-row { flex-wrap: wrap; }
|
|
.qcc-hero { flex: 0 0 calc(50% - 4px); }
|
|
.qcc-alloc-right { justify-content: flex-start; }
|
|
.qcc-eff-bars { display: none; }
|
|
}
|
|
@media (max-width: 600px) {
|
|
.arp-type-tab { font-size: 10px; padding: 6px 8px; }
|
|
.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 {
|
|
flex: 1;
|
|
min-height: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0;
|
|
background: transparent;
|
|
gap: 10px;
|
|
overflow: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.bps-page--arp .arp-center-inner .brd-dashboard--report > .brd-dash-header,
|
|
.bps-page--arp .arp-center-inner .brd-dashboard--report > .brd-row:first-of-type {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.bps-page--arp .arp-center-inner .brd-dashboard--report > .brd-row--3col,
|
|
.bps-page--arp .arp-center-inner .brd-dashboard--report > .brd-row--2col {
|
|
flex: 1;
|
|
min-height: 0;
|
|
align-items: stretch;
|
|
}
|
|
|
|
.bps-page--arp .arp-center-inner .brd-dashboard--report .brd-row--3col .brd-card,
|
|
.bps-page--arp .arp-center-inner .brd-dashboard--report .brd-row--2col .brd-card {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
.bps-page--arp .arp-center-inner .brd-dashboard--report .brd-card-body {
|
|
flex: 1;
|
|
min-height: 0;
|
|
overflow: auto;
|
|
}
|
|
|
|
.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: 1.08rem;
|
|
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.72rem;
|
|
color: var(--se-text-dim, var(--text3));
|
|
}
|
|
|
|
.arp-report-theme .brd-dash-big-val {
|
|
font-size: 1.2rem;
|
|
font-weight: 800;
|
|
letter-spacing: -0.02em;
|
|
line-height: 1.15;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.arp-report-theme .brd-dash-big-label {
|
|
font-size: 0.72rem;
|
|
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;
|
|
}
|
|
}
|
|
|
|
/* ── 분석레포트 — 가독성 (글자·컨트롤 소폭 확대) ── */
|
|
.bps-page--arp .bps-title {
|
|
font-size: 1.22rem;
|
|
}
|
|
|
|
.bps-page--arp .bps-subtitle {
|
|
font-size: 0.82rem;
|
|
}
|
|
|
|
.bps-page--arp .btd-btn,
|
|
.bps-page--arp .bps-btn {
|
|
font-size: 0.88rem;
|
|
padding: 8px 16px;
|
|
}
|
|
|
|
.bps-page--arp .arp-context-bar {
|
|
min-height: 42px;
|
|
}
|
|
|
|
.bps-page--arp .arp-context-bar__center {
|
|
padding: 9px 14px;
|
|
}
|
|
|
|
.bps-page--arp .bps-side-wrap--left .bps-left--collapsible .bps-panel {
|
|
padding: 16px 14px 14px;
|
|
}
|
|
|
|
.bps-page--arp .btd-exec-tab {
|
|
font-size: 0.82rem;
|
|
padding: 9px 8px;
|
|
}
|
|
|
|
.bps-page--arp .btd-exec-search {
|
|
padding: 9px 11px;
|
|
}
|
|
|
|
.bps-page--arp .btd-exec-search-input {
|
|
font-size: 0.88rem;
|
|
}
|
|
|
|
.bps-page--arp .btd-exec-search-count {
|
|
font-size: 0.72rem;
|
|
}
|
|
|
|
.bps-page--arp .btd-exec-filter {
|
|
font-size: 0.72rem;
|
|
padding: 6px 5px;
|
|
}
|
|
|
|
.bps-page--arp .btd-exec-item {
|
|
padding: 11px;
|
|
}
|
|
|
|
.bps-page--arp .btd-exec-date {
|
|
font-size: 0.72rem;
|
|
}
|
|
|
|
.bps-page--arp .btd-exec-strategy {
|
|
font-size: 0.88rem;
|
|
}
|
|
|
|
.bps-page--arp .btd-exec-meta {
|
|
font-size: 0.78rem;
|
|
}
|
|
|
|
.bps-page--arp .btd-exec-stat {
|
|
font-size: 0.74rem;
|
|
}
|
|
|
|
.bps-page--arp .btd-exec-roi {
|
|
font-size: 0.92rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-empty p {
|
|
font-size: 0.92rem;
|
|
line-height: 1.55;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-dash-badge,
|
|
.bps-page--arp .arp-center-inner .brd-dash-badge {
|
|
font-size: 0.78rem;
|
|
padding: 3px 10px;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-kpi-card,
|
|
.bps-page--arp .arp-center-inner .brd-kpi-card {
|
|
padding: 11px 13px;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-kpi-label,
|
|
.bps-page--arp .arp-center-inner .brd-kpi-label {
|
|
font-size: 0.72rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-kpi-value,
|
|
.bps-page--arp .arp-center-inner .brd-kpi-value {
|
|
font-size: 1.05rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-kpi-sub,
|
|
.bps-page--arp .arp-center-inner .brd-kpi-sub {
|
|
font-size: 0.68rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-kpi-icon,
|
|
.bps-page--arp .arp-center-inner .brd-kpi-icon {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-section-title,
|
|
.bps-page--arp .arp-center-inner .brd-section-title {
|
|
font-size: 0.82rem;
|
|
padding: 9px 13px 8px;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-section-icon {
|
|
font-size: 0.95rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-section-count,
|
|
.bps-page--arp .arp-report-theme .brd-badge-inline {
|
|
font-size: 0.72rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-metric-label,
|
|
.bps-page--arp .arp-center-inner .brd-metric-label {
|
|
font-size: 0.82rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-metric-value,
|
|
.bps-page--arp .arp-center-inner .brd-metric-value {
|
|
font-size: 0.88rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-metric-note {
|
|
font-size: 0.68rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-compare-label,
|
|
.bps-page--arp .arp-report-theme .brd-pnl-label,
|
|
.bps-page--arp .arp-report-theme .brd-bench-label {
|
|
font-size: 0.78rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-compare-val,
|
|
.bps-page--arp .arp-report-theme .brd-bench-val {
|
|
font-size: 0.88rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-pnl-net-label {
|
|
font-size: 0.82rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-pnl-net-val {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-theme .brd-donut-detail {
|
|
font-size: 0.78rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-signals-panel .brd-sig-table {
|
|
font-size: 0.82rem;
|
|
}
|
|
|
|
.bps-page--arp .arp-signals-panel .brd-sig-table th {
|
|
font-size: 0.76rem;
|
|
padding: 7px 11px;
|
|
}
|
|
|
|
.bps-page--arp .arp-signals-panel .brd-sig-table td {
|
|
padding: 6px 11px;
|
|
}
|
|
|
|
.bps-page--arp .arp-signals-panel .brd-sig-badge {
|
|
font-size: 0.72rem;
|
|
padding: 2px 9px;
|
|
}
|
|
|
|
.bps-page--arp .arp-report-print-footer,
|
|
.bps-page--arp .arp-report-print-footer--signals {
|
|
font-size: 0.72rem;
|
|
}
|
|
|
|
/* ── 툴바 거래 이력 아이콘 ── */
|
|
.bps-page--arp .arp-toolbar-icon-btn {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 34px;
|
|
min-width: 34px;
|
|
padding: 0;
|
|
}
|
|
|
|
.bps-page--arp .arp-toolbar-icon-btn svg {
|
|
opacity: 0.88;
|
|
}
|
|
|
|
/* ── 실시간 거래 이력 타임라인 (패널 / 팝업) ── */
|
|
.arp-timeline-panel {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
min-height: 0;
|
|
}
|
|
|
|
.arp-timeline-panel--embedded {
|
|
flex: 1;
|
|
height: 100%;
|
|
}
|
|
|
|
.arp-timeline-panel-toolbar {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
gap: 10px;
|
|
flex-shrink: 0;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.arp-timeline-panel-toolbar .arp-timeline-head {
|
|
flex: 1;
|
|
min-width: 180px;
|
|
}
|
|
|
|
.arp-timeline-panel-body {
|
|
flex: 1;
|
|
min-height: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.arp-timeline-badge {
|
|
font-size: 11px;
|
|
font-weight: 800;
|
|
padding: 2px 8px;
|
|
border-radius: 999px;
|
|
background: color-mix(in srgb, #c9a227 22%, transparent);
|
|
color: #c9a227;
|
|
}
|
|
|
|
.arp-timeline-popup .app-popup-body.arp-timeline-popup__body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
max-height: min(72vh, 640px);
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.arp-timeline-popup .arp-timeline-panel {
|
|
flex: 1;
|
|
min-height: 0;
|
|
}
|
|
|
|
.bps-page--arp .arp-timeline-panel--embedded .arp-timeline-scroll,
|
|
.bps-page--arp .arp-timeline-panel--embedded .arp-timeline-split-scroll,
|
|
.bps-page--arp .arp-timeline-panel--embedded .arp-timeline-axis-scroll {
|
|
flex: 1;
|
|
min-height: 200px;
|
|
max-height: none;
|
|
}
|
|
|
|
.bps-page--arp .arp-timeline-panel--embedded.arp-timeline-panel--split .arp-timeline-split-scroll,
|
|
.bps-page--arp .arp-timeline-panel--embedded.arp-timeline-panel--axis .arp-timeline-axis-scroll {
|
|
max-height: none;
|
|
}
|
|
|
|
.bps-page--arp .arp-timeline-panel--embedded.arp-timeline-panel--axis .arp-timeline-panel-body {
|
|
min-height: 480px;
|
|
}
|
|
|
|
.arp-timeline-head {
|
|
display: flex;
|
|
align-items: baseline;
|
|
justify-content: space-between;
|
|
gap: 8px;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.arp-timeline-scope {
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
color: var(--text);
|
|
}
|
|
|
|
.arp-timeline-hint {
|
|
font-size: 10px;
|
|
color: var(--text3);
|
|
}
|
|
|
|
.arp-timeline-refresh {
|
|
border: none;
|
|
background: transparent;
|
|
color: var(--text2);
|
|
font-size: 16px;
|
|
line-height: 1;
|
|
cursor: pointer;
|
|
padding: 2px 6px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.arp-timeline-refresh:hover {
|
|
color: var(--text);
|
|
background: color-mix(in srgb, var(--text) 8%, transparent);
|
|
}
|
|
|
|
.arp-timeline-empty,
|
|
.arp-timeline-error {
|
|
margin: 12px 0;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
color: var(--text3);
|
|
}
|
|
|
|
.arp-timeline-error {
|
|
color: var(--se-sell, #ef4444);
|
|
}
|
|
|
|
.arp-timeline-scroll {
|
|
position: relative;
|
|
flex: 1;
|
|
min-height: 120px;
|
|
max-height: min(58vh, 520px);
|
|
overflow-y: auto;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
.arp-timeline-item {
|
|
cursor: default;
|
|
}
|
|
|
|
/* ── 공통 봉 시간 카드 ── */
|
|
.arp-timeline-bar-time {
|
|
min-width: 96px;
|
|
padding: 7px 10px;
|
|
border-radius: 4px;
|
|
background: rgba(12, 12, 16, 0.96);
|
|
border: 2px solid rgba(255, 255, 255, 0.18);
|
|
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.32);
|
|
text-align: center;
|
|
flex-shrink: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.arp-timeline-bar-time--buy {
|
|
border-color: rgba(34, 197, 94, 0.65);
|
|
background: linear-gradient(0deg, rgba(34, 197, 94, 0.16), rgba(12, 12, 16, 0.96));
|
|
}
|
|
|
|
.arp-timeline-bar-time--sell {
|
|
border-color: rgba(239, 68, 68, 0.65);
|
|
background: linear-gradient(180deg, rgba(239, 68, 68, 0.16), rgba(12, 12, 16, 0.96));
|
|
}
|
|
|
|
.arp-timeline-bar-time-label {
|
|
display: block;
|
|
font-size: 13px;
|
|
font-weight: 800;
|
|
letter-spacing: -0.02em;
|
|
line-height: 1.3;
|
|
color: rgba(255, 255, 255, 0.96);
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.arp-timeline-bar-time-tf {
|
|
display: block;
|
|
margin-top: 3px;
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
letter-spacing: 0.06em;
|
|
text-transform: uppercase;
|
|
opacity: 0.58;
|
|
}
|
|
|
|
.arp-timeline-bar-time--compact {
|
|
min-width: 88px;
|
|
padding: 6px 9px;
|
|
}
|
|
|
|
.arp-timeline-bar-time--compact .arp-timeline-bar-time-label {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.arp-timeline-bar-time--segment {
|
|
min-width: 0;
|
|
padding: 0;
|
|
border: none;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.arp-timeline-bar-time--segment .arp-timeline-bar-time-label {
|
|
font-size: 14px;
|
|
font-weight: 800;
|
|
color: #fff;
|
|
letter-spacing: -0.01em;
|
|
}
|
|
|
|
/* 세로 목록 — 타임라인 지점 */
|
|
.arp-timeline-scroll--list {
|
|
padding-left: 4px;
|
|
}
|
|
|
|
.arp-timeline-scroll--list .btd-timeline-line {
|
|
display: none;
|
|
}
|
|
|
|
.arp-timeline-item--bar-anchor {
|
|
position: relative;
|
|
display: grid;
|
|
grid-template-columns: minmax(92px, auto) minmax(0, 1fr);
|
|
gap: 10px;
|
|
align-items: start;
|
|
padding-left: 0 !important;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.arp-timeline-item--bar-anchor .arp-timeline-bar-time--list-node {
|
|
position: relative;
|
|
z-index: 1;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.arp-timeline-item--bar-anchor::before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 46px;
|
|
top: 0;
|
|
bottom: -12px;
|
|
width: 2px;
|
|
background: linear-gradient(180deg, rgba(201, 162, 39, 0.45), rgba(201, 162, 39, 0.08));
|
|
pointer-events: none;
|
|
}
|
|
|
|
.arp-timeline-item--bar-anchor:last-child::before {
|
|
bottom: 50%;
|
|
}
|
|
|
|
.arp-timeline-item--signal .btd-timeline-node {
|
|
border-color: #6366f1;
|
|
background: color-mix(in srgb, #6366f1 18%, var(--bg3));
|
|
}
|
|
|
|
.arp-timeline-item--pending .btd-timeline-node {
|
|
border-color: #f59e0b;
|
|
background: color-mix(in srgb, #f59e0b 18%, var(--bg3));
|
|
}
|
|
|
|
.arp-timeline-item--fill.arp-timeline-item--buy .btd-timeline-node {
|
|
border-color: #22c55e;
|
|
background: color-mix(in srgb, #22c55e 18%, var(--bg3));
|
|
}
|
|
|
|
.arp-timeline-item--fill.arp-timeline-item--sell .btd-timeline-node {
|
|
border-color: #ef4444;
|
|
background: color-mix(in srgb, #ef4444 18%, var(--bg3));
|
|
}
|
|
|
|
.arp-timeline-kind {
|
|
display: inline-block;
|
|
margin-right: 6px;
|
|
padding: 2px 7px;
|
|
border-radius: 999px;
|
|
font-size: 10px;
|
|
font-weight: 800;
|
|
letter-spacing: -0.02em;
|
|
}
|
|
|
|
.arp-timeline-kind--signal {
|
|
background: rgba(99, 102, 241, 0.14);
|
|
color: #818cf8;
|
|
border: 1px solid rgba(99, 102, 241, 0.28);
|
|
}
|
|
|
|
.arp-timeline-kind--pending {
|
|
background: rgba(245, 158, 11, 0.14);
|
|
color: #fbbf24;
|
|
border: 1px solid rgba(245, 158, 11, 0.28);
|
|
}
|
|
|
|
.arp-timeline-kind--fill {
|
|
background: rgba(34, 197, 94, 0.12);
|
|
color: #4ade80;
|
|
border: 1px solid rgba(34, 197, 94, 0.24);
|
|
}
|
|
|
|
.arp-timeline-item--sell .arp-timeline-kind--fill {
|
|
background: rgba(239, 68, 68, 0.12);
|
|
color: #f87171;
|
|
border-color: rgba(239, 68, 68, 0.24);
|
|
}
|
|
|
|
.arp-timeline-side {
|
|
display: inline-block;
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
color: var(--text3);
|
|
}
|
|
|
|
.arp-timeline-side--buy { color: #22c55e; }
|
|
.arp-timeline-side--sell { color: #ef4444; }
|
|
|
|
.arp-timeline-symbol {
|
|
margin-left: 6px;
|
|
font-size: 10px;
|
|
font-weight: 600;
|
|
color: var(--text3);
|
|
}
|
|
|
|
.arp-timeline-meta {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 6px 10px;
|
|
margin-top: 4px;
|
|
font-size: 11px;
|
|
color: var(--text2);
|
|
}
|
|
|
|
.arp-timeline-detail {
|
|
color: var(--text3);
|
|
font-size: 10px;
|
|
}
|
|
|
|
/* ── 타이틀바: 유형 선택 + 새로고침 ── */
|
|
.arp-timeline-header-tools {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 6px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.arp-timeline-view-switch {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 2px;
|
|
padding: 2px;
|
|
border-radius: 8px;
|
|
background: color-mix(in srgb, var(--text) 6%, transparent);
|
|
border: 1px solid color-mix(in srgb, var(--text) 10%, transparent);
|
|
}
|
|
|
|
.arp-timeline-view-btn {
|
|
border: none;
|
|
background: transparent;
|
|
color: var(--text3);
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
padding: 4px 10px;
|
|
border-radius: 6px;
|
|
cursor: pointer;
|
|
white-space: nowrap;
|
|
transition: background 0.12s, color 0.12s;
|
|
}
|
|
|
|
.arp-timeline-view-btn:hover {
|
|
color: var(--text);
|
|
}
|
|
|
|
.arp-timeline-view-btn--on {
|
|
background: color-mix(in srgb, #c9a227 22%, var(--bg2));
|
|
color: var(--text);
|
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
|
|
}
|
|
|
|
.arp-timeline-card-tags {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
gap: 4px 6px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.arp-timeline-card-date {
|
|
display: block;
|
|
font-size: 10px;
|
|
color: var(--text3);
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.arp-timeline-card-title {
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
color: var(--text);
|
|
line-height: 1.35;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.arp-timeline-card-title--compact {
|
|
font-size: 11px;
|
|
}
|
|
|
|
/* ── 좌우 분할 타임라인 (React Timeline 스타일) ── */
|
|
.arp-timeline-popup--split .app-popup-body.arp-timeline-popup__body {
|
|
max-height: min(76vh, 680px);
|
|
}
|
|
|
|
.arp-timeline-split-legend {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 8%;
|
|
font-size: 10px;
|
|
font-weight: 800;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.arp-timeline-split-legend-item--buy { color: #22c55e; }
|
|
.arp-timeline-split-legend-item--sell { color: #ef4444; }
|
|
|
|
.arp-timeline-split-scroll {
|
|
position: relative;
|
|
flex: 1;
|
|
min-height: 160px;
|
|
max-height: min(62vh, 560px);
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
padding: 8px 12px 16px;
|
|
}
|
|
|
|
.arp-timeline-split-track {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
|
|
.arp-timeline-split-axis {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 2px;
|
|
transform: translateX(-50%);
|
|
background: rgba(201, 162, 39, 0.58);
|
|
border-radius: 1px;
|
|
pointer-events: none;
|
|
z-index: 0;
|
|
}
|
|
|
|
.arp-timeline-split-row {
|
|
position: relative;
|
|
display: grid;
|
|
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
|
|
gap: 0 8px;
|
|
align-items: center;
|
|
margin-bottom: 28px;
|
|
min-height: 72px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.arp-timeline-split-col--left {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
min-width: 0;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
.arp-timeline-split-col--center {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-shrink: 0;
|
|
padding: 0 2px;
|
|
z-index: 2;
|
|
}
|
|
|
|
.arp-timeline-split-col--right {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
min-width: 0;
|
|
padding-left: 4px;
|
|
}
|
|
|
|
.arp-timeline-split-stack {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
max-width: 340px;
|
|
gap: 0;
|
|
}
|
|
|
|
.arp-timeline-split-stack--buy {
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.arp-timeline-split-stack--sell {
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.arp-timeline-split-connector {
|
|
flex: 1 1 28px;
|
|
min-width: 28px;
|
|
max-width: 56px;
|
|
height: 0;
|
|
border-top: 2px dashed rgba(255, 255, 255, 0.34);
|
|
align-self: center;
|
|
margin: 0 6px;
|
|
}
|
|
|
|
.arp-timeline-split-connector--buy {
|
|
border-top-color: rgba(34, 197, 94, 0.45);
|
|
}
|
|
|
|
.arp-timeline-split-connector--sell {
|
|
border-top-color: rgba(239, 68, 68, 0.45);
|
|
}
|
|
|
|
.arp-timeline-bar-time--split-node {
|
|
width: auto;
|
|
max-width: 116px;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.arp-timeline-split-node {
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
border: 3px solid rgba(201, 162, 39, 0.65);
|
|
background: var(--bg2);
|
|
box-shadow: 0 0 0 2px color-mix(in srgb, var(--bg1) 80%, transparent);
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.arp-timeline-split-node--signal {
|
|
border-color: #6366f1;
|
|
background: color-mix(in srgb, #6366f1 25%, var(--bg2));
|
|
}
|
|
|
|
.arp-timeline-split-node--pending {
|
|
border-color: #f59e0b;
|
|
background: color-mix(in srgb, #f59e0b 25%, var(--bg2));
|
|
}
|
|
|
|
.arp-timeline-split-node--fill.arp-timeline-split-node--buy {
|
|
border-color: #22c55e;
|
|
background: color-mix(in srgb, #22c55e 25%, var(--bg2));
|
|
}
|
|
|
|
.arp-timeline-split-node--fill.arp-timeline-split-node--sell {
|
|
border-color: #ef4444;
|
|
background: color-mix(in srgb, #ef4444 25%, var(--bg2));
|
|
}
|
|
|
|
.arp-timeline-split-card {
|
|
position: relative;
|
|
width: 100%;
|
|
max-width: 300px;
|
|
flex-shrink: 0;
|
|
padding: 10px 12px;
|
|
border-radius: 10px;
|
|
background: var(--bg3);
|
|
border: 1px solid color-mix(in srgb, var(--text) 12%, transparent);
|
|
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
|
|
}
|
|
|
|
.arp-timeline-split-card--left {
|
|
border-color: color-mix(in srgb, #22c55e 35%, transparent);
|
|
}
|
|
|
|
.arp-timeline-split-card--right {
|
|
border-color: color-mix(in srgb, #ef4444 35%, transparent);
|
|
}
|
|
|
|
.arp-timeline-split-card--pending {
|
|
border-style: dashed;
|
|
}
|
|
|
|
.arp-timeline-split-card--signal.arp-timeline-split-card--left {
|
|
border-color: color-mix(in srgb, #6366f1 40%, transparent);
|
|
}
|
|
|
|
.arp-timeline-split-card--signal.arp-timeline-split-card--right {
|
|
border-color: color-mix(in srgb, #6366f1 40%, transparent);
|
|
}
|
|
|
|
@media (max-width: 720px) {
|
|
.arp-timeline-split-row {
|
|
grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr);
|
|
gap: 0 6px;
|
|
}
|
|
|
|
.arp-timeline-split-card {
|
|
max-width: none;
|
|
padding: 8px 10px;
|
|
}
|
|
|
|
.arp-timeline-view-btn {
|
|
padding: 4px 7px;
|
|
font-size: 9px;
|
|
}
|
|
}
|
|
|
|
/* ── 봉 시간축 타임라인 (가로 축 · 상단 매도 · 하단 매수) ── */
|
|
.arp-timeline-popup--axis .app-popup-body.arp-timeline-popup__body {
|
|
max-height: min(78vh, 720px);
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
.arp-timeline-axis-legend {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 6%;
|
|
font-size: 10px;
|
|
font-weight: 800;
|
|
flex-shrink: 0;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.arp-timeline-axis-legend-item--sell { color: #ef4444; }
|
|
.arp-timeline-axis-legend-item--buy { color: #22c55e; }
|
|
|
|
.arp-timeline-axis-scroll {
|
|
flex: 1;
|
|
min-height: 280px;
|
|
max-height: min(64vh, 580px);
|
|
overflow-x: auto;
|
|
overflow-y: auto;
|
|
padding: 8px 4px 12px;
|
|
}
|
|
|
|
.arp-timeline-axis-scroll.arp-timeline-h-scroll {
|
|
overscroll-behavior-x: contain;
|
|
}
|
|
|
|
.arp-timeline-axis-scroll-inner {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
min-height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.arp-timeline-axis-track {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0;
|
|
margin: 0 auto;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.arp-timeline-axis-zone {
|
|
position: relative;
|
|
padding: 0 8px;
|
|
}
|
|
|
|
.arp-timeline-axis-zone--top {
|
|
padding-bottom: 0;
|
|
min-height: 148px;
|
|
}
|
|
|
|
.arp-timeline-axis-zone--bottom {
|
|
padding-top: 0;
|
|
min-height: 148px;
|
|
}
|
|
|
|
.arp-timeline-axis-zone-label {
|
|
position: absolute;
|
|
left: 0;
|
|
font-size: 9px;
|
|
font-weight: 800;
|
|
letter-spacing: 0.1em;
|
|
text-transform: uppercase;
|
|
opacity: 0.45;
|
|
}
|
|
|
|
.arp-timeline-axis-zone--top .arp-timeline-axis-zone-label {
|
|
top: 0;
|
|
color: #ef4444;
|
|
}
|
|
|
|
.arp-timeline-axis-zone--bottom .arp-timeline-axis-zone-label {
|
|
bottom: 0;
|
|
color: #22c55e;
|
|
}
|
|
|
|
.arp-timeline-axis-cols {
|
|
display: flex;
|
|
align-items: stretch;
|
|
gap: 0;
|
|
}
|
|
|
|
.arp-timeline-axis-col {
|
|
flex: 1 0 148px;
|
|
min-width: 148px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 14px;
|
|
padding: 0 6px;
|
|
}
|
|
|
|
.arp-timeline-axis-zone--top .arp-timeline-axis-col {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.arp-timeline-axis-zone--bottom .arp-timeline-axis-col {
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.arp-timeline-axis-col-stack {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
width: 100%;
|
|
max-width: 140px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.arp-timeline-axis-connector {
|
|
width: 0;
|
|
border-left: 2px dashed rgba(255, 255, 255, 0.34);
|
|
min-height: 32px;
|
|
flex: 0 0 auto;
|
|
}
|
|
|
|
.arp-timeline-axis-connector--down {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.arp-timeline-axis-connector--up {
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
.arp-timeline-axis-connector--to-rail {
|
|
min-height: 44px;
|
|
}
|
|
|
|
.arp-timeline-axis-connector--sell {
|
|
border-left-color: rgba(239, 68, 68, 0.4);
|
|
}
|
|
|
|
.arp-timeline-axis-connector--buy {
|
|
border-left-color: rgba(34, 197, 94, 0.4);
|
|
}
|
|
|
|
.arp-timeline-axis-rail {
|
|
display: flex;
|
|
align-items: stretch;
|
|
min-height: 58px;
|
|
margin: 0 4px;
|
|
filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
|
|
}
|
|
|
|
.arp-timeline-axis-segment {
|
|
flex: 1 0 136px;
|
|
min-width: 136px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 0 18px 0 22px;
|
|
margin-left: -10px;
|
|
clip-path: polygon(
|
|
0 0,
|
|
calc(100% - 14px) 0,
|
|
100% 50%,
|
|
calc(100% - 14px) 100%,
|
|
0 100%,
|
|
14px 50%
|
|
);
|
|
color: #fff;
|
|
font-weight: 800;
|
|
text-align: center;
|
|
}
|
|
|
|
.arp-timeline-axis-segment:first-child {
|
|
margin-left: 0;
|
|
padding-left: 14px;
|
|
clip-path: polygon(
|
|
0 0,
|
|
calc(100% - 14px) 0,
|
|
100% 50%,
|
|
calc(100% - 14px) 100%,
|
|
0 100%
|
|
);
|
|
}
|
|
|
|
.arp-timeline-axis-segment--c0 { background: linear-gradient(135deg, #16a34a, #15803d); }
|
|
.arp-timeline-axis-segment--c1 { background: linear-gradient(135deg, #7c3aed, #6d28d9); }
|
|
.arp-timeline-axis-segment--c2 { background: linear-gradient(135deg, #ca8a04, #a16207); }
|
|
.arp-timeline-axis-segment--c3 { background: linear-gradient(135deg, #2563eb, #1d4ed8); }
|
|
.arp-timeline-axis-segment--c4 { background: linear-gradient(135deg, #ea580c, #c2410c); }
|
|
|
|
.arp-timeline-axis-card {
|
|
display: flex;
|
|
gap: 8px;
|
|
width: 100%;
|
|
padding: 8px 9px;
|
|
border-radius: 10px;
|
|
background: rgba(16, 16, 20, 0.94);
|
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
|
|
}
|
|
|
|
.arp-timeline-axis-card-icon {
|
|
flex-shrink: 0;
|
|
width: 28px;
|
|
height: 28px;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 13px;
|
|
border: 2px dashed rgba(255, 255, 255, 0.35);
|
|
background: rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.arp-timeline-axis-card-body {
|
|
min-width: 0;
|
|
flex: 1;
|
|
font-size: 10px;
|
|
line-height: 1.4;
|
|
color: rgba(255, 255, 255, 0.88);
|
|
}
|
|
|
|
.arp-timeline-axis-card-head {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 5px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.arp-timeline-axis-card-head strong {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.arp-timeline-axis-card-head span {
|
|
font-size: 9px;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.arp-timeline-axis-card--sell .arp-timeline-axis-card-head strong { color: #ef4444; }
|
|
.arp-timeline-axis-card--buy .arp-timeline-axis-card-head strong { color: #22c55e; }
|
|
|
|
.arp-timeline-axis-card-title {
|
|
margin: 0 0 3px;
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.arp-timeline-axis-card-meta {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 4px 8px;
|
|
font-size: 9px;
|
|
opacity: 0.82;
|
|
}
|
|
|
|
.arp-timeline-axis-card--signal {
|
|
border-color: rgba(99, 102, 241, 0.45);
|
|
}
|
|
|
|
.arp-timeline-axis-card--pending {
|
|
border-style: dashed;
|
|
opacity: 0.95;
|
|
}
|
|
|
|
.arp-timeline-axis-card--fill.arp-timeline-axis-card--sell {
|
|
border-color: rgba(239, 68, 68, 0.35);
|
|
}
|
|
|
|
.arp-timeline-axis-card--fill.arp-timeline-axis-card--buy {
|
|
border-color: rgba(34, 197, 94, 0.35);
|
|
}
|
|
|
|
@media (max-width: 720px) {
|
|
.arp-timeline-axis-segment .arp-timeline-bar-time--segment .arp-timeline-bar-time-label {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.arp-timeline-axis-col {
|
|
flex-basis: 120px;
|
|
min-width: 120px;
|
|
}
|
|
|
|
.arp-timeline-axis-segment {
|
|
flex-basis: 120px;
|
|
min-width: 120px;
|
|
}
|
|
}
|
|
|
|
/* ── 매매 시그널 상세 (타임라인 카드 버튼 · 팝업) ── */
|
|
.arp-timeline-signal-card-wrap {
|
|
position: relative;
|
|
}
|
|
|
|
.arp-timeline-signal-detail-btn {
|
|
position: absolute;
|
|
top: 6px;
|
|
right: 6px;
|
|
z-index: 3;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 26px;
|
|
height: 26px;
|
|
padding: 0;
|
|
border-radius: 7px;
|
|
border: 1px solid color-mix(in srgb, var(--text) 16%, transparent);
|
|
background: color-mix(in srgb, var(--bg2) 88%, transparent);
|
|
color: color-mix(in srgb, var(--text) 78%, transparent);
|
|
cursor: pointer;
|
|
transition: background 0.15s, color 0.15s, border-color 0.15s;
|
|
}
|
|
|
|
.arp-timeline-signal-detail-btn:hover {
|
|
background: color-mix(in srgb, #c9a227 18%, var(--bg2));
|
|
border-color: color-mix(in srgb, #c9a227 45%, transparent);
|
|
color: #c9a227;
|
|
}
|
|
|
|
.arp-timeline-signal-card-wrap.btd-timeline-card,
|
|
.arp-timeline-signal-card-wrap.arp-timeline-split-card,
|
|
.arp-timeline-signal-card-wrap.arp-timeline-axis-card {
|
|
padding-top: 28px;
|
|
}
|
|
|
|
.arp-timeline-signal-detail-popup .app-popup-body.arp-timeline-signal-detail-popup__body {
|
|
max-height: min(88vh, 860px);
|
|
overflow-y: auto;
|
|
padding-top: 6px;
|
|
}
|
|
|
|
.arp-timeline-signal-detail {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 14px;
|
|
}
|
|
|
|
.arp-timeline-signal-detail-summary {
|
|
padding: 0 2px;
|
|
}
|
|
|
|
.arp-timeline-signal-detail-summary .tsd-body {
|
|
padding: 0;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.arp-timeline-signal-detail-summary .tsd-detail-matrix {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
gap: 8px;
|
|
}
|
|
|
|
.arp-timeline-signal-detail-summary .tsd-detail-cell {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 4px;
|
|
min-height: 56px;
|
|
padding: 8px 10px;
|
|
border-radius: 8px;
|
|
border: 1px solid color-mix(in srgb, var(--text) 10%, transparent);
|
|
background: color-mix(in srgb, var(--bg2) 72%, transparent);
|
|
}
|
|
|
|
.arp-timeline-signal-detail-summary .tsd-detail-cell-label {
|
|
font-size: 10px;
|
|
font-weight: 600;
|
|
letter-spacing: 0.02em;
|
|
color: color-mix(in srgb, var(--text) 52%, transparent);
|
|
}
|
|
|
|
.arp-timeline-signal-detail-summary .tsd-detail-cell-value {
|
|
font-size: 12px;
|
|
line-height: 1.35;
|
|
color: color-mix(in srgb, var(--text) 90%, transparent);
|
|
word-break: break-word;
|
|
}
|
|
|
|
.arp-timeline-signal-detail-summary .tsd-detail-cell-value--highlight {
|
|
font-weight: 700;
|
|
font-variant-numeric: tabular-nums;
|
|
}
|
|
|
|
@media (max-width: 820px) {
|
|
.arp-timeline-signal-detail-summary .tsd-detail-matrix {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.arp-timeline-signal-detail-summary .tsd-detail-matrix {
|
|
grid-template-columns: 1fr;
|
|
}
|
|
}
|
|
|
|
.arp-timeline-signal-detail-chart {
|
|
min-height: 0;
|
|
}
|
|
|
|
.arp-timeline-signal-chart {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 6px;
|
|
border: 1px solid color-mix(in srgb, var(--text) 10%, transparent);
|
|
border-radius: 10px;
|
|
overflow: hidden;
|
|
background: color-mix(in srgb, var(--bg1) 92%, transparent);
|
|
}
|
|
|
|
.arp-timeline-signal-chart-head {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
gap: 8px;
|
|
padding: 8px 10px;
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
color: color-mix(in srgb, var(--text) 62%, transparent);
|
|
border-bottom: 1px solid color-mix(in srgb, var(--text) 8%, transparent);
|
|
}
|
|
|
|
.arp-timeline-signal-chart-body {
|
|
position: relative;
|
|
min-height: 320px;
|
|
height: min(52vh, 420px);
|
|
}
|
|
|
|
.arp-timeline-signal-chart-stack {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
min-height: 320px;
|
|
}
|
|
|
|
.arp-timeline-signal-chart-pane {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 4px;
|
|
border: 1px solid color-mix(in srgb, var(--text) 8%, transparent);
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
background: color-mix(in srgb, var(--bg1) 94%, transparent);
|
|
}
|
|
|
|
.arp-timeline-signal-chart-pane--candle .arp-timeline-signal-chart-pane-body {
|
|
min-height: 240px;
|
|
height: min(38vh, 300px);
|
|
}
|
|
|
|
.arp-timeline-signal-chart-pane--aux .arp-timeline-signal-chart-pane-body {
|
|
min-height: 180px;
|
|
height: min(28vh, 220px);
|
|
}
|
|
|
|
.arp-timeline-signal-chart-pane-head {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
gap: 8px;
|
|
padding: 6px 10px;
|
|
border-bottom: 1px solid color-mix(in srgb, var(--text) 8%, transparent);
|
|
background: color-mix(in srgb, var(--bg2) 55%, transparent);
|
|
}
|
|
|
|
.arp-timeline-signal-chart-pane-label {
|
|
font-size: 10px;
|
|
font-weight: 800;
|
|
letter-spacing: 0.04em;
|
|
color: color-mix(in srgb, var(--text) 78%, transparent);
|
|
}
|
|
|
|
.arp-timeline-signal-chart-pane-meta {
|
|
font-size: 9px;
|
|
font-weight: 600;
|
|
color: color-mix(in srgb, var(--text) 52%, transparent);
|
|
text-align: right;
|
|
}
|
|
|
|
.arp-timeline-signal-chart-pane-body {
|
|
position: relative;
|
|
min-height: 0;
|
|
}
|
|
|
|
.arp-timeline-signal-chart-pane-body .tv-chart-wrap {
|
|
height: 100% !important;
|
|
}
|
|
|
|
.arp-timeline-signal-chart-pane-body--aux .tv-chart-wrap {
|
|
min-height: 100%;
|
|
}
|
|
|
|
.arp-timeline-signal-chart-loading,
|
|
.arp-timeline-signal-chart-error {
|
|
position: absolute;
|
|
inset: 0;
|
|
z-index: 2;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 12px;
|
|
color: color-mix(in srgb, var(--text) 55%, transparent);
|
|
background: color-mix(in srgb, var(--bg1) 72%, transparent);
|
|
}
|
|
|
|
.arp-timeline-signal-chart-error {
|
|
color: #ef4444;
|
|
}
|
|
|
|
.arp-timeline-signal-detail-reason {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
padding: 10px 12px;
|
|
border-radius: 10px;
|
|
border: 1px solid color-mix(in srgb, var(--text) 10%, transparent);
|
|
background: color-mix(in srgb, var(--bg2) 70%, transparent);
|
|
}
|
|
|
|
.arp-timeline-signal-detail-reason-head h3 {
|
|
margin: 0 0 4px;
|
|
font-size: 12px;
|
|
font-weight: 800;
|
|
}
|
|
|
|
.arp-timeline-signal-detail-reason-head p {
|
|
margin: 0;
|
|
font-size: 11px;
|
|
line-height: 1.5;
|
|
color: color-mix(in srgb, var(--text) 72%, transparent);
|
|
}
|
|
|
|
.arp-timeline-signal-detail-muted {
|
|
margin: 0;
|
|
font-size: 11px;
|
|
color: color-mix(in srgb, var(--text) 55%, transparent);
|
|
}
|
|
|
|
.arp-timeline-signal-detail-checklist {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 6px;
|
|
}
|
|
|
|
.arp-timeline-signal-detail-checklist li {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
gap: 8px;
|
|
font-size: 11px;
|
|
line-height: 1.45;
|
|
color: color-mix(in srgb, var(--text) 86%, transparent);
|
|
}
|
|
|
|
.arp-timeline-signal-detail-check {
|
|
flex-shrink: 0;
|
|
width: 16px;
|
|
height: 16px;
|
|
border-radius: 50%;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 10px;
|
|
font-weight: 800;
|
|
color: #22c55e;
|
|
background: color-mix(in srgb, #22c55e 16%, transparent);
|
|
}
|
|
|
|
.arp-timeline-signal-detail-strategy .scv-root {
|
|
max-height: 280px;
|
|
overflow-y: auto;
|
|
}
|