@import '_content/Blazicons/Blazicons.ugzwxlf6d1.bundle.scp.css';
@import '_content/PerceptionAg.Blazor/PerceptionAg.Blazor.bundle.scp.css';
@import '_content/BlazorDeckGL/BlazorDeckGL.bundle.scp.css';

/* /Components/Maps/DeckGLLayersPanel.razor.rz.scp.css */
.deckgl-layers-panel[b-ip8jt44ju3] {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 100%;
}

/* Panel Header */
.panel-header[b-ip8jt44ju3] {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.panel-header h6[b-ip8jt44ju3] {
    font-size: 10px;
    font-weight: 600;
    color: #666;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Panel Content */
.panel-content[b-ip8jt44ju3] {
    flex: 0 1 auto;
    overflow-y: auto;
    padding: 8px;
    max-height: min(300px, calc(100vh - 400px));
    min-height: 80px;
}

/* Layers List */
.layers-list[b-ip8jt44ju3] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Layer Item */
.layer-item[b-ip8jt44ju3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    gap: 8px;
}

.layer-item:hover[b-ip8jt44ju3] {
    background: #f5f5f5;
    border-color: #ccc;
}

.layer-item.selected[b-ip8jt44ju3] {
    background: #000;
    border-color: #000;
    color: white;
}

.layer-item.selected .layer-name strong[b-ip8jt44ju3] {
    color: white;
}

.layer-item.selected .layer-stats small[b-ip8jt44ju3] {
    color: rgba(255, 255, 255, 0.8);
}

/* Layer Info */
.layer-info[b-ip8jt44ju3] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.layer-name[b-ip8jt44ju3] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.layer-name strong[b-ip8jt44ju3] {
    font-size: 11px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layer-stats[b-ip8jt44ju3] {
    font-size: 9px;
    line-height: 1.2;
}

.layer-stats small[b-ip8jt44ju3] {
    color: #666;
}

/* Layer Actions */
.layer-actions[b-ip8jt44ju3] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.layer-actions button[b-ip8jt44ju3] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 4px;
    border: none;
    background: transparent;
    color: #666;
    cursor: pointer;
    transition: color 0.2s ease;
    font-size: 12px;
    min-width: 20px;
    min-height: 20px;
}

.layer-actions button:hover[b-ip8jt44ju3] {
    color: #333;
}

.layer-item.selected .layer-actions button[b-ip8jt44ju3] {
    color: rgba(255, 255, 255, 0.8);
}

.layer-item.selected .layer-actions button:hover[b-ip8jt44ju3] {
    color: white;
}

.layer-actions button.text-danger[b-ip8jt44ju3] {
    color: #dc3545;
}

.layer-actions button.text-danger:hover[b-ip8jt44ju3] {
    color: #bb2d3b;
}

.layer-item.selected .layer-actions button.text-danger[b-ip8jt44ju3] {
    color: #ff6b7a;
}

.layer-item.selected .layer-actions button.text-danger:hover[b-ip8jt44ju3] {
    color: #ff8891;
}

/* Empty State */
.empty-state[b-ip8jt44ju3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-align: center;
}

.empty-state i[b-ip8jt44ju3] {
    font-size: 24px;
    color: #ccc;
    margin-bottom: 6px;
}

.empty-state p[b-ip8jt44ju3] {
    font-size: 10px;
    font-weight: 500;
    color: #666;
    margin: 0 0 2px 0;
}

.empty-state small[b-ip8jt44ju3] {
    font-size: 9px;
    color: #999;
}

/* Panel Footer */
.panel-footer[b-ip8jt44ju3] {
    padding: 8px;
    border-top: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.panel-footer button[b-ip8jt44ju3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 6px 12px;
    border: none;
    background: white;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: 0;
    border: 1px solid #e0e0e0;
}

.panel-footer button:hover[b-ip8jt44ju3] {
    background: #f5f5f5;
    border-color: #ccc;
}

.panel-footer button i[b-ip8jt44ju3] {
    font-size: 14px;
}

/* Scrollbar Styling */
.panel-content[b-ip8jt44ju3]::-webkit-scrollbar {
    width: 6px;
}

.panel-content[b-ip8jt44ju3]::-webkit-scrollbar-track {
    background: #f5f5f5;
}

.panel-content[b-ip8jt44ju3]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.panel-content[b-ip8jt44ju3]::-webkit-scrollbar-thumb:hover {
    background: #999;
}
/* /Components/Maps/DeckGLMapEditingComponent.razor.rz.scp.css */
/* Main container for the map editing component */
.map-editing-container[b-6jvx8fgzxb] {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 100vh;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-direction: row;
}

/* Toolbar Panel */
.toolbar-panel[b-6jvx8fgzxb] {
    width: 320px;
    min-width: 280px;
    max-width: 400px;
    background: white;
    border-right: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.toolbar-header[b-6jvx8fgzxb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid #e9ecef;
    min-height: 48px;
    flex-shrink: 0;
}

.toolbar-title[b-6jvx8fgzxb] {
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.toolbar-collapse-btn[b-6jvx8fgzxb] {
    color: #6c757d;
}

.toolbar-content[b-6jvx8fgzxb] {
    flex: 1;
    overflow-y: auto;
}

/* Map Area */
.map-area[b-6jvx8fgzxb] {
    position: relative;
    flex: 1;
    background: white;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Expand button when toolbar is hidden */
.toolbar-expand-btn[b-6jvx8fgzxb] {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

/* Map content containers */
.map-content-wrapper[b-6jvx8fgzxb],
.map-content-container[b-6jvx8fgzxb] {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Force all direct children to fill container */
.map-content-wrapper > *[b-6jvx8fgzxb],
.map-content-container > *[b-6jvx8fgzxb] {
    width: 100% !important;
    height: 100% !important;
    flex: 1;
}

/* Validation message */
.validation-message[b-6jvx8fgzxb] {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 4px;
    padding: 12px 16px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    max-width: 300px;
    text-align: center;
}

/* Loading Overlay */
.loading-overlay[b-6jvx8fgzxb] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(2px);
}

/* ========== Toolbar Styles (Handled by PaPaper) ========== */
/* PaPaper component provides the base styling, we just need minor adjustments */

/* ========== Layers Panel Styles ========== */
.toolbar-content .deckgl-layers-panel[b-6jvx8fgzxb] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    margin-top: 1rem;
}

.deckgl-layers-panel .panel-header[b-6jvx8fgzxb] {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #e9ecef;
}

.deckgl-layers-panel .panel-header h6[b-6jvx8fgzxb] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.deckgl-layers-panel .panel-content[b-6jvx8fgzxb] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem;
    min-height: 0;
}

.deckgl-layers-panel .panel-footer[b-6jvx8fgzxb] {
    padding: 0.75rem;
    border-top: 1px solid #e9ecef;
}

/* Layers List */
.layers-list[b-6jvx8fgzxb] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.layer-item[b-6jvx8fgzxb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    background: white;
    border: 2px solid #dee2e6;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.layer-item:hover[b-6jvx8fgzxb] {
    border-color: #0d6efd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.layer-item.selected[b-6jvx8fgzxb] {
    border-color: #0d6efd;
    background: #f0f7ff;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.layer-info[b-6jvx8fgzxb] {
    flex: 1;
    min-width: 0;
}

.layer-name[b-6jvx8fgzxb] {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.layer-name strong[b-6jvx8fgzxb] {
    font-size: 0.875rem;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layer-stats[b-6jvx8fgzxb] {
    font-size: 0.75rem;
}

.layer-actions[b-6jvx8fgzxb] {
    display: flex;
    gap: 0.25rem;
    margin-left: 0.5rem;
}

.layer-actions .btn-link[b-6jvx8fgzxb] {
    padding: 0.25rem 0.5rem;
    color: #6c757d;
    text-decoration: none;
}

.layer-actions .btn-link:hover[b-6jvx8fgzxb] {
    color: #0d6efd;
}

.layer-actions .btn-link.text-danger:hover[b-6jvx8fgzxb] {
    color: #dc3545 !important;
}

/* Empty State */
.empty-state[b-6jvx8fgzxb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    text-align: center;
}

.empty-state i[b-6jvx8fgzxb] {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    opacity: 0.3;
}

.empty-state p[b-6jvx8fgzxb] {
    font-size: 0.875rem;
}

.empty-state small[b-6jvx8fgzxb] {
    font-size: 0.75rem;
}

/* Create Layer Form */
.create-layer-form[b-6jvx8fgzxb] {
    display: flex;
    flex-direction: column;
}

/* Responsive Design */
@media (max-width: 992px) {
    .map-and-panel-container[b-6jvx8fgzxb] {
        flex-direction: column;
    }

    .layers-panel-area[b-6jvx8fgzxb] {
        width: 100%;
        max-height: 300px;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    .toolbar-area[b-6jvx8fgzxb] {
        overflow-x: auto;
    }

    .deckgl-toolbar[b-6jvx8fgzxb] {
        flex-wrap: nowrap;
    }
}

@media (max-width: 768px) {
    .toolbar-group[b-6jvx8fgzxb] {
        flex-wrap: wrap;
    }

    .toolbar-label[b-6jvx8fgzxb] {
        width: 100%;
    }

    .layers-panel-area[b-6jvx8fgzxb] {
        max-height: 250px;
    }
}

/* Scrollbar Styling */
.panel-content[b-6jvx8fgzxb]::-webkit-scrollbar {
    width: 8px;
}

.panel-content[b-6jvx8fgzxb]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.panel-content[b-6jvx8fgzxb]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.panel-content[b-6jvx8fgzxb]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .toolbar-panel[b-6jvx8fgzxb] {
        width: 280px;
        min-width: 260px;
    }
}

@media (max-width: 992px) {
    .map-editing-container[b-6jvx8fgzxb] {
        min-height: 350px;
        border-radius: 4px;
    }

    .toolbar-panel[b-6jvx8fgzxb] {
        width: 260px;
        min-width: 240px;
    }
}

@media (max-width: 768px) {
    .map-editing-container[b-6jvx8fgzxb] {
        flex-direction: column;
        min-height: 300px;
    }

    .toolbar-panel[b-6jvx8fgzxb] {
        width: 100%;
        min-width: unset;
        max-width: unset;
        border-right: none;
        border-bottom: 1px solid #e9ecef;
        max-height: 250px;
        order: 2;
    }

    .map-area[b-6jvx8fgzxb] {
        order: 1;
        min-height: 250px;
    }

    .toolbar-expand-btn[b-6jvx8fgzxb] {
        top: 8px;
        left: 8px;
    }
}

@media (max-width: 576px) {
    .map-editing-container[b-6jvx8fgzxb] {
        border-radius: 0;
        min-height: 250px;
    }

    .toolbar-panel[b-6jvx8fgzxb] {
        max-height: 200px;
    }

    .map-area[b-6jvx8fgzxb] {
        min-height: 200px;
    }
}

/* Landscape orientation on mobile devices */
@media (max-width: 768px) and (orientation: landscape) {
    .map-editing-container[b-6jvx8fgzxb] {
        flex-direction: row;
    }

    .toolbar-panel[b-6jvx8fgzxb] {
        width: 220px;
        min-width: 200px;
        max-width: 300px;
        border-right: 1px solid #e9ecef;
        border-bottom: none;
        max-height: unset;
        order: unset;
    }

    .map-area[b-6jvx8fgzxb] {
        order: unset;
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .toolbar-collapse-btn[b-6jvx8fgzxb],
    .toolbar-expand-btn[b-6jvx8fgzxb] {
        padding: 8px;
        min-width: 36px;
        min-height: 36px;
    }
}
/* /Components/Maps/DeckGLMapEditingToolbar.razor.rz.scp.css */

.toolbar-section[b-g947muuoov] {
    margin-bottom: 8px;
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.toolbar-section:last-child[b-g947muuoov] {
    margin-bottom: 0;
    border-bottom: none;
}

.toolbar-title[b-g947muuoov] {
    font-size: 10px;
    font-weight: 600;
    color: #666;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.toolbar-buttons[b-g947muuoov] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.btn[b-g947muuoov] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border: none;
    background: white;
    border-radius: 0;
    font-size: 11px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-align: left;
    width: 100%;
    min-height: 24px;
}

.btn:hover[b-g947muuoov] {
    background: #f5f5f5;
}

.btn.btn-active[b-g947muuoov] {
    background: #000;
    color: white;
}

.btn.btn-danger[b-g947muuoov] {
    background: white;
    color: #333;
}

.btn.btn-danger:hover:not(:disabled)[b-g947muuoov] {
    background: #f5f5f5;
}

.btn:disabled[b-g947muuoov] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn:disabled:hover[b-g947muuoov] {
    background: white;
}

.btn span[b-g947muuoov] {
    flex: 1;
}

.hole-cutting-instructions[b-g947muuoov] {
    padding: 8px 12px;
    background: #e3f2fd;
    border-bottom: 1px solid #90caf9;
}

.instruction-steps[b-g947muuoov] {
    margin: 8px 0 4px 0;
    padding-left: 20px;
    font-size: 11px;
    line-height: 1.5;
}

.instruction-steps li[b-g947muuoov] {
    margin-bottom: 4px;
}
/* /Components/Maps/LayersPanel.razor.rz.scp.css */
.layers-panel[b-2zfhvg2lzt] {
    width: 100%;
    height: 100%;
    background: white;
    border-left: 1px solid #e0e0e0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.layers-header[b-2zfhvg2lzt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    background: #f5f5f5;
    flex-shrink: 0;
}

.layers-title[b-2zfhvg2lzt] {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.layers-controls[b-2zfhvg2lzt] {
    display: flex;
    gap: 4px;
}

.btn-icon[b-2zfhvg2lzt] {
    background: none;
    border: none;
    padding: 4px;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 10px;
}

.btn-icon:hover[b-2zfhvg2lzt] {
    background: #e0e0e0;
    color: #333;
}

.layers-content[b-2zfhvg2lzt] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px;
    min-height: 0; /* Important for flex scrolling */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ccc #f5f5f5; /* Firefox */
}

/* Webkit scrollbar styling */
.layers-content[b-2zfhvg2lzt]::-webkit-scrollbar {
    width: 6px;
}

.layers-content[b-2zfhvg2lzt]::-webkit-scrollbar-track {
    background: #f5f5f5;
}

.layers-content[b-2zfhvg2lzt]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.layers-content[b-2zfhvg2lzt]::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Fade indicator at bottom when scrollable */
.layers-content[b-2zfhvg2lzt]::after {
    content: '';
    position: sticky;
    bottom: 0;
    display: block;
    height: 20px;
    background: linear-gradient(transparent, rgba(245, 245, 245, 0.8));
    pointer-events: none;
    margin: 0 -8px -8px -8px;
}

.layer-item[b-2zfhvg2lzt] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    margin-bottom: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.layer-item:hover[b-2zfhvg2lzt] {
    border-color: #ccc;
    background: #f9f9f9;
}

.layer-item.selected[b-2zfhvg2lzt] {
    background: rgba(25, 118, 210, 0.12);
    border-left: 3px solid #1976d2;
    box-shadow: 0 2px 4px rgba(25, 118, 210, 0.2);
}

.layer-main[b-2zfhvg2lzt] {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
}

.layer-controls[b-2zfhvg2lzt] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.btn-toggle[b-2zfhvg2lzt] {
    background: none;
    border: none;
    padding: 4px;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-toggle:hover[b-2zfhvg2lzt] {
    background: #e0e0e0;
}

.btn-toggle.active[b-2zfhvg2lzt] {
    color: #000;
}

.layer-info[b-2zfhvg2lzt] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.layer-icon[b-2zfhvg2lzt] {
    width: 24px;
    height: 24px;
    border-radius: 0;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 10px;
    flex-shrink: 0;
}

.layer-details[b-2zfhvg2lzt] {
    flex: 1;
    min-width: 0;
}

.layer-name[b-2zfhvg2lzt] {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.layer-count[b-2zfhvg2lzt] {
    display: block;
    font-size: 11px;
    color: #666;
    line-height: 1.2;
}

.layer-name-input[b-2zfhvg2lzt] {
    background: white;
    border: 1px solid #000;
    border-radius: 0;
    padding: 2px 6px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    width: 100%;
    outline: none;
}

.layer-actions[b-2zfhvg2lzt] {
    display: flex;
    gap: 2px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.layer-item:hover .layer-actions[b-2zfhvg2lzt] {
    opacity: 1;
}

.btn-action[b-2zfhvg2lzt] {
    background: none;
    border: none;
    padding: 4px;
    border-radius: 2px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 8px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-action:hover[b-2zfhvg2lzt] {
    background: #e0e0e0;
    color: #333;
    transform: scale(1.1);
}

.btn-action.btn-danger:hover[b-2zfhvg2lzt] {
    background: #ffebee;
    color: #d32f2f;
    transform: scale(1.1);
}

/* Zoom button specific styling */
.btn-action[title="Zoom to Layer"]:hover[b-2zfhvg2lzt] {
    background: #e3f2fd;
    color: #1976d2;
    transform: scale(1.1);
}

.layer-details-expanded[b-2zfhvg2lzt] {
    padding: 8px 12px;
    border-top: 1px solid #e0e0e0;
    background: #f9f9f9;
    font-size: 12px;
}

.layer-property[b-2zfhvg2lzt] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.layer-property:last-child[b-2zfhvg2lzt] {
    margin-bottom: 0;
}

.property-label[b-2zfhvg2lzt] {
    font-weight: 500;
    color: #666;
}

.property-value[b-2zfhvg2lzt] {
    color: #333;
}

.no-layers[b-2zfhvg2lzt] {
    text-align: center;
    padding: 32px 16px;
    color: #666;
}

.no-layers i[b-2zfhvg2lzt] {
    font-size: 32px;
    margin-bottom: 12px;
    opacity: 0.5;
}

.no-layers p[b-2zfhvg2lzt] {
    margin: 0 0 4px;
    font-weight: 500;
}

.no-layers small[b-2zfhvg2lzt] {
    font-size: 11px;
    opacity: 0.8;
}
/* /Components/Maps/MapEditingComponent.razor.rz.scp.css */

/* Main container for the map editing component */
.map-editing-container[b-42g6adqvo5] {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 100vh;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-direction: row;
}

/* Toolbar Panel */
.toolbar-panel[b-42g6adqvo5] {
    width: 320px;
    min-width: 280px;
    max-width: 400px;
    background: white;
    border-right: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.toolbar-header[b-42g6adqvo5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid #e9ecef;
    min-height: 48px;
    flex-shrink: 0;
}

.toolbar-title[b-42g6adqvo5] {
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.toolbar-collapse-btn[b-42g6adqvo5] {
    color: #6c757d;
}

.toolbar-content[b-42g6adqvo5] {
    flex: 1;
    overflow-y: auto;
}

/* Map Area */
.map-area[b-42g6adqvo5] {
    position: relative;
    flex: 1;
    background: white;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Expand button when toolbar is hidden */
.toolbar-expand-btn[b-42g6adqvo5] {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

/* Map content containers - copy exact pattern from working example */
.map-content-wrapper[b-42g6adqvo5],
.map-content-container[b-42g6adqvo5] {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Force all direct children to fill container */
.map-content-wrapper > *[b-42g6adqvo5],
.map-content-container > *[b-42g6adqvo5] {
    width: 100% !important;
    height: 100% !important;
    flex: 1;
}

/*!* Canvas styling - exact copy from working example *!*/
/*:global(.map-area canvas) {*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*    max-width: 100% !important;*/
/*    max-height: 100% !important;*/
/*    object-fit: fill;*/
/*    display: block;*/
/*}*/

/* Selection overlay */
.selection-overlay[b-42g6adqvo5] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: default;
    z-index: 100;
    outline: none;
    pointer-events: auto;
    /* Prevent layout shifts */
    contain: layout;
    will-change: transform;
}

/* Map area in select mode - add subtle visual indicator */
.map-area.select-mode[b-42g6adqvo5] {
    border: 2px solid rgba(33, 150, 243, 0.3);
}

.map-area.select-mode .map-content-wrapper[b-42g6adqvo5] {
    /* Ensure stable positioning during select mode */
    position: relative;
}

/* Validation message */
.validation-message[b-42g6adqvo5] {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 4px;
    padding: 12px 16px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    max-width: 300px;
    text-align: center;
}

/* Mouse cursors for different modes */
.map-area > div[b-42g6adqvo5] {
    cursor: crosshair;
}

.map-area.select-mode > div[b-42g6adqvo5] {
    cursor: default;
}

.map-area.select-mode > div:hover[b-42g6adqvo5] {
    cursor: crosshair;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .toolbar-panel[b-42g6adqvo5] {
        width: 280px;
        min-width: 260px;
    }
    
    .toolbar-header[b-42g6adqvo5] {
        padding: 12px 16px;
        min-height: 50px;
    }
    
    .toolbar-title[b-42g6adqvo5] {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .map-editing-container[b-42g6adqvo5] {
        min-height: 350px;
        border-radius: 4px;
    }
    
    .toolbar-panel[b-42g6adqvo5] {
        width: 260px;
        min-width: 240px;
    }
    
    .toolbar-header[b-42g6adqvo5] {
        padding: 10px 14px;
        min-height: 45px;
    }
    
    .validation-message[b-42g6adqvo5] {
        max-width: 250px;
        font-size: 13px;
        padding: 10px 14px;
    }
}

@media (max-width: 768px) {
    .map-editing-container[b-42g6adqvo5] {
        flex-direction: column;
        min-height: 300px;
    }
    
    .toolbar-panel[b-42g6adqvo5] {
        width: 100%;
        min-width: unset;
        max-width: unset;
        border-right: none;
        border-bottom: 1px solid #e9ecef;
        max-height: 250px;
        order: 2;
    }
    
    .map-area[b-42g6adqvo5] {
        order: 1;
        min-height: 250px;
    }
    
    .toolbar-header[b-42g6adqvo5] {
        padding: 8px 12px;
        min-height: 40px;
    }
    
    .toolbar-title[b-42g6adqvo5] {
        font-size: 13px;
    }
    
    .validation-message[b-42g6adqvo5] {
        max-width: 200px;
        font-size: 12px;
        padding: 8px 12px;
        top: 10px;
    }
    
    .toolbar-expand-btn[b-42g6adqvo5] {
        top: 8px;
        left: 8px;
    }
}

@media (max-width: 576px) {
    .map-editing-container[b-42g6adqvo5] {
        border-radius: 0;
        min-height: 250px;
    }
    
    .toolbar-panel[b-42g6adqvo5] {
        max-height: 200px;
    }
    
    .map-area[b-42g6adqvo5] {
        min-height: 200px;
    }
    
    .toolbar-header[b-42g6adqvo5] {
        padding: 6px 10px;
        min-height: 35px;
    }
    
    .toolbar-title[b-42g6adqvo5] {
        font-size: 12px;
    }
    
    .validation-message[b-42g6adqvo5] {
        max-width: 180px;
        font-size: 11px;
        padding: 6px 10px;
        top: 5px;
    }
    
    .toolbar-expand-btn[b-42g6adqvo5] {
        top: 5px;
        left: 5px;
    }
}

/* Landscape orientation on mobile devices */
@media (max-width: 768px) and (orientation: landscape) {
    .map-editing-container[b-42g6adqvo5] {
        flex-direction: row;
    }
    
    .toolbar-panel[b-42g6adqvo5] {
        width: 220px;
        min-width: 200px;
        max-width: 300px;
        border-right: 1px solid #e9ecef;
        border-bottom: none;
        max-height: unset;
        order: unset;
    }
    
    .map-area[b-42g6adqvo5] {
        order: unset;
    }
}

/* Height-based responsive design */
@media (max-height: 900px) {
    .map-editing-container[b-42g6adqvo5] {
        min-height: 350px;
        border-radius: 4px;
    }
    
    .toolbar-header[b-42g6adqvo5] {
        padding: 10px 14px;
        min-height: 44px;
    }
    
    .toolbar-panel[b-42g6adqvo5] {
        width: 300px;
    }
}

@media (max-height: 800px) {
    .map-editing-container[b-42g6adqvo5] {
        min-height: 320px;
        border-radius: 2px;
    }
    
    .toolbar-header[b-42g6adqvo5] {
        padding: 8px 12px;
        min-height: 40px;
    }
    
    .toolbar-panel[b-42g6adqvo5] {
        width: 280px;
        min-width: 260px;
    }
    
    .toolbar-title[b-42g6adqvo5] {
        font-size: 13px;
    }
    
    .validation-message[b-42g6adqvo5] {
        max-width: 220px;
        font-size: 12px;
        padding: 8px 12px;
        top: 8px;
    }
}

@media (max-height: 720px) {
    .map-editing-container[b-42g6adqvo5] {
        min-height: 300px;
        max-height: 720px;
        border-radius: 0;
    }
    
    .toolbar-header[b-42g6adqvo5] {
        padding: 4px 8px;
        min-height: 28px;
    }
    
    .toolbar-panel[b-42g6adqvo5] {
        width: 240px;
        min-width: 220px;
    }
    
    .toolbar-title[b-42g6adqvo5] {
        font-size: 10px;
        margin: 0;
    }
    
    .toolbar-content[b-42g6adqvo5] {
        overflow-y: visible;
        max-height: none;
    }
    
    .validation-message[b-42g6adqvo5] {
        max-width: 180px;
        font-size: 10px;
        padding: 4px 8px;
        top: 3px;
    }
    
    .toolbar-expand-btn[b-42g6adqvo5] {
        top: 3px;
        left: 3px;
    }
}

@media (max-height: 600px) {
    .map-editing-container[b-42g6adqvo5] {
        min-height: 250px;
        max-height: 600px;
    }
    
    .toolbar-header[b-42g6adqvo5] {
        padding: 4px 8px;
        min-height: 32px;
    }
    
    .toolbar-panel[b-42g6adqvo5] {
        width: 240px;
        min-width: 220px;
    }
    
    .toolbar-title[b-42g6adqvo5] {
        font-size: 11px;
    }
    
    .toolbar-content[b-42g6adqvo5] {
        max-height: calc(600px - 32px);
    }
    
    .validation-message[b-42g6adqvo5] {
        max-width: 180px;
        font-size: 10px;
        padding: 4px 8px;
        top: 2px;
    }
}

/* Combined width and height constraints for optimal 720px display */
@media (max-width: 1024px) and (max-height: 720px) {
    .map-editing-container[b-42g6adqvo5] {
        max-height: 720px;
        min-height: 320px;
    }
    
    .toolbar-panel[b-42g6adqvo5] {
        width: 220px;
        min-width: 200px;
    }
    
    .toolbar-header[b-42g6adqvo5] {
        padding: 4px 6px;
        min-height: 28px;
    }
    
    .toolbar-content[b-42g6adqvo5] {
        max-height: none;
        overflow-y: visible;
    }
}

/* Mobile landscape at 720px height */
@media (max-width: 768px) and (max-height: 720px) and (orientation: landscape) {
    .map-editing-container[b-42g6adqvo5] {
        flex-direction: row;
        max-height: 720px;
    }
    
    .toolbar-panel[b-42g6adqvo5] {
        width: 200px;
        min-width: 180px;
        max-width: 220px;
        border-right: 1px solid #e9ecef;
        border-bottom: none;
        max-height: unset;
        order: unset;
    }
    
    .map-area[b-42g6adqvo5] {
        order: unset;
        min-height: 200px;
    }
    
    .toolbar-header[b-42g6adqvo5] {
        padding: 4px 6px;
        min-height: 30px;
    }
    
    .toolbar-content[b-42g6adqvo5] {
        max-height: calc(720px - 30px);
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .toolbar-collapse-btn[b-42g6adqvo5],
    .toolbar-expand-btn[b-42g6adqvo5] {
        padding: 8px;
        min-width: 36px;
        min-height: 36px;
    }
    
    .validation-message[b-42g6adqvo5] {
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* Touch devices with height constraints */
@media (hover: none) and (pointer: coarse) and (max-height: 720px) {
    .toolbar-collapse-btn[b-42g6adqvo5],
    .toolbar-expand-btn[b-42g6adqvo5] {
        padding: 6px;
        min-width: 32px;
        min-height: 32px;
    }
    
    .validation-message[b-42g6adqvo5] {
        padding: 6px 10px;
        font-size: 11px;
    }
}
/* /Components/Maps/MapEditingToolbar.razor.rz.scp.css */

.map-editing-toolbar[b-r7wqulggry] {
    width: 100%;
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.toolbar-section[b-r7wqulggry] {
    margin-bottom: 8px;
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.toolbar-section:last-child[b-r7wqulggry] {
    margin-bottom: 0;
    border-bottom: none;
}

.layers-section[b-r7wqulggry] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.toolbar-title[b-r7wqulggry] {
    font-size: 10px;
    font-weight: 600;
    color: #666;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.toolbar-buttons[b-r7wqulggry] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.layers-section[b-r7wqulggry] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    max-height: 250px;
    overflow-y: auto;
}

.btn[b-r7wqulggry] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border: none;
    background: white;
    border-radius: 0;
    font-size: 11px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-align: left;
    width: 100%;
    min-height: 24px;
}

.btn:hover[b-r7wqulggry] {
    background: #f5f5f5;
}

.btn.active[b-r7wqulggry] {
    background: #000;
    color: white;
}

.btn.btn-success[b-r7wqulggry] {
    background: white;
    color: #333;
}

.btn.btn-success:hover[b-r7wqulggry] {
    background: #f5f5f5;
}

.btn.btn-info[b-r7wqulggry] {
    background: white;
    color: #333;
}

.btn.btn-info:hover[b-r7wqulggry] {
    background: #f5f5f5;
}

.btn.btn-warning[b-r7wqulggry] {
    background: white;
    color: #333;
}

.btn.btn-warning:hover[b-r7wqulggry] {
    background: #f5f5f5;
}

.btn.btn-danger[b-r7wqulggry] {
    background: white;
    color: #333;
}

.btn.btn-danger:hover:not(:disabled)[b-r7wqulggry] {
    background: #f5f5f5;
}

.btn:disabled[b-r7wqulggry] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn:disabled:hover[b-r7wqulggry] {
    background: white;
}

.btn i[b-r7wqulggry] {
    font-size: 10px;
    width: 12px;
    text-align: center;
}

.btn span[b-r7wqulggry] {
    flex: 1;
}

/* Coordinate navigation styles */
.coordinate-inputs[b-r7wqulggry] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.coordinate-row[b-r7wqulggry] {
    display: flex;
    flex-direction: column;
}

.jump-btn[b-r7wqulggry] {
    background: #007bff !important;
    color: white !important;
    font-weight: 600;
    min-height: 26px;
    font-size: 10px;
}

.jump-btn:hover:not(:disabled)[b-r7wqulggry] {
    background: #0056b3 !important;
}

.jump-btn:disabled[b-r7wqulggry] {
    background: #6c757d !important;
    color: #fff !important;
    opacity: 0.6;
    cursor: not-allowed;
}

.jump-btn.disabled[b-r7wqulggry] {
    background: #6c757d !important;
    color: #fff !important;
    opacity: 0.6;
}

.measure-info[b-r7wqulggry] {
    background: #f0f9ff;
    border: 1px solid #0ea5e9;
    border-radius: 4px;
    padding: 8px;
    margin-top: 8px;
    font-size: 12px;
    color: #0c4a6e;
    animation: fadeIn-b-r7wqulggry 0.3s ease-in;
}

.measure-info small[b-r7wqulggry] {
    line-height: 1.4;
}

@keyframes fadeIn-b-r7wqulggry {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive Design for Toolbar */
@media (max-width: 1200px) {
    .toolbar-section[b-r7wqulggry] {
        padding: 14px;
        margin-bottom: 10px;
    }
    
    .toolbar-title[b-r7wqulggry] {
        font-size: 11px;
        margin-bottom: 6px;
    }
    
    .btn[b-r7wqulggry] {
        padding: 7px 10px;
        font-size: 12px;
        gap: 6px;
    }
    
    .btn i[b-r7wqulggry] {
        font-size: 11px;
        width: 12px;
    }
}

@media (max-width: 992px) {
    .toolbar-section[b-r7wqulggry] {
        padding: 12px;
        margin-bottom: 8px;
    }
    
    .toolbar-title[b-r7wqulggry] {
        font-size: 10px;
        margin-bottom: 5px;
    }
    
    .btn[b-r7wqulggry] {
        padding: 6px 8px;
        font-size: 11px;
        gap: 5px;
    }
    
    .btn i[b-r7wqulggry] {
        font-size: 10px;
        width: 10px;
    }
    
    .layers-section[b-r7wqulggry] {
        max-height: 300px;
    }
    
    .coordinate-inputs[b-r7wqulggry] {
        gap: 6px;
    }
}

@media (max-width: 768px) {
    .map-editing-toolbar[b-r7wqulggry] {
        height: auto;
        max-height: 100%;
    }
    
    .toolbar-section[b-r7wqulggry] {
        padding: 10px 12px;
        margin-bottom: 6px;
    }
    
    .toolbar-title[b-r7wqulggry] {
        font-size: 10px;
        margin-bottom: 4px;
    }
    
    .btn[b-r7wqulggry] {
        padding: 8px 12px;
        font-size: 12px;
        gap: 8px;
        min-height: 36px;
    }
    
    .btn i[b-r7wqulggry] {
        font-size: 12px;
        width: 14px;
    }
    
    .layers-section[b-r7wqulggry] {
        max-height: 150px;
        flex: none;
    }
    
    .coordinate-inputs[b-r7wqulggry] {
        gap: 8px;
    }
    
    .coordinate-row[b-r7wqulggry] {
        gap: 4px;
    }
    
    .jump-btn[b-r7wqulggry] {
        min-height: 36px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .toolbar-section[b-r7wqulggry] {
        padding: 8px 10px;
        margin-bottom: 4px;
    }
    
    .toolbar-title[b-r7wqulggry] {
        font-size: 9px;
        margin-bottom: 3px;
    }
    
    .btn[b-r7wqulggry] {
        padding: 6px 10px;
        font-size: 11px;
        gap: 6px;
        min-height: 32px;
    }
    
    .btn i[b-r7wqulggry] {
        font-size: 11px;
        width: 12px;
    }
    
    .layers-section[b-r7wqulggry] {
        max-height: 120px;
    }
    
    .jump-btn[b-r7wqulggry] {
        min-height: 32px;
        font-size: 11px;
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .btn[b-r7wqulggry] {
        min-height: 44px;
        padding: 12px;
        font-size: 14px;
        gap: 10px;
    }
    
    .btn i[b-r7wqulggry] {
        font-size: 14px;
        width: 16px;
    }
    
    .toolbar-title[b-r7wqulggry] {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .jump-btn[b-r7wqulggry] {
        min-height: 44px;
        font-size: 14px;
    }
    
    .coordinate-inputs[b-r7wqulggry] {
        gap: 10px;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .btn i[b-r7wqulggry] {
        transform: scale(0.9);
    }
}

/* Height-based responsive design for toolbar */
@media (max-height: 900px) {
    .toolbar-section[b-r7wqulggry] {
        padding: 12px;
        margin-bottom: 8px;
    }
    
    .layers-section[b-r7wqulggry] {
        max-height: 300px;
    }
    
    .btn[b-r7wqulggry] {
        padding: 6px 10px;
        font-size: 12px;
        gap: 6px;
    }
    
    .btn i[b-r7wqulggry] {
        font-size: 11px;
        width: 12px;
    }
}

@media (max-height: 800px) {
    .toolbar-section[b-r7wqulggry] {
        padding: 10px;
        margin-bottom: 6px;
    }
    
    .toolbar-title[b-r7wqulggry] {
        font-size: 11px;
        margin-bottom: 5px;
    }
    
    .layers-section[b-r7wqulggry] {
        max-height: 250px;
    }
    
    .btn[b-r7wqulggry] {
        padding: 5px 8px;
        font-size: 11px;
        gap: 5px;
    }
    
    .btn i[b-r7wqulggry] {
        font-size: 10px;
        width: 10px;
    }
    
    .coordinate-inputs[b-r7wqulggry] {
        gap: 5px;
    }
    
    .jump-btn[b-r7wqulggry] {
        min-height: 30px;
        font-size: 11px;
    }
}

@media (max-height: 720px) {
    .map-editing-toolbar[b-r7wqulggry] {
        height: auto;
        max-height: none;
        overflow: visible;
    }
    
    .toolbar-section[b-r7wqulggry] {
        padding: 4px 6px;
        margin-bottom: 2px;
    }
    
    .toolbar-title[b-r7wqulggry] {
        font-size: 9px;
        margin-bottom: 2px;
    }
    
    .layers-section[b-r7wqulggry] {
        max-height: 120px;
        flex: 0 1 auto;
    }
    
    .btn[b-r7wqulggry] {
        padding: 2px 4px;
        font-size: 9px;
        gap: 2px;
        min-height: 18px;
    }
    
    .btn i[b-r7wqulggry] {
        font-size: 8px;
        width: 8px;
    }
    
    .coordinate-inputs[b-r7wqulggry] {
        gap: 2px;
    }
    
    .coordinate-row[b-r7wqulggry] {
        gap: 1px;
    }
    
    .jump-btn[b-r7wqulggry] {
        min-height: 20px;
        font-size: 9px;
        padding: 2px 4px;
    }
}

@media (max-height: 600px) {
    .map-editing-toolbar[b-r7wqulggry] {
        max-height: 600px;
    }
    
    .toolbar-section[b-r7wqulggry] {
        padding: 6px;
        margin-bottom: 3px;
    }
    
    .toolbar-title[b-r7wqulggry] {
        font-size: 9px;
        margin-bottom: 3px;
    }
    
    .layers-section[b-r7wqulggry] {
        max-height: 150px;
        flex: 0 1 auto;
    }
    
    .btn[b-r7wqulggry] {
        padding: 3px 5px;
        font-size: 9px;
        gap: 3px;
        min-height: 22px;
    }
    
    .btn i[b-r7wqulggry] {
        font-size: 8px;
        width: 8px;
    }
    
    .jump-btn[b-r7wqulggry] {
        min-height: 24px;
        font-size: 9px;
        padding: 3px 6px;
    }
}

/* Combined constraints for optimal 720px height display */
@media (max-width: 1024px) and (max-height: 720px) {
    .map-editing-toolbar[b-r7wqulggry] {
        max-height: none;
        overflow: visible;
    }
    
    .toolbar-section[b-r7wqulggry] {
        padding: 3px 4px;
        margin-bottom: 1px;
    }
    
    .layers-section[b-r7wqulggry] {
        max-height: 100px;
        flex: 0 1 auto;
    }
    
    .btn[b-r7wqulggry] {
        padding: 2px 3px;
        font-size: 8px;
        min-height: 16px;
        gap: 2px;
    }
    
    .btn i[b-r7wqulggry] {
        font-size: 7px;
        width: 7px;
    }
    
    .toolbar-title[b-r7wqulggry] {
        font-size: 8px;
        margin-bottom: 1px;
    }
}

/* Mobile landscape at 720px height */
@media (max-width: 768px) and (max-height: 720px) and (orientation: landscape) {
    .map-editing-toolbar[b-r7wqulggry] {
        max-height: 690px; /* 720px - 30px header */
    }
    
    .toolbar-section[b-r7wqulggry] {
        padding: 4px 6px;
        margin-bottom: 2px;
    }
    
    .layers-section[b-r7wqulggry] {
        max-height: 160px;
        flex: 0 1 auto;
    }
    
    .btn[b-r7wqulggry] {
        padding: 3px 5px;
        font-size: 9px;
        min-height: 24px;
        gap: 3px;
    }
    
    .btn i[b-r7wqulggry] {
        font-size: 8px;
        width: 8px;
    }
    
    .toolbar-title[b-r7wqulggry] {
        font-size: 9px;
        margin-bottom: 2px;
    }
    
    .jump-btn[b-r7wqulggry] {
        min-height: 24px;
        font-size: 9px;
        padding: 3px 5px;
    }
}

/* Touch devices with height constraints */
@media (hover: none) and (pointer: coarse) and (max-height: 720px) {
    .btn[b-r7wqulggry] {
        min-height: 32px;
        padding: 6px 8px;
        font-size: 11px;
        gap: 6px;
    }
    
    .btn i[b-r7wqulggry] {
        font-size: 11px;
        width: 12px;
    }
    
    .toolbar-title[b-r7wqulggry] {
        font-size: 11px;
        margin-bottom: 4px;
    }
    
    .jump-btn[b-r7wqulggry] {
        min-height: 32px;
        font-size: 11px;
    }
    
    .coordinate-inputs[b-r7wqulggry] {
        gap: 6px;
    }
    
    .layers-section[b-r7wqulggry] {
        max-height: 180px;
    }
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .btn[b-r7wqulggry] {
        transition: none;
    }
}
/* /Components/Selectors/AccountSelector.razor.rz.scp.css */
/* Dropdown styling */
.pa-autocomplete-dropdown[b-3jp17w8rxy] {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    max-height: 320px;
    overflow-y: auto;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 1300;
    margin-top: 4px;
}

.pa-autocomplete-item[b-3jp17w8rxy] {
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    border-bottom: 1px solid #f5f5f5;
    background: white;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.875rem;
    line-height: 1.5;
}

.pa-autocomplete-item:last-child[b-3jp17w8rxy] {
    border-bottom: none;
}

.pa-autocomplete-item:hover:not(.loading):not(.empty):not(.info)[b-3jp17w8rxy] {
    background-color: rgba(0, 0, 0, 0.04);
}

.pa-autocomplete-item.selected[b-3jp17w8rxy] {
    background-color: rgba(103, 58, 183, 0.12);
    color: rgb(103, 58, 183);
    font-weight: 500;
    border-left: 3px solid rgb(103, 58, 183);
    padding-left: 13px;
}

.pa-autocomplete-item.selected:hover[b-3jp17w8rxy] {
    background-color: rgba(103, 58, 183, 0.18);
}

.pa-autocomplete-item.loading[b-3jp17w8rxy] {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: default;
    background: white;
    color: rgba(0, 0, 0, 0.6);
}

.pa-autocomplete-item.empty[b-3jp17w8rxy],
.pa-autocomplete-item.info[b-3jp17w8rxy] {
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
    cursor: default;
    background: white;
    font-size: 0.8125rem;
}
/* /Components/Selectors/FarmSelector.razor.rz.scp.css */
/* Dropdown styling */
.pa-autocomplete-dropdown[b-lfuptw54k3] {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    max-height: 320px;
    overflow-y: auto;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 1300;
    margin-top: 4px;
}

.pa-autocomplete-item[b-lfuptw54k3] {
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    border-bottom: 1px solid #f5f5f5;
    background: white;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.875rem;
    line-height: 1.5;
}

.pa-autocomplete-item:last-child[b-lfuptw54k3] {
    border-bottom: none;
}

.pa-autocomplete-item:hover:not(.loading):not(.empty):not(.info)[b-lfuptw54k3] {
    background-color: rgba(0, 0, 0, 0.04);
}

.pa-autocomplete-item.selected[b-lfuptw54k3] {
    background-color: rgba(103, 58, 183, 0.12);
    color: rgb(103, 58, 183);
    font-weight: 500;
    border-left: 3px solid rgb(103, 58, 183);
    padding-left: 13px;
}

.pa-autocomplete-item.selected:hover[b-lfuptw54k3] {
    background-color: rgba(103, 58, 183, 0.18);
}

.pa-autocomplete-item.loading[b-lfuptw54k3] {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: default;
    background: white;
    color: rgba(0, 0, 0, 0.6);
}

.pa-autocomplete-item.empty[b-lfuptw54k3],
.pa-autocomplete-item.info[b-lfuptw54k3] {
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
    cursor: default;
    background: white;
    font-size: 0.8125rem;
}
/* /Components/Selectors/FieldSelector.razor.rz.scp.css */
/* Dropdown styling */
.pa-autocomplete-dropdown[b-dd8xe0od75] {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    max-height: 320px;
    overflow-y: auto;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 1300;
    margin-top: 4px;
}

.pa-autocomplete-item[b-dd8xe0od75] {
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    border-bottom: 1px solid #f5f5f5;
    background: white;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.875rem;
    line-height: 1.5;
}

.pa-autocomplete-item:last-child[b-dd8xe0od75] {
    border-bottom: none;
}

.pa-autocomplete-item:hover:not(.loading):not(.empty):not(.info)[b-dd8xe0od75] {
    background-color: rgba(0, 0, 0, 0.04);
}

.pa-autocomplete-item.selected[b-dd8xe0od75] {
    background-color: rgba(103, 58, 183, 0.12);
    color: rgb(103, 58, 183);
    font-weight: 500;
    border-left: 3px solid rgb(103, 58, 183);
    padding-left: 13px;
}

.pa-autocomplete-item.selected:hover[b-dd8xe0od75] {
    background-color: rgba(103, 58, 183, 0.18);
}

.pa-autocomplete-item.loading[b-dd8xe0od75] {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: default;
    background: white;
    color: rgba(0, 0, 0, 0.6);
}

.pa-autocomplete-item.empty[b-dd8xe0od75],
.pa-autocomplete-item.info[b-dd8xe0od75] {
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
    cursor: default;
    background: white;
    font-size: 0.8125rem;
}
/* /Components/Selectors/GrowerSelector.razor.rz.scp.css */
/* Dropdown styling */
.pa-autocomplete-dropdown[b-40gg40y65e] {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    max-height: 320px;
    overflow-y: auto;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 1300;
    margin-top: 4px;
}

.pa-autocomplete-item[b-40gg40y65e] {
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    border-bottom: 1px solid #f5f5f5;
    background: white;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.875rem;
    line-height: 1.5;
}

.pa-autocomplete-item:last-child[b-40gg40y65e] {
    border-bottom: none;
}

.pa-autocomplete-item:hover:not(.loading):not(.empty):not(.info)[b-40gg40y65e] {
    background-color: rgba(0, 0, 0, 0.04);
}

.pa-autocomplete-item.selected[b-40gg40y65e] {
    background-color: rgba(103, 58, 183, 0.12);
    color: rgb(103, 58, 183);
    font-weight: 500;
    border-left: 3px solid rgb(103, 58, 183);
    padding-left: 13px;
}

.pa-autocomplete-item.selected:hover[b-40gg40y65e] {
    background-color: rgba(103, 58, 183, 0.18);
}

.pa-autocomplete-item.loading[b-40gg40y65e] {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: default;
    background: white;
    color: rgba(0, 0, 0, 0.6);
}

.pa-autocomplete-item.empty[b-40gg40y65e],
.pa-autocomplete-item.info[b-40gg40y65e] {
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
    cursor: default;
    background: white;
    font-size: 0.8125rem;
}
/* /Components/Selectors/PaAutocomplete.razor.rz.scp.css */
.pa-autocomplete[b-p2kxc5gfov] {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}

.pa-autocomplete.disabled[b-p2kxc5gfov] {
    opacity: 0.6;
    pointer-events: none;
}

/* Input wrapper and label */
.pa-autocomplete-input-wrapper[b-p2kxc5gfov] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pa-autocomplete-label[b-p2kxc5gfov] {
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 4px;
    display: block;
}

.pa-autocomplete-label.required[b-p2kxc5gfov]::after {
    content: " *";
    color: #f44336;
}

/* Input container with buttons */
.pa-autocomplete-input-container[b-p2kxc5gfov] {
    position: relative;
    display: flex;
    align-items: center;
}

.pa-autocomplete-input[b-p2kxc5gfov] {
    width: 100%;
    padding: 14px 72px 14px 14px;
    font-size: 1rem;
    font-family: inherit;
    line-height: 1.4375;
    color: rgba(0, 0, 0, 0.87);
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    outline: none;
}

.pa-autocomplete-input:hover[b-p2kxc5gfov] {
    border-color: rgba(0, 0, 0, 0.87);
}

.pa-autocomplete-input:focus[b-p2kxc5gfov] {
    border-color: rgb(103, 58, 183);
    border-width: 2px;
    padding: 13px 71px 13px 13px;
}

.pa-autocomplete-input:disabled[b-p2kxc5gfov] {
    color: rgba(0, 0, 0, 0.38);
    border-color: rgba(0, 0, 0, 0.12);
    cursor: not-allowed;
}

.pa-autocomplete.error .pa-autocomplete-input[b-p2kxc5gfov] {
    border-color: #f44336;
}

.pa-autocomplete.error .pa-autocomplete-input:focus[b-p2kxc5gfov] {
    border-color: #f44336;
}

/* Clear and dropdown buttons */
.pa-autocomplete-clear-btn[b-p2kxc5gfov],
.pa-autocomplete-dropdown-btn[b-p2kxc5gfov] {
    position: absolute;
    right: 8px;
    background: transparent;
    border: none;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.54);
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
    border-radius: 50%;
}

.pa-autocomplete-clear-btn[b-p2kxc5gfov] {
    right: 36px;
}

.pa-autocomplete-clear-btn:hover[b-p2kxc5gfov],
.pa-autocomplete-dropdown-btn:hover[b-p2kxc5gfov] {
    color: rgba(0, 0, 0, 0.87);
    background: rgba(0, 0, 0, 0.04);
}

.pa-autocomplete-dropdown-btn:disabled[b-p2kxc5gfov] {
    opacity: 0.38;
    cursor: not-allowed;
}

.pa-autocomplete-dropdown-btn svg.rotated[b-p2kxc5gfov] {
    transform: rotate(180deg);
}

/* Helper and error text */
.pa-autocomplete-helper-text[b-p2kxc5gfov] {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 4px;
}

.pa-autocomplete-error-text[b-p2kxc5gfov] {
    font-size: 0.75rem;
    color: #f44336;
    margin-top: 4px;
}

[b-p2kxc5gfov] .pa-autocomplete-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    max-height: 320px;
    overflow-y: auto;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 1300;
    margin-top: 4px;
}

/* Custom scrollbar for dropdown */
[b-p2kxc5gfov] .pa-autocomplete-dropdown::-webkit-scrollbar {
    width: 8px;
}

[b-p2kxc5gfov] .pa-autocomplete-dropdown::-webkit-scrollbar-track {
    background: transparent;
}

[b-p2kxc5gfov] .pa-autocomplete-dropdown::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 4px;
}

[b-p2kxc5gfov] .pa-autocomplete-dropdown::-webkit-scrollbar-thumb:hover {
    background: #9e9e9e;
}

[b-p2kxc5gfov] .pa-autocomplete-item {
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    border-bottom: 1px solid #f5f5f5;
    background: white;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.875rem;
    line-height: 1.5;
}

[b-p2kxc5gfov] .pa-autocomplete-item:last-child {
    border-bottom: none;
}

[b-p2kxc5gfov] .pa-autocomplete-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

[b-p2kxc5gfov] .pa-autocomplete-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

[b-p2kxc5gfov] .pa-autocomplete-item:hover:not(.loading):not(.empty):not(.info) {
    background-color: rgba(0, 0, 0, 0.04);
    transform: translateX(2px);
}

[b-p2kxc5gfov] .pa-autocomplete-item.selected {
    background-color: rgba(103, 58, 183, 0.12);
    color: rgb(103, 58, 183);
    font-weight: 500;
    border-left: 3px solid rgb(103, 58, 183);
    padding-left: 13px;
}

[b-p2kxc5gfov] .pa-autocomplete-item.selected:hover {
    background-color: rgba(103, 58, 183, 0.18);
}

[b-p2kxc5gfov] .pa-autocomplete-item.loading {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: default;
    background: white;
    color: rgba(0, 0, 0, 0.6);
}

[b-p2kxc5gfov] .pa-autocomplete-item.loading:hover {
    background: white;
    transform: none;
}

/* Loading spinner */
[b-p2kxc5gfov] .pa-autocomplete-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(103, 58, 183, 0.2);
    border-top-color: rgb(103, 58, 183);
    border-radius: 50%;
    animation: pa-spin-b-p2kxc5gfov 0.8s linear infinite;
}

@keyframes pa-spin-b-p2kxc5gfov {
    to {
        transform: rotate(360deg);
    }
}

[b-p2kxc5gfov] .pa-autocomplete-item.empty,
[b-p2kxc5gfov] .pa-autocomplete-item.info {
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
    cursor: default;
    background: white;
    font-size: 0.8125rem;
}

[b-p2kxc5gfov] .pa-autocomplete-item.empty:hover,
[b-p2kxc5gfov] .pa-autocomplete-item.info:hover {
    background: white;
    transform: none;
}

/* /Components/Selectors/RegionSelector.razor.rz.scp.css */
/* Dropdown styling */
.pa-autocomplete-dropdown[b-g21292f32u] {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    max-height: 320px;
    overflow-y: auto;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 1300;
    margin-top: 4px;
}

.pa-autocomplete-item[b-g21292f32u] {
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    border-bottom: 1px solid #f5f5f5;
    background: white;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.875rem;
    line-height: 1.5;
}

.pa-autocomplete-item:last-child[b-g21292f32u] {
    border-bottom: none;
}

.pa-autocomplete-item:hover:not(.loading):not(.empty):not(.info)[b-g21292f32u] {
    background-color: rgba(0, 0, 0, 0.04);
}

.pa-autocomplete-item.selected[b-g21292f32u] {
    background-color: rgba(103, 58, 183, 0.12);
    color: rgb(103, 58, 183);
    font-weight: 500;
    border-left: 3px solid rgb(103, 58, 183);
    padding-left: 13px;
}

.pa-autocomplete-item.selected:hover[b-g21292f32u] {
    background-color: rgba(103, 58, 183, 0.18);
}

.pa-autocomplete-item.loading[b-g21292f32u] {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: default;
    background: white;
    color: rgba(0, 0, 0, 0.6);
}

.pa-autocomplete-item.empty[b-g21292f32u],
.pa-autocomplete-item.info[b-g21292f32u] {
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
    cursor: default;
    background: white;
    font-size: 0.8125rem;
}
/* /Pages/Clients/Farms/FarmPage.razor.rz.scp.css */
[b-o19jvq3dj7] .farm-card, [b-o19jvq3dj7] .overview-card {
    border-radius: 8px;
    width: 250px;
}
[b-o19jvq3dj7] .overview-card {
    background: transparent;
}

[b-o19jvq3dj7] .farm-card .mud-card-header, [b-o19jvq3dj7] .overview-card .mud-card-header {
    padding: 10px;
    border-bottom: 1px solid lightgray;
}
/* /Pages/Clients/Fields/Archive/FieldMap.razor.rz.scp.css */
/* /Pages/Clients/Fields/FieldPage.razor.rz.scp.css */
[b-m0v7gz8d04] .add-paper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    border-radius: 8px;
    box-shadow: unset;
    border: 1px solid #efe6e6;
}
/* /Pages/Clients/Fields/OrientationLineDialog.razor.rz.scp.css */
/* Orientation Line Dialog Responsive Styles */

.orientation-line-dialog[b-7g9fzxgha9] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.map-container[b-7g9fzxgha9] {
    height: 80vh;
    min-height: 500px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    flex: 1;
}

/* Only apply responsive adjustments when space is actually constrained */
@media (max-height: 720px) {
    .map-container[b-7g9fzxgha9] {
        height: calc(100vh - 200px);
        min-height: 400px;
    }
    
    /* Reduce text margins only when needed */
    .orientation-line-dialog :global(.mb-4)[b-7g9fzxgha9] {
        margin-bottom: 0.75rem !important;
    }
    
    .orientation-line-dialog :global(.mt-2)[b-7g9fzxgha9] {
        margin-top: 0.5rem !important;
    }
}

@media (max-height: 600px) {
    .map-container[b-7g9fzxgha9] {
        height: calc(100vh - 180px);
        min-height: 350px;
    }
    
    .orientation-line-dialog :global(.mb-4)[b-7g9fzxgha9] {
        margin-bottom: 0.5rem !important;
    }
    
    .orientation-line-dialog :global(.mt-2)[b-7g9fzxgha9] {
        margin-top: 0.25rem !important;
    }
}

@media (max-height: 500px) {
    .map-container[b-7g9fzxgha9] {
        height: calc(100vh - 150px);
        min-height: 280px;
    }
}

/* Mobile adjustments - only when actually on mobile */
@media (max-width: 768px) {
    .map-container[b-7g9fzxgha9] {
        border-radius: 2px;
        min-height: 400px;
    }
}

/* Mobile landscape - constrained height */
@media (max-width: 768px) and (orientation: landscape) and (max-height: 500px) {
    .map-container[b-7g9fzxgha9] {
        height: calc(100vh - 120px);
        min-height: 280px;
    }
}

/* Small mobile screens */
@media (max-width: 576px) {
    .map-container[b-7g9fzxgha9] {
        border-radius: 0;
        min-height: 350px;
    }
}

/* Very constrained - mobile with very limited height */
@media (max-width: 768px) and (max-height: 600px) {
    .map-container[b-7g9fzxgha9] {
        height: calc(100vh - 140px);
        min-height: 300px;
    }
    
    .orientation-line-dialog :global(.mb-4)[b-7g9fzxgha9] {
        margin-bottom: 0.5rem !important;
    }
    
    .orientation-line-dialog :global(.mt-2)[b-7g9fzxgha9] {
        margin-top: 0.25rem !important;
    }
}

/* Very minimal dialog adjustments - only when extremely constrained */
@media (max-height: 600px) {
    .orientation-line-dialog :global(.mud-dialog-content)[b-7g9fzxgha9] {
        padding: 16px 20px;
    }
    
    .orientation-line-dialog :global(.mud-dialog-actions)[b-7g9fzxgha9] {
        padding: 12px 16px;
    }
}

@media (max-height: 500px) {
    .orientation-line-dialog :global(.mud-dialog-content)[b-7g9fzxgha9] {
        padding: 12px 16px;
    }
    
    .orientation-line-dialog :global(.mud-dialog-actions)[b-7g9fzxgha9] {
        padding: 8px 12px;
    }
    
    .orientation-line-dialog :global(.mud-alert)[b-7g9fzxgha9] {
        font-size: 0.8rem;
        padding: 8px 12px;
    }
}
/* /Pages/Clients/Fields/ZonePreviewDialog.razor.rz.scp.css */
/* Zone Preview Dialog Responsive Styles */

.zone-preview-dialog[b-cjuowxwod7] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.map-container[b-cjuowxwod7] {
    height: 80vh;
    min-height: 500px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    flex: 1;
}

/* Zone visibility controls */
.zone-control-item[b-cjuowxwod7] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    border-radius: 4px;
}

.zone-color-indicator[b-cjuowxwod7] {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

/* Only apply responsive adjustments when space is actually constrained */
@media (max-height: 720px) {
    .map-container[b-cjuowxwod7] {
        height: calc(100vh - 200px);
        min-height: 400px;
    }
    
    /* Reduce text margins only when needed */
    .zone-preview-dialog :global(.mb-4)[b-cjuowxwod7] {
        margin-bottom: 0.75rem !important;
    }
    
    .zone-preview-dialog :global(.mt-2)[b-cjuowxwod7] {
        margin-top: 0.5rem !important;
    }
}

@media (max-height: 600px) {
    .map-container[b-cjuowxwod7] {
        height: calc(100vh - 180px);
        min-height: 350px;
    }
    
    .zone-preview-dialog :global(.mb-4)[b-cjuowxwod7] {
        margin-bottom: 0.5rem !important;
    }
    
    .zone-preview-dialog :global(.mt-2)[b-cjuowxwod7] {
        margin-top: 0.25rem !important;
    }
}

@media (max-height: 500px) {
    .map-container[b-cjuowxwod7] {
        height: calc(100vh - 150px);
        min-height: 280px;
    }
}

/* Mobile adjustments - only when actually on mobile */
@media (max-width: 768px) {
    .map-container[b-cjuowxwod7] {
        border-radius: 2px;
        min-height: 400px;
    }
    
    .zone-control-item[b-cjuowxwod7] {
        gap: 6px;
    }
}

/* Mobile landscape - constrained height */
@media (max-width: 768px) and (orientation: landscape) and (max-height: 500px) {
    .map-container[b-cjuowxwod7] {
        height: calc(100vh - 120px);
        min-height: 280px;
    }
}

/* Small mobile screens */
@media (max-width: 576px) {
    .map-container[b-cjuowxwod7] {
        border-radius: 0;
        min-height: 350px;
    }
    
    .zone-control-item[b-cjuowxwod7] {
        gap: 4px;
    }
    
    .zone-color-indicator[b-cjuowxwod7] {
        width: 14px;
        height: 14px;
    }
}

/* Very constrained - mobile with very limited height */
@media (max-width: 768px) and (max-height: 600px) {
    .map-container[b-cjuowxwod7] {
        height: calc(100vh - 140px);
        min-height: 300px;
    }
    
    .zone-preview-dialog :global(.mb-4)[b-cjuowxwod7] {
        margin-bottom: 0.5rem !important;
    }
    
    .zone-preview-dialog :global(.mt-2)[b-cjuowxwod7] {
        margin-top: 0.25rem !important;
    }
}

/* Very minimal dialog adjustments - only when extremely constrained */
@media (max-height: 600px) {
    .zone-preview-dialog :global(.mud-dialog-content)[b-cjuowxwod7] {
        padding: 16px 20px;
    }
    
    .zone-preview-dialog :global(.mud-dialog-actions)[b-cjuowxwod7] {
        padding: 12px 16px;
    }
}

@media (max-height: 500px) {
    .zone-preview-dialog :global(.mud-dialog-content)[b-cjuowxwod7] {
        padding: 12px 16px;
    }
    
    .zone-preview-dialog :global(.mud-dialog-actions)[b-cjuowxwod7] {
        padding: 8px 12px;
    }
    
    .zone-preview-dialog :global(.mud-alert)[b-cjuowxwod7] {
        font-size: 0.8rem;
        padding: 8px 12px;
    }
}
/* /Pages/Clients/Growers/GrowerPage.razor.rz.scp.css */
/* /Pages/Clients/Regions/RegionMapEditDialog.razor.rz.scp.css */
/* Region Map Edit Dialog Responsive Styles */

.region-map-edit-dialog[b-7nz8qtuqo4] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.map-container[b-7nz8qtuqo4] {
    height: 80vh;
    min-height: 500px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    flex: 1;
}

/* Only apply responsive adjustments when space is actually constrained */
@media (max-height: 720px) {
    .map-container[b-7nz8qtuqo4] {
        height: calc(100vh - 200px);
        min-height: 400px;
    }
    
    /* Reduce text margins only when needed */
    .region-map-edit-dialog :global(.mb-4)[b-7nz8qtuqo4] {
        margin-bottom: 0.75rem !important;
    }
    
    .region-map-edit-dialog :global(.mt-2)[b-7nz8qtuqo4] {
        margin-top: 0.5rem !important;
    }
}

@media (max-height: 600px) {
    .map-container[b-7nz8qtuqo4] {
        height: calc(100vh - 180px);
        min-height: 350px;
    }
    
    .region-map-edit-dialog :global(.mb-4)[b-7nz8qtuqo4] {
        margin-bottom: 0.5rem !important;
    }
    
    .region-map-edit-dialog :global(.mt-2)[b-7nz8qtuqo4] {
        margin-top: 0.25rem !important;
    }
}

@media (max-height: 500px) {
    .map-container[b-7nz8qtuqo4] {
        height: calc(100vh - 150px);
        min-height: 280px;
    }
}

/* Mobile adjustments - only when actually on mobile */
@media (max-width: 768px) {
    .map-container[b-7nz8qtuqo4] {
        border-radius: 2px;
        min-height: 400px;
    }
}

/* Mobile landscape - constrained height */
@media (max-width: 768px) and (orientation: landscape) and (max-height: 500px) {
    .map-container[b-7nz8qtuqo4] {
        height: calc(100vh - 120px);
        min-height: 280px;
    }
}

/* Small mobile screens */
@media (max-width: 576px) {
    .map-container[b-7nz8qtuqo4] {
        border-radius: 0;
        min-height: 350px;
    }
}

/* Very constrained - mobile with very limited height */
@media (max-width: 768px) and (max-height: 600px) {
    .map-container[b-7nz8qtuqo4] {
        height: calc(100vh - 140px);
        min-height: 300px;
    }
    
    .region-map-edit-dialog :global(.mb-4)[b-7nz8qtuqo4] {
        margin-bottom: 0.5rem !important;
    }
    
    .region-map-edit-dialog :global(.mt-2)[b-7nz8qtuqo4] {
        margin-top: 0.25rem !important;
    }
}

/* Very minimal dialog adjustments - only when extremely constrained */
@media (max-height: 600px) {
    .region-map-edit-dialog :global(.mud-dialog-content)[b-7nz8qtuqo4] {
        padding: 16px 20px;
    }
    
    .region-map-edit-dialog :global(.mud-dialog-actions)[b-7nz8qtuqo4] {
        padding: 12px 16px;
    }
}

@media (max-height: 500px) {
    .region-map-edit-dialog :global(.mud-dialog-content)[b-7nz8qtuqo4] {
        padding: 12px 16px;
    }
    
    .region-map-edit-dialog :global(.mud-dialog-actions)[b-7nz8qtuqo4] {
        padding: 8px 12px;
    }
    
    .region-map-edit-dialog :global(.mud-alert)[b-7nz8qtuqo4] {
        font-size: 0.8rem;
        padding: 8px 12px;
    }
}
/* /Pages/CropRows/CropRowGridPage.razor.rz.scp.css */
.crop-row-grid-page[b-bszu7ok1tv] {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.parameters-panel[b-bszu7ok1tv] {
    width: 320px;
    min-width: 320px;
    padding: 16px;
    background-color: var(--mud-palette-surface);
    border-right: 1px solid var(--mud-palette-lines-default);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.map-area[b-bszu7ok1tv] {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.loading-overlay[b-bszu7ok1tv] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
}

[b-bszu7ok1tv] .parameters-panel-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* /Pages/Users/UserPage.razor.rz.scp.css */
