@import '_content/Scout.Conversation/Scout.Conversation.ol06cwhlks.bundle.scp.css';
@import '_content/Scout.Core/Scout.Core.9h2oul1nf9.bundle.scp.css';
@import '_content/Scout.HowEngine/Scout.HowEngine.n062tgvlr2.bundle.scp.css';
@import '_content/Scout.WhatEngine/Scout.WhatEngine.rrfyq9y8si.bundle.scp.css';
@import '_content/Scout.WhenEngine/Scout.WhenEngine.3pytaxbxy2.bundle.scp.css';
@import '_content/Scout.WhereEngine/Scout.WhereEngine.vyh44qghdm.bundle.scp.css';
@import '_content/Scout.WhyEngine/Scout.WhyEngine.i1wj2gplo9.bundle.scp.css';

/* _content/Scout.Host/Components/Layout/MainLayout.razor.rz.scp.css */
/* Simplified full-width layout */
.page[b-o0jxf38xk6] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

main[b-o0jxf38xk6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%;
}

/* Content area - full width, no padding (pages handle their own padding) */
main > .content[b-o0jxf38xk6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%;
}
/* _content/Scout.Host/Components/Pages/AbTestingEntryWorkspace.razor.rz.scp.css */
.workspace-container[b-4iq44uc2n0] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--bg-primary);
    overflow: hidden;
}

.workspace-header[b-4iq44uc2n0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: var(--bg-surface);
    border-bottom: 1px solid var(--border-light);
    flex-shrink: 0;
}

.workspace-header h1[b-4iq44uc2n0] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.entry-info[b-4iq44uc2n0] {
    font-family: var(--font-mono);
    font-size: 0.8125rem;
    color: var(--text-secondary);
    background: var(--bg-elevated);
    padding: 0.25rem 0.5rem;
    border-radius: var(--radius-sm);
}

.btn-back[b-4iq44uc2n0] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    background: none;
    border: 1px solid var(--border-medium);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    cursor: pointer;
    font-size: 0.8125rem;
}

.btn-back:hover[b-4iq44uc2n0] {
    background: var(--bg-elevated);
}

.workspace-content[b-4iq44uc2n0] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Sections */
section[b-4iq44uc2n0] {
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.section-header[b-4iq44uc2n0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border-light);
}

.section-header h2[b-4iq44uc2n0] {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.section-actions[b-4iq44uc2n0] {
    margin-left: auto;
    display: flex;
    gap: 0.5rem;
}

.template-path[b-4iq44uc2n0] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    background: var(--bg-surface);
    padding: 0.125rem 0.5rem;
    border-radius: var(--radius-sm);
}

/* Template Editor */
.template-section[b-4iq44uc2n0] {
    position: relative;
}

.template-editor[b-4iq44uc2n0] {
    width: 100%;
    min-height: 250px;
    max-height: 400px;
    padding: 0.75rem;
    border: none;
    background: var(--bg-primary);
    color: var(--text-primary);
    font-family: var(--font-mono);
    font-size: 0.8125rem;
    line-height: 1.5;
    resize: vertical;
}

.template-editor:focus[b-4iq44uc2n0] {
    outline: none;
}

.template-modified-indicator[b-4iq44uc2n0] {
    position: absolute;
    bottom: 0.5rem;
    right: 0.75rem;
    font-size: 0.6875rem;
    color: var(--warning);
    background: var(--warning-bg);
    padding: 0.125rem 0.5rem;
    border-radius: var(--radius-sm);
}

/* Context Section */
.context-section .section-header[b-4iq44uc2n0] {
    cursor: pointer;
}

.context-section.collapsed .section-header[b-4iq44uc2n0] {
    border-bottom: none;
}

.expand-toggle[b-4iq44uc2n0] {
    margin-left: auto;
    font-size: 0.75rem;
    color: var(--text-secondary);
}

.context-viewer[b-4iq44uc2n0] {
    margin: 0;
    padding: 0.75rem;
    background: var(--bg-primary);
    font-family: var(--font-mono);
    font-size: 0.75rem;
    max-height: 200px;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Models Section */
.model-checkboxes[b-4iq44uc2n0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.75rem;
}

.model-checkbox[b-4iq44uc2n0] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    background: var(--bg-primary);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-size: 0.8125rem;
    transition: all var(--transition-fast);
}

.model-checkbox.selected[b-4iq44uc2n0] {
    background: var(--primary-bg);
    border-color: var(--primary);
}

.model-checkbox input[b-4iq44uc2n0] {
    margin: 0;
}

