/* 수집 상태 화면은 기존 메뉴/차트 크기와 독립적으로 배치한다. */
.fundamental-summary { color: #8ecae6; font-size: 13px; padding: 10px 12px; background: #121e2b; border-radius: 8px; }
.fundamental-progress { margin-top: 18px; }
.fundamental-progress progress { width: 100%; height: 12px; accent-color: #30bced; }
.fundamental-table-wrap { width: 100%; overflow-x: auto; margin-top: 16px; }
.fundamental-table { width: 100%; border-collapse: collapse; font-size: 13px; text-align: left; }
.fundamental-table th, .fundamental-table td { padding: 10px 12px; border-bottom: 1px solid #273347; vertical-align: top; }
.fundamental-table th { color: #97abc5; white-space: nowrap; }
.fundamental-table td:nth-child(4) { min-width: 240px; overflow-wrap: anywhere; }
.fundamental-table [data-status="ready"] { color: #16bf93; }
.fundamental-table [data-status="partial"], .fundamental-table [data-status="error"] { color: #f8b556; }
.fundamental-table [data-status="running"] { color: #30bced; }
.fundamental-progress button:disabled { opacity: .6; cursor: wait; }
