/* Aries FX-Quant Dashboard — Custom Styles */

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

.navbar {
    background-color: #16213e !important;
}

.card {
    background-color: #16213e !important;
    border-color: #2a2a4a !important;
    transition: box-shadow 0.2s;
}

.card:hover {
    box-shadow: 0 0 12px rgba(25, 135, 84, 0.15);
}

.card-header {
    background-color: #1a1a3e !important;
    border-bottom: 1px solid #2a2a4a;
    font-weight: 600;
    font-size: 0.9rem;
}

.table-dark {
    --bs-table-bg: transparent;
}

.badge {
    font-weight: 500;
}

footer {
    background-color: #16213e;
}

/* Scrollbar */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #1a1a2e; }
::-webkit-scrollbar-thumb { background: #2a2a4a; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #3a3a5a; }
