/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-pshzx9mmrt] {
    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-pshzx9mmrt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-i6esniuknz],
.components-reconnect-repeated-attempt-visible[b-i6esniuknz],
.components-reconnect-failed-visible[b-i6esniuknz],
.components-pause-visible[b-i6esniuknz],
.components-resume-failed-visible[b-i6esniuknz],
.components-rejoining-animation[b-i6esniuknz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-i6esniuknz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-i6esniuknz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-i6esniuknz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-i6esniuknz],
#components-reconnect-modal.components-reconnect-retrying[b-i6esniuknz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-i6esniuknz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-i6esniuknz],
#components-reconnect-modal.components-reconnect-failed[b-i6esniuknz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-i6esniuknz] {
    display: block;
}


#components-reconnect-modal[b-i6esniuknz] {
    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-i6esniuknz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-i6esniuknz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-i6esniuknz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-i6esniuknz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-i6esniuknz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-i6esniuknz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-i6esniuknz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-i6esniuknz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-i6esniuknz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-i6esniuknz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-i6esniuknz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-i6esniuknz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-i6esniuknz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-i6esniuknz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-i6esniuknz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-i6esniuknz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-i6esniuknz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-i6esniuknz {
    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/Home.razor.rz.scp.css */
.salvage-home[b-h3lorgi58r] {
    min-height: 100vh;
    color: #2f241f;
    background:
        radial-gradient(circle at top left, rgba(255, 221, 151, 0.55), transparent 34rem),
        radial-gradient(circle at top right, rgba(211, 178, 255, 0.45), transparent 32rem),
        linear-gradient(135deg, #fff8ed 0%, #f8eee4 45%, #f5e6dc 100%);
    font-family: Georgia, "Times New Roman", serif;
}

.site-header[b-h3lorgi58r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.25rem;
}

.brand[b-h3lorgi58r] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #2f241f;
    text-decoration: none;
}

.brand-mark[b-h3lorgi58r] {
    display: grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 2px solid #2f241f;
    border-radius: 999px;
    background: #ffe6a8;
    box-shadow: 4px 4px 0 rgba(47, 36, 31, 0.18);
}

.brand-text[b-h3lorgi58r] {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.account-links[b-h3lorgi58r] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.account-links a[b-h3lorgi58r] {
    color: #2f241f;
    font-family: system-ui, sans-serif;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.account-links a:hover[b-h3lorgi58r],
.account-links a:focus[b-h3lorgi58r] {
    border-bottom-color: #2f241f;
}

.signup-link[b-h3lorgi58r] {
    padding: 0.65rem 1rem;
    border: 2px solid #2f241f;
    border-radius: 999px;
    background: #f8c8dc;
    box-shadow: 3px 3px 0 rgba(47, 36, 31, 0.2);
}

.hero-section[b-h3lorgi58r] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(18rem, 0.6fr);
    gap: 2rem;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1.25rem 2rem;
}

.hero-copy[b-h3lorgi58r] {
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 2px solid rgba(47, 36, 31, 0.22);
    border-radius: 2rem;
    background: rgba(255, 252, 246, 0.76);
    box-shadow: 10px 10px 0 rgba(47, 36, 31, 0.1);
}

.eyebrow[b-h3lorgi58r] {
    margin: 0 0 0.75rem;
    color: #8a4d2f;
    font-family: system-ui, sans-serif;
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-copy h1[b-h3lorgi58r] {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(3rem, 8vw, 6.5rem);
    line-height: 0.92;
    letter-spacing: -0.06em;
}

.hero-copy h1 span[b-h3lorgi58r] {
    display: block;
    color: #7a3267;
}

.hero-description[b-h3lorgi58r] {
    max-width: 46rem;
    margin: 1.5rem 0 0;
    color: #4f4038;
    font-family: system-ui, sans-serif;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.65;
}

.hero-actions[b-h3lorgi58r] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.primary-button[b-h3lorgi58r],
.secondary-button[b-h3lorgi58r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.75rem 1.15rem;
    color: #2f241f;
    font-family: system-ui, sans-serif;
    font-weight: 900;
    text-decoration: none;
    border: 2px solid #2f241f;
    border-radius: 999px;
    box-shadow: 4px 4px 0 rgba(47, 36, 31, 0.2);
}

.primary-button[b-h3lorgi58r] {
    background: #b9f4d0;
}

.secondary-button[b-h3lorgi58r] {
    background: #fff8ed;
}

.primary-button:hover[b-h3lorgi58r],
.primary-button:focus[b-h3lorgi58r],
.secondary-button:hover[b-h3lorgi58r],
.secondary-button:focus[b-h3lorgi58r],
.signup-link:hover[b-h3lorgi58r],
.signup-link:focus[b-h3lorgi58r] {
    transform: translateY(-1px);
    box-shadow: 5px 5px 0 rgba(47, 36, 31, 0.24);
}

.hero-card[b-h3lorgi58r] {
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 24rem;
    padding: 1.5rem;
    border: 2px dashed rgba(47, 36, 31, 0.38);
    border-radius: 2rem;
    background:
        linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
        repeating-linear-gradient(-8deg, rgba(122, 50, 103, 0.16) 0, rgba(122, 50, 103, 0.16) 0.7rem, rgba(255, 230, 168, 0.4) 0.7rem, rgba(255, 230, 168, 0.4) 1.4rem);
}

.hero-card h2[b-h3lorgi58r] {
    max-width: 16rem;
    margin: 0;
    font-size: 2rem;
    line-height: 1;
}

.hero-card p[b-h3lorgi58r],
.feature-strip p[b-h3lorgi58r],
.section-heading > p[b-h3lorgi58r],
.promo-card-copy p[b-h3lorgi58r],
.info-card p[b-h3lorgi58r],
.info-card li[b-h3lorgi58r],
.closing-section p[b-h3lorgi58r] {
    color: #574941;
    font-family: system-ui, sans-serif;
    line-height: 1.6;
}

.feature-strip[b-h3lorgi58r] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 1200px;
    margin: 1rem auto 0;
    padding: 1.25rem;
}

.feature-strip article[b-h3lorgi58r],
.info-card[b-h3lorgi58r] {
    padding: 1.25rem;
    border: 2px solid rgba(47, 36, 31, 0.18);
    border-radius: 1.25rem;
    background: rgba(255, 252, 246, 0.72);
}

.feature-strip span[b-h3lorgi58r] {
    display: inline-block;
    margin-bottom: 0.4rem;
    font-size: 1.45rem;
    font-weight: 900;
}

.feature-strip p[b-h3lorgi58r],
.promo-card-copy p[b-h3lorgi58r] {
    margin: 0;
}

.scroller-section[b-h3lorgi58r] {
    max-width: 1200px;
    margin: 3rem auto 0;
    padding: 1.25rem;
}

.section-heading[b-h3lorgi58r] {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: end;
    margin-bottom: 1rem;
}

.section-heading h2[b-h3lorgi58r] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.section-heading > p[b-h3lorgi58r] {
    max-width: 30rem;
    margin: 0;
}

.image-scroller[b-h3lorgi58r] {
    display: grid;
    grid-auto-columns: minmax(16rem, 20rem);
    grid-auto-flow: column;
    gap: 1rem;
    overflow-x: auto;
    padding: 0.5rem 0.25rem 1.25rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.promo-card[b-h3lorgi58r] {
    scroll-snap-align: start;
    overflow: hidden;
    border: 2px solid rgba(47, 36, 31, 0.22);
    border-radius: 1.35rem;
    background: rgba(255, 252, 246, 0.9);
    box-shadow: 6px 6px 0 rgba(47, 36, 31, 0.09);
}

.promo-image-shell[b-h3lorgi58r] {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(185, 244, 208, 0.7), rgba(248, 200, 220, 0.7)),
        repeating-linear-gradient(45deg, rgba(47, 36, 31, 0.06) 0, rgba(47, 36, 31, 0.06) 0.4rem, transparent 0.4rem, transparent 0.8rem);
}

.promo-image-shell img[b-h3lorgi58r] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-card-copy[b-h3lorgi58r] {
    padding: 1rem;
}

.promo-card-copy h3[b-h3lorgi58r] {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

.info-section[b-h3lorgi58r] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 1200px;
    margin: 3rem auto 0;
    padding: 1.25rem;
}

.info-card[b-h3lorgi58r] {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 252, 246, 0.78);
}

.info-card h2[b-h3lorgi58r] {
    margin: 0 0 1rem;
    font-size: 1.65rem;
}

.info-card ol[b-h3lorgi58r],
.info-card ul[b-h3lorgi58r] {
    padding-left: 1.25rem;
}

.closing-section[b-h3lorgi58r] {
    max-width: 900px;
    margin: 3rem auto 0;
    padding: 4rem 1.25rem 5rem;
    text-align: center;
}

.closing-section h2[b-h3lorgi58r] {
    margin: 0;
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1;
}

.closing-section p[b-h3lorgi58r] {
    max-width: 42rem;
    margin: 1rem auto 1.75rem;
    font-size: 1.1rem;
}

@media (max-width: 900px) {
    .hero-section[b-h3lorgi58r] {
        grid-template-columns: 1fr;
        padding-top: 2rem;
    }

    .hero-card[b-h3lorgi58r] {
        min-height: auto;
    }

    .feature-strip[b-h3lorgi58r],
    .info-section[b-h3lorgi58r] {
        grid-template-columns: 1fr;
    }

    .section-heading[b-h3lorgi58r] {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .site-header[b-h3lorgi58r] {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-links[b-h3lorgi58r] {
        width: 100%;
        justify-content: space-between;
    }

    .hero-copy[b-h3lorgi58r] {
        padding: 1.25rem;
        border-radius: 1.35rem;
    }

    .image-scroller[b-h3lorgi58r] {
        grid-auto-columns: minmax(14rem, 82vw);
    }
}
/* /Components/Pages/ListingDetails.razor.rz.scp.css */
.listing-photo-panel[b-dii50u1em4] {
    display: grid;
    gap: 0.75rem;
}

.listing-primary-photo[b-dii50u1em4] {
    width: 100%;
    min-height: 280px;
    max-height: 560px;
    object-fit: cover;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.9);
}

.listing-photo-strip[b-dii50u1em4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 0.5rem;
}

.listing-photo-strip img[b-dii50u1em4] {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.7rem;
    cursor: pointer;
}
/* /Components/Pages/Sell.razor.rz.scp.css */
.photo-upload-card[b-fkupic7j9w] {
    display: grid;
    gap: 1rem;
    border: 1px solid rgba(103, 232, 249, 0.2);
    border-radius: 1.1rem;
    padding: 1rem;
    background: rgba(8, 47, 73, 0.22);
}

.photo-upload-card h2[b-fkupic7j9w] {
    margin: 0;
}

.photo-file-list[b-fkupic7j9w] {
    display: grid;
    gap: 0.35rem;
    margin: 0;
    padding-left: 1.25rem;
    color: #cbd5e1;
}
