.graph-container {
  background-color: var(--wm-color-bg);
  color: var(--wm-color-text-secondary);
}

.wm-pcr-modal .graph-toolbar {
  background-color: var(--wm-color-surface);
  color: var(--wm-color-text-secondary);
}

.wm-task-actions--bottom, .wm-task-actions--top, .wm-graph-tooltip, .wm-pcr-modal .wm-graph-details__pill, .wm-pcr-modal .wm-graph-side__head, .wm-pcr-modal .wm-graph-stage #wm-graph {
  border-color: var(--wm-color-border);
}

.wm-pcr-modal {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  position: relative;
  overflow: visible;
  /* Footer bar layout */
  /* Legend container inside footer */
  /* When collapsed, only toggle remains visible */
  /* Larger badges for footer legend */
}
.wm-pcr-modal .graph-toolbar,
.wm-pcr-modal .modal-header,
.wm-pcr-modal .modal-content,
.wm-pcr-modal .modal-body {
  overflow: visible !important;
}
.wm-pcr-modal #wm-graph-shell,
.wm-pcr-modal #wm-graph-stage {
  overflow: hidden;
}
.wm-pcr-modal .dropdown-menu {
  z-index: 5000;
}
.wm-pcr-modal .wm-graph-shell {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.wm-pcr-modal .wm-graph-stage {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.wm-pcr-modal .wm-graph-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.wm-pcr-modal .wm-graph-stage #wm-graph {
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(2px);
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .wm-pcr-modal .wm-graph-stage #wm-graph {
    height: 60vh !important;
  }
}
.wm-pcr-modal .wm-graph-side {
  --side-w: 12%;
  order: -1;
  width: var(--side-w);
  min-width: 17.5rem;
  max-width: 22.5rem;
  border-right: 1px solid var(--wm-color-border);
  display: flex;
  flex-direction: column;
  z-index: 5;
  pointer-events: auto;
  box-shadow: 8px 12px 28px var(--wm-overlay-black-45);
  position: relative;
}
.wm-pcr-modal .wm-graph-side.is-closed {
  display: none;
}
.wm-pcr-modal .wm-graph-side.is-open {
  display: flex;
}
.wm-pcr-modal .wm-graph-side__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  position: relative;
  z-index: 6;
  pointer-events: auto;
}
.wm-pcr-modal .wm-graph-side__content {
  overflow: auto;
  flex: 1;
  min-height: 0;
}
.wm-pcr-modal .wm-graph-details__title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.wm-pcr-modal .wm-graph-details__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.6rem;
}
.wm-pcr-modal .wm-graph-details__pill {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: var(--wm-color-bg);
}
.wm-pcr-modal .wm-graph-details__pill--type {
  border-color: var(--wm-color-accent-primary);
  color: var(--wm-color-accent-primary);
}
.wm-pcr-modal .wm-graph-details__pill--status {
  color: var(--wm-color-text-secondary);
}
.wm-pcr-modal .wm-graph-details__desc {
  font-size: 0.85rem;
  color: var(--wm-color-text-secondary);
  margin-bottom: 0.75rem;
}
.wm-pcr-modal .wm-graph-details__section-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--wm-color-text-muted);
  margin-bottom: 0.35rem;
}
.wm-pcr-modal .wm-graph-details__metric {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
}
.wm-pcr-modal .wm-graph-details__metric-label {
  color: var(--wm-color-text-muted);
}
.wm-pcr-modal .wm-graph-details__metric-value {
  color: var(--wm-color-text-secondary);
  text-align: right;
}
.wm-pcr-modal .wm-task-progress__meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--wm-color-text-secondary);
  margin-bottom: 0.35rem;
}
.wm-pcr-modal .wm-task-progress__bar {
  height: 0.5rem;
  background: var(--wm-overlay-white-08);
}
.wm-pcr-modal .wm-task-progress__bar .progress-bar {
  background: var(--wm-color-accent-primary);
  transition: width 0.4s ease;
}
.wm-pcr-modal .wm-graph-req-group ul {
  margin: 0 0 0.6rem;
  padding-left: 1rem;
}
.wm-pcr-modal .wm-graph-empty {
  font-size: 0.85rem;
  color: var(--wm-color-text-muted);
}
.wm-pcr-modal .wm-task-sidebar-summary {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.wm-pcr-modal .wm-task-sidebar-summary__head {
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.wm-pcr-modal .wm-task-sidebar-summary__filters {
  display: flex;
  width: 100%;
}
.wm-pcr-modal .wm-task-sidebar-summary__filters .btn {
  flex: 1 1 auto;
  font-size: 0.72rem;
  padding-inline: 0.35rem;
}
.wm-pcr-modal .wm-task-sidebar-summary__list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.wm-pcr-modal .wm-task-summary-item {
  border: 1px solid var(--wm-color-border);
  border-radius: 10px;
  background: var(--wm-overlay-white-03);
  padding: 0.5rem 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.wm-pcr-modal .wm-task-summary-item__title {
  font-weight: 600;
  font-size: 0.84rem;
  line-height: 1.25;
}
.wm-pcr-modal .wm-task-summary-item__meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--wm-color-text-muted);
  font-size: 0.74rem;
}
.wm-pcr-modal .wm-task-summary-item__chip {
  border-radius: 999px;
  padding: 0 0.45rem;
  border: 1px solid var(--wm-color-border);
  color: var(--wm-color-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.66rem;
}
.wm-pcr-modal .wm-task-summary-item__progress {
  color: var(--wm-color-accent-primary);
  font-weight: 600;
}
.wm-pcr-modal .wm-task-summary-item__eta {
  margin-left: auto;
  color: var(--wm-color-text-secondary);
}
.wm-pcr-modal .wm-graph-search {
  position: relative;
}
.wm-pcr-modal .wm-graph-search__results {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: var(--wm-color-surface);
  border: 1px solid var(--wm-color-border);
  border-radius: 10px;
  box-shadow: 0 10px 26px var(--wm-overlay-black-35);
  max-height: 220px;
  overflow: auto;
  z-index: 30;
  padding: 4px;
}
.wm-pcr-modal .wm-graph-search__results.is-portal {
  top: 0;
  left: 0;
  right: auto;
  z-index: 6000;
}
.wm-pcr-modal .wm-graph-search__item {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--wm-color-text-secondary);
  padding: 8px 10px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.85rem;
}
.wm-pcr-modal .wm-graph-search__item:hover,
.wm-pcr-modal .wm-graph-search__item:focus {
  background: var(--wm-overlay-white-06);
  outline: none;
}
.wm-pcr-modal .wm-graph-search__label {
  font-weight: 600;
}
.wm-pcr-modal .wm-graph-search__meta {
  color: var(--wm-color-text-muted);
  font-size: 0.75rem;
  white-space: nowrap;
}
.wm-pcr-modal .wm-graph-req--clickable {
  cursor: pointer;
}
.wm-pcr-modal .wm-graph-req--clickable:hover,
.wm-pcr-modal .wm-graph-req--clickable:focus {
  color: var(--wm-color-text-secondary);
  background: var(--wm-overlay-white-04);
  border-radius: 6px;
  padding-left: 4px;
}
.wm-pcr-modal .wm-graph-empty-state {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wm-color-text-secondary);
  font-weight: 600;
  letter-spacing: 0.02em;
  background: var(--wm-color-surface-dark-100);
  z-index: 2;
  pointer-events: none;
}
.wm-pcr-modal .wm-pcr-modal__footer {
  flex: 0 0 auto;
  z-index: 10;
  background: var(--wm-color-surface-dark-200);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
}
.wm-pcr-modal .wm-footerbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  min-height: 64px;
}
.wm-pcr-modal .wm-footerbar__left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}
.wm-pcr-modal .wm-footerbar__right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.wm-pcr-modal .wm-legend {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.wm-pcr-modal .wm-legend__content[hidden] {
  display: none !important;
}
.wm-pcr-modal .wm-legend .badge {
  font-size: 0.8rem;
  padding: 8px 10px;
  border-radius: 12px;
}

.wm-pcr-modal {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.wm-pcr-modal .wm-graph-shell {
  flex: 1 1 0;
  display: flex;
  min-height: 0;
  position: relative;
}
.wm-pcr-modal .wm-pcr-modal__footer {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
}
.wm-pcr-modal .graph-toolbar {
  background: var(--wm-overlay-black-30);
  border-bottom: 1px solid var(--wm-overlay-white-08);
  box-shadow: 0 14px 20px var(--wm-overlay-black-45);
  backdrop-filter: blur(5px);
  flex: 0 0 auto;
  overflow: visible;
  position: relative;
  z-index: 6;
}
.wm-pcr-modal .graph-toolbar .row {
  align-items: center;
}
.wm-pcr-modal .graph-toolbar .btn-group {
  gap: 8px;
}
.wm-pcr-modal .graph-toolbar .btn-group .btn {
  border-radius: 12px !important;
  padding: 8px 12px;
  font-weight: 700;
  background: var(--wm-overlay-white-04);
  border: 1px solid var(--wm-overlay-white-12);
  color: var(--wm-color-text-85);
}
.wm-pcr-modal .graph-toolbar .btn-group .btn:hover {
  background: var(--wm-overlay-white-08);
  border-color: var(--wm-overlay-white-20);
  color: var(--wm-color-text-primary);
}
.wm-pcr-modal .graph-toolbar .btn-group .btn.active {
  background: var(--wm-overlay-accent-12);
  border-color: var(--wm-overlay-accent-45);
  box-shadow: 0 0 0 1px var(--wm-overlay-accent-15) inset, 0 8px 24px var(--wm-overlay-accent-08);
  color: var(--wm-color-text-primary);
}
.wm-pcr-modal .graph-toolbar [data-graph-filter=research].active {
  border-color: var(--wm-overlay-accent-60);
}
.wm-pcr-modal .graph-toolbar [data-graph-filter=construction].active {
  border-color: var(--wm-overlay-warning-40);
  box-shadow: 0 0 0 1px var(--wm-overlay-warning-25) inset;
}
.wm-pcr-modal .graph-toolbar [data-graph-filter=production].active {
  border-color: var(--wm-overlay-success-50);
  box-shadow: 0 0 0 1px var(--wm-overlay-success-30) inset;
}
.wm-pcr-modal .graph-toolbar #graph-level-filter {
  background: var(--wm-overlay-black-30);
  border: 1px solid var(--wm-overlay-white-12);
  color: var(--wm-color-text-90);
  border-radius: 12px;
  padding: 8px 10px;
}
.wm-pcr-modal .graph-toolbar #graph-level-filter:focus {
  outline: none;
  border-color: var(--wm-overlay-accent-45);
  box-shadow: 0 0 0 3px var(--wm-overlay-accent-12);
}
.wm-pcr-modal .graph-toolbar .wm-graph-search {
  position: relative !important;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.wm-pcr-modal .graph-toolbar .wm-graph-search .input-group {
  width: 100%;
}
.wm-pcr-modal .graph-toolbar .wm-graph-search #graph-search {
  background: var(--wm-overlay-black-30);
  border: 1px solid var(--wm-overlay-white-12);
  color: var(--wm-color-text-90);
  border-radius: 14px 0 0 14px;
  padding: 8px 10px;
}
.wm-pcr-modal .graph-toolbar .wm-graph-search #graph-search::-moz-placeholder {
  color: var(--wm-color-text-muted);
}
.wm-pcr-modal .graph-toolbar .wm-graph-search #graph-search::placeholder {
  color: var(--wm-color-text-muted);
}
.wm-pcr-modal .graph-toolbar .wm-graph-search #graph-search:focus {
  outline: none;
  border-color: var(--wm-overlay-accent-45);
  box-shadow: 0 0 0 3px var(--wm-overlay-accent-12);
}
.wm-pcr-modal .graph-toolbar .wm-graph-search #graph-search-clear {
  border-radius: 0 14px 14px 0;
  border: 1px solid var(--wm-overlay-white-12);
  background: var(--wm-overlay-white-04);
  color: var(--wm-color-text-85);
}
.wm-pcr-modal .graph-toolbar .wm-graph-search #graph-search-clear:hover {
  background: var(--wm-overlay-white-08);
  color: var(--wm-color-text-primary);
}
.wm-pcr-modal .graph-toolbar .wm-tools-inline {
  display: inline-flex;
  gap: 6px;
  flex-wrap: nowrap;
}
.wm-pcr-modal .graph-toolbar .wm-tools-inline.btn-group > .wm-tools-icon {
  margin-left: 0;
  flex: 0 0 auto;
}
.wm-pcr-modal .graph-toolbar .wm-tools-icon {
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--wm-overlay-white-04);
  border: 1px solid var(--wm-overlay-white-12);
  color: var(--wm-color-text-90);
  box-shadow: 0 0 0 1px var(--wm-overlay-white-02) inset;
}
.wm-pcr-modal .graph-toolbar .wm-tools-icon:hover {
  background: var(--wm-overlay-white-08);
  color: var(--wm-color-text-primary);
  box-shadow: 0 0 0 1px var(--wm-overlay-accent-20) inset, 0 0 12px var(--wm-overlay-accent-15);
}

