/* /Components/Layout/AppFooter.razor.rz.scp.css */
.rt-footer[b-h7c6oat2ka] {
    margin-top: auto;
    border-top: 1px solid rgba(139, 92, 246, 0.12);
    background: rgba(10, 10, 15, 0.85);
    backdrop-filter: blur(12px);
}

.rt-footer-inner[b-h7c6oat2ka] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem clamp(1rem, 4vw, 3rem) 2rem;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2.5rem;
}

@media (max-width: 700px) {
    .rt-footer-inner[b-h7c6oat2ka] {
        grid-template-columns: 1fr;
    }
}

.rt-footer-brand img[b-h7c6oat2ka] {
    height: 52px;
    width: auto;
    filter: drop-shadow(0 0 16px rgba(139, 92, 246, 0.3));
}

.rt-footer-brand p[b-h7c6oat2ka] {
    color: #94a3b8;
    max-width: 320px;
    margin: 1rem 0 1.25rem;
    line-height: 1.6;
    font-size: 0.9rem;
}

.rt-footer-col[b-h7c6oat2ka] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.rt-footer-col h4[b-h7c6oat2ka] {
    color: #f1f5f9;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 0.4rem;
}

.rt-footer-col a[b-h7c6oat2ka] {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.rt-footer-col a:hover[b-h7c6oat2ka] {
    color: #a78bfa;
}

.rt-footer-bottom[b-h7c6oat2ka] {
    border-top: 1px solid rgba(139, 92, 246, 0.08);
    padding: 1.1rem;
    text-align: center;
    color: #475569;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
}

.rt-oss-footer-link[b-h7c6oat2ka] {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rt-oss-footer-link:hover[b-h7c6oat2ka] {
    color: #a78bfa;
}

.rt-admin-link[b-h7c6oat2ka] {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.7rem;
    color: #334155;
    text-decoration: none;
    transition: color 0.2s;
}

.rt-admin-link:hover[b-h7c6oat2ka] {
    color: #6366f1;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
[b-qgz832sc0f] .rt-appbar {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(10, 10, 15, 0.72) !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.14);
    padding: 0 clamp(1rem, 4vw, 3rem);
}

[b-qgz832sc0f] .rt-appbar-logo {
    height: 44px;
    width: auto;
    filter: drop-shadow(0 0 18px rgba(139, 92, 246, 0.35));
    transition: filter 0.25s ease;
}

[b-qgz832sc0f] .rt-appbar-logo:hover {
    filter: drop-shadow(0 0 26px rgba(139, 92, 246, 0.6));
}

[b-qgz832sc0f] .rt-nav-btn {
    color: #cbd5e1;
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 16px;
}

[b-qgz832sc0f] .rt-nav-btn:hover {
    color: #fff;
    background: rgba(139, 92, 246, 0.12);
}

[b-qgz832sc0f] .rt-cta-btn {
    background: linear-gradient(135deg, #6366f1, #8b5cf6 60%, #a855f7);
    color: #fff;
    border-radius: 999px;
    padding: 8px 22px;
    font-weight: 700;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.35);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

[b-qgz832sc0f] .rt-cta-btn:hover {
    box-shadow: 0 6px 28px rgba(139, 92, 246, 0.55);
    transform: translateY(-1px);
}

[b-qgz832sc0f] .rt-main {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-csob2pttc8],
.components-reconnect-repeated-attempt-visible[b-csob2pttc8],
.components-reconnect-failed-visible[b-csob2pttc8],
.components-pause-visible[b-csob2pttc8],
.components-resume-failed-visible[b-csob2pttc8],
.components-rejoining-animation[b-csob2pttc8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-csob2pttc8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-csob2pttc8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-csob2pttc8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-csob2pttc8],
#components-reconnect-modal.components-reconnect-retrying[b-csob2pttc8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-csob2pttc8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-csob2pttc8],
#components-reconnect-modal.components-reconnect-failed[b-csob2pttc8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-csob2pttc8] {
    display: block;
}


#components-reconnect-modal[b-csob2pttc8] {
    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-csob2pttc8 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-csob2pttc8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-csob2pttc8 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-csob2pttc8]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-csob2pttc8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-csob2pttc8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-csob2pttc8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-csob2pttc8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-csob2pttc8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-csob2pttc8] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-csob2pttc8] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-csob2pttc8] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-csob2pttc8] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-csob2pttc8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-csob2pttc8] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-csob2pttc8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-csob2pttc8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-csob2pttc8 {
    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/Browse.razor.rz.scp.css */
.rt-browse[b-b2egfrjfx1] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem clamp(1rem, 3vw, 2.5rem) 3rem;
    width: 100%;
    box-sizing: border-box;
    flex: 1;
}

