@import '_content/Timecards.UI/Timecards.UI.eb5y6rfb8r.bundle.scp.css';

/* /Components/Pages/Reports/ReportsPage.razor.rz.scp.css */
.page-header[b-99lu8c6s3q] {
    margin-bottom: 1.5rem;
}

.page-header h1[b-99lu8c6s3q] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.page-description[b-99lu8c6s3q] {
    color: var(--text-secondary, #6b7280);
    margin: 0.25rem 0 0;
}

.report-category[b-99lu8c6s3q] {
    margin-bottom: 2rem;
}

.report-category h2[b-99lu8c6s3q] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.report-grid[b-99lu8c6s3q] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.report-card[b-99lu8c6s3q] {
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: 8px;
    padding: 1rem 1.25rem;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
    background: var(--card-bg, #fff);
}

.report-card:hover[b-99lu8c6s3q] {
    border-color: var(--primary, #3b82f6);
    box-shadow: 0 1px 4px rgba(59, 130, 246, 0.15);
}

.report-card h3[b-99lu8c6s3q] {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.report-card p[b-99lu8c6s3q] {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    color: var(--text-secondary, #6b7280);
    line-height: 1.4;
}

.report-formats[b-99lu8c6s3q] {
    display: flex;
    gap: 0.5rem;
}

.format-badge[b-99lu8c6s3q] {
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    background: var(--badge-bg, #f3f4f6);
    color: var(--text-secondary, #6b7280);
}

.loading-container[b-99lu8c6s3q] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem;
    color: var(--text-secondary, #6b7280);
}

.no-reports[b-99lu8c6s3q] {
    color: var(--text-secondary, #6b7280);
    padding: 2rem;
    text-align: center;
}

.alert-danger[b-99lu8c6s3q] {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
/* /Components/Pages/Reports/ReportViewer.razor.rz.scp.css */
.page-header[b-aqmh11xl9e] {
    margin-bottom: 1.5rem;
}

.back-link[b-aqmh11xl9e] {
    font-size: 0.875rem;
    color: var(--primary, #3b82f6);
    text-decoration: none;
}

.back-link:hover[b-aqmh11xl9e] {
    text-decoration: underline;
}

.page-header h1[b-aqmh11xl9e] {
    margin: 0.25rem 0 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.page-description[b-aqmh11xl9e] {
    color: var(--text-secondary, #6b7280);
    margin: 0.25rem 0 0;
}

.report-controls[b-aqmh11xl9e] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: flex-end;
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: 8px;
    background: var(--card-bg, #fff);
}

.parameter-form[b-aqmh11xl9e] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex: 1;
}

.form-group[b-aqmh11xl9e] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 180px;
}

.form-group label[b-aqmh11xl9e] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-secondary, #6b7280);
}

.required[b-aqmh11xl9e] {
    color: #ef4444;
}

.form-group input[b-aqmh11xl9e],
.form-group select[b-aqmh11xl9e] {
    padding: 0.375rem 0.625rem;
    border: 1px solid var(--border-color, #d1d5db);
    border-radius: 6px;
    font-size: 0.875rem;
}

.action-buttons[b-aqmh11xl9e] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn[b-aqmh11xl9e] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

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

.btn-primary[b-aqmh11xl9e] {
    background: var(--primary, #3b82f6);
    color: #fff;
}

.btn-primary:hover:not(:disabled)[b-aqmh11xl9e] {
    background: var(--primary-hover, #2563eb);
}

.btn-secondary[b-aqmh11xl9e] {
    background: var(--btn-secondary-bg, #f3f4f6);
    color: var(--text-primary, #374151);
    border: 1px solid var(--border-color, #d1d5db);
}

.btn-secondary:hover:not(:disabled)[b-aqmh11xl9e] {
    background: var(--btn-secondary-hover, #e5e7eb);
}

.alert-danger[b-aqmh11xl9e] {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
    margin-bottom: 1rem;
}

.async-banner[b-aqmh11xl9e] {
    padding: 1rem;
    border-radius: 6px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
    margin-bottom: 1rem;
}

.async-banner p[b-aqmh11xl9e] {
    margin: 0.25rem 0;
}

.preview-section[b-aqmh11xl9e] {
    margin-top: 1rem;
}

.preview-header[b-aqmh11xl9e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
    color: var(--text-secondary, #6b7280);
}

.row-count[b-aqmh11xl9e] {
    font-weight: 600;
}

.table-wrapper[b-aqmh11xl9e] {
    overflow-x: auto;
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: 8px;
}

.report-table[b-aqmh11xl9e] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
}

.report-table th[b-aqmh11xl9e] {
    background: var(--table-header-bg, #f9fafb);
    padding: 0.5rem 0.75rem;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid var(--border-color, #e5e7eb);
    white-space: nowrap;
}

.report-table td[b-aqmh11xl9e] {
    padding: 0.375rem 0.75rem;
    border-bottom: 1px solid var(--border-color, #f3f4f6);
}

.report-table td.numeric[b-aqmh11xl9e] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.report-table tbody tr:hover[b-aqmh11xl9e] {
    background: var(--table-row-hover, #f9fafb);
}

.preview-note[b-aqmh11xl9e] {
    text-align: center;
    padding: 0.5rem;
    font-size: 0.8125rem;
    color: var(--text-secondary, #6b7280);
    font-style: italic;
}

.loading-container[b-aqmh11xl9e] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem;
    color: var(--text-secondary, #6b7280);
}

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

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