@media (max-width: 991.98px) {
  .wm-pcr-modal .wm-graph-side {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
  }
  .wm-pcr-modal .wm-graph-side.panel-open .wm-pcr-modal .wm-graph-side.is-open {
    display: flex;
    width: min(82vw, 360px);
  }
  .wm-pcr-modal .graph-toolbar .btn-group .btn {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }
  .wm-pcr-modal .graph-toolbar .wm-tools-inline {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .graph-legend {
    font-size: 0.875rem;
  }
}
.bg-radial-tech {
  background: radial-gradient(circle at 28% 32%, var(--wm-overlay-accent-08), transparent 36%), radial-gradient(circle at 70% 70%, var(--wm-overlay-success-30), transparent 40%), var(--wm-color-bg);
}

.bg-scanline {
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, var(--wm-overlay-black-20) 3px);
}

div .bg-glass {
  background-color: color-mix(in srgb, var(--wm-color-surface-dark-300) 78%, transparent);
  backdrop-filter: blur(3px);
  border: 1px solid var(--wm-overlay-white-08);
  transition: all 0.3s ease;
}
div .bg-glass:focus, div .bg-glass:hover {
  outline: none;
  border-color: var(--wm-overlay-accent-45);
  box-shadow: 0 0 0 3px var(--wm-overlay-accent-12);
  background-color: color-mix(in srgb, var(--wm-color-surface-dark-300) 84%, transparent);
  backdrop-filter: blur(2px);
}