.model-count[b-4iq44uc2n0] {
    margin-left: auto;
    font-size: 0.75rem;
    color: var(--text-secondary);
}

/* Results Section */
.results-empty[b-4iq44uc2n0] {
    padding: 2rem;
    text-align: center;
    color: var(--text-secondary);
}

.results-grid[b-4iq44uc2n0] {
    display: grid;
    gap: 0.75rem;
    padding: 0.75rem;
}

.result-card[b-4iq44uc2n0] {
    background: var(--bg-primary);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.result-card.error[b-4iq44uc2n0] {
    border-color: var(--danger);
}

.result-header[b-4iq44uc2n0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border-light);
}

.result-header .model-name[b-4iq44uc2n0] {
    font-weight: 600;
    font-size: 0.8125rem;
}

.result-stats[b-4iq44uc2n0] {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

.token-count[b-4iq44uc2n0] {
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    border-left: 1px solid var(--border-light);
}

.error-badge[b-4iq44uc2n0] {
    background: var(--danger);
    color: white;
    padding: 0.125rem 0.5rem;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 600;
}

.result-content[b-4iq44uc2n0] {
    max-height: 300px;
    overflow: auto;
}

.response-text[b-4iq44uc2n0],
.error-text[b-4iq44uc2n0] {
    margin: 0;
    padding: 0.75rem;
    font-family: var(--font-mono);
    font-size: 0.75rem;
    white-space: pre-wrap;
    word-break: break-word;
}

.error-text[b-4iq44uc2n0] {
    color: var(--danger);
}

.result-actions[b-4iq44uc2n0] {
    padding: 0.5rem 0.75rem;
    border-top: 1px solid var(--border-light);
}

/* Judge Section */
.judge-section[b-4iq44uc2n0] {
    border-color: var(--primary);
}

.judge-model[b-4iq44uc2n0] {
    margin-left: auto;
    font-size: 0.75rem;
    color: var(--text-secondary);
}

.analyses-list[b-4iq44uc2n0] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.75rem;
}

.analysis-card[b-4iq44uc2n0] {
    background: var(--bg-primary);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.analysis-header[b-4iq44uc2n0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background: var(--bg-elevated);
}

.score[b-4iq44uc2n0] {
    padding: 0.125rem 0.5rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.score-high[b-4iq44uc2n0] {
    background: var(--success-bg);
    color: var(--success);
}

.score-medium[b-4iq44uc2n0] {
    background: var(--warning-bg);
    color: var(--warning);
}

.score-low[b-4iq44uc2n0] {
    background: var(--danger-bg);
    color: var(--danger);
}

.analysis-content[b-4iq44uc2n0] {
    padding: 0.75rem;
}

.analysis-content p[b-4iq44uc2n0] {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
}

.suggested-edit[b-4iq44uc2n0] {
    border-top: 1px solid var(--border-light);
    padding: 0.75rem;
    background: var(--bg-elevated);
}

.edit-header[b-4iq44uc2n0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.edit-content[b-4iq44uc2n0] {
    margin: 0;
    padding: 0.5rem;
    background: var(--bg-surface);
    border-radius: var(--radius-sm);
    font-family: var(--font-mono);
    font-size: 0.75rem;
    white-space: pre-wrap;
}

.overall-recommendation[b-4iq44uc2n0] {
    padding: 0.75rem;
    background: var(--bg-elevated);
    border-top: 1px solid var(--border-light);
}

.overall-recommendation h3[b-4iq44uc2n0] {
    margin: 0 0 0.5rem;
    font-size: 0.8125rem;
}

.overall-recommendation p[b-4iq44uc2n0] {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Modal */
.modal-overlay[b-4iq44uc2n0] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-4iq44uc2n0] {
    background: var(--bg-surface);
    border-radius: var(--radius-md);
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.fullscreen-result[b-4iq44uc2n0] {
    width: 90vw;
    height: 90vh;
}

.modal-header[b-4iq44uc2n0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border-light);
}

.modal-header h3[b-4iq44uc2n0] {
    margin: 0;
}

.close-btn[b-4iq44uc2n0] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-secondary);
    line-height: 1;
}

.close-btn:hover[b-4iq44uc2n0] {
    color: var(--text-primary);
}

.fullscreen-text[b-4iq44uc2n0] {
    flex: 1;
    margin: 0;
    padding: 1rem;
    overflow: auto;
    font-family: var(--font-mono);
    font-size: 0.875rem;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Loading & Error States */
.loading-state[b-4iq44uc2n0],
.error-state[b-4iq44uc2n0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 3rem;
    flex-direction: column;
}

.error-icon[b-4iq44uc2n0] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--danger-bg);
    color: var(--danger);
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.5rem;
}

