/* /Layout/MainLayout.razor.rz.scp.css */
/* MainLayout — styles délégués à zaza-theme.css */

.zz-app[b-qhsxirm0h4] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    background: #0A0A0A;
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Styles Bottom Nav dans zaza-theme.css (.zz-bottom-nav, .zz-nav-tab) */
[b-ev07810tb8] .nav-icon.bi { display: block; font-size: 22px; line-height: 1; }
/* /Pages/AdToast.razor.rz.scp.css */
.ad-toast[b-zbdsdf53u0] {
    position: fixed;
    top: 16px;
    right: 16px;
    width: 300px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16), 0 2px 8px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    z-index: 300000;
    transform: translateY(-130%);
    opacity: 0;
    transition: transform 0.38s cubic-bezier(0.34, 1.45, 0.64, 1), opacity 0.25s ease;
}

.ad-toast--in[b-zbdsdf53u0] {
    transform: translateY(0);
    opacity: 1;
}

.ad-toast--out[b-zbdsdf53u0] {
    transform: translateY(-130%);
    opacity: 0;
    transition: transform 0.28s ease-in, opacity 0.22s ease-in;
}

/* ── Header ── */

.ad-toast-header[b-zbdsdf53u0] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 10px 8px;
    border-bottom: 1px solid #f2f2f2;
}

.ad-toast-logo[b-zbdsdf53u0] {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    object-fit: contain;
    flex-shrink: 0;
    background: #f8f8f8;
}