.wm-graph-minimap {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 200px;
  height: 130px;
  border-radius: 10px;
  border: 1px solid var(--wm-color-border-dark-400);
  background: var(--wm-color-surface-dark-200);
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.wm-graph-minimap__viewport {
  position: absolute;
  border: 1px solid var(--wm-color-text-85);
  box-shadow: 0 0 0 1px var(--wm-overlay-accent-30) inset;
  background: var(--wm-overlay-accent-08);
  border-radius: 6px;
  pointer-events: none;
}

.wm-graph-tooltip {
  position: absolute;
  min-width: 140px;
  padding: 0.4rem 0.55rem;
  border-radius: 8px;
  background: var(--wm-color-surface-dark-300);
  color: var(--wm-color-text-85);
  font-size: 0.75rem;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 120ms ease, transform 120ms ease;
  z-index: 4;
}
.wm-graph-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.wm-graph-tooltip__title {
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.wm-task-details__header h5 {
  color: var(--wm-color-text-primary);
  margin-bottom: 0.5rem;
}

.wm-task-section__title {
  color: var(--wm-color-text-secondary);
  font-size: var(--wm-font-size-sm);
  font-weight: var(--wm-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--wm-letter-spacing-wide);
  margin-bottom: 0.5rem;
}
.wm-task-section__content {
  background: var(--wm-color-surface-subtle);
  border: 1px solid var(--wm-color-border-subtle);
  border-radius: var(--wm-radius-md);
  padding: 0.75rem;
}

.wm-task-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.wm-task-actions--top {
  padding-bottom: 0.5rem;
}
.wm-task-actions--bottom {
  padding-top: 0.5rem;
}
.wm-task-actions button {
  flex: 1 1 auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
  pointer-events: auto;
  z-index: 10;
}
.wm-task-actions button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.graph-legend {
  font-size: 0.8rem;
}
.graph-legend.wm-legend .wm-legend-toggle {
  background: transparent;
  border: 0;
  color: var(--wm-color-text-secondary);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
}
.graph-legend.wm-legend .wm-legend-toggle__icon {
  transition: transform 120ms ease;
}
.graph-legend.wm-legend .wm-legend__content {
  display: none;
}
.graph-legend.wm-legend.is-open .wm-legend__content {
  display: flex;
}
.graph-legend.wm-legend.is-open .wm-legend-toggle__icon {
  transform: rotate(180deg);
}
.graph-legend .badge {
  font-size: 0.72rem;
  padding: 0.3rem 0.6rem;
}

.text-muted {
  color: var(--wm-color-text-muted) !important;
}

#wm-side-close,
.wm-graph-side__head {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

#graph-loading {
  z-index: 10;
}

#graph-help {
  cursor: help;
}

#graph-export-png,
#graph-export-svg,
#graph-reset-view {
  white-space: nowrap;
}

