/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-xdyuuzm76o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xdyuuzm76o] {
    flex: 1;
}

.sidebar[b-xdyuuzm76o] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xdyuuzm76o] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xdyuuzm76o]  a, .top-row[b-xdyuuzm76o]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xdyuuzm76o]  a:hover, .top-row[b-xdyuuzm76o]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xdyuuzm76o]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xdyuuzm76o] {
        justify-content: space-between;
    }

    .top-row[b-xdyuuzm76o]  a, .top-row[b-xdyuuzm76o]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xdyuuzm76o] {
        flex-direction: row;
    }

    .sidebar[b-xdyuuzm76o] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xdyuuzm76o] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xdyuuzm76o]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xdyuuzm76o], article[b-xdyuuzm76o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0c3b8u2cug] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0c3b8u2cug] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0c3b8u2cug] {
    font-size: 1.1rem;
}

.bi[b-0c3b8u2cug] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-0c3b8u2cug] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-0c3b8u2cug] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-0c3b8u2cug] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-0c3b8u2cug] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0c3b8u2cug] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0c3b8u2cug] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0c3b8u2cug]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0c3b8u2cug]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0c3b8u2cug]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0c3b8u2cug] {
        display: none;
    }

    .collapse[b-0c3b8u2cug] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-0c3b8u2cug] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Details.razor.rz.scp.css */
/* Fond plein écran déformé (comme tu préfères) */
.bg[b-ct0yh2wryn] {
    position: fixed;
    inset: 0;
    background-image: var(--app-bg, url("/images/DetailOnxBG.webp"));
    background-position: center;
    background-repeat: no-repeat;
}

    .bg.stretch[b-ct0yh2wryn] {
        background-size: 100% 100%;
    }




.username[b-ct0yh2wryn] {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 8px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.user-category[b-ct0yh2wryn] {
    text-align: center;
    color: #e00a52;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*background: rgba(251, 191, 36, 0.2);*/
    padding: 4px 16px;
    /*border-radius: 5px;*/
    display: inline-block;
    /*border: 1px solid rgba(251, 191, 36, 0.4);*/
}

.stats[b-ct0yh2wryn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 4vw, 20px);
    margin: 32px 0;
    width: 100%;
    max-width: 100%;
}

.stat[b-ct0yh2wryn] {
    padding: clamp(12px, 3vw, 16px) clamp(4px, 2vw, 8px);
    text-align: center;
    min-width: 0; /* Évite le débordement */
}

.statd[b-ct0yh2wryn] {
    padding: clamp(12px, 3vw, 16px) clamp(4px, 2vw, 8px);
    text-align: center;
    min-width: 0; /* Évite le débordement */
}

.label[b-ct0yh2wryn] {
    font-size: clamp(11px, 3.5vw, 14px);
    color: #e00a52;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    word-wrap: break-word;
}

.value[b-ct0yh2wryn] {
    font-size: clamp(18px, 5vw, 24px);
    font-weight: 800;
    color: #1f2937;
    line-height: 1;
    word-wrap: break-word;
}

    .value.primary[b-ct0yh2wryn] {
        color: #2563eb;
    }

.qr-section[b-ct0yh2wryn] {
    background: rgba(255,255,255,0.95);
    border-radius: 20px;
    padding: 32px;
    margin: 32px 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    border: 2px solid rgba(37, 99, 235, 0.1);
}

.qr-empty[b-ct0yh2wryn] {
    color: #6b7280;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 40px 20px;
    background: rgba(243, 244, 246, 0.8);
    border: 2px dashed #d1d5db;
    border-radius: 12px;
}

.btn[b-ct0yh2wryn] {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    border: none;
    border-radius: 16px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
    width: 100%;
    max-width: 280px;
    margin: 24px auto 0;
    display: block;
}

    .btn:hover[b-ct0yh2wryn] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(37, 99, 235, 0.6);
        background: linear-gradient(135deg, #1d4ed8, #2563eb);
    }

    .btn:active[b-ct0yh2wryn] {
        transform: translateY(0);
    }

