/* /Components/Layout/MainLayout.razor.rz.scp.css */
.supporter-note[b-6lw4cxjgyf] { margin:12px 42px 0; padding:18px 22px; border:1px solid #d6e4d9; border-radius:14px; background:#edf5ee; color:#526b57; font-size:13px; display:flex; flex-wrap:wrap; gap:6px; }
.supporter-note a[b-6lw4cxjgyf] { color:#246144; text-decoration:none; }
.supporter-note a:hover[b-6lw4cxjgyf] { text-decoration:underline; }
@media(max-width:700px) { .supporter-note[b-6lw4cxjgyf] { margin:12px 19px 0; font-size:12px; } }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-59pn724woe],
.components-reconnect-repeated-attempt-visible[b-59pn724woe],
.components-reconnect-failed-visible[b-59pn724woe],
.components-pause-visible[b-59pn724woe],
.components-resume-failed-visible[b-59pn724woe],
.components-rejoining-animation[b-59pn724woe] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-59pn724woe],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-59pn724woe],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-59pn724woe],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-59pn724woe],
#components-reconnect-modal.components-reconnect-retrying[b-59pn724woe],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-59pn724woe],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-59pn724woe],
#components-reconnect-modal.components-reconnect-failed[b-59pn724woe],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-59pn724woe] {
    display: block;
}


