@import '_content/dymaptic.GeoBlazor.Core/dymaptic.GeoBlazor.Core.8opetg2y0k.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-6elsqzzqhx] {
    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-6elsqzzqhx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3vnmtaagoz],
.components-reconnect-repeated-attempt-visible[b-3vnmtaagoz],
.components-reconnect-failed-visible[b-3vnmtaagoz],
.components-pause-visible[b-3vnmtaagoz],
.components-resume-failed-visible[b-3vnmtaagoz],
.components-rejoining-animation[b-3vnmtaagoz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3vnmtaagoz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3vnmtaagoz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3vnmtaagoz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3vnmtaagoz],
#components-reconnect-modal.components-reconnect-retrying[b-3vnmtaagoz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3vnmtaagoz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3vnmtaagoz],
#components-reconnect-modal.components-reconnect-failed[b-3vnmtaagoz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3vnmtaagoz] {
    display: block;
}


#components-reconnect-modal[b-3vnmtaagoz] {
    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-3vnmtaagoz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3vnmtaagoz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3vnmtaagoz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3vnmtaagoz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3vnmtaagoz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3vnmtaagoz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3vnmtaagoz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3vnmtaagoz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3vnmtaagoz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3vnmtaagoz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3vnmtaagoz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3vnmtaagoz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3vnmtaagoz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3vnmtaagoz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3vnmtaagoz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3vnmtaagoz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3vnmtaagoz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3vnmtaagoz {
    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/AddServiceDialog.razor.rz.scp.css */
/* Add Service Controls Container */
.add-service-controls[b-18mlcub9yh] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

/* Teal button for Add Service */
.btn-add-service[b-18mlcub9yh] {
    background: linear-gradient(135deg, #20c997, #17a589);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(32, 201, 151, 0.3);
}

.btn-add-service:hover:not(:disabled)[b-18mlcub9yh] {
    background: linear-gradient(135deg, #17a589, #148f77);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(32, 201, 151, 0.4);
    color: white;
}

.btn-add-service:disabled[b-18mlcub9yh] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Scan Status Button */
.btn-scan-status[b-18mlcub9yh] {
    background: #6c757d;
    color: white;
    border: none;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    position: relative;
    transition: all 0.2s ease;
}

.btn-scan-status:hover[b-18mlcub9yh],
.btn-scan-status.active[b-18mlcub9yh] {
    background: #5a6268;
    color: white;
}

.btn-scan-status .status-badge[b-18mlcub9yh] {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #0d6efd;
    color: white;
    font-size: 0.65rem;
    padding: 0.15rem 0.4rem;
    border-radius: 10px;
    font-weight: 600;
}

/* Scan Status Panel */
.scan-status-panel[b-18mlcub9yh] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    width: 350px;
    max-height: 400px;
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    overflow: hidden;
}

.scan-status-panel .status-header[b-18mlcub9yh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #6c757d, #5a6268);
    color: white;
}

.scan-status-panel .status-header h6[b-18mlcub9yh] {
    margin: 0;
    font-weight: 600;
}

.scan-status-panel .status-list[b-18mlcub9yh] {
    max-height: 320px;
    overflow-y: auto;
}

.scan-status-panel .status-empty[b-18mlcub9yh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 2rem;
    color: #6c757d;
}

.scan-status-panel .status-empty i[b-18mlcub9yh] {
    font-size: 2rem;
}

.scan-status-panel .status-item[b-18mlcub9yh] {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
}

.scan-status-panel .status-item:last-child[b-18mlcub9yh] {
    border-bottom: none;
}

.scan-status-panel .status-icon[b-18mlcub9yh] {
    flex-shrink: 0;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scan-status-panel .status-content[b-18mlcub9yh] {
    flex: 1;
    min-width: 0;
}

.scan-status-panel .status-url[b-18mlcub9yh] {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scan-status-panel .status-detail[b-18mlcub9yh] {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Modal styles */
.modal-backdrop[b-18mlcub9yh] {
    z-index: 1040;
}

.modal[b-18mlcub9yh] {
    z-index: 1050;
}

.modal-content[b-18mlcub9yh] {
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
}

.modal-header[b-18mlcub9yh] {
    background: linear-gradient(135deg, #20c997, #17a589);
    color: white;
    border-radius: 0.75rem 0.75rem 0 0;
    border-bottom: none;
}

.modal-header .btn-close[b-18mlcub9yh] {
    filter: brightness(0) invert(1);
}

.modal-title[b-18mlcub9yh] {
    font-weight: 600;
}

/* Toast notifications container - fixed position */
.scan-toast-container[b-18mlcub9yh] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 400px;
}

.scan-toast[b-18mlcub9yh] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    animation: slideIn-b-18mlcub9yh 0.3s ease;
    background: white;
}

@keyframes slideIn-b-18mlcub9yh {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.scan-toast .toast-icon[b-18mlcub9yh] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.scan-toast .toast-content[b-18mlcub9yh] {
    flex: 1;
    min-width: 0;
}

.scan-toast .toast-title[b-18mlcub9yh] {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.scan-toast .toast-message[b-18mlcub9yh] {
    font-size: 0.875rem;
    color: #6c757d;
    word-break: break-word;
}

.scan-toast .toast-close[b-18mlcub9yh] {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.scan-toast .toast-close:hover[b-18mlcub9yh] {
    color: #333;
}

/* Toast variants */
.scan-toast.toast-success[b-18mlcub9yh] {
    border-left: 4px solid #20c997;
}

.scan-toast.toast-success .toast-icon[b-18mlcub9yh] {
    color: #20c997;
}

.scan-toast.toast-error[b-18mlcub9yh] {
    border-left: 4px solid #dc3545;
}

.scan-toast.toast-error .toast-icon[b-18mlcub9yh] {
    color: #dc3545;
}

.scan-toast.toast-info[b-18mlcub9yh] {
    border-left: 4px solid #0d6efd;
}

.scan-toast.toast-info .toast-icon[b-18mlcub9yh] {
    color: #0d6efd;
}
/* /Components/Pages/AttributeTable.razor.rz.scp.css */
/* Attribute Table Styles */
.attribute-table[b-8tut9vf8no] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.table-header[b-8tut9vf8no] {
    padding: 12px 15px;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
}

.table-actions[b-8tut9vf8no] {
    display: flex;
    gap: 5px;
}

.table-container[b-8tut9vf8no] {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.loading-overlay[b-8tut9vf8no] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.table-scroll[b-8tut9vf8no] {
    height: 100%;
    overflow: auto;
}

/* Table styling */
.attribute-table table[b-8tut9vf8no] {
    font-size: 0.85rem;
}

.attribute-table th[b-8tut9vf8no] {
    white-space: nowrap;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #f8f9fa !important;
    border-bottom: 2px solid #dee2e6;
}

.attribute-table td[b-8tut9vf8no] {
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.select-col[b-8tut9vf8no] {
    width: 30px;
    text-align: center;
}

.sortable-header[b-8tut9vf8no] {
    cursor: pointer;
    user-select: none;
}

.sortable-header:hover[b-8tut9vf8no] {
    background: #e9ecef !important;
}

.selected-row[b-8tut9vf8no] {
    background-color: #cfe2ff !important;
    font-weight: 500;
}

.selected-row td[b-8tut9vf8no] {
    background-color: transparent !important;
}

/* Hover effects */
.attribute-table tbody tr[b-8tut9vf8no] {
    cursor: pointer;
    transition: background-color 0.15s;
}

.attribute-table tbody tr:hover:not(.selected-row)[b-8tut9vf8no] {
    background-color: #f0f4f8 !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .attribute-table[b-8tut9vf8no] {
        font-size: 0.8rem;
    }
    
    .attribute-table td[b-8tut9vf8no] {
        max-width: 150px;
    }
}
/* /Components/Pages/BottomDataGrid.razor.rz.scp.css */
/* Bottom Data Grid Styles */
.data-grid-container[b-dvbnjfxj96] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    border-top: 2px solid #dee2e6;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.data-grid-container.collapsed[b-dvbnjfxj96] {
    height: 40px;
}

.data-grid-container.expanded[b-dvbnjfxj96] {
    height: 280px;
    min-height: 120px;
    max-height: 70vh;
}

/* Resize handle */
.resize-handle[b-dvbnjfxj96] {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 10px;
    cursor: ns-resize;
    background: transparent;
    z-index: 101;
}

.resize-handle:hover[b-dvbnjfxj96],
.resize-handle.dragging[b-dvbnjfxj96] {
    background: linear-gradient(to bottom, rgba(13, 110, 253, 0.2), transparent);
}

.resize-handle[b-dvbnjfxj96]::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 2px;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: #adb5bd;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.2s;
}

.resize-handle:hover[b-dvbnjfxj96]::before,
.resize-handle.dragging[b-dvbnjfxj96]::before {
    opacity: 1;
}

.data-grid-header[b-dvbnjfxj96] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
    user-select: none;
    min-height: 40px;
}

.data-grid-header:hover[b-dvbnjfxj96] {
    background: #e9ecef;
}

.data-grid-content[b-dvbnjfxj96] {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.table-wrapper[b-dvbnjfxj96] {
    flex: 1;
    overflow: auto;
}

.table-wrapper table[b-dvbnjfxj96] {
    font-size: 0.8rem;
}

.table-wrapper th[b-dvbnjfxj96] {
    position: sticky;
    top: 0;
    background: #f8f9fa !important;
    z-index: 5;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
}

.table-wrapper th:hover[b-dvbnjfxj96] {
    background: #e9ecef !important;
}

.table-wrapper td[b-dvbnjfxj96] {
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sortable-header[b-dvbnjfxj96] {
    cursor: pointer;
}

.grid-footer[b-dvbnjfxj96] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.table-primary[b-dvbnjfxj96] {
    background-color: #cfe2ff !important;
}

/* Responsive */
@media (max-width: 768px) {
    .data-grid-container.expanded[b-dvbnjfxj96] {
        height: 200px;
    }
}
/* /Components/Pages/ClassBreaksEditor.razor.rz.scp.css */
/* ClassBreaksEditor specific styles */

.class-breaks-editor[b-kdts9j5732] {
    font-size: 0.875rem;
}

.section-label[b-kdts9j5732] {
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.5rem;
}

/* Color ramp selection */
.color-ramps-grid[b-kdts9j5732] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.25rem;
}

.color-ramp-btn[b-kdts9j5732] {
    padding: 0.25rem;
}

.color-ramp-btn.selected[b-kdts9j5732] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

.color-ramp-preview[b-kdts9j5732] {
    display: flex;
    width: 100%;
    height: 16px;
    border-radius: 2px;
    overflow: hidden;
}

.color-ramp-preview span[b-kdts9j5732] {
    flex: 1;
}

/* Class breaks list */
.class-breaks-list[b-kdts9j5732] {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.class-break-item[b-kdts9j5732] {
    border-bottom: 1px solid #eee;
    padding: 0.5rem;
    background: white;
    transition: background-color 0.15s;
}

.class-break-item:last-child[b-kdts9j5732] {
    border-bottom: none;
}

.class-break-item:hover[b-kdts9j5732] {
    background-color: #f8f9fa;
}

.class-break-item.hidden-class[b-kdts9j5732] {
    opacity: 0.5;
}

.class-break-item.expanded[b-kdts9j5732] {
    background-color: #f0f7ff;
}

.break-header[b-kdts9j5732] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.color-swatch[b-kdts9j5732] {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    flex-shrink: 0;
}

.color-swatch:hover[b-kdts9j5732] {
    transform: scale(1.1);
}

.break-info[b-kdts9j5732] {
    flex: 1;
    min-width: 0;
    cursor: pointer;
}

.break-label[b-kdts9j5732] {
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.break-actions[b-kdts9j5732] {
    display: flex;
    gap: 0.25rem;
    opacity: 0.5;
}

.class-break-item:hover .break-actions[b-kdts9j5732] {
    opacity: 1;
}

.break-details[b-kdts9j5732] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed #dee2e6;
}

/* Add dialog */
.add-break-modal[b-kdts9j5732] {
    animation: slideDown-b-kdts9j5732 0.2s ease-out;
}

@keyframes slideDown-b-kdts9j5732 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Default symbol section */
.default-symbol-section[b-kdts9j5732] {
    background-color: #f8f9fa;
}

/* Form control sizing */
.form-control-color.form-control-sm[b-kdts9j5732] {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.1rem;
}
/* /Components/Pages/ExportDialog.razor.rz.scp.css */
/* ExportDialog styles */

.export-dialog[b-hul01s3iyk] {
    width: 100%;
    max-width: 450px;
}

.export-format-grid[b-hul01s3iyk] {
    display: grid;
    gap: 0.75rem;
}

.export-format-option[b-hul01s3iyk] {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    border: 2px solid #dee2e6;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.15s ease;
    background: white;
}

.export-format-option:hover[b-hul01s3iyk] {
    border-color: #adb5bd;
    background-color: #f8f9fa;
}

.export-format-option.selected[b-hul01s3iyk] {
    border-color: #0d6efd;
    background-color: #e7f1ff;
}

.format-icon[b-hul01s3iyk] {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    opacity: 0.8;
}

.format-details[b-hul01s3iyk] {
    flex: 1;
}

.format-name[b-hul01s3iyk] {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.125rem;
}

.format-description[b-hul01s3iyk] {
    font-size: 0.8rem;
    color: #6c757d;
}

.format-check[b-hul01s3iyk] {
    color: #0d6efd;
    font-size: 1.25rem;
}

/* Progress indicator */
.export-progress[b-hul01s3iyk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
}

.export-progress .spinner-border[b-hul01s3iyk] {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

.export-progress-text[b-hul01s3iyk] {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Export button */
.export-btn[b-hul01s3iyk] {
    min-width: 100px;
}

.export-btn:disabled[b-hul01s3iyk] {
    cursor: not-allowed;
}
/* /Components/Pages/MapViewer.razor.rz.scp.css */
/* Map Viewer Layout Styles */

/* Main container - fills available space */
.map-viewer-container[b-piyre0vqos] {
    display: flex;
    flex-direction: row;
    height: calc(100vh - 56px);
    /* Subtract navbar height */
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Left sidebar - TOC */
.map-sidebar[b-piyre0vqos] {
    width: 300px;
    min-width: 300px;
    background: #f8f9fa;
    border-right: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: width 0.3s ease, min-width 0.3s ease;
}

.map-sidebar.collapsed[b-piyre0vqos] {
    width: 40px;
    min-width: 40px;
}

.map-sidebar .sidebar-header[b-piyre0vqos] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #e9ecef;
    border-bottom: 1px solid #dee2e6;
}

.map-sidebar.collapsed .sidebar-header h5[b-piyre0vqos] {
    display: none;
}

.sidebar-section[b-piyre0vqos] {
    flex: 0 0 auto;
    padding: 0.5rem;
    overflow-y: auto;
}

.toc-section[b-piyre0vqos] {
    flex: 1;
    overflow-y: auto;
}

.section-title[b-piyre0vqos] {
    font-size: 0.85rem;
    color: #495057;
}

.stats-section-compact[b-piyre0vqos] {
    padding: 0.5rem;
    border-bottom: 1px solid #dee2e6;
}

.stats-inline[b-piyre0vqos] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.stat-chip[b-piyre0vqos] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    background: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

/* TOC List */
.toc-list[b-piyre0vqos] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    overflow-y: auto;
    max-height: calc(100vh - 250px);
}

.toc-item[b-piyre0vqos] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.5rem;
    cursor: pointer;
    transition: all 0.2s;
}

.toc-item:hover[b-piyre0vqos] {
    border-color: #0d6efd;
    background: #f0f7ff;
}

.toc-item.selected[b-piyre0vqos] {
    border-color: #0d6efd;
    background: #e7f1ff;
    box-shadow: 0 0 0 1px #0d6efd;
}

.toc-item-header[b-piyre0vqos] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.toc-reorder-buttons[b-piyre0vqos] {
    display: flex;
    flex-direction: column;
    margin-right: 0.25rem;
}

.toc-reorder-buttons button[b-piyre0vqos] {
    padding: 0;
    line-height: 1;
    font-size: 0.7rem;
    color: #6c757d;
}

.toc-reorder-buttons button:hover:not(:disabled)[b-piyre0vqos] {
    color: #0d6efd;
}

.toc-reorder-buttons button:disabled[b-piyre0vqos] {
    opacity: 0.3;
}

.toc-item-name[b-piyre0vqos] {
    flex: 1;
    font-size: 0.85rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toc-item-actions[b-piyre0vqos] {
    display: flex;
    gap: 0.25rem;
    opacity: 0.7;
}

.toc-item:hover .toc-item-actions[b-piyre0vqos] {
    opacity: 1;
}

.toc-item-actions button[b-piyre0vqos] {
    font-size: 0.8rem;
    color: #6c757d;
}

.toc-item-actions button:hover[b-piyre0vqos] {
    color: #0d6efd;
}

.toc-transparency[b-piyre0vqos],
.toc-scale-limit[b-piyre0vqos] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px dashed #dee2e6;
}

/* Main map area */
.map-main-area[b-piyre0vqos] {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 0;
    /* Important for flex child with overflow */
}

.map-container[b-piyre0vqos] {
    flex: 1;
    position: relative;
    background: #e9ecef;
    overflow: hidden;
}

/* Loading overlay */
.loading-overlay[b-piyre0vqos] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.loading-text[b-piyre0vqos] {
    font-weight: 500;
    color: #495057;
}

/* Basemap selector */
.basemap-selector[b-piyre0vqos] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    max-width: 200px;
}

.basemap-selector .form-select[b-piyre0vqos] {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ccc;
    font-size: 0.85rem;
}

/* Extent controls */
.extent-controls[b-piyre0vqos] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

/* Ensure GeoBlazor map fills container */
[b-piyre0vqos] .esri-view {
    width: 100% !important;
    height: 100% !important;
}
/* /Components/Pages/SymbologyEditor.razor.rz.scp.css */
/* Symbology Editor Styles */
.symbology-editor[b-v2urjee0cw] {
    padding: 15px;
}

.editor-header[b-v2urjee0cw] {
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.editor-content[b-v2urjee0cw] {
    /* Content area */
}

.symbology-section[b-v2urjee0cw] {
    margin-bottom: 15px;
}

.section-label[b-v2urjee0cw] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

/* Color picker styling */
.color-picker-wrapper[b-v2urjee0cw] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.color-swatch[b-v2urjee0cw] {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 2px solid #dee2e6;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.color-swatch input[type="color"][b-v2urjee0cw] {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: none;
    padding: 0;
}

/* Clickable color swatch label */
.color-swatch-label[b-v2urjee0cw] {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 2px solid #dee2e6;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.color-swatch-label:hover[b-v2urjee0cw] {
    border-color: #2196F3;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.2);
}

.color-swatch-label input[type="color"][b-v2urjee0cw] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.color-hex-input[b-v2urjee0cw] {
    width: 100px;
    font-family: monospace;
}

/* Symbol preview */
.symbol-preview[b-v2urjee0cw] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.preview-container[b-v2urjee0cw] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.preview-point[b-v2urjee0cw] {
    transition: all 0.2s ease;
}

/* Slider styling */
.slider-with-value[b-v2urjee0cw] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider-with-value .form-range[b-v2urjee0cw] {
    flex: 1;
}

.slider-with-value .value-display[b-v2urjee0cw] {
    min-width: 50px;
    text-align: right;
    font-weight: 500;
}

/* Style selector buttons */
.style-selector[b-v2urjee0cw] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.style-btn[b-v2urjee0cw] {
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.85rem;
}

.style-btn:hover[b-v2urjee0cw] {
    background: #f0f4f8;
}

.style-btn.active[b-v2urjee0cw] {
    background: #e3f2fd;
    border-color: #2196F3;
    color: #1976D2;
}

/* Line style preview */
.line-style-preview[b-v2urjee0cw] {
    width: 40px;
    height: 3px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

/* Point style icons */
.point-style-icon[b-v2urjee0cw] {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

/* Input group styling */
.symbology-input-group[b-v2urjee0cw] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.symbology-input-group label[b-v2urjee0cw] {
    min-width: 80px;
    font-size: 0.9rem;
    color: #555;
}

.symbology-input-group .form-control[b-v2urjee0cw],
.symbology-input-group .form-select[b-v2urjee0cw] {
    flex: 1;
}

/* Opacity control */
.opacity-control[b-v2urjee0cw] {
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
}

/* Responsive */
@media (max-width: 992px) {
    .symbology-editor[b-v2urjee0cw] {
        padding: 10px;
    }
    
    .symbology-input-group[b-v2urjee0cw] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .symbology-input-group label[b-v2urjee0cw] {
        min-width: unset;
        margin-bottom: 4px;
    }
}

/* Color Scheme Selector */
.color-scheme-section[b-v2urjee0cw] {
    background: #f8f9fa;
}

.color-schemes-grid[b-v2urjee0cw] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    max-height: 200px;
    overflow-y: auto;
}

.color-scheme-btn[b-v2urjee0cw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.color-scheme-btn:hover[b-v2urjee0cw] {
    border-color: #2196F3;
    background: #f0f4f8;
}

.color-scheme-btn.selected[b-v2urjee0cw] {
    border-color: #2196F3;
    background: #e3f2fd;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.2);
}

.color-scheme-preview[b-v2urjee0cw] {
    display: flex;
    gap: 2px;
    margin-bottom: 4px;
}

.color-scheme-preview span[b-v2urjee0cw] {
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.color-scheme-btn small[b-v2urjee0cw] {
    font-size: 0.7rem;
    color: #666;
}
/* /Components/Pages/UniqueValueEditor.razor.rz.scp.css */
/* UniqueValueEditor and ClassBreaksEditor styles */

.unique-value-editor[b-bi7bhq47vf],
.class-breaks-editor[b-bi7bhq47vf] {
    font-size: 0.875rem;
}

.section-label[b-bi7bhq47vf] {
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.5rem;
}

/* Color scheme selection */
.color-schemes-row[b-bi7bhq47vf] {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.color-scheme-mini[b-bi7bhq47vf] {
    padding: 0.25rem;
}

.color-preview-mini[b-bi7bhq47vf] {
    display: flex;
    width: 40px;
    height: 12px;
}

.color-preview-mini span[b-bi7bhq47vf] {
    flex: 1;
}

/* Color ramp selection */
.color-ramps-grid[b-bi7bhq47vf] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.25rem;
}

.color-ramp-btn[b-bi7bhq47vf] {
    padding: 0.25rem;
}

.color-ramp-btn.selected[b-bi7bhq47vf] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

.color-ramp-preview[b-bi7bhq47vf] {
    display: flex;
    width: 100%;
    height: 16px;
    border-radius: 2px;
    overflow: hidden;
}

.color-ramp-preview span[b-bi7bhq47vf] {
    flex: 1;
}

/* Values/Breaks list */
.unique-values-list[b-bi7bhq47vf],
.class-breaks-list[b-bi7bhq47vf] {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.unique-value-item[b-bi7bhq47vf],
.class-break-item[b-bi7bhq47vf] {
    border-bottom: 1px solid #eee;
    padding: 0.5rem;
    background: white;
    transition: background-color 0.15s;
}

.unique-value-item:last-child[b-bi7bhq47vf],
.class-break-item:last-child[b-bi7bhq47vf] {
    border-bottom: none;
}

.unique-value-item:hover[b-bi7bhq47vf],
.class-break-item:hover[b-bi7bhq47vf] {
    background-color: #f8f9fa;
}

.unique-value-item.hidden-class[b-bi7bhq47vf],
.class-break-item.hidden-class[b-bi7bhq47vf] {
    opacity: 0.5;
}

.unique-value-item.editing[b-bi7bhq47vf],
.class-break-item.expanded[b-bi7bhq47vf] {
    background-color: #f0f7ff;
}

.value-header[b-bi7bhq47vf],
.break-header[b-bi7bhq47vf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.color-swatch[b-bi7bhq47vf] {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    flex-shrink: 0;
}

.color-swatch:hover[b-bi7bhq47vf] {
    transform: scale(1.1);
}

.value-info[b-bi7bhq47vf],
.break-info[b-bi7bhq47vf] {
    flex: 1;
    min-width: 0;
    cursor: pointer;
}

.value-label[b-bi7bhq47vf],
.break-label[b-bi7bhq47vf] {
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.value-actions[b-bi7bhq47vf],
.break-actions[b-bi7bhq47vf] {
    display: flex;
    gap: 0.25rem;
    opacity: 0.5;
}

.unique-value-item:hover .value-actions[b-bi7bhq47vf],
.class-break-item:hover .break-actions[b-bi7bhq47vf] {
    opacity: 1;
}

.value-details[b-bi7bhq47vf],
.break-details[b-bi7bhq47vf] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed #dee2e6;
}

/* Add dialog */
.add-value-modal[b-bi7bhq47vf],
.add-break-modal[b-bi7bhq47vf] {
    animation: slideDown-b-bi7bhq47vf 0.2s ease-out;
}

@keyframes slideDown-b-bi7bhq47vf {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Default symbol section */
.default-symbol-section[b-bi7bhq47vf] {
    background-color: #f8f9fa;
}

/* Form control sizing */
.form-control-color.form-control-sm[b-bi7bhq47vf] {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.1rem;
}
/* /Components/Shared/CategoryPanel.razor.rz.scp.css */
.category-panel[b-1rsaywt09p] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.panel-header[b-1rsaywt09p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.75rem;
    background: var(--bs-light);
    border-bottom: 1px solid var(--bs-border-color);
    flex-shrink: 0;
}

.panel-header h6[b-1rsaywt09p] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bs-gray-700);
}

.category-list[b-1rsaywt09p] {
    flex: 1;
    overflow-y: auto;
    padding: 0.25rem;
}

.category-item[b-1rsaywt09p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-bottom: 0.125rem;
}

.category-item:hover[b-1rsaywt09p] {
    background: var(--bs-light);
}

.category-item.selected[b-1rsaywt09p] {
    background: var(--bs-primary);
    color: white;
}

.category-item.selected .badge[b-1rsaywt09p] {
    background: rgba(255, 255, 255, 0.2) !important;
    color: white;
}

.category-icon[b-1rsaywt09p] {
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-gray-200);
    border-radius: 0.25rem;
    flex-shrink: 0;
}

.category-item.selected .category-icon[b-1rsaywt09p] {
    background: rgba(255, 255, 255, 0.2);
}

.category-icon i[b-1rsaywt09p] {
    font-size: 0.9rem;
}

.category-info[b-1rsaywt09p] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.category-name[b-1rsaywt09p] {
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-counts[b-1rsaywt09p] {
    display: flex;
    gap: 0.25rem;
}

.category-counts .badge[b-1rsaywt09p] {
    font-size: 0.65rem;
    font-weight: 500;
    padding: 0.15rem 0.35rem;
}
/* /Components/Shared/DataBrowser.razor.rz.scp.css */
.data-browser[b-lusin2pxlw] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: white;
}

.panel-header[b-lusin2pxlw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.75rem;
    background: var(--bs-light);
    border-bottom: 1px solid var(--bs-border-color);
    flex-shrink: 0;
}

.panel-header h6[b-lusin2pxlw] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bs-gray-700);
}

.header-actions[b-lusin2pxlw] {
    display: flex;
    align-items: center;
}

.filter-bar[b-lusin2pxlw] {
    padding: 0.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    flex-shrink: 0;
}

.filter-bar .form-select[b-lusin2pxlw] {
    font-size: 0.8rem;
}

.tree-container[b-lusin2pxlw] {
    flex: 1;
    overflow-y: auto;
    padding: 0.25rem;
}

.tree-node[b-lusin2pxlw] {
    user-select: none;
}

.node-header[b-lusin2pxlw] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background 0.15s ease;
}

.node-header:hover[b-lusin2pxlw] {
    background: var(--bs-gray-100);
}

.expand-icon[b-lusin2pxlw] {
    width: 1rem;
    flex-shrink: 0;
    color: var(--bs-gray-500);
    font-size: 0.7rem;
}

.node-icon[b-lusin2pxlw] {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    flex-shrink: 0;
    font-size: 0.75rem;
}

.server-icon[b-lusin2pxlw] {
    background: var(--bs-success);
    color: white;
}

.service-icon[b-lusin2pxlw] {
    background: var(--bs-primary);
    color: white;
}

.service-icon.map-service[b-lusin2pxlw] {
    background: #0d6efd;
}

.service-icon.feature-service[b-lusin2pxlw] {
    background: #6610f2;
}

.service-icon.image-service[b-lusin2pxlw] {
    background: #fd7e14;
}

.layer-icon[b-lusin2pxlw] {
    background: var(--bs-gray-400);
    color: white;
}

.layer-icon.point-layer[b-lusin2pxlw] {
    background: #dc3545;
}

.layer-icon.line-layer[b-lusin2pxlw] {
    background: #20c997;
}

.layer-icon.polygon-layer[b-lusin2pxlw] {
    background: #0dcaf0;
}

.node-label[b-lusin2pxlw] {
    flex: 1;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.node-badge[b-lusin2pxlw] {
    font-size: 0.65rem;
    padding: 0.1rem 0.4rem;
    background: var(--bs-gray-200);
    color: var(--bs-gray-600);
    border-radius: 0.75rem;
    flex-shrink: 0;
}

.service-type-badge[b-lusin2pxlw] {
    font-size: 0.6rem;
    padding: 0.1rem 0.3rem;
    background: var(--bs-gray-200);
    color: var(--bs-gray-600);
    border-radius: 0.2rem;
    flex-shrink: 0;
}

.node-children[b-lusin2pxlw] {
    margin-left: 1rem;
    border-left: 1px dashed var(--bs-gray-300);
    padding-left: 0.25rem;
}

.add-btn[b-lusin2pxlw], .extent-btn[b-lusin2pxlw] {
    padding: 0.1rem 0.25rem;
    font-size: 0.7rem;
    opacity: 0;
    transition: opacity 0.15s ease;
    color: var(--bs-primary);
    background: transparent;
    border: none;
}

.extent-btn[b-lusin2pxlw] {
    color: var(--bs-warning);
}

.node-header:hover .add-btn[b-lusin2pxlw],
.node-header:hover .extent-btn[b-lusin2pxlw] {
    opacity: 1;
}

.add-btn:hover[b-lusin2pxlw] {
    color: var(--bs-success);
}

.extent-btn:hover[b-lusin2pxlw] {
    color: var(--bs-orange);
}

.loading-indicator[b-lusin2pxlw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    font-size: 0.75rem;
    color: var(--bs-gray-500);
}

.loading-indicator .spinner-border[b-lusin2pxlw] {
    width: 0.875rem;
    height: 0.875rem;
}

.empty-state[b-lusin2pxlw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: var(--bs-gray-500);
    text-align: center;
}

.empty-state i[b-lusin2pxlw] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.empty-state p[b-lusin2pxlw] {
    margin: 0.5rem 0;
    font-size: 0.85rem;
}

/* Spin animation for refresh button */
@keyframes spin-b-lusin2pxlw {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.spin[b-lusin2pxlw] {
    animation: spin-b-lusin2pxlw 1s linear infinite;
}
/* /Components/Shared/LayerPreviewPanel.razor.rz.scp.css */
/* LayerPreviewPanel Styles */

.preview-panel[b-7xjep6hmhe] {
    width: 400px;
    background: white;
    border-left: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.preview-header[b-7xjep6hmhe] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 1rem;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    flex-shrink: 0;
}

.preview-title[b-7xjep6hmhe] {
    font-weight: 600;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-close-preview[b-7xjep6hmhe] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0.25rem 0.4rem;
    border-radius: 4px;
    display: flex;
    transition: all 0.2s;
}

.btn-close-preview:hover[b-7xjep6hmhe] {
    background: rgba(255, 255, 255, 0.3);
}

/* Map Preview Area */
.preview-map-container[b-7xjep6hmhe] {
    height: 220px;
    min-height: 220px;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.preview-map-loading[b-7xjep6hmhe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #64748b;
    gap: 0.5rem;
    font-size: 0.85rem;
}

.preview-map-placeholder[b-7xjep6hmhe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #94a3b8;
    gap: 0.5rem;
}

.preview-map-placeholder i[b-7xjep6hmhe] {
    font-size: 2rem;
    opacity: 0.5;
}

.preview-map-placeholder.offline[b-7xjep6hmhe] {
    background: #fef2f2;
    color: #b91c1c;
}

.preview-map-placeholder.offline i[b-7xjep6hmhe] {
    color: #dc2626;
}

/* Layer Info Section */
.preview-info[b-7xjep6hmhe] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    min-height: 0;
    font-size: 0.8rem;
}

.info-row[b-7xjep6hmhe] {
    display: flex;
    margin-bottom: 0.35rem;
    line-height: 1.4;
}

.info-row:last-child[b-7xjep6hmhe] {
    margin-bottom: 0;
}

.info-key[b-7xjep6hmhe] {
    font-weight: 600;
    color: #475569;
    min-width: 60px;
    flex-shrink: 0;
}

.info-val[b-7xjep6hmhe] {
    color: #1e293b;
    word-break: break-word;
}

.url-row[b-7xjep6hmhe] {
    flex-direction: column;
    gap: 0.15rem;
}

.url-actions[b-7xjep6hmhe] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-url[b-7xjep6hmhe] {
    color: #3b82f6;
    text-decoration: none;
    font-size: 0.7rem;
    word-break: break-all;
    font-family: ui-monospace, monospace;
}

.info-url:hover[b-7xjep6hmhe] {
    text-decoration: underline;
}

.btn-copy-url[b-7xjep6hmhe] {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 0.15rem;
    font-size: 0.75rem;
    transition: color 0.2s;
}

.btn-copy-url:hover[b-7xjep6hmhe] {
    color: #3b82f6;
}

/* Export Section */
.preview-export[b-7xjep6hmhe] {
    padding: 0.75rem 1rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.preview-export h6[b-7xjep6hmhe] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #475569;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.export-controls[b-7xjep6hmhe] {
    display: flex;
    gap: 0.5rem;
}

.export-controls .form-select[b-7xjep6hmhe] {
    flex: 1;
    font-size: 0.75rem;
    padding: 0.3rem 0.5rem;
}

.export-controls .btn[b-7xjep6hmhe] {
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.export-status[b-7xjep6hmhe] {
    margin-top: 0.4rem;
    padding: 0.35rem 0.5rem;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 4px;
    color: #1d4ed8;
    font-size: 0.7rem;
}

.export-error[b-7xjep6hmhe] {
    margin-top: 0.4rem;
    padding: 0.35rem 0.5rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 4px;
    color: #b91c1c;
    font-size: 0.7rem;
}

.export-success[b-7xjep6hmhe] {
    margin-top: 0.5rem;
}

.export-success .btn[b-7xjep6hmhe] {
    font-size: 0.75rem;
    padding: 0.4rem 0.75rem;
}

/* Actions */
.preview-actions[b-7xjep6hmhe] {
    padding: 0.75rem 1rem;
    background: white;
    flex-shrink: 0;
}

.preview-actions .btn[b-7xjep6hmhe] {
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.preview-actions .btn-primary[b-7xjep6hmhe] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: none;
}

.preview-actions .btn-primary:hover[b-7xjep6hmhe] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
/* /Components/Shared/SearchPanel.razor.rz.scp.css */
.search-panel[b-p938rvoist] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: white;
}

.panel-header[b-p938rvoist] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.75rem;
    background: var(--bs-light);
    border-bottom: 1px solid var(--bs-border-color);
    flex-shrink: 0;
}

.panel-header h6[b-p938rvoist] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bs-gray-700);
}

.search-input-container[b-p938rvoist] {
    padding: 0.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    flex-shrink: 0;
}

.search-input-container .input-group[b-p938rvoist] {
    margin-bottom: 0;
}

.search-input-container .form-control[b-p938rvoist] {
    font-size: 0.85rem;
}

.active-filter[b-p938rvoist] {
    margin-top: 0.5rem;
}

.active-filter .badge[b-p938rvoist] {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 500;
}

.search-results[b-p938rvoist] {
    flex: 1;
    overflow-y: auto;
    padding: 0.25rem;
}

.result-section[b-p938rvoist] {
    margin-bottom: 0.5rem;
}

.result-section-header[b-p938rvoist] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.5rem 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--bs-gray-600);
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.result-item[b-p938rvoist] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background 0.15s ease;
}

.result-item:hover[b-p938rvoist] {
    background: var(--bs-gray-100);
}

.result-icon[b-p938rvoist] {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    flex-shrink: 0;
    font-size: 0.75rem;
    background: var(--bs-gray-400);
    color: white;
}

.server-result .result-icon[b-p938rvoist] {
    background: var(--bs-success);
}

.result-icon.map-service[b-p938rvoist] {
    background: #0d6efd;
}

.result-icon.feature-service[b-p938rvoist] {
    background: #6610f2;
}

.result-icon.image-service[b-p938rvoist] {
    background: #fd7e14;
}

.result-icon.point-layer[b-p938rvoist] {
    background: #dc3545;
}

.result-icon.line-layer[b-p938rvoist] {
    background: #20c997;
}

.result-icon.polygon-layer[b-p938rvoist] {
    background: #0dcaf0;
}

.result-info[b-p938rvoist] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.result-name[b-p938rvoist] {
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-meta[b-p938rvoist] {
    font-size: 0.7rem;
    color: var(--bs-gray-500);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-item .btn-link[b-p938rvoist] {
    padding: 0.15rem 0.25rem;
    font-size: 0.8rem;
    opacity: 0.6;
    transition: opacity 0.15s ease;
}

.result-item:hover .btn-link[b-p938rvoist] {
    opacity: 1;
}

.empty-results[b-p938rvoist], .search-hint[b-p938rvoist] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    color: var(--bs-gray-500);
}

.empty-results i[b-p938rvoist], .search-hint i[b-p938rvoist] {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.empty-results p[b-p938rvoist], .search-hint p[b-p938rvoist] {
    font-size: 0.8rem;
    margin: 0;
}

.search-hint[b-p938rvoist] {
    color: var(--bs-gray-400);
}

.search-hint i[b-p938rvoist] {
    color: var(--bs-warning);
}