.cy-search-hit {
  box-shadow: 0 0 0 3px var(--wm-overlay-warning-40);
}

.wm-pcr-modal-host .modal-dialog {
  height: 92vh;
  max-height: 92vh;
}
.wm-pcr-modal-host .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.wm-pcr-modal-host .modal-body {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.wm-pcr-modal-host #wm-modal-body {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}

.wm-pcr-modal-host .modal-body {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

.wm-pcr-modal-host .modal-dialog {
  height: calc(100vh - 3.5rem);
}
.wm-pcr-modal-host .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wm-pcr-modal-host .modal-body {
  flex: 1 1 auto;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.wm-pcr-modal__footer {
  flex: 0 0 auto;
  background: linear-gradient(to top, var(--wm-color-surface-dark-200), var(--wm-color-surface-dark-200));
  z-index: 10;
}

.wm-base-ops-header-toggle .btn {
  min-width: 72px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .wm-base-ops-header-toggle {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.wm-base-ops-panel--graph {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}
.wm-base-ops-panel--graph #wm-graph-shell {
  min-height: 420px;
  height: 100%;
}
.wm-base-ops-panel--graph #wm-graph-stage #wm-graph {
  min-height: 360px;
}

.wm-base-ops-panel--list {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}

.wm-base-ops-list-toolbar {
  background: color-mix(in srgb, var(--wm-color-surface-dark-300) 88%, transparent);
  position: sticky;
  top: 0;
  z-index: 3;
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 32px var(--wm-overlay-black-25);
}

.wm-base-ops-list-toolbar__brief {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.wm-base-ops-list-toolbar__eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--wm-color-accent-primary) 70%, white 12%);
  margin-bottom: 0.45rem;
}

.wm-base-ops-list-toolbar__brief h5 {
  font-size: 1.15rem;
  color: var(--wm-color-text-primary);
}

.wm-base-ops-list-toolbar__signal {
  min-width: 8rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--wm-color-accent-primary) 20%, transparent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--wm-overlay-accent-12) 75%, transparent), var(--wm-overlay-black-18));
  text-align: right;
  box-shadow: 0 12px 24px var(--wm-overlay-black-18);
}

.wm-base-ops-list-toolbar__signal-label,
.wm-base-ops-filter__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wm-color-text-muted);
}

.wm-base-ops-filter__control {
  background: color-mix(in srgb, var(--wm-overlay-black-30) 88%, transparent);
  border-color: var(--wm-overlay-white-08);
  box-shadow: inset 0 1px 0 var(--wm-overlay-white-04);
}

.wm-base-ops-list-body {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  background: radial-gradient(circle at top left, color-mix(in srgb, var(--wm-overlay-accent-08) 85%, transparent), transparent 42%), linear-gradient(180deg, color-mix(in srgb, var(--wm-color-surface-dark-300) 92%, transparent), color-mix(in srgb, var(--wm-color-bg) 98%, transparent));
}

