/* Styling for disabled dark mode button */
#theme-toggle-btn {
    background-color: #2c3e50 !important;
    color: #a0aec0 !important;
    cursor: not-allowed;
    opacity: 0.7;
    border: none;
    box-shadow: none !important;
}

#theme-toggle-btn:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Enhance section headers */
.section-header {
    color: #60a5fa !important;
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #3b82f6;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(96, 165, 250, 0.3);
}

/* Enhance section descriptions */
.section-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #94a3b8 !important;
    margin-bottom: 2rem;
}

/* Improved card styles */
.card {
    background-color: #1e1e1e !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #333 !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card-header {
    background-color: #2a2a2a !important;
    border-bottom: 1px solid #333 !important;
    padding: 1rem 1.5rem;
}

.card-header h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #60a5fa !important;
}

.card-body {
    padding: 1.5rem;
}

/* Enhanced chart containers */
.chart-container {
    background-color: #1e1e1e !important;
    padding: 1.5rem !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3) !important;
    margin-bottom: 2rem;
    border: 1px solid #333 !important;
}

/* Enhanced insights */
.insight-card {
    background-color: #1e1e1e !important;
    border-left: 4px solid #3b82f6 !important;
    padding: 1.25rem !important;
    margin-bottom: 1.5rem !important;
    border-radius: 0 8px 8px 0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

.insight-card h4 {
    color: #60a5fa !important;
    margin-top: 0;
    font-size: 1.2rem;
}

.insight-card p {
    color: #d1d5db !important;
    line-height: 1.6;
}

/* Enhanced form elements */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #d1d5db !important;
    font-weight: 500;
}

/* Enhance button styles */
.btn-primary {
    background-color: #3b82f6 !important;
    border: none !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease;
}

.btn-primary:hover:not([disabled]) {
    background-color: #2563eb !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.4) !important;
}

/* Enhanced prediction result */
.prediction-result {
    background-color: #1e1e1e !important;
    padding: 1.5rem !important;
    border-radius: 8px !important;
    margin-top: 2rem !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #333 !important;
}

.prediction-result h3 {
    color: #60a5fa !important;
    margin-top: 0;
}

.prediction-result p {
    font-size: 1.2rem !important;
    line-height: 1.6 !important;
}

/* Enhance gauge chart */
.gauge-container {
    margin: 2rem auto !important;
    max-width: 300px !important;
}

/* Enhance tooltips */
.tooltip {
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
    border: 1px solid #333 !important;
    border-radius: 6px !important;
    padding: 0.75rem 1rem !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}

/* Enhance the overall layout */
.main-content {
    padding: 2rem !important;
}

/* Make charts more vibrant */
canvas {
    filter: brightness(1.05) contrast(1.05);
}
