/* Levy RSL Dashboard Styles */

body {
    background-color: #f8f9fa;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.25rem;
}

.card {
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s;
}

.card:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.15), 0 2px 4px rgba(0,0,0,0.10);
}

.card-header {
    background-color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #f0f0f0;
}

.table th {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
    font-weight: 600;
}

.table td {
    vertical-align: middle;
}

.badge {
    font-weight: 500;
}

.progress {
    border-radius: 10px;
}

.progress-bar {
    font-size: 0.75rem;
    font-weight: 600;
}

/* Regime color helpers */
.regime-bull { background-color: #4CAF50 !important; }
.regime-sideways { background-color: #FFC107 !important; color: #333 !important; }
.regime-bear { background-color: #F44336 !important; }

/* Responsive images */
.card-body img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

footer {
    font-size: 0.85rem;
}

/* Scrollable tables */
.table-responsive {
    max-height: 600px;
    overflow-y: auto;
}
