body {
    background: #F8FAFC;
    font-family: Inter, sans-serif;
}

.monday-appbar {
    background: white !important;
    color: #1F2937 !important;
    border-bottom: 1px solid #E5E7EB;
}

.monday-drawer {
    background: white;
    border-right: 1px solid #E5E7EB;
}

.menu-section {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #94A3B8;
    margin: 18px 16px 8px;
}

.mud-nav-link {
    margin: 4px 8px;
    border-radius: 12px;
}

.mud-nav-link:hover {
    background: #F1F5F9;
}

.mud-nav-link.active {
    background: #E0F2FE;
    color: #0073EA;
}

.mud-paper {
    border-radius: 18px !important;
}

.mud-table {
    border-radius: 18px !important;
    overflow: hidden;
}

.mud-card {
    border-radius: 18px !important;
}

.mud-button-root {
    border-radius: 10px !important;
}