/* /Blazor/Components/MapPanel.razor.rz.scp.css */
.map-panel[b-x8ikxx84yc] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 900px;
    height: 80vh;
    max-height: 700px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.map-panel.open[b-x8ikxx84yc] {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.map-backdrop[b-x8ikxx84yc] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    animation: fadeIn-b-x8ikxx84yc 0.2s ease;
}

@keyframes fadeIn-b-x8ikxx84yc {
    from { opacity: 0; }
    to { opacity: 1; }
}

.map-header[b-x8ikxx84yc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    border-radius: 12px 12px 0 0;
}

.map-title[b-x8ikxx84yc] {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    color: white;
}

.map-actions[b-x8ikxx84yc] {
    display: flex;
    gap: 8px;
}

.close-button[b-x8ikxx84yc] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 1.4em;
    color: white;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 4px;
    transition: all 0.2s;
}

.close-button:hover[b-x8ikxx84yc] {
    background: rgba(255, 255, 255, 0.2);
}

.map-container[b-x8ikxx84yc] {
    flex: 1;
    background: linear-gradient(135deg, #e8f4f8 0%, #d0e7f0 100%);
    position: relative;
    min-height: 300px;
}

/* Ensure Leaflet map fills the container */
.map-container :deep(.leaflet-container)[b-x8ikxx84yc] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.map-loading[b-x8ikxx84yc] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: #64748b;
}

.map-spinner[b-x8ikxx84yc] {
    width: 40px;
    height: 40px;
    border: 3px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-x8ikxx84yc 0.8s linear infinite;
}

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

.markers-list[b-x8ikxx84yc] {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    max-height: 200px;
    display: flex;
    flex-direction: column;
}

.markers-header[b-x8ikxx84yc] {
    padding: 10px 16px;
    font-size: 0.85em;
    color: #64748b;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.markers-scroll[b-x8ikxx84yc] {
    overflow-y: auto;
    flex: 1;
}

.marker-item[b-x8ikxx84yc] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.2s;
    border-bottom: 1px solid #f1f5f9;
}

.marker-item:hover[b-x8ikxx84yc] {
    background: #f0f7ff;
}

.marker-item:last-child[b-x8ikxx84yc] {
    border-bottom: none;
}

.marker-pin[b-x8ikxx84yc] {
    font-size: 1.2em;
    flex-shrink: 0;
}

.marker-info[b-x8ikxx84yc] {
    flex: 1;
    min-width: 0;
}

.marker-title[b-x8ikxx84yc] {
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 2px;
}

.marker-description[b-x8ikxx84yc] {
    font-size: 0.85em;
    color: #64748b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Make markers list rounded at bottom */
.map-panel .markers-list[b-x8ikxx84yc] {
    border-radius: 0 0 12px 12px;
}

/* Scrollbar styling */
.markers-scroll[b-x8ikxx84yc]::-webkit-scrollbar {
    width: 6px;
}

.markers-scroll[b-x8ikxx84yc]::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.markers-scroll[b-x8ikxx84yc]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .map-panel[b-x8ikxx84yc] {
        width: 95%;
        height: 90vh;
        max-height: none;
    }

    .markers-list[b-x8ikxx84yc] {
        max-height: 150px;
    }
}
/* /Blazor/Components/MarkdownView.razor.rz.scp.css */
.markdown-content[b-3ndm2wmemv] {
    line-height: 1.6;
    color: #333;
}

