:root {
    --primary: #0073EA;
    --success: #00C875;
    --warning: #FDAB3D;
    --danger: #E2445C;
    --bg: #F5F6F8;
    --card: #FFFFFF;
}

html,
body {
    font-family: 'Inter', sans-serif;
    background: var(--bg);
}

.dashboard-kpi {
    border-radius: 18px;
    transition: all .25s ease;
    cursor: pointer;
}

.dashboard-kpi:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.mud-paper {
    border-radius: 18px !important;
}

.mud-card {
    border-radius: 18px !important;
}

.monday-appbar {
    border-bottom: 1px solid #E5E7EB;
}

.monday-drawer {
    width: 280px !important;
}

.page-header {
    margin-bottom: 24px;
}

.page-header h3 {
    font-weight: 700;
}

.kpi-number {
    font-size: 34px;
    font-weight: 700;
}

.section-card {
    border-radius: 18px;
    padding: 24px;
    background: white;
}

.mud-table {
    border-radius: 16px;
}

.mud-data-grid {
    border-radius: 16px;
}

.mud-button-root {
    text-transform: none !important;
}

.menu-section {
    font-size: 11px;
    font-weight: 700;
    color: #676879;
    padding: 14px 16px;
    text-transform: uppercase;
}

.dashboard-kpi {
    background: white;
    border-radius: 18px;
    transition: all .25s ease;
    cursor: pointer;
    min-height: 180px;
}

.dashboard-kpi:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
}

.mud-paper {
    border-radius: 18px !important;
}

.mud-chip {
    font-weight: 600;
}
.dashboard-header {
    background: white;
    border-radius: 24px;
    border: 1px solid #E5E7EB;
}

.dashboard-kpi {
    border-radius: 20px !important;
    transition: all .25s ease;
    cursor: pointer;
    border: 1px solid #EEF2F7;
}

.dashboard-kpi:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0,0,0,.08);
}

.dashboard-kpi .mud-avatar {
    width: 56px;
    height: 56px;
}

.dashboard-kpi {
    border-radius: 18px;
    transition: all .25s ease;
}

.dashboard-kpi:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,.10);
}

.section-card {
    border-radius: 18px;
}
.dashboard-header {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.section-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    height: 100%;
}