.wm-base-ops-banner {
  background: color-mix(in srgb, var(--wm-color-surface-dark-300) 86%, transparent);
}

.wm-base-ops-list-cards {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.wm-base-ops-list-shell {
  max-width: 1440px;
  margin: 0 auto;
}

.wm-base-ops-section {
  position: relative;
  padding: 1rem 1rem 1.15rem;
  border-radius: 22px;
  border: 1px solid var(--wm-overlay-white-08);
  background: linear-gradient(180deg, var(--wm-overlay-white-03), transparent 40%), color-mix(in srgb, var(--wm-color-surface-dark-300) 94%, transparent);
  box-shadow: 0 18px 34px var(--wm-overlay-black-22);
  overflow: hidden;
}

.wm-base-ops-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid var(--wm-overlay-white-06);
}

.wm-base-ops-section__head-main {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.wm-base-ops-section__marker {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  box-shadow: 0 0 0 6px var(--wm-overlay-white-02);
}

.wm-base-ops-section__eyebrow {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wm-color-text-muted);
  margin-bottom: 0.35rem;
}

.wm-base-ops-section__head h5 {
  font-size: 1.15rem;
  color: var(--wm-color-text-primary);
}

.wm-base-ops-section__cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: start;
}

.wm-base-ops-section--queue {
  border-color: rgba(66, 170, 164, 0.28);
  background: linear-gradient(180deg, rgba(53, 126, 122, 0.14), transparent 28%), color-mix(in srgb, var(--wm-color-surface-dark-300) 95%, transparent);
}
.wm-base-ops-section--queue .wm-base-ops-section__marker {
  background: #5fd4be;
}

.wm-base-ops-section--ready {
  border-color: rgba(102, 187, 212, 0.2);
  background: linear-gradient(180deg, rgba(96, 129, 198, 0.12), transparent 26%), color-mix(in srgb, var(--wm-color-surface-dark-300) 95%, transparent);
}
.wm-base-ops-section--ready .wm-base-ops-section__marker {
  background: #70d8ff;
}

.wm-base-ops-section--blocked {
  border-color: rgba(157, 89, 89, 0.2);
  background: linear-gradient(180deg, rgba(111, 41, 41, 0.16), transparent 24%), color-mix(in srgb, var(--wm-color-surface-dark-300) 96%, transparent);
  opacity: 0.92;
}
.wm-base-ops-section--blocked .wm-base-ops-section__marker {
  background: #cf6c6c;
}

.wm-base-ops-slot-group {
  padding: 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(94, 183, 173, 0.16);
  background: linear-gradient(180deg, rgba(26, 54, 54, 0.58), rgba(12, 20, 24, 0.65));
}

.wm-base-ops-slot-group__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.wm-base-ops-slot-group__head h6 {
  color: var(--wm-color-text-primary);
}

.wm-base-ops-slot-group__cards {
  display: grid;
  gap: 12px;
}

.wm-base-ops-card {
  position: relative;
  background: linear-gradient(180deg, var(--wm-overlay-white-04), transparent 52%), color-mix(in srgb, var(--wm-color-surface-dark-300) 95%, transparent);
  border: 1px solid var(--wm-overlay-white-10);
  border-radius: 18px;
  padding: 16px 16px 16px 24px;
  box-shadow: 0 16px 28px var(--wm-overlay-black-20);
  width: 100%;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.wm-base-ops-card:hover {
  transform: translateY(-2px);
  border-color: var(--wm-overlay-white-16);
  box-shadow: 0 16px 30px var(--wm-overlay-black-28);
}

.wm-base-ops-card__tone {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 18px 0 0 18px;
  background: rgba(255, 255, 255, 0.1);
}

.wm-base-ops-card.is-operational {
  border-color: rgba(88, 202, 190, 0.18);
}
.wm-base-ops-card.is-operational .wm-base-ops-card__tone {
  background: linear-gradient(180deg, #4fe5c2, #2aa2b1);
}

.wm-base-ops-card.is-ready {
  border-color: rgba(111, 176, 214, 0.16);
}
.wm-base-ops-card.is-ready .wm-base-ops-card__tone {
  background: linear-gradient(180deg, #7ad5ff, #5f8fff);
}

.wm-base-ops-card.is-blocked {
  border-color: rgba(196, 100, 100, 0.16);
}
.wm-base-ops-card.is-blocked .wm-base-ops-card__tone {
  background: linear-gradient(180deg, #d57979, #803f3f);
}

.wm-base-ops-card__titlewrap {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
}

.wm-base-ops-card__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid var(--wm-color-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--wm-overlay-white-06);
  flex: 0 0 auto;
  box-shadow: 0 0 0 1px var(--wm-overlay-white-06) inset, 0 8px 18px var(--wm-overlay-black-22);
}

.wm-base-ops-card__titles {
  min-width: 0;
}

.wm-base-ops-card__titles h6 {
  color: var(--wm-color-text-85);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  word-break: break-word;
  margin-bottom: 0.15rem;
}

.wm-base-ops-card__submeta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.78rem;
  color: var(--wm-color-text-muted);
}

.wm-base-ops-card.is-focused {
  border-color: var(--wm-color-accent-primary);
  box-shadow: 0 0 0 2px var(--wm-overlay-accent-20), 0 14px 24px var(--wm-overlay-black-25);
}

.wm-base-ops-card__connector {
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 18px;
  height: 14px;
  border-left: 2px solid var(--wm-overlay-accent-40);
  border-bottom: 2px solid var(--wm-overlay-accent-40);
  border-radius: 0 0 0 8px;
}

.wm-base-ops-card__connector::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid var(--wm-overlay-accent-50);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.wm-base-ops-card__connector.is-last {
  display: none;
}

.wm-base-ops-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.wm-base-ops-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.8rem;
  margin-bottom: 12px;
  color: var(--wm-color-text-secondary);
}

.wm-base-ops-card__meta-item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  padding: 0.32rem 0.68rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--wm-overlay-white-06), var(--wm-overlay-black-18));
  border: 1px solid var(--wm-overlay-white-08);
  box-shadow: inset 0 1px 0 var(--wm-overlay-white-04);
}

