/* /Features/Diagnostics/GenerationLogsDashboard.razor.rz.scp.css */
/* Header row (summary cards + controls) + tabs row */
.gl-page[b-8b2hkj2mqo] {
    --gl-header-row-height: 225px;
    --gl-tabs-row-height: 38px;
    --pw-grid-height: calc(var(--content-height) - var(--content-padding-top) - var(--gl-header-row-height) - var(--gl-tabs-row-height) - var(--pw-page-padding-bottom));
}

.gl-header-row[b-8b2hkj2mqo] {
    height: var(--gl-header-row-height);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0;
}

.gl-header-row .gl-summary-grid[b-8b2hkj2mqo] {
    flex: 1;
    margin-bottom: 0;
}

.gl-header-row .gl-controls[b-8b2hkj2mqo] {
    flex-shrink: 0;
    margin-left: auto;
    padding-top: 4px;
}

.gl-tabs-row[b-8b2hkj2mqo] {
    height: var(--gl-tabs-row-height);
    display: flex;
    align-items: center;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
}
/* /Features/Diagnostics/SyncLogsDashboard.razor.rz.scp.css */
/* h3 + buttons row (36px) + margin-bottom (16px) */
.sl-page[b-g8coqacdm0] {
    --sl-page-header-height: 52px;
    --pw-grid-height: calc(var(--content-height) - var(--content-padding-top) - var(--sl-page-header-height) - var(--pw-page-padding-bottom));
}

.sl-page-header[b-g8coqacdm0] {
    height: var(--sl-page-header-height);
    margin-bottom: 0;
}
/* /Features/InventoryHealth/Components/OrdersTrendChart.razor.rz.scp.css */
.ih-trend-card[b-5jy9wqna9l] {
    flex: 1;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.ih-trend-charts[b-5jy9wqna9l] {
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 1.5rem;
    min-height: 0;
}

.ih-trend-chart-section[b-5jy9wqna9l] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.ih-trend-chart-section[b-5jy9wqna9l]  .rz-chart {
    width: 100%;
    flex: 1;
    min-height: 0;
}

.ih-trend-label[b-5jy9wqna9l] {
    font-weight: 600;
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.ih-trend-toggles[b-5jy9wqna9l] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e2e8f0;
    margin-top: 0.5rem;
}

.ih-trend-toggle[b-5jy9wqna9l] {
    background: none;
    border: none;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
}

.ih-trend-toggle:hover[b-5jy9wqna9l] {
    color: #1e293b;
}

.ih-trend-toggle.active[b-5jy9wqna9l] {
    background: #1e293b;
    color: white;
}

.ih-loading[b-5jy9wqna9l] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    flex: 1;
}
/* /Features/InventoryHealth/InventoryHealthDashboard.razor.rz.scp.css */
/* h3 + button row (36px) + margin-bottom (16px) */
.pw-page[b-8audbtwpit] {
    --ih-toolbar-height: 52px;
    --ih-stats-bar-height: 260px;
    --ih-stats-bar-margin-bottom: 1rem;
    --pw-grid-height: calc(var(--content-height) - var(--content-padding-top) - var(--ih-toolbar-height) - var(--ih-stats-bar-height) - var(--ih-stats-bar-margin-bottom) - var(--pw-page-padding-bottom));
}

