/**
 * GIRI ACADÉMIE STANDALONE EXCLUSIF MAHA — Lock CSS v2
 * Active sur html[data-standalone-maha="1"] (posé tres tot par inline script)
 * Mot d'ordre : IDENTIQUE PARFAITEMENT + PRUDENCE
 * 2026-05-12
 */

/* ── 1. SIDEBAR : on ne garde que les items utiles ───────────────────────── */
html[data-standalone-maha="1"] #app-sidebar .sidebar-item[data-id]:not([data-id="giriAcademy"]):not([data-id="settings"]):not([data-id="billing"]):not([data-id="logout"]):not([data-id="language"]):not([data-id="theme"]):not([data-id="legal"]):not([data-id="privacy"]):not([data-id="sound-toggle"]) {
    display: none !important;
}

/* Sections et dividers : tout cacher sauf le header de offres */
html[data-standalone-maha="1"] #app-sidebar [data-id^="divider-"],
html[data-standalone-maha="1"] #app-sidebar [data-id^="section-"]:not([data-id="section-offres"]) {
    display: none !important;
}

/* Section "offres" — renommer visuellement en "Giri Académie" via ::after */
html[data-standalone-maha="1"] #app-sidebar [data-id="section-offres"] .sidebar-section-label {
    visibility: hidden;
    position: relative;
}
html[data-standalone-maha="1"] #app-sidebar [data-id="section-offres"] .sidebar-section-label::after {
    content: "Giri Académie";
    visibility: visible;
    position: absolute;
    left: 0; top: 0;
}

/* ── 2. VUES : ne montrer que celles autorisees ──────────────────────────── */
html[data-standalone-maha="1"] .view-container:not(#view-giri-academy):not(#view-settings):not(#view-billing):not(#view-life-insights) {
    display: none !important;
}

/* Force la vue academie au boot, evite ecran blanc si lock JS tarde */
html[data-standalone-maha="1"] #view-giri-academy {
    display: block !important;
}

/* ── 3. THEME BOIS NOBLE FORCE (admin formateur) ─────────────────────────── */
html[data-standalone-maha="1"][data-theme]:not([data-theme="wood-legendary"]) {
    /* debug only */
}

/* ── 4. SANCTUARISATION VISUELLE ────────────────────────────────────────── */
html[data-standalone-maha="1"] #app-sidebar .sidebar-item[data-id="theme"] {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

/* ── 5. BANNIERES/POPUPS hors scope masques ──────────────────────────────── */
html[data-standalone-maha="1"] #mahayawen-banner,
html[data-standalone-maha="1"] #beta-banner,
html[data-standalone-maha="1"] .galaxy-overlay,
html[data-standalone-maha="1"] #install-app-banner,
html[data-standalone-maha="1"] #pwa-install-banner {
    display: none !important;
}

/* ── 6. SPLASH SCREEN : laisser passer ──────────────────────────────────── */
html[data-standalone-maha="1"] #pa-splash {
    display: block !important;
}
