.etc-workflow-header{align-items:flex-start;gap:var(--space-md);justify-content:space-between;display:flex}.etc-workflow-header__main{min-width:0}.etc-workflow-header__kicker{color:var(--color-text-tertiary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);letter-spacing:0;margin-bottom:var(--space-xs);text-transform:uppercase}.etc-workflow-header__title{color:var(--color-text-strong);font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);margin:0}.etc-workflow-header__subtitle,.etc-workflow-header__meta{color:var(--color-text-secondary);font-size:var(--font-size-md);line-height:var(--line-height-normal);margin:var(--space-xs) 0 0}.etc-workflow-header__actions{align-items:center;gap:var(--space-sm);flex-shrink:0;display:flex}.etc-modal-shell__overlay,.etc-drawer-panel__overlay{padding:var(--space-lg);z-index:1000;background:#171a2f6b;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.etc-modal-shell{background:var(--modal-bg);border:1px solid var(--modal-border);border-radius:var(--radius-md);box-shadow:var(--shadow-xl);color:var(--color-text);flex-direction:column;width:min(100%,640px);max-height:min(86vh,920px);display:flex;position:relative;overflow:hidden}.etc-modal-shell--sm{width:min(100%,440px)}.etc-modal-shell--md{width:min(100%,640px)}.etc-modal-shell--lg{width:min(100%,860px)}.etc-modal-shell--xl{width:min(100%,1080px)}.etc-modal-shell__header,.etc-drawer-panel__header{border-bottom:1px solid var(--color-border-light);padding:var(--space-md) var(--space-lg)}.etc-modal-shell__header-row,.etc-drawer-panel__header-row{align-items:flex-start;gap:var(--space-md);justify-content:space-between;display:flex}.etc-modal-shell__title,.etc-drawer-panel__title{color:var(--color-text-strong);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);margin:0}.etc-modal-shell__subtitle,.etc-drawer-panel__subtitle{color:var(--color-text-secondary);font-size:var(--font-size-md);line-height:var(--line-height-normal);margin:var(--space-xs) 0 0}.etc-modal-shell__header-actions,.etc-drawer-panel__header-actions{align-items:center;gap:var(--space-sm);flex-shrink:0;display:flex}.etc-modal-shell__close,.etc-drawer-panel__close{border-radius:var(--radius-xs);color:var(--color-text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.etc-modal-shell__close:hover,.etc-drawer-panel__close:hover{background:var(--color-surface-muted);color:var(--color-text)}.etc-modal-shell__body{min-height:0;padding:var(--space-lg);flex:1}.etc-modal-shell__body--scrollable{overflow:auto}.etc-modal-shell__footer{border-top:1px solid var(--color-border-light);align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);justify-content:flex-end;display:flex}.etc-modal-shell__footer--sticky{background:var(--modal-bg);position:sticky;bottom:0}.etc-modal-shell__loading{color:var(--color-text-secondary);font-size:var(--font-size-md);align-items:center;gap:var(--space-sm);background:#ffffffb8;justify-content:center;display:flex;position:absolute;inset:0}.etc-workflow-spinner,.etc-modal-shell__spinner{border:2px solid var(--color-primary);border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite etc-workflow-spin}@keyframes etc-workflow-spin{to{transform:rotate(360deg)}}.etc-drawer-panel__overlay{justify-content:flex-end;align-items:stretch;padding:0}.etc-drawer-panel__overlay--left{justify-content:flex-start}.etc-drawer-panel__overlay--persistent{pointer-events:none;background:0 0}.etc-drawer-panel__overlay--persistent .etc-drawer-panel{pointer-events:auto}.etc-drawer-panel{background:var(--drawer-bg);border-left:1px solid var(--modal-border);box-shadow:var(--shadow-lg);flex-direction:column;width:min(440px,100vw);max-width:100%;min-height:100%;display:flex}.etc-drawer-panel--left{border-left:0;border-right:1px solid var(--modal-border)}.etc-drawer-panel--compact{width:min(360px,100vw)}.etc-drawer-panel--persistent{box-shadow:var(--shadow-md)}.etc-drawer-panel__body{min-height:0;padding:var(--space-lg);flex:1;overflow:auto}.etc-drawer-panel__footer{border-top:1px solid var(--color-border-light);padding:var(--space-md) var(--space-lg)}.etc-detail-panel{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-sm);color:var(--color-text)}.etc-detail-panel--compact .etc-detail-panel__body{padding:var(--space-md)}.etc-detail-panel__header{border-bottom:1px solid var(--color-border-light);padding:var(--space-md)}.etc-detail-panel__body{padding:var(--space-lg)}.etc-detail-panel__grid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}.etc-detail-panel__field-label{color:var(--color-text-tertiary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);margin-bottom:var(--space-xs);display:block}.etc-detail-panel__field-value{color:var(--color-text);font-size:var(--font-size-md);line-height:var(--line-height-normal)}.etc-workflow-stage{border:1px solid var(--color-border-light);border-radius:var(--workflow-stage-radius);gap:var(--space-sm);padding:var(--space-md);grid-template-columns:auto 1fr;display:grid}.etc-workflow-stage--current{background:var(--color-primary-soft);border-color:var(--color-info-border)}.etc-workflow-stage__marker,.etc-timeline-event__marker{background:var(--color-surface);border:1px solid var(--timeline-line);border-radius:var(--radius-pill);color:var(--timeline-pending);justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;display:inline-flex}.etc-workflow-stage--completed .etc-workflow-stage__marker,.etc-timeline-event--completed .etc-timeline-event__marker{background:var(--color-success-soft);border-color:var(--color-success-border);color:var(--timeline-completed)}.etc-workflow-stage--current .etc-workflow-stage__marker,.etc-timeline-event--current .etc-timeline-event__marker{background:var(--color-primary-soft);border-color:var(--color-info-border);color:var(--timeline-current)}.etc-workflow-stage--error .etc-workflow-stage__marker,.etc-timeline-event--error .etc-timeline-event__marker{background:var(--color-danger-soft);border-color:var(--color-danger-border);color:var(--color-danger)}.etc-workflow-stage__title,.etc-timeline-event__title{color:var(--color-text-strong);font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight)}.etc-workflow-stage__description,.etc-timeline-event__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);line-height:var(--line-height-normal);margin-top:var(--space-xs)}.etc-workflow-stage__timestamp,.etc-timeline-event__timestamp,.etc-timeline-event__actor{color:var(--color-text-tertiary);font-size:var(--font-size-xs);line-height:var(--line-height-normal)}.etc-workflow-stage__metadata,.etc-timeline-event__metadata,.etc-timeline-event__attachments{margin-top:var(--space-sm)}.etc-workflow-timeline{gap:var(--space-md);display:flex}.etc-workflow-timeline--vertical{flex-direction:column}.etc-workflow-timeline--horizontal{flex-direction:row;align-items:stretch}.etc-workflow-timeline--horizontal .etc-workflow-stage{flex:1;min-width:160px}.etc-workflow-timeline--compact{gap:var(--space-sm)}.etc-workflow-timeline__events{flex-direction:column;display:flex}.etc-timeline-event{gap:var(--space-sm);padding:0 0 var(--space-md);grid-template-columns:auto 1fr;display:grid;position:relative}.etc-timeline-event:not(:last-child):after{background:var(--timeline-line);content:"";width:1px;position:absolute;top:28px;bottom:0;left:11px}.etc-timeline-event__head{align-items:baseline;gap:var(--space-sm);flex-wrap:wrap;display:flex}.etc-timeline-event__body{min-width:0}.etc-status-timeline{gap:var(--space-sm);flex-direction:column;display:flex}.etc-status-timeline__label{color:var(--color-text-tertiary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:uppercase}.etc-activity-feed{gap:var(--activity-feed-gap);flex-direction:column;display:flex}.etc-activity-feed--compact{--activity-feed-gap:var(--space-sm)}.etc-activity-feed__empty{border:1px dashed var(--color-border-light);border-radius:var(--radius-sm);color:var(--color-text-tertiary);font-size:var(--font-size-md);padding:var(--space-md)}.etc-activity-feed__item{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-sm);padding:var(--space-md)}.etc-activity-feed__item--system{background:var(--color-surface-subtle)}.etc-activity-feed__item--comment{border-color:var(--color-info-border)}.etc-activity-feed__type{color:var(--color-text-tertiary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:uppercase}@media (width<=720px){.etc-modal-shell__overlay{padding:var(--space-sm);align-items:flex-end}.etc-modal-shell{max-height:calc(100vh - var(--space-md));width:100%}.etc-workflow-timeline--horizontal{flex-direction:column}}