.ad-toast-meta[b-zbdsdf53u0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ad-toast-partner[b-zbdsdf53u0] {
    font-size: 12.5px;
    font-weight: 700;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ad-toast-sponsored[b-zbdsdf53u0] {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ad-toast-close[b-zbdsdf53u0] {
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    color: #bbb;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 5px;
    flex-shrink: 0;
    transition: color 0.15s, background 0.15s;
}

.ad-toast-close:hover[b-zbdsdf53u0] {
    color: #555;
    background: #f0f0f0;
}

/* ── Image ── */

.ad-toast-image[b-zbdsdf53u0] {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
    display: block;
}

/* ── Body ── */

.ad-toast-body[b-zbdsdf53u0] {
    padding: 10px 12px 10px;
}

.ad-toast-title[b-zbdsdf53u0] {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px;
    line-height: 1.35;
}

.ad-toast-text[b-zbdsdf53u0] {
    font-size: 12px;
    color: #555;
    margin: 0 0 9px;
    line-height: 1.45;
}

.ad-toast-link[b-zbdsdf53u0] {
    display: inline-block;
    font-size: 12px;
    padding: 5px 16px;
    border-radius: 20px;
    text-decoration: none;
    background: var(--z-blue);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: background 0.15s;
}

.ad-toast-link:hover[b-zbdsdf53u0] {
    background: var(--z-blue-dk);
    color: #fff;
    text-decoration: none;
}

/* ── Barre de progression ── */

.ad-toast-progress-track[b-zbdsdf53u0] {
    height: 3px;
    background: #f0f0f0;
    overflow: hidden;
}

.ad-toast-progress-bar[b-zbdsdf53u0] {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, var(--z-blue), var(--z-green));
    animation: ad-progress-shrink-b-zbdsdf53u0 linear 1 forwards;
    /* animation-duration est positionné inline pour respecter DureeAffichage */
}

@keyframes ad-progress-shrink-b-zbdsdf53u0 {
    from { width: 100%; }
    to   { width: 0%; }
}
/* /Pages/BilletsPage.razor.rz.scp.css */
.bil-tab[b-bno4ssana7] { flex:1; padding:10px 8px; border-radius:10px; background:transparent; border:none; color:var(--zz-muted); font-family:var(--zz-font); font-size:13px; font-weight:600; cursor:pointer; transition:all .15s; -webkit-tap-highlight-color:transparent; }
.bil-tab.sel[b-bno4ssana7] { background:var(--zz-yellow); color:var(--zz-on-accent); }
.bil-select[b-bno4ssana7] { flex:1; background:transparent; border:none; color:var(--zz-white); font-family:var(--zz-font); font-size:16px; font-weight:700; outline:none; cursor:pointer; }
.bil-select option[b-bno4ssana7] { background:#1E1E1E; }
/* /Pages/BottomSheet.razor.rz.scp.css */
/* ── Mode compact mobile (IsCompactMobileCard=true) ── */
/* Rendu dans .mob-addr-card positionné dans .map-container */
.cbs-card[b-o6xg28kb8t] {
    background: #FFFFFF;
    font-family: 'Poppins', 'Inter', system-ui, sans-serif;
    color: var(--z-ink);
}

/* section-card wrapper pour centrer la search-driver-card */
.cbs-sd-section[b-o6xg28kb8t] {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

/* search-driver-card rendu inline dans mob-addr-card (pas d'overlay) */
.cbs-search-driver-card[b-o6xg28kb8t] {
    position: static;
    width: fit-content;
    max-width: 100%;
    box-shadow: none;
    border-radius: 10px;
    padding: 10px 16px 10px;
    margin: 0;
    background: transparent;
    border: none;
    text-align: center;
}

.cbs-sd-header[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.cbs-sd-animation[b-o6xg28kb8t] {
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    flex-shrink: 0;
}

.cbs-sd-animation .search-driver-icon[b-o6xg28kb8t] {
    font-size: 18px !important;
}

.cbs-search-driver-card .search-driver-title[b-o6xg28kb8t] {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    flex: 1;
}

.cbs-search-driver-card .search-driver-timer[b-o6xg28kb8t] {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.cbs-search-driver-card .search-driver-retry[b-o6xg28kb8t] {
    font-size: 11px;
    margin-bottom: 6px;
    justify-content: center;
}

.cbs-search-driver-card .search-driver-price[b-o6xg28kb8t] {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.cbs-search-driver-card .search-driver-cancel[b-o6xg28kb8t] {
    width: 100%;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 8px;
}

.cbs-card-footer[b-o6xg28kb8t] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 0 4px;
}

.cbs-card-footer .btn-primary[b-o6xg28kb8t] {
    width: 100%;
}

.cbs-footer-status[b-o6xg28kb8t] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
}

/* ?????? BottomSheet – VTC Modern Theme ?????? */

:root[b-o6xg28kb8t] {
    --sheet-handle-h: 100px;
    --vtc-primary: var(--z-blue);
    --vtc-primary-dark: var(--z-blue-dk);
    --vtc-success: var(--z-green);
    --vtc-danger: #EA4335;
    --vtc-surface: #ffffff;
    --vtc-surface-dim: #f5f6fa;
    --vtc-text: var(--z-ink);
    --vtc-text-muted: #6b7280;
    --vtc-border: rgba(0,0,0,0.06);
    --vtc-radius: 16px;
    --vtc-radius-sm: 10px;
    --vtc-shadow-sm: 02px8px rgba(0,0,0,0.06);
    --vtc-shadow-md: 04px20px rgba(0,0,0,0.10);
    --vtc-shadow-lg: 012px40px rgba(0,0,0,0.18);
}

/* ?? Backdrop ?? */
.bottom-sheet-backdrop[b-o6xg28kb8t] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
    display: none; /* Backdrop disabled é Google Maps never blocks the map */
}

    .bottom-sheet-backdrop.open[b-o6xg28kb8t] {
        opacity: 1;
        pointer-events: auto;
        display: none; /* Keep disabled é interaction is via the sheet only */
    }

/* ?? BottomSheet shell ?? */
.bottom-sheet[b-o6xg28kb8t] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - var(--sheet-handle-h));
    max-height: 100vh;
    z-index: 100000;
    background-color: var(--vtc-surface, #ffffff); /* fallback to white if var missing */
    background: var(--vtc-surface, #ffffff);
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    will-change: transform;
    transform: translateY(calc(100% - var(--sheet-handle-h)));
    border-top: 3px solid var(--signalr-color, #d32f2f);
    transition: border-top-color .4s ease, border-right-color .4s ease;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.12);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    touch-action: none; /* JS controls all touch é prevents browser pull-to-refresh */
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-bottom: env(safe-area-inset-bottom, 12px);
}

    .bottom-sheet.open[b-o6xg28kb8t] {
        pointer-events: auto;
        transform: translateY(0);
    }

.sheet-handle[b-o6xg28kb8t] {
    height: 4px;
    width: 36px;
    border-radius: 2px;
    background: #dadce0;
    cursor: grab;
    pointer-events: auto;
    display: block;
    opacity: 1;
    transition: width .2s, background .2s;
}

    .sheet-handle:active[b-o6xg28kb8t] {
        cursor: grabbing;
        width: 44px;
        background: #bbb;
    }

/* Page Navigation */
.page-nav[b-o6xg28kb8t] {
    display: grid;
    grid-template-areas:
        "handle handle handle"
        "prev   label  next";
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 0 12px 8px;
    border-bottom: 1px solid var(--vtc-border, rgba(0,0,0,0.06));
    background-color: var(--vtc-surface, #ffffff);
    border-radius: 14px 14px 0 0;
}

.page-nav > :nth-child(1)[b-o6xg28kb8t] { grid-area: prev; }
.page-nav > :nth-child(2)[b-o6xg28kb8t] { grid-area: handle; margin: 5px auto 6px; }
.page-nav > :nth-child(3)[b-o6xg28kb8t] { grid-area: label; justify-self: center; }
.page-nav > :nth-child(4)[b-o6xg28kb8t] { grid-area: next; }

.page-nav-btn[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--vtc-border, rgba(0,0,0,0.10));
    background: transparent;
    color: var(--vtc-text, var(--z-ink));
    cursor: pointer;
    font-size: 18px;
    transition: background .2s ease, opacity .2s ease;
    flex-shrink: 0;
}

    .page-nav-btn:hover:not(:disabled)[b-o6xg28kb8t] {
        background: var(--vtc-surface-dim, #f5f6fa);
    }

    .page-nav-btn:focus[b-o6xg28kb8t] {
        outline: 2px solid rgba(var(--z-blue-rgb),0.3);
        outline-offset: 2px;
    }

    .page-nav-btn:disabled[b-o6xg28kb8t] {
        opacity: 0.25;
        cursor: default;
    }

.page-nav-label[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--vtc-primary, var(--z-blue));
}

    .page-nav-label i[b-o6xg28kb8t] {
        font-size: 17px;
    }

.tab-content[b-o6xg28kb8t] {
    padding: 5px 16px 88px;
    overflow-y: auto;
    overflow-x: visible;
    flex: 1 1 auto;
    min-height: 0;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    background-color: #f5f6fa;
    overscroll-behavior: contain;
}

/* ?? Sections (card grouping inside tab) ?? */
.section-card[b-o6xg28kb8t] {
    background: var(--vtc-surface, #ffffff);
    border: 1px solid var(--vtc-border, rgba(0,0,0,0.06));
    border-radius: var(--vtc-radius-sm, 10px);
    padding: 5px 14px 14px;
    margin-bottom: 12px;
    overflow: visible;
}

/* ?? Section title ?? */
.section-title[b-o6xg28kb8t] {
    font-weight: 700;
    font-size: 16px;
    color: var(--vtc-text, var(--z-ink));
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .section-title i[b-o6xg28kb8t] {
        color: var(--vtc-primary, var(--z-blue));
        font-size: 17px;
    }

/* ?? Google Mapséstyle route builder ?? */
.gm-route-builder[b-o6xg28kb8t] {
    display: flex;
    flex-direction: column;
    position: relative;
}

/* ?? Stop row: timeline + input + remove ?? */
.gm-stop-row[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 48px;
    position: relative;
}

/* ?? Timeline column (dot + lines) ?? */
.gm-timeline-col[b-o6xg28kb8t] {
    width: 28px;
    position: relative;        /* point centré en absolu ; lignes ancrées au centre */
    flex-shrink: 0;
    align-self: stretch;
}

.gm-dot[b-o6xg28kb8t] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2.5px solid;
    z-index: 2;
    position: absolute;             /* centré verticalement et horizontalement dans la colonne */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-shrink: 0;
}

.gm-dot-origin[b-o6xg28kb8t] {
    border-color: var(--vtc-success, var(--z-green));
    background: var(--vtc-success, var(--z-green));
}

.gm-dot-dest[b-o6xg28kb8t] {
    border-color: var(--vtc-danger, #EA4335);
    background: var(--vtc-danger, #EA4335);
}

.gm-dot-mid[b-o6xg28kb8t] {
    border-color: var(--vtc-primary, var(--z-blue));
    background: var(--vtc-primary, var(--z-blue));
}

.gm-dot-add[b-o6xg28kb8t] {
    border-color: #bbb;
    background: transparent;
    width: 10px;
    height: 10px;
    border-width: 2px;
}

.gm-line[b-o6xg28kb8t] {
    position: absolute;         /* ligne au-DESSUS du point : du haut jusqu'au centre */
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: #d0d0d0;
    top: 0;
    bottom: 50%;
}

.gm-line-below[b-o6xg28kb8t] {
    top: 50%;                   /* ligne en DESSOUS du point : du centre jusqu'au bas */
    bottom: 0;
}

/* ?? Input column ?? */
.gm-input-col[b-o6xg28kb8t] {
    flex: 1;
    padding: 4px 0;
}

.gm-input[b-o6xg28kb8t] {
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    color: var(--vtc-text, var(--z-ink));
    background: var(--vtc-surface-dim, #f2f3f5);
    transition: background .15s, box-shadow .15s;
    outline: none;
}

    .gm-input[b-o6xg28kb8t]::placeholder {
        color: #9aa0a6;
    }

    .gm-input:focus[b-o6xg28kb8t] {
        background: #fff;
        box-shadow: 0 1px 4px rgba(0,0,0,0.12);
    }

/* ?? Remove button ?? */
.gm-remove-btn[b-o6xg28kb8t] {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #bbb;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50%;
    transition: all .12s;
    margin-left: 4px;
}

    .gm-remove-btn:hover[b-o6xg28kb8t] {
        color: var(--vtc-danger, #EA4335);
        background: rgba(234,67,53,0.08);
    }

/* ── Drag handle (glisser-déposer) ── */
.gm-drag-handle[b-o6xg28kb8t] {
    width: 28px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
    font-size: 16px;
    cursor: grab;
    border-radius: 8px;
    margin-left: 2px;
    /* indispensable tactile : empêche le scroll de capter le geste de drag */
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
    transition: color .12s, background .12s;
}

    .gm-drag-handle:hover[b-o6xg28kb8t] {
        color: var(--vtc-primary, var(--z-blue));
        background: rgba(var(--z-blue-rgb),0.08);
    }

    .gm-drag-handle:active[b-o6xg28kb8t] {
        cursor: grabbing;
    }

/* Ligne en cours de déplacement */
.gm-stop-row.gm-dragging[b-o6xg28kb8t] {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.18);
    border-radius: 10px;
    cursor: grabbing;
}

/* Indicateur d'insertion (où la ligne va atterrir) */
.gm-drop-indicator[b-o6xg28kb8t] {
    height: 2px;
    margin: 1px 8px 1px 28px;
    background: var(--vtc-primary, var(--z-blue));
    border-radius: 2px;
    pointer-events: none;
}

/* ?? Add stop row ?? */
.gm-add-row[b-o6xg28kb8t] {
    min-height: 40px;
}

.gm-add-btn[b-o6xg28kb8t] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border: none;
    background: none;
    color: var(--vtc-primary, var(--z-blue));
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    transition: background .12s;
}

    .gm-add-btn:hover:not(:disabled)[b-o6xg28kb8t] {
        background: rgba(var(--z-blue-rgb),0.06);
    }

    .gm-add-btn:disabled[b-o6xg28kb8t] {
        color: #bbb;
        cursor: not-allowed;
    }

.gm-max-hint[b-o6xg28kb8t] {
    color: #999;
    font-size: 12px;
    margin-left: 4px;
}

/* ?? Suggestion chips ?? */
.gm-suggestions[b-o6xg28kb8t] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid var(--vtc-border, rgba(0,0,0,0.06));
}

.gm-chip[b-o6xg28kb8t] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px;
    border-radius: 20px;
    border: 1px solid #dadce0;
    background: var(--vtc-surface, #fff);
    color: var(--vtc-text, var(--z-ink));
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all .15s;
    white-space: nowrap;
}

    .gm-chip i[b-o6xg28kb8t] {
        color: var(--vtc-primary, var(--z-blue));
        font-size: 14px;
    }

    .gm-chip:hover[b-o6xg28kb8t] {
        background: rgba(var(--z-blue-rgb),0.06);
        border-color: var(--vtc-primary, var(--z-blue));
    }

/* ?? "Ma position actuelle" item ?? */
.gm-myloc-item[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 4px;
    cursor: pointer;
    border-radius: 8px;
    transition: background .12s;
    border-bottom: 1px solid var(--vtc-border, rgba(0,0,0,0.06));
    margin-bottom: 4px;
}

    .gm-myloc-item:hover[b-o6xg28kb8t] {
        background: rgba(var(--z-blue-rgb),0.06);
    }

.gm-myloc-icon[b-o6xg28kb8t] {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(var(--z-blue-rgb),0.1);
    color: var(--vtc-primary, var(--z-blue));
    font-size: 16px;
}

.gm-myloc-item > i[b-o6xg28kb8t] {
    color: var(--vtc-primary, var(--z-blue));
    font-size: 18px;
    flex-shrink: 0;
}

.gm-myloc-text[b-o6xg28kb8t] {
    font-size: 14px;
    font-weight: 600;
    color: var(--vtc-primary, var(--z-blue));
}

/* ?? Recent addresses ?? */
.gm-recents[b-o6xg28kb8t] {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid var(--vtc-border, rgba(0,0,0,0.06));
}

.gm-recents-title[b-o6xg28kb8t] {
    font-size: 12px;
    font-weight: 600;
    color: #888;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.gm-recent-item[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 4px;
    cursor: pointer;
    border-radius: 8px;
    transition: background .12s;
}

    .gm-recent-item:hover[b-o6xg28kb8t] {
        background: var(--vtc-surface-dim, #f2f3f5);
    }

    .gm-recent-item > i[b-o6xg28kb8t] {
        color: #9aa0a6;
        font-size: 16px;
        flex-shrink: 0;
    }

.gm-recent-text[b-o6xg28kb8t] {
    flex: 1;
    font-size: 14px;
    color: var(--vtc-text, var(--z-ink));
}

.gm-recent-del[b-o6xg28kb8t] {
    background: none;
    border: none;
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 50%;
    transition: all .12s;
}

    .gm-recent-del:hover[b-o6xg28kb8t] {
        color: var(--vtc-danger, #EA4335);
        background: rgba(234,67,53,0.06);
    }

/* ?? Swap button (origin ? destination) ?? */
.gm-swap-btn[b-o6xg28kb8t] {
    position: absolute;
    right: 2px;
    top: 35%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid #dadce0;
    background: var(--vtc-surface, #fff);
    color: var(--vtc-text-muted, #6b7280);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: all .15s ease;
    z-index: 3;
}

    .gm-swap-btn:hover[b-o6xg28kb8t] {
        background: var(--vtc-primary, var(--z-blue));
        color: #fff;
        border-color: var(--vtc-primary, var(--z-blue));
        box-shadow: 0 2px 6px rgba(var(--z-blue-rgb),0.25);
    }

    .gm-swap-btn:active[b-o6xg28kb8t] {
        transform: translateY(-50%) scale(0.9);
    }

/* ??????????????????????????????????????????????????
   SECTION 2 é Véhicule & Options
   ?????????????????????????????????????????????????? */

/* ?? Options row: toggle + segmented on one line ?? */
.vo-options-row[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

/* ?? Priority toggle ?? */
.vo-priority[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.vo-priority-label[b-o6xg28kb8t] {
    font-size: 13px;
    font-weight: 600;
    color: var(--vtc-text, var(--z-ink));
}

.toggle-switch[b-o6xg28kb8t] {
    position: relative;
    width: 44px;
    height: 24px;
    background: #d1d5db;
    border-radius: 24px;
    cursor: pointer;
    transition: background .25s;
    flex-shrink: 0;
}

    .toggle-switch.on[b-o6xg28kb8t] {
        background: var(--vtc-success, var(--z-green));
    }

.toggle-knob[b-o6xg28kb8t] {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    transition: transform .25s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.toggle-switch.on .toggle-knob[b-o6xg28kb8t] {
    transform: translateX(20px);
}

/* ?? Segmented control (Privée / Groupée) ?? */
.vo-segmented[b-o6xg28kb8t] {
    display: inline-flex;
    background: var(--vtc-surface-dim, #f0f1f5);
    border-radius: 10px;
    padding: 3px;
    border: 1px solid var(--vtc-border, rgba(0,0,0,0.06));
    flex-shrink: 0;
}

.vo-seg[b-o6xg28kb8t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--vtc-text-muted, #6b7280);
    cursor: pointer;
    user-select: none;
    transition: all .2s ease;
    border: none;
    background: transparent;
    white-space: nowrap;
}

    .vo-seg i[b-o6xg28kb8t] {
        font-size: 14px;
    }

    .vo-seg:hover[b-o6xg28kb8t] {
        color: var(--vtc-text, var(--z-ink));
    }

.vo-seg-active[b-o6xg28kb8t] {
    background: var(--vtc-primary, var(--z-blue));
    color: #fff !important;
    font-weight: 700;
    box-shadow: 0 1px 4px rgba(var(--z-blue-rgb),0.25);
}

/* ?? Vehicle cards scroll zone ?? */
.vo-vehicles-scroll[b-o6xg28kb8t] {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 0 4px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .vo-vehicles-scroll[b-o6xg28kb8t]::-webkit-scrollbar {
        display: none;
    }

.vo-vehicles[b-o6xg28kb8t] {
    display: flex;
    gap: 10px;
    padding-right: 8px;
}

/* ?? Individual vehicle card ?? */
.vo-vehicle-card[b-o6xg28kb8t] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 12px 8px;
    border-radius: var(--vtc-radius-sm, 10px);
    background: var(--vtc-surface-dim, #f5f6fa);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all .2s ease;
    min-width: 80px;
}

    .vo-vehicle-card:hover[b-o6xg28kb8t] {
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        transform: translateY(-1px);
    }

.vo-vehicle-selected[b-o6xg28kb8t] {
    border-color: var(--vtc-primary, var(--z-blue));
    background: #fff;
    box-shadow: 0 2px 12px rgba(var(--z-blue-rgb),0.15);
}

.vo-vehicle-img[b-o6xg28kb8t] {
    width: 64px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 4px;
}

.vo-vehicle-name[b-o6xg28kb8t] {
    font-size: 11px;
    font-weight: 700;
    color: var(--vtc-text, var(--z-ink));
    text-align: center;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
}

.vo-vehicle-prices[b-o6xg28kb8t] {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.vo-price-public[b-o6xg28kb8t] {
    color: var(--vtc-danger, #EA4335);
}

.vo-price-sep[b-o6xg28kb8t] {
    color: #bbb;
    font-weight: 400;
}

.vo-price-private[b-o6xg28kb8t] {
    color: var(--vtc-text-muted, #6b7280);
    font-weight: 500;
}

/* ??????????????????????????????????????????????????
   Remaining: footer, buttons, misc
   ?????????????????????????????????????????????????? */

/* ?? Footer ?? */
.sheet-footer[b-o6xg28kb8t] {
    border-top: 1px solid var(--vtc-border, rgba(0,0,0,0.06));
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(to top, var(--vtc-surface, #ffffff) 60%, rgba(255,255,255,0.92));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

    .sheet-footer .btn-primary[b-o6xg28kb8t] {
        background: linear-gradient(135deg, var(--vtc-primary, var(--z-blue)), var(--vtc-primary-dark, var(--z-blue-dk)));
        border: none;
        border-radius: 12px;
        padding: 10px 20px;
        font-weight: 600;
        font-size: 14px;
        box-shadow: 0 3px 12px rgba(var(--z-blue-rgb),0.25);
        transition: opacity .2s, transform .1s;
    }

        .sheet-footer .btn-primary:hover:not(:disabled)[b-o6xg28kb8t] {
            opacity: 0.9;
            transform: translateY(-1px);
        }

        .sheet-footer .btn-primary:disabled[b-o6xg28kb8t] {
            opacity: 0.45;
        }

    .sheet-footer .btn-outline-secondary[b-o6xg28kb8t] {
        border-radius: 12px;
        padding: 10px 16px;
        font-weight: 500;
        font-size: 14px;
        border: 1.5px solid #ddd;
    }

/* ?? Connection status (top-left, opposite close button) ?? */
.connection-status[b-o6xg28kb8t] {
    position: absolute;
    top: 10px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 16px;
    background: rgba(255,255,255,0.95);
    font-size: 12px;
    font-weight: 500;
    color: var(--vtc-text, var(--z-ink));
    z-index: 2;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

/* ?? Close button ?? */
.btn-close[b-o6xg28kb8t] {
    position: absolute;
    top: 10px;
    right: 14px;
    background: rgba(0,0,0,0.05);
    border: none;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
}

    .btn-close:hover[b-o6xg28kb8t] {
        background: rgba(0,0,0,0.1);
    }

/* ?? Status dot ?? */
.status-dot[b-o6xg28kb8t] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: bspulse-b-o6xg28kb8t 2s infinite;
}

@keyframes bspulse-b-o6xg28kb8t {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }

    100% {
        opacity: 1;
    }
}

/* ?? Prix input (recap section) ?? */
.option-group[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.option-label[b-o6xg28kb8t] {
    font-size: 13px;
    font-weight: 600;
    color: var(--vtc-text-muted, #6b7280);
    white-space: nowrap;
}

.prix-group[b-o6xg28kb8t] {
    margin-left: auto;
}

.prix-input[b-o6xg28kb8t] {
    width: 80px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1.5px solid #e0e3e8;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    background: var(--vtc-surface-dim, #f5f6fa);
    transition: border-color .2s, box-shadow .2s;
}

    .prix-input:focus[b-o6xg28kb8t] {
        outline: none;
        border-color: var(--vtc-primary, var(--z-blue));
        box-shadow: 0 0 0 3px rgba(var(--z-blue-rgb),0.08);
        background: var(--vtc-surface, #ffffff);
    }

/* ?? Address details (recap section) ?? */
.address-details[b-o6xg28kb8t] {
    margin-bottom: 12px;
}

.address-detail-item[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    border-bottom: 1px solid var(--vtc-border, rgba(0,0,0,0.04));
}

.detail-label[b-o6xg28kb8t] {
    font-size: 12px;
    font-weight: 700;
    color: var(--vtc-text-muted, #6b7280);
    min-width: 52px;
}

.detail-value[b-o6xg28kb8t] {
    font-size: 14px;
    color: var(--vtc-text, var(--z-ink));
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ?? Directions list ?? */
.directions-list[b-o6xg28kb8t] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .directions-list li[b-o6xg28kb8t] {
        padding: 10px 12px;
        border-bottom: 1px solid #f0f0f0;
        cursor: pointer;
        border-radius: 6px;
        margin-bottom: 2px;
        transition: background .15s;
    }

        .directions-list li:hover[b-o6xg28kb8t] {
            background: var(--vtc-surface-dim, #f5f6fa);
        }

        .directions-list li.selected[b-o6xg28kb8t] {
            background: rgba(var(--z-blue-rgb),0.08);
            font-weight: 600;
            color: var(--vtc-primary, var(--z-blue));
            border-left: 3px solid var(--vtc-primary, var(--z-blue));
        }

/* ?? Booking container (Affectation tab) ?? */
.booking-container[b-o6xg28kb8t] {
    background-color: var(--vtc-surface, #ffffff);
    border-radius: var(--vtc-radius, 16px);
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
    max-width: 500px;
    margin: 16px auto;
    border: 1px solid var(--vtc-border, rgba(0,0,0,0.06));
}

.booking-header[b-o6xg28kb8t] {
    margin-bottom: 16px;
    border-bottom: 1px solid var(--vtc-border, rgba(0,0,0,0.06));
    padding-bottom: 12px;
}

@media (min-width:641px) {
    .vo-options-row[b-o6xg28kb8t] {
        flex-wrap: nowrap;
    }

    .prix-input[b-o6xg28kb8t] {
        width: 100px;
    }
}

/* ?? Desktop (1025px+): side panel like Google Maps ?? */
@media (min-width: 1025px) {
    .bottom-sheet-backdrop[b-o6xg28kb8t] {
        display: none !important;
    }

    .bottom-sheet[b-o6xg28kb8t] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: auto;
        width: 400px;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
        box-shadow: 2px 0 20px rgba(0,0,0,0.12);
        border-top: none;
        border-right: 3px solid var(--signalr-color, #d32f2f);
        transform: translateX(0) !important;
        transition: transform .35s cubic-bezier(.22,.9,.22,1), border-right-color .4s ease !important;
        pointer-events: auto !important;
        will-change: transform;
        padding-bottom: 0;
        z-index: 100000;
        /* Let the toggle button overflow outside the panel */
        overflow: visible;
    }

        /* Collapsed: slide off-screen but keep toggle visible via overflow */
        .bottom-sheet.desktop-collapsed[b-o6xg28kb8t] {
            transform: translateX(-400px) !important;
        }

    .sheet-handle[b-o6xg28kb8t] {
        display: none;
    }

    /* Toggle button é docked to the right edge, always visible */
    .panel-toggle-btn[b-o6xg28kb8t] {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: -24px;
        transform: translateY(-50%);
        width: 24px;
        height: 72px;
        background: var(--vtc-surface, #ffffff);
        border: 1px solid var(--signalr-color, #d32f2f);
        border-left: none;
        border-radius: 0 10px 10px 0;
        cursor: pointer;
        box-shadow: 4px 0 12px rgba(0,0,0,0.08);
        z-index: 100001;
        padding: 0;
        background: var(--signalr-color, #d32f2f);
        color: #fff;
        font-size: 16px;
        transition: background .4s ease, color .15s, box-shadow .15s, border-color .4s ease;
    }

        .panel-toggle-btn:hover[b-o6xg28kb8t] {
            filter: brightness(1.15);
            box-shadow: 4px 0 16px rgba(0,0,0,0.18);
        }

    /* Chevron rotates when collapsed */
    .panel-toggle-icon[b-o6xg28kb8t] {
        transition: transform .35s ease;
        display: inline-block;
    }

    .desktop-collapsed .panel-toggle-icon[b-o6xg28kb8t] {
        transform: rotate(180deg);
    }

    .btn-close[b-o6xg28kb8t] {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 5;
    }

    .connection-status[b-o6xg28kb8t] {
        position: relative;
        top: auto;
        left: auto;
        margin: 12px 14px 0;
    }

    .tab-content[b-o6xg28kb8t] {
        padding-bottom: 16px;
        flex: 1 1 auto;
    }

    .page-nav[b-o6xg28kb8t] {
        padding: 5px;
    }

    .sheet-footer[b-o6xg28kb8t] {
        position: relative;
        border-top: 1px solid var(--vtc-border);
    }
}

/* ?? Landscape mobile: maximize scrollable area ?? */
@media (orientation: landscape) and (max-height: 500px) {
    :root[b-o6xg28kb8t] {
        --sheet-handle-h: 10px;
    }

    .bottom-sheet[b-o6xg28kb8t] {
        height: 100vh;
        border-radius: 0;
    }

    .sheet-handle[b-o6xg28kb8t] {
        margin: 6px auto 4px;
    }

    .page-nav[b-o6xg28kb8t] {
        padding: 6px 10px;
    }

    .tab-content[b-o6xg28kb8t] {
        padding: 8px 12px;
        padding-bottom: 64px;
    }

    .section-card[b-o6xg28kb8t] {
        padding: 10px;
        margin-bottom: 8px;
    }

    .section-title[b-o6xg28kb8t] {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .sheet-footer[b-o6xg28kb8t] {
        padding: 6px 12px;
    }

        .sheet-footer .btn-primary[b-o6xg28kb8t] {
            padding: 6px 14px;
            font-size: 13px;
        }

        .sheet-footer .btn-outline-secondary[b-o6xg28kb8t] {
            padding: 6px 12px;
            font-size: 13px;
        }

    .search-bar-container[b-o6xg28kb8t] {
        margin-bottom: 6px;
    }

        .search-bar-container input[b-o6xg28kb8t] {
            padding: 6px 10px;
            font-size: 13px;
        }

    .options-row[b-o6xg28kb8t] {
        margin-bottom: 8px;
        padding-bottom: 6px;
        gap: 8px;
    }

    .cellule-card[b-o6xg28kb8t] {
        padding: 6px 10px;
    }

        .cellule-card img[b-o6xg28kb8t] {
            width: 32px !important;
            height: 32px !important;
        }

    .connection-status-1[b-o6xg28kb8t] {
        margin-bottom: 6px;
        padding: 4px 10px;
        font-size: 12px;
    }

    .vo-options-row[b-o6xg28kb8t] {
        gap: 8px;
        margin-bottom: 8px;
    }

    .vo-vehicle-card[b-o6xg28kb8t] {
        padding: 6px 8px 4px;
    }

    .vo-vehicle-img[b-o6xg28kb8t] {
        width: 48px !important;
        height: 30px !important;
    }
}

/* ?? Recap card: hidden on mobile, visible on desktop ?? */
.recap-card[b-o6xg28kb8t] {
    display: none;
}

@media (min-width: 1025px) {
    .recap-card[b-o6xg28kb8t] {
        display: block;
    }
}

/* ?? Desktop panel toggle button é hidden on mobile, shown via desktop media query ?? */
.panel-toggle-btn[b-o6xg28kb8t] {
    display: none;
}

/* ??????????????????????????????????????????????????????
   Search driver overlay (Uber/Bolt style)
   ?????????????????????????????????????????????????????? */
.search-driver-overlay[b-o6xg28kb8t] {
    position: fixed;
    inset: 0;
    z-index: 200000;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.search-driver-card[b-o6xg28kb8t] {
    background: var(--vtc-surface, #fff);
    border-radius: 20px;
    padding: 32px 24px 24px;
    max-width: 360px;
    width: 90%;
    text-align: center;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.25);
    animation: sdFadeIn-b-o6xg28kb8t .35s ease;
}

@keyframes sdFadeIn-b-o6xg28kb8t {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.search-driver-animation[b-o6xg28kb8t] {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}

.search-driver-icon[b-o6xg28kb8t] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: var(--vtc-primary, var(--z-blue));
    z-index: 2;
}

.search-driver-ripple[b-o6xg28kb8t] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid var(--vtc-primary, var(--z-blue));
    opacity: 0;
    animation: sdRipple-b-o6xg28kb8t 2s ease-out infinite;
}

    .search-driver-ripple.delay-1[b-o6xg28kb8t] {
        animation-delay: .5s;
    }

    .search-driver-ripple.delay-2[b-o6xg28kb8t] {
        animation-delay: 1s;
    }

@keyframes sdRipple-b-o6xg28kb8t {
    0% {
        transform: scale(0.3);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.search-driver-title[b-o6xg28kb8t] {
    font-size: 18px;
    font-weight: 700;
    color: var(--vtc-text, var(--z-ink));
    margin-bottom: 6px;
}

.search-driver-subtitle[b-o6xg28kb8t] {
    font-size: 13px;
    color: var(--vtc-text-muted, #6b7280);
    margin-bottom: 14px;
    line-height: 1.4;
}

.search-driver-timer[b-o6xg28kb8t] {
    font-size: 28px;
    font-weight: 800;
    color: var(--vtc-primary, var(--z-blue));
    margin-bottom: 14px;
    font-variant-numeric: tabular-nums;
}

.search-driver-retry[b-o6xg28kb8t] {
    font-size: 12px;
    color: var(--vtc-text-muted, #6b7280);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.search-driver-details[b-o6xg28kb8t] {
    font-size: 13px;
    color: var(--vtc-text, var(--z-ink));
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

.search-driver-price[b-o6xg28kb8t] {
    font-size: 15px;
    font-weight: 700;
    color: var(--vtc-success, var(--z-green));
    margin-bottom: 18px;
}

.search-driver-cancel[b-o6xg28kb8t] {
    border-radius: 12px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 14px;
}

/* ??????????????????????????????????????????????????
   Arrival modal
   ?????????????????????????????????????????????????? */
.arrival-modal-overlay[b-o6xg28kb8t] {
    position: fixed;
    inset: 0;
    z-index: 200001;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrival-modal[b-o6xg28kb8t] {
    background: var(--vtc-surface, #fff);
    border-radius: 16px;
    padding: 24px;
    max-width: 340px;
    width: 90%;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    animation: sdFadeIn-b-o6xg28kb8t .3s ease;
}

.arrival-modal-body[b-o6xg28kb8t] {
    font-size: 16px;
    font-weight: 600;
    color: var(--vtc-text, var(--z-ink));
    margin-bottom: 20px;
    line-height: 1.5;
}

.arrival-modal-footer[b-o6xg28kb8t] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* ━━━ Bouton Partager la course ━━━ */
.vtc-btn-share[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 11px 16px;
    margin-top: 10px;
    border: 2px solid var(--vtc-primary, var(--z-blue));
    border-radius: var(--vtc-radius-sm, 10px);
    background: transparent;
    color: var(--vtc-primary, var(--z-blue));
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .18s, color .18s;
}

    .vtc-btn-share:hover:not(:disabled)[b-o6xg28kb8t] {
        background: var(--vtc-primary, var(--z-blue));
        color: #fff;
    }

    .vtc-btn-share:disabled[b-o6xg28kb8t] {
        opacity: 0.6;
        cursor: not-allowed;
    }

/* Bouton « Payer en scannant le chauffeur » (onglet Affectation, fin de course) */
.vtc-btn-scan-qr[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 16px;
    margin-top: 10px;
    border: none;
    border-radius: var(--vtc-radius-sm, 10px);
    background: var(--vtc-primary, var(--z-blue));
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(var(--z-blue-rgb),0.25);
    transition: background .18s, box-shadow .18s;
}

    .vtc-btn-scan-qr:hover[b-o6xg28kb8t] {
        background: #1257b8;
        box-shadow: 0 3px 12px rgba(var(--z-blue-rgb),0.35);
    }

.vtc-share-error[b-o6xg28kb8t] {
    margin-top: 6px;
    font-size: 0.82rem;
    color: var(--vtc-danger, #EA4335);
    text-align: center;
}

/* ━━━ Modal de partage ━━━ */
.share-modal-overlay[b-o6xg28kb8t] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 200001;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    animation: shareOverlayIn-b-o6xg28kb8t .2s ease;
}

@keyframes shareOverlayIn-b-o6xg28kb8t {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.share-modal[b-o6xg28kb8t] {
    background: #fff;
    border-radius: 20px 20px 16px 16px;
    width: 100%;
    max-width: 480px;
    padding: 20px 20px 24px;
    box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.18);
    animation: shareModalUp-b-o6xg28kb8t .25s ease;
}

@keyframes shareModalUp-b-o6xg28kb8t {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.share-modal-header[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1rem;
    color: var(--vtc-text, var(--z-ink));
    margin-bottom: 10px;
}

.share-modal-close[b-o6xg28kb8t] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--vtc-text-muted, #6b7280);
    font-size: 1rem;
    padding: 4px;
    line-height: 1;
}

.share-modal-desc[b-o6xg28kb8t] {
    font-size: 0.85rem;
    color: var(--vtc-text-muted, #6b7280);
    margin-bottom: 16px;
    line-height: 1.5;
}

.share-link-row[b-o6xg28kb8t] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}

.share-link-input[b-o6xg28kb8t] {
    flex: 1;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 0.82rem;
    color: #555;
    background: #f9f9f9;
    outline: none;
    min-width: 0;
    cursor: text;
}

.share-btn-copy[b-o6xg28kb8t] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 8px;
    background: var(--vtc-primary, var(--z-blue));
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s;
}

    .share-btn-copy:hover[b-o6xg28kb8t] {
        background: var(--vtc-primary-dark, var(--z-blue-dk));
    }

    .share-btn-copy.share-btn-copied[b-o6xg28kb8t] {
        background: var(--vtc-success, var(--z-green));
    }

.share-copied-msg[b-o6xg28kb8t] {
    font-size: 0.82rem;
    color: var(--vtc-success, var(--z-green));
    font-weight: 600;
    margin-bottom: 12px;
    animation: shareCopiedFade-b-o6xg28kb8t .3s ease;
}

@keyframes shareCopiedFade-b-o6xg28kb8t {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.share-btn-system[b-o6xg28kb8t] {
    width: 100%;
    padding: 12px;
    margin-top: 4px;
    border: none;
    border-radius: 10px;
    background: var(--vtc-surface-dim, #f5f6fa);
    color: var(--vtc-text, var(--z-ink));
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .15s;
}

    .share-btn-system:hover[b-o6xg28kb8t] {
        background: #ebebeb;
    }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   Onglet Notation — rtg-*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.rtg-tab[b-o6xg28kb8t] {
    padding: 4px 2px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Page Notation : réduire le rembourrage bas du conteneur défilant pour que les
   boutons d'action épinglés (.rtg-actions) collent au bas de la feuille. */
.tab-content.tc-rating[b-o6xg28kb8t] {
    padding-bottom: 6px;
}

/* ── État vide ── */
.rtg-empty[b-o6xg28kb8t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px 32px;
    gap: 10px;
    text-align: center;
}

.rtg-empty-icon[b-o6xg28kb8t] {
    font-size: 52px;
    color: #d0d5dd;
    line-height: 1;
}

.rtg-empty-title[b-o6xg28kb8t] {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--vtc-text, var(--z-ink));
}

.rtg-empty-sub[b-o6xg28kb8t] {
    font-size: 0.85rem;
    color: var(--vtc-text-muted, #6b7280);
    max-width: 260px;
    line-height: 1.5;
}

/* ── Bandeau récapitulatif ── */
.rtg-recap[b-o6xg28kb8t] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.rtg-recap-pill[b-o6xg28kb8t] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 24px;
    font-size: 0.9rem;
    font-weight: 700;
}

.rtg-pill-green[b-o6xg28kb8t] {
    background: #e8f5e9;
    color: #2e7d32;
}

.rtg-pill-blue[b-o6xg28kb8t] {
    background: #e3f2fd;
    color: #1565c0;
}

.rtg-pill-gray[b-o6xg28kb8t] {
    background: #f3f4f6;
    color: #374151;
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ── Carte chauffeur ── */
.rtg-driver-card[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--vtc-surface-dim, #f5f6fa);
    border-radius: var(--vtc-radius-sm, 10px);
    padding: 8px 12px;
}

.rtg-driver-avatar[b-o6xg28kb8t] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--vtc-primary, var(--z-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid rgba(var(--z-blue-rgb),0.2);
}

    .rtg-driver-avatar img[b-o6xg28kb8t] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.rtg-initials[b-o6xg28kb8t] {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}

.rtg-driver-name[b-o6xg28kb8t] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--vtc-text, var(--z-ink));
}

.rtg-driver-label[b-o6xg28kb8t] {
    font-size: 0.78rem;
    color: var(--vtc-text-muted, #6b7280);
    margin-top: 2px;
}

/* ── Section étoiles ── */
.rtg-section[b-o6xg28kb8t] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rtg-section-label[b-o6xg28kb8t] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--vtc-text-muted, #6b7280);
    display: flex;
    align-items: center;
    gap: 5px;
}

.rtg-optional[b-o6xg28kb8t] {
    font-weight: 400;
    font-size: 0.78rem;
}

.rtg-stars[b-o6xg28kb8t] {
    display: flex;
    gap: 4px;
}

.rtg-star[b-o6xg28kb8t] {
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0 2px;
    cursor: pointer;
    color: #d0d5dd;
    transition: color .12s, transform .1s;
}

    .rtg-star:hover[b-o6xg28kb8t],
    .rtg-star.rtg-star-hover[b-o6xg28kb8t] {
        color: #fbbf24;
        transform: scale(1.15);
    }

    .rtg-star.rtg-star-filled[b-o6xg28kb8t] {
        color: #f59e0b;
    }

    .rtg-star:focus-visible[b-o6xg28kb8t] {
        outline: 2px solid var(--vtc-primary, var(--z-blue));
        border-radius: 4px;
    }

.rtg-star-label[b-o6xg28kb8t] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #f59e0b;
    min-height: 18px;
    animation: rtgLabelIn-b-o6xg28kb8t .18s ease;
}

@keyframes rtgLabelIn-b-o6xg28kb8t {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Tags ── */
.rtg-tags[b-o6xg28kb8t] {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.rtg-tag[b-o6xg28kb8t] {
    padding: 6px 13px;
    border-radius: 20px;
    border: 1.5px solid var(--vtc-border, rgba(0,0,0,0.1));
    background: var(--vtc-surface, #fff);
    color: var(--vtc-text-muted, #6b7280);
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: background .15s, color .15s, border-color .15s;
    line-height: 1;
}

    .rtg-tag:hover[b-o6xg28kb8t] {
        background: var(--vtc-surface-dim, #f5f6fa);
        color: var(--vtc-text, var(--z-ink));
    }

    .rtg-tag.rtg-tag-selected[b-o6xg28kb8t] {
        background: var(--vtc-primary, var(--z-blue));
        color: #fff;
        border-color: var(--vtc-primary, var(--z-blue));
        font-weight: 600;
    }

/* ── Commentaire ── */
.rtg-textarea[b-o6xg28kb8t] {
    width: 100%;
    border: 1.5px solid var(--vtc-border, rgba(0,0,0,0.1));
    border-radius: var(--vtc-radius-sm, 10px);
    padding: 10px 12px;
    font-size: 0.88rem;
    font-family: inherit;
    color: var(--vtc-text, var(--z-ink));
    background: var(--vtc-surface, #fff);
    resize: none;
    transition: border-color .18s, box-shadow .18s;
    line-height: 1.5;
}

    .rtg-textarea:focus[b-o6xg28kb8t] {
        outline: none;
        border-color: var(--vtc-primary, var(--z-blue));
        box-shadow: 0 0 0 3px rgba(var(--z-blue-rgb),0.12);
    }

.rtg-char-count[b-o6xg28kb8t] {
    font-size: 0.75rem;
    color: var(--vtc-text-muted, #6b7280);
    text-align: right;
}

.rtg-char-warn[b-o6xg28kb8t] {
    color: #d97706;
    font-weight: 600;
}

/* ── Erreur ── */
.rtg-error[b-o6xg28kb8t] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fef2f2;
    color: #b91c1c;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.84rem;
    font-weight: 600;
}

/* ── Boutons ── */
.rtg-actions[b-o6xg28kb8t] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* Épinglés au bas du conteneur défilant : les boutons Envoyer/Passer restent
       toujours visibles, même quand le formulaire dépasse la hauteur de la feuille. */
    position: sticky;
    bottom: 0;
    margin-top: 2px;
    padding: 10px 0 calc(6px + env(safe-area-inset-bottom, 0px));
    background: #f5f6fa;
    box-shadow: 0 -8px 14px -8px rgba(0,0,0,0.18);
    z-index: 5;
}

.rtg-btn-submit[b-o6xg28kb8t] {
    width: 100%;
    padding: 13px 16px;
    border: none;
    border-radius: var(--vtc-radius-sm, 10px);
    background: linear-gradient(135deg, var(--vtc-primary, var(--z-blue)), var(--vtc-primary-dark, var(--z-blue-dk)));
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity .2s, transform .12s;
    box-shadow: 0 3px 10px rgba(var(--z-blue-rgb),0.28);
}

    .rtg-btn-submit:hover:not(:disabled)[b-o6xg28kb8t] {
        opacity: 0.92;
        transform: translateY(-1px);
    }

    .rtg-btn-submit:disabled[b-o6xg28kb8t] {
        opacity: 0.45;
        cursor: not-allowed;
        box-shadow: none;
    }

.rtg-btn-skip[b-o6xg28kb8t] {
    width: 100%;
    padding: 11px;
    border: 1.5px solid var(--vtc-border, rgba(0,0,0,0.1));
    border-radius: var(--vtc-radius-sm, 10px);
    background: transparent;
    color: var(--vtc-text-muted, #6b7280);
    font-size: 0.88rem;
    cursor: pointer;
    transition: background .15s, color .15s;
}

    .rtg-btn-skip:hover:not(:disabled)[b-o6xg28kb8t] {
        background: var(--vtc-surface-dim, #f5f6fa);
        color: var(--vtc-text, var(--z-ink));
    }

/* ── Confirmation ── */
.rtg-success[b-o6xg28kb8t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 20px 24px;
    gap: 8px;
    text-align: center;
    animation: rtgSuccessIn-b-o6xg28kb8t .35s ease;
}

@keyframes rtgSuccessIn-b-o6xg28kb8t {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.rtg-success-icon[b-o6xg28kb8t] {
    font-size: 56px;
    color: var(--vtc-success, var(--z-green));
    line-height: 1;
    margin-bottom: 4px;
}

.rtg-success-title[b-o6xg28kb8t] {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--vtc-text, var(--z-ink));
}

.rtg-success-sub[b-o6xg28kb8t] {
    font-size: 0.88rem;
    color: var(--vtc-text-muted, #6b7280);
    margin-bottom: 8px;
}

.rtg-success-stars[b-o6xg28kb8t] {
    display: flex;
    gap: 4px;
    margin-bottom: 4px;
}

.rtg-success-star[b-o6xg28kb8t] {
    font-size: 1.8rem;
    color: #d0d5dd;
    transition: color .1s;
}

    .rtg-success-star.rtg-success-star-on[b-o6xg28kb8t] {
        color: #f59e0b;
    }


@media (max-width: 1024px) {
    .tab-recherche > .section-card[b-o6xg28kb8t] {
        display: none;
    }
    .tab-recherche > .section-card.cbs-sd-section[b-o6xg28kb8t] {
        display: flex;
    }
}

/* Mobile : peek = 18px (bordure 3px + handle row 15px) */
@media (max-width: 1024px) {
    :root[b-o6xg28kb8t] {
        --sheet-handle-h: 18px;
    }
}

/* Mobile : sheet-footer caché */
@media (max-width: 1024px) {
    .sheet-footer[b-o6xg28kb8t] {
        display: none;
    }
}

/* Mobile (≤1024px) : largeur max de la feuille = 624px, centrée */
@media (max-width: 1024px) {
    .bottom-sheet[b-o6xg28kb8t] {
        max-width: 624px;
        margin-left: 0;
        margin-right: auto;   /* aligné à gauche de l'écran */
    }
}
/* /Pages/ComptePage.razor.rz.scp.css */
/* ── Sélecteur de thème ─────────────────────────────────── */
.theme-grid[b-xquzcvy6dr] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.theme-card[b-xquzcvy6dr] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    background: var(--zz-card);
    border: 1.5px solid var(--zz-border);
    border-radius: 16px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    transition: border-color .2s, transform .15s;
}
.theme-card:active[b-xquzcvy6dr] { transform: scale(.98); }

/* Carte active — bordure couleur primaire */
.theme-active[b-xquzcvy6dr] {
    border-color: var(--zz-yellow);
    background: var(--zz-yellow-dim);
}

/* Aperçu miniature de la couleur du thème */
.theme-preview[b-xquzcvy6dr] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 5px;
    gap: 3px;
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    position: relative;
    overflow: hidden;
}

.theme-preview-dot[b-xquzcvy6dr] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
    bottom: 6px;
    right: 6px;
}

.theme-preview-dot.sm[b-xquzcvy6dr] {
    width: 8px;
    height: 8px;
    bottom: 6px;
    right: 24px;
}

.theme-info[b-xquzcvy6dr] { flex: 1; min-width: 0; }

.theme-name[b-xquzcvy6dr] {
    font-size: 15px;
    font-weight: 700;
    color: var(--zz-white);
    margin-bottom: 2px;
}

.theme-desc[b-xquzcvy6dr] {
    font-size: 12px;
    color: var(--zz-dim);
}

.theme-check[b-xquzcvy6dr] {
    font-size: 20px;
    color: var(--zz-yellow);
    flex-shrink: 0;
}
/* /Pages/ConfigUserPage.razor.rz.scp.css */
/* ============================================================
   ConfigUserPage (passager) — mise en forme alignée sur le profil
   chauffeur (design system ZaZa). Variables --zz-* : zaza-theme.css.
   Classes cfg-* portées depuis WAPI_ZAZA_Taxi/Pages/ConfigUserPage.razor.css
   ============================================================ */

/* ── Spinner page ───────────────────────────── */
.zz-spin[b-mye3e9ipa6] {
    width: 30px; height: 30px;
    margin: 40px auto;
    border: 3px solid var(--zz-border);
    border-top-color: var(--zz-yellow);
    border-radius: 50%;
    animation: cfg-spin-b-mye3e9ipa6 .7s linear infinite;
}
@keyframes cfg-spin-b-mye3e9ipa6 { to { transform: rotate(360deg); } }

/* ── Alerts ─────────────────────────────────── */
.cfg-alert[b-mye3e9ipa6] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: var(--zz-r-sm);
    font-size: 13px;
    font-weight: 600;
}
.cfg-alert.success[b-mye3e9ipa6] { background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.3); color: #22C55E; }
.cfg-alert.danger[b-mye3e9ipa6]  { background: rgba(239,68,68,.12); border: 1px solid rgba(239,68,68,.3); color: #EF4444; }
.cfg-alert.warning[b-mye3e9ipa6] { background: rgba(var(--zz-accent-rgb),.12); border: 1px solid rgba(var(--zz-accent-rgb),.3); color: var(--zz-yellow); }
.cfg-alert .bi[b-mye3e9ipa6] { font-size: 16px; flex-shrink: 0; }

/* ── Login banner ───────────────────────────── */
.cfg-login[b-mye3e9ipa6] { padding: 16px; }
.cfg-login-head[b-mye3e9ipa6] { display: flex; align-items: center; gap: 12px; }
.cfg-login-ico[b-mye3e9ipa6] {
    width: 40px; height: 40px;
    background: var(--zz-yellow-dim);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: var(--zz-yellow); font-size: 18px; flex-shrink: 0;
}
.cfg-login-title[b-mye3e9ipa6] { font-size: 15px; font-weight: 800; color: var(--zz-white); }
.cfg-login-sub[b-mye3e9ipa6]   { font-size: 12px; color: var(--zz-dim); margin-top: 1px; }

.cfg-spinner-sm[b-mye3e9ipa6] {
    width: 14px; height: 14px;
    border: 2px solid rgba(0,0,0,.2);
    border-top-color: var(--zz-on-accent);
    border-radius: 50%;
    animation: cfg-spin-b-mye3e9ipa6 .6s linear infinite;
    display: inline-block;
}

/* ── Avatar / photo ─────────────────────────── */
.cfg-summary[b-mye3e9ipa6] { display: flex; align-items: center; gap: 14px; padding: 16px; }
.cfg-avatar[b-mye3e9ipa6] {
    width: 72px; height: 72px;
    background: var(--zz-yellow-dim);
    border: 2px solid var(--zz-yellow);
    border-radius: 50%;
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    color: var(--zz-yellow); font-size: 30px; flex-shrink: 0;
    position: relative;
}
.cfg-avatar img[b-mye3e9ipa6] { width: 100%; height: 100%; object-fit: cover; }

.cfg-name[b-mye3e9ipa6] { font-size: 16px; font-weight: 800; color: var(--zz-white); }
.cfg-role[b-mye3e9ipa6] { font-size: 12px; color: var(--zz-yellow); font-weight: 600; margin-top: 2px; }
.cfg-id[b-mye3e9ipa6]   { font-size: 11px; color: var(--zz-muted); margin-top: 2px; }

/* ── Avatar cliquable + pastille appareil-photo (style Telegram) ── */
.cfg-avatar-btn[b-mye3e9ipa6] {
    position: relative;
    padding: 0; border: none; background: transparent;
    line-height: 0; cursor: pointer; flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
    transition: transform .12s;
}
.cfg-avatar-btn:active[b-mye3e9ipa6] { transform: scale(.94); }
.cfg-avatar-cam[b-mye3e9ipa6] {
    position: absolute; right: -2px; bottom: -2px;
    width: 26px; height: 26px; border-radius: 50%;
    background: var(--zz-yellow); color: var(--zz-on-accent);
    border: 2px solid var(--zz-card);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; line-height: 1;
}

/* Inputs fichier masqués (déclenchés par la feuille d'action) */
.cfg-file-hidden[b-mye3e9ipa6] {
    position: absolute; width: 1px; height: 1px;
    opacity: 0; overflow: hidden; clip: rect(0 0 0 0);
    pointer-events: none;
}

/* ── Feuille d'action photo (bottom sheet, style Telegram) ── */
.cfg-sheet-backdrop[b-mye3e9ipa6] {
    position: fixed; inset: 0; z-index: 3000;
    background: rgba(0,0,0,.5);
    display: flex; align-items: flex-end;
    animation: cfg-sheet-fade-b-mye3e9ipa6 .2s ease;
}
.cfg-sheet[b-mye3e9ipa6] {
    width: 100%;
    background: var(--zz-card);
    border-top-left-radius: 18px; border-top-right-radius: 18px;
    padding: 8px 12px calc(14px + env(safe-area-inset-bottom, 0px));
    display: flex; flex-direction: column; gap: 4px;
    box-shadow: 0 -8px 30px rgba(0,0,0,.4);
    animation: cfg-sheet-up-b-mye3e9ipa6 .25s cubic-bezier(.2,.8,.2,1);
}
.cfg-sheet-grip[b-mye3e9ipa6] {
    width: 38px; height: 4px; border-radius: 3px;
    background: var(--zz-border); margin: 4px auto 8px;
}
.cfg-sheet-title[b-mye3e9ipa6] {
    text-align: center; font-size: 12px; font-weight: 700;
    color: var(--zz-dim); text-transform: uppercase;
    letter-spacing: .5px; margin-bottom: 4px;
}
.cfg-sheet-item[b-mye3e9ipa6] {
    display: flex; align-items: center; gap: 14px; width: 100%;
    padding: 14px 12px; background: transparent; border: none;
    border-radius: 12px; text-align: left; cursor: pointer;
    font: 600 15px var(--zz-font, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);
    color: var(--zz-white);
    -webkit-tap-highlight-color: transparent;
}
.cfg-sheet-item:active[b-mye3e9ipa6] { background: var(--zz-card2); }
.cfg-sheet-ico[b-mye3e9ipa6] {
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--zz-yellow-dim); color: var(--zz-yellow);
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; flex-shrink: 0;
}
.cfg-sheet-item.danger[b-mye3e9ipa6] { color: #EF4444; }
.cfg-sheet-item.danger .cfg-sheet-ico[b-mye3e9ipa6] { background: rgba(239,68,68,.14); color: #EF4444; }
.cfg-sheet-item.cancel[b-mye3e9ipa6] {
    justify-content: center; margin-top: 4px;
    background: var(--zz-card2); font-weight: 700;
}
@keyframes cfg-sheet-fade-b-mye3e9ipa6 { from { opacity: 0; } to { opacity: 1; } }
@keyframes cfg-sheet-up-b-mye3e9ipa6 { from { transform: translateY(100%); } to { transform: translateY(0); } }

/* ── Card sections ──────────────────────────── */
.cfg-card-section[b-mye3e9ipa6] {
    background: var(--zz-card);
    border: 1px solid var(--zz-border);
    border-radius: var(--zz-r);
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cfg-field[b-mye3e9ipa6] { display: flex; flex-direction: column; }
.cfg-field-row[b-mye3e9ipa6] { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cfg-field-lbl[b-mye3e9ipa6] {
    font-size: 11px; color: var(--zz-dim); font-weight: 600;
    text-transform: uppercase; letter-spacing: .4px; margin-bottom: 6px;
}
.cfg-field-lbl.req[b-mye3e9ipa6]::after { content: " *"; color: #EF4444; }
.cfg-textarea[b-mye3e9ipa6] { min-height: 72px; resize: vertical; }

/* ── Switch ─────────────────────────────────── */
.cfg-switch[b-mye3e9ipa6] {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 0; cursor: pointer; -webkit-tap-highlight-color: transparent;
}
.cfg-switch-lbl[b-mye3e9ipa6] {
    display: flex; align-items: center; gap: 8px;
    font-size: 14px; font-weight: 600; color: var(--zz-white);
}
.cfg-switch-input[b-mye3e9ipa6] { position: absolute; opacity: 0; pointer-events: none; }
.cfg-switch-slider[b-mye3e9ipa6] {
    position: relative; width: 42px; height: 24px;
    background: var(--zz-card2); border: 1.5px solid var(--zz-border);
    border-radius: 50px; transition: background .2s, border-color .2s; flex-shrink: 0;
}
.cfg-switch-slider[b-mye3e9ipa6]::before {
    content: ''; position: absolute; top: 2px; left: 2px;
    width: 17px; height: 17px; background: var(--zz-muted);
    border-radius: 50%; transition: transform .2s, background .2s;
}
.cfg-switch-input:checked ~ .cfg-switch-slider[b-mye3e9ipa6] { background: var(--zz-yellow-dim); border-color: var(--zz-yellow); }
.cfg-switch-input:checked ~ .cfg-switch-slider[b-mye3e9ipa6]::before { transform: translateX(18px); background: var(--zz-yellow); }

/* ── Bouton Enregistrer ─────────────────────── */
.cfg-save-btn[b-mye3e9ipa6] { position: relative; overflow: hidden; }
.cfg-save-btn:active:not([disabled])[b-mye3e9ipa6] { transform: scale(.95); }
.cfg-save-btn.is-saving[b-mye3e9ipa6] { opacity: .85; cursor: progress; }
.cfg-save-spinner[b-mye3e9ipa6] {
    width: 16px; height: 16px;
    border: 2px solid rgba(0,0,0,.25); border-top-color: var(--zz-on-accent);
    border-radius: 50%; display: inline-block; animation: cfg-spin-b-mye3e9ipa6 .7s linear infinite;
}
/* /Pages/CoursesPage.razor.rz.scp.css */
.crs-btn[b-sgwk00232k] { width:28px; height:28px; background:var(--zz-yellow); border:none; border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:17px; font-weight:700; color:var(--zz-on-accent); cursor:pointer; line-height:1; -webkit-tap-highlight-color:transparent; }
.crs-btn.minus[b-sgwk00232k] { background:var(--zz-card2); color:var(--zz-white); border:1px solid var(--zz-border); }
/* /Pages/GazPage.razor.rz.scp.css */
.gaz-type[b-bs672xzgxz] { flex:1; display:flex; flex-direction:column; align-items:center; gap:5px; padding:14px 8px; background:var(--zz-card); border-radius:var(--zz-r); border:1.5px solid var(--zz-border); cursor:pointer; transition:border-color .15s; text-align:center; -webkit-tap-highlight-color:transparent; }
.gaz-type.sel[b-bs672xzgxz] { border-color:var(--c-gaz); background:rgba(255,107,53,.06); }
/* /Pages/Home.razor.rz.scp.css */
/* ╔══════════════════════════════════════════════════╗
   ║  ZaZa Home Page — Design System
   ║  Police Poppins · Palette var(--zz-accent) / #0A0A0A
   ╚══════════════════════════════════════════════════╝ */

.hm-root[b-pmdn0qx0d2] {
    min-height: 100vh;
    background: #0D0D0D;
    font-family: 'Poppins', 'Inter', system-ui, sans-serif;
    color: #fff;
    padding-bottom: 80px; /* espace bottom nav */
}

/* ── HEADER ─────────────────────────────────────── */
.hm-header[b-pmdn0qx0d2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 20px 12px;
}

.hm-header-left[b-pmdn0qx0d2] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hm-logo-mark[b-pmdn0qx0d2] {
    width: 36px; height: 36px;
    background: var(--zz-accent);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; font-weight: 900;
    color: #0A0A0A;
    flex-shrink: 0;
}

.hm-logo-text[b-pmdn0qx0d2] {
    font-size: 20px;
    font-weight: 900;
    color: var(--zz-accent);
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.hm-location[b-pmdn0qx0d2] {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    color: #888;
    margin-top: 1px;
}

.hm-location .bi[b-pmdn0qx0d2] { font-size: 11px; color: var(--zz-accent); }

.hm-header-right[b-pmdn0qx0d2] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hm-icon-btn[b-pmdn0qx0d2] {
    position: relative;
    background: #1C1C1C;
    border: 1px solid #2A2A2A;
    border-radius: 50%;
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    font-size: 17px; color: #ccc;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.hm-notif-dot[b-pmdn0qx0d2] {
    position: absolute; top: 7px; right: 7px;
    width: 7px; height: 7px;
    background: #EF4444; border-radius: 50%;
    border: 1.5px solid #0D0D0D;
}

.hm-avatar[b-pmdn0qx0d2] {
    width: 38px; height: 38px;
    background: linear-gradient(135deg, var(--zz-accent), #D4A017);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 800;
    color: #0A0A0A;
    cursor: pointer;
}

/* ── HERO ───────────────────────────────────────── */
.hm-hero[b-pmdn0qx0d2] {
    margin: 4px 16px 24px;
    background: linear-gradient(135deg, #1A1400 0%, #2C2200 60%, #1A1400 100%);
    border: 1px solid rgba(var(--zz-accent-rgb), 0.18);
    border-radius: 20px;
    padding: 22px 20px 20px;
    position: relative;
    overflow: hidden;
}

.hm-hero[b-pmdn0qx0d2]::before {
    content: '';
    position: absolute;
    top: -30px; right: -20px;
    width: 130px; height: 130px;
    background: radial-gradient(circle, rgba(var(--zz-accent-rgb),.18) 0%, transparent 70%);
    pointer-events: none;
}

.hm-greeting[b-pmdn0qx0d2] {
    font-size: 13px;
    color: rgba(255,255,255,.55);
    margin: 0 0 4px;
    font-weight: 500;
}

.hm-title[b-pmdn0qx0d2] {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 18px;
}

.hm-title em[b-pmdn0qx0d2] {
    font-style: normal;
    color: var(--zz-accent);
}

.hm-search-bar[b-pmdn0qx0d2] {
    width: 100%;
    background: rgba(255,255,255,.07);
    border: 1.5px solid rgba(255,255,255,.12);
    border-radius: 50px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: border-color .15s, background .15s;
    text-align: left;
}

.hm-search-bar:active[b-pmdn0qx0d2] {
    background: rgba(255,255,255,.11);
    border-color: rgba(var(--zz-accent-rgb),.5);
}

.hm-search-ico[b-pmdn0qx0d2] { font-size: 16px; color: #888; flex-shrink: 0; }

.hm-search-placeholder[b-pmdn0qx0d2] {
    flex: 1;
    font-size: 14px;
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.hm-search-filter[b-pmdn0qx0d2] { font-size: 16px; color: var(--zz-accent); flex-shrink: 0; }

/* ── SECTION WRAPPER ────────────────────────────── */
.hm-section[b-pmdn0qx0d2] {
    padding: 0 16px;
    margin-bottom: 28px;
}

.hm-sec-header[b-pmdn0qx0d2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.hm-sec-title[b-pmdn0qx0d2] {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.hm-sec-link[b-pmdn0qx0d2] {
    font-size: 13px;
    font-weight: 600;
    color: var(--zz-accent);
    text-decoration: none;
    cursor: pointer;
}

/* ── ACCÈS RAPIDES ──────────────────────────────── */
.hm-quick-row[b-pmdn0qx0d2] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.hm-quick-item[b-pmdn0qx0d2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    transition: transform .15s;
}

.hm-quick-item:active[b-pmdn0qx0d2] { transform: scale(.93); }

.hm-quick-icon[b-pmdn0qx0d2] {
    width: 60px; height: 60px;
    border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    box-shadow: 0 4px 16px rgba(0,0,0,.35);
    position: relative;
}

/* Shine overlay */
.hm-quick-icon[b-pmdn0qx0d2]::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,.18) 0%, transparent 60%);
    pointer-events: none;
}

.hm-quick-label[b-pmdn0qx0d2] {
    font-size: 11px;
    font-weight: 600;
    color: #ccc;
    text-align: center;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
}

/* ── BANNIÈRES ──────────────────────────────────── */
.hm-banners[b-pmdn0qx0d2] {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 2px 0 4px;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}
.hm-banners[b-pmdn0qx0d2]::-webkit-scrollbar { display: none; }

.hm-banner[b-pmdn0qx0d2] {
    flex-shrink: 0;
    width: calc(100vw - 48px);
    max-width: 340px;
    height: 150px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    scroll-snap-align: start;
    -webkit-tap-highlight-color: transparent;
    transition: transform .15s;
}

.hm-banner:active[b-pmdn0qx0d2] { transform: scale(.98); }

.hm-banner-transport[b-pmdn0qx0d2] {
    background: linear-gradient(135deg, #1A1400 0%, #3D2E00 100%);
    border: 1px solid rgba(var(--zz-accent-rgb),.25);
}
.hm-banner-pharma[b-pmdn0qx0d2] {
    background: linear-gradient(135deg, #0A1220 0%, #0F2040 100%);
    border: 1px solid rgba(59,130,246,.25);
}
.hm-banner-bus[b-pmdn0qx0d2] {
    background: linear-gradient(135deg, #0A1A14 0%, #0D2E20 100%);
    border: 1px solid rgba(16,185,129,.25);
}

.hm-banner-inner[b-pmdn0qx0d2] {
    flex: 1;
    z-index: 2;
}

.hm-banner-badge[b-pmdn0qx0d2] {
    display: inline-block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .6px;
    background: rgba(255,255,255,.15);
    padding: 3px 8px;
    border-radius: 50px;
    margin-bottom: 8px;
    color: rgba(255,255,255,.9);
}

.hm-banner-transport .hm-banner-badge[b-pmdn0qx0d2] { background: rgba(var(--zz-accent-rgb),.25); color: var(--zz-accent); }
.hm-banner-pharma   .hm-banner-badge[b-pmdn0qx0d2] { background: rgba(59,130,246,.25);  color: #93C5FD; }
.hm-banner-bus      .hm-banner-badge[b-pmdn0qx0d2] { background: rgba(16,185,129,.25);  color: #6EE7B7; }

.hm-banner-title[b-pmdn0qx0d2] {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 4px;
}

.hm-banner-sub[b-pmdn0qx0d2] {
    font-size: 11px;
    color: rgba(255,255,255,.6);
    margin-bottom: 12px;
    line-height: 1.4;
}

.hm-banner-cta[b-pmdn0qx0d2] {
    background: transparent;
    border: 1.5px solid rgba(255,255,255,.3);
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,.9);
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    -webkit-tap-highlight-color: transparent;
}

.hm-banner-transport .hm-banner-cta[b-pmdn0qx0d2] { border-color: rgba(var(--zz-accent-rgb),.5); color: var(--zz-accent); }

.hm-banner-illus[b-pmdn0qx0d2] {
    font-size: 60px;
    opacity: .22;
    position: absolute;
    right: 14px; bottom: -4px;
    line-height: 1;
    pointer-events: none;
    filter: blur(0px);
}

.hm-banner-dots[b-pmdn0qx0d2] {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}

.hm-banner-dots .dot[b-pmdn0qx0d2] {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #333;
    transition: all .2s;
}

.hm-banner-dots .dot.active[b-pmdn0qx0d2] {
    background: var(--zz-accent);
    width: 18px;
    border-radius: 3px;
}

/* ── GRILLE SERVICES ────────────────────────────── */
.hm-services-grid[b-pmdn0qx0d2] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hm-svc-card[b-pmdn0qx0d2] {
    width: 100%;
    background: #1A1A1A;
    border: 1px solid #252525;
    border-radius: 16px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: transform .15s, background .15s;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: hidden;
}

.hm-svc-card[b-pmdn0qx0d2]::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: var(--svc-color);
    border-radius: 16px 0 0 16px;
    opacity: .8;
}

.hm-svc-card:active[b-pmdn0qx0d2] { transform: scale(.98); background: #1E1E1E; }

.hm-svc-icon-wrap[b-pmdn0qx0d2] {
    width: 48px; height: 48px;
    border-radius: 14px;
    background: var(--svc-bg);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,.05);
}

.hm-svc-emoji[b-pmdn0qx0d2] { font-size: 24px; line-height: 1; }

.hm-svc-info[b-pmdn0qx0d2] {
    flex: 1;
    min-width: 0;
}

.hm-svc-name[b-pmdn0qx0d2] {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.hm-svc-desc[b-pmdn0qx0d2] {
    display: block;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hm-svc-arrow[b-pmdn0qx0d2] {
    font-size: 13px;
    color: #444;
    flex-shrink: 0;
}

/* ── BOUTON SOS ─────────────────────────────────── */
.hm-sos-banner[b-pmdn0qx0d2] {
    width: 100%;
    background: linear-gradient(135deg, #1A0808, #2D1010);
    border: 1.5px solid rgba(239, 68, 68, .3);
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    transition: transform .15s;
}

.hm-sos-banner:active[b-pmdn0qx0d2] { transform: scale(.98); }

.hm-sos-call[b-pmdn0qx0d2] {
    font-size: 22px;
    color: #EF4444;
    margin-left: auto;
    flex-shrink: 0;
    animation: sos-ring-b-pmdn0qx0d2 2.5s ease-in-out infinite;
}

@keyframes sos-ring-b-pmdn0qx0d2 {
    0%, 100% { transform: rotate(0deg); }
    10%, 30%  { transform: rotate(-12deg); }
    20%, 40%  { transform: rotate(12deg); }
    50%       { transform: rotate(0deg); }
}
/* /Pages/HomeA.razor.rz.scp.css */
.hm-root[b-8ptzbu1sid] {
    min-height: 100%;
    background: var(--zz-black);
    font-family: var(--zz-font);
    color: var(--zz-white);
    padding-bottom: 24px;
}

.hm-header[b-8ptzbu1sid] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px 12px;
}

.hm-header-left[b-8ptzbu1sid] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hm-logo[b-8ptzbu1sid] {
    font-size: 30px;
    font-weight: 900;
    color: var(--zz-yellow);
    letter-spacing: -0.5px;
    line-height: 1;
}

.hm-location[b-8ptzbu1sid] {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--zz-dim);
    margin-top: 2px;
}

.hm-notif[b-8ptzbu1sid] {
    position: relative;
    background: var(--zz-card);
    border: 1px solid var(--zz-border);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--zz-white);
    cursor: pointer;
}

.hm-dot[b-8ptzbu1sid] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
    background: var(--c-urgences);
    border-radius: 50%;
    border: 1.5px solid var(--zz-black);
}

.hm-greet[b-8ptzbu1sid] {
    font-size: 14px;
    color: var(--zz-dim);
    font-weight: 500;
}
/* /Pages/HomeB.razor.rz.scp.css */
/* ╔══════════════════════════════════════════════════════╗
   ║  ZaZa — Design B  ·  Thème : MODE JOUR ☀️
   ║  Blanc ivoire + Jaune ZaZa + Orange soleil
   ║  Inspiré Uber Light · Apple Maps · Glovo
   ╚══════════════════════════════════════════════════════╝ */

/* ── ROOT ──────────────────────────────────────────────── */
.hb-root[b-axq93ffaki] {
    min-height: 100%;             /* s'étend selon le contenu */
    background: #F5F4F0;
    font-family: 'Poppins', 'Inter', system-ui, sans-serif;
    color: #111111;
    padding-bottom: 24px;         /* espace sous le dernier élément */
}

/* ── HEADER (structure Design C, thème clair) ──────────── */
.hb-header[b-axq93ffaki] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 18px 14px;
    background: #F5F4F0;
}

.hb-hd-left[b-axq93ffaki] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hb-logo[b-axq93ffaki] {
    font-size: 28px;
    font-weight: 900;
    color: #111111;
    letter-spacing: -0.8px;
    line-height: 1;
}

.hb-greet-sub[b-axq93ffaki] {
    font-size: 13px;
    font-weight: 500;
    color: #777777;
    margin-top: 2px;
}

.hb-hd-right[b-axq93ffaki] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Boutons icônes header */
.hb-hbtn[b-axq93ffaki] {
    width: 38px; height: 38px;
    background: #FFFFFF;
    border: 1px solid #E0DFDB;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; color: #555555;
    cursor: pointer; position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    -webkit-tap-highlight-color: transparent;
    transition: background .15s;
}
.hb-hbtn:active[b-axq93ffaki] { background: #F0EFE8; transform: scale(.93); }

.hb-badge-dot[b-axq93ffaki] {
    position: absolute; top: 8px; right: 8px;
    width: 7px; height: 7px;
    background: #EF4444; border-radius: 50%;
    border: 1.5px solid #F5F4F0;
}

/* avatar supprimé (header style D sans avatar) */

/* ── BANNIÈRES À LA UNE (thème clair) ─────────────────── */
.hb-banners[b-axq93ffaki] {
    display: flex; gap: 12px; overflow-x: auto;
    margin: 0 -16px; padding: 2px 16px 4px;
    scrollbar-width: none; -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}
.hb-banners[b-axq93ffaki]::-webkit-scrollbar { display: none; }

.hb-banner[b-axq93ffaki] {
    flex-shrink: 0;
    width: calc(100vw - 48px); max-width: 340px;
    height: 124px; /* 155px - 20% */
    border-radius: 16px;
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 14px 16px 18px;
    position: relative; overflow: hidden;
    cursor: pointer; scroll-snap-align: start;
    -webkit-tap-highlight-color: transparent; transition: transform .15s;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
}
.hb-banner:active[b-axq93ffaki] { transform: scale(.98); }

/* Couleurs banners (thème clair — pastel + vif) */
.hb-bn-yellow[b-axq93ffaki] { background: linear-gradient(130deg, #FFF8D6 0%, #FFEEA0 55%, #FFF8D6 100%); border: 1px solid rgba(var(--zz-accent-rgb),.4); }
.hb-bn-blue[b-axq93ffaki]   { background: linear-gradient(130deg, #E8F4FF 0%, #BBDCFF 55%, #E8F4FF 100%); border: 1px solid rgba(59,130,246,.35); }
.hb-bn-orange[b-axq93ffaki] { background: linear-gradient(130deg, #FFF0E6 0%, #FFD4B0 55%, #FFF0E6 100%); border: 1px solid rgba(255,107,53,.35); }

.hb-bn-body[b-axq93ffaki] { flex: 1; display: flex; flex-direction: column; gap: 5px; z-index: 2; }

.hb-bn-badge[b-axq93ffaki] {
    display: inline-block; font-size: 9px; font-weight: 800;
    letter-spacing: .7px; padding: 3px 9px; border-radius: 50px;
    margin-bottom: 4px; width: fit-content;
    background: rgba(0,0,0,.1); color: rgba(0,0,0,.6);
}
.hb-badge-blue[b-axq93ffaki]   { background: rgba(59,130,246,.18); color: #1D4ED8; }
.hb-badge-orange[b-axq93ffaki] { background: rgba(255,107,53,.18); color: #C2410C; }

.hb-bn-title[b-axq93ffaki] { font-size: 17px; font-weight: 800; color: #111111; line-height: 1.15; }
.hb-bn-sub[b-axq93ffaki]   { font-size: 11px; color: #666666; line-height: 1.4; }

.hb-bn-cta[b-axq93ffaki] {
    margin-top: 8px; align-self: flex-start;
    border: none; border-radius: 50px;
    padding: 8px 16px; font-size: 12px; font-weight: 800;
    font-family: 'Poppins', sans-serif; cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.hb-cta-dark[b-axq93ffaki]   { background: #111111; color: #FFFFFF; box-shadow: 0 3px 10px rgba(0,0,0,.2); }
.hb-cta-blue[b-axq93ffaki]   { background: #3B82F6; color: #FFFFFF; box-shadow: 0 3px 10px rgba(59,130,246,.35); }
.hb-cta-orange[b-axq93ffaki] { background: #FF6B35; color: #FFFFFF; box-shadow: 0 3px 10px rgba(255,107,53,.35); }

.hb-bn-illus[b-axq93ffaki] {
    font-size: 70px; position: absolute;
    right: 8px; bottom: -6px;
    opacity: .22; pointer-events: none; line-height: 1; z-index: 1;
}

.hb-dots[b-axq93ffaki] {
    display: flex; justify-content: center; align-items: center;
    gap: 5px; margin-top: 10px;
}
.hb-dot[b-axq93ffaki]    { width: 6px; height: 6px; border-radius: 50%; background: #D4D2CC; }
.hb-dot-on[b-axq93ffaki] { background: var(--zz-accent); width: 20px; border-radius: 3px; }

/* ── FAVORIS RAPIDES ───────────────────────────────────── */
.hb-quick-row[b-axq93ffaki] {
    display: flex; justify-content: space-between; gap: 8px;
}

.hb-qitem[b-axq93ffaki] {
    flex: 1; display: flex; flex-direction: column;
    align-items: center; gap: 8px;
    background: transparent; border: none;
    cursor: pointer; padding: 0;
    font-family: 'Poppins', sans-serif;
    -webkit-tap-highlight-color: transparent;
    transition: transform .15s;
}
.hb-qitem:active[b-axq93ffaki] { transform: scale(.90); }

.hb-qicon[b-axq93ffaki] {
    width: 60px; height: 60px; border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 14px rgba(0,0,0,.14);
    position: relative;
}
.hb-qicon[b-axq93ffaki]::before {
    content: ''; position: absolute;
    top: 3px; left: 5px; right: 5px; height: 40%;
    background: linear-gradient(180deg, rgba(255,255,255,.45) 0%, transparent 100%);
    border-radius: 12px 12px 0 0; pointer-events: none;
}

.hb-qlabel[b-axq93ffaki] { font-size: 11px; font-weight: 700; color: #333333; text-align: center; }

/* ── SECTION ───────────────────────────────────────────── */
.hb-section[b-axq93ffaki] { padding: 0 16px; margin-bottom: 24px; }

.hb-sec-row[b-axq93ffaki] {
    display: flex; align-items: center;
    justify-content: space-between; margin-bottom: 12px;
}

.hb-sec-title[b-axq93ffaki] { font-size: 17px; font-weight: 700; color: #111111; }
.hb-sec-more[b-axq93ffaki]  { font-size: 13px; font-weight: 600; color: var(--zz-accent); text-decoration: none; cursor: pointer; }

/* (styles service phare supprimés — remplacé par Favoris Rapides) */

/* ── GRILLE SERVICES — cartes blanches ────────────────── */
.hb-grid[b-axq93ffaki] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.hb-svc-tile[b-axq93ffaki] {
    background: #FFFFFF;
    border: 1px solid #E8E7E2;
    border-radius: 16px;
    padding: 14px 6px 12px;
    display: flex; flex-direction: column; align-items: center;
    gap: 6px; cursor: pointer; font-family: 'Poppins', sans-serif;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    -webkit-tap-highlight-color: transparent;
    transition: transform .15s, box-shadow .15s;
    position: relative;
}
.hb-svc-tile:active[b-axq93ffaki] { transform: scale(.93); box-shadow: 0 1px 4px rgba(0,0,0,.08); }

.hb-svc-tile[b-axq93ffaki]::before {
    content: ''; position: absolute;
    top: 0; left: 20%; right: 20%; height: 3px;
    background: var(--tc); border-radius: 0 0 3px 3px; opacity: .7;
}

.hb-svc-icon[b-axq93ffaki] { font-size: 26px; line-height: 1; }
.hb-svc-name[b-axq93ffaki] { font-size: 10px; font-weight: 700; color: #333333; text-align: center; line-height: 1.2; }

.hb-svc-tag[b-axq93ffaki] {
    font-size: 8px; font-weight: 700;
    color: var(--tc); padding: 2px 6px;
    border-radius: 50px; border: 1px solid var(--tc);
    background: var(--tbg); opacity: .9;
}

/* ── PROMOTIONS ────────────────────────────────────────── */
.hb-promos[b-axq93ffaki] {
    display: flex; gap: 12px; overflow-x: auto;
    margin: 0 -16px; padding: 2px 16px 4px;
    scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.hb-promos[b-axq93ffaki]::-webkit-scrollbar { display: none; }

.hb-promo[b-axq93ffaki] {
    flex-shrink: 0; width: 170px; border-radius: 16px;
    padding: 16px; display: flex; align-items: center;
    justify-content: space-between; gap: 8px;
    cursor: pointer; -webkit-tap-highlight-color: transparent;
    transition: transform .15s; box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.hb-promo:active[b-axq93ffaki] { transform: scale(.97); }

.hb-promo-yellow[b-axq93ffaki] { background: linear-gradient(135deg,#FFFDE7,#FFF9C4); border: 1px solid rgba(var(--zz-accent-rgb),.35); }
.hb-promo-orange[b-axq93ffaki] { background: linear-gradient(135deg,#FFF3E0,#FFE0C8); border: 1px solid rgba(255,107,53,.3); }
.hb-promo-blue[b-axq93ffaki]   { background: linear-gradient(135deg,#E3F2FD,#BBDEFB); border: 1px solid rgba(59,130,246,.3); }

.hb-promo-title[b-axq93ffaki]       { font-size: 13px; color: #333333; line-height: 1.35; margin-bottom: 4px; }
.hb-promo-title strong[b-axq93ffaki] { color: #111111; font-size: 15px; }
.hb-promo-sub[b-axq93ffaki]         { font-size: 10px; color: #888888; }
.hb-promo-emoji[b-axq93ffaki]       { font-size: 32px; flex-shrink: 0; }

/* ── URGENCES SOS ──────────────────────────────────────── */
.hb-sos[b-axq93ffaki] {
    width: 100%;
    background: linear-gradient(135deg, #EF4444, #DC2626);
    border: none; border-radius: 16px; padding: 16px 18px;
    display: flex; align-items: center; gap: 14px;
    cursor: pointer; font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 18px rgba(239,68,68,.35);
    -webkit-tap-highlight-color: transparent; transition: transform .15s;
}
.hb-sos:active[b-axq93ffaki] { transform: scale(.98); }

.hb-sos-pulse[b-axq93ffaki] {
    width: 46px; height: 46px;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; animation: pulse-red-b-b-axq93ffaki 2s infinite;
}
@keyframes pulse-red-b-b-axq93ffaki {
    0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,.4); }
    50%      { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
}

.hb-sos-title[b-axq93ffaki] { font-size: 15px; font-weight: 800; color: #FFFFFF; }
.hb-sos-sub[b-axq93ffaki]   { font-size: 11px; color: rgba(255,255,255,.7); margin-top: 2px; }

.hb-sos-numbers[b-axq93ffaki] { display: flex; flex-direction: column; gap: 3px; margin-left: auto; flex-shrink: 0; }
.hb-sos-numbers span[b-axq93ffaki] {
    font-size: 11px; font-weight: 800; color: #FFFFFF;
    background: rgba(255,255,255,.2); padding: 2px 8px;
    border-radius: 4px; text-align: center;
}
/* /Pages/HomeC.razor.rz.scp.css */
/* ╔══════════════════════════════════════════════════════╗
   ║  ZaZa — Design C  ·  Thème : BLEU OCÉAN 🌊
   ║  Navy profond + Cyan électrique + Or ZaZa
   ║  Inspiré Revolut · N26 · Samsung Pay
   ╚══════════════════════════════════════════════════════╝ */

/* ── ROOT ──────────────────────────────────────────────── */
.hc-root[b-pcdipuj668] {
    min-height: 100vh;
    background: #070D1C;          /* navy très profond */
    font-family: 'Poppins', 'Inter', system-ui, sans-serif;
    color: #FFFFFF;
    padding-bottom: 82px;
    overflow-x: hidden;
}

/* ── HEADER ────────────────────────────────────────────── */
.hc-header[b-pcdipuj668] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 18px 14px;
    background: #070D1C;
}

.hc-header-left[b-pcdipuj668] { display: flex; flex-direction: column; gap: 1px; }

.hc-logo[b-pcdipuj668] {
    font-size: 26px; font-weight: 900;
    color: var(--zz-accent);               /* cyan électrique */
    letter-spacing: -0.8px; line-height: 1;
    text-shadow: 0 0 20px rgba(var(--zz-accent-rgb),.4);
}

.hc-greet[b-pcdipuj668] { font-size: 13px; color: rgba(255,255,255,.5); font-weight: 500; margin-top: 3px; }

.hc-header-right[b-pcdipuj668] { display: flex; align-items: center; gap: 8px; }

.hc-hbtn[b-pcdipuj668] {
    width: 38px; height: 38px;
    background: #0C1830;
    border: 1px solid rgba(var(--zz-accent-rgb),.2);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; color: rgba(255,255,255,.6);
    cursor: pointer; -webkit-tap-highlight-color: transparent; transition: background .15s;
}
.hc-hbtn:active[b-pcdipuj668] { background: #112040; }

.hc-notif-dot[b-pcdipuj668] {
    position: absolute; top: 8px; right: 8px;
    width: 7px; height: 7px; background: #EF4444;
    border-radius: 50%; border: 1.5px solid #070D1C;
}

.hc-avatar[b-pcdipuj668] {
    width: 38px; height: 38px;
    background: linear-gradient(135deg, var(--zz-accent), #0080FF);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 800; color: #FFFFFF; cursor: pointer;
    border: 2px solid rgba(var(--zz-accent-rgb),.3);
    box-shadow: 0 3px 12px rgba(var(--zz-accent-rgb),.35);
}

/* ── SECTION ───────────────────────────────────────────── */
.hc-section[b-pcdipuj668] { padding: 0 16px; margin-bottom: 28px; }

.hc-sec-row[b-pcdipuj668] {
    display: flex; align-items: center;
    justify-content: space-between; margin-bottom: 14px;
}

.hc-sec-title[b-pcdipuj668] { font-size: 17px; font-weight: 700; color: #FFFFFF; }
.hc-sec-link[b-pcdipuj668]  { font-size: 13px; font-weight: 600; color: var(--zz-accent); text-decoration: none; cursor: pointer; }

/* ── BANNIÈRES ─────────────────────────────────────────── */
.hc-banners[b-pcdipuj668] {
    display: flex; gap: 12px; overflow-x: auto;
    margin: 0 -16px; padding: 2px 16px 4px;
    scrollbar-width: none; -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}
.hc-banners[b-pcdipuj668]::-webkit-scrollbar { display: none; }

.hc-banner[b-pcdipuj668] {
    flex-shrink: 0; width: calc(100vw - 48px); max-width: 340px;
    height: 160px; border-radius: 18px;
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 18px 20px 20px; position: relative; overflow: hidden;
    cursor: pointer; scroll-snap-align: start;
    -webkit-tap-highlight-color: transparent; transition: transform .15s;
}
.hc-banner:active[b-pcdipuj668] { transform: scale(.98); }

/* Bannières Navy + bordures cyan/colored */
.hc-banner-1[b-pcdipuj668] {
    background: linear-gradient(130deg, #070D1C 0%, #0C1A36 55%, #070D1C 100%);
    border: 1px solid rgba(var(--zz-accent-rgb),.3);
}
.hc-banner-2[b-pcdipuj668] {
    background: linear-gradient(130deg, #06101C 0%, #0A1830 55%, #06101C 100%);
    border: 1px solid rgba(59,130,246,.3);
}
.hc-banner-3[b-pcdipuj668] {
    background: linear-gradient(130deg, #080D14 0%, #0C1626 55%, #080D14 100%);
    border: 1px solid rgba(16,185,129,.3);
}

.hc-banner-body[b-pcdipuj668] { flex: 1; display: flex; flex-direction: column; gap: 5px; z-index: 2; }

/* Badge promo — couleurs cyan */
.hc-promo-badge[b-pcdipuj668] {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(var(--zz-accent-rgb),.12); border: 1px solid rgba(var(--zz-accent-rgb),.35);
    border-radius: 8px; padding: 4px 10px; width: fit-content; margin-bottom: 4px;
}
.hc-badge-blue[b-pcdipuj668]   { background: rgba(59,130,246,.15);  border-color: rgba(59,130,246,.35); }
.hc-badge-orange[b-pcdipuj668] { background: rgba(16,185,129,.15);  border-color: rgba(16,185,129,.35); }

.hc-promo-pct[b-pcdipuj668] { font-size: 14px; font-weight: 900; color: var(--zz-accent); line-height: 1; }
.hc-badge-blue   .hc-promo-pct[b-pcdipuj668] { color: #93C5FD; }
.hc-badge-orange .hc-promo-pct[b-pcdipuj668] { color: #6EE7B7; }

.hc-promo-txt[b-pcdipuj668] { font-size: 10px; color: rgba(255,255,255,.55); font-weight: 500; }

.hc-banner-title[b-pcdipuj668] { font-size: 18px; font-weight: 800; color: #FFFFFF; line-height: 1.15; }
.hc-banner-sub[b-pcdipuj668]   { font-size: 11px; color: rgba(255,255,255,.45); line-height: 1.4; }

.hc-banner-btn[b-pcdipuj668] {
    margin-top: 6px; align-self: flex-start;
    background: var(--zz-accent); color: #070D1C; border: none; border-radius: 50px;
    padding: 8px 18px; font-size: 12px; font-weight: 800;
    font-family: 'Poppins', sans-serif; cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 3px 14px rgba(var(--zz-accent-rgb),.4);
}
.hc-btn-blue[b-pcdipuj668]   { background: #3B82F6; color: #FFFFFF; box-shadow: 0 3px 12px rgba(59,130,246,.4); }
.hc-btn-orange[b-pcdipuj668] { background: #10B981; color: #FFFFFF; box-shadow: 0 3px 12px rgba(16,185,129,.4); }

.hc-banner-img[b-pcdipuj668] {
    font-size: 76px; position: absolute; right: 10px; bottom: -6px;
    opacity: .15; pointer-events: none; line-height: 1; z-index: 1;
}

/* Dots pagination — cyan */
.hc-dots[b-pcdipuj668] { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 12px; }
.hc-dot[b-pcdipuj668] { width: 6px; height: 6px; border-radius: 50%; background: #0C1830; transition: all .25s; }
.hc-dot-active[b-pcdipuj668] { background: var(--zz-accent); width: 20px; border-radius: 3px; }

/* ── GRILLE 3 COLONNES — cartes navy ──────────────────── */
.hc-grid[b-pcdipuj668] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }

.hc-tile[b-pcdipuj668] {
    display: flex; flex-direction: column; align-items: center;
    gap: 8px; padding: 16px 6px 14px;
    background: #0C1830;            /* navy card */
    border: 1px solid rgba(var(--zz-accent-rgb),.12);
    border-radius: 16px; cursor: pointer;
    font-family: 'Poppins', sans-serif;
    -webkit-tap-highlight-color: transparent;
    transition: transform .15s, background .15s; position: relative;
}
.hc-tile:active[b-pcdipuj668] { transform: scale(.93); background: #0F1E3A; }

.hc-tile-icon[b-pcdipuj668] {
    width: 52px; height: 52px; border-radius: 15px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px; position: relative;
}
.hc-tile-icon[b-pcdipuj668]::after {
    content: ''; position: absolute; inset: 0; border-radius: 15px;
    background: linear-gradient(145deg, rgba(255,255,255,.2) 0%, transparent 55%);
    pointer-events: none;
}

.hc-tile-name[b-pcdipuj668] { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.85); text-align: center; line-height: 1.2; letter-spacing: -.1px; }

.hc-tile-new[b-pcdipuj668] {
    position: absolute; top: 6px; right: 6px;
    background: var(--zz-accent); color: #070D1C;
    font-size: 7px; font-weight: 900;
    padding: 2px 5px; border-radius: 4px; letter-spacing: .4px;
}

/* ── URGENCES SOS ─────────────────────────── (rouge = inchangé) */
.hc-sos-bar[b-pcdipuj668] {
    width: 100%;
    background: linear-gradient(135deg, #1A0606, #2A0A0A);
    border: 1.5px solid rgba(239,68,68,.3);
    border-radius: 16px; padding: 16px 18px;
    display: flex; align-items: center; justify-content: space-between;
    cursor: pointer; font-family: 'Poppins', sans-serif;
    -webkit-tap-highlight-color: transparent; transition: transform .15s; gap: 12px;
}
.hc-sos-bar:active[b-pcdipuj668] { transform: scale(.98); }

.hc-sos-left[b-pcdipuj668] { display: flex; align-items: center; gap: 12px; flex: 1; }

.hc-sos-icon-wrap[b-pcdipuj668] {
    width: 46px; height: 46px; border-radius: 50%;
    background: rgba(239,68,68,.15); border: 1.5px solid rgba(239,68,68,.3);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; animation: hc-sos-pulse-b-pcdipuj668 2.2s ease-in-out infinite;
}

.hc-sos-phone[b-pcdipuj668] { font-size: 20px; color: #EF4444; animation: hc-ring-b-pcdipuj668 3s ease-in-out infinite; }

@keyframes hc-sos-pulse-b-pcdipuj668 {
    0%,100% { box-shadow: 0 0 0 0 rgba(239,68,68,.5); }
    50%      { box-shadow: 0 0 0 8px rgba(239,68,68,0); }
}
@keyframes hc-ring-b-pcdipuj668 {
    0%,70%,100% { transform: rotate(0deg); }
    75%  { transform: rotate(-12deg); } 80% { transform: rotate(12deg); }
    85%  { transform: rotate(-8deg); }  90% { transform: rotate(8deg); } 95% { transform: rotate(0deg); }
}

.hc-sos-title[b-pcdipuj668] { font-size: 15px; font-weight: 800; color: #EF4444; }
.hc-sos-sub[b-pcdipuj668]   { font-size: 11px; color: rgba(255,255,255,.35); margin-top: 2px; }

.hc-sos-nums[b-pcdipuj668] { display: flex; gap: 5px; flex-shrink: 0; }
.hc-sos-num[b-pcdipuj668] {
    background: rgba(239,68,68,.15); border: 1px solid rgba(239,68,68,.25);
    border-radius: 6px; padding: 4px 7px; font-size: 11px; font-weight: 800;
    color: rgba(239,68,68,.9); font-family: 'Poppins', sans-serif;
}
/* /Pages/HomeD.razor.rz.scp.css */
/* ╔══════════════════════════════════════════════════════╗
   ║  ZaZa — Design D  ·  Thème : VERT CLAIR 🌿☀️
   ║  Fond menthe + Vert forêt + Or africain
   ║  Inspiré Safaricom · Wave · Orange Money
   ╚══════════════════════════════════════════════════════╝ */

/* ── ROOT ──────────────────────────────────────────────── */
.hd-root[b-btae8fbxv4] {
    min-height: 100vh;
    background: #F0FAF2;          /* menthe très clair */
    font-family: 'Poppins', 'Inter', system-ui, sans-serif;
    color: #0D2410;
    padding-bottom: 80px;
    overflow-x: hidden;
}

/* ── HEADER ────────────────────────────────────────────── */
.hd-header[b-btae8fbxv4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 26px 18px 12px;
    background: #F0FAF2;
}

.hd-brand[b-btae8fbxv4] { display: flex; flex-direction: column; gap: 2px; }

.hd-logo[b-btae8fbxv4] {
    font-size: 32px;
    font-weight: 900;
    color: var(--zz-accent);               /* vert forêt foncé */
    letter-spacing: -1px;
    line-height: 1;
}

.hd-greet[b-btae8fbxv4] {
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    margin-top: 2px;
}

.hd-icons[b-btae8fbxv4] { display: flex; gap: 8px; align-items: center; padding-top: 4px; }

.hd-icon-btn[b-btae8fbxv4] {
    width: 40px; height: 40px;
    background: #FFFFFF;
    border: 1px solid #C6E9D0;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 17px; color: #4B5563;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,.07);
    -webkit-tap-highlight-color: transparent;
    transition: background .15s;
}
.hd-icon-btn:active[b-btae8fbxv4] { background: #ECFDF5; transform: scale(.93); }

.hd-bell-dot[b-btae8fbxv4] {
    position: absolute; top: 9px; right: 9px;
    width: 7px; height: 7px;
    background: #EF4444; border-radius: 50%;
    border: 1.5px solid #F0FAF2;
}

/* ── BARRE DE RECHERCHE ────────────────────────────────── */
.hd-search-section[b-btae8fbxv4] { padding: 0 16px 18px; }

.hd-searchbar[b-btae8fbxv4] {
    width: 100%;
    background: #FFFFFF;
    border: 1.5px solid #C6E9D0;
    border-radius: 14px;
    padding: 13px 16px;
    display: flex; align-items: center; gap: 10px;
    cursor: pointer; text-align: left;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    -webkit-tap-highlight-color: transparent;
    transition: border-color .2s, box-shadow .2s;
}
.hd-searchbar:active[b-btae8fbxv4] { border-color: #4ADE80; box-shadow: 0 2px 14px rgba(74,222,128,.2); }

.hd-search-ico[b-btae8fbxv4] { font-size: 16px; color: #9CA3AF; flex-shrink: 0; }
.hd-search-ph[b-btae8fbxv4]  { flex: 1; font-size: 13px; color: #9CA3AF; font-family: 'Poppins', sans-serif; }
.hd-search-mic[b-btae8fbxv4] { font-size: 15px; color: var(--zz-accent); flex-shrink: 0; }

/* ── SECTION WRAPPER ───────────────────────────────────── */
.hd-section[b-btae8fbxv4] { padding: 0 16px; margin-bottom: 22px; }

.hd-row[b-btae8fbxv4] {
    display: flex; align-items: center;
    justify-content: space-between; margin-bottom: 12px;
}

.hd-stitle[b-btae8fbxv4] { font-size: 16px; font-weight: 700; color: #0D2410; }
.hd-slink[b-btae8fbxv4]  { font-size: 13px; font-weight: 600; color: var(--zz-accent); text-decoration: none; cursor: pointer; }

/* ── FAVORIS RAPIDES ───────────────────────────────────── */
.hd-quick-row[b-btae8fbxv4] { display: flex; justify-content: space-between; gap: 8px; }

.hd-qitem[b-btae8fbxv4] {
    flex: 1; display: flex; flex-direction: column;
    align-items: center; gap: 7px;
    background: transparent; border: none;
    cursor: pointer; padding: 0;
    font-family: 'Poppins', sans-serif;
    -webkit-tap-highlight-color: transparent;
    transition: transform .15s;
}
.hd-qitem:active[b-btae8fbxv4] { transform: scale(.90); }

.hd-qicon[b-btae8fbxv4] {
    width: 56px; height: 56px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
    position: relative;
}
.hd-qicon[b-btae8fbxv4]::before {
    content: ''; position: absolute;
    top: 3px; left: 5px; right: 5px; height: 40%;
    background: linear-gradient(180deg, rgba(255,255,255,.4) 0%, transparent 100%);
    border-radius: 10px 10px 0 0; pointer-events: none;
}

.hd-qlabel[b-btae8fbxv4] { font-size: 11px; font-weight: 600; color: #374151; text-align: center; }

/* ── BANNIÈRE À LA UNE — dégradé vert clair ───────────── */
.hd-banner[b-btae8fbxv4] {
    width: 100%;
    background: linear-gradient(135deg, #D1FAE5 0%, #A7F3D0 40%, #D1FAE5 100%);
    border: 1px solid #6EE7B7;
    border-radius: 18px;
    padding: 22px 18px 18px 20px;
    display: flex; align-items: center; justify-content: space-between;
    position: relative; overflow: hidden; cursor: pointer;
    min-height: 148px;
    -webkit-tap-highlight-color: transparent;
    transition: transform .15s;
    box-shadow: 0 4px 20px rgba(74,222,128,.2);
}
.hd-banner:active[b-btae8fbxv4] { transform: scale(.985); }

/* Halo vert en fond */
.hd-banner[b-btae8fbxv4]::before {
    content: ''; position: absolute; top: -20px; left: -20px;
    width: 160px; height: 160px;
    background: radial-gradient(circle, rgba(255,255,255,.5) 0%, transparent 70%);
    pointer-events: none;
}

.hd-bn-content[b-btae8fbxv4] { flex: 1; display: flex; flex-direction: column; gap: 5px; z-index: 2; }
.hd-bn-discount[b-btae8fbxv4] { display: flex; flex-direction: column; margin-bottom: 6px; }

.hd-bn-pct[b-btae8fbxv4] {
    font-size: 46px; font-weight: 900;
    color: var(--zz-accent);               /* vert foncé sur fond clair */
    line-height: 1; letter-spacing: -2px;
}

.hd-bn-ptxt[b-btae8fbxv4]  { font-size: 14px; font-weight: 600; color: #374151; margin-top: -2px; }
.hd-bn-title[b-btae8fbxv4] { font-size: 15px; font-weight: 700; color: #0D2410; margin-top: 2px; }
.hd-bn-sub[b-btae8fbxv4]   { font-size: 11px; color: #6B7280; }

.hd-bn-cta[b-btae8fbxv4] {
    margin-top: 10px; align-self: flex-start;
    background: var(--zz-accent);          /* vert foncé sur fond clair */
    color: #FFFFFF; border: none; border-radius: 50px;
    padding: 9px 18px; font-size: 12px; font-weight: 800;
    font-family: 'Poppins', sans-serif; cursor: pointer;
    box-shadow: 0 4px 14px rgba(var(--zz-accent-rgb),.35);
    -webkit-tap-highlight-color: transparent; letter-spacing: .2px;
}

.hd-bn-car[b-btae8fbxv4] {
    flex-shrink: 0; display: flex; flex-direction: column;
    align-items: center; z-index: 2; margin-left: 8px;
}
.hd-car-emoji[b-btae8fbxv4] {
    font-size: 72px; line-height: 1;
    filter: drop-shadow(0 4px 10px rgba(var(--zz-accent-rgb),.2));
    transform: scaleX(-1); display: block;
}
.hd-car-shadow[b-btae8fbxv4] {
    width: 60px; height: 8px;
    background: radial-gradient(ellipse, rgba(var(--zz-accent-rgb),.15) 0%, transparent 70%);
    margin-top: -4px;
}

/* Dots pagination — vert */
.hd-dots[b-btae8fbxv4] { display: flex; justify-content: center; align-items: center; gap: 5px; margin-top: 10px; }
.hd-dot[b-btae8fbxv4]    { width: 6px; height: 6px; border-radius: 50%; background: #BBF7D0; }
.hd-dot-on[b-btae8fbxv4] { background: var(--zz-accent); width: 20px; border-radius: 3px; }

/* ── GRILLE SERVICES 3 COL — cartes blanches ──────────── */
.hd-grid[b-btae8fbxv4] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }

.hd-tile[b-btae8fbxv4] {
    display: flex; flex-direction: column; align-items: center;
    gap: 8px; padding: 16px 6px 14px;
    background: #FFFFFF;
    border: 1px solid #D1FAE5;
    border-radius: 16px; cursor: pointer;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    -webkit-tap-highlight-color: transparent;
    transition: transform .15s, box-shadow .15s;
    position: relative; overflow: hidden;
}
.hd-tile:active[b-btae8fbxv4] { transform: scale(.92); box-shadow: 0 1px 4px rgba(0,0,0,.07); }

.hd-tile-bg[b-btae8fbxv4] {
    width: 50px; height: 50px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    position: relative; box-shadow: 0 3px 10px rgba(0,0,0,.12);
}
.hd-tile-bg[b-btae8fbxv4]::after {
    content: ''; position: absolute;
    top: 2px; left: 4px; right: 4px; height: 45%;
    background: linear-gradient(180deg, rgba(255,255,255,.35) 0%, transparent 100%);
    border-radius: 10px 10px 0 0; pointer-events: none;
}

.hd-tile-ico[b-btae8fbxv4] { font-size: 24px; line-height: 1; position: relative; z-index: 2; }
.hd-tile-lbl[b-btae8fbxv4] { font-size: 10.5px; font-weight: 700; color: #1F2937; text-align: center; line-height: 1.2; letter-spacing: -.1px; }

.hd-tile-tag[b-btae8fbxv4] {
    position: absolute; top: 6px; right: 6px;
    font-size: 7px; font-weight: 900; padding: 2px 5px;
    border-radius: 4px; letter-spacing: .4px; text-transform: uppercase;
}

/* ── URGENCES SOS — rouge-orange (toujours saillant) ───── */
.hd-sos-wrap[b-btae8fbxv4] { padding: 0 16px; margin-bottom: 8px; }

.hd-sos[b-btae8fbxv4] {
    width: 100%;
    background: linear-gradient(135deg, #C2380A 0%, #E04010 50%, #C2380A 100%);
    border: none; border-radius: 16px; padding: 14px 16px;
    display: flex; align-items: center; gap: 12px; cursor: pointer;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 18px rgba(194,56,10,.4);
    -webkit-tap-highlight-color: transparent;
    transition: transform .15s, filter .15s;
    position: relative; overflow: hidden;
}
.hd-sos:active[b-btae8fbxv4] { transform: scale(.98); filter: brightness(.95); }

.hd-sos[b-btae8fbxv4]::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.1) 0%, transparent 50%);
    pointer-events: none;
}

.hd-sos-pulse-ring[b-btae8fbxv4] {
    width: 42px; height: 42px; background: rgba(255,255,255,.2);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; animation: hd-pulse-b-btae8fbxv4 2s ease-in-out infinite;
    position: relative; z-index: 2;
}
@keyframes hd-pulse-b-btae8fbxv4 {
    0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,.5); }
    50%      { box-shadow: 0 0 0 9px rgba(255,255,255,0); }
}

.hd-sos-ico[b-btae8fbxv4] { font-size: 20px; color: #FFFFFF; animation: hd-ring-b-btae8fbxv4 3s ease-in-out infinite; }
@keyframes hd-ring-b-btae8fbxv4 {
    0%,65%,100% { transform: rotate(0); }
    70% { transform: rotate(-15deg); } 75% { transform: rotate(15deg); }
    80% { transform: rotate(-10deg); } 85% { transform: rotate(10deg); }
    90% { transform: rotate(0); }
}

.hd-sos-label[b-btae8fbxv4] { font-size: 15px; font-weight: 900; color: #FFFFFF; letter-spacing: .2px; flex: 1; position: relative; z-index: 2; }

.hd-sos-services[b-btae8fbxv4] { display: flex; gap: 8px; position: relative; z-index: 2; }
.hd-sos-svc[b-btae8fbxv4] {
    display: flex; flex-direction: column; align-items: center; gap: 2px;
    background: rgba(255,255,255,.2); border-radius: 10px;
    padding: 5px 8px; min-width: 44px;
}
.hd-sos-svc span:first-child[b-btae8fbxv4] { font-size: 16px; line-height: 1; }
.hd-sos-svc span:last-child[b-btae8fbxv4]  { font-size: 8px; color: rgba(255,255,255,.9); font-weight: 700; }
/* /Pages/HomeE.razor.rz.scp.css */
/* ╔══════════════════════════════════════════════════════════════╗
   ║  ZaZa — Design E  ·  Thème : MODERNE 2026 ✨
   ║  Glassmorphisme · Aurora · Violet / Rose néon · Sombre
   ║  Inspiré Linear · Vercel · Raycast · Arc Browser
   ╚══════════════════════════════════════════════════════════════╝ */

/* ── ROOT — fond aurora gradient ───────────────────────────── */
.he-root[b-tm34opfd9w] {
    min-height: 100%;
    font-family: 'Poppins', 'Inter', system-ui, sans-serif;
    color: #FFFFFF;
    padding-bottom: 24px;

    /* Aurora mesh background */
    background:
        radial-gradient(ellipse 70% 45% at 15% 10%,  rgba(124,58,237,.22) 0%, transparent 65%),
        radial-gradient(ellipse 55% 40% at 85% 85%,  rgba(236,72,153,.18) 0%, transparent 65%),
        radial-gradient(ellipse 50% 35% at 50% 50%,  rgba(37,99,235,.1)   0%, transparent 60%),
        #06020F;
}

/* ── HEADER ────────────────────────────────────────────────── */
.he-header[b-tm34opfd9w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 18px 14px;
}

.he-hd-left[b-tm34opfd9w]  { display: flex; flex-direction: column; gap: 2px; }
.he-hd-right[b-tm34opfd9w] { display: flex; align-items: center; gap: 8px; }

/* Logo gradient violet → blanc */
.he-logo[b-tm34opfd9w] {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    background: linear-gradient(135deg, #FFFFFF 0%, #C4B5FD 60%, #F472B6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.he-greet-sub[b-tm34opfd9w] {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,.5);
    margin-top: 2px;
}

/* Boutons header glassmorphisme */
.he-hbtn[b-tm34opfd9w] {
    width: 38px; height: 38px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; color: rgba(255,255,255,.7);
    cursor: pointer; position: relative;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    -webkit-tap-highlight-color: transparent;
    transition: background .15s, border-color .15s;
}
.he-hbtn:active[b-tm34opfd9w] {
    background: rgba(124,58,237,.2);
    border-color: rgba(var(--zz-accent-rgb),.4);
    transform: scale(.93);
}

.he-badge-dot[b-tm34opfd9w] {
    position: absolute; top: 7px; right: 7px;
    width: 7px; height: 7px;
    background: #EC4899;
    border-radius: 50%;
    border: 1.5px solid #06020F;
    box-shadow: 0 0 6px rgba(236,72,153,.8);
}

/* ── SECTIONS ──────────────────────────────────────────────── */
.he-section[b-tm34opfd9w] { padding: 0 16px; margin-bottom: 26px; }

.he-sec-row[b-tm34opfd9w] {
    display: flex; align-items: center;
    justify-content: space-between; margin-bottom: 14px;
}

.he-sec-title[b-tm34opfd9w] {
    font-size: 17px; font-weight: 700;
    color: rgba(255,255,255,.95);
    letter-spacing: -.2px;
}

.he-sec-more[b-tm34opfd9w] {
    font-size: 13px; font-weight: 600;
    color: var(--zz-accent); text-decoration: none; cursor: pointer;
}

/* ── BANNIÈRES glassmorphisme ──────────────────────────────── */
.he-banners[b-tm34opfd9w] {
    display: flex; gap: 12px; overflow-x: auto;
    margin: 0 -16px; padding: 4px 16px 4px;
    scrollbar-width: none; -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}
.he-banners[b-tm34opfd9w]::-webkit-scrollbar { display: none; }

.he-banner[b-tm34opfd9w] {
    flex-shrink: 0;
    width: calc(100vw - 48px); max-width: 340px;
    height: 124px;
    border-radius: 20px;
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 14px 16px 20px;
    position: relative; overflow: hidden;
    cursor: pointer; scroll-snap-align: start;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-tap-highlight-color: transparent; transition: transform .15s;
}
.he-banner:active[b-tm34opfd9w] { transform: scale(.98); }

/* Couleurs bannières — glassmorphisme teinté */
.he-bn-violet[b-tm34opfd9w] {
    background: rgba(124,58,237,.18);
    border: 1px solid rgba(var(--zz-accent-rgb),.35);
    box-shadow: 0 8px 32px rgba(124,58,237,.25), inset 0 1px 0 rgba(255,255,255,.1);
}
.he-bn-blue[b-tm34opfd9w] {
    background: rgba(37,99,235,.18);
    border: 1px solid rgba(96,165,250,.35);
    box-shadow: 0 8px 32px rgba(37,99,235,.25), inset 0 1px 0 rgba(255,255,255,.1);
}
.he-bn-pink[b-tm34opfd9w] {
    background: rgba(236,72,153,.18);
    border: 1px solid rgba(244,114,182,.35);
    box-shadow: 0 8px 32px rgba(236,72,153,.25), inset 0 1px 0 rgba(255,255,255,.1);
}

.he-bn-body[b-tm34opfd9w] { flex: 1; display: flex; flex-direction: column; gap: 4px; z-index: 2; }

.he-bn-badge[b-tm34opfd9w] {
    display: inline-block; font-size: 9px; font-weight: 800;
    letter-spacing: .8px; padding: 3px 9px; border-radius: 50px;
    margin-bottom: 4px; width: fit-content;
    background: rgba(255,255,255,.15); color: rgba(255,255,255,.9);
    border: 1px solid rgba(255,255,255,.2);
}
.he-badge-blue[b-tm34opfd9w] { background: rgba(96,165,250,.25); color: #BAE6FD; border-color: rgba(96,165,250,.3); }
.he-badge-pink[b-tm34opfd9w] { background: rgba(244,114,182,.25); color: #FBCFE8; border-color: rgba(244,114,182,.3); }

.he-bn-title[b-tm34opfd9w] { font-size: 17px; font-weight: 800; color: #FFFFFF; line-height: 1.15; }
.he-bn-sub[b-tm34opfd9w]   { font-size: 11px; color: rgba(255,255,255,.55); line-height: 1.4; }

.he-bn-cta[b-tm34opfd9w] {
    margin-top: 8px; align-self: flex-start;
    border: none; border-radius: 50px;
    padding: 7px 16px; font-size: 12px; font-weight: 800;
    font-family: 'Poppins', sans-serif; cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    letter-spacing: .2px;
}
.he-cta-violet[b-tm34opfd9w] { background: linear-gradient(135deg,var(--zz-accent-dark),var(--zz-accent)); color:#fff; box-shadow: 0 4px 14px rgba(124,58,237,.5); }
.he-cta-blue[b-tm34opfd9w]   { background: linear-gradient(135deg,#2563EB,#60A5FA); color:#fff; box-shadow: 0 4px 14px rgba(37,99,235,.5); }
.he-cta-pink[b-tm34opfd9w]   { background: linear-gradient(135deg,#DB2777,#F472B6); color:#fff; box-shadow: 0 4px 14px rgba(236,72,153,.5); }

.he-bn-illus[b-tm34opfd9w] {
    font-size: 70px; position: absolute;
    right: 8px; bottom: -6px;
    opacity: .2; pointer-events: none; line-height: 1; z-index: 1;
    filter: blur(1px);
}

/* Dots — violet */
.he-dots[b-tm34opfd9w] { display: flex; justify-content: center; align-items: center; gap: 5px; margin-top: 10px; }
.he-dot[b-tm34opfd9w]    { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.15); }
.he-dot-on[b-tm34opfd9w] { background: var(--zz-accent); width: 20px; border-radius: 3px; box-shadow: 0 0 8px rgba(var(--zz-accent-rgb),.6); }

/* ── FAVORIS RAPIDES ───────────────────────────────────────── */
.he-quick-row[b-tm34opfd9w] { display: flex; justify-content: space-between; gap: 8px; }

.he-qitem[b-tm34opfd9w] {
    flex: 1; display: flex; flex-direction: column;
    align-items: center; gap: 8px;
    background: transparent; border: none;
    cursor: pointer; padding: 0;
    font-family: 'Poppins', sans-serif;
    -webkit-tap-highlight-color: transparent; transition: transform .2s;
}
.he-qitem:active[b-tm34opfd9w] { transform: scale(.88); }

.he-qicon[b-tm34opfd9w] {
    width: 62px; height: 62px; border-radius: 20px;
    display: flex; align-items: center; justify-content: center;
    font-size: 28px; position: relative;
    transition: box-shadow .2s;
}

/* Shine reflet */
.he-qicon[b-tm34opfd9w]::before {
    content: ''; position: absolute;
    top: 3px; left: 5px; right: 5px; height: 40%;
    background: linear-gradient(180deg, rgba(255,255,255,.35) 0%, transparent 100%);
    border-radius: 14px 14px 0 0; pointer-events: none;
}

.he-qlabel[b-tm34opfd9w] {
    font-size: 11px; font-weight: 700;
    color: rgba(255,255,255,.7); text-align: center;
}

/* ── GRILLE SERVICES — glassmorphisme ─────────────────────── */
.he-grid[b-tm34opfd9w] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.he-svc-tile[b-tm34opfd9w] {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-top: 2px solid var(--tc);   /* accent coloré en haut */
    border-radius: 16px;
    padding: 14px 4px 12px;
    display: flex; flex-direction: column; align-items: center;
    gap: 6px; cursor: pointer; font-family: 'Poppins', sans-serif;
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    -webkit-tap-highlight-color: transparent;
    transition: transform .15s, background .15s, box-shadow .15s;
    position: relative;
}
.he-svc-tile:active[b-tm34opfd9w] {
    transform: scale(.93);
    background: rgba(255,255,255,.09);
    box-shadow: 0 0 20px rgba(var(--zz-accent-rgb),.15);
}

.he-svc-icon[b-tm34opfd9w] { font-size: 24px; line-height: 1; }
.he-svc-name[b-tm34opfd9w] {
    font-size: 10px; font-weight: 700;
    color: rgba(255,255,255,.8); text-align: center; line-height: 1.2;
}

.he-svc-tag[b-tm34opfd9w] {
    font-size: 8px; font-weight: 700;
    color: var(--tc); padding: 2px 6px;
    border-radius: 50px;
    background: rgba(255,255,255,.06);
    border: 1px solid var(--tc);
    opacity: .9;
}

/* ── PROMOTIONS glassmorphisme ─────────────────────────────── */
.he-promos[b-tm34opfd9w] {
    display: flex; gap: 12px; overflow-x: auto;
    margin: 0 -16px; padding: 2px 16px 4px;
    scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.he-promos[b-tm34opfd9w]::-webkit-scrollbar { display: none; }

.he-promo[b-tm34opfd9w] {
    flex-shrink: 0; width: 170px; border-radius: 18px;
    padding: 16px; display: flex; align-items: center;
    justify-content: space-between; gap: 8px;
    cursor: pointer;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    -webkit-tap-highlight-color: transparent; transition: transform .15s;
}
.he-promo:active[b-tm34opfd9w] { transform: scale(.97); }

.he-promo-v[b-tm34opfd9w] { background: rgba(124,58,237,.15); border: 1px solid rgba(var(--zz-accent-rgb),.3); box-shadow: 0 4px 20px rgba(124,58,237,.2); }
.he-promo-p[b-tm34opfd9w] { background: rgba(236,72,153,.15); border: 1px solid rgba(244,114,182,.3); box-shadow: 0 4px 20px rgba(236,72,153,.2); }
.he-promo-b[b-tm34opfd9w] { background: rgba(37,99,235,.15);  border: 1px solid rgba(96,165,250,.3);  box-shadow: 0 4px 20px rgba(37,99,235,.2); }

.he-promo-title[b-tm34opfd9w] { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.35; margin-bottom: 4px; }
.he-promo-title strong[b-tm34opfd9w] { color: #FFFFFF; font-size: 15px; }
.he-promo-sub[b-tm34opfd9w]   { font-size: 10px; color: rgba(255,255,255,.35); }
.he-promo-emoji[b-tm34opfd9w] { font-size: 32px; flex-shrink: 0; }

/* ── URGENCES SOS — glassmorphisme rouge ───────────────────── */
.he-sos[b-tm34opfd9w] {
    width: 100%;
    background: rgba(239,68,68,.15);
    border: 1px solid rgba(239,68,68,.35);
    border-radius: 18px; padding: 16px 18px;
    display: flex; align-items: center; gap: 14px;
    cursor: pointer; font-family: 'Poppins', sans-serif;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    -webkit-tap-highlight-color: transparent; transition: transform .15s;
    box-shadow: 0 6px 24px rgba(239,68,68,.2), inset 0 1px 0 rgba(255,255,255,.08);
}
.he-sos:active[b-tm34opfd9w] { transform: scale(.98); }

.he-sos-pulse[b-tm34opfd9w] {
    width: 46px; height: 46px;
    background: rgba(239,68,68,.2);
    border: 1px solid rgba(239,68,68,.4);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; animation: he-pulse-b-tm34opfd9w 2s infinite;
}
@keyframes he-pulse-b-tm34opfd9w {
    0%,100% { box-shadow: 0 0 0 0 rgba(239,68,68,.5); }
    50%      { box-shadow: 0 0 0 10px rgba(239,68,68,0); }
}

.he-sos-title[b-tm34opfd9w] { font-size: 15px; font-weight: 800; color: #FCA5A5; }
.he-sos-sub[b-tm34opfd9w]   { font-size: 11px; color: rgba(255,255,255,.35); margin-top: 2px; }

.he-sos-numbers[b-tm34opfd9w] { display: flex; flex-direction: column; gap: 3px; margin-left: auto; flex-shrink: 0; }
.he-sos-numbers span[b-tm34opfd9w] {
    font-size: 11px; font-weight: 800;
    color: #FCA5A5; padding: 2px 8px;
    background: rgba(239,68,68,.2);
    border: 1px solid rgba(239,68,68,.3);
    border-radius: 6px; text-align: center;
}
/* /Pages/MaCarte.razor.rz.scp.css */
/* ?????? MaCarte � Scoped styles ?????? */

.loading-indicator[b-82icwu9cjw] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
}

.loading-points[b-82icwu9cjw] { background: rgba(76, 175, 80, 0.7); }
.loading-route[b-82icwu9cjw]  { background: rgba(33, 150, 243, 0.7); }

.autopan-controls[b-82icwu9cjw] {
    position: absolute;
    top: 500px;
    left: 10px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.search-bar-container[b-82icwu9cjw] {
display: grid;
    grid-template-columns: 1fr auto;
  gap: 5px;
    margin-bottom: 10px;
}

.search-bars[b-82icwu9cjw] {
    position: absolute;
    top: 10px;
  left: 10px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px;
    border-radius: 5px;
  width: calc(100% - 20px);
    max-width: 350px;
}

.search-bar[b-82icwu9cjw]  { width: 100%; }

.remove-button[b-82icwu9cjw] {
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 50%;
    background-color: lightgrey;
    color: black;
    border: none;
}

.add-button[b-82icwu9cjw], .validate-button[b-82icwu9cjw], .directions-button[b-82icwu9cjw] {
    width: 40px;
    height: 40px;
font-size: 20px;
    border-radius: 50%;
    background-color: #4CAF50;
    color: white;
  border: none;
    margin-top: 10px;
}

.suggestions[b-82icwu9cjw] {
    grid-column: span 2;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
 background-color: white;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
}
.suggestions li[b-82icwu9cjw]  { padding: 10px; cursor: pointer; }
.suggestions li:hover[b-82icwu9cjw]   { background-color: #f0f0f0; }

.directions-list[b-82icwu9cjw] {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
    background-color: white;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
}
.directions-list li[b-82icwu9cjw]  { padding: 10px; cursor: pointer; }
.directions-list li:hover[b-82icwu9cjw]{ background-color: #f0f0f0; }
.directions-list.visible[b-82icwu9cjw]     { display: block; }
.selected[b-82icwu9cjw]      { background-color: #d3d3d3; font-weight: bold; }

.orientation-display[b-82icwu9cjw],
.orientation-display_2[b-82icwu9cjw] {
    position: absolute;
    top: 180px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    text-align: center;
    min-width: 100px;
    font-size: 0.85rem;
}
.orientation-display[b-82icwu9cjw]   { right: 10px; }
.orientation-display_2[b-82icwu9cjw] { left: 10px; }

.orientation-title[b-82icwu9cjw]     { font-size: 14px; font-weight: bold; margin-bottom: 10px; color: #333; }
.orientation-arrow[b-82icwu9cjw]   { font-size: 28px; margin: 5px 0; transition: transform 0.3s ease; }
.orientation-direction[b-82icwu9cjw] { font-size: 16px; font-weight: bold; color: #2c3e50; }
.orientation-distance[b-82icwu9cjw],
.orientation-speed[b-82icwu9cjw],
.orientation-accuracy[b-82icwu9cjw],
.orientation-heading[b-82icwu9cjw]   { font-size: 12px; color: #7f8c8d; margin-top: 3px; }

/* Fl�ches directionnelles */
.arrow-up[b-82icwu9cjw]   { transform: rotate(0deg); }
.arrow-right[b-82icwu9cjw]     { transform: rotate(90deg); }
.arrow-down[b-82icwu9cjw]      { transform: rotate(180deg); }
.arrow-left[b-82icwu9cjw]    { transform: rotate(-90deg); }
.arrow-upright[b-82icwu9cjw]   { transform: rotate(45deg); }
.arrow-pleft[b-82icwu9cjw]     { transform: rotate(-45deg); }
.arrow-downright[b-82icwu9cjw] { transform: rotate(135deg); }
.arrow-downleft[b-82icwu9cjw]  { transform: rotate(-135deg); }

/* ?? Toast notification ?? */
.map-toast[b-82icwu9cjw] {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200000;
    background: rgba(30, 30, 30, 0.92);
    color: #fff;
    padding: 10px 20px;
  border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    animation: toastSlideUp-b-82icwu9cjw .3s ease;
    max-width: 90vw;
    text-align: center;
    pointer-events: none;
}

@keyframes toastSlideUp-b-82icwu9cjw {
    from { opacity: 0; transform: translateX(-50%) translateY(16px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* ?? Tablet (641px+) ?? */
@media (min-width: 641px) {
    .search-bars[b-82icwu9cjw]  { width: 350px; }
    .orientation-display[b-82icwu9cjw],
    .orientation-display_2[b-82icwu9cjw] { top: 250px; padding: 15px; min-width: 120px; font-size: 0.9rem; }
}

/* ── Bouton « retour à l'accueil » flottant sur la carte ─────────────────────
   Mobile : à gauche, juste au-dessus du bottom-sheet (--sheet-visible-top). */
.map-home-btn[b-82icwu9cjw] {
    position: fixed;
    left: 12px;
    top: calc(var(--sheet-visible-top, 78vh) - 52px);
    z-index: 11100;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--z-ink);
    -webkit-tap-highlight-color: transparent;
}

/* Desktop : le panneau latéral remplace le bottom-sheet. Le bouton se colle au
   bord droit du panneau (--panel-right-edge : 400px ouvert / 0 replié) et coulisse
   avec lui grâce à la même durée de transition que le panneau. */
@media (min-width: 1025px) {
    .map-home-btn[b-82icwu9cjw] {
        left: calc(var(--panel-right-edge, 400px) + 14px);
        top: 18px;
        transition: left .35s cubic-bezier(.22, .9, .22, 1);
    }
}

/* ── Bouton « mode de suivi » du chauffeur (course active) ──
   Miroir du bouton home, collé au bord DROIT ; le menu s'ouvre au-dessus. */
.drv-follow[b-82icwu9cjw] {
    position: fixed;
    right: 12px;
    top: calc(var(--sheet-visible-top, 78vh) - 52px);
    z-index: 11100;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.drv-follow-btn[b-82icwu9cjw] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--z-ink);
    -webkit-tap-highlight-color: transparent;
}

.drv-follow.open .drv-follow-btn[b-82icwu9cjw] {
    background: var(--z-ink);
    color: #fff;
}

.drv-follow-menu[b-82icwu9cjw] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 14px;
    padding: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    animation: drvFollowIn-b-82icwu9cjw .16s ease-out;
}

.drv-follow-item[b-82icwu9cjw] {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--z-ink);
    white-space: nowrap;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

.drv-follow-item span[b-82icwu9cjw] { font-size: 16px; }
.drv-follow-item:hover[b-82icwu9cjw] { background: rgba(0, 0, 0, .05); }
.drv-follow-item.active[b-82icwu9cjw] { background: var(--z-ink); color: #fff; }

@keyframes drvFollowIn-b-82icwu9cjw {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: none; }
}

@media (min-width: 1025px) {
    .drv-follow[b-82icwu9cjw] { right: 18px; top: 18px; }
}

/* ── HUD d'approche des panneaux (haut-centre, zone libre) ── */
.panneau-hud[b-82icwu9cjw] {
    position: fixed;
    top: calc(14px + env(safe-area-inset-top, 0px));
    left: 50%;
    transform: translateX(-50%);
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 14px;
    padding: 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: pnhIn-b-82icwu9cjw .18s ease-out;
    pointer-events: none;
}
.panneau-hud .pnh-img[b-82icwu9cjw] { width: 58px; height: 58px; display: block; }
.panneau-hud .pnh-code[b-82icwu9cjw] { font-weight: 800; font-size: 15px; color: var(--z-ink); padding: 6px 12px; }
@keyframes pnhIn-b-82icwu9cjw { from { opacity: 0; transform: translateX(-50%) translateY(-8px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
/* /Pages/PharmacyPage.razor.rz.scp.css */
.ph-add-btn[b-rnlpdif4tp] { width:32px; height:32px; background:var(--zz-yellow); border:none; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:17px; color:var(--zz-on-accent); cursor:pointer; font-weight:900; -webkit-tap-highlight-color:transparent; }
/* /Pages/RateRide.razor.rz.scp.css */
/* ============================================================
   RateRide — styles scoped (alignés sur le design system ZaZa)
   Palette : Jaune var(--zz-accent) · Noir #0A0A0A · Cartes #1E1E1E/#252525
   Les variables --zz-* viennent de wwwroot/css/zaza-theme.css (:root global).
   ============================================================ */

/* ── Conteneur de page ──
   La page peut dépasser la hauteur du viewport (récap + 2 blocs d'étoiles +
   tags + commentaire + boutons). Le scroll est géré par le conteneur parent
   `.zz-content-area` (seul scroller du layout, cf. zaza-theme.css) : on NE crée
   PAS ici un 2e scroller imbriqué (height:100% + overflow-y:auto), qui rendait
   le bas (« Passer » / « Envoyer ») inaccessible en petit écran. On se contente
   de remplir au minimum la zone visible et de laisser le contenu grandir. */
.rating-overlay[b-l5zonhej2n] {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 12px calc(32px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
}

.rating-card[b-l5zonhej2n] {
    width: 100%;
    max-width: 480px;
    background: var(--zz-card);
    border: 1px solid var(--zz-border);
    border-radius: var(--zz-r);
    padding: 24px 20px;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.45);
    animation: rate-fade-in-b-l5zonhej2n .25s ease both;
}

@keyframes rate-fade-in-b-l5zonhej2n {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── En-tête ── */
.rating-header[b-l5zonhej2n] {
    text-align: center;
    margin-bottom: 20px;
}

.header-icon[b-l5zonhej2n] {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 6px;
}

.rating-header h2[b-l5zonhej2n] {
    font-size: 22px;
    font-weight: 700;
    color: var(--zz-white);
    margin: 0;
}

.header-sub[b-l5zonhej2n] {
    font-size: 13px;
    color: var(--zz-dim);
    margin: 4px 0 0;
}

/* ── Récapitulatif course ── */
.ride-summary[b-l5zonhej2n] {
    background: var(--zz-card2);
    border-radius: var(--zz-r-sm);
    padding: 14px 16px;
    margin-bottom: 20px;
}

.summary-row[b-l5zonhej2n] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
}

.summary-item[b-l5zonhej2n] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.summary-icon[b-l5zonhej2n] {
    font-size: 20px;
    line-height: 1;
    flex: 0 0 auto;
}

.summary-label[b-l5zonhej2n] {
    font-size: 11px;
    color: var(--zz-dim);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.summary-value[b-l5zonhej2n] {
    font-size: 14px;
    font-weight: 600;
    color: var(--zz-white);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
}

.summary-value.highlight[b-l5zonhej2n] {
    color: var(--zz-yellow);
    font-size: 16px;
}

/* ── Bandeau chauffeur ── */
.client-info-bar[b-l5zonhej2n] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--zz-border);
}

.client-avatar[b-l5zonhej2n] {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--zz-yellow);
    color: var(--zz-on-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
}

.driver-avatar[b-l5zonhej2n] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.client-name[b-l5zonhej2n] {
    font-size: 15px;
    font-weight: 600;
    color: var(--zz-white);
}

/* ── Sections de notation ── */
.rating-section[b-l5zonhej2n] {
    margin-bottom: 20px;
}

.section-label[b-l5zonhej2n] {
    font-size: 14px;
    font-weight: 600;
    color: var(--zz-white);
    margin-bottom: 10px;
}

.stars-container[b-l5zonhej2n] {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.star-btn[b-l5zonhej2n] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px 4px;
    line-height: 1;
    transition: transform .12s ease;
}

.star-btn:hover[b-l5zonhej2n],
.star-btn.hover[b-l5zonhej2n],
.star-btn.active[b-l5zonhej2n] {
    transform: scale(1.12);
}

.star-icon[b-l5zonhej2n] {
    font-size: 38px;
    line-height: 1;
    color: var(--zz-muted);
    transition: color .15s ease;
}

.star-btn.active .star-icon[b-l5zonhej2n],
.star-btn.hover .star-icon[b-l5zonhej2n] {
    color: var(--zz-yellow);
    text-shadow: 0 0 12px rgba(var(--zz-accent-rgb), .35);
}

.rating-label-text[b-l5zonhej2n] {
    text-align: center;
    font-size: 13px;
    color: var(--zz-dim);
    margin-top: 6px;
    min-height: 18px;
}

/* ── Tags rapides ── */
.tags-container[b-l5zonhej2n] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.tag-chip[b-l5zonhej2n] {
    background: var(--zz-card2);
    border: 1px solid var(--zz-border);
    color: var(--zz-dim);
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background .15s, color .15s, border-color .15s;
}

.tag-chip:hover[b-l5zonhej2n] {
    border-color: var(--zz-yellow);
    color: var(--zz-white);
}

.tag-chip.selected[b-l5zonhej2n] {
    background: var(--zz-yellow);
    border-color: var(--zz-yellow);
    color: var(--zz-on-accent);
    font-weight: 600;
}

/* ── Commentaire ── */
.comment-input[b-l5zonhej2n] {
    width: 100%;
    background: var(--zz-card2);
    border: 1px solid var(--zz-border);
    border-radius: var(--zz-r-sm);
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
    color: var(--zz-white);
    resize: vertical;
    min-height: 64px;
    transition: border-color .2s, box-shadow .2s;
}

.comment-input[b-l5zonhej2n]::placeholder {
    color: var(--zz-muted);
}

.comment-input:focus[b-l5zonhej2n] {
    outline: none;
    border-color: var(--zz-yellow);
    box-shadow: 0 0 0 3px var(--zz-yellow-dim);
}

.char-count[b-l5zonhej2n] {
    text-align: right;
    font-size: 12px;
    color: var(--zz-muted);
    margin-top: 4px;
}

/* ── Feedback erreur ── */
.feedback[b-l5zonhej2n] {
    text-align: center;
    padding: 10px;
    border-radius: var(--zz-r-sm);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
}

.feedback.error[b-l5zonhej2n] {
    background: rgba(239, 68, 68, .14);
    color: #FCA5A5;
}

/* ── Barre d'actions ── */
.action-bar[b-l5zonhej2n] {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.btn-skip[b-l5zonhej2n] {
    flex: 0 0 auto;
    padding: 13px 18px;
    border: 1px solid var(--zz-border);
    border-radius: 12px;
    background: transparent;
    color: var(--zz-dim);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .18s, color .18s;
}

.btn-skip:hover:not(:disabled)[b-l5zonhej2n] {
    background: var(--zz-card2);
    color: var(--zz-white);
}

.btn-submit[b-l5zonhej2n] {
    flex: 1;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: var(--zz-yellow);
    color: var(--zz-on-accent);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity .2s, transform .1s, background .2s;
}

.btn-submit:hover:not(:disabled)[b-l5zonhej2n] {
    background: var(--zz-yellow-dark);
    transform: translateY(-1px);
}

.btn-submit:disabled[b-l5zonhej2n],
.btn-submit.disabled[b-l5zonhej2n] {
    opacity: 0.45;
    cursor: not-allowed;
}

.spinner[b-l5zonhej2n] {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid rgba(0, 0, 0, 0.25);
    border-top-color: var(--zz-on-accent);
    border-radius: 50%;
    animation: rate-spin-b-l5zonhej2n .6s linear infinite;
}

@keyframes rate-spin-b-l5zonhej2n {
    to { transform: rotate(360deg); }
}

/* ── Confirmation / état standalone ── */
.confirmation-section[b-l5zonhej2n] {
    text-align: center;
    padding: 16px 4px 8px;
}

.confirm-icon[b-l5zonhej2n] {
    font-size: 52px;
    line-height: 1;
    margin-bottom: 10px;
}

.confirmation-section h3[b-l5zonhej2n] {
    font-size: 19px;
    font-weight: 700;
    color: var(--zz-white);
    margin: 0 0 6px;
}

.confirmation-section p[b-l5zonhej2n] {
    font-size: 14px;
    color: var(--zz-dim);
    margin: 0 0 16px;
}

.confirm-stars[b-l5zonhej2n] {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 20px;
}

.confirm-star[b-l5zonhej2n] {
    font-size: 28px;
    color: var(--zz-muted);
}

.confirm-star.filled[b-l5zonhej2n] {
    color: var(--zz-yellow);
}

.btn-done[b-l5zonhej2n] {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: var(--zz-yellow);
    color: var(--zz-on-accent);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .2s, transform .1s;
}

.btn-done:hover[b-l5zonhej2n] {
    background: var(--zz-yellow-dark);
    transform: translateY(-1px);
}

/* ── Responsive (tablette / desktop) ── */
@media (min-width: 641px) {
    .rating-card[b-l5zonhej2n] {
        padding: 32px 28px;
    }

    .rating-header h2[b-l5zonhej2n] {
        font-size: 26px;
    }

    .star-icon[b-l5zonhej2n] {
        font-size: 42px;
    }
}
/* /Pages/RideHistory.razor.rz.scp.css */
.history-container[b-s2elp707nm] {
    max-width: 680px;
    margin: 0 auto;
    padding-bottom: 2rem;
    min-height: 100vh;
    background: #f8f9fa;
}

/* ── Header ── */
.history-header[b-s2elp707nm] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1rem 0.75rem;
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    color: white;
    position: sticky;
    top: 0;
    z-index: 100;
}

.history-title[b-s2elp707nm] {
    flex: 1;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.btn-back[b-s2elp707nm], .btn-refresh[b-s2elp707nm] {
    background: rgba(255,255,255,0.15);
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.15s;
    flex-shrink: 0;
}

.btn-back:hover[b-s2elp707nm], .btn-refresh:hover[b-s2elp707nm] {
    background: rgba(255,255,255,0.28);
}

.btn-refresh:disabled[b-s2elp707nm] {
    opacity: 0.5;
    cursor: default;
}

/* ── Loading / Empty ── */
.loading-state[b-s2elp707nm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 1rem;
}

.empty-state[b-s2elp707nm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 1rem;
    color: #adb5bd;
}

.empty-icon[b-s2elp707nm] {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.empty-text[b-s2elp707nm] {
    font-size: 1rem;
    margin: 0;
}

/* ── Summary bar ── */
.rides-summary[b-s2elp707nm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 1rem;
    font-size: 0.82rem;
    color: #6c757d;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.total-depense[b-s2elp707nm] {
    font-weight: 600;
    color: #0d6efd;
}

/* ── Ride cards ── */
.rides-list[b-s2elp707nm] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ride-card[b-s2elp707nm] {
    display: flex;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.12s;
}

.ride-card:hover[b-s2elp707nm] {
    background: #f8f9ff;
}

.ride-card.cancelled[b-s2elp707nm] {
    opacity: 0.65;
}

/* ── Avatar ── */
.driver-avatar[b-s2elp707nm] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.driver-avatar-placeholder[b-s2elp707nm] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 1.3rem;
    flex-shrink: 0;
}

/* ── Card body ── */
.ride-card-body[b-s2elp707nm] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.ride-top-row[b-s2elp707nm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.ride-date[b-s2elp707nm] {
    font-size: 0.78rem;
    color: #6c757d;
}

.ride-status-badge[b-s2elp707nm] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    white-space: nowrap;
}

.status-done[b-s2elp707nm]      { background: #d1fae5; color: #065f46; }
.status-cancelled[b-s2elp707nm] { background: #fee2e2; color: #991b1b; }
.status-other[b-s2elp707nm]     { background: #e0e7ff; color: #3730a3; }

.ride-destination[b-s2elp707nm] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ride-driver[b-s2elp707nm] {
    font-size: 0.8rem;
    color: #6c757d;
}

.ride-bottom-row[b-s2elp707nm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.1rem;
}

.ride-meta[b-s2elp707nm] {
    display: flex;
    gap: 0.75rem;
    font-size: 0.78rem;
    color: #6c757d;
}

.ride-amount[b-s2elp707nm] {
    font-weight: 700;
    font-size: 0.95rem;
    color: #0d6efd;
}

/* ── Stars ── */
.ride-rating[b-s2elp707nm] {
    display: flex;
    gap: 2px;
    margin-top: 0.15rem;
}

.star-icon[b-s2elp707nm] {
    font-size: 0.75rem;
    color: #fbbf24;
}

/* ── Spin animation ── */
@keyframes spin-b-s2elp707nm {
    to { transform: rotate(360deg); }
}

.spin[b-s2elp707nm] {
    display: inline-block;
    animation: spin-b-s2elp707nm 0.8s linear infinite;
}

/* ── Dark theme ── */
:global(.dark-theme) .history-container[b-s2elp707nm] { background: var(--z-ink); }
:global(.dark-theme) .rides-summary[b-s2elp707nm]     { background: #16213e; color: #9ca3af; border-color: #2d3748; }
:global(.dark-theme) .ride-card[b-s2elp707nm]         { background: #16213e; border-color: #2d3748; color: #e5e7eb; }
:global(.dark-theme) .ride-card:hover[b-s2elp707nm]   { background: #1e2a4a; }
:global(.dark-theme) .ride-destination[b-s2elp707nm]  { color: #f3f4f6; }
:global(.dark-theme) .driver-avatar-placeholder[b-s2elp707nm] { background: #2d3748; color: #6b7280; }
/* /Pages/SuiviCourse.razor.rz.scp.css */
.tracking-layout-root[b-0f8e6dyhzo] {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.tracking-page[b-0f8e6dyhzo] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    background: #f0f2f5;
    font-family: var(--bs-font-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

/* ── Chargement ── */
.tracking-loading[b-0f8e6dyhzo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 16px;
    color: #666;
    font-size: 0.95rem;
}

/* ── Erreur ── */
.tracking-error[b-0f8e6dyhzo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 12px;
    color: #c62828;
    padding: 32px;
    text-align: center;
}

.tracking-error p[b-0f8e6dyhzo] {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
}

.tracking-error small[b-0f8e6dyhzo] {
    color: #888;
    font-size: 0.85rem;
}

/* ── En-tête ── */
.tracking-header[b-0f8e6dyhzo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: white;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    flex-shrink: 0;
}

.tracking-logo[b-0f8e6dyhzo] {
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--z-blue);
    letter-spacing: 1.5px;
}

/* ── Badge statut ── */
.tracking-status[b-0f8e6dyhzo] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
}

.tracking-status.status-pending[b-0f8e6dyhzo] {
    background: #fff8e1;
    color: #f57f17;
}

.tracking-status.status-inprogress[b-0f8e6dyhzo] {
    background: #e3f2fd;
    color: #1565c0;
}

.tracking-status.status-completed[b-0f8e6dyhzo] {
    background: #e8f5e9;
    color: #2e7d32;
}

.tracking-status.status-cancelled[b-0f8e6dyhzo] {
    background: #fce4ec;
    color: #c62828;
}

.tracking-status-dot[b-0f8e6dyhzo] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    animation: tracking-pulse-b-0f8e6dyhzo 1.8s ease-in-out infinite;
}

.status-completed .tracking-status-dot[b-0f8e6dyhzo],
.status-cancelled .tracking-status-dot[b-0f8e6dyhzo] {
    animation: none;
}

@keyframes tracking-pulse-b-0f8e6dyhzo {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.45; transform: scale(0.85); }
}

/* ── Carte ── */
.tracking-map-container[b-0f8e6dyhzo] {
    flex: 1;
    min-height: 0;
    width: 100%;
    background: #e0e0e0;
}

/* ── Panneau infos ── */
.tracking-info-panel[b-0f8e6dyhzo] {
    background: white;
    padding: 14px 16px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.tracking-info-row[b-0f8e6dyhzo] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #2c2c2c;
}

.tracking-driver-icon[b-0f8e6dyhzo] {
    color: var(--z-blue);
    font-size: 1.1rem;
}

.tracking-dest-icon[b-0f8e6dyhzo] {
    color: #EA4335;
    font-size: 1rem;
}

.tracking-live-icon[b-0f8e6dyhzo] {
    color: var(--z-green);
    font-size: 1rem;
}

.tracking-info-time[b-0f8e6dyhzo] {
    color: #888;
    font-size: 0.8rem;
}
/* /Pages/UrgencesPage.razor.rz.scp.css */
.urg-header[b-0yakcbzcpy] { display:flex; align-items:center; gap:14px; padding:16px 16px 20px; }
.urg-badge[b-0yakcbzcpy] { width:60px; height:60px; background:rgba(239,68,68,.15); border-radius:18px; display:flex; align-items:center; justify-content:center; flex-shrink:0; border:1.5px solid rgba(239,68,68,.3); }
.urg-title[b-0yakcbzcpy] { font-size:22px; font-weight:900; color:#EF4444; }
.urg-sub[b-0yakcbzcpy] { font-size:13px; color:var(--zz-dim); margin-top:2px; }
