@import '_content/Babylon.Blazor/Babylon.Blazor.kr5b2tqqv6.bundle.scp.css';
@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/AddToCalculationDialog.razor.rz.scp.css */
.calculation-dialog-container[b-y1u6ig0zd5] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem;
    gap: 1.5rem;
    overflow-y: auto;
}

.product-description[b-y1u6ig0zd5] {
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #007bff;
}

.description-text[b-y1u6ig0zd5] {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.4;
}

.products-section h4[b-y1u6ig0zd5],
.properties-section h4[b-y1u6ig0zd5],
.comments-section h4[b-y1u6ig0zd5] {
    margin-bottom: 1rem;
    color: #495057;
    font-size: 1rem;
    font-weight: 600;
}

.products-list[b-y1u6ig0zd5] {
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.75rem;
    background-color: #fefefe;
}

.product-item[b-y1u6ig0zd5] {
    margin-bottom: 0.5rem;
}

.product-item:last-child[b-y1u6ig0zd5] {
    margin-bottom: 0;
}

.show-more-products[b-y1u6ig0zd5] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

.btn-show-more[b-y1u6ig0zd5] {
    background: none;
    border: none;
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
}

.btn-show-more:hover[b-y1u6ig0zd5] {
    color: #0056b3;
    background-color: #f8f9fa;
    border-radius: 4px;
}

[b-y1u6ig0zd5] .properties-section .property-selector {
    width: 100%;
}

.comments-section[b-y1u6ig0zd5] {
    flex: 1;
}