.header[b-ct0yh2wryn] {
    margin-bottom: 32px;
}

/*.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 5px;
}*/

/* Media queries plus précises */
@media (max-width: 480px) {
    /* Vraiment petits écrans (smartphones) */
    .stats[b-ct0yh2wryn] {
        gap: 8px;
        margin: 24px 0;
    }

    .stat[b-ct0yh2wryn] {
        padding: 8px 4px;
    }

    .username[b-ct0yh2wryn] {
        font-size: 22px;
    }

    .user-category[b-ct0yh2wryn] {
        font-size: 12px;
        padding: 3px 12px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    /* Tablettes en portrait et grands smartphones */
    .stats[b-ct0yh2wryn] {
        gap: 16px;
        margin: 28px 0;
    }

    .stat[b-ct0yh2wryn] {
        padding: 12px 6px;
    }

    .username[b-ct0yh2wryn] {
        font-size: 26px;
    }
}

@media (min-width: 769px) {
    /* Desktop et tablettes en paysage */
    .stats[b-ct0yh2wryn] {
        gap: 20px;
        max-width: 400px;
        margin: 32px auto;
    }
}



/* refresh   */

.btn.refresh[b-ct0yh2wryn] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 14px;
    border: none;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.btn.refresh[disabled][b-ct0yh2wryn] {
    opacity: .7;
    cursor: not-allowed;
}

.btn.refresh svg[b-ct0yh2wryn] {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.spinner[b-ct0yh2wryn] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,.6);
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin-b-ct0yh2wryn .8s linear infinite;
}

