/* Inventory Simulation — custom styles */

.mantine-Badge-root {
    transition: background-color 0.3s ease;
}

.js-plotly-plot {
    border-radius: 8px;
}

.mantine-Table-root td {
    padding: 6px 10px;
}

.ag-theme-alpine {
    --ag-font-size: 13px;
    --ag-font-family: "Inter", sans-serif;
    --ag-border-color: #dee2e6;
    --ag-header-background-color: #f8f9fa;
}

.mantine-AppShell-main {
    min-height: calc(100vh - 60px);
}
