/* /Components/Account/UpgradePremium.razor.rz.scp.css */
.upgrade-plan-card[b-j3p2qmp61t] {
    border-radius: 14px;
}

.upgrade-feature-list[b-j3p2qmp61t] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin: 0;
}

.upgrade-feature-list__item[b-j3p2qmp61t] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    line-height: 1.35;
}

.upgrade-feature-list__item i[b-j3p2qmp61t] {
    width: 1rem;
    min-width: 1rem;
    text-align: center;
    font-size: 0.95rem;
    margin-top: 1px;
}

.upgrade-faq[b-j3p2qmp61t] {
    margin-top: 1.5rem;
}

.upgrade-faq__title[b-j3p2qmp61t] {
    font-weight: 700;
}

.upgrade-faq__list[b-j3p2qmp61t] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.upgrade-faq__item[b-j3p2qmp61t] {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background: var(--bg-primary);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.upgrade-faq__item.is-open[b-j3p2qmp61t] {
    border-color: var(--primary-color);
}

.upgrade-faq__question[b-j3p2qmp61t] {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0.9rem 1rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    color: var(--text-primary);
}

.upgrade-faq__question:hover[b-j3p2qmp61t] {
    background: var(--bg-light);
}

.upgrade-faq__answer[b-j3p2qmp61t] {
    border-top: 1px solid var(--border-light);
    padding: 0.9rem 1rem;
    color: var(--text-secondary);
    line-height: 1.45;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fa512nfuqm] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fa512nfuqm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-azd4p7xi49],
.components-reconnect-repeated-attempt-visible[b-azd4p7xi49],
.components-reconnect-failed-visible[b-azd4p7xi49],
.components-pause-visible[b-azd4p7xi49],
.components-resume-failed-visible[b-azd4p7xi49],
.components-rejoining-animation[b-azd4p7xi49] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-azd4p7xi49],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-azd4p7xi49],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-azd4p7xi49],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-azd4p7xi49],
#components-reconnect-modal.components-reconnect-retrying[b-azd4p7xi49],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-azd4p7xi49],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-azd4p7xi49],
#components-reconnect-modal.components-reconnect-failed[b-azd4p7xi49],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-azd4p7xi49] {
    display: block;
}


#components-reconnect-modal[b-azd4p7xi49] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-azd4p7xi49 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-azd4p7xi49 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-azd4p7xi49 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-azd4p7xi49]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-azd4p7xi49 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-azd4p7xi49 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-azd4p7xi49 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-azd4p7xi49 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-azd4p7xi49] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-azd4p7xi49] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-azd4p7xi49] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-azd4p7xi49] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-azd4p7xi49] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-azd4p7xi49] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-azd4p7xi49] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-azd4p7xi49 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-azd4p7xi49] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-azd4p7xi49 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/MairiesLandingPage.razor.rz.scp.css */
/* Section "widget" de la page mairies : même maquette navigateur que MerchantsLandingPage. */
.preview-grid[b-ax2l14a5d7] {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2rem;
}

.preview-checklist[b-ax2l14a5d7] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

    .preview-checklist li[b-ax2l14a5d7] {
        display: flex;
        gap: 0.5rem;
        padding: 0.4rem 0;
        font-size: 0.98rem;
    }

    .preview-checklist i[b-ax2l14a5d7] {
        color: var(--primary-color);
    }

.preview-actions[b-ax2l14a5d7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.preview-note[b-ax2l14a5d7] {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #6c757d;
}

.browser-frame[b-ax2l14a5d7] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.browser-bar[b-ax2l14a5d7] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    background: #f1f3f5;
    border-bottom: 1px solid #e9ecef;
}