.ih-toolbar[b-8audbtwpit] {
    height: var(--ih-toolbar-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ih-stats-bar[b-8audbtwpit] {
    height: var(--ih-stats-bar-height);
    display: flex;
    gap: 1.5rem;
    align-items: stretch;
    margin-bottom: var(--ih-stats-bar-margin-bottom);
}

.ih-chart-panel[b-8audbtwpit] {
    width: 425px;
    height: 100%;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    overflow: hidden;
}

.ih-chart-panel[b-8audbtwpit]  .rz-chart {
    width: 100%;
    height: 100%;
}

.ih-summary-card[b-8audbtwpit] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0rem 1.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    min-width: 425px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ih-summary-row[b-8audbtwpit] {
    display: flex;
    gap: 1.5rem;
}

.ih-summary-title[b-8audbtwpit] {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.ih-summary-grid[b-8audbtwpit] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.4rem 1rem;
    font-size: 0.82rem;
    align-items: center;
}

.ih-stat-label[b-8audbtwpit] {
    color: #94a3b8;
}

.ih-stat-value[b-8audbtwpit] {
    font-weight: 600;
    color: #334155;
    text-align: right;
}

.ih-stat-change[b-8audbtwpit] {
    font-size: 0.75rem;
}

.ih-summary-divider[b-8audbtwpit] {
    margin: 0.6rem 0;
    border: none;
    border-top: 1px solid #e2e8f0;
}

.ih-loading[b-8audbtwpit] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.ih-info-icon[b-8audbtwpit] {
    font-size: 0.75rem;
    color: var(--rz-text-tertiary-color, #999);
    cursor: help;
    vertical-align: middle;
    margin-left: 2px;
}
/* /Features/ListingAutomation/AutoListingCandidates/CandidateDashboard.razor.rz.scp.css */
/* Button row (36px) + margin-bottom (16px) */
.pw-page[b-2cpedmf10c] {
    --candidate-toolbar-height: 52px;
    --pw-grid-height: calc(var(--content-height) - var(--content-padding-top) - var(--candidate-toolbar-height) - var(--pw-page-padding-bottom));
}

.candidate-toolbar[b-2cpedmf10c] {
    height: var(--candidate-toolbar-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* /Features/ListingAutomation/AutoListingCandidates/Components/ImportCandidatesCsvDialog.razor.rz.scp.css */
.csv-import-summary[b-7ucsb4rx3b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    margin-bottom: 12px;
    font-size: 0.875rem;
    font-weight: 500;
}

.csv-import-scroll[b-7ucsb4rx3b] {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid var(--rz-base-300, #e2e8f0);
    border-radius: 6px;
    margin-bottom: 16px;
}

.csv-import-table[b-7ucsb4rx3b] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.csv-import-table th[b-7ucsb4rx3b] {
    background: var(--rz-base-200, #f1f5f9);
    color: var(--rz-text-color, #475569);
    font-weight: 600;
    padding: 6px 10px;
    text-align: left;
    border-bottom: 1px solid var(--rz-base-300, #e2e8f0);
    white-space: nowrap;
    position: sticky;
    top: 0;
    z-index: 1;
}

.csv-import-table td[b-7ucsb4rx3b] {
    padding: 6px 10px;
    border-bottom: 1px solid var(--rz-base-200, #f1f5f9);
    vertical-align: middle;
}

.csv-import-table tr:last-child td[b-7ucsb4rx3b] {
    border-bottom: none;
}

.csv-import-table tr:hover td[b-7ucsb4rx3b] {
    background: var(--rz-base-100, #f8fafc);
}

.csv-status-badge[b-7ucsb4rx3b] {
    display: inline-block;
    min-width: 72px;
    padding: 1px 8px;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
}

.csv-status-new[b-7ucsb4rx3b] {
    background: #dcfce7;
    color: #166534;
}

.csv-status-exists[b-7ucsb4rx3b] {
    background: #fef3c7;
    color: #854d0e;
}

.csv-status-reactivated[b-7ucsb4rx3b] {
    background: #fef3c7;
    color: #92400e;
}

.csv-status-error[b-7ucsb4rx3b] {
    background: #fee2e2;
    color: #991b1b;
}

.csv-status-duplicate[b-7ucsb4rx3b] {
    background: #FFCA8A;
    color: #9a3412;
}
/* /Features/ListingAutomation/ListingProposals/Components/PendingProposalsGrid.razor.rz.scp.css */
/* Sacrificial no-op rule - Blazor scoped CSS bundler can silently drop the first rule */
._pw-noop[b-5g017hlixp] { }

.choice-col[b-5g017hlixp] {
    padding: 4px 0;
}

.choice-info[b-5g017hlixp] {
    color: #888;
    font-size: 0.9em;
    padding-left: 24px;
    margin-bottom: 2px;
}

.choice-row[b-5g017hlixp] {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 2px 0;
    border-radius: 4px;
}

.choice-row:hover[b-5g017hlixp] {
    background: #f8fafc;
}

.choice-radio[b-5g017hlixp] {
    width: 16px;
    height: 16px;
    border: 2px solid #94a3b8;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.15s;
}

.choice-row.selected .choice-radio[b-5g017hlixp] {
    border-color: #0284c7;
    background: #0284c7;
    box-shadow: inset 0 0 0 3px white;
}

.choice-row.selected[b-5g017hlixp] {
    font-weight: 600;
}

.choice-override-input[b-5g017hlixp] {
    width: 80px;
    padding: 2px 6px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 0.9em;
}

.choice-override-input:disabled[b-5g017hlixp] {
    opacity: 0.4;
    cursor: not-allowed;
}
/* /Features/ListingAutomation/ListingProposals/ListingProposalDashboard.razor.rz.scp.css */
/* Status tabs row only (38px, overlaps grid border by 1px) */
.proposals-page[b-zk114x42u2] {
    --proposals-toolbar-height: 38px;
    --pw-grid-height: calc(var(--content-height) - var(--content-padding-top) - var(--proposals-toolbar-height) - var(--pw-page-padding-bottom));
}

.proposals-toolbar[b-zk114x42u2] {
    height: var(--proposals-toolbar-height);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Remove top-left rounding so the grid joins seamlessly with the status tabs */
.proposals-page[b-zk114x42u2]  .rz-datatable {
    border-top-left-radius: 0;
}

.proposals-page[b-zk114x42u2]  .rz-datatable > .rz-datatable-header {
    border-top-left-radius: 0;
}
/* /Features/ListingAutomation/TuningWorkbench/Datasets/DatasetList.razor.rz.scp.css */
.dataset-toolbar[b-5abbk7z5nm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
/* /Shared/FileDropZone.razor.rz.scp.css */
.file-drop-zone[b-tiqgkgfq1d] {
    border: 2px dashed #475569;
    border-radius: 12px;
    padding: 40px 16px;
    text-align: center;
    position: relative;
    transition: border-color 0.2s, background 0.2s;
}

[b-tiqgkgfq1d] .file-drop-zone-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: default;
}

.file-drop-zone.drag-over[b-tiqgkgfq1d] {
    border-color: #3b82f6;
    background: rgba(59, 130, 246, 0.05);
}

.file-drop-zone:hover[b-tiqgkgfq1d] {
    border-color: #64748b;
}

.file-drop-zone-content[b-tiqgkgfq1d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.file-drop-zone-text[b-tiqgkgfq1d] {
    font-size: 0.9rem;
    color: #94a3b8;
}

.file-drop-zone-divider[b-tiqgkgfq1d] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 60%;
}

.file-drop-zone-line[b-tiqgkgfq1d] {
    flex: 1;
    height: 1px;
    background: #475569;
}

.file-drop-zone-or[b-tiqgkgfq1d] {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
}

.file-drop-zone-button[b-tiqgkgfq1d] {
    pointer-events: auto;
    position: relative;
    z-index: 2;
    padding: 8px 24px;
    border-radius: 6px;
    border: none;
    background: #3b82f6;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.15s;
}

.file-drop-zone-button:hover[b-tiqgkgfq1d] {
    background: #2563eb;
}
/* /Shared/GridTextFilterInput.razor.rz.scp.css */
.pw-filter-split[b-zve4e5siv3] {
    display: flex;
    width: 100%;
    min-height: 2.5rem;
}

.pw-filter-split input[type="text"][b-zve4e5siv3] {
    flex: 1;
    min-width: 0;
    padding: 3px 4px;
    border: 1px solid #cbd5e1;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 0.82rem;
    outline: none;
    background: #fff;
    color: #1e293b;
    transition: border-color 0.15s;
}

.pw-filter-split input[type="text"]:focus[b-zve4e5siv3] {
    border-color: var(--rz-primary);
    box-shadow: none;
}

.pw-filter-split select[b-zve4e5siv3] {
    flex-shrink: 0;
    width: 22px;
    padding: 0;
    border: 1px solid #cbd5e1;
    border-radius: 0 4px 4px 0;
    background: #f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 3.5l3 3 3-3' stroke='%23475569' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    color: transparent;
    cursor: pointer;
    outline: none;
    transition: border-color 0.15s, background-color 0.15s;
    appearance: none;
    -webkit-appearance: none;
}

.pw-filter-split select:focus[b-zve4e5siv3] {
    border-color: var(--rz-primary);
    background-color: #f0f9ff;
}
/* /Shared/SelectPill.razor.rz.scp.css */
/* - SelectPill (hover-reveal dropdown selector in data grids) - */

.pw-select-pill[b-sc5aytoa3f] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    font-size: 0.85rem;
    font-weight: 500;
    color: #334155;
    cursor: default;
    white-space: nowrap;
    transition: padding-right 0.15s;
}

.pw-select-pill:hover[b-sc5aytoa3f] {
    padding-right: 4px;
}

.pw-select-pill-chevron[b-sc5aytoa3f] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: width 0.15s, opacity 0.15s;
    cursor: pointer;
    color: #64748b;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-left: 0;
}

.pw-select-pill:hover .pw-select-pill-chevron[b-sc5aytoa3f],
.pw-select-pill--open .pw-select-pill-chevron[b-sc5aytoa3f] {
    width: 20px;
    opacity: 1;
    margin-left: 4px;
    transition: width 0.15s, opacity 0.15s;
}

.pw-select-pill--open[b-sc5aytoa3f] {
    padding-right: 4px;
}

.pw-select-pill-chevron[b-sc5aytoa3f]  i {
    transition: transform 0.2s ease;
}

.pw-select-pill--open .pw-select-pill-chevron[b-sc5aytoa3f]  i {
    transform: rotate(180deg);
}

.pw-select-pill-chevron:hover[b-sc5aytoa3f] {
    color: #0284c7;
}

.pw-select-pill-overlay[b-sc5aytoa3f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
}

.pw-select-pill-dropdown[b-sc5aytoa3f] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 100;
    min-width: 180px;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    padding: 4px 0;
}

.pw-select-pill-dropdown-item[b-sc5aytoa3f] {
    padding: 6px 12px;
    font-size: 0.85rem;
    cursor: pointer;
    color: #334155;
    transition: background 0.1s;
}

.pw-select-pill-dropdown-item:hover[b-sc5aytoa3f] {
    background: #f0f9ff;
    color: #0284c7;
}

.pw-select-pill-dropdown-item.selected[b-sc5aytoa3f] {
    font-weight: 600;
    color: #0284c7;
    background: #f0f9ff;
}
/* /Shared/StatusTabs.razor.rz.scp.css */
._pw-noop[b-4xy7gtweni] { /* Workaround: Blazor's scoped CSS bundler silently drops the first rule in some .razor.css file. This no-op rule is intentional and must stay at the top.  Maybe happens due to nested css? */}

.pw-status-tabs[b-4xy7gtweni] {
    display: flex;
    gap: 0;
    position: relative;
    z-index: 1;
}

.pw-status-tab[b-4xy7gtweni] {
    padding: 8px 20px;
    border: 1px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    background: #f8f9fa;
    color: #555;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
    font-size: 0.9rem;
    outline: none;
    box-shadow: none;
}

.pw-status-tab:focus[b-4xy7gtweni],
.pw-status-tab:focus-visible[b-4xy7gtweni] {
    outline: none;
    box-shadow: none;
}

.pw-status-tab:first-child[b-4xy7gtweni] {
    border-radius: 6px 0 0 0;
}

.pw-status-tab:last-child[b-4xy7gtweni] {
    border-radius: 0 6px 0 0;
}

.pw-status-tab + .pw-status-tab[b-4xy7gtweni] {
    border-left: none;
}

.pw-status-tab:hover:not(.pw-status-tab-active)[b-4xy7gtweni] {
    background: #e9ecef;
}

.pw-status-tab-active[b-4xy7gtweni] {
    background: white;
    color: #0284c7;
    border-bottom: none;
}