.wm-base-ops-card__meta-item--muted {
  background: var(--wm-overlay-black-10);
}

.wm-base-ops-card__meta-label,
.wm-base-ops-card__eyebrow {
  color: var(--wm-color-text-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wm-base-ops-card__benefit {
  color: var(--wm-color-text-secondary);
  font-size: 0.87rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wm-base-ops-card__summary {
  padding: 0.85rem 0.95rem;
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid var(--wm-overlay-white-06);
  background: linear-gradient(180deg, var(--wm-overlay-black-10), transparent);
}

.wm-base-ops-card__runtime {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.65rem 0.75rem;
  margin-bottom: 12px;
  border: 1px solid var(--wm-overlay-white-06);
  border-radius: 12px;
  background: color-mix(in srgb, var(--wm-overlay-accent-08) 60%, transparent);
}
.wm-base-ops-card__runtime .progress {
  height: 0.45rem;
  background: var(--wm-overlay-white-06);
}
.wm-base-ops-card__runtime .progress-bar {
  background: linear-gradient(90deg, var(--wm-color-accent-primary), var(--wm-overlay-warning-40));
}

.wm-base-ops-card__runtime--queued {
  background: color-mix(in srgb, var(--wm-overlay-white-04) 60%, transparent);
}

.wm-base-ops-card__runtime-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.wm-base-ops-card__runtime-bar .progress {
  flex: 1;
  min-width: 0;
}

.wm-base-ops-card__runtime-pct {
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  color: var(--wm-color-text-muted);
  min-width: 2.4rem;
  text-align: right;
  flex-shrink: 0;
}

.wm-base-ops-card__runtime-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.76rem;
  color: var(--wm-color-text-muted);
}

.wm-base-ops-card__runtime-state {
  color: var(--wm-color-text-muted);
}

.wm-base-ops-card__runtime-eta {
  font-variant-numeric: tabular-nums;
  color: var(--wm-color-accent-primary);
  font-weight: 600;
}

.wm-base-ops-card__intel {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 10px;
}

.wm-base-ops-card__unlock {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.79rem;
  margin-bottom: 10px;
}

.wm-base-ops-card__blocker {
  margin-bottom: 12px;
  padding: 0.65rem 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(181, 102, 102, 0.18);
  background: linear-gradient(180deg, rgba(105, 42, 42, 0.38), rgba(63, 19, 19, 0.32));
  color: var(--wm-color-text-secondary);
  font-size: 0.8rem;
  line-height: 1.35;
}

button.wm-base-ops-card__blocker--link {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease;
}
button.wm-base-ops-card__blocker--link:hover, button.wm-base-ops-card__blocker--link:focus-visible {
  border-color: rgba(181, 102, 102, 0.45);
  background: linear-gradient(180deg, rgba(130, 52, 52, 0.52), rgba(80, 28, 28, 0.44));
  color: var(--wm-color-text-primary);
  outline: none;
}

.wm-base-ops-blocker-arrow {
  opacity: 0.6;
  font-style: normal;
  margin-left: 0.25rem;
}

@keyframes wm-blocker-highlight-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--wm-color-accent-primary-rgb, 94, 183, 173), 0.55);
  }
  60% {
    box-shadow: 0 0 0 8px rgba(var(--wm-color-accent-primary-rgb, 94, 183, 173), 0);
  }
  100% {
    box-shadow: none;
  }
}
.wm-base-ops-card.is-highlight-pulse {
  animation: wm-blocker-highlight-pulse 0.9s ease forwards;
}