/* ---------- filter bar ---------- */

.rt-browse-bar[b-b2egfrjfx1] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 18px;
    position: sticky;
    top: 84px;
    z-index: 10;
}

.rt-browse-search[b-b2egfrjfx1] {
    flex: 1;
    min-width: 220px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(10, 10, 15, 0.6);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 12px;
    padding: 0 0.9rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rt-browse-search:focus-within[b-b2egfrjfx1] {
    border-color: rgba(167, 139, 250, 0.7);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15);
}

[b-b2egfrjfx1] .rt-browse-search-icon {
    color: #a78bfa;
    font-size: 1.2rem;
}

.rt-browse-input[b-b2egfrjfx1] {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    color: #f1f5f9;
    font-family: inherit;
    font-size: 0.95rem;
    padding: 0.7rem 0;
}

.rt-browse-input[b-b2egfrjfx1]::placeholder {
    color: #64748b;
}

.rt-browse-clear[b-b2egfrjfx1] {
    border: none;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 4px;
}

.rt-browse-clear:hover[b-b2egfrjfx1] {
    color: #f1f5f9;
}

[b-b2egfrjfx1] .rt-browse-cat .mud-input-outlined .mud-input-outlined-border {
    border-color: rgba(139, 92, 246, 0.2);
}

[b-b2egfrjfx1] .rt-nearme-btn {
    color: #a78bfa;
    border-radius: 12px;
    font-weight: 600;
    border: 1px solid rgba(139, 92, 246, 0.3);
    padding: 8px 16px;
    white-space: nowrap;
}

[b-b2egfrjfx1] .rt-nearme-btn:hover {
    background: rgba(139, 92, 246, 0.12);
}

[b-b2egfrjfx1] .rt-view-toggle {
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 12px;
    overflow: hidden;
}

/* ---------- status ---------- */

.rt-browse-status[b-b2egfrjfx1] {
    padding: 1rem 0.25rem 1.25rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.rt-browse-status strong[b-b2egfrjfx1] {
    color: #f1f5f9;
}

/* ---------- map layout ---------- */

.rt-browse-map-layout[b-b2egfrjfx1] {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
    gap: 1.25rem;
    height: calc(100vh - 260px);
    min-height: 480px;
}

.rt-browse-map-pane[b-b2egfrjfx1] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.rt-map-loading[b-b2egfrjfx1] {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 0.85rem;
    color: #e2e8f0;
}

.rt-browse-map-list[b-b2egfrjfx1] {
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    align-content: start;
    padding-right: 4px;
}

@media (max-width: 900px) {
    .rt-browse-map-layout[b-b2egfrjfx1] {
        grid-template-columns: 1fr;
        grid-template-rows: 340px 1fr;
        height: auto;
    }

    .rt-browse-map-list[b-b2egfrjfx1] {
        max-height: none;
        overflow: visible;
    }

    .rt-browse-bar[b-b2egfrjfx1] {
        top: 72px;
    }
}

/* ---------- misc ---------- */

[b-b2egfrjfx1] .rt-loadmore {
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #8b5cf6 60%, #a855f7);
    border-radius: 999px;
    padding: 10px 28px;
    font-weight: 700;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.35);
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ---------- hero ---------- */

.rt-hero[b-zebgbi4ozp] {
    padding: clamp(4rem, 10vw, 7rem) clamp(1rem, 4vw, 3rem) clamp(2.5rem, 6vw, 4rem);
    display: flex;
    justify-content: center;
    text-align: center;
}

.rt-hero-inner[b-zebgbi4ozp] {
    max-width: 820px;
}

.rt-hero-badge[b-zebgbi4ozp] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.12);
    border: 1px solid rgba(139, 92, 246, 0.35);
    color: #a78bfa;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.75rem;
}

.rt-hero h1[b-zebgbi4ozp] {
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #f8fafc;
    margin: 0 0 1.25rem;
}

.rt-hero-sub[b-zebgbi4ozp] {
    color: #94a3b8;
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    line-height: 1.7;
    max-width: 580px;
    margin: 0 auto 2.25rem;
}