#components-reconnect-modal[b-59pn724woe] {
    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-59pn724woe 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-59pn724woe 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-59pn724woe 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-59pn724woe]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-59pn724woe 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-59pn724woe {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-59pn724woe {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-59pn724woe {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-59pn724woe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-59pn724woe] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-59pn724woe] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-59pn724woe] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-59pn724woe] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-59pn724woe] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-59pn724woe] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-59pn724woe 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-59pn724woe] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-59pn724woe {
    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/Stores.razor.rz.scp.css */
.retailer-grid[b-oeaphexquo] { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 18px; margin: 24px 0 36px; }
.retailer-grid .store-card[b-oeaphexquo] { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin: 0; }
.retailer-grid .store-card p[b-oeaphexquo] { margin: 0; }
.retailer-grid .store-card a[b-oeaphexquo] { margin-top: auto; }
/* /Components/Shared/CategoryManager.razor.rz.scp.css */
.category-products[b-fa2sn48s3e] { margin:18px 0; display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.category-products label[b-fa2sn48s3e] { margin:0; padding:12px; border:1px solid #e1e8e1; border-radius:10px; align-items:flex-start; }
.category-products small[b-fa2sn48s3e] { color:#647366; }
@media(max-width:700px) { .category-products[b-fa2sn48s3e] { grid-template-columns:1fr; } }
/* /Components/Shared/DuplicateProductDetails.razor.rz.scp.css */
.duplicate-product[b-dg54asc9ej] { padding: 18px; border: 1px solid var(--border, #dfe5e1); border-radius: 12px; overflow-wrap: anywhere; }
h3[b-dg54asc9ej] { margin-top: 0; }
dl[b-dg54asc9ej] { display: grid; grid-template-columns: auto 1fr; gap: 8px 14px; font-size: .9rem; }
dt[b-dg54asc9ej] { font-weight: 600; }
dd[b-dg54asc9ej] { margin: 0; }
ul[b-dg54asc9ej] { padding-left: 20px; margin-bottom: 0; }
/* /Components/Shared/PriceFreshnessBadge.razor.rz.scp.css */
.price-freshness[b-4zozcfbxfw] { display:inline-block; margin:5px 0; border-radius:6px; padding:3px 7px; font-size:11px; line-height:1.4; background:#f0f1f3; color:#515c65; white-space:normal; }
.today[b-4zozcfbxfw] { background:#e6f5eb; color:#206a40; }
.yesterday[b-4zozcfbxfw] { background:#fff4d9; color:#79551a; }
.stale[b-4zozcfbxfw] { background:#fff0e7; color:#9a401c; }
/* /Components/Shared/PriceReliabilityBadge.razor.rz.scp.css */
.price-reliability[b-5qk014gcv5] { display: grid; gap: .35rem; margin: .4rem 0 .6rem; max-width: 32rem; white-space: normal; }
.feedback-counts[b-5qk014gcv5] { display: flex; flex-wrap: wrap; gap: .4rem 1rem; font-size: .8rem; font-weight: 600; }
.feedback-warning[b-5qk014gcv5] { display: block; padding: .45rem .6rem; border: 1px solid #f2c795; border-radius: .5rem; background: #fff5e9; color: #814309; font-size: .78rem; line-height: 1.5; }
/* /Components/Shared/ProductDuplicateQueue.razor.rz.scp.css */
.duplicate-card[b-8uy0e6g0g7] { padding: 24px; margin-bottom: 20px; }
.duplicate-comparison[b-8uy0e6g0g7] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 20px 0; }
.duplicate-review[b-8uy0e6g0g7] { border: 0; padding: 0; display: grid; gap: 12px; min-width: 0; }
.duplicate-review select[b-8uy0e6g0g7], .duplicate-review input:not([type=checkbox])[b-8uy0e6g0g7] { width: 100%; max-width: 100%; }
.duplicate-confirm[b-8uy0e6g0g7] { display: flex; align-items: flex-start; gap: 10px; }
.duplicate-confirm input[b-8uy0e6g0g7] { width: auto; margin-top: 4px; flex-shrink: 0; }
.duplicate-actions[b-8uy0e6g0g7] { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
@media (max-width: 700px) { .duplicate-comparison[b-8uy0e6g0g7] { grid-template-columns: 1fr; } .duplicate-card[b-8uy0e6g0g7] { padding: 16px; } }
/* /Components/Shared/ProductImageEditor.razor.rz.scp.css */
.image-editor[b-4ca0ccnyve] { border-top:1px solid #e3e9e3; margin-top:24px; padding-top:24px; }
.image-editor-grid[b-4ca0ccnyve] { display:grid; grid-template-columns:200px 1fr; gap:24px; align-items:start; }
.image-editor-grid[b-4ca0ccnyve]  .product-art { width:100%; height:200px; }
.image-editor-grid input[b-4ca0ccnyve] { width:100%; }
@media(max-width:600px) { .image-editor-grid[b-4ca0ccnyve] { grid-template-columns:1fr; } }
/* /Components/Shared/ProductImageModeration.razor.rz.scp.css */
.photo-comparison[b-ohspe8vun7] { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin:16px 0; }
.photo-comparison img[b-ohspe8vun7], .photo-comparison[b-ohspe8vun7]  .product-art { width:100%; height:220px; object-fit:contain; background:#f5f8f1; border-radius:12px; }
@media(max-width:600px) { .photo-comparison[b-ohspe8vun7] { grid-template-columns:1fr; } }
/* /Components/Shared/ProductPhoto.razor.rz.scp.css */
.product-art[b-r6mszl3g10] { grid-template-columns:minmax(0,1fr); grid-template-rows:minmax(0,1fr); }
.catalog-photo[b-r6mszl3g10] { display:block; width:100%; height:100%; min-width:0; min-height:0; object-fit:contain; padding:12px; }
/* /Components/Shared/ProductPicker.razor.rz.scp.css */
.product-picker[b-3gcpjmrvnu] { position:relative; min-width:0; width:100%; }
.picker-toggle[b-3gcpjmrvnu] { width:100%; display:flex; justify-content:space-between; gap:14px; text-align:left; background:white; border:1px solid #d8dfda; border-radius:12px; padding:13px 15px; color:#243a30; }
.picker-toggle span:first-child[b-3gcpjmrvnu] { overflow:hidden; text-overflow:ellipsis; }
.product-picker > small[b-3gcpjmrvnu] { display:block; overflow-wrap:anywhere; margin-top:6px; }
.picker-panel[b-3gcpjmrvnu] { position:absolute; z-index:40; inset:auto 0; top:100%; background:white; border:1px solid #d8dfda; border-radius:14px; padding:14px; box-shadow:0 15px 45px #193c2520; min-width:min(420px,80vw); }
.picker-panel input[b-3gcpjmrvnu] { width:100%; }
.picker-count[b-3gcpjmrvnu] { font-size:12px; color:#52685b; margin:10px 0; }
.picker-results[b-3gcpjmrvnu] { max-height:310px; overflow-y:auto; }
.picker-option[b-3gcpjmrvnu] { display:flex; flex-direction:column; text-align:left; width:100%; background:white; border:0; border-bottom:1px solid #edf0ed; padding:10px; gap:4px; color:#243a30; }
.picker-option:hover[b-3gcpjmrvnu], .picker-option:focus-visible[b-3gcpjmrvnu], .picker-option.selected[b-3gcpjmrvnu] { background:#edf6ef; outline-offset:-2px; }
.picker-option small[b-3gcpjmrvnu] { font-size:11px; overflow-wrap:anywhere; }
.picker-actions[b-3gcpjmrvnu] { display:flex; flex-wrap:wrap; gap:6px; padding-top:12px; }
@media(max-width:600px) { .picker-panel[b-3gcpjmrvnu] { min-width:0; left:0; right:0; } }
