:root {
    --trag-green: #4dab6d;
    --trag-dark: #2c3e50;
    --trag-light: #f8f9fa;
    --trag-text: #333;
}

body {
    background-color: #f8f9fa;
}

.container-fluid {
    max-width: 1200px;
    margin: 0 auto;
}

.container-main {
    max-width: 1200px;
    margin-top: 30px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.footer {
    margin-top: 40px;
    font-size: 0.9em;
    color: #6c757d;
    text-align: center;
}

#log-container {
    height: 400px;
    overflow-y: scroll;
    white-space: pre-wrap;
}

.future-highlight {
    outline: 3px solid #f5b400;
    outline-offset: 2px;
    transition: outline 0.2s ease;
}

.future-trend-card .card-body {
    min-height: 150px;
}

.future-variation-bar {
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
}

.future-variation-fill {
    height: 100%;
    border-radius: 999px;
    transition: width 0.3s ease;
}

.future-variation-fill.positive {
    background: linear-gradient(90deg, #4dab6d, #8fd19c);
}

.future-variation-fill.negative {
    background: linear-gradient(90deg, #e63946, #f8919f);
}

.future-variation-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