.rt-hero-search[b-zebgbi4ozp] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border-radius: 999px;
    padding: 0.45rem 0.45rem 0.45rem 1.25rem;
    max-width: 620px;
    margin: 0 auto 1.75rem;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.rt-hero-search:focus-within[b-zebgbi4ozp] {
    border-color: rgba(167, 139, 250, 0.7);
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15), 0 8px 40px rgba(139, 92, 246, 0.2);
}

.rt-hero-search-icon[b-zebgbi4ozp] {
    color: #a78bfa;
    flex-shrink: 0;
}

.rt-hero-input[b-zebgbi4ozp] {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    color: #f1f5f9;
    font-size: 1.05rem;
    font-family: inherit;
    padding: 0.6rem 0;
}

.rt-hero-input[b-zebgbi4ozp]::placeholder {
    color: #64748b;
}

.rt-hero-search-btn[b-zebgbi4ozp] {
    border: none;
    cursor: pointer;
    border-radius: 999px;
    padding: 0.7rem 1.8rem;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #8b5cf6 60%, #a855f7);
    box-shadow: 0 4px 18px rgba(139, 92, 246, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rt-hero-search-btn:hover[b-zebgbi4ozp] {
    transform: translateY(-1px);
    box-shadow: 0 6px 26px rgba(139, 92, 246, 0.55);
}

.rt-hero-stores[b-zebgbi4ozp] {
    display: flex;
    justify-content: center;
}

/* ---------- sections ---------- */

.rt-section[b-zebgbi4ozp] {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 4vw, 3rem);
    width: 100%;
    box-sizing: border-box;
}

.rt-section-head[b-zebgbi4ozp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.rt-section-head-center[b-zebgbi4ozp] {
    justify-content: center;
    text-align: center;
}

.rt-section-head h2[b-zebgbi4ozp] {
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.015em;
    color: #f8fafc;
    margin: 0;
}

[b-zebgbi4ozp] .rt-see-all {
    color: #a78bfa;
    font-weight: 600;
    white-space: nowrap;
}

/* ---------- categories ---------- */

.rt-cat-row[b-zebgbi4ozp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.rt-cat-chip[b-zebgbi4ozp] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    color: #e2e8f0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.rt-cat-chip:hover[b-zebgbi4ozp] {
    transform: translateY(-2px);
    border-color: rgba(167, 139, 250, 0.7);
    box-shadow: 0 6px 22px rgba(139, 92, 246, 0.25);
}

.rt-cat-chip em[b-zebgbi4ozp] {
    font-style: normal;
    font-size: 0.75rem;
    color: #a78bfa;
    background: rgba(139, 92, 246, 0.15);
    border-radius: 999px;
    padding: 1px 8px;
}

/* ---------- steps ---------- */

.rt-steps[b-zebgbi4ozp] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 800px) {
    .rt-steps[b-zebgbi4ozp] {
        grid-template-columns: 1fr;
    }
}

.rt-step[b-zebgbi4ozp] {
    position: relative;
    padding: 2rem 1.75rem;
    text-align: left;
}

.rt-step-num[b-zebgbi4ozp] {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(139, 92, 246, 0.15);
}

[b-zebgbi4ozp] .rt-step-icon {
    font-size: 2.2rem;
    color: #a78bfa;
    margin-bottom: 1rem;
}

.rt-step h3[b-zebgbi4ozp] {
    margin: 0 0 0.6rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #f1f5f9;
}

.rt-step p[b-zebgbi4ozp] {
    margin: 0;
    color: #94a3b8;
    line-height: 1.65;
    font-size: 0.92rem;
}

/* ---------- app CTA ---------- */

.rt-appcta-card[b-zebgbi4ozp] {
    border-radius: 24px;
    padding: clamp(2rem, 5vw, 3.5rem);
    display: flex;
    align-items: center;
    gap: 2rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(139, 92, 246, 0.08) 50%, rgba(192, 38, 211, 0.1)) !important;
    overflow: hidden;
    position: relative;
}

.rt-appcta-text[b-zebgbi4ozp] {
    flex: 1;
}

.rt-appcta-text h2[b-zebgbi4ozp] {
    font-size: clamp(1.6rem, 4vw, 2.3rem);
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 0.8rem;
}

.rt-appcta-text p[b-zebgbi4ozp] {
    color: #94a3b8;
    line-height: 1.7;
    max-width: 480px;
    margin: 0 0 1.75rem;
}

