/* /Components/FilterBar.razor.rz.scp.css */
.filter-bar[b-zfo65wnv86] {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 0.875rem;
    padding: 1rem 1.125rem;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: linear-gradient(180deg, #121212 0%, #0a0a0a 100%);
    border-bottom: 1px solid #2a2a2a;
}

.filter-row[b-zfo65wnv86] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

.filter-row--primary[b-zfo65wnv86] {
    flex-wrap: wrap;
    align-items: flex-end;
}

.filter-row--categories[b-zfo65wnv86] {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
}

.filter-row--meta[b-zfo65wnv86] {
    justify-content: space-between;
    padding-top: 0.125rem;
}

.filter-field[b-zfo65wnv86] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
    max-width: 100%;
}

.filter-field--location[b-zfo65wnv86] {
    flex: 1 1 220px;
}

.filter-field--radius[b-zfo65wnv86] {
    flex: 1 1 200px;
}

.filter-field--search[b-zfo65wnv86] {
    flex: 1 1 100%;
}

.filter-label[b-zfo65wnv86] {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8b9cb3;
}

.filter-label--inline[b-zfo65wnv86] {
    display: block;
}

.filter-input[b-zfo65wnv86] {
    width: 100%;
    max-width: 100%;
    background: #141414;
    border: 1px solid #2a2a2a;
    color: #f3f4f6;
    border-radius: 0.625rem;
    padding: 0.625rem 0.875rem;
    font-size: 0.9375rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.filter-input[b-zfo65wnv86]::placeholder {
    color: #6b7280;
}

.filter-input:focus[b-zfo65wnv86] {
    outline: none;
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.2);
}

.location-input[b-zfo65wnv86] {
    display: flex;
    gap: 0.5rem;
    min-width: 0;
    width: 100%;
}

.location-input-field[b-zfo65wnv86] {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.location-input .filter-input[b-zfo65wnv86] {
    width: 100%;
    min-width: 0;
}

.location-input .filter-input.has-clear[b-zfo65wnv86] {
    padding-right: 2.5rem;
}

.btn-clear-place[b-zfo65wnv86] {
    position: absolute;
    top: 50%;
    right: 0.4rem;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: var(--text-muted, #64748b);
    cursor: pointer;
}

.btn-clear-place:hover[b-zfo65wnv86] {
    background: rgba(148, 163, 184, 0.2);
    color: var(--text-primary, #0f172a);
}

.btn-clear-place .icon[b-zfo65wnv86] {
    width: 0.95rem;
    height: 0.95rem;
}

.btn-locate[b-zfo65wnv86] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    background: #f97316;
    color: #fff;
    border: none;
    border-radius: 0.625rem;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

.btn-locate:hover:not(:disabled)[b-zfo65wnv86] {
    background: #ea580c;
}

.btn-locate:active:not(:disabled)[b-zfo65wnv86] {
    transform: scale(0.96);
}

.btn-locate:disabled[b-zfo65wnv86] {
    opacity: 0.75;
    cursor: wait;
}

.btn-locate.is-loading[b-zfo65wnv86] {
    background: #c2410c;
}

.icon[b-zfo65wnv86] {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.locate-spinner[b-zfo65wnv86] {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-zfo65wnv86 0.7s linear infinite;
}

@keyframes spin-b-zfo65wnv86 {
    to { transform: rotate(360deg); }
}

.radius-header[b-zfo65wnv86] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
}

.radius-value[b-zfo65wnv86] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #fdba74;
}

.radius-slider-wrap[b-zfo65wnv86] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    width: 100%;
}

.radius-bound[b-zfo65wnv86] {
    flex-shrink: 0;
    font-size: 0.68rem;
    color: #6b7280;
    white-space: nowrap;
}

.radius-slider[b-zfo65wnv86] {
    flex: 1;
    min-width: 0;
    -webkit-appearance: none;
    appearance: none;
    height: 0.35rem;
    border-radius: 999px;
    background: linear-gradient(
        to right,
        #f97316 0%,
        #f97316 var(--slider-progress, 9%),
        #2a2a2a var(--slider-progress, 9%),
        #2a2a2a 100%
    );
    cursor: pointer;
}

.radius-slider[b-zfo65wnv86]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    background: #f97316;
    border: 2px solid #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
    transition: transform 0.1s ease;
}

.radius-slider[b-zfo65wnv86]::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.radius-slider[b-zfo65wnv86]::-moz-range-thumb {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    background: #f97316;
    border: 2px solid #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.chip-list[b-zfo65wnv86] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    max-width: 100%;
}

.chip[b-zfo65wnv86] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #141414;
    border: 1px solid #2a2a2a;
    color: #d1d5db;
    border-radius: 999px;
    padding: 0.4rem 0.8rem;
    font-size: 0.8125rem;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    white-space: nowrap;
}

.chip:hover[b-zfo65wnv86] {
    border-color: #3f3f3f;
    background: #1a1a1a;
}