/* Buttons */
.btn[b-4iq44uc2n0] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition-fast);
}

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

.btn-sm[b-4iq44uc2n0] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

.btn-xs[b-4iq44uc2n0] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.btn-primary[b-4iq44uc2n0] {
    background: var(--primary);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-4iq44uc2n0] {
    background: var(--primary-hover);
}

.btn-secondary[b-4iq44uc2n0] {
    background: var(--bg-surface);
    color: var(--text-primary);
    border: 1px solid var(--border-medium);
}

.btn-secondary:hover:not(:disabled)[b-4iq44uc2n0] {
    background: var(--bg-elevated);
}

/* Spinners */
.spinner[b-4iq44uc2n0] {
    width: 24px;
    height: 24px;
    border: 3px solid var(--border-light);
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin-b-4iq44uc2n0 0.75s linear infinite;
}

.spinner-sm[b-4iq44uc2n0] {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-4iq44uc2n0 0.75s linear infinite;
}

@keyframes spin-b-4iq44uc2n0 {
    to { transform: rotate(360deg); }
}
/* _content/Scout.Host/Components/Pages/CoverageDashboard.razor.rz.scp.css */
.coverage-dashboard[b-g14386hm7p] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.dashboard-header[b-g14386hm7p] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.dashboard-header h1[b-g14386hm7p] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: #111827;
}

.subtitle[b-g14386hm7p] {
    margin: 0.5rem 0 0;
    color: #6b7280;
    font-size: 0.875rem;
}

.btn-refresh[b-g14386hm7p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    transition: all 0.15s;
}

.btn-refresh:hover:not(:disabled)[b-g14386hm7p] {
    background: #e5e7eb;
}

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

.spinning[b-g14386hm7p] {
    animation: spin-b-g14386hm7p 1s linear infinite;
}

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

.loading-state[b-g14386hm7p], .no-system-selected[b-g14386hm7p], .no-data-state[b-g14386hm7p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px dashed #d1d5db;
}

.loading-state i[b-g14386hm7p], .no-system-selected i[b-g14386hm7p], .no-data-state i[b-g14386hm7p] {
    font-size: 3rem;
    color: #9ca3af;
    margin-bottom: 1rem;
}

.spinner[b-g14386hm7p] {
    width: 40px;
    height: 40px;
    border: 3px solid #e5e7eb;
    border-top-color: #6366f1;
    border-radius: 50%;
    animation: spin-b-g14386hm7p 0.8s linear infinite;
}

.loading-state p[b-g14386hm7p], .no-system-selected h3[b-g14386hm7p], .no-data-state h3[b-g14386hm7p] {
    margin-top: 1rem;
    color: #374151;
}

.no-system-selected p[b-g14386hm7p], .no-data-state p[b-g14386hm7p] {
    color: #6b7280;
    margin: 0.5rem 0 1.5rem;
}