.dot[b-ax2l14a5d7] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

    .dot.red[b-ax2l14a5d7] { background: #ff5f56; }
    .dot.yellow[b-ax2l14a5d7] { background: #ffbd2e; }
    .dot.green[b-ax2l14a5d7] { background: #27c93f; }

.browser-url[b-ax2l14a5d7] {
    margin-left: 10px;
    font-size: 0.72rem;
    color: #868e96;
    background: #fff;
    padding: 3px 10px;
    border-radius: 6px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-live[b-ax2l14a5d7] {
    display: block;
    width: 100%;
    height: 480px;
    border: 0;
}

.preview-caption[b-ax2l14a5d7] {
    text-align: center;
    font-size: 0.8rem;
    color: #868e96;
    margin-top: 0.75rem;
}

@media (max-width: 768px) {
    .preview-grid[b-ax2l14a5d7] {
        grid-template-columns: 1fr;
    }

    .widget-live[b-ax2l14a5d7] {
        height: 420px;
    }
}
/* /Components/Pages/MerchantDetailPage.razor.rz.scp.css */
/* Fiche commerçant : actualité, absence, "Cette semaine sur les marchés", réseaux sociaux, bandeau de démo.
   Styles isolés (préfixe mt-) pour ne pas toucher detail.css / detail.min.css (générés par bundleconfig). */

/* --- Bandeau démo --- */
.mt-demo-bar[b-y7wr3evzwh] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 20px;
    padding: 10px 16px;
    background: #1F2937;
    color: #fff;
    font-size: 0.9rem;
}

    .mt-demo-bar a[b-y7wr3evzwh] {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
    }

.mt-demo-bar__label[b-y7wr3evzwh] {
    flex: 1;
    min-width: 200px;
    opacity: 0.85;
}

.mt-demo-bar__btn[b-y7wr3evzwh] {
    padding: 6px 14px;
    border-radius: 99px;
    background: var(--primary-color);
}

/* --- Hero --- */
.mt-pill--absent[b-y7wr3evzwh] {
    background: rgba(254, 243, 199, 0.95) !important;
    color: #92400E !important;
}

/* --- Absence --- */
.mt-absence[b-y7wr3evzwh] {
    margin-bottom: var(--spacing-lg, 1.5rem);
}

    .mt-absence strong[b-y7wr3evzwh] {
        margin-right: 4px;
    }

/* --- Actualité --- */
.mt-message[b-y7wr3evzwh] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: var(--spacing-lg, 1.5rem);
    padding: 16px 20px;
    border-radius: var(--radius-lg, 12px);
    background: linear-gradient(135deg, var(--primary-light), rgba(59, 130, 246, 0.08));
    border: 1px solid var(--success-border, #A7F3D0);
}

.mt-message__icon[b-y7wr3evzwh] {
    font-size: 1.6rem;
    color: var(--primary-color);
    line-height: 1;
}

.mt-message__label[b-y7wr3evzwh] {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary-dark);
}

.mt-message__text[b-y7wr3evzwh] {
    margin: 2px 0 0;
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--text-primary);
}

/* --- Cette semaine sur les marchés --- */
.mt-tour[b-y7wr3evzwh] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mt-tour__day[b-y7wr3evzwh] {
    display: flex;
    gap: 14px;
    align-items: stretch;
}

.mt-tour__date[b-y7wr3evzwh] {
    flex: 0 0 76px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    border-radius: var(--radius-md, 10px);
    background: var(--bg-secondary, #F9FAFB);
    border: 1px solid var(--border-light, #E5E7EB);
    text-align: center;
    line-height: 1.1;
}

.mt-tour__weekday[b-y7wr3evzwh] {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-secondary);
}

.mt-tour__num[b-y7wr3evzwh] {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-primary);
}

.mt-tour__month[b-y7wr3evzwh] {
    font-size: 0.72rem;
    text-transform: uppercase;
    color: var(--text-secondary);
}

.mt-tour__day--today .mt-tour__date[b-y7wr3evzwh] {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

    .mt-tour__day--today .mt-tour__date span[b-y7wr3evzwh] {
        color: #fff;
    }

.mt-tour__stops[b-y7wr3evzwh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.mt-tour__stop[b-y7wr3evzwh] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 14px;
    border-radius: var(--radius-md, 10px);
    border: 1px solid var(--border-light, #E5E7EB);
    border-left: 4px solid var(--primary-color);
    color: inherit;
    text-decoration: none;
    transition: box-shadow 0.15s;
}

    .mt-tour__stop[href]:hover[b-y7wr3evzwh] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    }

    .mt-tour__stop span[b-y7wr3evzwh] {
        font-size: 0.85rem;
        color: var(--text-secondary);
    }

.mt-tour__day--absent .mt-tour__stop[b-y7wr3evzwh],
.mt-tour__stop:has(.mt-tour__absent)[b-y7wr3evzwh] {
    border-left-color: var(--warning-color, #F59E0B);
    background: var(--warning-bg, #FEF3C7);
}

    .mt-tour__stop:has(.mt-tour__absent) strong[b-y7wr3evzwh] {
        text-decoration: line-through;
        color: var(--text-secondary);
    }

.mt-tour__absent[b-y7wr3evzwh] {
    font-weight: 700;
    color: var(--warning-text, #92400E) !important;
}

/* --- Réseaux sociaux --- */
.mt-socials[b-y7wr3evzwh] {
    display: flex;
    gap: 8px;
    margin-top: var(--spacing-sm, 0.5rem);
}

.mt-social[b-y7wr3evzwh] {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: var(--radius-md, 10px);
    color: #fff;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
}

    .mt-social:hover[b-y7wr3evzwh] {
        color: #fff;
        opacity: 0.9;
    }

.mt-social--facebook[b-y7wr3evzwh] {
    background: #1877F2;
}

.mt-social--instagram[b-y7wr3evzwh] {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF);
}

@media (max-width: 600px) {
    .mt-tour__date[b-y7wr3evzwh] {
        flex-basis: 62px;
    }
}
/* /Components/Pages/MerchantsLandingPage.razor.rz.scp.css */
.preview-grid[b-o9n7janmk1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2rem;
}

.preview-checklist[b-o9n7janmk1] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

    .preview-checklist li[b-o9n7janmk1] {
        padding: 0.4rem 0;
        font-size: 0.98rem;
    }

    .preview-checklist i[b-o9n7janmk1] {
        color: #198754;
        margin-right: 0.5rem;
    }

.preview-note[b-o9n7janmk1] {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #6c757d;
}

/* Mockup navigateur */
.browser-frame[b-o9n7janmk1] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.browser-bar[b-o9n7janmk1] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    background: #f1f3f5;
    border-bottom: 1px solid #e9ecef;
}

.dot[b-o9n7janmk1] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

    .dot.red[b-o9n7janmk1] {
        background: #ff5f56;
    }

    .dot.yellow[b-o9n7janmk1] {
        background: #ffbd2e;
    }

    .dot.green[b-o9n7janmk1] {
        background: #27c93f;
    }

.browser-url[b-o9n7janmk1] {
    margin-left: 10px;
    font-size: 0.72rem;
    color: #868e96;
    background: #fff;
    padding: 3px 10px;
    border-radius: 6px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mock-cover[b-o9n7janmk1] {
    height: 70px;
    background: linear-gradient(135deg, #ffb347, #ff7a59);
}

.mock-header[b-o9n7janmk1] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0 16px;
    margin-top: -24px;
}

.mock-logo[b-o9n7janmk1] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
    color: #495057;
    flex-shrink: 0;
}

.mock-name[b-o9n7janmk1] {
    font-weight: 700;
    font-size: 0.95rem;
    margin-top: 28px;
}

.mock-verified[b-o9n7janmk1] {
    color: #0d6efd;
    font-size: 0.8rem;
    margin-left: 4px;
}

.mock-tagline[b-o9n7janmk1] {
    font-size: 0.75rem;
    color: #868e96;
}

.mock-block[b-o9n7janmk1] {
    padding: 16px;
}

.mock-block-title[b-o9n7janmk1] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.mock-market[b-o9n7janmk1] {
    display: flex;
    justify-content: space-between;
    font-size: 0.78rem;
    padding: 6px 10px;
    background: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 6px;
    color: #495057;
}

    .mock-market span:last-child[b-o9n7janmk1] {
        color: #868e96;
    }

.mock-special[b-o9n7janmk1] {
    margin: 0 16px 16px;
    background: #fff8e6;
    border: 1px solid #ffe8a3;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 0.75rem;
    color: #92400e;
}

.mock-contact[b-o9n7janmk1] {
    display: flex;
    gap: 14px;
    padding: 12px 16px 16px;
    font-size: 0.72rem;
    color: #495057;
    border-top: 1px solid #f1f3f5;
    flex-wrap: wrap;
}

.preview-caption[b-o9n7janmk1] {
    text-align: center;
    font-size: 0.8rem;
    color: #868e96;
    margin-top: 0.75rem;
}

@media (max-width: 768px) {
    .preview-grid[b-o9n7janmk1] {
        grid-template-columns: 1fr;
    }
}


/* Démo commerçant (/demo/commercant) */
.preview-actions[b-o9n7janmk1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.preview-mockup--link[b-o9n7janmk1] {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s;
}

    .preview-mockup--link:hover[b-o9n7janmk1] {
        transform: translateY(-4px);
    }

.mock-market--absent[b-o9n7janmk1] {
    background: #fef3c7;
    color: #92400e;
}

    .mock-market--absent span:last-child[b-o9n7janmk1] {
        color: #92400e;
        font-weight: 700;
    }
/* /Components/Shared/MarketDetailsComponent.razor.rz.scp.css */
/* Message et absence des commerçants dans la liste de la fiche marché (voir MerchantNoticeDialog). */
.md-merchant__notice[b-mktjwotwm9] {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 6px 0;
    padding: 6px 10px;
    border-radius: 8px;
    background: var(--primary-light);
    color: var(--text-primary);
    font-size: 0.85rem;
}

    .md-merchant__notice i[b-mktjwotwm9] {
        color: var(--primary-color);
        margin-top: 2px;
    }

.md-merchant__notice--absent[b-mktjwotwm9] {
    background: var(--warning-bg);
    color: var(--warning-text);
    font-weight: 600;
}

    .md-merchant__notice--absent i[b-mktjwotwm9] {
        color: var(--warning-text);
    }
/* /Components/Shared/MerchantEditDialog.razor.rz.scp.css */
.merchant-edit-dialog[b-f82zqim92r] {
    padding-top: 0.25rem;
}

.merchant-edit-header[b-f82zqim92r] {
    margin-bottom: 0.25rem;
}

.merchant-edit-header-icon[b-f82zqim92r] {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.merchant-edit-intro[b-f82zqim92r] {
    margin-top: -0.25rem;
}

.merchant-edit-section[b-f82zqim92r] {
    border-radius: 12px;
    background: var(--mud-palette-surface);
}

.merchant-edit-subsection[b-f82zqim92r] {
    border-radius: 10px;
}

.merchant-edit-upload-zone[b-f82zqim92r] {
    padding: 0.75rem;
    border: 1px dashed var(--mud-palette-lines-default);
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.04);
}

.merchant-edit-preview[b-f82zqim92r] {
    border-radius: 10px;
}

.merchant-edit-preview-image[b-f82zqim92r] {
    max-width: 100%;
    max-height: 240px;
    border-radius: 8px;
    margin-top: 8px;
    object-fit: contain;
}

.merchant-edit-actions[b-f82zqim92r] {
    padding-top: 0.5rem;
}