.chip--active[b-zfo65wnv86] {
    background: rgba(249, 115, 22, 0.15);
    border-color: #f97316;
    color: #fdba74;
    box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.25);
}

.chip-icon[b-zfo65wnv86] {
    font-size: 0.95rem;
    line-height: 1;
}

.chip-label[b-zfo65wnv86] {
    font-weight: 500;
}

.filter-actions[b-zfo65wnv86] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
    flex-wrap: wrap;
}

.btn-osm-import[b-zfo65wnv86] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(249, 115, 22, 0.12);
    border: 1px solid #f97316;
    color: #fdba74;
    border-radius: 0.5rem;
    padding: 0.4rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.osm-import-tooltip[b-zfo65wnv86] {
    position: relative;
    display: inline-flex;
}

.osm-import-tooltip__bubble[b-zfo65wnv86] {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.5rem);
    z-index: 20;
    width: min(16.5rem, 70vw);
    padding: 0.55rem 0.7rem;
    border-radius: 0.5rem;
    border: 1px solid #2a2a2a;
    background: rgba(0, 0, 0, 0.96);
    color: #e2e8f0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.35;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.2rem);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
}

.osm-import-tooltip:hover .osm-import-tooltip__bubble[b-zfo65wnv86],
.osm-import-tooltip:focus-within .osm-import-tooltip__bubble[b-zfo65wnv86] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.btn-osm-import:hover:not(:disabled)[b-zfo65wnv86] {
    background: rgba(249, 115, 22, 0.22);
    border-color: #fb923c;
}

.btn-osm-import:disabled[b-zfo65wnv86] {
    opacity: 0.7;
    cursor: wait;
}

.btn-osm-import .icon[b-zfo65wnv86] {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.import-spinner[b-zfo65wnv86] {
    width: 0.875rem;
    height: 0.875rem;
    border: 2px solid rgba(253, 186, 116, 0.35);
    border-top-color: #fdba74;
    border-radius: 50%;
    animation: spin-b-zfo65wnv86 0.7s linear infinite;
}

.filter-row--import-status[b-zfo65wnv86] {
    font-size: 0.8125rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid transparent;
}

.filter-row--import-status.import-success[b-zfo65wnv86] {
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.35);
    color: #86efac;
}

.filter-row--import-status.import-error[b-zfo65wnv86] {
    background: rgba(248, 113, 113, 0.1);
    border-color: rgba(248, 113, 113, 0.35);
    color: #fca5a5;
}

.result-badge[b-zfo65wnv86] {
    font-size: 0.8125rem;
    color: #9ca3af;
}

.btn-reset[b-zfo65wnv86] {
    background: none;
    border: none;
    color: #fdba74;
    font-size: 0.8125rem;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.btn-reset:hover[b-zfo65wnv86] {
    color: #fed7aa;
}

@media (max-width: 960px) {
    .filter-bar[b-zfo65wnv86] {
        gap: 0.7rem;
        padding: 0.75rem 0.85rem;
    }

    .filter-row--primary[b-zfo65wnv86] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-field--location[b-zfo65wnv86],
    .filter-field--radius[b-zfo65wnv86],
    .filter-field--search[b-zfo65wnv86] {
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
    }

    .filter-row--meta[b-zfo65wnv86] {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .filter-actions[b-zfo65wnv86] {
        margin-left: 0;
    }

    /* Show all product chips; wrap instead of horizontal scroll. */
    .chip-list[b-zfo65wnv86] {
        flex-wrap: wrap;
        overflow-x: visible;
        padding-bottom: 0;
    }

    .chip[b-zfo65wnv86] {
        padding: 0.35rem 0.65rem;
        font-size: 0.75rem;
    }

    .chip-icon[b-zfo65wnv86] {
        font-size: 0.85rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-mhxtelgo55] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mhxtelgo55] {
    flex: 1;
}

.sidebar[b-mhxtelgo55] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mhxtelgo55] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mhxtelgo55]  a, .top-row[b-mhxtelgo55]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mhxtelgo55]  a:hover, .top-row[b-mhxtelgo55]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mhxtelgo55]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-mhxtelgo55] {
        justify-content: space-between;
    }

    .top-row[b-mhxtelgo55]  a, .top-row[b-mhxtelgo55]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mhxtelgo55] {
        flex-direction: row;
    }

    .sidebar[b-mhxtelgo55] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mhxtelgo55] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mhxtelgo55]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mhxtelgo55], article[b-mhxtelgo55] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3pq13xpnoz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-3pq13xpnoz] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3pq13xpnoz] {
    font-size: 1.1rem;
}

.bi[b-3pq13xpnoz] {
    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-3pq13xpnoz] {
    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-3pq13xpnoz] {
    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-3pq13xpnoz] {
    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-3pq13xpnoz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3pq13xpnoz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3pq13xpnoz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3pq13xpnoz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-3pq13xpnoz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3pq13xpnoz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3pq13xpnoz] {
        display: none;
    }

    .collapse[b-3pq13xpnoz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-3pq13xpnoz] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