.wm-base-ops-card__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 0.35rem;
  border-top: 1px solid var(--wm-overlay-white-05);
}
.wm-base-ops-card__actions .btn {
  border-radius: 10px;
  font-weight: 600;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.wm-base-ops-card__actions .btn:hover {
  transform: translateY(-1px);
}
.wm-base-ops-card__actions .btn-primary {
  box-shadow: 0 10px 22px var(--wm-overlay-accent-12);
}

.wm-base-ops-btn--primary {
  min-width: 8rem;
  box-shadow: 0 12px 24px var(--wm-overlay-accent-12);
}

.wm-base-ops-btn--secondary {
  opacity: 0.92;
}

.wm-base-ops-btn--tertiary {
  opacity: 0.7;
}

.wm-base-ops-btn--investigate {
  border-color: rgba(212, 158, 95, 0.34);
  color: #f0c793;
}

.wm-base-ops-status {
  flex: 0 0 auto;
  padding: 0.46rem 0.68rem;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border: 1px solid transparent;
}

.wm-base-ops-status--available {
  background: rgba(80, 134, 193, 0.2);
  border-color: rgba(114, 181, 222, 0.22);
}

.wm-base-ops-status--locked {
  background: var(--wm-color-border-dark-400);
}

.wm-base-ops-status--running,
.wm-base-ops-status--queued,
.wm-base-ops-status--speedup_eligible {
  background: rgba(49, 116, 108, 0.34);
  border-color: rgba(98, 215, 189, 0.2);
}

.wm-base-ops-status--completed {
  background: var(--wm-overlay-success-30);
}

.wm-base-ops-status--recommended {
  background: var(--wm-overlay-accent-25);
}

.wm-base-ops-status--blocked {
  background: rgba(120, 46, 46, 0.4);
  border-color: rgba(204, 112, 112, 0.18);
}

.wm-base-ops-status--claimable {
  background: var(--wm-overlay-success-40);
}

@media (max-width: 767.98px) {
  .wm-base-ops-list-toolbar__brief,
  .wm-base-ops-section__head,
  .wm-base-ops-slot-group__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .wm-base-ops-section__cards {
    grid-template-columns: 1fr;
  }
  .wm-base-ops-card {
    padding: 12px 12px 12px 18px;
  }
  .wm-base-ops-card__head {
    align-items: flex-start;
  }
  .wm-base-ops-card__actions .btn {
    flex: 1 1 calc(50% - 8px);
  }
}
#wm-offcanvas.wm-base-ops-details-layer {
  z-index: 1080;
}

#wm-modal.wm-base-ops-underlay {
  z-index: 1040;
}
#wm-modal.wm-base-ops-underlay .modal-dialog {
  pointer-events: none;
}

.wm-pcr-modal .wm-graph-side__head {
  align-items: flex-start;
  gap: 0.5rem;
}

.wm-pcr-modal .wm-graph-side__content {
  overflow: hidden;
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
}

.wm-pcr-modal #wm-side-close {
  flex: 0 0 auto;
}

.wm-pcr-modal .wm-graph-details-panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  padding: 0.75rem 0.75rem 0;
  gap: 0.75rem;
}

.wm-pcr-modal .wm-details-panel-header {
  border: 1px solid rgba(99, 163, 194, 0.14);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(70, 110, 130, 0.16), transparent 42%), color-mix(in srgb, var(--wm-color-surface-dark-300) 94%, transparent);
  backdrop-filter: blur(8px);
  padding: 1rem;
  box-shadow: 0 18px 30px var(--wm-overlay-black-20);
}

.wm-pcr-modal .wm-details-panel-header__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.wm-pcr-modal .wm-details-panel-header__identity,
:where(#wm-offcanvas-body, .wm-offcanvas-root, .wm-pcr-modal) .wm-details-panel-header__identity {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.wm-pcr-modal .wm-details-panel-header__icon,
:where(#wm-offcanvas-body, .wm-offcanvas-root, .wm-pcr-modal) .wm-details-panel-header__icon {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid var(--wm-overlay-white-10);
  background: linear-gradient(180deg, var(--wm-overlay-white-08), var(--wm-overlay-black-18));
  box-shadow: 0 12px 24px var(--wm-overlay-black-18);
}

.wm-pcr-modal .wm-details-panel-header__titles h6,
:where(#wm-offcanvas-body, .wm-offcanvas-root, .wm-pcr-modal) .wm-details-panel-header__titles h6 {
  font-size: 1.15rem;
  color: var(--wm-color-text-primary);
}

.wm-pcr-modal .wm-details-panel-header__level,
:where(#wm-offcanvas-body, .wm-offcanvas-root, .wm-pcr-modal) .wm-details-panel-header__level {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--wm-color-accent-primary) 72%, white 12%);
}

.wm-pcr-modal .wm-details-panel-header__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.65rem;
}

.wm-pcr-modal .wm-graph-details__pill--status.is-available {
  color: var(--wm-color-accent-primary);
  border-color: var(--wm-color-accent-primary);
}

.wm-pcr-modal .wm-graph-details__pill--status.is-progress {
  color: var(--bs-warning-text-emphasis);
  border-color: var(--bs-warning-border-subtle);
}

.wm-pcr-modal .wm-graph-details__pill--status.is-locked {
  color: var(--wm-color-text-muted);
}

.wm-pcr-modal .wm-graph-details__pill--status.is-complete {
  color: var(--bs-success-text-emphasis);
  border-color: var(--bs-success-border-subtle);
}

