/* Per-trade execution chart styles (charting PR 3-lite).
 * Theme: GitHub-dark, matches monitoring/dashboard.py palette.
 */

.chart-loading {
    padding: 24px;
    color: #8b949e;
    font-style: italic;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.chart-error {
    padding: 12px 16px;
    color: #f85149;
    background: #1a0e0e;
    border: 1px solid #3d1717;
    border-radius: 4px;
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
    font-size: 12px;
    line-height: 1.4;
}

.chart-degraded-banner {
    padding: 6px 12px;
    background: #2a1f0e;
    color: #d29922;
    border-bottom: 1px solid #3d2e0e;
    font-size: 11px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.chart-canvas {
    width: 100%;
}