.comments-header[b-y1u6ig0zd5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.btn-show-comments[b-y1u6ig0zd5] {
    background: none;
    border: none;
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0;
}

.btn-show-comments:hover[b-y1u6ig0zd5] {
    color: #0056b3;
}

[b-y1u6ig0zd5] .comments-textbox {
    width: 100%;
}

.dialog-actions[b-y1u6ig0zd5] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

/* ===========================================
   RESPONSIVE POPUP STYLES
   =========================================== */

/* Desktop default sizing */
[b-y1u6ig0zd5] .calculation-dialog-popup {
    width: 600px;
    height: 700px;
    max-width: 95vw;
    max-height: 90vh;
}

[b-y1u6ig0zd5] .calculation-dialog-popup .dxbl-popup-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
    [b-y1u6ig0zd5] .calculation-dialog-popup {
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        max-height: 100vh !important;
        border-radius: 0 !important;
    }

    [b-y1u6ig0zd5] .calculation-dialog-popup .dxbl-popup-header {
        padding: 12px 16px;
        font-size: 16px;
    }

    [b-y1u6ig0zd5] .calculation-dialog-popup .dxbl-popup-body {
        padding: 0;
    }

    .calculation-dialog-container[b-y1u6ig0zd5] {
        padding: 16px;
        gap: 1rem;
    }

    .product-description[b-y1u6ig0zd5] {
        padding: 12px;
    }

    .description-text[b-y1u6ig0zd5] {
        font-size: 14px;
    }

    .products-section h4[b-y1u6ig0zd5],
    .properties-section h4[b-y1u6ig0zd5],
    .comments-section h4[b-y1u6ig0zd5] {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .products-list[b-y1u6ig0zd5] {
        max-height: 200px;
        padding: 10px;
    }

    .product-item[b-y1u6ig0zd5] {
        font-size: 14px;
    }

    [b-y1u6ig0zd5] .properties-section .dxbl-fl-group {
        flex-direction: column;
    }

    [b-y1u6ig0zd5] .properties-section .dxbl-fl-item {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .comments-header[b-y1u6ig0zd5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .comments-header h4[b-y1u6ig0zd5] {
        margin-bottom: 0;
    }

    .dialog-actions[b-y1u6ig0zd5] {
        flex-direction: column;
        gap: 10px;
        padding: 16px 0 0 0;
        position: sticky;
        bottom: 0;
        background: var(--bs-body-bg, #fff);
        margin: 0 -16px -16px -16px;
        padding: 16px;
        border-top: 1px solid #dee2e6;
    }

    [b-y1u6ig0zd5] .dialog-actions .dxbl-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
    }
}

/* Tablet styles */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    [b-y1u6ig0zd5] .calculation-dialog-popup {
        width: 90vw;
        height: 80vh;
    }
}
/* /Components/BackgroundInfo.razor.rz.scp.css */
/* Background selection styles */
.background-selection-section[b-6rwys2lrhi] {
    margin-bottom: 10px;
    padding: 0px;
}

.section-title[b-6rwys2lrhi] {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 2px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
}

[b-6rwys2lrhi] .background-combobox {
    width: 100%;
}

[b-6rwys2lrhi] .background-combobox .dxbl-listbox {
    max-height: 300px;
    overflow-y: auto;
    border: 0px;
    border-radius: 4px;
    background-color: transparent;
}

.background-item[b-6rwys2lrhi] {
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.background-item:hover[b-6rwys2lrhi] {
    background-color: #f5f5f5;
}

.background-item.workcopy-item[b-6rwys2lrhi] {
    background-color: #fff3e0;
    border-left: 3px solid #ff9800;
}

.background-item-header[b-6rwys2lrhi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.background-name[b-6rwys2lrhi] {
    font-weight: 500;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.workcopy-badge[b-6rwys2lrhi] {
    background-color: #ff9800;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 8px;
    flex-shrink: 0;
}

.background-item-details[b-6rwys2lrhi] {
    font-size: 10px;
    line-height: 1.3;
}

[b-6rwys2lrhi] .text-muted {
    color: #999 !important;
    font-style: italic;
}

.no-backgrounds-message[b-6rwys2lrhi] {
    padding: 15px;
    text-align: center;
    color: #999;
    font-style: italic;
}
/* /Components/CalculationContent.razor.rz.scp.css */
[b-ttxtglzgc0] .products-selector-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--bs-body-bg, #212529);
    color: var(--bs-body-color, #e5e5e5);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Top Panel */
[b-ttxtglzgc0] .top-panel {
    width: 100%;
    background-color: var(--bs-secondary-bg, #222222);
    border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    padding: 8px 0;
    flex-shrink: 0;
    min-height: 55px;
    position: relative;
    z-index: 10;
}

/* Products Selection Toolbar Item */
[b-ttxtglzgc0] .products-selection-toolbar-item {
    margin-left: 10px;
}

[b-ttxtglzgc0] .products-selection-panel {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background-color: var(--bs-tertiary-bg, #222426);
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 8px;
    min-width: 140px;
    cursor: pointer;
    transition: all 0.3s ease;
}

[b-ttxtglzgc0] .products-selection-panel:hover {
    border-color: var(--bs-primary, #fe7109);
    background-color: rgba(254, 113, 9, 0.05);
}

[b-ttxtglzgc0] .products-selection-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary, #fe7109);
}

[b-ttxtglzgc0] .products-selection-icon svg {
    width: 20px;
    height: 20px;
}

[b-ttxtglzgc0] .products-selection-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-ttxtglzgc0] .products-selection-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-body-color, #e5e5e5);
}

/* Main Panel */
[b-ttxtglzgc0] .main-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

/* Company List Panel (15%) */
[b-ttxtglzgc0] .company-list-panel {
    width: 15%;
    background-color: var(--bs-secondary-bg, #222222);
    border-right: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    padding: 20px 15px;
    overflow-y: auto;
}

    [b-ttxtglzgc0] .company-list-panel h3 {
        color: var(--bs-emphasis-color, #ffffff);
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 600;
    }


/* Scrollbar Styling */
[b-ttxtglzgc0]::-webkit-scrollbar {
    width: 6px;
}

[b-ttxtglzgc0]::-webkit-scrollbar-track {
    background: var(--bs-secondary-bg, #222222);
}

[b-ttxtglzgc0]::-webkit-scrollbar-thumb {
    background: var(--bs-border-color, rgba(229, 229, 229, 0.3));
    border-radius: 3px;
}

    [b-ttxtglzgc0]::-webkit-scrollbar-thumb:hover {
        background: var(--bs-primary, #fe7109);
    }


/* No selection state */
.no-selection[b-ttxtglzgc0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    text-align: center;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
}

    .no-selection .empty-icon[b-ttxtglzgc0] {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .no-selection h3[b-ttxtglzgc0] {
        color: var(--bs-emphasis-color, #ffffff);
        margin-bottom: 10px;
    }

    .no-selection p[b-ttxtglzgc0] {
        margin: 0;
    }

.calculation-header[b-ttxtglzgc0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.calculation-title h2[b-ttxtglzgc0] {
    margin: 0;
    color: #333;
}

.calculation-item-count[b-ttxtglzgc0] {
    color: #666;
    font-size: 14px;
    margin-left: 10px;
}

/* DxToolbar Styles */
[b-ttxtglzgc0] .calculation-toolbar {
    background: var(--bs-secondary-bg, #222222);
    border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
}

[b-ttxtglzgc0] .calculation-toolbar .dxbl-toolbar-item {
    color: var(--bs-body-color, #e5e5e5);
}

[b-ttxtglzgc0] .calculation-toolbar .dxbl-toolbar-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Category Toolbar Items */
[b-ttxtglzgc0] .category-toolbar-item {
    margin: 0 4px;
}

[b-ttxtglzgc0] .category-btn-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 45px;
    padding: 8px 16px;
    background: none;
    border: 2px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 8px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    cursor: pointer;
    transition: all 0.3s ease;
}

[b-ttxtglzgc0] .category-btn-content:hover {
    border-color: var(--bs-border-color, rgba(229, 229, 229, 0.4));
    background-color: rgba(254, 113, 9, 0.05);
}

[b-ttxtglzgc0] .category-btn-content.selected {
    border-color: var(--bs-primary, #fe7109);
    background-color: rgba(254, 113, 9, 0.1);
    color: var(--bs-primary, #fe7109);
}

[b-ttxtglzgc0] .category-icon {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-ttxtglzgc0] .category-svg-icon {
    width: 24px;
    height: 24px;
}

[b-ttxtglzgc0] .category-title {
    font-size: 12px;
    font-weight: 500;
}

[b-ttxtglzgc0] .category-badge {
    background-color: var(--bs-primary, #fe7109);
    color: white;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: bold;
    min-width: 20px;
    text-align: center;
}

[b-ttxtglzgc0] .offers-toolbar-item {
    display: flex;
    align-items: center;
}

[b-ttxtglzgc0] .offers-btn-content {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 8px;
    cursor: pointer;
    line-height: normal;
}

[b-ttxtglzgc0] .offers-badge {
    background-color: var(--bs-primary, #fe7109);
    color: white;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: bold;
    min-width: 20px;
    text-align: center;
}

/* Primary button styling for Create Offer */
[b-ttxtglzgc0] .toolbar-btn-primary {
    background: linear-gradient(180deg, var(--bs-primary, #fe7109) 0%, #e56308 100%) !important;
    border-color: var(--bs-primary, #fe7109) !important;
    color: white !important;
    border-radius: 6px;
}

[b-ttxtglzgc0] .toolbar-btn-primary:hover {
    background: linear-gradient(180deg, #ff8a3a 0%, var(--bs-primary, #fe7109) 100%) !important;
    box-shadow: 0 2px 8px rgba(254, 113, 9, 0.4);
}

/* Category selected state for toolbar item */
[b-ttxtglzgc0] .category-selected {
    background-color: rgba(254, 113, 9, 0.15);
}

/* Legacy calculation-actions support */
.calculation-actions[b-ttxtglzgc0] {
    display: flex;
    gap: 10px;
}

.empty-calculation[b-ttxtglzgc0] {
    text-align: center;
    padding: 50px;
    background: white;
    border-radius: 8px;
    margin: 20px;
}

.empty-icon[b-ttxtglzgc0] {
    font-size: 48px;
    margin-bottom: 20px;
}

.calculation-content[b-ttxtglzgc0] {
    background: white;
    border-radius: 8px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
}

/* Filter Bar - Company dropdown */
[b-ttxtglzgc0] .filter-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: var(--bs-secondary-bg, #2d2d2d);
    border-radius: 8px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

[b-ttxtglzgc0] .filter-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-ttxtglzgc0] .filter-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    white-space: nowrap;
}

[b-ttxtglzgc0] .company-filter-combo {
    min-width: 200px;
    max-width: 300px;
}

[b-ttxtglzgc0] .filter-summary {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-ttxtglzgc0] .summary-count {
    font-size: 13px;
    color: var(--bs-primary, #fe7109);
    font-weight: 500;
    background: rgba(254, 113, 9, 0.1);
    padding: 4px 12px;
    border-radius: 12px;
}

/* Unified Grid Styles */
[b-ttxtglzgc0] .unified-grid {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    padding: 0;
}

[b-ttxtglzgc0] .calculation-grid {
    width: 100%;
    height: 100%;
}

[b-ttxtglzgc0] .calculation-grid .dxbl-grid-group-row {
    background: linear-gradient(90deg, var(--bs-tertiary-bg, #2a2a2a) 0%, var(--bs-secondary-bg, #222222) 100%);
    font-weight: 600;
    color: var(--bs-primary, #fe7109);
}

[b-ttxtglzgc0] .calculation-grid .dxbl-grid-group-row td {
    padding: 10px 16px;
    border-bottom: 2px solid var(--bs-primary, #fe7109);
}

/* Focused/active grid row - green background */
[b-ttxtglzgc0] .calculation-grid .dxbl-grid .dxbl-grid-table .dxbl-grid-focused-row:not(.dxbl-grid-touch-selection):not(.dxbl-grid-touch-selection-edge) > td:not(.dxbl-grid-empty-cell):not(.dxbl-grid-indent-cell) {
    background-color: rgba(40, 167, 69, 0.25) !important;
}

[b-ttxtglzgc0] .calculation-grid .dxbl-grid-focused-row {
    background-color: rgba(40, 167, 69, 0.15) !important;
}

/* Mobile responsive for filter bar */
@media (max-width: 768px) {
    [b-ttxtglzgc0] .filter-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    [b-ttxtglzgc0] .filter-item {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }

    [b-ttxtglzgc0] .company-filter-combo {
        min-width: 100%;
        max-width: 100%;
    }

    [b-ttxtglzgc0] .filter-summary {
        margin-left: 0;
        justify-content: center;
    }

    /* Hide Unit column on mobile */
    [b-ttxtglzgc0] .calculation-grid .unit-column,
    [b-ttxtglzgc0] .calculation-grid td.unit-column,
    [b-ttxtglzgc0] .calculation-grid th.unit-column {
        display: none !important;
    }
}

.product-set-type-group[b-ttxtglzgc0] {
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.company-group[b-ttxtglzgc0] {
    margin-left: 20px;
    border-left: 3px solid #007bff;
    margin-bottom: 20px;
}

.product-set-group[b-ttxtglzgc0] {
    margin-left: 0px;
    border-left: 2px solid #28a745;
    margin-bottom: 15px;
    width:100%;
}

.group-header[b-ttxtglzgc0] {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.product-set-type-header[b-ttxtglzgc0] {
    background: #007bff;
    color: white;
}

.company-header[b-ttxtglzgc0] {
    background: #6c757d;
    color: white;
}

.product-set-header[b-ttxtglzgc0] {
    background: #28a745;
    color: white;
    cursor: pointer;
    user-select: none;
}

.product-set-header:hover[b-ttxtglzgc0] {
    background: #218838;
}

.expand-icon[b-ttxtglzgc0] {
    margin-right: 10px;
    font-size: 14px;
    transition: transform 0.2s ease;
    display: inline-block;
    width: 16px;
    text-align: center;
}

.group-checkbox[b-ttxtglzgc0] {
    margin-right: 15px;
}

.group-title[b-ttxtglzgc0] {
    margin: 0;
    flex-grow: 1;
}

.group-count[b-ttxtglzgc0] {
    font-size: 12px;
    opacity: 0.8;
}

.products-table[b-ttxtglzgc0] {
    padding: 15px;
}

    .products-table table[b-ttxtglzgc0] {
        width: 100%;
        border-collapse: collapse;
    }

    .products-table th[b-ttxtglzgc0],
    .products-table td[b-ttxtglzgc0] {
        padding: 8px 12px;
        text-align: left;
        border-bottom: 1px solid #dee2e6;
        vertical-align: middle;
    }

    .products-table th[b-ttxtglzgc0] {
        background-color: #f8f9fa;
        font-weight: 600;
        color: #495057;
    }

    .products-table tbody tr:hover[b-ttxtglzgc0] {
        background-color: #f8f9fa;
    }

.quantity-input[b-ttxtglzgc0] {
    width: 70px;
}

.products-grid[b-ttxtglzgc0] {
    padding: 15px;
    width: 100%;
    min-height: 0;
}


[b-ttxtglzgc0] .qty-column {
    display: flex;    
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

[b-ttxtglzgc0] .quantity-input-grid {
    width: 105px;
    min-width: 70px;
}

[b-ttxtglzgc0] .btn-xs {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 1.2;
    border-radius: 3px;
}


/* Grid cell styling */

.offer-form[b-ttxtglzgc0] {
    padding: 20px;
}

/* Offer Success Modal Styles */
.offer-success-content[b-ttxtglzgc0] {
    padding: 30px;
    text-align: center;
}

.success-icon[b-ttxtglzgc0] {
    margin-bottom: 20px;
}

.action-buttons[b-ttxtglzgc0] {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.action-buttons .btn[b-ttxtglzgc0] {
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-success[b-ttxtglzgc0] {
    color: #28a745 !important;
}

.fa-4x[b-ttxtglzgc0] {
    font-size: 4rem;
}

.me-2[b-ttxtglzgc0] {
    margin-right: 0.5rem !important;
}

.mt-4[b-ttxtglzgc0] {
    margin-top: 1.5rem !important;
}

.mb-3[b-ttxtglzgc0] {
    margin-bottom: 1rem !important;
}

@media (max-width: 768px) {
    .offer-success-content[b-ttxtglzgc0] {
        padding: 20px;
    }

    .action-buttons[b-ttxtglzgc0] {
        flex-direction: column;
        align-items: center;
    }

    .action-buttons .btn[b-ttxtglzgc0] {
        width: 200px;
    }
}

/* Offer Modal Overlay */
.offer-modal-overlay[b-ttxtglzgc0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    backdrop-filter: blur(4px);
}

.offer-modal-card[b-ttxtglzgc0] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    width: 95%;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.offer-modal-header[b-ttxtglzgc0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: linear-gradient(135deg, #4CBB17 0%, #3a9614 100%);
    color: white;
}

.offer-modal-header h2[b-ttxtglzgc0] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.offer-modal-close[b-ttxtglzgc0] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.offer-modal-close:hover[b-ttxtglzgc0] {
    background: rgba(255, 255, 255, 0.3);
}

.offer-modal-body[b-ttxtglzgc0] {
    padding: 20px 24px;
    overflow-y: auto;
    flex: 1;
    background: #f8f9fa;
}

.offer-modal-footer[b-ttxtglzgc0] {
    display: flex;
    gap: 15px;
    padding: 16px 24px;
    background: white;
    border-top: 1px solid #e5e7eb;
}

.offer-modal-footer .btn-cancel[b-ttxtglzgc0] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: white;
    color: #374151;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.offer-modal-footer .btn-cancel:hover[b-ttxtglzgc0] {
    background: #f9fafb;
    border-color: #d1d5db;
}

.offer-modal-footer .btn-create-offer[b-ttxtglzgc0] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #4CBB17 0%, #3a9614 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(76, 187, 23, 0.35);
}

.offer-modal-footer .btn-create-offer:hover[b-ttxtglzgc0] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 187, 23, 0.45);
}

/* Product Summary Section */
.offer-summary-section[b-ttxtglzgc0] {
    background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%);
    border: 1px solid #86efac;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

.offer-summary-header[b-ttxtglzgc0] {
    color: #166534;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #86efac;
}

.offer-summary-grid[b-ttxtglzgc0] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.offer-summary-row[b-ttxtglzgc0] {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    font-size: 13px;
}

.offer-summary-total[b-ttxtglzgc0] {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
    padding: 10px;
    background: #4CBB17;
    color: white;
    border-radius: 8px;
    margin-top: 8px;
    font-size: 13px;
}

.offer-summary-type[b-ttxtglzgc0] {
    color: #1e293b;
    font-weight: 500;
}

.offer-summary-products[b-ttxtglzgc0] {
    color: #475569;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.offer-summary-total .offer-summary-type[b-ttxtglzgc0],
.offer-summary-total .offer-summary-products[b-ttxtglzgc0] {
    color: white;
}

/* Compact Form Layout */
[b-ttxtglzgc0] .offer-form-layout {
    background: white;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

[b-ttxtglzgc0] .offer-form-layout .dxbl-fl-group {
    margin-bottom: 8px;
}

[b-ttxtglzgc0] .offer-form-layout .dxbl-fl-item {
    margin-bottom: 4px;
}

[b-ttxtglzgc0] .offer-form-layout .dxbl-fl-cpt {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 2px;
    font-weight: 500;
}

.offer-checkbox-label[b-ttxtglzgc0] {
    font-size: 13px;
    color: #374151;
}

/* Specification Dialog Styles */
[b-ttxtglzgc0] .specification-dialog-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-ttxtglzgc0] .specification-toolbar {
    flex-shrink: 0;
}

[b-ttxtglzgc0] .specification-grid {
    width: 100%;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

[b-ttxtglzgc0] .specification-grid .dxbl-grid {
    width: 100% !important;
    height: 100% !important;
}

[b-ttxtglzgc0] .specification-grid .dxbl-grid-table {
    width: 100% !important;
}

[b-ttxtglzgc0] .specification-grid .dxbl-grid-wrapper {
    height: 100% !important;
}

[b-ttxtglzgc0] .specification-grid .dxbl-scroll-viewer {
    height: 100% !important;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .offer-modal-card[b-ttxtglzgc0] {
        width: 100%;
        max-height: 100vh;
        border-radius: 0;
    }

    .offer-modal-footer[b-ttxtglzgc0] {
        flex-direction: column;
    }

    .offer-summary-row[b-ttxtglzgc0],
    .offer-summary-total[b-ttxtglzgc0] {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .offer-summary-count[b-ttxtglzgc0],
    .offer-summary-value[b-ttxtglzgc0] {
        text-align: left;
    }
}

/* Offer Success Dialog */
[b-ttxtglzgc0] .offer-success-dialog-content {
    padding: 20px;
    text-align: center;
}

[b-ttxtglzgc0] .offer-success-dialog-content .success-header {
    margin-bottom: 24px;
}

[b-ttxtglzgc0] .offer-success-dialog-content .success-icon-wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.2) 0%, rgba(40, 167, 69, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(40, 167, 69, 0.3);
}

[b-ttxtglzgc0] .offer-success-dialog-content .success-icon-wrapper i {
    font-size: 28px;
    color: #28a745;
}

[b-ttxtglzgc0] .offer-success-dialog-content h4 {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--bs-body-color, #e5e5e5);
}

[b-ttxtglzgc0] .offer-success-dialog-content p {
    margin: 0;
    color: var(--bs-secondary-color, #adb5bd);
    font-size: 0.9rem;
}

[b-ttxtglzgc0] .offer-success-dialog-content .success-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* /Components/CanvasZoomer.razor.rz.scp.css */
.canvas-zoomer-container[b-qhw25jrc08] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
}

.zoom-controls-section[b-qhw25jrc08] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.zoom-label[b-qhw25jrc08] {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    margin-right: 4px;
}

.zoom-buttons-group[b-qhw25jrc08] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.zoom-display[b-qhw25jrc08] {
    min-width: 45px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    padding: 0 8px;
}

.scale-measurement-section[b-qhw25jrc08] {
    display: flex;
    align-items: center;
    gap: 8px;
    border-left: 1px solid #e0e0e0;
    padding-left: 20px;
}

.scale-display[b-qhw25jrc08] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.scale-label[b-qhw25jrc08] {
    font-size: 12px;
    font-weight: 500;
    color: #666;
}

.scale-value[b-qhw25jrc08] {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    min-width: 80px;
}

[b-qhw25jrc08] .zoom-btn,
[b-qhw25jrc08] .scale-measure-btn {
    border-radius: 4px !important;
    transition: all 0.2s ease;
    flex-shrink: 0;
    min-width: 32px;
}

[b-qhw25jrc08] .zoom-btn:hover,
[b-qhw25jrc08] .scale-measure-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .canvas-zoomer-container[b-qhw25jrc08] {
        flex-direction: column;
        gap: 12px;
        padding: 8px;
    }

    .zoom-label[b-qhw25jrc08] {
        display: none;
    }

    .scale-measurement-section[b-qhw25jrc08] {
        border-left: none;
        border-top: 1px solid #e0e0e0;
        padding-left: 0;
        padding-top: 12px;
    }
}
/* /Components/ColourSelector.razor.rz.scp.css */
/* ColourSelector Component - Uses shared inspector styles from app.scss */
/* This file only contains component-specific overrides */

/* Component uses these shared classes from app.scss:
   - .inspector-container
   - .inspector-form-grid
   - .inspector-label / .inspector-label-inline
   - .inspector-dx-spinner
*/

/* Colour item in dropdown */
.colour-item[b-zytd2fhg2j] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}

/* Colour swatch preview */
.colour-swatch[b-zytd2fhg2j] {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    flex-shrink: 0;
}

/* Ensure combo box fits nicely */
[b-zytd2fhg2j] .colour-combo {
    min-width: 180px;
}

[b-zytd2fhg2j] .colour-combo .dx-texteditor {
    border-radius: 4px;
}
/* /Components/CompactPictureInfo.razor.rz.scp.css */
.compact-picture-info[b-2pria05vcs] {
    padding: 8px 10px;
    background-color: inherit;
    border-top: 1px solid #e0e0e0;
}

.compact-info-text[b-2pria05vcs] {
    font-size: 11px;
    color: #666;
    line-height: 1.2;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-2pria05vcs] .text-muted {
    color: #999 !important;
    font-style: italic;
}
/* /Components/CropConfirmationDialog.razor.rz.scp.css */
.crop-preview-container[b-atots2k6lu] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem;
    overflow: hidden;
}

.preview-info[b-atots2k6lu] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.info-item[b-atots2k6lu] {
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.preview-image-container[b-atots2k6lu] {
    flex: 1;
    min-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    overflow: hidden;
}

.preview-image[b-atots2k6lu] {
    text-align: center;
    max-width: 100%;
    max-height: 100%;
}

.preview-image img[b-atots2k6lu] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.preview-actions[b-atots2k6lu] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-shrink: 0;
}
/* /Components/EdgeEditor.razor.rz.scp.css */
/* EdgeEditor Component - Uses shared inspector styles from app.scss */
/* This file only contains component-specific overrides */

/* Component uses these shared classes from app.scss:
   - .inspector-container (for edge-editor div)
   - .inspector-property-box (for edge-length-input)
   - .inspector-label
   - .inspector-dx-spinner (wrap DxSpinEdit with this class)
   - .inspector-btn-primary (for action buttons)
   - .inspector-action-buttons (for button rows)
*/

/* No component-specific styles needed - all styles are shared */
/* /Components/EdgeInfo.razor.rz.scp.css */
/* EdgeInfo Component - Uses shared inspector styles from app.scss */
/* This file only contains component-specific overrides */

/* Component uses these shared classes from app.scss:
   - .inspector-container (for edge-info div)
   - .inspector-property-box
   - .inspector-form-grid / .inspector-form-grid-full
   - .inspector-label
   - .inspector-value
   - .inspector-toggle
   - .inspector-no-selection
   - Toggle switch styles are inherited from .inspector-toggle
*/

/* No component-specific styles needed - all styles are shared */
/* /Components/EmailComposerDialog.razor.rz.scp.css */
.email-composer-dialog[b-027c046194] {
    padding: 20px;
}

.sending-progress[b-027c046194] {
    text-align: center;
    padding: 20px;
}

.async-status[b-027c046194] {
    background: #e3f2fd;
    border: 1px solid #2196f3;
    border-radius: 6px;
    padding: 15px;
    margin-top: 15px;
}

.async-status code[b-027c046194] {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
}

.send-result[b-027c046194] {
    padding: 10px 0;
}

.alert[b-027c046194] {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.alert-success[b-027c046194] {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-danger[b-027c046194] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.email-details[b-027c046194] {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 15px;
}

.detail-row[b-027c046194] {
    display: flex;
    margin-bottom: 8px;
    align-items: flex-start;
    gap: 10px;
}

.detail-row:last-child[b-027c046194] {
    margin-bottom: 0;
}

.detail-row strong[b-027c046194] {
    min-width: 80px;
    flex-shrink: 0;
}

.email-options[b-027c046194] {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}

.attachment-section[b-027c046194] {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
}

.attachment-section h6[b-027c046194] {
    margin-bottom: 10px;
    color: #495057;
}

.attachment-info[b-027c046194] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.no-attachment[b-027c046194] {
    display: flex;
    align-items: center;
    color: #6c757d;
}

.send-options[b-027c046194] {
    padding: 10px 0;
}

.email-templates[b-027c046194] {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}

.email-templates h6[b-027c046194] {
    margin-bottom: 10px;
    color: #495057;
}

.template-buttons[b-027c046194] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.template-buttons .btn[b-027c046194] {
    font-size: 0.875rem;
}

.popup-footer[b-027c046194] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e0e0e0;
}

.me-2[b-027c046194] {
    margin-right: 0.5rem;
}

.w-100[b-027c046194] {
    width: 100%;
}

.text-danger[b-027c046194] {
    color: #dc3545;
}

.text-info[b-027c046194] {
    color: #17a2b8;
}

.text-muted[b-027c046194] {
    color: #6c757d;
}

@media (max-width: 768px) {
    .email-composer-dialog[b-027c046194] {
        padding: 15px;
    }
    
    .popup-footer[b-027c046194] {
        flex-direction: column;
    }
    
    .template-buttons[b-027c046194] {
        flex-direction: column;
    }
    
    .template-buttons .btn[b-027c046194] {
        justify-content: center;
    }
    
    .detail-row[b-027c046194] {
        flex-direction: column;
        gap: 4px;
    }
    
    .detail-row strong[b-027c046194] {
        min-width: auto;
    }
    
    .attachment-info[b-027c046194] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/InspectorZoomEditor.razor.rz.scp.css */
/* Premium Inspector Zoom Editor Styling - Optimized for Vertical Space */

.inspector-zoom-editor[b-d7v5zjyyjx] {
    padding: 12px;
    background: linear-gradient(to bottom, #ffffff 0%, #f8faf9 100%);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(76, 187, 23, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.inspector-zoom-editor:hover[b-d7v5zjyyjx] {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.08);
    border-color: rgba(76, 187, 23, 0.25);
}

/* Header Section */
.zoom-header[b-d7v5zjyyjx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(76, 187, 23, 0.2);
}

.zoom-header h4[b-d7v5zjyyjx] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #2d3748;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
    position: relative;
    padding-left: 12px;
}

.zoom-header h4[b-d7v5zjyyjx]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 16px;
    background: linear-gradient(135deg, #4CBB17, #3da012);
    border-radius: 2px;
}

.zoom-info[b-d7v5zjyyjx] {
    display: flex;
    gap: 8px;
    font-size: 0.8125rem;
    color: #4a5568;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.zoom-info span[b-d7v5zjyyjx] {
    padding: 3px 8px;
    background: linear-gradient(135deg, #f7faf8, #ffffff);
    border-radius: 5px;
    border-left: 3px solid #4CBB17;
    line-height: 1.3;
}

/* Zoom Canvas Container */
.zoom-canvas-container[b-d7v5zjyyjx] {
    position: relative;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    background: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), inset 0 0 0 2px rgba(76, 187, 23, 0.1);
    padding: 12px;
    aspect-ratio: 1;
    width: 100%;
}

.zoom-canvas-container canvas[b-d7v5zjyyjx] {
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Overlay Controls (Directional Buttons) */
.zoom-canvas-overlay-controls[b-d7v5zjyyjx] {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    pointer-events: none;
}

.overlay-button[b-d7v5zjyyjx] {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff, #f8faf9);
    border: 2px solid #4CBB17;
    box-shadow: 0 2px 8px rgba(76, 187, 23, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #4CBB17;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    z-index: 10;
}

.overlay-button:hover[b-d7v5zjyyjx] {
    background: linear-gradient(135deg, #4CBB17, #3da012);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(76, 187, 23, 0.4), 0 2px 6px rgba(0, 0, 0, 0.15);
}

.overlay-button:active[b-d7v5zjyyjx] {
    transform: scale(0.95);
    box-shadow: 0 2px 6px rgba(76, 187, 23, 0.3);
}

.overlay-button.up[b-d7v5zjyyjx] {
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.overlay-button.down[b-d7v5zjyyjx] {
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.overlay-button.left[b-d7v5zjyyjx] {
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
}

.overlay-button.right[b-d7v5zjyyjx] {
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
}

/* Step Size Indicator */
.step-size-indicator[b-d7v5zjyyjx] {
    position: absolute;
    top: 8px;
    left: 8px;
    background: linear-gradient(135deg, #2d3748, #1a202c);
    color: white;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.6875rem;
    font-weight: 700;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
    line-height: 1.2;
}

/* Context Indicator (Live/Frozen) */
.context-indicator[b-d7v5zjyyjx] {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.6875rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.context-indicator.live[b-d7v5zjyyjx] {
    background: linear-gradient(135deg, #4CBB17, #3da012);
    color: white;
}

.context-indicator.frozen[b-d7v5zjyyjx] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
    animation: pulse-glow-b-d7v5zjyyjx 2s infinite;
}

@keyframes pulse-glow-b-d7v5zjyyjx {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }
    50% {
        opacity: 0.85;
        box-shadow: 0 0 12px rgba(245, 158, 11, 0.6);
    }
}

/* Step Size Control */
.step-size-control[b-d7v5zjyyjx] {
    margin-bottom: 0;
    padding: 10px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e8ede9;
    transition: all 0.2s ease;
}

.step-size-control:hover[b-d7v5zjyyjx] {
    border-color: rgba(76, 187, 23, 0.3);
    box-shadow: 0 2px 8px rgba(76, 187, 23, 0.08);
}

.step-size-control h5[b-d7v5zjyyjx] {
    margin: 0 0 8px 0;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #2d3748;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
    position: relative;
    padding-left: 10px;
}

.step-size-control h5[b-d7v5zjyyjx]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 12px;
    background: linear-gradient(135deg, #4CBB17, #3da012);
    border-radius: 2px;
}

.step-buttons[b-d7v5zjyyjx] {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.step-button[b-d7v5zjyyjx] {
    flex: 1;
    padding: 8px 14px;
    border: 2px solid #e2e8f0;
    background: white;
    color: #4a5568;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 38px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-button:hover[b-d7v5zjyyjx] {
    border-color: rgba(76, 187, 23, 0.4);
    color: #4CBB17;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(76, 187, 23, 0.15);
}

.step-button.active[b-d7v5zjyyjx] {
    background: linear-gradient(135deg, #4CBB17, #3da012);
    color: white;
    border-color: #4CBB17;
    box-shadow: 0 3px 10px rgba(76, 187, 23, 0.3);
    transform: translateY(-1px);
}

.step-button:active[b-d7v5zjyyjx] {
    transform: translateY(0);
}

.step-button:focus[b-d7v5zjyyjx] {
    outline: none;
    box-shadow: 0 0 0 4px rgba(76, 187, 23, 0.15);
}

/* Smaller step button variant */
.step-button-sm[b-d7v5zjyyjx] {
    padding: 5px 10px;
    font-size: 0.75rem;
    min-height: 28px;
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .inspector-zoom-editor[b-d7v5zjyyjx] {
        padding: 14px;
    }

    .zoom-header[b-d7v5zjyyjx] {
        margin-bottom: 12px;
        padding-bottom: 8px;
    }

    .zoom-header h4[b-d7v5zjyyjx] {
        font-size: 1rem;
        padding-left: 12px;
    }

    .zoom-header h4[b-d7v5zjyyjx]::before {
        width: 3px;
        height: 16px;
    }

    .zoom-info[b-d7v5zjyyjx] {
        font-size: 0.75rem;
        gap: 6px;
    }

    .zoom-info span[b-d7v5zjyyjx] {
        padding: 3px 6px;
    }

    .zoom-canvas-container[b-d7v5zjyyjx] {
        padding: 14px;
        margin-bottom: 14px;
    }

    .overlay-button[b-d7v5zjyyjx] {
        width: 44px;
        height: 44px;
        border-radius: 22px;
        font-size: 18px;
        touch-action: manipulation;
    }

    .overlay-button.up[b-d7v5zjyyjx] {
        top: -22px;
    }

    .overlay-button.down[b-d7v5zjyyjx] {
        bottom: -22px;
    }

    .overlay-button.left[b-d7v5zjyyjx] {
        left: -22px;
    }

    .overlay-button.right[b-d7v5zjyyjx] {
        right: -22px;
    }

    .step-size-control[b-d7v5zjyyjx] {
        padding: 12px;
    }

    .step-size-control h5[b-d7v5zjyyjx] {
        font-size: 0.8125rem;
        margin-bottom: 8px;
    }

    .step-buttons[b-d7v5zjyyjx] {
        gap: 4px;
    }

    .step-button[b-d7v5zjyyjx] {
        padding: 12px 14px;
        font-size: 0.8125rem;
        min-height: 48px;
    }
}

/* Tablet Optimization */
@media (min-width: 769px) and (max-width: 1024px) {
    .overlay-button[b-d7v5zjyyjx] {
        width: 38px;
        height: 38px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .inspector-zoom-editor[b-d7v5zjyyjx],
    .zoom-canvas-container[b-d7v5zjyyjx],
    .overlay-button[b-d7v5zjyyjx],
    .step-button[b-d7v5zjyyjx],
    .step-size-control[b-d7v5zjyyjx] {
        transition: none;
    }

    .context-indicator.frozen[b-d7v5zjyyjx] {
        animation: none;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .inspector-zoom-editor[b-d7v5zjyyjx] {
        border: 2px solid #4CBB17;
    }

    .zoom-canvas-container[b-d7v5zjyyjx] {
        box-shadow: 0 0 0 3px rgba(76, 187, 23, 0.3);
    }

    .overlay-button[b-d7v5zjyyjx] {
        border-width: 3px;
    }

    .step-button[b-d7v5zjyyjx] {
        border-width: 3px;
    }

    .step-size-control[b-d7v5zjyyjx] {
        border: 2px solid #4a5568;
    }
}
/* /Components/LeadingPointsEditor.razor.rz.scp.css */
/* LeadingPointsEditor Component - Uses shared inspector styles from app.scss */
/* This file only contains component-specific overrides */

/* Component uses these shared classes from app.scss:
   - .inspector-container (for leading-point-editor div)
   - .inspector-property-box (for edge-length-input)
   - .inspector-label
   - .inspector-dx-spinner (wrap DxSpinEdit with this class)
   - .inspector-btn-primary
   - .inspector-btn-secondary
   - .inspector-action-buttons (for action button rows)
*/

/* No component-specific styles needed - all styles are shared */
/* /Components/NotificationDisplay.razor.rz.scp.css */
.notification-container[b-pwv1oolkwf] {
    position: relative;
    z-index: 1050;
    margin-bottom: 0.5rem;
}

.notification-container.hidden[b-pwv1oolkwf] {
    display: none;
}

[b-pwv1oolkwf] .alert {
    margin-bottom: 0;
    border-radius: 0.375rem;
}

[b-pwv1oolkwf] .alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

[b-pwv1oolkwf] .alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

.btn-close[b-pwv1oolkwf] {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0.5;
}

.btn-close:hover[b-pwv1oolkwf] {
    opacity: 1;
}
/* /Components/OfferEditDialog.razor.rz.scp.css */
/* Full Screen Overlay */
.offer-edit-overlay[b-3u7sl5khlg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn-b-3u7sl5khlg 0.2s ease;
}

@keyframes fadeIn-b-3u7sl5khlg {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Main Container */
.offer-edit-container[b-3u7sl5khlg] {
    width: 95vw;
    height: 95vh;
    background: var(--bs-body-bg, #1a1a1a);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: slideUp-b-3u7sl5khlg 0.3s ease;
}

@keyframes slideUp-b-3u7sl5khlg {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Toolbar */
.offer-edit-toolbar[b-3u7sl5khlg] {
    background: var(--bs-secondary-bg, #222222);
    border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    padding: 8px 16px;
    flex-shrink: 0;
}

.close-btn[b-3u7sl5khlg] {
    width: 36px;
    height: 36px;
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 6px;
    background: transparent;
    color: var(--bs-body-color, #e5e5e5);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.close-btn:hover[b-3u7sl5khlg] {
    background: rgba(239, 68, 68, 0.2);
    border-color: #ef4444;
    color: #ef4444;
}

/* Main Content Layout */
.offer-edit-content[b-3u7sl5khlg] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

/* Left Panel */
.offer-edit-left-panel[b-3u7sl5khlg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-right: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
}

/* Header Panel */
.offer-edit-header-panel[b-3u7sl5khlg] {
    background: var(--bs-tertiary-bg, #222426);
    padding: 20px;
    border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    flex-shrink: 0;
}

.header-title[b-3u7sl5khlg] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.header-title h4[b-3u7sl5khlg] {
    margin: 0;
    color: var(--bs-emphasis-color, #ffffff);
}

.status-badge[b-3u7sl5khlg] {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge.status-workcopy[b-3u7sl5khlg] {
    background: rgba(107, 114, 128, 0.2);
    color: #9ca3af;
}

.status-badge.status-sent[b-3u7sl5khlg] {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
}

.status-badge.status-sold[b-3u7sl5khlg] {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.status-badge.status-lost[b-3u7sl5khlg] {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
}

/* Form Layout */
.header-form[b-3u7sl5khlg] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-row[b-3u7sl5khlg] {
    display: flex;
    gap: 16px;
}

.form-group[b-3u7sl5khlg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form-group.flex-2[b-3u7sl5khlg] {
    flex: 2;
}

.form-group label[b-3u7sl5khlg] {
    font-size: 12px;
    font-weight: 500;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-3u7sl5khlg] .form-control-custom .dxbl-textbox,
[b-3u7sl5khlg] .form-control-custom .dxbl-combobox,
[b-3u7sl5khlg] .form-control-custom .dxbl-date-edit {
    background: var(--bs-body-bg, #1a1a1a);
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 6px;
    color: var(--bs-body-color, #e5e5e5);
}

[b-3u7sl5khlg] .form-control-custom .dxbl-textbox:focus-within,
[b-3u7sl5khlg] .form-control-custom .dxbl-combobox:focus-within,
[b-3u7sl5khlg] .form-control-custom .dxbl-date-edit:focus-within {
    border-color: var(--bs-primary, #fe7109);
    box-shadow: 0 0 0 2px rgba(254, 113, 9, 0.2);
}

/* Grid Panel */
.offer-edit-grid-panel[b-3u7sl5khlg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 16px;
}

.grid-header[b-3u7sl5khlg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.grid-header h5[b-3u7sl5khlg] {
    margin: 0;
    color: var(--bs-emphasis-color, #ffffff);
}

.lines-count[b-3u7sl5khlg] {
    font-size: 13px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    background: var(--bs-tertiary-bg, #222426);
    padding: 4px 12px;
    border-radius: 12px;
}

[b-3u7sl5khlg] .offer-lines-grid {
    flex: 1;
    overflow: auto;
}

.line-total[b-3u7sl5khlg] {
    font-weight: 600;
    color: var(--bs-primary, #fe7109);
}

/* Right Panel */
.offer-edit-right-panel[b-3u7sl5khlg] {
    width: 320px;
    background: var(--bs-tertiary-bg, #222426);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex-shrink: 0;
}

/* Summary Panel */
.summary-panel[b-3u7sl5khlg] {
    padding: 20px;
    flex: 1;
}

.summary-panel h5[b-3u7sl5khlg] {
    margin: 0 0 16px 0;
    color: var(--bs-emphasis-color, #ffffff);
    font-size: 16px;
}

.summary-panel h6[b-3u7sl5khlg] {
    margin: 12px 0 8px 0;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.summary-section[b-3u7sl5khlg] {
    padding: 8px 0;
}

.summary-row[b-3u7sl5khlg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.summary-row.small[b-3u7sl5khlg] {
    font-size: 13px;
}

.summary-label[b-3u7sl5khlg] {
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
}

.summary-value[b-3u7sl5khlg] {
    color: var(--bs-body-color, #e5e5e5);
    font-weight: 500;
}

.summary-value.discount[b-3u7sl5khlg] {
    color: #22c55e;
}

.summary-divider[b-3u7sl5khlg] {
    height: 1px;
    background: var(--bs-border-color, rgba(229, 229, 229, 0.2));
    margin: 8px 0;
}

.total-section[b-3u7sl5khlg] {
    background: rgba(254, 113, 9, 0.1);
    border-radius: 8px;
    padding: 12px;
    margin: 0 -12px;
}

.total-row .summary-label[b-3u7sl5khlg] {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-body-color, #e5e5e5);
}

.grand-total[b-3u7sl5khlg] {
    font-size: 20px;
    font-weight: 700;
    color: var(--bs-primary, #fe7109);
}

/* Quick Actions Panel */
.quick-actions-panel[b-3u7sl5khlg] {
    padding: 16px 20px;
    border-top: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    background: var(--bs-secondary-bg, #222222);
}

.quick-actions-panel h6[b-3u7sl5khlg] {
    margin: 0 0 12px 0;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quick-actions-buttons[b-3u7sl5khlg] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Specification Dialog Content */
.specification-dialog-content[b-3u7sl5khlg] {
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.specification-toolbar[b-3u7sl5khlg] {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

[b-3u7sl5khlg] .specification-grid {
    flex: 1;
    overflow: auto;
}

/* Drawing Popup */
.drawing-popup-overlay[b-3u7sl5khlg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1045;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drawing-popup-container[b-3u7sl5khlg] {
    width: 95vw;
    height: 95vh;
    background: var(--bs-body-bg, #1a1a1a);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.drawing-popup-header[b-3u7sl5khlg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    background: var(--bs-tertiary-bg, #222426);
}

.drawing-popup-header-left[b-3u7sl5khlg] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.drawing-popup-title[b-3u7sl5khlg] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bs-emphasis-color, #ffffff);
}

.drawing-popup-structure-info[b-3u7sl5khlg] {
    font-size: 0.85rem;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
}

.drawing-popup-header-center[b-3u7sl5khlg] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.drawing-popup-nav-info[b-3u7sl5khlg] {
    font-size: 0.9rem;
    font-weight: 500;
    min-width: 60px;
    text-align: center;
    color: var(--bs-body-color, #e5e5e5);
}

.drawing-popup-header-right[b-3u7sl5khlg] {
    display: flex;
    align-items: center;
}

.drawing-popup-body[b-3u7sl5khlg] {
    flex: 1;
    display: flex;
    overflow: hidden;
}

.drawing-popup-canvas-container[b-3u7sl5khlg] {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-tertiary-bg, #222426);
    overflow: hidden;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .offer-edit-right-panel[b-3u7sl5khlg] {
        width: 280px;
    }

    .form-row[b-3u7sl5khlg] {
        flex-wrap: wrap;
    }

    .form-group[b-3u7sl5khlg] {
        min-width: 200px;
    }
}

@media (max-width: 992px) {
    .offer-edit-content[b-3u7sl5khlg] {
        flex-direction: column;
    }

    .offer-edit-left-panel[b-3u7sl5khlg] {
        border-right: none;
        border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    }

    .offer-edit-right-panel[b-3u7sl5khlg] {
        width: 100%;
        flex-direction: row;
        height: auto;
    }

    .summary-panel[b-3u7sl5khlg] {
        flex: 1;
    }

    .quick-actions-panel[b-3u7sl5khlg] {
        border-top: none;
        border-left: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
        width: 200px;
    }
}
/* /Components/OffersListDialog.razor.rz.scp.css */
.offers-dialog-header[b-a5emdxvre1] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
}

.offers-dialog-footer[b-a5emdxvre1] {
    background-color: #f8f9fa;
    padding: 15px;
    margin: -10px -15px -10px -15px;
    border-radius: 0 0 6px 6px;
}

.full-width-grid-control[b-a5emdxvre1] {
    width: 100%;
}

.badge[b-a5emdxvre1] {
    font-size: 0.75em;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
}

.spinner-border[b-a5emdxvre1] {
    width: 3rem;
    height: 3rem;
}
/* /Components/PdfGeneratorDialog.razor.rz.scp.css */
.pdf-generator-dialog[b-l58z3os5th] {
    padding: 20px;
}

.generation-progress[b-l58z3os5th] {
    text-align: center;
}

.current-step[b-l58z3os5th] {
    margin-top: 10px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    text-align: center;
}

.generation-result[b-l58z3os5th] {
    padding: 10px 0;
}

.alert[b-l58z3os5th] {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.alert-success[b-l58z3os5th] {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-danger[b-l58z3os5th] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.pdf-info[b-l58z3os5th] {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 15px;
}

.info-row[b-l58z3os5th] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.info-row:last-child[b-l58z3os5th] {
    margin-bottom: 0;
}

.generation-options[b-l58z3os5th] {
    padding: 10px 0;
}

.template-display[b-l58z3os5th] {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-weight: 500;
}

.generation-settings[b-l58z3os5th] {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 15px;
    margin: 15px 0;
}

.generation-settings .form-check[b-l58z3os5th] {
    margin-bottom: 10px;
}

.generation-settings .form-check:last-child[b-l58z3os5th] {
    margin-bottom: 0;
}

.form-label[b-l58z3os5th] {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.popup-footer[b-l58z3os5th] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e0e0e0;
}

.popup-footer .btn[b-l58z3os5th] {
    display: flex;
    align-items: center;
}

.me-2[b-l58z3os5th] {
    margin-right: 0.5rem;
}

.w-100[b-l58z3os5th] {
    width: 100%;
}

@media (max-width: 768px) {
    .pdf-generator-dialog[b-l58z3os5th] {
        padding: 15px;
    }
    
    .popup-footer[b-l58z3os5th] {
        flex-direction: column;
    }
    
    .popup-footer .btn[b-l58z3os5th] {
        justify-content: center;
    }
    
    .info-row[b-l58z3os5th] {
        flex-direction: column;
        gap: 4px;
    }
}
/* /Components/PdfTemplateSelector.razor.rz.scp.css */
.pdf-template-selector[b-2vvify4th3] {
    padding: 20px;
}

.template-grid[b-2vvify4th3] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.template-card[b-2vvify4th3] {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.template-card:hover[b-2vvify4th3] {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}

.template-card.selected[b-2vvify4th3] {
    border-color: #007bff;
    background-color: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.template-preview[b-2vvify4th3] {
    width: 100%;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-image[b-2vvify4th3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-placeholder[b-2vvify4th3] {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.preview-placeholder i[b-2vvify4th3] {
    font-size: 2rem;
}

.template-info[b-2vvify4th3] {
    text-align: left;
}

.template-name[b-2vvify4th3] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.template-description[b-2vvify4th3] {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.4;
}

.template-metadata[b-2vvify4th3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.badge[b-2vvify4th3] {
    padding: 2px 8px;
    font-size: 0.75rem;
    border-radius: 12px;
    font-weight: 500;
}

.badge-primary[b-2vvify4th3] {
    background-color: #007bff;
    color: white;
}

.badge-secondary[b-2vvify4th3] {
    background-color: #6c757d;
    color: white;
}

.template-version[b-2vvify4th3] {
    font-size: 0.75rem;
    color: #999;
    font-style: italic;
}

.template-options[b-2vvify4th3] {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}

.popup-footer[b-2vvify4th3] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
    .template-grid[b-2vvify4th3] {
        grid-template-columns: 1fr;
    }
    
    .pdf-template-selector[b-2vvify4th3] {
        padding: 15px;
    }
    
    .popup-footer[b-2vvify4th3] {
        flex-direction: column;
    }
}
/* /Components/PerspectiveCameraEditor.razor.rz.scp.css */
/* Premium Perspective Camera Editor Styling - Optimized for Vertical Space */

[b-butjxhzb20] .perspective-camera-editor {
    padding: 14px;
    background: linear-gradient(to bottom, #ffffff 0%, #f8faf9 100%);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(76, 187, 23, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

[b-butjxhzb20] .perspective-camera-editor:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.08);
    border-color: rgba(76, 187, 23, 0.25);
}

/* Perspective Toggle Section */
[b-butjxhzb20] .perspective-toggle {
    margin-bottom: 10px;
    padding: 10px;
    background: linear-gradient(135deg, #f8faf9, #ffffff);
    border-radius: 8px;
    border: 2px solid #e8ede9;
    transition: all 0.2s ease;
}

[b-butjxhzb20] .perspective-toggle:hover {
    border-color: rgba(76, 187, 23, 0.3);
    box-shadow: 0 2px 8px rgba(76, 187, 23, 0.08);
}

/* Toggle Switch */
[b-butjxhzb20] .perspective-toggle .form-check {
    margin-bottom: 8px;
}

[b-butjxhzb20] .perspective-toggle .form-switch {
    display: flex;
    align-items: center;
    gap: 10px;
}

[b-butjxhzb20] .perspective-toggle .form-check-input[type="checkbox"][role="switch"] {
    width: 2.75rem;
    height: 1.375rem;
    margin: 0;
    background-color: #cbd5e0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 1.375rem;
    border: 2px solid #cbd5e0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

[b-butjxhzb20] .perspective-toggle .form-check-input[type="checkbox"][role="switch"]:hover {
    border-color: #a0aec0;
}

[b-butjxhzb20] .perspective-toggle .form-check-input[type="checkbox"][role="switch"]:checked {
    background-color: #4CBB17;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
    border-color: #4CBB17;
    box-shadow: 0 0 0 4px rgba(76, 187, 23, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

[b-butjxhzb20] .perspective-toggle .form-check-input[type="checkbox"][role="switch"]:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(76, 187, 23, 0.15);
}

[b-butjxhzb20] .perspective-toggle .form-check-label {
    font-weight: 600;
    color: #2d3748;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.3;
    user-select: none;
}

/* Form Text (Status) */
[b-butjxhzb20] .perspective-toggle .form-text {
    font-size: 0.75rem;
    color: #718096;
    margin-top: 6px;
    font-style: italic;
    padding-left: 4px;
    line-height: 1.3;
}

/* Angle Deviation Section */
[b-butjxhzb20] .angle-deviation-section {
    padding: 12px;
    background: white;
    border: 2px solid rgba(76, 187, 23, 0.3);
    border-radius: 8px;
    margin-top: 0;
    box-shadow: 0 2px 8px rgba(76, 187, 23, 0.08);
}

[b-butjxhzb20] .angle-deviation-section h5 {
    margin: 0 0 10px 0;
    font-size: 0.9375rem;
    color: #2d3748;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
    position: relative;
    padding-left: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(76, 187, 23, 0.2);
}

[b-butjxhzb20] .angle-deviation-section h5::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 8px;
    width: 3px;
    background: linear-gradient(135deg, #4CBB17, #3da012);
    border-radius: 2px;
}

/* Deviation Info Display */
[b-butjxhzb20] .deviation-info {
    margin-bottom: 12px;
    text-align: center;
    padding: 12px;
    background: linear-gradient(135deg, #e8f5e1, #f0f9ec);
    border-radius: 8px;
    border: 2px solid rgba(76, 187, 23, 0.2);
}

[b-butjxhzb20] .deviation-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4CBB17;
    display: block;
    margin-bottom: 6px;
    font-variant-numeric: tabular-nums;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.2;
}

[b-butjxhzb20] .deviation-info .form-text {
    font-size: 0.75rem;
    color: #4a5568;
    margin: 0;
    font-weight: 500;
    line-height: 1.3;
}

/* Button Groups */
[b-butjxhzb20] .deviation-buttons {
    margin-bottom: 0;
}

[b-butjxhzb20] .button-group {
    display: flex;
    gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
}

[b-butjxhzb20] .button-group .btn {
    flex: 1;
    min-width: 80px;
    max-width: 115px;
    font-weight: 600;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.3;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/* Secondary Buttons (Adjust) */
[b-butjxhzb20] .btn-outline-secondary {
    border: 2px solid #a0aec0;
    color: #4a5568;
    background: white;
}

[b-butjxhzb20] .btn-outline-secondary:hover {
    background: linear-gradient(135deg, #4a5568, #2d3748);
    border-color: #4a5568;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(74, 85, 104, 0.3);
}

[b-butjxhzb20] .btn-outline-secondary:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(74, 85, 104, 0.3);
}

[b-butjxhzb20] .btn-outline-secondary:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(74, 85, 104, 0.15);
}

/* Primary Button (Reset) */
[b-butjxhzb20] .btn-outline-primary {
    border: 2px solid #4CBB17;
    color: #4CBB17;
    background: white;
}

[b-butjxhzb20] .btn-outline-primary:hover {
    background: linear-gradient(135deg, #4CBB17, #3da012);
    border-color: #4CBB17;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(76, 187, 23, 0.3);
}

[b-butjxhzb20] .btn-outline-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(76, 187, 23, 0.3);
}

[b-butjxhzb20] .btn-outline-primary:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(76, 187, 23, 0.15);
}

/* Reset Button Special Styling */
[b-butjxhzb20] .reset-btn {
    margin: 0;
    font-weight: 700;
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    [b-butjxhzb20] .perspective-camera-editor {
        padding: 16px;
    }

    [b-butjxhzb20] .perspective-toggle {
        padding: 14px;
        margin-bottom: 14px;
    }

    [b-butjxhzb20] .angle-deviation-section {
        padding: 16px;
    }

    [b-butjxhzb20] .deviation-info {
        padding: 14px;
        margin-bottom: 16px;
    }

    [b-butjxhzb20] .deviation-value {
        font-size: 1.5rem;
    }

    [b-butjxhzb20] .button-group {
        gap: 6px;
    }

    [b-butjxhzb20] .button-group .btn {
        font-size: 0.75rem;
        padding: 10px 12px;
        min-width: 75px;
        min-height: 48px;
    }

    [b-butjxhzb20] .perspective-toggle .form-check-input[type="checkbox"][role="switch"] {
        width: 2.5rem;
        height: 1.25rem;
    }
}

/* Tablet Optimization */
@media (min-width: 769px) and (max-width: 1024px) {
    [b-butjxhzb20] .button-group .btn {
        min-width: 85px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    [b-butjxhzb20] .perspective-camera-editor,
    [b-butjxhzb20] .perspective-toggle,
    [b-butjxhzb20] .perspective-toggle .form-check-input,
    [b-butjxhzb20] .button-group .btn {
        transition: none;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    [b-butjxhzb20] .perspective-camera-editor {
        border: 2px solid #4CBB17;
    }

    [b-butjxhzb20] .perspective-toggle {
        border-width: 3px;
    }

    [b-butjxhzb20] .angle-deviation-section {
        border-width: 3px;
    }

    [b-butjxhzb20] .deviation-info {
        border-width: 3px;
    }

    [b-butjxhzb20] .button-group .btn {
        border-width: 3px;
    }
}
/* /Components/PointInfo.razor.rz.scp.css */
/* PointInfo Component - Uses shared inspector styles from app.scss */
/* This file only contains component-specific overrides */

/* Component uses these shared classes from app.scss:
   - .inspector-container (base container)
   - .inspector-property-box
   - .inspector-form-grid
   - .inspector-label / .inspector-label-inline
   - .inspector-static-value
   - .inspector-no-selection
*/

/* Component-specific styles for connected edges display */
[b-dweet954nr] .edges-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 6px;
}

[b-dweet954nr] .edge-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    background-color: rgba(76, 187, 23, 0.05);
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

[b-dweet954nr] .edge-item:hover {
    background-color: rgba(76, 187, 23, 0.1);
}

[b-dweet954nr] .edge-item .edge-name {
    font-weight: 600;
    color: #2d3748;
}

[b-dweet954nr] .edge-item .edge-length,
[b-dweet954nr] .edge-item .edge-type {
    color: #718096;
    font-size: 0.875rem;
}
/* /Components/ProductsSelector.razor.rz.scp.css */
[b-hxm7u7bxkd] .products-selector-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--bs-body-bg, #212529);
    color: var(--bs-body-color, #e5e5e5);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Toolbar Panel */
[b-hxm7u7bxkd] .toolbar-panel {
    width: 100%;
    background-color: var(--bs-secondary-bg, #222222);
    border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    padding: 8px 0;
}

[b-hxm7u7bxkd] .toolbar-panel .dxbl-toolbar {
    background: transparent;
}

/* Category Toolbar Items */
[b-hxm7u7bxkd] .category-toolbar-item {
    margin: 0 4px;
}

[b-hxm7u7bxkd] .category-btn-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 45px;
    padding: 8px 16px;
    background: none;
    border: 2px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 8px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    cursor: pointer;
    transition: all 0.3s ease;
}

[b-hxm7u7bxkd] .category-btn-content:hover {
    border-color: var(--bs-border-color, rgba(229, 229, 229, 0.4));
    background-color: rgba(254, 113, 9, 0.05);
}

[b-hxm7u7bxkd] .category-btn-content.selected {
    border-color: var(--bs-primary, #fe7109);
    background-color: rgba(254, 113, 9, 0.1);
    color: var(--bs-primary, #fe7109);
}

[b-hxm7u7bxkd] .category-icon {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-hxm7u7bxkd] .category-svg-icon {
    width: 40px;
    height: 40px;
}

[b-hxm7u7bxkd] .category-title {
    font-size: 12px;
    font-weight: 500;
}

/* Search Toolbar Item */
[b-hxm7u7bxkd] .search-toolbar-item {
    flex-grow: 1;
    max-width: 400px;
    margin: 0 20px;
}

/* Search Panel */
[b-hxm7u7bxkd] .search-panel {
    display: flex;
    align-items: center;
    width: 100%;
}

[b-hxm7u7bxkd] .product-search-box {
    width: 100%;
}

[b-hxm7u7bxkd] .product-search-box .dxbl-textbox {
    background-color: var(--bs-tertiary-bg, #222426);
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 8px;
    color: var(--bs-body-color, #e5e5e5);
    font-size: 14px;
    transition: all 0.3s ease;
}

[b-hxm7u7bxkd] .product-search-box .dxbl-textbox:focus-within {
    border-color: var(--bs-primary, #fe7109);
    background-color: var(--bs-body-bg, #212529);
    box-shadow: 0 0 0 2px rgba(254, 113, 9, 0.2);
}

/* Calculation Toolbar Item */
[b-hxm7u7bxkd] .calculation-toolbar-item {
    margin-left: 10px;
}

[b-hxm7u7bxkd] .calculation-panel {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background-color: var(--bs-tertiary-bg, #222426);
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 8px;
    min-width: 140px;
    cursor: pointer;
    transition: all 0.3s ease;
}

[b-hxm7u7bxkd] .calculation-panel:hover {
    border-color: var(--bs-primary, #fe7109);
    background-color: rgba(254, 113, 9, 0.05);
}

[b-hxm7u7bxkd] .calculation-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary, #fe7109);
}

[b-hxm7u7bxkd] .calculation-icon svg {
    width: 20px;
    height: 20px;
}

[b-hxm7u7bxkd] .calculation-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-hxm7u7bxkd] .calculation-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-body-color, #e5e5e5);
}

[b-hxm7u7bxkd] .calculation-count {
    font-size: 14px;
    font-weight: bold;
    color: var(--bs-primary, #fe7109);
    background-color: rgba(254, 113, 9, 0.15);
    padding: 2px 8px;
    border-radius: 10px;
    min-width: 24px;
    text-align: center;
}

/* Main Panel */
[b-hxm7u7bxkd] .main-panel {
    flex: 1;
    display: flex;
    height: calc(100vh - 85px);
}

/* Company List Panel (15%) */
[b-hxm7u7bxkd] .company-list-panel {
    width: 15%;
    background-color: var(--bs-secondary-bg, #222222);
    border-right: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    padding: 20px 15px;
    overflow-y: auto;
}

    [b-hxm7u7bxkd] .company-list-panel h3 {
        color: var(--bs-emphasis-color, #ffffff);
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 600;
    }

[b-hxm7u7bxkd] .company-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-bottom: 8px;
    border: 1px solid transparent;
}

    [b-hxm7u7bxkd] .company-item:hover {
        background-color: rgba(254, 113, 9, 0.05);
    }

    [b-hxm7u7bxkd] .company-item.selected {
        background-color: rgba(254, 113, 9, 0.1);
        border: 1px solid var(--bs-primary, #fe7109);
    }

[b-hxm7u7bxkd] .company-initials {
    width: 32px;
    height: 32px;
    background-color: var(--bs-primary, #fe7109);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    flex-shrink: 0;
}

[b-hxm7u7bxkd] .company-info {
    flex: 1;
    min-width: 0;
}

[b-hxm7u7bxkd] .company-name {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    color: var(--bs-emphasis-color, #ffffff);
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-hxm7u7bxkd] .company-location {
    font-size: 11px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
}

/* Content Panel (85%) */
[b-hxm7u7bxkd] .content-panel {
    width: 85%;
    display: flex;
    flex-direction: column;
}

/* Company Info Panel (10% of content panel) */
[b-hxm7u7bxkd] .company-info-panel {
    height: 10%;
    background-color: var(--bs-body-bg, #212529);
    border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

[b-hxm7u7bxkd] .company-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

[b-hxm7u7bxkd] .company-initials-large {
    width: 50px;
    height: 50px;
    background-color: var(--bs-primary, #fe7109);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.company-details h2[b-hxm7u7bxkd] {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-emphasis-color, #ffffff);
}

.company-meta[b-hxm7u7bxkd] {
    display: flex;
    gap: 20px;
    font-size: 12px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
}

.company-meta span[b-hxm7u7bxkd] {
    display: flex;
    align-items: center;
}

/* Products Panel (90% of content panel) */
.products-panel[b-hxm7u7bxkd] {
    height: 90%;
    display: flex;
}

/* Products List (60% of products panel) */
.products-list[b-hxm7u7bxkd] {
    width: 60%;
    background-color: var(--bs-secondary-bg, #222222);
    border-right: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    padding: 20px;
    overflow-y: auto;
}

.product-item[b-hxm7u7bxkd] {
    background-color: var(--bs-tertiary-bg, #222426);
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-item:hover[b-hxm7u7bxkd] {
    border-color: var(--bs-border-color, rgba(229, 229, 229, 0.4));
    background-color: rgba(254, 113, 9, 0.05);
}

.product-item.selected[b-hxm7u7bxkd] {
    border-color: var(--bs-primary, #fe7109);
    background-color: rgba(254, 113, 9, 0.1);
}

.product-name[b-hxm7u7bxkd] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--bs-emphasis-color, #ffffff);
}

.product-description[b-hxm7u7bxkd] {
    font-size: 14px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    line-height: 1.4;
    margin: 0;
}

/* Product Details Panel (40% of products panel) */
.product-details-panel[b-hxm7u7bxkd] {
    width: 40%;
    background-color: var(--bs-body-bg, #212529);
    padding: 20px;
    overflow-y: auto;
}

.product-image[b-hxm7u7bxkd] {
    width: 100%;
    margin-bottom: 20px;
}

.product-image img[b-hxm7u7bxkd] {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    background-color: var(--bs-tertiary-bg, #222426);
}

.product-title[b-hxm7u7bxkd] {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--bs-primary, #fe7109);
}

.product-specs h4[b-hxm7u7bxkd] {
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--bs-emphasis-color, #ffffff);
}

.product-specs table[b-hxm7u7bxkd] {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 30px;
}

.product-specs table tr[b-hxm7u7bxkd] {
    border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
}

.product-specs table td[b-hxm7u7bxkd] {
    padding: 8px 0;
    font-size: 14px;
}

.product-specs table td:first-child[b-hxm7u7bxkd] {
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    width: 40%;
}

.product-specs table td:last-child[b-hxm7u7bxkd] {
    color: var(--bs-emphasis-color, #ffffff);
    font-weight: 500;
}

.product-actions[b-hxm7u7bxkd] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.btn-add-calculation[b-hxm7u7bxkd] {
    padding: 10px 24px;
    border-radius: 6px;
    border: 1px solid var(--bs-primary, #4CBB17);
    background-color: var(--bs-primary, #4CBB17);
    color: white;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-add-calculation:hover:not(:disabled)[b-hxm7u7bxkd] {
    opacity: 0.85;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(76, 187, 23, 0.3);
}

.btn-add-calculation:disabled[b-hxm7u7bxkd] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-add-basket[b-hxm7u7bxkd], .btn-more-details[b-hxm7u7bxkd] {
    padding: 12px 20px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-add-basket[b-hxm7u7bxkd] {
    background-color: var(--bs-primary, #fe7109);
    color: white;
    border: 1px solid var(--bs-primary, #fe7109);
}

.btn-add-basket:hover[b-hxm7u7bxkd] {
    background-color: var(--bs-primary-text-emphasis, #feaa6b);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(254, 113, 9, 0.3);
}

.btn-more-details[b-hxm7u7bxkd] {
    background-color: transparent;
    color: var(--bs-primary, #fe7109);
    border: 1px solid var(--bs-primary, #fe7109);
}

.btn-more-details:hover[b-hxm7u7bxkd] {
    background-color: rgba(254, 113, 9, 0.1);
    transform: translateY(-1px);
}

/* Scrollbar Styling */
[b-hxm7u7bxkd]::-webkit-scrollbar {
    width: 6px;
}

[b-hxm7u7bxkd]::-webkit-scrollbar-track {
    background: var(--bs-secondary-bg, #222222);
}

[b-hxm7u7bxkd]::-webkit-scrollbar-thumb {
    background: var(--bs-border-color, rgba(229, 229, 229, 0.3));
    border-radius: 3px;
}

[b-hxm7u7bxkd]::-webkit-scrollbar-thumb:hover {
    background: var(--bs-primary, #fe7109);
}

/* Loading State */
.loading-container[b-hxm7u7bxkd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    gap: 20px;
}

.loading-spinner[b-hxm7u7bxkd] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-top: 3px solid var(--bs-primary, #fe7109);
    border-radius: 50%;
    animation: spin-b-hxm7u7bxkd 1s linear infinite;
}

@keyframes spin-b-hxm7u7bxkd {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-hxm7u7bxkd] {
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    font-size: 14px;
    margin: 0;
}

/* Empty State */
.empty-state[b-hxm7u7bxkd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    text-align: center;
    padding: 40px 20px;
}

.empty-text[b-hxm7u7bxkd] {
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    font-size: 16px;
    margin: 0 0 10px 0;
}

.empty-subtext[b-hxm7u7bxkd] {
    color: var(--bs-tertiary-color, rgba(229, 229, 229, 0.5));
    font-size: 14px;
    margin: 0;
}

/* Product Members Section */
.product-members-section[b-hxm7u7bxkd] {
    margin-bottom: 20px;
    padding: 15px;
    background-color: var(--bs-tertiary-bg, #222426);
    border-radius: 8px;
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
}

.product-members-section h4[b-hxm7u7bxkd] {
    font-size: 14px;
    margin-bottom: 12px;
    color: var(--bs-emphasis-color, #ffffff);
    font-weight: 600;
}

.product-members-list[b-hxm7u7bxkd] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-member-item[b-hxm7u7bxkd] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.1));
}

.product-member-item:last-child[b-hxm7u7bxkd] {
    border-bottom: none;
}

.member-image[b-hxm7u7bxkd] {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 4px;
    background-color: var(--bs-secondary-bg, #222222);
    flex-shrink: 0;
}

.member-image-placeholder[b-hxm7u7bxkd] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-secondary-bg, #222222);
    border-radius: 4px;
    font-size: 18px;
    flex-shrink: 0;
}

.member-info[b-hxm7u7bxkd] {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.member-name[b-hxm7u7bxkd] {
    font-size: 13px;
    color: var(--bs-body-color, #e5e5e5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member-checkbox[b-hxm7u7bxkd] {
    flex-shrink: 0;
}

.member-badge[b-hxm7u7bxkd] {
    font-size: 10px;
    padding: 2px 6px;
    background-color: var(--bs-primary, #fe7109);
    color: white;
    border-radius: 3px;
    font-weight: 500;
    flex-shrink: 0;
}

.more-members-hint[b-hxm7u7bxkd] {
    font-size: 12px;
    color: var(--bs-primary, #fe7109);
    margin: 10px 0 0 0;
    font-style: italic;
    text-align: center;
    cursor: pointer;
    transition: color 0.2s ease;
}

.more-members-hint:hover[b-hxm7u7bxkd] {
    color: var(--bs-primary-text-emphasis, #ff8c3a);
    text-decoration: underline;
}

/* Details Loading State */
.details-loading[b-hxm7u7bxkd] {
    height: 100%;
    min-height: 300px;
}

/* Product Description Section */
.product-description-section[b-hxm7u7bxkd] {
    margin-bottom: 15px;
    padding: 12px;
    background-color: var(--bs-tertiary-bg, #222426);
    border-radius: 6px;
    border-left: 3px solid var(--bs-primary, #fe7109);
}

.product-description-text[b-hxm7u7bxkd] {
    font-size: 13px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.85));
    line-height: 1.5;
    margin: 0;
}

/* Product Properties Section */
.product-properties-section[b-hxm7u7bxkd] {
    margin-bottom: 20px;
    padding: 15px;
    background-color: var(--bs-tertiary-bg, #222426);
    border-radius: 8px;
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
}

.product-properties-section h4[b-hxm7u7bxkd] {
    font-size: 14px;
    margin-bottom: 12px;
    color: var(--bs-emphasis-color, #ffffff);
    font-weight: 600;
}

.properties-grid[b-hxm7u7bxkd] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.property-row[b-hxm7u7bxkd] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.property-row label[b-hxm7u7bxkd] {
    font-size: 12px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    font-weight: 500;
}

.property-row .property-selector[b-hxm7u7bxkd] {
    width: 100%;
}

[b-hxm7u7bxkd] .property-selector .dxbl-combobox {
    background-color: var(--bs-secondary-bg, #222222);
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 4px;
    color: var(--bs-body-color, #e5e5e5);
}

[b-hxm7u7bxkd] .property-selector .dxbl-combobox:focus-within {
    border-color: var(--bs-primary, #fe7109);
    box-shadow: 0 0 0 2px rgba(254, 113, 9, 0.2);
}

/* Company List Header with Filter */
[b-hxm7u7bxkd] .company-list-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 15px;
}

[b-hxm7u7bxkd] .company-list-header h3 {
    margin: 0;
}

[b-hxm7u7bxkd] .country-filter-combo {
    width: 100%;
}

[b-hxm7u7bxkd] .country-filter-combo .dxbl-combobox {
    background-color: var(--bs-tertiary-bg, #222426);
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 6px;
    font-size: 12px;
}

[b-hxm7u7bxkd] .company-search-box {
    width: 100%;
    margin-top: 6px;
}

[b-hxm7u7bxkd] .company-search-box .dxbl-text-edit {
    background-color: var(--bs-tertiary-bg, #222426);
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 6px;
    font-size: 12px;
}

/* Own Company Styling */
[b-hxm7u7bxkd] .company-item.company-own {
    background: linear-gradient(135deg, rgba(254, 113, 9, 0.08) 0%, rgba(254, 113, 9, 0.03) 100%);
    border: 1px solid rgba(254, 113, 9, 0.3);
    position: relative;
}

[b-hxm7u7bxkd] .company-item.company-own:hover {
    background: linear-gradient(135deg, rgba(254, 113, 9, 0.15) 0%, rgba(254, 113, 9, 0.08) 100%);
    border-color: rgba(254, 113, 9, 0.5);
}

[b-hxm7u7bxkd] .company-item.company-own.selected {
    background: linear-gradient(135deg, rgba(254, 113, 9, 0.2) 0%, rgba(254, 113, 9, 0.12) 100%);
    border-color: var(--bs-primary, #fe7109);
}

[b-hxm7u7bxkd] .own-company-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #ffd700 0%, #ffb700 100%);
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

[b-hxm7u7bxkd] .company-initials.own {
    background: linear-gradient(135deg, var(--bs-primary, #fe7109) 0%, #ff9500 100%);
    box-shadow: 0 2px 8px rgba(254, 113, 9, 0.4);
}

[b-hxm7u7bxkd] .company-initials-large.own {
    background: linear-gradient(135deg, var(--bs-primary, #fe7109) 0%, #ff9500 100%);
    box-shadow: 0 3px 12px rgba(254, 113, 9, 0.4);
}

/* Own Company Info Panel */
[b-hxm7u7bxkd] .company-info-panel.own-company {
    background: linear-gradient(135deg, rgba(254, 113, 9, 0.08) 0%, rgba(254, 113, 9, 0.02) 100%);
    border-bottom: 2px solid var(--bs-primary, #fe7109);
}

/* Company Logo */
[b-hxm7u7bxkd] .company-logo {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--bs-tertiary-bg, #222426);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

[b-hxm7u7bxkd] .company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Company Title Row */
[b-hxm7u7bxkd] .company-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

[b-hxm7u7bxkd] .company-title-row h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-emphasis-color, #ffffff);
}

[b-hxm7u7bxkd] .own-company-label {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    background: linear-gradient(135deg, #ffd700 0%, #ffb700 100%);
    color: #333;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Company Contact Info */
[b-hxm7u7bxkd] .company-contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
}

[b-hxm7u7bxkd] .company-contact-info > span {
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-hxm7u7bxkd] .company-contact-info svg {
    color: var(--bs-primary, #fe7109);
    flex-shrink: 0;
}

[b-hxm7u7bxkd] .company-contact-info a {
    color: var(--bs-primary, #fe7109);
    text-decoration: none;
    transition: color 0.2s ease;
}

[b-hxm7u7bxkd] .company-contact-info a:hover {
    color: var(--bs-primary-text-emphasis, #ff8c3a);
    text-decoration: underline;
}

[b-hxm7u7bxkd] .company-country {
    font-weight: 500;
    color: var(--bs-body-color, #e5e5e5);
}

[b-hxm7u7bxkd] .company-vat {
    font-size: 11px;
    color: var(--bs-tertiary-color, rgba(229, 229, 229, 0.5));
}

/* ===========================================
   MOBILE RESPONSIVE STYLES
   =========================================== */

/* Hide mobile elements on desktop */
[b-hxm7u7bxkd] .mobile-toolbar {
    display: none;
}

[b-hxm7u7bxkd] .mobile-company-header {
    display: none;
}

[b-hxm7u7bxkd] .product-mobile-actions {
    display: none;
}

/* Mobile breakpoint (768px and below) */
@media screen and (max-width: 768px) {
    /* Hide desktop toolbar, show mobile toolbar */
    [b-hxm7u7bxkd] .desktop-toolbar {
        display: none;
    }

    [b-hxm7u7bxkd] .mobile-toolbar {
        display: flex;
        flex-direction: column;
        padding: 10px;
        gap: 10px;
    }

    [b-hxm7u7bxkd] .mobile-toolbar-row {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    [b-hxm7u7bxkd] .mobile-toolbar-row .calculation-panel {
        flex-shrink: 0;
        min-width: auto;
        padding: 8px 12px;
    }

    [b-hxm7u7bxkd] .mobile-toolbar-row .calculation-label {
        display: none;
    }

    [b-hxm7u7bxkd] .mobile-search-panel {
        flex: 1;
    }

    [b-hxm7u7bxkd] .mobile-category-row {
        width: 100%;
    }

    [b-hxm7u7bxkd] .mobile-category-dropdown {
        width: 100%;
    }

    [b-hxm7u7bxkd] .mobile-category-dropdown .dxbl-combobox {
        background-color: var(--bs-tertiary-bg, #222426);
        border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
        border-radius: 8px;
    }

    [b-hxm7u7bxkd] .mobile-category-item {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    [b-hxm7u7bxkd] .mobile-category-icon {
        display: flex;
        align-items: center;
    }

    [b-hxm7u7bxkd] .mobile-category-icon svg {
        width: 20px;
        height: 20px;
    }

    /* Main panel - vertical stack on mobile */
    [b-hxm7u7bxkd] .main-panel {
        flex-direction: column;
        height: auto;
        overflow-y: auto;
    }

    /* Company list panel - full width on mobile */
    [b-hxm7u7bxkd] .company-list-panel {
        width: 100%;
        max-height: none;
        border-right: none;
        border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
        padding: 0;
    }

    /* Mobile company header (collapsed state indicator) */
    [b-hxm7u7bxkd] .mobile-company-header {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 15px;
        background-color: var(--bs-tertiary-bg, #222426);
        cursor: pointer;
        border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    }

    [b-hxm7u7bxkd] .mobile-company-header:hover {
        background-color: rgba(254, 113, 9, 0.05);
    }

    [b-hxm7u7bxkd] .mobile-company-header .company-info {
        flex: 1;
    }

    [b-hxm7u7bxkd] .mobile-company-header .expand-icon {
        color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    }

    [b-hxm7u7bxkd] .select-company-hint {
        flex: 1;
        color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
        font-style: italic;
    }

    /* Company list content - collapsible on mobile */
    [b-hxm7u7bxkd] .company-list-panel.collapsed .company-list-content {
        display: none;
    }

    [b-hxm7u7bxkd] .company-list-panel.expanded .company-list-content {
        display: block;
        max-height: 50vh;
        overflow-y: auto;
        padding: 10px 15px;
    }

    /* Content panel - full width on mobile */
    [b-hxm7u7bxkd] .content-panel {
        width: 100%;
        flex-direction: column;
    }

    /* Hide company info panel on mobile (info shown in collapsed header) */
    [b-hxm7u7bxkd] .company-info-panel {
        display: none;
    }

    /* Products panel - vertical stack on mobile */
    [b-hxm7u7bxkd] .products-panel {
        flex-direction: column;
        height: auto;
    }

    /* Products list - full width on mobile */
    [b-hxm7u7bxkd] .products-list {
        width: 100%;
        border-right: none;
        padding: 15px;
        max-height: none;
    }

    /* Product item with mobile actions */
    [b-hxm7u7bxkd] .product-item {
        padding: 15px;
    }

    [b-hxm7u7bxkd] .product-mobile-actions {
        display: flex;
        gap: 10px;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.1));
        position: relative;
        z-index: 10;
    }

    [b-hxm7u7bxkd] .btn-mobile-details,
    [b-hxm7u7bxkd] .btn-mobile-add {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 10px 12px;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
        pointer-events: auto;
        position: relative;
        z-index: 11;
        -webkit-tap-highlight-color: rgba(254, 113, 9, 0.3);
        touch-action: manipulation;
    }

    [b-hxm7u7bxkd] .btn-mobile-details {
        background-color: transparent;
        border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.3));
        color: var(--bs-body-color, #e5e5e5);
    }

    [b-hxm7u7bxkd] .btn-mobile-details:hover {
        background-color: rgba(229, 229, 229, 0.1);
        border-color: var(--bs-body-color, #e5e5e5);
    }

    [b-hxm7u7bxkd] .btn-mobile-add {
        background-color: var(--bs-primary, #fe7109);
        border: 1px solid var(--bs-primary, #fe7109);
        color: white;
    }

    [b-hxm7u7bxkd] .btn-mobile-add:hover {
        background-color: var(--bs-primary-text-emphasis, #feaa6b);
    }

    [b-hxm7u7bxkd] .btn-mobile-details:active {
        background-color: rgba(229, 229, 229, 0.2);
        transform: scale(0.98);
    }

    [b-hxm7u7bxkd] .btn-mobile-add:active {
        background-color: #e56308;
        transform: scale(0.98);
    }

    /* Hide desktop product details panel on mobile */
    [b-hxm7u7bxkd] .product-details-panel {
        display: none;
    }
}

/* ===========================================
   MOBILE DETAILS POPUP
   =========================================== */

[b-hxm7u7bxkd] .mobile-details-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: flex;
    align-items: flex-end;
    animation: fadeIn-b-hxm7u7bxkd 0.2s ease;
}

@keyframes fadeIn-b-hxm7u7bxkd {
    from { opacity: 0; }
    to { opacity: 1; }
}

[b-hxm7u7bxkd] .mobile-details-popup {
    width: 100%;
    max-height: 90vh;
    background-color: var(--bs-body-bg, #212529);
    border-radius: 16px 16px 0 0;
    display: flex;
    flex-direction: column;
    animation: slideUp-b-hxm7u7bxkd 0.3s ease;
}

@keyframes slideUp-b-hxm7u7bxkd {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

[b-hxm7u7bxkd] .mobile-details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    flex-shrink: 0;
}

[b-hxm7u7bxkd] .mobile-details-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-emphasis-color, #ffffff);
    flex: 1;
    padding-right: 10px;
}

[b-hxm7u7bxkd] .btn-close-popup {
    background: none;
    border: none;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
}

[b-hxm7u7bxkd] .btn-close-popup:hover {
    background-color: rgba(229, 229, 229, 0.1);
    color: var(--bs-body-color, #e5e5e5);
}

[b-hxm7u7bxkd] .mobile-details-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

[b-hxm7u7bxkd] .mobile-product-image {
    width: 100%;
    margin-bottom: 20px;
}

[b-hxm7u7bxkd] .mobile-product-image img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 8px;
    background-color: var(--bs-tertiary-bg, #222426);
}

[b-hxm7u7bxkd] .mobile-product-image .image-placeholder {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-tertiary-bg, #222426);
    border-radius: 8px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.5));
}

[b-hxm7u7bxkd] .mobile-product-description {
    margin-bottom: 20px;
    padding: 12px;
    background-color: var(--bs-tertiary-bg, #222426);
    border-radius: 6px;
    border-left: 3px solid var(--bs-primary, #fe7109);
}

[b-hxm7u7bxkd] .mobile-product-description p {
    margin: 0;
    font-size: 14px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.85));
    line-height: 1.5;
}

[b-hxm7u7bxkd] .mobile-product-specs {
    margin-bottom: 20px;
}

[b-hxm7u7bxkd] .mobile-product-specs h4,
[b-hxm7u7bxkd] .mobile-product-properties h4,
[b-hxm7u7bxkd] .mobile-included-products h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-emphasis-color, #ffffff);
    margin-bottom: 12px;
}

[b-hxm7u7bxkd] .mobile-product-specs table {
    width: 100%;
    border-spacing: 0;
}

[b-hxm7u7bxkd] .mobile-product-specs table tr {
    border-bottom: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.1));
}

[b-hxm7u7bxkd] .mobile-product-specs table td {
    padding: 10px 0;
    font-size: 14px;
}

[b-hxm7u7bxkd] .mobile-product-specs table td:first-child {
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    width: 35%;
}

[b-hxm7u7bxkd] .mobile-product-specs table td:last-child {
    color: var(--bs-emphasis-color, #ffffff);
    font-weight: 500;
}

[b-hxm7u7bxkd] .mobile-product-specs table td a {
    color: var(--bs-primary, #fe7109);
}

[b-hxm7u7bxkd] .mobile-product-properties {
    margin-bottom: 20px;
    padding: 15px;
    background-color: var(--bs-tertiary-bg, #222426);
    border-radius: 8px;
}

[b-hxm7u7bxkd] .mobile-included-products {
    margin-bottom: 20px;
    padding: 15px;
    background-color: var(--bs-tertiary-bg, #222426);
    border-radius: 8px;
}

[b-hxm7u7bxkd] .mobile-details-footer {
    padding: 16px 20px;
    border-top: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    flex-shrink: 0;
}

[b-hxm7u7bxkd] .mobile-details-footer .btn-add-basket {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
}

/* Tablet breakpoint adjustments (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    [b-hxm7u7bxkd] .company-list-panel {
        width: 25%;
    }

    [b-hxm7u7bxkd] .content-panel {
        width: 75%;
    }

    [b-hxm7u7bxkd] .products-list {
        width: 55%;
    }

    [b-hxm7u7bxkd] .product-details-panel {
        width: 45%;
    }

    [b-hxm7u7bxkd] .category-title {
        display: none;
    }

    [b-hxm7u7bxkd] .category-btn-content {
        padding: 8px 12px;
    }
}
/* /Components/RoofInfo.razor.rz.scp.css */
/* RoofInfo Component - Uses shared inspector styles from app.scss */
/* This file only contains component-specific overrides */

/* Component uses these shared classes from app.scss:
   - .inspector-container
   - .inspector-header
   - .inspector-subheader
   - .inspector-property-box
   - .inspector-label
   - .inspector-value
   - .inspector-no-selection
*/

/* Visibility toggle button in header */
[b-pumy1cj9jb] .inspector-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-pumy1cj9jb] .header-toggle-group {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: auto;
}

[b-pumy1cj9jb] .visibility-toggle {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

[b-pumy1cj9jb] .visibility-toggle:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

[b-pumy1cj9jb] .visibility-toggle.visible {
    color: #4cbb17;
}

[b-pumy1cj9jb] .visibility-toggle.hidden {
    color: #9ca3af;
}

[b-pumy1cj9jb] .visibility-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(76, 187, 23, 0.3);
}

/* Component-specific styles for info items */
[b-pumy1cj9jb] .info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e8ede9;
}

[b-pumy1cj9jb] .info-item:last-child {
    border-bottom: none;
}

/* Component-specific styles for slopes list */
[b-pumy1cj9jb] .slopes-list {
    margin-top: 10px;
}

[b-pumy1cj9jb] .slope-item {
    display: flex;
    justify-content: space-between;
    padding: 6px 8px;
    border-bottom: 1px solid #f1f3f5;
    transition: all 0.2s ease;
}

[b-pumy1cj9jb] .slope-item:last-child {
    border-bottom: none;
}

[b-pumy1cj9jb] .slope-item:hover {
    background-color: rgba(76, 187, 23, 0.05);
}

[b-pumy1cj9jb] .slope-name {
    color: #4a5568;
    font-size: 0.875rem;
    font-weight: 500;
}

[b-pumy1cj9jb] .slope-area {
    font-weight: 600;
    color: #2d3748;
    font-size: 0.875rem;
}

/* Tabs for slopes/edges */
[b-pumy1cj9jb] .roof-info-tabs {
    display: flex;
    border-bottom: 2px solid #e8ede9;
    margin-bottom: 8px;
}

[b-pumy1cj9jb] .roof-info-tab {
    flex: 1;
    background: none;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 500;
    color: #6b7280;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s ease;
}

[b-pumy1cj9jb] .roof-info-tab:hover {
    color: #374151;
    background-color: rgba(0, 0, 0, 0.03);
}

[b-pumy1cj9jb] .roof-info-tab.active {
    color: #4cbb17;
    border-bottom-color: #4cbb17;
    font-weight: 600;
}

/* Edges list */
[b-pumy1cj9jb] .edges-list {
    margin-top: 4px;
}

[b-pumy1cj9jb] .edge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 8px;
    border-bottom: 1px solid #f1f3f5;
    transition: all 0.2s ease;
}

[b-pumy1cj9jb] .edge-item:last-child {
    border-bottom: none;
}

[b-pumy1cj9jb] .edge-item:hover {
    background-color: rgba(76, 187, 23, 0.05);
}

[b-pumy1cj9jb] .edge-color-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

[b-pumy1cj9jb] .edge-type-name {
    color: #4a5568;
    font-size: 0.85rem;
    font-weight: 500;
    flex: 1;
}

[b-pumy1cj9jb] .edge-total-length {
    font-weight: 600;
    color: #2d3748;
    font-size: 0.85rem;
    min-width: 60px;
    text-align: right;
}

[b-pumy1cj9jb] .edge-count {
    font-size: 0.75rem;
    color: #9ca3af;
    min-width: 20px;
    text-align: right;
}
/* /Components/RoofParameterEditor.razor.rz.scp.css */
/* RoofParameterEditor Component - Uses shared inspector styles from app.scss */
/* This file only contains component-specific overrides */

/* Component uses these shared classes from app.scss:
   - .inspector-container
   - .inspector-title
   - .inspector-form-grid
   - .inspector-label / .inspector-label-inline
   - .inspector-dx-spinner
   - .inspector-toggle
   - .inspector-validation-errors
   - .inspector-error
   - .inspector-actions
   - .inspector-btn-primary
   - .inspector-btn-secondary
   - .inspector-help-text
*/

/* No component-specific styles needed - all styles are shared */
/* /Components/RoofTypeSelector.razor.rz.scp.css */
/* Compact RoofTypeSelector using shared inspector styles */

[b-g3khf4lqbp] .roof-type-selector {
    padding: 8px;
}

[b-g3khf4lqbp] .type-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 8px 0;
}

[b-g3khf4lqbp] .type-card {
    border: 1.5px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

[b-g3khf4lqbp] .type-card:hover {
    border-color: #4CBB17;
    box-shadow: 0 2px 6px rgba(76, 187, 23, 0.15);
    transform: translateY(-1px);
}

[b-g3khf4lqbp] .type-card.selected {
    border-color: #4CBB17;
    background-color: #ecfdf5;
    box-shadow: 0 2px 8px rgba(76, 187, 23, 0.2);
}

[b-g3khf4lqbp] .type-preview {
    width: 100%;
    height: 60px;
    object-fit: contain;
    margin-bottom: 4px;
}

[b-g3khf4lqbp] .type-name {
    font-size: 0.75rem;
    font-weight: 600;
    color: #374151;
    line-height: 1.2;
}

[b-g3khf4lqbp] .type-card.selected .type-name {
    color: #111827;
}

[b-g3khf4lqbp] .selection-actions {
    display: flex;
    gap: 8px;
    justify-content: stretch;
    margin-top: 8px;
}

[b-g3khf4lqbp] .selection-actions button {
    flex: 1;
}

/* Responsive: single column on very small screens */
@media (max-width: 300px) {
    [b-g3khf4lqbp] .type-grid {
        grid-template-columns: 1fr;
    }
}
/* /Components/ScaleInputDialog.razor.rz.scp.css */
.scale-input-container[b-wjqxshiyfn] {
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
    gap: 0.5rem;
}

.measurement-info[b-wjqxshiyfn] {
    text-align: center;
    padding: 0.3rem 0.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.input-row[b-wjqxshiyfn] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
}

.input-distance[b-wjqxshiyfn] {
    flex: 2;
}

.input-unit[b-wjqxshiyfn] {
    flex: 1;
}

.input-label[b-wjqxshiyfn] {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.15rem;
}

[b-wjqxshiyfn] .measurement-input,
[b-wjqxshiyfn] .unit-selector {
    width: 100%;
}

.scale-preview[b-wjqxshiyfn] {
    padding: 0.25rem 0.5rem;
    background-color: #e3f2fd;
    border-radius: 4px;
    text-align: center;
}

.dialog-actions[b-wjqxshiyfn] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #dee2e6;
}
/* /Components/Settings/PricingSettings.razor.rz.scp.css */
/* Shared settings styles - copied from UserSettings.razor.css */
[b-23m4h5pigh] .user-settings-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

[b-23m4h5pigh] .settings-header {
    margin-bottom: 30px;
}

[b-23m4h5pigh] .settings-header h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

[b-23m4h5pigh] .settings-header p {
    margin: 0;
    color: #666;
    font-size: 16px;
}

[b-23m4h5pigh] .settings-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

[b-23m4h5pigh] .section-header {
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

[b-23m4h5pigh] .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-23m4h5pigh] .section-title h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

[b-23m4h5pigh] .section-content {
    padding: 20px;
}

[b-23m4h5pigh] .pricing-settings {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

[b-23m4h5pigh] .pricing-settings .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

[b-23m4h5pigh] .pricing-settings .form-group label {
    font-weight: 600;
    color: #555;
    font-size: 14px;
}

[b-23m4h5pigh] .pricing-settings .form-group input[type="number"] {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    max-width: 200px;
}

[b-23m4h5pigh] .pricing-settings .form-group input[type="number"]:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

[b-23m4h5pigh] .pricing-settings .form-group .form-select {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    max-width: 200px;
    background-color: white;
}

[b-23m4h5pigh] .pricing-settings .form-group .form-select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

[b-23m4h5pigh] .pricing-settings .form-group .form-hint {
    font-size: 12px;
    color: #666;
    font-style: italic;
}

[b-23m4h5pigh] .settings-message {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

[b-23m4h5pigh] .settings-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

[b-23m4h5pigh] .settings-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

[b-23m4h5pigh] .settings-message .message-icon {
    font-size: 16px;
}

[b-23m4h5pigh] .btn {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-23m4h5pigh] .btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

[b-23m4h5pigh] .btn-primary {
    background: #007bff;
    color: white;
}

[b-23m4h5pigh] .btn-primary:hover:not(:disabled) {
    background: #0056b3;
}

/* Component-specific styles can be added here if needed */
/* /Components/Settings/RSdachy5IntegrationSettings.razor.rz.scp.css */
/* Shared settings styles - copied from UserSettings.razor.css */
[b-3nlwjs0gj3] .user-settings-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

[b-3nlwjs0gj3] .settings-header {
    margin-bottom: 30px;
}

[b-3nlwjs0gj3] .settings-header h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

[b-3nlwjs0gj3] .settings-header p {
    margin: 0;
    color: #666;
    font-size: 16px;
}

[b-3nlwjs0gj3] .settings-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

[b-3nlwjs0gj3] .section-header {
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

[b-3nlwjs0gj3] .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-3nlwjs0gj3] .section-title h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

[b-3nlwjs0gj3] .section-content {
    padding: 20px;
}

[b-3nlwjs0gj3] .btn {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-3nlwjs0gj3] .btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

[b-3nlwjs0gj3] .btn-primary {
    background: #007bff;
    color: white;
}

[b-3nlwjs0gj3] .btn-primary:hover:not(:disabled) {
    background: #0056b3;
}

[b-3nlwjs0gj3] .connection-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

[b-3nlwjs0gj3] .connection-status.connected {
    color: #28a745;
}

[b-3nlwjs0gj3] .connection-status.disconnected {
    color: #dc3545;
}

[b-3nlwjs0gj3] .status-indicator {
    font-size: 12px;
}

[b-3nlwjs0gj3] .connected-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

[b-3nlwjs0gj3] .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

[b-3nlwjs0gj3] .info-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

[b-3nlwjs0gj3] .info-item label {
    font-weight: 600;
    color: #555;
    font-size: 14px;
}

[b-3nlwjs0gj3] .info-item span {
    color: #333;
    font-size: 14px;
}

[b-3nlwjs0gj3] .not-connected-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

[b-3nlwjs0gj3] .not-connected-info p {
    margin: 0;
    color: #666;
    font-size: 16px;
}

[b-3nlwjs0gj3] .connection-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
}

[b-3nlwjs0gj3] .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

[b-3nlwjs0gj3] .form-group label {
    font-weight: 600;
    color: #555;
    font-size: 14px;
}

[b-3nlwjs0gj3] .form-group input {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

[b-3nlwjs0gj3] .form-group input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

[b-3nlwjs0gj3] .error-message {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
    color: #721c24;
    font-size: 14px;
}

[b-3nlwjs0gj3] .error-icon {
    flex-shrink: 0;
}

[b-3nlwjs0gj3] .action-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

[b-3nlwjs0gj3] .form-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Component-specific styles can be added here if needed */
/* /Components/Settings/SystemHealthSettings.razor.rz.scp.css */
/* Shared settings styles - copied from UserSettings.razor.css */
[b-job73t2xsu] .user-settings-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

[b-job73t2xsu] .settings-header {
    margin-bottom: 30px;
}

[b-job73t2xsu] .settings-header h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

[b-job73t2xsu] .settings-header p {
    margin: 0;
    color: #666;
    font-size: 16px;
}

[b-job73t2xsu] .settings-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

[b-job73t2xsu] .section-header {
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

[b-job73t2xsu] .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-job73t2xsu] .section-title h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

[b-job73t2xsu] .section-content {
    padding: 20px;
}

[b-job73t2xsu] .health-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

[b-job73t2xsu] .health-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
}

[b-job73t2xsu] .health-item label {
    font-weight: 600;
    color: #555;
}

[b-job73t2xsu] .health-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

[b-job73t2xsu] .health-status.healthy {
    color: #28a745;
}

[b-job73t2xsu] .health-status.unhealthy {
    color: #dc3545;
}

[b-job73t2xsu] .btn {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-job73t2xsu] .btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

[b-job73t2xsu] .btn-primary {
    background: #007bff;
    color: white;
}

[b-job73t2xsu] .btn-primary:hover:not(:disabled) {
    background: #0056b3;
}

@media (max-width: 768px) {
    [b-job73t2xsu] .health-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Component-specific styles can be added here if needed */
/* /Components/SkeletonEditor.razor.rz.scp.css */
/* SkeletonEditor Component - Uses shared inspector styles from app.scss */
/* This file only contains component-specific overrides */

/* Component uses these shared classes from app.scss:
   - .inspector-container (for skeleton-editor div)
   - .inspector-toggle (for skeleton-toggle)
   - .inspector-subheader (for h5 headers)
   - .inspector-btn-outline-primary
   - .inspector-btn-outline-danger
   - .inspector-button-group (for button groups)
*/

/* No component-specific styles needed - all styles are shared */
/* /Components/SlopeDrawing.razor.rz.scp.css */
.slope-drawing-svg[b-awvv2rjff6] {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
/* /Components/SlopeEditor.razor.rz.scp.css */
/* SlopeEditor Component - Uses shared inspector styles from app.scss */
/* This file only contains component-specific overrides */

/* Component uses these shared classes from app.scss:
   - .inspector-container (for slope-editor div)
   - .inspector-form-grid-wide
   - .inspector-label / .inspector-label-inline
   - .inspector-static-value
   - .inspector-input
   - .inspector-toggle (for edge-type-toggle)
   - .inspector-btn-primary
   - .inspector-btn-secondary
   - .inspector-dx-spinner (wrap DxSpinEdit divs with this class)
   - .inspector-no-selection
   - .inspector-workflow-panel (for dormer-workflow-panel)
   - .inspector-placement-instructions
   - .inspector-char-limit (for character limit indicators)
*/

/* Slope preview button */
.inspector-area-with-button[b-8lblcpz0x0] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slope-preview-btn[b-8lblcpz0x0] {
    padding: 2px 6px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slope-preview-btn:hover[b-8lblcpz0x0] {
    background-color: var(--bs-primary, #fe7109);
    border-color: var(--bs-primary, #fe7109);
    color: white;
}

/* Slope preview popup */
[b-8lblcpz0x0] .slope-preview-container {
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-light, #f8f9fa);
    padding: 16px;
    border-radius: 6px;
}

[b-8lblcpz0x0] .slope-preview-svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

/* Pastel blue fill for outline */
[b-8lblcpz0x0] .slope-outline-shape {
    fill: rgba(173, 216, 230, 0.6);
    stroke: #5b9bd5;
    stroke-width: 2;
}

/* White fill for holes */
[b-8lblcpz0x0] .slope-hole-shape {
    fill: rgba(255, 255, 255, 0.9);
    stroke: #e67e22;
    stroke-width: 1.5;
}

/* Vertex points for outline */
[b-8lblcpz0x0] .slope-vertex {
    r: 4;
    fill: #2c3e50;
    stroke: #ffffff;
    stroke-width: 1.5;
}

/* Vertex points for holes */
[b-8lblcpz0x0] .slope-hole-vertex {
    r: 3;
    fill: #e67e22;
    stroke: #ffffff;
    stroke-width: 1;
}

/* Edge measurement labels */
[b-8lblcpz0x0] .slope-edge-label {
    font-size: 10px;
    font-family: Arial, sans-serif;
    fill: #2c3e50;
    text-anchor: middle;
    dominant-baseline: middle;
    font-weight: 500;
    paint-order: stroke fill;
    stroke: #ffffff;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Hole edge labels - slightly smaller */
[b-8lblcpz0x0] .slope-hole-edge-label {
    font-size: 9px;
    fill: #c0392b;
}

/* Eave edge highlight (red) */
[b-8lblcpz0x0] .slope-eave-edge {
    stroke: #e74c3c;
    stroke-width: 4;
    stroke-linecap: round;
}

/* Slope preview body layout */
[b-8lblcpz0x0] .slope-preview-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 12px;
}

/* Edge table container */
[b-8lblcpz0x0] .slope-edge-table-container {
    flex: 0 0 auto;
    max-height: 180px;
    overflow-y: auto;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 6px;
    background: var(--bs-body-bg, #fff);
}

/* Edge table */
[b-8lblcpz0x0] .slope-edge-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

[b-8lblcpz0x0] .slope-edge-table thead {
    position: sticky;
    top: 0;
    background: var(--bs-tertiary-bg, #f8f9fa);
    z-index: 1;
}

[b-8lblcpz0x0] .slope-edge-table th {
    padding: 8px 10px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid var(--bs-border-color, #dee2e6);
    color: var(--bs-body-color, #212529);
}

[b-8lblcpz0x0] .slope-edge-table td {
    padding: 6px 10px;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    color: var(--bs-body-color, #212529);
}

[b-8lblcpz0x0] .slope-edge-table tbody tr:hover {
    background: var(--bs-tertiary-bg, #f8f9fa);
}

/* Eave edge row highlight */
[b-8lblcpz0x0] .slope-edge-eave-row {
    background: rgba(231, 76, 60, 0.1);
}

[b-8lblcpz0x0] .slope-edge-eave-row:hover {
    background: rgba(231, 76, 60, 0.2) !important;
}

/* Edge ID column - monospace */
[b-8lblcpz0x0] .slope-edge-id {
    font-family: monospace;
    font-size: 11px;
    color: var(--bs-secondary, #6c757d);
}

/* Edge color indicator cell */
[b-8lblcpz0x0] .slope-edge-color-cell {
    width: 24px;
    padding: 6px 4px 6px 10px !important;
}

/* Edge color indicator dot */
[b-8lblcpz0x0] .slope-edge-color-indicator {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* /Components/SlopePointsEditor.razor.rz.scp.css */
.slope-points-editor[b-8bznfzkxnu] {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    font-family: inherit;
    outline: none;
}

/* Toolbar */
.spe-toolbar[b-8bznfzkxnu] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    background: var(--bs-tertiary-bg, #f5f5f5);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    gap: 8px;
}

.spe-toolbar-left[b-8bznfzkxnu],
.spe-toolbar-right[b-8bznfzkxnu] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.spe-label[b-8bznfzkxnu] {
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
}

.spe-radio[b-8bznfzkxnu],
.spe-check[b-8bznfzkxnu] {
    font-size: 0.82rem;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 3px;
}

.spe-separator[b-8bznfzkxnu] {
    color: var(--bs-secondary-color, #999);
    margin: 0 4px;
}

.spe-input[b-8bznfzkxnu] {
    padding: 2px 6px;
    border: 1px solid var(--bs-border-color, #ccc);
    border-radius: 3px;
    font-size: 0.85rem;
    width: 70px;
    background: var(--bs-body-bg, #fff);
    color: var(--bs-body-color, #333);
}

.spe-input-name[b-8bznfzkxnu] { width: 120px; }
.spe-input-slope[b-8bznfzkxnu] { width: 50px; }
.spe-unit[b-8bznfzkxnu] { font-size: 0.85rem; }

/* Delta input highlight */
.spe-input-delta[b-8bznfzkxnu] {
    background: #fffde7 !important;
}

/* Toggle buttons */
.spe-toggle[b-8bznfzkxnu] {
    padding: 3px 10px;
    border: 1px solid var(--bs-border-color, #ccc);
    border-radius: 3px;
    background: var(--bs-body-bg, #fff);
    color: var(--bs-body-color, #333);
    font-size: 0.8rem;
    cursor: pointer;
    white-space: nowrap;
}

.spe-toggle:hover[b-8bznfzkxnu] {
    background: var(--bs-secondary-bg, #e9ecef);
}

.spe-toggle.active[b-8bznfzkxnu] {
    background: #1976D2;
    color: #fff;
    border-color: #1565C0;
}

.spe-toggle.active:hover[b-8bznfzkxnu] {
    background: #1565C0;
}

/* Buttons */
.spe-btn[b-8bznfzkxnu] {
    padding: 3px 10px;
    border: 1px solid var(--bs-border-color, #ccc);
    border-radius: 3px;
    background: var(--bs-body-bg, #fff);
    color: var(--bs-body-color, #333);
    font-size: 0.8rem;
    cursor: pointer;
    white-space: nowrap;
}

.spe-btn:hover:not(:disabled)[b-8bznfzkxnu] {
    background: var(--bs-secondary-bg, #e9ecef);
}

.spe-btn:disabled[b-8bznfzkxnu] {
    opacity: 0.5;
    cursor: not-allowed;
}

.spe-btn-save[b-8bznfzkxnu] {
    background: #4CAF50;
    color: #fff;
    border-color: #388E3C;
}

.spe-btn-save:hover:not(:disabled)[b-8bznfzkxnu] {
    background: #388E3C;
}

.spe-btn-cancel[b-8bznfzkxnu] {
    background: var(--bs-body-bg, #fff);
}

.spe-btn-danger[b-8bznfzkxnu] {
    color: #d32f2f;
    border-color: #d32f2f;
}

.spe-btn-close-poly[b-8bznfzkxnu] {
    flex: 1;
}

/* Main content */
.spe-content[b-8bznfzkxnu] {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

/* SVG Canvas */
.spe-canvas-panel[b-8bznfzkxnu] {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: var(--bs-body-bg, #fff);
    border-right: 1px solid var(--bs-border-color, #dee2e6);
}

.spe-svg[b-8bznfzkxnu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    -webkit-user-select: none;
}

/* Zoom controls */
.spe-zoom-controls[b-8bznfzkxnu] {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.spe-zoom-btn[b-8bznfzkxnu] {
    width: 30px;
    height: 30px;
    border: 1px solid var(--bs-border-color, #ccc);
    border-radius: 3px;
    background: var(--bs-body-bg, #fff);
    color: var(--bs-body-color, #333);
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
}

.spe-zoom-btn:hover[b-8bznfzkxnu] {
    background: var(--bs-secondary-bg, #e9ecef);
    opacity: 1;
}

/* Right panel */
.spe-right-panel[b-8bznfzkxnu] {
    width: 280px;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    background: var(--bs-tertiary-bg, #f8f9fa);
}

.spe-grid-header[b-8bznfzkxnu] {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px 10px;
    background: var(--bs-secondary-bg, #e9ecef);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

.spe-points-grid[b-8bznfzkxnu] {
    flex: 1;
    overflow-y: auto;
    max-height: 250px;
}

.spe-table[b-8bznfzkxnu] {
    width: 100%;
    font-size: 0.8rem;
    border-collapse: collapse;
}

.spe-table th[b-8bznfzkxnu] {
    padding: 3px 6px;
    text-align: right;
    background: var(--bs-secondary-bg, #e9ecef);
    font-weight: 500;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

.spe-table th:first-child[b-8bznfzkxnu] {
    text-align: center;
    width: 30px;
}

.spe-table td[b-8bznfzkxnu] {
    padding: 3px 6px;
    text-align: right;
    border-bottom: 1px solid var(--bs-border-color-translucent, #eee);
    cursor: pointer;
}

.spe-table td:first-child[b-8bznfzkxnu] {
    text-align: center;
    color: var(--bs-secondary-color, #999);
}

.spe-yr-cell[b-8bznfzkxnu] {
    color: var(--bs-secondary-color, #888);
    font-style: italic;
}

.spe-row-selected[b-8bznfzkxnu] {
    background: rgba(33, 150, 243, 0.15) !important;
}

.spe-table tbody tr:hover[b-8bznfzkxnu] {
    background: rgba(0, 0, 0, 0.04);
}

/* Input section */
.spe-input-section[b-8bznfzkxnu] {
    border-top: 1px solid var(--bs-border-color, #dee2e6);
}

.spe-input-row[b-8bznfzkxnu] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
}

.spe-input-row label[b-8bznfzkxnu] {
    font-size: 0.82rem;
    font-weight: 500;
    width: 30px;
    text-align: right;
}

.spe-input-row .spe-input[b-8bznfzkxnu] {
    flex: 1;
}

.spe-button-row[b-8bznfzkxnu] {
    display: flex;
    gap: 4px;
    padding: 4px 10px;
}

.spe-button-row .spe-btn[b-8bznfzkxnu] {
    flex: 1;
}

/* Status bar */
.spe-statusbar[b-8bznfzkxnu] {
    padding: 4px 10px;
    font-size: 0.78rem;
    background: var(--bs-tertiary-bg, #f5f5f5);
    border-top: 1px solid var(--bs-border-color, #dee2e6);
    color: var(--bs-secondary-color, #666);
}
/* /Components/SlopeTransformationSelector.razor.rz.scp.css */
/* Reuses same styling pattern as RoofTypeSelector */

[b-taya2p1ki4] .transformation-selector {
    padding: 8px;
}

[b-taya2p1ki4] .type-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 8px 0;
}

[b-taya2p1ki4] .type-card {
    border: 1.5px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

[b-taya2p1ki4] .type-card:hover {
    border-color: #4CBB17;
    box-shadow: 0 2px 6px rgba(76, 187, 23, 0.15);
    transform: translateY(-1px);
}

[b-taya2p1ki4] .type-card.selected {
    border-color: #4CBB17;
    background-color: #ecfdf5;
    box-shadow: 0 2px 8px rgba(76, 187, 23, 0.2);
}

[b-taya2p1ki4] .type-preview {
    width: 100%;
    height: 60px;
    object-fit: contain;
    margin-bottom: 4px;
}

[b-taya2p1ki4] .type-name {
    font-size: 0.75rem;
    font-weight: 600;
    color: #374151;
    line-height: 1.2;
}

[b-taya2p1ki4] .type-card.selected .type-name {
    color: #111827;
}

[b-taya2p1ki4] .selection-actions {
    display: flex;
    gap: 8px;
    justify-content: stretch;
    margin-top: 8px;
}

[b-taya2p1ki4] .selection-actions button {
    flex: 1;
}

@media (max-width: 300px) {
    [b-taya2p1ki4] .type-grid {
        grid-template-columns: 1fr;
    }
}
/* /Components/SlopeWizardDialog.razor.rz.scp.css */
[b-5jovnfu2hp] .slope-wizard-container {
    padding: 12px;
}

[b-5jovnfu2hp] .wizard-help-text {
    font-size: 0.875rem;
    color: #4a5568;
    margin-bottom: 12px;
}

[b-5jovnfu2hp] .category-cards {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

[b-5jovnfu2hp] .category-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 6px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

[b-5jovnfu2hp] .category-card:hover {
    border-color: #4cbb17;
    background: rgba(76, 187, 23, 0.04);
}

[b-5jovnfu2hp] .category-card.active {
    border-color: #4cbb17;
    background: rgba(76, 187, 23, 0.1);
    box-shadow: 0 0 0 1px #4cbb17;
}

[b-5jovnfu2hp] .category-name {
    font-size: 0.8rem;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
}

[b-5jovnfu2hp] .category-range {
    font-size: 0.7rem;
    color: #718096;
    margin-top: 2px;
}

[b-5jovnfu2hp] .exact-angle-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

[b-5jovnfu2hp] .exact-angle-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #4a5568;
    white-space: nowrap;
}

[b-5jovnfu2hp] .exact-angle-input {
    display: flex;
    align-items: center;
    gap: 4px;
}

[b-5jovnfu2hp] .wizard-spin-edit {
    width: 90px;
}

[b-5jovnfu2hp] .angle-unit {
    font-size: 1rem;
    font-weight: 600;
    color: #2d3748;
}

[b-5jovnfu2hp] .impact-table-section {
    margin-bottom: 12px;
}

[b-5jovnfu2hp] .impact-table-header {
    font-size: 0.8rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

[b-5jovnfu2hp] .impact-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
}

[b-5jovnfu2hp] .impact-table th {
    background: #f7fafc;
    padding: 6px 8px;
    text-align: right;
    font-weight: 600;
    color: #4a5568;
    border-bottom: 2px solid #e2e8f0;
}

[b-5jovnfu2hp] .impact-table th:first-child {
    text-align: left;
}

[b-5jovnfu2hp] .impact-table td {
    padding: 4px 8px;
    text-align: right;
    color: #2d3748;
    border-bottom: 1px solid #f1f3f5;
}

[b-5jovnfu2hp] .impact-table td:first-child {
    text-align: left;
    font-weight: 500;
}

[b-5jovnfu2hp] .impact-table tr:hover {
    background: rgba(76, 187, 23, 0.04);
}

[b-5jovnfu2hp] .impact-table tr.selected-row {
    background: rgba(76, 187, 23, 0.12);
    font-weight: 600;
}

[b-5jovnfu2hp] .impact-table tr.selected-row td {
    color: #1a5e00;
}

[b-5jovnfu2hp] .wizard-summary {
    font-size: 0.85rem;
    color: #4a5568;
    padding: 8px 0;
    border-top: 1px solid #e2e8f0;
    margin-bottom: 12px;
}

[b-5jovnfu2hp] .wizard-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}
/* /Components/View2DInspector.razor.rz.scp.css */
.view-description[b-6c1gjvwn9p] {
    line-height: 1.5;
}

.orientation-display[b-6c1gjvwn9p] {
    border: 1px solid #e0e0e0;
}

.orientation-display svg[b-6c1gjvwn9p] {
    max-width: 100%;
    height: auto;
}
/* /Components/WallInfo.razor.rz.scp.css */
/* WallInfo Component - Uses shared inspector styles from app.scss */
/* This file only contains component-specific overrides */

/* Component uses these shared classes from app.scss:
   - .inspector-container (for wall-editor div)
   - .inspector-form-grid-wide
   - .inspector-label / .inspector-label-inline
   - .inspector-static-value
   - .inspector-property-box
   - .inspector-btn-primary
   - .inspector-btn-secondary
   - .inspector-no-selection
   - .inspector-workflow-panel
   - .inspector-placement-instructions
*/

/* No component-specific styles needed - all styles are shared */
/* /Components/WorkCopyReplacementDialog.razor.rz.scp.css */
.workcopy-confirmation-container[b-gvjkzny94p] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem;
    gap: 1rem;
}

.warning-section[b-gvjkzny94p] {
    display: flex;
    align-items: flex-start;
    padding: 0.75rem;
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 4px;
}

.warning-section p[b-gvjkzny94p] {
    margin: 0;
    color: #856404;
    font-weight: 500;
}

.image-comparison[b-gvjkzny94p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.current-image[b-gvjkzny94p], .target-image[b-gvjkzny94p] {
    text-align: center;
    flex: 1;
}

.current-image h6[b-gvjkzny94p], .target-image h6[b-gvjkzny94p] {
    margin-bottom: 0.5rem;
    color: #495057;
    font-size: 0.9rem;
    font-weight: 600;
}

.image-name[b-gvjkzny94p] {
    font-weight: 500;
    color: #212529;
    display: block;
    margin-bottom: 0.25rem;
}

.replacement-arrow[b-gvjkzny94p] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem;
    font-size: 1.5rem;
}

.warning-text[b-gvjkzny94p] {
    margin-top: auto;
}

[b-gvjkzny94p] .warning-text .alert {
    margin: 0;
    font-size: 0.9rem;
}

.dialog-footer[b-gvjkzny94p] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem;
}
/* /Pages/InvestmentDetail-measurement.razor.rz.scp.css */
[b-mje8pde18o] body {
    background-color: white;
}


/* Display the first drawer (for desktop) */
[b-mje8pde18o] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}
/* Collapse or expand the first drawer based on the toggle button state */
[b-mje8pde18o].page:has(.navbar-toggler:not(:checked)) .navigation-drawer:not(.mobile) > .dxbl-drawer-panel {
    width: 0 !important;
}
/* Hide the second drawer (for mobile) */
[b-mje8pde18o] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}



[b-mje8pde18o] .icon {
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    -webkit-mask-repeat:no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

[b-mje8pde18o] .icon-caret-left-filled {
    mask-image: url("../images/icons/caret-left-filled.svg");
    -webkit-mask-image: url("../images/icons/caret-left-filled.svg");    
}


[b-mje8pde18o] .icon-caret-right-filled {
    mask-image: url("../images/icons/caret-right-filled.svg");
    -webkit-mask-image: url("../images/icons/caret-right-filled.svg");
}

[b-mje8pde18o] .icon-caret-up-filled {
    mask-image: url("../images/icons/caret-up-filled.svg");
    -webkit-mask-image: url("../images/icons/caret-up-filled.svg");
}


[b-mje8pde18o] .icon-caret-down-filled {
    mask-image: url("../images/icons/caret-down-filled.svg");
    -webkit-mask-image: url("../images/icons/caret-downilled.svg");
}


[b-mje8pde18o] .icon-menu2 {
    mask-image: url("../images/icons/menu-2.svg");
    -webkit-mask-image: url("../images/icons/menu-2.svg");
}

[b-mje8pde18o] .button-set {
    margin-right:0.1rem;    
}

[b-mje8pde18o] .card-body {
    background-color: #5B6977;
}

[b-mje8pde18o] .card {
    border: none;
}

[b-mje8pde18o] .dxbl-drawer-body {
    background-color: #5B6977;
    margin-right:0px;
}

[b-mje8pde18o] .dxbl-drawer-panel {
    background-color: #5B6977;
}

[b-mje8pde18o] .dxbl-tabs-tablist {
    background-color: #5B6977;
    color:white;
}

/* Hide drawer toggle checkbox */
/*.drawer-toggler {
    display: none;
}*/

/* Mobile toggle button styling */
.mobile-toggle-btn[b-mje8pde18o], .mobile-close-btn[b-mje8pde18o] {
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease;
}

.mobile-toggle-btn:hover[b-mje8pde18o], .mobile-close-btn:hover[b-mje8pde18o] {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Icon styles for menu and close */
[b-mje8pde18o] .icon-menu {
    mask-image: url("../images/icons/menu-2.svg");
    -webkit-mask-image: url("../images/icons/menu-2.svg");
}

[b-mje8pde18o] .icon-close {
    mask-image: url("../images/icons/close.svg");
    -webkit-mask-image: url("../images/icons/close.svg");
}

/* Default: Show desktop drawer, hide mobile drawer */

@media (max-width: 768px) {
    /* Hide the first drawer (for desktop) */
    [b-mje8pde18o] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }
    /* Display the second drawer (for mobile) */
    [b-mje8pde18o] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }
    /* Collapse or expand the second drawer based on the toggle button state */
    [b-mje8pde18o].page:has(.navbar-toggler:checked) .navigation-drawer.mobile > .dxbl-drawer-panel {
        width: 0 !important;
    }
}

/* Measurement specific styles */
.hidden[b-mje8pde18o] {
    display: none;
}

.drawer-footer[b-mje8pde18o] {
    padding: 0;
    border-top: 1px solid #e0e0e0;
    background-color: #f9f9f9;
}

.scale-info-section[b-mje8pde18o] {
    margin-bottom: 15px;
    padding: 10px;
}

.section-title[b-mje8pde18o] {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
}

.info-item[b-mje8pde18o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0;
    font-size: 11px;
}

.info-label[b-mje8pde18o] {
    font-weight: 500;
    color: #666;
    min-width: 70px;
}

.info-value[b-mje8pde18o] {
    font-weight: normal;
    color: #333;
    text-align: right;
    word-break: break-word;
    flex: 1;
    margin-left: 5px;
}

.scale-measurement-row[b-mje8pde18o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.scale-display[b-mje8pde18o] {
    display: flex;
    flex: 1;
    min-width: 0;
}

.measuring-tape-btn[b-mje8pde18o] {
    flex-shrink: 0;
    min-width: 32px;
}

/* /Pages/InvestmentDetail.razor.rz.scp.css */
.sticky-header[b-zo4c2l07xg] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/* /Pages/Offers.razor.rz.scp.css */
/* Offers Page Container */
.offers-page-container[b-t9za31plqw] {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 16px;
    padding: 20px;
}

/* Filter Panel */
.filter-panel[b-t9za31plqw] {
    background: var(--bs-body-bg, #212529);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    padding: 16px 20px;
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
}

.filters-row[b-t9za31plqw] {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

.filter-section[b-t9za31plqw] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.date-section[b-t9za31plqw] {
    min-width: 280px;
}

.status-section[b-t9za31plqw] {
    flex: 1;
    min-width: 400px;
}

.filter-header[b-t9za31plqw] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 13px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-header i[b-t9za31plqw] {
    color: var(--bs-primary, #fe7109);
    font-size: 14px;
}

/* Date Filter */
.date-filter-content[b-t9za31plqw] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.date-navigation[b-t9za31plqw] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-btn[b-t9za31plqw] {
    width: 32px;
    height: 32px;
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 6px;
    background: var(--bs-tertiary-bg, #222426);
    color: var(--bs-body-color, #e5e5e5);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 14px;
}

.nav-btn:hover[b-t9za31plqw] {
    border-color: var(--bs-primary, #fe7109);
    color: var(--bs-primary, #fe7109);
}

.date-range-display[b-t9za31plqw] {
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-emphasis-color, #ffffff);
    min-width: 140px;
    text-align: center;
}

.date-presets[b-t9za31plqw] {
    display: flex;
    gap: 6px;
}

.preset-btn[b-t9za31plqw] {
    padding: 6px 12px;
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 6px;
    background: var(--bs-tertiary-bg, #222426);
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.preset-btn:hover[b-t9za31plqw] {
    border-color: var(--bs-primary, #fe7109);
    color: var(--bs-primary, #fe7109);
}

.preset-btn.active[b-t9za31plqw] {
    background: linear-gradient(135deg, var(--bs-primary, #fe7109) 0%, #d45e07 100%);
    border-color: var(--bs-primary, #fe7109);
    color: white;
}

/* Status Filter */
.status-filter-content[b-t9za31plqw] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.status-btn[b-t9za31plqw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    min-width: 80px;
    border: 2px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 10px;
    background: var(--bs-tertiary-bg, #222426);
    color: var(--bs-body-color, #e5e5e5);
    cursor: pointer;
    transition: all 0.2s ease;
}

.status-btn:hover[b-t9za31plqw] {
    border-color: var(--bs-border-color, rgba(229, 229, 229, 0.4));
    transform: translateY(-2px);
}

.status-btn.active[b-t9za31plqw] {
    border-color: var(--bs-primary, #fe7109);
    background: rgba(254, 113, 9, 0.1);
}

.status-btn .status-icon[b-t9za31plqw] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-btn .status-icon svg[b-t9za31plqw] {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.status-btn.active .status-icon svg[b-t9za31plqw] {
    stroke: var(--bs-primary, #fe7109);
}

.status-btn .status-label[b-t9za31plqw] {
    font-size: 12px;
    font-weight: 500;
}

.status-btn .status-count[b-t9za31plqw] {
    font-size: 11px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.6));
    background: var(--bs-secondary-bg, #2a2a2a);
    padding: 2px 8px;
    border-radius: 10px;
}

.status-btn.active .status-count[b-t9za31plqw] {
    background: var(--bs-primary, #fe7109);
    color: white;
}

/* Status-specific colors */
.status-btn.workcopy.active[b-t9za31plqw] {
    border-color: #6b7280;
    background: rgba(107, 114, 128, 0.1);
}

.status-btn.workcopy.active .status-icon svg[b-t9za31plqw] {
    stroke: #6b7280;
}

.status-btn.sent.active[b-t9za31plqw] {
    border-color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
}

.status-btn.sent.active .status-icon svg[b-t9za31plqw] {
    stroke: #3b82f6;
}

.status-btn.sold.active[b-t9za31plqw] {
    border-color: #22c55e;
    background: rgba(34, 197, 94, 0.1);
}

.status-btn.sold.active .status-icon svg[b-t9za31plqw] {
    stroke: #22c55e;
}

.status-btn.lost.active[b-t9za31plqw] {
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.1);
}

.status-btn.lost.active .status-icon svg[b-t9za31plqw] {
    stroke: #ef4444;
}

/* Filter Actions */
.filter-actions[b-t9za31plqw] {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    margin-left: auto;
}

.apply-btn[b-t9za31plqw] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: linear-gradient(135deg, var(--bs-primary, #fe7109) 0%, #d45e07 100%);
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.apply-btn:hover[b-t9za31plqw] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(254, 113, 9, 0.3);
}

.clear-btn[b-t9za31plqw] {
    width: 36px;
    height: 36px;
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 6px;
    background: var(--bs-tertiary-bg, #222426);
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.clear-btn:hover[b-t9za31plqw] {
    border-color: var(--bs-primary, #fe7109);
    color: var(--bs-primary, #fe7109);
}

/* Toolbar Panel */
.toolbar-panel[b-t9za31plqw] {
    background: var(--bs-secondary-bg, #222222);
    border-radius: 8px;
    padding: 8px;
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
}

[b-t9za31plqw] .offers-toolbar {
    background: transparent;
}

/* Search */
.search-toolbar-item[b-t9za31plqw] {
    flex-grow: 1;
    max-width: 300px;
}

.search-panel[b-t9za31plqw] {
    display: flex;
    align-items: center;
    width: 100%;
}

[b-t9za31plqw] .offers-search-box {
    width: 100%;
}

[b-t9za31plqw] .offers-search-box .dxbl-textbox {
    background-color: var(--bs-tertiary-bg, #222426);
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 6px;
    color: var(--bs-body-color, #e5e5e5);
}

[b-t9za31plqw] .offers-search-box .dxbl-textbox:focus-within {
    border-color: var(--bs-primary, #fe7109);
    box-shadow: 0 0 0 2px rgba(254, 113, 9, 0.2);
}

/* Main Panel */
.main-panel[b-t9za31plqw] {
    flex: 1;
    background: var(--bs-body-bg, #212529);
    border-radius: 12px;
    padding: 16px;
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    overflow: auto;
}

/* Loading State */
.loading-container[b-t9za31plqw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    gap: 16px;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
}

/* Empty State */
.empty-state[b-t9za31plqw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    text-align: center;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
}

.empty-state .empty-icon[b-t9za31plqw] {
    margin-bottom: 16px;
    color: var(--bs-tertiary-color, rgba(229, 229, 229, 0.5));
}

.empty-state h3[b-t9za31plqw] {
    color: var(--bs-emphasis-color, #ffffff);
    margin-bottom: 8px;
}

/* Grid Styles */
[b-t9za31plqw] .offers-grid {
    background: transparent;
}

/* Status Badges */
.status-badge[b-t9za31plqw] {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge.status-workcopy[b-t9za31plqw] {
    background: rgba(107, 114, 128, 0.2);
    color: #9ca3af;
}

.status-badge.status-sent[b-t9za31plqw] {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
}

.status-badge.status-sold[b-t9za31plqw] {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.status-badge.status-lost[b-t9za31plqw] {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
}

/* Row Actions */
.row-actions[b-t9za31plqw] {
    display: flex;
    gap: 8px;
}

.action-btn[b-t9za31plqw] {
    width: 28px;
    height: 28px;
    border: 1px solid var(--bs-border-color, rgba(229, 229, 229, 0.2));
    border-radius: 4px;
    background: transparent;
    color: var(--bs-secondary-color, rgba(229, 229, 229, 0.75));
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 12px;
}

.action-btn:hover[b-t9za31plqw] {
    border-color: var(--bs-primary, #fe7109);
    color: var(--bs-primary, #fe7109);
    background: rgba(254, 113, 9, 0.1);
}
/* /Pages/Settings.razor.rz.scp.css */
/* Shared settings styles - copied from UserSettings.razor.css */
[b-3q35zvqgmj] .user-settings-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

[b-3q35zvqgmj] .settings-header {
    margin-bottom: 30px;
}

[b-3q35zvqgmj] .settings-header h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

[b-3q35zvqgmj] .settings-header p {
    margin: 0;
    color: #666;
    font-size: 16px;
}

/* Settings Overview Styles */
[b-3q35zvqgmj] .settings-overview {
    margin-top: 2rem;
}

[b-3q35zvqgmj] .settings-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
}

[b-3q35zvqgmj] .settings-card {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

[b-3q35zvqgmj] .settings-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #007bff;
}

[b-3q35zvqgmj] .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 12px;
    margin-right: 1rem;
    flex-shrink: 0;
}

[b-3q35zvqgmj] .card-icon i {
    font-size: 1.5rem;
    color: white;
}

[b-3q35zvqgmj] .card-content {
    flex: 1;
}

[b-3q35zvqgmj] .card-content h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

[b-3q35zvqgmj] .card-content p {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.4;
}

[b-3q35zvqgmj] .card-arrow {
    margin-left: 1rem;
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

[b-3q35zvqgmj] .settings-card:hover .card-arrow {
    opacity: 1;
    transform: translateX(4px);
}

[b-3q35zvqgmj] .card-arrow i {
    font-size: 1rem;
    color: #007bff;
}

/* Responsive design */
@media (max-width: 768px) {
    [b-3q35zvqgmj] .settings-cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    [b-3q35zvqgmj] .settings-card {
        padding: 1rem;
    }

    [b-3q35zvqgmj] .card-icon {
        width: 40px;
        height: 40px;
    }

    [b-3q35zvqgmj] .card-icon i {
        font-size: 1.25rem;
    }

    [b-3q35zvqgmj] .card-content h3 {
        font-size: 1rem;
    }

    [b-3q35zvqgmj] .card-content p {
        font-size: 0.85rem;
    }
}
/* /Pages/TemplateManagement.razor.rz.scp.css */
.template-management-container[b-wxp4gm06r8] {
    padding: 1rem;
}

.template-grid[b-wxp4gm06r8] {
    margin-top: 1rem;
}

.template-editor[b-wxp4gm06r8] {
    padding: 1rem;
}

.template-content-section[b-wxp4gm06r8] {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1rem;
    background-color: #f8f9fa;
}

.popup-footer[b-wxp4gm06r8] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    padding: 1rem;
}
/* /Pages/UserSettings.razor.rz.scp.css */
.user-settings-container[b-b2l738curm] {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.settings-header[b-b2l738curm] {
    margin-bottom: 30px;
}

.settings-header h2[b-b2l738curm] {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

.settings-header p[b-b2l738curm] {
    margin: 0;
    color: #666;
    font-size: 16px;
}

.settings-content[b-b2l738curm] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.settings-section[b-b2l738curm] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.section-header[b-b2l738curm] {
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.section-title[b-b2l738curm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title h3[b-b2l738curm] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.connection-status[b-b2l738curm] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.connection-status.connected[b-b2l738curm] {
    color: #28a745;
}

.connection-status.disconnected[b-b2l738curm] {
    color: #dc3545;
}

.status-indicator[b-b2l738curm] {
    font-size: 12px;
}

.section-content[b-b2l738curm] {
    padding: 20px;
}

.connected-info[b-b2l738curm] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-grid[b-b2l738curm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.info-item[b-b2l738curm] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.info-item label[b-b2l738curm] {
    font-weight: 600;
    color: #555;
    font-size: 14px;
}

.info-item span[b-b2l738curm] {
    color: #333;
    font-size: 14px;
}

.info-item span.warning[b-b2l738curm] {
    color: #f39c12;
    font-weight: 500;
}

.expiry-warning[b-b2l738curm] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 6px;
    color: #856404;
}

.warning-icon[b-b2l738curm] {
    font-size: 20px;
    flex-shrink: 0;
}

.warning-text[b-b2l738curm] {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
}

.not-connected-info[b-b2l738curm] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.not-connected-info p[b-b2l738curm] {
    margin: 0;
    color: #666;
    font-size: 16px;
}

.connection-form[b-b2l738curm] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
}

.form-group[b-b2l738curm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label[b-b2l738curm] {
    font-weight: 600;
    color: #555;
    font-size: 14px;
}

.form-group input[b-b2l738curm] {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group input:focus[b-b2l738curm] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.error-message[b-b2l738curm] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
    color: #721c24;
    font-size: 14px;
}

.error-icon[b-b2l738curm] {
    flex-shrink: 0;
}

.action-buttons[b-b2l738curm] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.form-actions[b-b2l738curm] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn[b-b2l738curm] {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn:disabled[b-b2l738curm] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary[b-b2l738curm] {
    background: #007bff;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-b2l738curm] {
    background: #0056b3;
}

.btn-secondary[b-b2l738curm] {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-b2l738curm] {
    background: #545b62;
}

.btn-tertiary[b-b2l738curm] {
    background: transparent;
    color: #007bff;
    border: 1px solid #007bff;
}

.btn-tertiary:hover:not(:disabled)[b-b2l738curm] {
    background: #007bff;
    color: white;
}

.loading-spinner[b-b2l738curm] {
    animation: spin-b-b2l738curm 1s linear infinite;
}

@keyframes spin-b-b2l738curm {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.health-info[b-b2l738curm] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.health-item[b-b2l738curm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
}

.health-item label[b-b2l738curm] {
    font-weight: 600;
    color: #555;
}

.health-status[b-b2l738curm] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.health-status.healthy[b-b2l738curm] {
    color: #28a745;
}

.health-status.unhealthy[b-b2l738curm] {
    color: #dc3545;
}

/* Pricing Settings Styles */
.pricing-settings[b-b2l738curm] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pricing-settings .form-group[b-b2l738curm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pricing-settings .form-group label[b-b2l738curm] {
    font-weight: 600;
    color: #555;
    font-size: 14px;
}

.pricing-settings .form-group input[type="number"][b-b2l738curm] {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    max-width: 200px;
}

.pricing-settings .form-group input[type="number"]:focus[b-b2l738curm] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.pricing-settings .form-group .form-select[b-b2l738curm] {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    max-width: 200px;
    background-color: white;
}

.pricing-settings .form-group .form-select:focus[b-b2l738curm] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.pricing-settings .form-group .form-hint[b-b2l738curm] {
    font-size: 12px;
    color: #666;
    font-style: italic;
}

.settings-message[b-b2l738curm] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.settings-message.success[b-b2l738curm] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.settings-message.error[b-b2l738curm] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.settings-message .message-icon[b-b2l738curm] {
    font-size: 16px;
}

@media (max-width: 768px) {
    .user-settings-container[b-b2l738curm] {
        padding: 15px;
    }
    
    .section-title[b-b2l738curm] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .info-grid[b-b2l738curm] {
        grid-template-columns: 1fr;
    }
    
    .action-buttons[b-b2l738curm],
    .form-actions[b-b2l738curm] {
        flex-direction: column;
    }
    
    .health-item[b-b2l738curm] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
/* /Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-jsjrsghyn8] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
    position: relative;
}

.header-navbar .navbar-toggler[b-jsjrsghyn8] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-jsjrsghyn8] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-jsjrsghyn8] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

[b-jsjrsghyn8] .header-indicators {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    overflow: hidden;
}

@media (max-width: 768px) {
    [b-jsjrsghyn8] .header-indicators {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        pointer-events: none;
        overflow: visible;
    }

    [b-jsjrsghyn8] .header-indicators .global-progress-indicator,
    [b-jsjrsghyn8] .header-indicators .global-notification-indicator {
        pointer-events: auto;
        min-width: 0;
        max-width: calc(100vw - 120px);
    }
}

@media (max-width: 350px) {
    .title[b-jsjrsghyn8] {
        font-size: inherit;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-bx8fxe77ig] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-bx8fxe77ig] .page-layout {
    height: 100%;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-bx8fxe77ig] .page-layout > .dxbl-gridlayout-root,
[b-bx8fxe77ig] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-bx8fxe77ig] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
    height: 100%;
}

@media (max-width: 1199.98px) {
    [b-bx8fxe77ig] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-bx8fxe77ig] .fit-width {
    max-width: 100%;
}

[b-bx8fxe77ig] .mw-1100 {
    max-width: 1100px;
}

.version-banner[b-bx8fxe77ig] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #1a73e8, #1565c0);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.version-banner-btn[b-bx8fxe77ig] {
    background: #fff;
    color: #1a73e8;
    border: none;
    border-radius: 4px;
    padding: 4px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.version-banner-btn:hover[b-bx8fxe77ig] {
    background: #e8eaf6;
}

.version-banner-dismiss[b-bx8fxe77ig] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
    opacity: 0.8;
    margin-left: 8px;
}

.version-banner-dismiss:hover[b-bx8fxe77ig] {
    opacity: 1;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-3axvye0g3p] {
    min-width: 220px;
    max-width: 220px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

.sidebar.collapse[b-3axvye0g3p] {
    display: none;
}

.sidebar.expand[b-3axvye0g3p] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-3axvye0g3p] {
        display: none;
    }

    .sidebar.expand[b-3axvye0g3p] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

/* Reduce horizontal and vertical spacing */
[b-3axvye0g3p] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.25rem;
    --dxbl-treeview-spacing-y: 0.25rem;
    padding-left: 0.25rem;
}

/* Root level items - compact and close to left edge */
[b-3axvye0g3p] .app-sidebar > .dxbl-treeview-node-list {
    padding-left: 0;
}

[b-3axvye0g3p] .app-sidebar .dxbl-treeview-node {
    padding-left: 0;
}

[b-3axvye0g3p] .app-sidebar .dxbl-treeview-item {
    padding: 0;
    margin: 0;
}

[b-3axvye0g3p] .app-sidebar .dxbl-treeview-item-content {
    padding-left: 0.25rem;
}

/* Root item styling */
[b-3axvye0g3p] .app-sidebar .root-item > :first-child {
    --dxbl-treeview-font-weight: 600;
}

[b-3axvye0g3p] .app-sidebar .root-item > :only-child:not(.dxbl-treeview-tmpl) > button {
    display: none;
}

/* Submenu items - slightly indented but still compact */
[b-3axvye0g3p] .app-sidebar .dxbl-treeview-node-list .dxbl-treeview-node-list {
    padding-left: 1rem;
}

[b-3axvye0g3p] .app-sidebar .dxbl-treeview-node-list .dxbl-treeview-node-list .dxbl-treeview-item {
    padding: 0;
}

@media (max-width: 1199.98px) {
    [b-3axvye0g3p] .app-sidebar {
        padding-bottom: 0;
    }
}