.wm-pcr-modal .wm-details-panel-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow-y: auto;
  min-height: 0;
  padding-right: 0.25rem;
}

.wm-pcr-modal .wm-details-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: color-mix(in srgb, var(--wm-color-surface-dark-300) 94%, transparent);
  backdrop-filter: blur(2px);
  box-shadow: 0 10px 22px var(--wm-overlay-black-18);
}

.wm-pcr-modal .wm-details-card__header {
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid var(--wm-color-border-subtle, var(--wm-color-border));
}

.wm-pcr-modal .wm-details-card__body {
  padding: 0.9rem;
  line-height: 1.5;
}

.wm-pcr-modal .wm-details-card__lead,
:where(#wm-offcanvas-body, .wm-offcanvas-root, .wm-pcr-modal) .wm-details-card__lead {
  color: var(--wm-color-text-secondary);
  line-height: 1.55;
}

.wm-details-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.65rem;
}

.wm-details-overview-grid__item {
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  border: 1px solid var(--wm-overlay-white-06);
  background: linear-gradient(180deg, var(--wm-overlay-white-04), var(--wm-overlay-black-10));
}

.wm-details-overview-grid__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wm-color-text-muted);
  margin-bottom: 0.35rem;
}

.wm-details-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.wm-pcr-modal .wm-details-deflist {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem 0.75rem;
  font-size: 0.875rem;
}

.wm-pcr-modal .wm-details-deflist dt {
  margin: 0;
  color: var(--wm-color-text-muted);
  font-weight: var(--wm-font-weight-semibold, 600);
}

.wm-pcr-modal .wm-details-deflist dd {
  margin: 0;
  text-align: right;
}

.wm-pcr-modal .wm-task-progress__bar {
  height: 0.6rem;
  background: var(--wm-overlay-white-06);
}

.wm-pcr-modal .wm-task-progress__meta {
  font-size: 0.8rem;
  color: var(--wm-color-text-muted);
}

.wm-pcr-modal .wm-graph-requirements-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wm-pcr-modal .wm-graph-requirement-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border: 1px solid var(--wm-color-border-subtle, var(--wm-color-border));
  border-radius: 12px;
  padding: 0.6rem 0.65rem;
  background: linear-gradient(180deg, var(--wm-overlay-white-03), transparent);
}

.wm-pcr-modal .wm-graph-requirement-row__main {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.wm-pcr-modal .wm-graph-requirement-row__icon {
  color: var(--wm-color-text-muted);
}

.wm-pcr-modal .wm-graph-requirement-row__label {
  font-size: 0.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wm-pcr-modal .wm-graph-requirement-row__value {
  margin-left: auto;
  font-size: 0.8rem;
  color: var(--wm-color-text-muted);
}

.wm-pcr-modal .wm-graph-requirement-row__info {
  padding: 0.2rem 0.35rem;
  line-height: 1;
}

.wm-pcr-modal .wm-graph-details__footer {
  position: sticky;
  bottom: 0;
  padding: 0.75rem 0;
  margin-top: auto;
  border-top: 1px solid var(--wm-color-border-subtle, var(--wm-color-border));
  background: linear-gradient(180deg, rgba(10, 13, 18, 0), color-mix(in srgb, var(--wm-color-surface-dark-300) 98%, transparent) 28%);
  z-index: 2;
}

.wm-details-actions {
  padding-top: 0.25rem;
}

.wm-details-actions__primary {
  box-shadow: 0 12px 24px var(--wm-overlay-accent-12);
}

.wm-details-actions__secondary {
  opacity: 0.92;
}

.wm-details-blocked-list {
  display: grid;
  gap: 0.8rem;
}

.wm-details-blocked-list__item {
  padding: 0.75rem 0.8rem;
  border-radius: 14px;
  border: 1px solid rgba(176, 96, 96, 0.14);
  background: linear-gradient(180deg, rgba(88, 33, 33, 0.28), rgba(49, 18, 18, 0.2));
}

:where(#wm-offcanvas-body, .wm-offcanvas-root, .wm-pcr-modal) .wm-graph-details-panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  gap: 0.75rem;
}

:where(#wm-offcanvas-body, .wm-offcanvas-root, .wm-pcr-modal) .wm-details-panel-header,
:where(#wm-offcanvas-body, .wm-offcanvas-root, .wm-pcr-modal) .wm-details-card {
  border: 1px solid var(--wm-color-border);
  border-radius: var(--wm-radius-md);
  background: color-mix(in srgb, var(--wm-color-surface-dark-300) 94%, transparent);
  backdrop-filter: blur(2px);
}

:where(#wm-offcanvas-body, .wm-offcanvas-root, .wm-pcr-modal) .wm-details-panel-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow-y: auto;
  min-height: 0;
}

:where(#wm-offcanvas-body, .wm-offcanvas-root, .wm-pcr-modal) .wm-details-card__header {
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid var(--wm-color-border-subtle, var(--wm-color-border));
}

:where(#wm-offcanvas-body, .wm-offcanvas-root, .wm-pcr-modal) .wm-details-card__body {
  padding: 0.75rem;
}

/*# sourceMappingURL=war_user_task.graph.css.map */