@keyframes spin-b-ct0yh2wryn {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Home.razor.rz.scp.css */
.bg-custom-page[b-jlnmaye65s] {
    background-image: url("/Images/bg-1080x1920.webp") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Avec support image-set si nécessaire */
@supports (background-image: image-set(url("") 1x)) {
    .bg-custom-page[b-jlnmaye65s] {
        background-image: image-set( url("/Images/bg-1080x1920.webp") 1x ) !important;
    }
}




/* Zone sous la topbar : occupe toute la hauteur utile, centre le contenu */
.login-page[b-jlnmaye65s] {
    min-height: calc(100vh - var(--topbar-h));
    min-height: calc(100dvh - var(--topbar-h)); /* mobile moderne */
    display: grid;
    place-items: center;
    padding: 16px;
    padding-left: calc(16px + env(safe-area-inset-left, 0px));
    padding-right: calc(16px + env(safe-area-inset-right, 0px));
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
}

    /* Cartes / contenu centrés et fluides */
    .login-page > .center[b-jlnmaye65s],
    .wallet-grid > .center[b-jlnmaye65s] {
        width: min(520px, 92vw);
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        text-align: center;
    }

/* Cas “wallet-grid” avec fond plein écran */
.wallet-grid[b-jlnmaye65s] {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

    .wallet-grid .bg-2[b-jlnmaye65s] {
        position: absolute;
        inset: 0;
        z-index: -1; /* derrière la carte */
    }

/* Sections et éléments */
.header .center[b-jlnmaye65s] {
    gap: 6px;
}

.stats[b-jlnmaye65s] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
}

.statd .label[b-jlnmaye65s] {
    font-size: .875rem;
    opacity: .7;
}

.statd .value[b-jlnmaye65s] {
    font-weight: 600;
}

.qr-section[b-jlnmaye65s] {
    display: grid;
    place-items: center;
    width: 100%;
}

.qr-empty[b-jlnmaye65s] {
    opacity: .7;
}

.btn.primary[b-jlnmaye65s] {
    width: 100%;
    min-height: 44px;
}

/* Bouton icône */
.icon-btn[b-jlnmaye65s] {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    padding: 0;
}

    .icon-btn svg[b-jlnmaye65s] {
        width: 24px;
        height: 24px;
    }

.topbar-title[b-jlnmaye65s] {
    font-weight: 600;
    font-size: 1.125rem;
}
/* /Pages/InstallPwa.razor.rz.scp.css */
.install-wrap[b-nitu3d8y6v] {
    display: flex;
    justify-content: center;
}

.btn.primary[b-nitu3d8y6v] {
    min-height: 44px;
    width: 100%;
    max-width: 320px;
}

.btn.outline[b-nitu3d8y6v] {
    min-height: 44px;
    width: 100%;
    max-width: 320px;
    background: transparent;
    border: 1px solid currentColor;
}

.installed-msg[b-nitu3d8y6v] {
    opacity: .8;
}

.ios-help[b-nitu3d8y6v] {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 12px;
}
/* /Pages/InstallPwaTopbarIcon.razor.rz.scp.css */
/* Bouton icône topbar – blanc sur fond sombre */
.topbar-icon[b-j5v597w4mu] {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    padding: 0;
    display: grid;
    place-items: center;
    border-radius: 999px;
    cursor: pointer;
    outline: none;
}

    .topbar-icon.white svg[b-j5v597w4mu] {
        width: 22px;
        height: 22px;
        fill: #fff;
    }

    .topbar-icon.white:hover[b-j5v597w4mu],
    .topbar-icon.white:focus-visible[b-j5v597w4mu] {
        background: rgba(255,255,255,.1);
    }

    .topbar-icon.white:active[b-j5v597w4mu] {
        background: rgba(255,255,255,.18);
    }

/* Pop iOS en mode sombre */
.ios-help-pop.dark[b-j5v597w4mu] {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    background: rgba(20,20,20,.95);
    color: #fff;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.5);
    z-index: 9999;
}

    .ios-help-pop.dark ol[b-j5v597w4mu] {
        margin: 8px 0 12px;
        padding-left: 20px;
    }

.btn.small.ghost[b-j5v597w4mu] {
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.3);
    background: transparent;
    color: #fff;
    border-radius: 10px;
}

/* Assure un bon contraste pour la topbar noire */
.topbar[b-j5v597w4mu] {
    background: #00000000;
    color: #fff;
}

.topbar-title[b-j5v597w4mu] {
    color: inherit;
}
/* /Pages/Redeem.razor.rz.scp.css */
/* Fond plein écran déformé (comme tu préfères) */
.bg[b-z3qcjsvoqy] {
    position: fixed;
    inset: 0;
    background-image: var(--app-bg, url("/images/DetailOnxBG.webp"));
    background-position: center;
    background-repeat: no-repeat;
}

    .bg.stretch[b-z3qcjsvoqy] {
        background-size: 100% 100%;
    }


.bg-custom-page[b-z3qcjsvoqy] {
    background-image: url("/Images/bg-1080x1920.webp") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Avec support image-set si nécessaire */
@supports (background-image: image-set(url("") 1x)) {
    .bg-custom-page[b-z3qcjsvoqy] {
        background-image: image-set( url("/Images/bg-1080x1920.webp") 1x ) !important;
    }
}





/* Topbar */
.topbar[b-z3qcjsvoqy] {
    position: fixed;
    top: calc(8px + var(--safe-top));
    left: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
    color: #fff;
}

    .topbar h1[b-z3qcjsvoqy] {
        font-size: 16px;
        margin: 0;
        font-weight: 700;
    }

.icon-btn[b-z3qcjsvoqy] {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(0,0,0,.35);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
}

    .icon-btn svg[b-z3qcjsvoqy] {
        width: 20px;
        height: 20px;
        fill: currentColor;
    }

/* Contenu */
.redeem[b-z3qcjsvoqy] {
    position: relative;
    z-index: 1;
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: calc(84px + var(--safe-top)) 12px calc(24px + var(--safe-bottom)) 12px;
}

.card[b-z3qcjsvoqy] {
    width: min(520px, 94vw);
    border-radius: 16px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(8px);
    padding: 16px;
    color: #fff;
}

.subtitle[b-z3qcjsvoqy] {
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
}

.input-wrap[b-z3qcjsvoqy] {
    background: whitesmoke;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 8px;
    width: 100%;
}

.control.code[b-z3qcjsvoqy] {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    background: transparent;
    color: #111;
    font-size: 20px;
    text-align: center;
    letter-spacing: .08em;
}

.btn.primary[b-z3qcjsvoqy] {
    width: 100%;
    min-height: 50px;
    margin-top: 10px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: .02em;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
}

    .btn.primary:disabled[b-z3qcjsvoqy] {
        opacity: .6;
        cursor: not-allowed;
    }

.error[b-z3qcjsvoqy] {
    margin: 8px 0 0;
    color: #fff;
    background: rgba(239,68,68,.6);
    border: 1px solid rgba(239,68,68,.9);
    padding: 8px 12px;
    border-radius: 10px;
}

.spinner[b-z3qcjsvoqy] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.55);
    border-top-color: transparent;
    border-right-color: transparent;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    animation: spin-b-z3qcjsvoqy .8s linear infinite;
}

