body {
    background-color: #fff8f0;
    color: #1f1b12;
    font-family: 'Inter', sans-serif;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.bg-navy { background-color: #343249; }
.text-gold { color: #dab228; }
.bg-gold { background-color: #dab228; }
.glass-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}
.map-sector {
    transition: all 0.3s ease;
    cursor: pointer;
}
.map-sector:hover {
    fill: #dab228 !important;
    filter: drop-shadow(0 0 8px rgba(218, 178, 40, 0.5));
}