.rt-appcta-visual[b-zebgbi4ozp] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-zebgbi4ozp] .rt-appcta-visual .mud-icon-root {
    font-size: 9rem;
    color: rgba(167, 139, 250, 0.25);
    filter: drop-shadow(0 0 40px rgba(139, 92, 246, 0.4));
}

@media (max-width: 700px) {
    .rt-appcta-visual[b-zebgbi4ozp] {
        display: none;
    }
}
/* /Components/Pages/OwnerProfile.razor.rz.scp.css */
.rt-profile[b-elmmlw7to1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem clamp(1rem, 3vw, 2.5rem) 3rem;
    width: 100%;
    box-sizing: border-box;
    flex: 1;
}

.rt-profile-head[b-elmmlw7to1] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    flex-wrap: wrap;
}

.rt-profile-avatar[b-elmmlw7to1] {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 2.2rem;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #c026d3);
    box-shadow: 0 8px 30px rgba(139, 92, 246, 0.4);
    flex-shrink: 0;
}

.rt-profile-id h1[b-elmmlw7to1] {
    margin: 0 0 0.5rem;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 800;
    color: #f8fafc;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rt-profile-meta[b-elmmlw7to1] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.rt-profile-meta span[b-elmmlw7to1] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.rt-profile-rating[b-elmmlw7to1] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.6rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.rt-profile-section[b-elmmlw7to1] {
    margin-top: 2.5rem;
}

.rt-profile-section h2[b-elmmlw7to1] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 1.25rem;
}

.rt-profile-reviews[b-elmmlw7to1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
}

.rt-profile-review[b-elmmlw7to1] {
    padding: 1.25rem 1.4rem;
}

.rt-profile-review-head[b-elmmlw7to1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
}

.rt-profile-review-head strong[b-elmmlw7to1] {
    color: #f1f5f9;
}

.rt-profile-review p[b-elmmlw7to1] {
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0 0 0.5rem;
    font-size: 0.92rem;
}

.rt-profile-review-date[b-elmmlw7to1] {
    color: #64748b;
    font-size: 0.78rem;
}

.rt-profile-missing[b-elmmlw7to1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 4rem 2rem;
    gap: 0.5rem;
    margin-top: 2rem;
}

.rt-profile-missing h2[b-elmmlw7to1] {
    color: #f1f5f9;
    margin: 0.5rem 0 0;
}

.rt-profile-missing p[b-elmmlw7to1] {
    color: #94a3b8;
    margin: 0 0 1.5rem;
}

[b-elmmlw7to1] .rt-profile-cta {
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #8b5cf6 60%, #a855f7);
    border-radius: 999px;
    font-weight: 700;
}
/* /Components/Pages/ToolDetail.razor.rz.scp.css */
.rt-detail[b-0plasw6iyd] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem clamp(1rem, 3vw, 2.5rem) 3rem;
    width: 100%;
    box-sizing: border-box;
    flex: 1;
}

[b-0plasw6iyd] .rt-crumbs .mud-breadcrumb-item,
[b-0plasw6iyd] .rt-crumbs .mud-breadcrumb-separator {
    color: #94a3b8;
}

.rt-detail-grid[b-0plasw6iyd] {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr);
    gap: 1.75rem;
    margin-top: 0.5rem;
}

@media (max-width: 900px) {
    .rt-detail-grid[b-0plasw6iyd] {
        grid-template-columns: 1fr;
    }
}

/* ---------- gallery ---------- */

.rt-gallery[b-0plasw6iyd] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
}

