*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    background-color: #F4F4F5;
}

:root {
    --muted: #64748B;
    --border: #E2E8F0;
}

.mud-appbar {
    background-color: #1A1A2E !important;
}

.mud-drawer {
    background-color: #16213E !important;
}

.mud-nav-link {
    color: #A0AEC0 !important;
}

.mud-nav-link.active {
    color: #2F80FF !important;
    background-color: rgba(47, 128, 255, 0.1) !important;
}

.prospect-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
    transform: translateY(-1px);
    transition: all 0.15s ease;
}
