/* ─── Reset global (repris de RAD4BIKE_PYTHON pour cohérence visuelle) ─── */
html, body {
    margin: 0;
    padding: 0;
    background-color: #0d1117;
}

table { font-family: 'Inter', 'Segoe UI', sans-serif; }

.Select-control {
    background-color: #0d1117 !important;
    border-color: #30363d !important;
}
.Select-menu-outer {
    background-color: #161b22 !important;
    border-color: #30363d !important;
}

/* ─── Tuiles d'accès aux sections (accueil admin, façon Odoo) ─────────── */
.admin-app-tile > div {
    transition: border-color 0.15s ease, transform 0.1s ease;
    cursor: pointer;
}
.admin-app-tile:hover > div {
    border-color: #58a6ff !important;
    transform: translateY(-2px);
}