.rt-gallery-main[b-0plasw6iyd] {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.rt-gallery-main img[b-0plasw6iyd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rt-gallery-noimg[b-0plasw6iyd] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a78bfa;
}

.rt-gallery-thumbs[b-0plasw6iyd] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.rt-gallery-thumb[b-0plasw6iyd] {
    width: 76px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    background: #14141f;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.rt-gallery-thumb img[b-0plasw6iyd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rt-gallery-thumb.active[b-0plasw6iyd],
.rt-gallery-thumb:hover[b-0plasw6iyd] {
    opacity: 1;
    border-color: #8b5cf6;
}

/* ---------- shared blocks ---------- */

.rt-detail-block[b-0plasw6iyd] {
    padding: 1.5rem 1.6rem;
}

.rt-detail-block h3[b-0plasw6iyd] {
    margin: 0 0 0.9rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #f1f5f9;
}

.rt-detail-desc[b-0plasw6iyd] {
    color: #cbd5e1;
    line-height: 1.75;
    margin: 0;
    white-space: pre-line;
}

.rt-detail-hint[b-0plasw6iyd] {
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.rt-spec-grid[b-0plasw6iyd] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.9rem 1.5rem;
}

.rt-spec[b-0plasw6iyd] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.rt-spec span[b-0plasw6iyd] {
    color: #64748b;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.rt-spec strong[b-0plasw6iyd] {
    color: #e2e8f0;
    font-weight: 600;
    font-size: 0.95rem;
}

/* ---------- info panel ---------- */

.rt-info[b-0plasw6iyd] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    min-width: 0;
}

.rt-info h1[b-0plasw6iyd] {
    margin: 0;
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: #f8fafc;
}

.rt-info-chips[b-0plasw6iyd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.rt-info-chip[b-0plasw6iyd] {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.14);
    color: #a78bfa;
    border: 1px solid rgba(139, 92, 246, 0.25);
}

.rt-info-rating[b-0plasw6iyd] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.rt-price-card[b-0plasw6iyd] {
    padding: 1.4rem 1.6rem;
}

.rt-price-row[b-0plasw6iyd] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 0.35rem 0;
}

.rt-price-row span[b-0plasw6iyd] {
    color: #94a3b8;
    font-size: 0.95rem;
}

.rt-price-row strong[b-0plasw6iyd] {
    color: #f8fafc;
    font-size: 1.35rem;
    font-weight: 800;
}

.rt-price-sub strong[b-0plasw6iyd] {
    font-size: 1rem;
    color: #cbd5e1;
}

[b-0plasw6iyd] .rt-detail-cta {
    color: #fff !important;
    background: linear-gradient(135deg, #6366f1, #8b5cf6 60%, #a855f7);
    border-radius: 999px;
    font-weight: 700;
    padding: 12px 28px;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.4);
}

[b-0plasw6iyd] .rt-detail-cta:hover {
    box-shadow: 0 6px 28px rgba(139, 92, 246, 0.6);
}

/* ---------- owner ---------- */

.rt-owner[b-0plasw6iyd] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.3rem;
    text-decoration: none;
    color: inherit;
}

.rt-owner-avatar[b-0plasw6iyd] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #c026d3);
}

.rt-owner-info[b-0plasw6iyd] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.rt-owner-info strong[b-0plasw6iyd] {
    color: #f1f5f9;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.rt-owner-info span[b-0plasw6iyd] {
    color: #94a3b8;
    font-size: 0.85rem;
}

[b-0plasw6iyd] .rt-owner-arrow {
    margin-left: auto;
    color: #64748b;
}

/* ---------- map & policy ---------- */

.rt-detail-map[b-0plasw6iyd] {
    overflow: hidden;
}

.rt-detail-map .rt-map[b-0plasw6iyd] {
    height: 220px;
    border-radius: 16px 16px 0 0;
}

.rt-policy[b-0plasw6iyd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #94a3b8;
    font-size: 0.9rem;
    padding: 0 0.25rem;
}

/* ---------- availability ---------- */

[b-0plasw6iyd] .rt-availability {
    background: transparent;
    box-shadow: none;
}

/* ---------- sections / reviews ---------- */

.rt-detail-section[b-0plasw6iyd] {
    margin-top: 3rem;
}

.rt-detail-section h2[b-0plasw6iyd] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 1.25rem;
}

.rt-reviews[b-0plasw6iyd] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
}

.rt-review[b-0plasw6iyd] {
    padding: 1.25rem 1.4rem;
}

.rt-review-head[b-0plasw6iyd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.rt-review-head strong[b-0plasw6iyd] {
    display: block;
    color: #f1f5f9;
    font-size: 0.95rem;
}

.rt-review-avatar[b-0plasw6iyd] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    flex-shrink: 0;
}

.rt-review-date[b-0plasw6iyd] {
    color: #64748b;
    font-size: 0.78rem;
}

.rt-review p[b-0plasw6iyd] {
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0 0 0.5rem;
    font-size: 0.92rem;
}

.rt-review-verified[b-0plasw6iyd] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #34d399;
    font-size: 0.78rem;
    font-weight: 600;
}

/* ---------- missing ---------- */

.rt-detail-missing[b-0plasw6iyd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 4rem 2rem;
    gap: 0.5rem;
    margin-top: 2rem;
}

.rt-detail-missing h2[b-0plasw6iyd] {
    color: #f1f5f9;
    margin: 0.5rem 0 0;
}

