.execution-page { max-width: 1460px; }
.compact-hero { margin-bottom: 14px; }
.quick-range { display: flex; gap: 8px; margin: 0 0 14px; }
.range-button { border: 1px solid #d8dee8; background: #fff; color: #516074; border-radius: 8px; padding: 8px 15px; cursor: pointer; }
.range-button.active { color: #fff; background: #315f57; border-color: #315f57; }
.summary-grid { display: grid; grid-template-columns: repeat(7, minmax(105px, 1fr)); gap: 10px; margin-bottom: 14px; }
.summary-card { background: #fff; border: 1px solid #e4e8ee; border-radius: 12px; padding: 13px 15px; }
.summary-card span { display: block; color: #738095; font-size: 13px; }
.summary-card strong { display: block; color: #263345; font-size: 23px; margin-top: 4px; font-variant-numeric: tabular-nums; }
.records-panel { overflow: hidden; }
.execution-filters { display: grid; grid-template-columns: repeat(5, minmax(140px, 1fr)) auto; gap: 12px; align-items: end; padding: 0 22px 18px; border-bottom: 1px solid #edf0f4; }
.filter-actions { display: flex; gap: 8px; padding-bottom: 1px; }
.table-scroll { width: 100%; overflow-x: auto; padding-bottom: 4px; }
.execution-table { width: 100%; min-width: 1180px; border-collapse: collapse; table-layout: fixed; }
.execution-table th, .execution-table td { padding: 13px 12px; text-align: left; border-bottom: 1px solid #edf0f4; vertical-align: middle; }
.execution-table th { color: #66758b; font-size: 12px; font-weight: 600; background: #f8fafb; }
.execution-table td { color: #344155; font-size: 13px; }
.execution-table td:not(.operation-column) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.operation-column { width: 118px; background: #fff; }
.empty-cell { text-align: center !important; padding: 40px !important; color: #8490a2 !important; }
.status-badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 4px 9px; font-size: 12px; background: #edf2f7; color: #526174; }
.status-badge.success { background: #e7f5ed; color: #2c7250; }
.status-badge.warning { background: #fff3d8; color: #8a6520; }
.status-badge.danger { background: #fce8e8; color: #a33e3e; }
.status-badge.running { background: #e9effd; color: #3c5f9e; }
.cell-secondary { display: block; color: #8792a2; font-size: 12px; margin-top: 3px; }
.text-action { border: 0; background: transparent; color: #315f57; padding: 4px 6px; cursor: pointer; font-weight: 600; }
.text-action:disabled { color: #adb5c0; cursor: not-allowed; }
.pagination-bar { display: flex; justify-content: flex-end; align-items: center; gap: 13px; padding: 14px 22px; }
.detail-backdrop { position: fixed; inset: 0; background: rgba(20, 30, 42, .28); z-index: 50; }
.detail-drawer { position: fixed; top: 0; right: 0; z-index: 51; height: 100vh; width: min(600px, 94vw); background: #fff; box-shadow: -18px 0 48px rgba(22, 31, 44, .16); overflow-y: auto; }
.detail-header { position: sticky; top: 0; z-index: 1; background: #fff; display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-bottom: 1px solid #e8ecf1; }
.detail-header h2 { margin: 4px 0 0; }
.icon-button { border: 0; background: #f1f4f7; border-radius: 50%; width: 36px; height: 36px; cursor: pointer; font-size: 24px; line-height: 1; }
.detail-content { padding: 22px 24px 36px; }
.detail-section { margin-bottom: 25px; }
.detail-section h3 { margin: 0 0 12px; color: #2d3b4d; }
.detail-grid { display: grid; grid-template-columns: 128px 1fr; gap: 9px 12px; margin: 0; }
.detail-grid dt { color: #7b8798; }
.detail-grid dd { margin: 0; color: #344155; overflow-wrap: anywhere; }
.attempt-card { border: 1px solid #e5e9ef; border-radius: 10px; padding: 13px 14px; margin-bottom: 10px; }
.attempt-card header { display: flex; justify-content: space-between; margin-bottom: 8px; }
.busy { cursor: progress; }
.busy button, .busy input, .busy select { pointer-events: none; opacity: .7; }
@media (max-width: 980px) {
    .summary-grid { grid-template-columns: repeat(4, 1fr); }
    .execution-filters { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .summary-grid { grid-template-columns: repeat(2, 1fr); }
    .execution-filters { grid-template-columns: 1fr; }
    .filter-actions { justify-content: stretch; }
}
