/**
 * FX Risk panel — Kur Riski ve Marj Hassasiyeti (erer §13)
 */
.fx-risk-panel .fx-risk-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.fx-stale-badge {
    font-size: 0.75rem;
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    background: rgba(255, 180, 0, 0.15);
    color: #ffb400;
    border: 1px solid rgba(255, 180, 0, 0.35);
}

.fx-rate-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.fx-tcmb-date {
    opacity: 0.85;
}

.fx-scenario-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}

.fx-scenario-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
}

.fx-scenario-head {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.fx-scenario-metrics {
    margin: 0;
    font-size: 0.8rem;
}

.fx-scenario-metrics div {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.15rem 0;
}

.fx-scenario-metrics dt {
    opacity: 0.75;
}

.fx-scenario-metrics dd {
    margin: 0;
    font-family: var(--font-mono, monospace);
}

.fx-exec-lead {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 0.5rem;
}

.fx-exposure-details {
    margin-top: 1rem;
    font-size: 0.8rem;
}

.fx-rate-list {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
}

.fx-rate-list li {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0;
}