.rt-detail-missing p[b-0plasw6iyd] {
    color: #94a3b8;
    margin: 0 0 1.5rem;
}
/* /Components/Shared/EmptyResults.razor.rz.scp.css */
.rt-empty[b-dj5t6s2u5x] {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3rem 2rem;
    gap: 0.4rem;
}

.rt-empty h3[b-dj5t6s2u5x] {
    margin: 0.75rem 0 0.25rem;
    color: #f1f5f9;
    font-weight: 700;
}

.rt-empty p[b-dj5t6s2u5x] {
    color: #94a3b8;
    max-width: 420px;
    margin: 0 0 1.25rem;
    line-height: 1.65;
}

.rt-empty-actions[b-dj5t6s2u5x] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
}

[b-dj5t6s2u5x] .rt-empty-reset {
    border-color: rgba(139, 92, 246, 0.4);
    color: #a78bfa;
    border-radius: 999px;
}

[b-dj5t6s2u5x] .rt-empty-cta {
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #8b5cf6 60%, #a855f7);
    border-radius: 999px;
    font-weight: 700;
}
/* /Components/Shared/GetAppDialog.razor.rz.scp.css */
.rt-getapp[b-20bi95os7w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 0.5rem 1rem;
}

.rt-getapp-icon[b-20bi95os7w] {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6 60%, #a855f7);
    color: #fff;
    box-shadow: 0 8px 32px rgba(139, 92, 246, 0.45);
}

.rt-getapp-sub[b-20bi95os7w] {
    color: #94a3b8;
    max-width: 320px;
}

.rt-getapp-note[b-20bi95os7w] {
    color: #64748b;
}
/* /Components/Shared/StoreBadges.razor.rz.scp.css */
.rt-badges[b-jcnmptxbuf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.rt-badges-center[b-jcnmptxbuf] {
    justify-content: center;
}

.rt-badge[b-jcnmptxbuf] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 1.3rem 0.55rem 1rem;
    border-radius: 14px;
    background: #16121f;
    border: 1px solid rgba(139, 92, 246, 0.35);
    color: #f1f5f9;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.rt-badge:hover[b-jcnmptxbuf] {
    transform: translateY(-2px);
    border-color: rgba(167, 139, 250, 0.8);
    box-shadow: 0 8px 26px rgba(139, 92, 246, 0.3);
}

.rt-badge-text[b-jcnmptxbuf] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    text-align: left;
}

.rt-badge-text small[b-jcnmptxbuf] {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
}

.rt-badge-text strong[b-jcnmptxbuf] {
    font-size: 1.05rem;
    font-weight: 700;
}
/* /Components/Shared/ToolCard.razor.rz.scp.css */
.rt-toolcard[b-5kqb64bryy] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.rt-toolcard-media[b-5kqb64bryy] {
    position: relative;
    aspect-ratio: 4 / 3;
    flex-shrink: 0;
    overflow: hidden;
    background: #14141f;
}

.rt-toolcard-media img[b-5kqb64bryy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.rt-toolcard:hover .rt-toolcard-media img[b-5kqb64bryy] {
    transform: scale(1.05);
}

.rt-toolcard-noimg[b-5kqb64bryy] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a78bfa;
}

.rt-toolcard-price[b-5kqb64bryy] {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 4px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
}

.rt-toolcard-sale[b-5kqb64bryy] {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(192, 38, 211, 0.85);
    color: #fff;
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.03em;
}

.rt-toolcard-body[b-5kqb64bryy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.9rem 1rem 1rem;
    flex: 1;
}

.rt-toolcard-title[b-5kqb64bryy] {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.35;
    color: #f1f5f9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rt-toolcard-meta[b-5kqb64bryy] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.rt-toolcard-chip[b-5kqb64bryy] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.14);
    color: #a78bfa;
    border: 1px solid rgba(139, 92, 246, 0.25);
}

.rt-toolcard-chip-dim[b-5kqb64bryy] {
    background: rgba(148, 163, 184, 0.1);
    color: #94a3b8;
    border-color: rgba(148, 163, 184, 0.2);
}

.rt-toolcard-footer[b-5kqb64bryy] {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    color: #94a3b8;
    font-size: 0.8rem;
}

.rt-toolcard-owner[b-5kqb64bryy],
.rt-toolcard-distance[b-5kqb64bryy] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rt-toolcard-distance[b-5kqb64bryy] {
    color: #a78bfa;
    font-weight: 600;
}