.markdown-content h1[b-3ndm2wmemv],
.markdown-content h2[b-3ndm2wmemv],
.markdown-content h3[b-3ndm2wmemv],
.markdown-content h4[b-3ndm2wmemv],
.markdown-content h5[b-3ndm2wmemv],
.markdown-content h6[b-3ndm2wmemv] {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.markdown-content h1[b-3ndm2wmemv] {
    font-size: 2em;
    border-bottom: 1px solid #eaecef;
    padding-bottom: 0.3em;
}

.markdown-content h2[b-3ndm2wmemv] {
    font-size: 1.5em;
    border-bottom: 1px solid #eaecef;
    padding-bottom: 0.3em;
}

.markdown-content h3[b-3ndm2wmemv] {
    font-size: 1.25em;
}

.markdown-content h4[b-3ndm2wmemv] {
    font-size: 1em;
}

.markdown-content h5[b-3ndm2wmemv] {
    font-size: 0.875em;
}

.markdown-content h6[b-3ndm2wmemv] {
    font-size: 0.85em;
    color: #6a737d;
}

.markdown-content p[b-3ndm2wmemv] {
    margin-bottom: 16px;
}

.markdown-content ul[b-3ndm2wmemv],
.markdown-content ol[b-3ndm2wmemv] {
    margin-bottom: 16px;
    padding-left: 2em;
}

.markdown-content li[b-3ndm2wmemv] {
    margin-bottom: 0.25em;
}

.markdown-content blockquote[b-3ndm2wmemv] {
    padding: 0 1em;
    color: #6a737d;
    border-left: 0.25em solid #dfe2e5;
    margin-bottom: 16px;
}

.markdown-content code[b-3ndm2wmemv] {
    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 85%;
    background-color: rgba(27, 31, 35, 0.05);
    border-radius: 3px;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.markdown-content pre[b-3ndm2wmemv] {
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f6f8fa;
    border-radius: 6px;
    margin-bottom: 16px;
}

.markdown-content pre code[b-3ndm2wmemv] {
    display: inline;
    max-width: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0;
}

.markdown-content table[b-3ndm2wmemv] {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 16px;
    display: block;
    overflow-x: auto;
}

.markdown-content table th[b-3ndm2wmemv],
.markdown-content table td[b-3ndm2wmemv] {
    padding: 6px 13px;
    border: 1px solid #dfe2e5;
}

.markdown-content table th[b-3ndm2wmemv] {
    font-weight: 600;
    background-color: #f6f8fa;
}

.markdown-content table tr[b-3ndm2wmemv] {
    background-color: #fff;
    border-top: 1px solid #c6cbd1;
}

.markdown-content table tr:nth-child(2n)[b-3ndm2wmemv] {
    background-color: #f6f8fa;
}

.markdown-content img[b-3ndm2wmemv] {
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.markdown-content hr[b-3ndm2wmemv] {
    height: 0.25em;
    padding: 0;
    margin: 24px 0;
    background-color: #e1e4e8;
    border: 0;
}

.markdown-content a[b-3ndm2wmemv] {
    color: #0366d6;
    text-decoration: none;
}

.markdown-content a:hover[b-3ndm2wmemv] {
    text-decoration: underline;
}

.markdown-content strong[b-3ndm2wmemv] {
    font-weight: 600;
}

.markdown-content em[b-3ndm2wmemv] {
    font-style: italic;
}

.chart-container[b-3ndm2wmemv] {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 16px 0 24px 0;
    padding: 8px;
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
}
/* /Blazor/Components/NotificationToast.razor.rz.scp.css */
.notification-container[b-fga6w0cf41] {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
}

.notification-toast[b-fga6w0cf41] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: slideInRight-b-fga6w0cf41 0.3s ease-out;
    background: white;
    border-left: 4px solid;
}

.notification-toast.exiting[b-fga6w0cf41] {
    animation: slideOutRight-b-fga6w0cf41 0.3s ease-in forwards;
}

@keyframes slideInRight-b-fga6w0cf41 {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutRight-b-fga6w0cf41 {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

.notification-toast.info[b-fga6w0cf41] {
    border-left-color: #3b82f6;
    background: linear-gradient(to right, #eff6ff, white);
}

.notification-toast.success[b-fga6w0cf41] {
    border-left-color: #22c55e;
    background: linear-gradient(to right, #f0fdf4, white);
}

.notification-toast.warning[b-fga6w0cf41] {
    border-left-color: #f59e0b;
    background: linear-gradient(to right, #fffbeb, white);
}

.notification-toast.error[b-fga6w0cf41] {
    border-left-color: #ef4444;
    background: linear-gradient(to right, #fef2f2, white);
}

.notification-icon[b-fga6w0cf41] {
    font-size: 1.2em;
    font-weight: bold;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.notification-toast.info .notification-icon[b-fga6w0cf41] {
    color: #3b82f6;
    background: #dbeafe;
}

.notification-toast.success .notification-icon[b-fga6w0cf41] {
    color: #22c55e;
    background: #dcfce7;
}

.notification-toast.warning .notification-icon[b-fga6w0cf41] {
    color: #f59e0b;
    background: #fef3c7;
}

.notification-toast.error .notification-icon[b-fga6w0cf41] {
    color: #ef4444;
    background: #fee2e2;
}

.notification-content[b-fga6w0cf41] {
    flex: 1;
    min-width: 0;
}

.notification-title[b-fga6w0cf41] {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px;
}

.notification-message[b-fga6w0cf41] {
    color: #4b5563;
    font-size: 0.9em;
    line-height: 1.4;
}

.notification-close[b-fga6w0cf41] {
    background: none;
    border: none;
    font-size: 1.4em;
    color: #9ca3af;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s;
}

.notification-close:hover[b-fga6w0cf41] {
    color: #4b5563;
}
/* /Blazor/Components/ProgressIndicator.razor.rz.scp.css */
.progress-indicator[b-f6egekhcwz] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8eeff 100%);
    border-radius: 8px;
    margin: 8px 0;
    animation: slideIn-b-f6egekhcwz 0.3s ease-out, pulse-b-f6egekhcwz 2s infinite;
    opacity: 0;
    transform: translateY(-10px);
}

.progress-indicator.visible[b-f6egekhcwz] {
    opacity: 1;
    transform: translateY(0);
}

@keyframes slideIn-b-f6egekhcwz {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-b-f6egekhcwz {
    0%, 100% {
        background: linear-gradient(135deg, #f0f4ff 0%, #e8eeff 100%);
    }
    50% {
        background: linear-gradient(135deg, #e8eeff 0%, #dde6ff 100%);
    }
}

.progress-spinner[b-f6egekhcwz] {
    width: 20px;
    height: 20px;
    border: 2px solid #c7d4ff;
    border-top-color: #4a6cf7;
    border-radius: 50%;
    animation: spin-b-f6egekhcwz 0.8s linear infinite;
}

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

.progress-message[b-f6egekhcwz] {
    color: #6b7280;
    font-size: 0.8em;
    font-style: italic;
}
/* /Blazor/Components/SearchResultsPanel.razor.rz.scp.css */
.search-results-panel[b-gg1tsri5cp] {
    position: fixed;
    top: 0;
    right: -450px;
    width: 450px;
    height: 100vh;
    background: white;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
}

.search-results-panel.open[b-gg1tsri5cp] {
    right: 0;
}

.search-results-panel.pinned[b-gg1tsri5cp] {
    box-shadow: -4px 0 30px rgba(59, 130, 246, 0.2);
    border-left: 3px solid #3b82f6;
}

.panel-backdrop[b-gg1tsri5cp] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    animation: fadeIn-b-gg1tsri5cp 0.2s ease;
}

.panel-backdrop.transparent[b-gg1tsri5cp] {
    background: transparent;
    pointer-events: none;
}

@keyframes fadeIn-b-gg1tsri5cp {
    from { opacity: 0; }
    to { opacity: 1; }
}

.panel-header[b-gg1tsri5cp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
}

.panel-title[b-gg1tsri5cp] {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #1e293b;
}

.panel-actions[b-gg1tsri5cp] {
    display: flex;
    gap: 8px;
}

.pin-button[b-gg1tsri5cp],
.close-button[b-gg1tsri5cp] {
    background: none;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s;
}

.pin-button[b-gg1tsri5cp] {
    opacity: 0.5;
}

.pin-button:hover[b-gg1tsri5cp] {
    background: #e2e8f0;
    opacity: 1;
}

.pin-button.pinned[b-gg1tsri5cp] {
    opacity: 1;
    background: #dbeafe;
    transform: rotate(-45deg);
}

.close-button[b-gg1tsri5cp] {
    color: #64748b;
}

.close-button:hover[b-gg1tsri5cp] {
    background: #fee2e2;
    color: #dc2626;
}

.panel-content[b-gg1tsri5cp] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

.result-type-badge[b-gg1tsri5cp] {
    display: inline-block;
    padding: 4px 12px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: white;
    font-size: 0.75em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.chart-container[b-gg1tsri5cp] {
    width: 100%;
    height: 350px;
    padding: 16px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.chart-container canvas[b-gg1tsri5cp] {
    width: 100% !important;
    height: 100% !important;
}

/* Table styles */
.table-container[b-gg1tsri5cp] {
    width: 100%;
    overflow-x: auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.data-table[b-gg1tsri5cp] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}

.data-table thead[b-gg1tsri5cp] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    position: sticky;
    top: 0;
}

.data-table th[b-gg1tsri5cp] {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
    white-space: nowrap;
}

.data-table td[b-gg1tsri5cp] {
    padding: 10px 16px;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
}

.data-table tbody tr:hover[b-gg1tsri5cp] {
    background: #f0f7ff;
}

.data-table tbody tr:nth-child(even)[b-gg1tsri5cp] {
    background: #fafbfc;
}

.data-table tbody tr:nth-child(even):hover[b-gg1tsri5cp] {
    background: #f0f7ff;
}

/* Scrollbar for table container */
.table-container[b-gg1tsri5cp]::-webkit-scrollbar {
    height: 6px;
}

.table-container[b-gg1tsri5cp]::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.table-container[b-gg1tsri5cp]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.results-list[b-gg1tsri5cp] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.result-card[b-gg1tsri5cp] {
    padding: 14px 16px;
    background: #fafbfc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.result-card:hover[b-gg1tsri5cp] {
    background: #f0f7ff;
    border-color: #93c5fd;
    transform: translateX(-4px);
    box-shadow: 4px 4px 12px rgba(59, 130, 246, 0.1);
}

.result-title[b-gg1tsri5cp] {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
    line-height: 1.3;
}

.result-description[b-gg1tsri5cp] {
    font-size: 0.9em;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 8px;
}

.result-date[b-gg1tsri5cp] {
    font-size: 0.8em;
    color: #94a3b8;
}

.result-value[b-gg1tsri5cp] {
    font-size: 0.9em;
    font-weight: 600;
    color: #059669;
    margin-top: 4px;
}

.result-property[b-gg1tsri5cp] {
    font-size: 0.85em;
    color: #475569;
    margin-top: 4px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.property-name[b-gg1tsri5cp] {
    color: #64748b;
    font-weight: 500;
}

.property-value[b-gg1tsri5cp] {
    color: #1e293b;
}

.raw-results[b-gg1tsri5cp] {
    background: #1e293b;
    border-radius: 8px;
    padding: 16px;
    overflow-x: auto;
}

.raw-results pre[b-gg1tsri5cp] {
    margin: 0;
    color: #e2e8f0;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.85em;
    white-space: pre-wrap;
    word-break: break-word;
}

.no-results[b-gg1tsri5cp] {
    text-align: center;
    color: #94a3b8;
    padding: 40px 20px;
    font-style: italic;
}

.panel-footer[b-gg1tsri5cp] {
    padding: 12px 20px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.session-id[b-gg1tsri5cp] {
    font-size: 0.75em;
    color: #94a3b8;
    font-family: monospace;
}

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

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

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

.panel-content[b-gg1tsri5cp]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

@media (max-width: 500px) {
    .search-results-panel[b-gg1tsri5cp] {
        width: 100%;
        right: -100%;
    }
}
/* /Blazor/Components/SuggestionsBar.razor.rz.scp.css */
.suggestions-bar[b-peq6259p3h] {
    padding: 12px 16px;
    background: linear-gradient(to bottom, #fafbfc, #f5f6f8);
    border-top: 1px solid #e5e7eb;
    animation: fadeInUp-b-peq6259p3h 0.3s ease-out;
}

@keyframes fadeInUp-b-peq6259p3h {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.suggestions-context[b-peq6259p3h] {
    font-size: 0.85em;
    color: #6b7280;
    margin-bottom: 10px;
    font-style: italic;
}

.suggestions-buttons[b-peq6259p3h] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.suggestion-button[b-peq6259p3h] {
    padding: 8px 16px;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    font-size: 0.9em;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggestion-button:hover[b-peq6259p3h] {
    background: #f0f7ff;
    border-color: #3b82f6;
    color: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.1);
}

.suggestion-button:active[b-peq6259p3h] {
    transform: translateY(0);
    box-shadow: none;
}
/* /Blazor/Components/ThinkingIndicator.razor.rz.scp.css */
.thinking-indicator[b-1csdzxddgh] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
}

.thinking-dots[b-1csdzxddgh] {
    display: flex;
    gap: 4px;
}

.dot[b-1csdzxddgh] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #9CA3AF;
    animation: dot-bounce-b-1csdzxddgh 1.4s infinite ease-in-out both;
}

.dot:nth-child(1)[b-1csdzxddgh] {
    animation-delay: -0.32s;
}

.dot:nth-child(2)[b-1csdzxddgh] {
    animation-delay: -0.16s;
}

.dot:nth-child(3)[b-1csdzxddgh] {
    animation-delay: 0s;
}

@keyframes dot-bounce-b-1csdzxddgh {
    0%, 80%, 100% {
        transform: scale(1);
        background-color: #9CA3AF;
    }
    40% {
        transform: scale(1.4);
        background-color: #4A6CF7;
    }
}

.thinking-text[b-1csdzxddgh] {
    color: #6B7280;
    font-size: 14px;
    font-style: italic;
    animation: shimmer-b-1csdzxddgh 1.5s infinite ease-in-out;
}

@keyframes shimmer-b-1csdzxddgh {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}
/* /Blazor/Pages/Chat.razor.rz.scp.css */
.chat-container[b-7y05ljo079] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    transition: margin-right 0.3s ease;
}

.chat-container.with-side-panel[b-7y05ljo079] {
    margin-right: 470px;
    max-width: calc(100% - 490px);
}

.chat-header[b-7y05ljo079] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #f5f5f5;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #ddd;
}

.chat-header h1[b-7y05ljo079] {
    margin: 0;
    font-size: 1.5em;
    color: #333;
}

.connection-status[b-7y05ljo079] {
    display: flex;
    align-items: center;
}

.status-indicator[b-7y05ljo079] {
    font-size: 0.9em;
    font-weight: 500;
}

.status-indicator.connected[b-7y05ljo079] {
    color: #28a745;
}

.status-indicator.disconnected[b-7y05ljo079] {
    color: #dc3545;
}

.chat-messages[b-7y05ljo079] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.welcome-message[b-7y05ljo079] {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-style: italic;
}

.message[b-7y05ljo079] {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    animation: fadeIn-b-7y05ljo079 0.3s ease-in;
}

@keyframes fadeIn-b-7y05ljo079 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message.user[b-7y05ljo079] {
    align-self: flex-end;
}

.message.assistant[b-7y05ljo079],
.message.system[b-7y05ljo079] {
    align-self: flex-start;
}

.message-header[b-7y05ljo079] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    font-size: 0.85em;
}

.message-role[b-7y05ljo079] {
    font-weight: 600;
    color: #666;
}

.message.user .message-role[b-7y05ljo079] {
    color: #ddd;
}

.message.assistant .message-role[b-7y05ljo079] {
    color: #28a745;
}

.message.system .message-role[b-7y05ljo079] {
    color: #dc3545;
}

.message-time[b-7y05ljo079] {
    color: #999;
    font-size: 0.9em;
}

.message-content[b-7y05ljo079] {
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #f8f9fa;
    word-wrap: break-word;
}

.message.user .message-content[b-7y05ljo079] {
    background-color: #b3d9ff;
    color: white;
}

.message.user .message-content :deep(.markdown-content)[b-7y05ljo079] {
    color: white;
}

.message.user .message-content :deep(.markdown-content a)[b-7y05ljo079] {
    color: #b3d9ff;
}

.message.assistant .message-content[b-7y05ljo079] {
    background-color: #e7f3ff;
    border: 1px solid #b3d9ff;
}

.message.system .message-content[b-7y05ljo079] {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
}

.chat-input-container[b-7y05ljo079] {
    padding: 15px 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-radius: 0 0 8px 8px;
}

.input-wrapper[b-7y05ljo079] {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.chat-input[b-7y05ljo079] {
    flex: 1;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    resize: vertical;
    min-height: 60px;
    max-height: 150px;
}

.chat-input:focus[b-7y05ljo079] {
    outline: none;
    border-color: #0366d6;
    box-shadow: 0 0 0 2px rgba(3, 102, 214, 0.1);
}

.chat-input:disabled[b-7y05ljo079] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.send-button[b-7y05ljo079] {
    padding: 12px 24px;
    background-color: #0366d6;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    min-width: 80px;
    height: fit-content;
}

.send-button:hover:not(:disabled)[b-7y05ljo079] {
    background-color: #0256cc;
}

.send-button:disabled[b-7y05ljo079] {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Scrollbar styling */
.chat-messages[b-7y05ljo079]::-webkit-scrollbar {
    width: 8px;
}

.chat-messages[b-7y05ljo079]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.chat-messages[b-7y05ljo079]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.chat-messages[b-7y05ljo079]::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* /Blazor/Pages/Login.razor.rz.scp.css */
.login-container[b-4cvz6fpvsx] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
}

.login-card[b-4cvz6fpvsx] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 40px;
    width: 100%;
    max-width: 400px;
}

.login-card h1[b-4cvz6fpvsx] {
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.login-card h2[b-4cvz6fpvsx] {
    color: #666;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
}

.form-group[b-4cvz6fpvsx] {
    margin-bottom: 20px;
}

.form-group label[b-4cvz6fpvsx] {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-weight: 500;
}

.form-control[b-4cvz6fpvsx] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-control:focus[b-4cvz6fpvsx] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2);
}

.btn[b-4cvz6fpvsx] {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-primary[b-4cvz6fpvsx] {
    background-color: #667eea;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-4cvz6fpvsx] {
    background-color: #5568d3;
}

.btn-primary:disabled[b-4cvz6fpvsx] {
    background-color: #ccc;
    cursor: not-allowed;
}

.alert[b-4cvz6fpvsx] {
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert-danger[b-4cvz6fpvsx] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
/* /Blazor/Pages/Reports.razor.rz.scp.css */
.reports-container[b-o23ehyaqs4] {
    padding: 20px;
}

.reports-container h1[b-o23ehyaqs4] {
    margin-bottom: 30px;
    color: #333;
}

.loading[b-o23ehyaqs4], .no-reports[b-o23ehyaqs4] {
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 18px;
}

.report-groups[b-o23ehyaqs4] {
    margin-top: 20px;
}

.report-group-section[b-o23ehyaqs4] {
    margin-bottom: 30px;
}

.group-header[b-o23ehyaqs4] {
    cursor: pointer;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s;
}

.group-header:hover[b-o23ehyaqs4] {
    background-color: #e9e9e9;
}

.group-icon[b-o23ehyaqs4] {
    font-size: 0.8em;
    color: #666;
}

.loading-reports[b-o23ehyaqs4], .no-reports-in-group[b-o23ehyaqs4] {
    padding: 20px;
    text-align: center;
    color: #999;
    font-style: italic;
}

.reports-grid[b-o23ehyaqs4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.report-card[b-o23ehyaqs4] {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.report-card:hover[b-o23ehyaqs4] {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.report-card h3[b-o23ehyaqs4] {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 1.2em;
}

.report-card .description[b-o23ehyaqs4] {
    color: #666;
    margin: 10px 0;
    line-height: 1.5;
}

.report-meta[b-o23ehyaqs4] {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.report-meta .date[b-o23ehyaqs4] {
    color: #999;
    font-size: 0.9em;
}

.alert[b-o23ehyaqs4] {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert-danger[b-o23ehyaqs4] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.modal-overlay[b-o23ehyaqs4] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
}

.modal-content[b-o23ehyaqs4] {
    background: white;
    border-radius: 10px;
    max-width: 900px;
    max-height: 90vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.modal-header[b-o23ehyaqs4] {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2[b-o23ehyaqs4] {
    margin: 0;
    color: #333;
}

.close-btn[b-o23ehyaqs4] {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover[b-o23ehyaqs4] {
    color: #333;
}

.modal-body[b-o23ehyaqs4] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

.report-markdown[b-o23ehyaqs4] {
    line-height: 1.6;
    color: #333;
}

.report-markdown h1[b-o23ehyaqs4],
.report-markdown h2[b-o23ehyaqs4],
.report-markdown h3[b-o23ehyaqs4] {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}

.report-markdown p[b-o23ehyaqs4] {
    margin-bottom: 15px;
}

.report-markdown table[b-o23ehyaqs4] {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.report-markdown table th[b-o23ehyaqs4],
.report-markdown table td[b-o23ehyaqs4] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.report-markdown table th[b-o23ehyaqs4] {
    background-color: #f5f5f5;
    font-weight: bold;
}
/* /Blazor/Pages/Templates.razor.rz.scp.css */
/* Master-Detail Layout */
.templates-layout[b-ezvgvsn08p] {
    display: grid;
    grid-template-columns: 280px 1fr;
    height: calc(100vh - 60px);
    background: #f5f5f5;
}

/* Left Panel */
.list-panel[b-ezvgvsn08p] {
    background: #fff;
    border-right: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

.list-header[b-ezvgvsn08p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.list-header h2[b-ezvgvsn08p] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.btn-new[b-ezvgvsn08p] {
    width: 28px;
    height: 28px;
    border: none;
    background: #2563eb;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-new:hover[b-ezvgvsn08p] {
    background: #1d4ed8;
}

.list-loading[b-ezvgvsn08p],
.list-empty[b-ezvgvsn08p] {
    padding: 24px 16px;
    color: #888;
    font-size: 14px;
    text-align: center;
}

.list-items[b-ezvgvsn08p] {
    flex: 1;
    overflow-y: auto;
    padding: 8px;
}

.list-item[b-ezvgvsn08p] {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 4px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-item:hover[b-ezvgvsn08p] {
    background: #f5f5f5;
}

.list-item.selected[b-ezvgvsn08p] {
    background: #e8f0fe;
    border-color: #2563eb;
}

.item-name[b-ezvgvsn08p] {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-badge[b-ezvgvsn08p] {
    color: #f59e0b;
    font-size: 12px;
}

/* Right Panel */
.edit-panel[b-ezvgvsn08p] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.no-selection[b-ezvgvsn08p] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}

/* Message */
.msg[b-ezvgvsn08p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    font-size: 14px;
}

.msg-success[b-ezvgvsn08p] {
    background: #d1fae5;
    color: #065f46;
}

.msg-error[b-ezvgvsn08p] {
    background: #fee2e2;
    color: #991b1b;
}

.msg button[b-ezvgvsn08p] {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: inherit;
}

/* Editor */
.editor[b-ezvgvsn08p] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.editor-title[b-ezvgvsn08p] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}

.editor-title h2[b-ezvgvsn08p] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.default-tag[b-ezvgvsn08p] {
    background: #fef3c7;
    color: #92400e;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.editor-form[b-ezvgvsn08p] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
    background: #fff;
}

.row-2[b-ezvgvsn08p] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.field[b-ezvgvsn08p] {
    margin-bottom: 16px;
}

.field label[b-ezvgvsn08p] {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    margin-bottom: 6px;
}

.field input[b-ezvgvsn08p],
.field textarea[b-ezvgvsn08p] {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    box-sizing: border-box;
}

.field input:focus[b-ezvgvsn08p],
.field textarea:focus[b-ezvgvsn08p] {
    outline: none;
    border-color: #2563eb;
}

.field input:disabled[b-ezvgvsn08p] {
    background: #f5f5f5;
    color: #888;
}

.field textarea[b-ezvgvsn08p] {
    resize: vertical;
    font-family: inherit;
}

.field .mono[b-ezvgvsn08p] {
    font-family: monospace;
    font-size: 13px;
}

.field-check[b-ezvgvsn08p] {
    margin-bottom: 16px;
}

.field-check label[b-ezvgvsn08p] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
}

.field-check input[b-ezvgvsn08p] {
    width: 16px;
    height: 16px;
}

/* Editor Actions */
.editor-actions[b-ezvgvsn08p] {
    display: flex;
    gap: 10px;
    padding: 16px 24px;
    border-top: 1px solid #e0e0e0;
    background: #fafafa;
}

.spacer[b-ezvgvsn08p] {
    flex: 1;
}

.btn[b-ezvgvsn08p] {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    border: none;
}

.btn-primary[b-ezvgvsn08p] {
    background: #2563eb;
    color: #fff;
}

.btn-primary:hover:not(:disabled)[b-ezvgvsn08p] {
    background: #1d4ed8;
}

.btn-primary:disabled[b-ezvgvsn08p] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-ezvgvsn08p] {
    background: #e5e5e5;
    color: #333;
}

.btn-secondary:hover[b-ezvgvsn08p] {
    background: #d5d5d5;
}

.btn-outline[b-ezvgvsn08p] {
    background: #fff;
    border: 1px solid #d0d0d0;
    color: #333;
}

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

.btn-danger[b-ezvgvsn08p] {
    background: #fee2e2;
    color: #dc2626;
}

.btn-danger:hover[b-ezvgvsn08p] {
    background: #fecaca;
}

/* Modal */
.overlay[b-ezvgvsn08p] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.dialog[b-ezvgvsn08p] {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
}

.dialog h3[b-ezvgvsn08p] {
    margin: 0 0 12px;
    font-size: 18px;
}

.dialog p[b-ezvgvsn08p] {
    margin: 0 0 20px;
    color: #555;
    font-size: 14px;
}

.dialog-btns[b-ezvgvsn08p] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .templates-layout[b-ezvgvsn08p] {
        grid-template-columns: 1fr;
    }

    .list-panel[b-ezvgvsn08p] {
        height: auto;
        max-height: 200px;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }

    .row-2[b-ezvgvsn08p] {
        grid-template-columns: 1fr;
    }
}
/* /Blazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-6qm6zyy0q8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6qm6zyy0q8] {
    flex: 1;
}

.sidebar[b-6qm6zyy0q8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6qm6zyy0q8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6qm6zyy0q8]  a, .top-row .btn-link[b-6qm6zyy0q8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6qm6zyy0q8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6qm6zyy0q8] {
        display: none;
    }

    .top-row.auth[b-6qm6zyy0q8] {
        justify-content: space-between;
    }

    .top-row a[b-6qm6zyy0q8], .top-row .btn-link[b-6qm6zyy0q8] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6qm6zyy0q8] {
        flex-direction: row;
    }

    .sidebar[b-6qm6zyy0q8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6qm6zyy0q8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6qm6zyy0q8], article[b-6qm6zyy0q8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Blazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ryeo9vvpl4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ryeo9vvpl4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ryeo9vvpl4] {
    font-size: 1.1rem;
}

.oi[b-ryeo9vvpl4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ryeo9vvpl4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ryeo9vvpl4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ryeo9vvpl4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ryeo9vvpl4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ryeo9vvpl4]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ryeo9vvpl4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ryeo9vvpl4] {
        display: none;
    }

    .collapse[b-ryeo9vvpl4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ryeo9vvpl4] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