.btn-primary[b-g14386hm7p], .btn-secondary[b-g14386hm7p] {
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-primary[b-g14386hm7p] {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    border: none;
}

.btn-primary:hover[b-g14386hm7p] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.btn-secondary[b-g14386hm7p] {
    background: white;
    color: #6366f1;
    border: 1px solid #6366f1;
}

.btn-secondary:hover[b-g14386hm7p] {
    background: #f5f3ff;
}

/* Product Summary */
.product-summary[b-g14386hm7p] {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.summary-card[b-g14386hm7p] {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 16px;
    padding: 1.5rem;
    color: white;
    position: relative;
}

.summary-header[b-g14386hm7p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.summary-label[b-g14386hm7p] {
    font-size: 0.875rem;
    opacity: 0.9;
}

.rating-badge[b-g14386hm7p] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.rating-badge.excellent[b-g14386hm7p] { background: rgba(16, 185, 129, 0.2); }
.rating-badge.good[b-g14386hm7p] { background: rgba(59, 130, 246, 0.2); }
.rating-badge.fair[b-g14386hm7p] { background: rgba(245, 158, 11, 0.2); }
.rating-badge.poor[b-g14386hm7p] { background: rgba(239, 68, 68, 0.2); }
.rating-badge.critical[b-g14386hm7p] { background: rgba(239, 68, 68, 0.3); }

.score-display[b-g14386hm7p] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.score-value[b-g14386hm7p] {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.metrics-grid[b-g14386hm7p] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.metric-card[b-g14386hm7p] {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    position: relative;
    overflow: hidden;
}

.metric-value[b-g14386hm7p] {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
}

.metric-label[b-g14386hm7p] {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
}

.metric-bar[b-g14386hm7p] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #e5e7eb;
}

.metric-bar[b-g14386hm7p]::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--percent, 0%);
    border-radius: 0 2px 2px 0;
}

.metric-card.discovered .metric-bar[b-g14386hm7p]::after { background: #f59e0b; }
.metric-card.specified .metric-bar[b-g14386hm7p]::after { background: #3b82f6; }
.metric-card.implemented .metric-bar[b-g14386hm7p]::after { background: #10b981; }

/* Contexts Section */
.contexts-section[b-g14386hm7p] {
    margin-bottom: 2rem;
}

.contexts-section h2[b-g14386hm7p] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1rem;
}

.empty-contexts[b-g14386hm7p] {
    background: #f9fafb;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    border: 1px dashed #d1d5db;
}

.empty-contexts p[b-g14386hm7p] {
    color: #6b7280;
    margin-bottom: 1rem;
}

.contexts-tree[b-g14386hm7p] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.context-node[b-g14386hm7p], .aggregate-node[b-g14386hm7p] {
    border-bottom: 1px solid #f3f4f6;
}

.context-node:last-child[b-g14386hm7p], .aggregate-node:last-child[b-g14386hm7p] {
    border-bottom: none;
}

.node-header[b-g14386hm7p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background 0.15s;
}

.node-header:hover[b-g14386hm7p] {
    background: #f9fafb;
}

.expand-btn[b-g14386hm7p] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #9ca3af;
    transition: transform 0.2s;
}

.expanded > .node-header .expand-btn i[b-g14386hm7p] {
    transform: rotate(90deg);
}

.node-icon[b-g14386hm7p] {
    font-size: 1rem;
    color: #6b7280;
}

.node-name[b-g14386hm7p] {
    flex: 1;
    font-weight: 500;
    color: #111827;
}

.node-metrics[b-g14386hm7p] {
    display: flex;
    gap: 0.5rem;
}

.mini-stat[b-g14386hm7p] {
    font-size: 0.75rem;
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
    background: #f3f4f6;
    color: #6b7280;
}

.mini-stat.discovered[b-g14386hm7p] { background: #fef3c7; color: #92400e; }
.mini-stat.specified[b-g14386hm7p] { background: #dbeafe; color: #1e40af; }
.mini-stat.implemented[b-g14386hm7p] { background: #d1fae5; color: #065f46; }

.node-score[b-g14386hm7p] {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.node-score.excellent[b-g14386hm7p] { background: #d1fae5; color: #065f46; }
.node-score.good[b-g14386hm7p] { background: #dbeafe; color: #1e40af; }
.node-score.fair[b-g14386hm7p] { background: #fef3c7; color: #92400e; }
.node-score.poor[b-g14386hm7p] { background: #fee2e2; color: #991b1b; }
.node-score.critical[b-g14386hm7p] { background: #fecaca; color: #7f1d1d; }

.node-children[b-g14386hm7p] {
    padding-left: 2rem;
    background: #fafafa;
    border-top: 1px solid #f3f4f6;
}

.empty-children[b-g14386hm7p] {
    padding: 1rem;
    color: #9ca3af;
    font-size: 0.875rem;
    font-style: italic;
}

.feature-node[b-g14386hm7p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #f3f4f6;
}

.feature-node:last-child[b-g14386hm7p] {
    border-bottom: none;
}

.feature-icon[b-g14386hm7p] {
    font-size: 0.875rem;
}

.feature-status[b-g14386hm7p] {
    font-size: 0.75rem;
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
}

.feature-status.discovered[b-g14386hm7p] { background: #fef3c7; color: #92400e; }
.feature-status.specified[b-g14386hm7p] { background: #dbeafe; color: #1e40af; }
.feature-status.in_progress[b-g14386hm7p] { background: #e0e7ff; color: #4338ca; }
.feature-status.implemented[b-g14386hm7p] { background: #d1fae5; color: #065f46; }
.feature-status.deployed[b-g14386hm7p] { background: #cffafe; color: #0e7490; }

.scenario-count[b-g14386hm7p] {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-left: auto;
}

.btn-view[b-g14386hm7p] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-view:hover[b-g14386hm7p] {
    background: #e5e7eb;
}

/* Gaps Section */
.gaps-section[b-g14386hm7p] {
    margin-top: 2rem;
}

.gaps-section h2[b-g14386hm7p] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gap-count[b-g14386hm7p] {
    font-size: 0.875rem;
    background: #fee2e2;
    color: #991b1b;
    padding: 0.125rem 0.5rem;
    border-radius: 999px;
}

.gaps-list[b-g14386hm7p] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.gap-card[b-g14386hm7p] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    border-left: 4px solid;
}

.gap-card.severity-critical[b-g14386hm7p] { border-color: #ef4444; background: #fef2f2; }
.gap-card.severity-high[b-g14386hm7p] { border-color: #f59e0b; background: #fffbeb; }
.gap-card.severity-medium[b-g14386hm7p] { border-color: #3b82f6; background: #eff6ff; }
.gap-card.severity-low[b-g14386hm7p] { border-color: #6b7280; background: #f9fafb; }

.gap-header[b-g14386hm7p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.gap-icon[b-g14386hm7p] {
    font-size: 1rem;
}

.gap-title[b-g14386hm7p] {
    flex: 1;
    font-weight: 500;
    color: #111827;
}

.severity-badge[b-g14386hm7p] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
    background: #fee2e2;
    color: #991b1b;
}

.gap-description[b-g14386hm7p] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 0.75rem;
}

.gap-actions[b-g14386hm7p] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-suggestion[b-g14386hm7p] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    border: 1px solid;
    transition: all 0.15s;
}

.btn-suggestion.low[b-g14386hm7p] { background: #f3f4f6; border-color: #d1d5db; color: #374151; }
.btn-suggestion.medium[b-g14386hm7p] { background: #dbeafe; border-color: #93c5fd; color: #1e40af; }
.btn-suggestion.high[b-g14386hm7p] { background: #fef3c7; border-color: #fcd34d; color: #92400e; }

.btn-suggestion:hover[b-g14386hm7p] {
    transform: translateY(-1px);
}

.effort[b-g14386hm7p] {
    font-size: 0.625rem;
    opacity: 0.7;
    text-transform: uppercase;
}

.gaps-more[b-g14386hm7p] {
    text-align: center;
    padding: 0.75rem;
    color: #6b7280;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .product-summary[b-g14386hm7p] {
        grid-template-columns: 1fr;
    }

    .metrics-grid[b-g14386hm7p] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Interview Dialog Modal */
.modal-backdrop[b-g14386hm7p] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-dialog[b-g14386hm7p] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.modal-header[b-g14386hm7p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h3[b-g14386hm7p] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
}

.close-btn[b-g14386hm7p] {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    color: #9ca3af;
    transition: color 0.15s;
}

.close-btn:hover[b-g14386hm7p] {
    color: #374151;
}

.modal-body[b-g14386hm7p] {
    padding: 1.5rem;
}

.form-group[b-g14386hm7p] {
    margin-bottom: 1.25rem;
}

.form-group:last-child[b-g14386hm7p] {
    margin-bottom: 0;
}

.form-group label[b-g14386hm7p] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-select[b-g14386hm7p], .form-control[b-g14386hm7p] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.875rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.form-select:focus[b-g14386hm7p], .form-control:focus[b-g14386hm7p] {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.form-hint[b-g14386hm7p] {
    display: block;
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 0.375rem;
}

.error-message[b-g14386hm7p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 6px;
    color: #991b1b;
    font-size: 0.875rem;
    margin-top: 1rem;
}

.modal-footer[b-g14386hm7p] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
    border-radius: 0 0 12px 12px;
}

.btn-cancel[b-g14386hm7p] {
    padding: 0.5rem 1rem;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-cancel:hover:not(:disabled)[b-g14386hm7p] {
    background: #f3f4f6;
}

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

.btn-start[b-g14386hm7p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-start:hover:not(:disabled)[b-g14386hm7p] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.btn-start:disabled[b-g14386hm7p] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.spinner-small[b-g14386hm7p] {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-g14386hm7p 0.8s linear infinite;
}
/* _content/Scout.Host/Components/Pages/DocumentationHub.razor.rz.scp.css */
.documentation-hub[b-152xzzu0dd] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
}

.hub-header[b-152xzzu0dd] {
    margin-bottom: 1.5rem;
}

.hub-title-section[b-152xzzu0dd] {
    text-align: center;
    margin-bottom: 1rem;
}

.hub-title-section h1[b-152xzzu0dd] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.hub-tagline[b-152xzzu0dd] {
    color: var(--text-muted);
    font-size: 1rem;
    font-style: italic;
    margin: 0;
}

/* Tab Navigation */
.hub-tabs[b-152xzzu0dd] {
    display: flex;
    gap: 0.5rem;
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 0;
    margin-bottom: 1.5rem;
}

.hub-tab[b-152xzzu0dd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: var(--text-secondary);
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-bottom: -1px;
    position: relative;
}

.hub-tab:hover[b-152xzzu0dd] {
    color: var(--text-primary);
    background: var(--bg-hover);
}

.hub-tab.active[b-152xzzu0dd] {
    color: var(--primary);
    border-bottom-color: var(--primary);
    background: transparent;
}

.hub-tab i[b-152xzzu0dd] {
    font-size: 1.125rem;
}

.pending-badge[b-152xzzu0dd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 0.6875rem;
    font-weight: 600;
    background: var(--warning);
    color: white;
    border-radius: 999px;
    margin-left: 0.25rem;
}

/* Tab Content */
.hub-content[b-152xzzu0dd] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .documentation-hub[b-152xzzu0dd] {
        padding: 1rem;
    }

    .hub-title-section h1[b-152xzzu0dd] {
        font-size: 1.5rem;
    }

    .hub-tabs[b-152xzzu0dd] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .hub-tabs[b-152xzzu0dd]::-webkit-scrollbar {
        display: none;
    }

    .hub-tab[b-152xzzu0dd] {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
        white-space: nowrap;
    }

    .hub-tab span[b-152xzzu0dd] {
        display: none;
    }

    .hub-tab i[b-152xzzu0dd] {
        font-size: 1.25rem;
    }
}
/* _content/Scout.Host/Components/Pages/Home.razor.rz.scp.css */
/* Home page styles - Full-screen Knowledge Circle */
.home-container[b-8xam0in68s] {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    padding-top: 4rem; /* Space for floating navigation */
    box-sizing: border-box;
}

/* Circle Section - fills available space */
.circle-section[b-8xam0in68s] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: min(90vh, 90vw);
    max-height: min(90vh, 90vw);
}

/* Override the knowledge circle size for home page */
.circle-section :deep(.knowledge-circle.size-full)[b-8xam0in68s] {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

/* Responsive */
@media (max-width: 576px) {
    .home-container[b-8xam0in68s] {
        padding: 1rem;
        padding-top: 3rem;
    }

    .circle-section[b-8xam0in68s] {
        max-width: 95vw;
        max-height: 80vh;
    }
}
/* _content/Scout.Host/Components/Pages/Wiki.razor.rz.scp.css */
/* Wiki Page Layout */
.wiki-page[b-pdfb567zhu] {
    display: flex;
    flex-direction: row;
    height: 100vh;
    overflow: hidden;
}

.wiki-main[b-pdfb567zhu] {
    flex: 1;
    overflow: auto;
    padding: 1.5rem;
    background: var(--bg-primary, #f8fafc);
}

/* Category Items in Sidebar */
.wiki-categories[b-pdfb567zhu] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.category-item[b-pdfb567zhu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: none;
    background: transparent;
    border-radius: 0.375rem;
    color: var(--text-secondary, #64748b);
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: left;
    font-size: 0.875rem;
}

.category-item:hover[b-pdfb567zhu] {
    background: var(--bg-tertiary, #f1f5f9);
    color: var(--text-primary, #1e293b);
}

.category-item.active[b-pdfb567zhu] {
    background: var(--primary-light, #e0e7ff);
    color: var(--primary, #4f46e5);
}

.category-item i[b-pdfb567zhu] {
    font-size: 1rem;
    width: 1.25rem;
    text-align: center;
    flex-shrink: 0;
}

.category-item span:first-of-type[b-pdfb567zhu] {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-count[b-pdfb567zhu] {
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
    background: var(--bg-tertiary, #f1f5f9);
    border-radius: 9999px;
    color: var(--text-muted, #94a3b8);
    flex-shrink: 0;
}

.category-item.active .category-count[b-pdfb567zhu] {
    background: var(--primary, #4f46e5);
    color: white;
}

.category-divider[b-pdfb567zhu] {
    height: 1px;
    background: var(--border-light, #e2e8f0);
    margin: 0.5rem 0;
}

/* Special category styles */
.category-item.investigation .category-count.investigation-count[b-pdfb567zhu] {
    background: var(--warning-light, #fef3c7);
    color: var(--warning, #d97706);
}

.category-item.pending .category-count.pending-count[b-pdfb567zhu] {
    background: var(--info-light, #dbeafe);
    color: var(--info, #2563eb);
}

/* Dark mode */
:global([data-theme="dark"]) .wiki-main[b-pdfb567zhu] {
    background: var(--bg-primary, #1a2332);
}

:global([data-theme="dark"]) .category-item:hover[b-pdfb567zhu] {
    background: var(--bg-tertiary, #2a3a4a);
}

:global([data-theme="dark"]) .category-item.active[b-pdfb567zhu] {
    background: rgba(79, 70, 229, 0.2);
}

:global([data-theme="dark"]) .category-count[b-pdfb567zhu] {
    background: var(--bg-tertiary, #2a3a4a);
}
/* _content/Scout.Host/Components/Shared/CollieSpeechBubble.razor.rz.scp.css */
/* CollieSpeechBubble.razor.css - Styles for Scout mascot speech bubble */

.collie-speech-bubble[b-w5cfn7jmb2] {
    position: absolute;
    max-width: 280px;
    padding: 12px 16px;
    border-radius: 12px;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.95);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 1000;
}

.collie-speech-bubble.visible[b-w5cfn7jmb2] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.collie-speech-bubble.exiting[b-w5cfn7jmb2] {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
}

/* Bubble types */
.collie-speech-bubble.bubble-info[b-w5cfn7jmb2] {
    border-left: 4px solid var(--bs-info, #0dcaf0);
}

.collie-speech-bubble.bubble-approval[b-w5cfn7jmb2] {
    border-left: 4px solid var(--bs-success, #198754);
}

.collie-speech-bubble.bubble-completion[b-w5cfn7jmb2] {
    border-left: 4px solid var(--bs-primary, #0d6efd);
}

.collie-speech-bubble.bubble-hint[b-w5cfn7jmb2] {
    border-left: 4px solid var(--bs-warning, #ffc107);
}

/* Dismiss button */
.bubble-dismiss[b-w5cfn7jmb2] {
    position: absolute;
    top: 4px;
    right: 8px;
    background: none;
    border: none;
    font-size: 18px;
    line-height: 1;
    color: var(--bs-secondary, #6c757d);
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 4px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.bubble-dismiss:hover[b-w5cfn7jmb2] {
    background-color: var(--bs-secondary-bg, #e9ecef);
    color: var(--bs-body-color, #212529);
}

.bubble-dismiss:focus[b-w5cfn7jmb2] {
    outline: 2px solid var(--bs-primary, #0d6efd);
    outline-offset: 2px;
}

/* Content area */
.bubble-content[b-w5cfn7jmb2] {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--bs-body-color, #212529);
}

/* Tail/pointer */
.bubble-tail[b-w5cfn7jmb2] {
    position: absolute;
    bottom: -8px;
    left: 20px;
    width: 16px;
    height: 16px;
    background: var(--bs-body-bg, #fff);
    border-right: 1px solid var(--bs-border-color, #dee2e6);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    transform: rotate(45deg);
}
/* _content/Scout.Host/Components/Shared/FloatingNavigation.razor.rz.scp.css */
/* Floating Navigation Component */

.floating-nav[b-lwzfyellel] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.5rem;
    z-index: 1045;
}

.floating-nav-item[b-lwzfyellel] {
    position: relative;
}

.floating-btn[b-lwzfyellel] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.floating-btn:hover[b-lwzfyellel] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.floating-btn:active[b-lwzfyellel] {
    transform: scale(0.98);
}

.nav-btn[b-lwzfyellel] {
    background: var(--bg-surface, #ffffff);
    color: var(--text-primary, #1a2332);
    border: 1px solid var(--border-light, #e2e8f0);
}

.nav-btn:hover[b-lwzfyellel] {
    background: var(--bg-tertiary, #f1f5f9);
}

.user-btn[b-lwzfyellel] {
    background: var(--bg-surface, #ffffff);
    border: 1px solid var(--border-light, #e2e8f0);
    padding: 6px;
}

.user-btn:hover[b-lwzfyellel] {
    background: var(--bg-tertiary, #f1f5f9);
}

.nav-icon[b-lwzfyellel] {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.canine-logo[b-lwzfyellel] {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Dropdown styles */
.floating-dropdown[b-lwzfyellel] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 200px;
    background: var(--bg-surface, #ffffff);
    border: 1px solid var(--border-light, #e2e8f0);
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 0.25rem 0;
    z-index: 1046;
    animation: dropdownFadeIn-b-lwzfyellel 0.15s ease;
}

@keyframes dropdownFadeIn-b-lwzfyellel {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-dropdown[b-lwzfyellel] {
    min-width: 240px;
    max-height: 80vh;
    overflow-y: auto;
}

.dropdown-section-header[b-lwzfyellel] {
    padding: 0.5rem 1rem 0.25rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted, #94a3b8);
}

.dropdown-item[b-lwzfyellel] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.625rem 1rem;
    border: none;
    background: none;
    color: var(--text-primary, #1a2332);
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
    font-size: 0.875rem;
}

.dropdown-item:hover[b-lwzfyellel] {
    background: var(--bg-tertiary, #f1f5f9);
}

.dropdown-item svg[b-lwzfyellel] {
    flex-shrink: 0;
    color: var(--text-secondary, #64748b);
}

.dropdown-item span[b-lwzfyellel] {
    flex: 1;
    text-align: left;
}

/* Solution items */
.solution-item[b-lwzfyellel] {
    justify-content: space-between;
}

.solution-item.active[b-lwzfyellel] {
    background: var(--primary-light, #e0e7ff);
}

.solution-name[b-lwzfyellel] {
    font-weight: 500;
}

.solution-role[b-lwzfyellel] {
    font-size: 0.75rem;
    color: var(--text-muted, #94a3b8);
    flex: 0 !important;
}

.add-solution[b-lwzfyellel] {
    color: var(--primary, #7A8A99);
}

.add-solution:hover[b-lwzfyellel] {
    color: var(--primary-dark, #5a6a79);
}

/* Debug item */
.debug-item[b-lwzfyellel] {
    color: var(--warning, #D9A46A);
}

.debug-item svg[b-lwzfyellel] {
    color: var(--warning, #D9A46A);
}

/* Logout item */
.logout-item[b-lwzfyellel] {
    color: var(--danger, #dc2626);
}

.logout-item svg[b-lwzfyellel] {
    color: var(--danger, #dc2626);
}

.dropdown-divider[b-lwzfyellel] {
    height: 1px;
    margin: 0.25rem 0;
    background: var(--border-light, #e2e8f0);
}

/* Backdrop for closing dropdowns */
.floating-backdrop[b-lwzfyellel] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1044;
}

/* Dark mode support */
:global([data-theme="dark"]) .floating-dropdown[b-lwzfyellel] {
    background: var(--bg-surface, #242E3E);
    border-color: var(--border-light, #374151);
}

:global([data-theme="dark"]) .dropdown-item[b-lwzfyellel] {
    color: var(--text-primary, #E8ECF0);
}

:global([data-theme="dark"]) .dropdown-item:hover[b-lwzfyellel] {
    background: var(--bg-tertiary, #1a2332);
}

:global([data-theme="dark"]) .solution-item.active[b-lwzfyellel] {
    background: rgba(122, 138, 153, 0.2);
}

/* Dark mode styles for floating buttons are in app.css for proper cascade */

/* Mobile responsiveness */
@media (max-width: 576px) {
    .floating-nav[b-lwzfyellel] {
        top: 0.5rem;
        right: 0.5rem;
    }

    .floating-btn[b-lwzfyellel] {
        width: 36px;
        height: 36px;
    }

    .canine-logo[b-lwzfyellel] {
        width: 20px;
        height: 20px;
    }

    .nav-icon[b-lwzfyellel] {
        width: 16px;
        height: 16px;
    }

    .floating-dropdown[b-lwzfyellel] {
        min-width: 180px;
    }

    .user-dropdown[b-lwzfyellel] {
        min-width: 220px;
        max-width: calc(100vw - 1rem);
    }
}
/* _content/Scout.Host/Components/Shared/GlobalSpinner.razor.rz.scp.css */
.global-spinner-overlay[b-eondyhq0h0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.global-spinner-content[b-eondyhq0h0] {
    background-color: var(--bs-body-bg, white);
    padding: 2rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.global-spinner-toast[b-eondyhq0h0] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    background-color: var(--bs-body-bg, white);
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    z-index: 9998;
}

.spinner-toast-message[b-eondyhq0h0] {
    color: var(--bs-body-color, #212529);
    font-size: 0.875rem;
}
/* _content/Scout.Host/Components/Shared/ThemeToggle.razor.rz.scp.css */
/* Base styles - dark mode overrides are in app.css */
.theme-toggle[b-ejzp1vuc3n] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--border-light, #e2e8f0);
    border-radius: var(--radius-md, 6px);
    padding: 0.5rem;
    color: var(--text-primary, #1a2332);
    cursor: pointer;
    transition: all 0.2s;
}

.theme-toggle:hover[b-ejzp1vuc3n] {
    background: var(--bg-tertiary, #f1f5f9);
    border-color: var(--text-muted, #94a3b8);
}

.theme-toggle:active[b-ejzp1vuc3n] {
    transform: scale(0.95);
}

.theme-toggle svg[b-ejzp1vuc3n] {
    display: block;
}