@keyframes spin-b-z3qcjsvoqy {
    to {
        transform: rotate(360deg)
    }
}
/* /Pages/Register.razor.rz.scp.css */

/* Fond plein écran déformé (comme tu préfères) */
.bg[b-fp1izzcdvi] {
    position: fixed;
    inset: 0;
    background-image: var(--app-bg, url("/images/bg-1080x1920.webp")) !important;
    background-position: center;
    background-repeat: no-repeat;
}
    .bg.stretch[b-fp1izzcdvi] {
        background-size: 100% 100%;
    }


.bg-custom-page[b-fp1izzcdvi] {
    background-image: url("/Images/bg-1080x1920.webp") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Avec support image-set si nécessaire */
@supports (background-image: image-set(url("") 1x)) {
    .bg-custom-page[b-fp1izzcdvi] {
        background-image: image-set( url("/Images/bg-1080x1920.webp") 1x ) !important;
    }
}
/* /Pages/Shared/ConfirmModal.razor.rz.scp.css */
.confirm-overlay[b-je62vnecfh] {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(0,0,0,.55);
    display: grid;
    place-items: center;
    padding: max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom)) 16px;
}

.confirm-dialog[b-je62vnecfh] {
    width: min(520px, 92vw);
    background: #111827cc; /* sombre translucide */
    backdrop-filter: blur(8px);
    color: #fff;
    border: 1px solid #ffffff22;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
}

    .confirm-dialog h3[b-je62vnecfh] {
        margin: 0 0 8px;
        font-size: 18px;
        font-weight: 700;
    }

    .confirm-dialog p[b-je62vnecfh] {
        margin: 0 0 14px;
        line-height: 1.4;
    }

.confirm-actions[b-je62vnecfh] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.btn[b-je62vnecfh] {
    min-height: 48px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
}

    .btn.primary_[b-je62vnecfh] {
        background: #2563eb;
        color: #fff;
    }

    .btn.outline[b-je62vnecfh] {
        background: transparent;
        color: #fff;
        border: 1px solid #ffffff44;
    }

    .btn:active[b-je62vnecfh] {
        transform: translateY(1px);
    }
/* /Pages/Shared/InfoModal.razor.rz.scp.css */
.confirm-overlay[b-8k69dgf7wm] {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(0,0,0,.55);
    display: grid;
    place-items: center;
    padding: max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom)) 16px;
}

.confirm-dialog[b-8k69dgf7wm] {
    width: min(520px, 92vw);
    background: #111827cc; /* sombre translucide */
    backdrop-filter: blur(8px);
    color: #fff;
    border: 1px solid #ffffff22;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
    outline: none;
}

    .confirm-dialog h3[b-8k69dgf7wm] {
        margin: 0 0 8px;
        font-size: 18px;
        font-weight: 700;
    }

    .confirm-dialog p[b-8k69dgf7wm] {
        margin: 0 0 14px;
        line-height: 1.4;
    }

.confirm-actions[b-8k69dgf7wm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

    .confirm-actions.one[b-8k69dgf7wm] {
        grid-template-columns: 1fr;
    }

.btn[b-8k69dgf7wm] {
    min-height: 48px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
}

    .btn.primary_[b-8k69dgf7wm] {
        background: #2563eb;
        color: #fff;
    }

    .btn:active[b-8k69dgf7wm] {
        transform: translateY(1px);
    }
