/* ============================================
   SSE-STYLES.CSS - Stock Markets AI.
   ============================================ */

/* TICKERS Y PRECIOS - JetBrains Mono */
[id^="txtOutput"],
.ticker,
.price {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

/* Texto explicativo - sin scroll horizontal */
.explanation-text {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: hidden;
    max-width: 100%;
}

/* Toolbar de Plotly - separación del gráfico */
.js-plotly-plot .plotly .modebar {
    top: 40px !important;
}

/* Logos IA */
.model-logo-checkbox {
    width: 16px;
    margin-left: 4px;
    margin-top: -2px;
    border-radius: 3px;
}

.model-logo-tabs {
    width: 16px;
    border-radius: 3px;
}

.model-tab-button {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.model-tab-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    min-width: 1rem;
    font-size: 0.9rem;
}

.model-tab-status.is-running {
    color: var(--bs-primary);
}

.model-tab-status.is-success {
    color: var(--bs-success);
}

.model-tab-status.is-error {
    color: var(--bs-danger);
}

.model-tab-status.is-canceled {
    color: var(--bs-warning);
}

.model-logo-results {
    width: 32px;
    height: 32px;
    border-radius: 3px;
}
