/* [project]/src/app/v19/page.module.css [app-client] (css) */
.page-module__3PKQRG__main {
  background: var(--background);
  min-height: 100vh;
  color: var(--foreground);
  padding: 1rem 1.25rem;
}

.page-module__3PKQRG__header {
  border-bottom: 1px solid #1f2233;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: .75rem;
  padding-bottom: .6rem;
  display: flex;
}

.page-module__3PKQRG__h1 {
  letter-spacing: -.02em;
  font-size: 1.2rem;
  font-weight: 600;
}

.page-module__3PKQRG__muted {
  color: #6b7290;
  font-size: .78rem;
  font-weight: 400;
}

.page-module__3PKQRG__headerLinks {
  align-items: baseline;
  gap: .75rem;
  display: flex;
}

.page-module__3PKQRG__backLink {
  color: #6b7290;
  font-size: .75rem;
  text-decoration: none;
}

.page-module__3PKQRG__backLink:hover {
  color: #cfd4e3;
}

.page-module__3PKQRG__errorBar {
  color: #e87070;
  background: #e870701f;
  border: 1px solid #6a2828;
  border-radius: 4px;
  margin-bottom: .6rem;
  padding: .4rem .75rem;
  font-size: .78rem;
}

.page-module__3PKQRG__threePane {
  grid-template-columns: 220px 1fr 280px;
  align-items: start;
  gap: 1rem;
  display: grid;
}

.page-module__3PKQRG__sidebar, .page-module__3PKQRG__center, .page-module__3PKQRG__rightPanel {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.page-module__3PKQRG__sectionLabel {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6b7290;
  align-items: baseline;
  gap: .5rem;
  font-size: .7rem;
  display: flex;
}

.page-module__3PKQRG__filterCrumb {
  color: #5ec3d6;
  text-transform: none;
  letter-spacing: 0;
  font-size: .7rem;
}

.page-module__3PKQRG__section {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.page-module__3PKQRG__agentList {
  flex-direction: column;
  gap: .3rem;
  list-style: none;
  display: flex;
}

.page-module__3PKQRG__agentItem {
  --agent-accent: #1f2233;
  border-top: 1px solid #1f2233;
  border-bottom: 1px solid #1f2233;
  border-right: 1px solid #1f2233;
  border-left: 3px solid var(--agent-accent);
  cursor: pointer;
  background: #0c0e1c;
  border-radius: 3px;
  padding: .4rem .55rem;
  transition: border-color .15s, background .15s;
}

.page-module__3PKQRG__agentItem:hover {
  background: #14172a;
}

.page-module__3PKQRG__agentItemActive {
  background: #14213a;
  border-color: #2b8aa3;
}

.page-module__3PKQRG__agentTop {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.page-module__3PKQRG__agentName {
  color: #cfd4e3;
  font-size: .8rem;
  font-weight: 500;
}

.page-module__3PKQRG__agentTotal {
  color: #6b7290;
  font-size: .7rem;
}

.page-module__3PKQRG__agentRole {
  color: #6b7290;
  margin-top: .1rem;
  font-size: .65rem;
}

.page-module__3PKQRG__agentCounts {
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .25rem;
  font-size: .65rem;
  display: flex;
}

.page-module__3PKQRG__cOpen {
  color: #d3edf6;
}

.page-module__3PKQRG__cProg {
  color: #f5e0a8;
}

.page-module__3PKQRG__cDone {
  color: #a8f5d0;
}

.page-module__3PKQRG__cIdle {
  color: #4a4e63;
  font-style: italic;
}

.page-module__3PKQRG__agentActivity {
  color: #4a4e63;
  margin-top: .15rem;
  font-size: .6rem;
}

.page-module__3PKQRG__clearAgentFilter {
  color: #5ec3d6;
  cursor: pointer;
  background: none;
  border: 1px dashed #2b7d92;
  border-radius: 3px;
  padding: .25rem .5rem;
  font-family: inherit;
  font-size: .7rem;
}

.page-module__3PKQRG__filterRow {
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.page-module__3PKQRG__filterButtons {
  gap: .3rem;
  display: flex;
}

.page-module__3PKQRG__filterBtn {
  color: #8b91a8;
  cursor: pointer;
  text-transform: lowercase;
  background: none;
  border: 1px solid #1f2233;
  border-radius: 3px;
  padding: .25rem .6rem;
  font-family: inherit;
  font-size: .7rem;
}

.page-module__3PKQRG__filterBtn:hover {
  color: #cfd4e3;
  border-color: #2b7d92;
}

.page-module__3PKQRG__filterBtnActive {
  color: #d3edf6;
  background: #1e6a7e;
  border-color: #2b8aa3;
}

.page-module__3PKQRG__bulkBtn {
  color: #f0c89c;
  cursor: pointer;
  background: #4a2f1e;
  border: 1px solid #7a4e30;
  border-radius: 3px;
  padding: .3rem .7rem;
  font-family: inherit;
  font-size: .72rem;
}

.page-module__3PKQRG__bulkBtn:hover {
  background: #6a4530;
}

.page-module__3PKQRG__bulkBtn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.page-module__3PKQRG__list {
  flex-direction: column;
  gap: .4rem;
  list-style: none;
  display: flex;
}

.page-module__3PKQRG__taskCard {
  cursor: pointer;
  background: #0c0e1c;
  border: 1px solid #1f2233;
  border-radius: 4px;
  padding: .6rem .75rem;
  transition: border-color .15s;
}

.page-module__3PKQRG__taskCard:hover {
  border-color: #2b7d92;
}

.page-module__3PKQRG__taskHead {
  justify-content: space-between;
  align-items: flex-start;
  gap: .5rem;
  display: flex;
}

.page-module__3PKQRG__taskTitle {
  overflow-wrap: break-word;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.35;
}

.page-module__3PKQRG__taskMeta {
  color: #6b7290;
  margin-top: .2rem;
  font-size: .68rem;
}

.page-module__3PKQRG__statusPill {
  text-transform: lowercase;
  border-radius: 3px;
  margin-right: .3rem;
  padding: .08rem .4rem;
  font-size: .62rem;
  font-weight: 600;
  display: inline-block;
}

.page-module__3PKQRG__statusOpen {
  color: #cfd4e3;
  background: #2a2d40;
}

.page-module__3PKQRG__statusInProgress {
  color: #f5e0a8;
  background: #6a4d1e;
}

.page-module__3PKQRG__statusDone {
  color: #a8f5d0;
  background: #1e6a4d;
}

.page-module__3PKQRG__projectPill {
  text-transform: lowercase;
  color: #d4c0f0;
  background: #4d2f7a;
  border-radius: 3px;
  margin-left: .3rem;
  padding: .08rem .4rem;
  font-size: .62rem;
  font-weight: 600;
  display: inline-block;
}

.page-module__3PKQRG__agentArrow {
  margin-left: .4rem;
}

.page-module__3PKQRG__btnRun {
  color: #d3f0e1;
  cursor: pointer;
  white-space: nowrap;
  background: #1e7e4f;
  border: 0;
  border-radius: 3px;
  align-self: flex-start;
  padding: .3rem .7rem;
  font-family: inherit;
  font-size: .72rem;
}

.page-module__3PKQRG__btnRun:hover {
  background: #2ba165;
}

.page-module__3PKQRG__btnRun:disabled {
  color: #4a4e63;
  cursor: not-allowed;
  background: #1a1c2a;
}

.page-module__3PKQRG__blocker {
  color: #f0a0a0;
  background: #781e1e26;
  border-radius: 3px;
  margin-top: .3rem;
  padding: .2rem .45rem;
  font-size: .68rem;
}

.page-module__3PKQRG__empty {
  color: #4a4e63;
  font-size: .78rem;
  font-style: italic;
}

.page-module__3PKQRG__decisionCard {
  background: #0c0e1c;
  border: 1px solid #4d2f7a;
  border-radius: 4px;
  flex-direction: column;
  gap: .35rem;
  padding: .6rem .75rem;
  display: flex;
}

.page-module__3PKQRG__decisionHead {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.page-module__3PKQRG__decisionQ {
  flex: 1;
  font-size: .85rem;
  font-weight: 500;
}

.page-module__3PKQRG__decisionOpts {
  flex-wrap: wrap;
  gap: .35rem;
  display: flex;
}

.page-module__3PKQRG__optBtn {
  color: #d4c0f0;
  cursor: pointer;
  background: #1e1426;
  border: 1px solid #4d2f7a;
  border-radius: 3px;
  padding: .3rem .7rem;
  font-family: inherit;
  font-size: .72rem;
}

.page-module__3PKQRG__optBtn:hover {
  background: #3a1d5e;
}

.page-module__3PKQRG__optBtn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.page-module__3PKQRG__iconBtn {
  color: #6b7290;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  padding: 0 .3rem;
  font-size: .95rem;
  line-height: 1;
}

.page-module__3PKQRG__iconBtn:hover {
  color: #e87070;
}

.page-module__3PKQRG__doneCard {
  cursor: pointer;
  background: #0c0e1c80;
  border: 1px solid #1f223380;
  border-radius: 4px;
  padding: .55rem .75rem;
  font-size: .75rem;
  transition: border-color .15s;
}

.page-module__3PKQRG__doneCard:hover {
  border-color: #2b7d92;
}

.page-module__3PKQRG__doneTitle {
  color: #8b91a8;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .25rem;
  display: flex;
}

.page-module__3PKQRG__doneCheck {
  color: #6dd4a5;
}

.page-module__3PKQRG__doneAgent {
  color: #4a4e63;
  margin-left: .25rem;
}

.page-module__3PKQRG__doneResult {
  color: #6b7290;
  border-left: 1px solid #1f2233;
  margin-top: .25rem;
  padding-left: .6rem;
  font-size: .72rem;
  line-height: 1.45;
}

.page-module__3PKQRG__goalBlock {
  flex-direction: column;
  gap: .4rem;
  display: flex;
}

.page-module__3PKQRG__goalInput {
  color: var(--foreground);
  resize: vertical;
  background: #0c0e1c;
  border: 1px solid #1f2233;
  border-radius: 4px;
  min-height: 4rem;
  padding: .55rem .7rem;
  font-family: inherit;
  font-size: .78rem;
}

.page-module__3PKQRG__goalInput:focus {
  border-color: #2b7d92;
  outline: none;
}

.page-module__3PKQRG__goalRow {
  gap: .35rem;
  display: flex;
}

.page-module__3PKQRG__select {
  color: var(--foreground);
  cursor: pointer;
  background: #0c0e1c;
  border: 1px solid #1f2233;
  border-radius: 4px;
  padding: .4rem .5rem;
  font-family: inherit;
  font-size: .75rem;
}

.page-module__3PKQRG__btnPrimary {
  color: #d3edf6;
  cursor: pointer;
  background: #1e6a7e;
  border: 0;
  border-radius: 4px;
  flex: 1;
  padding: .4rem .9rem;
  font-family: inherit;
  font-size: .78rem;
}

.page-module__3PKQRG__btnPrimary:hover {
  background: #2b8aa3;
}

.page-module__3PKQRG__btnPrimary:disabled {
  color: #4a4e63;
  cursor: not-allowed;
  background: #1a1c2a;
}

.page-module__3PKQRG__summary {
  color: #5ec3d6;
  font-size: .7rem;
  font-style: italic;
}

.page-module__3PKQRG__error {
  color: #e87070;
  font-size: .72rem;
}

.page-module__3PKQRG__tplList {
  flex-direction: column;
  gap: .2rem;
  list-style: none;
  display: flex;
}

.page-module__3PKQRG__tplBtn {
  text-align: left;
  color: #cfd4e3;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: 1px solid #1f2233;
  border-radius: 3px;
  width: 100%;
  padding: .35rem .55rem;
  font-family: inherit;
  font-size: .72rem;
  overflow: hidden;
}

.page-module__3PKQRG__tplBtn:hover {
  background: #14213a;
  border-color: #2b7d92;
}

.page-module__3PKQRG__histBtn {
  text-align: left;
  color: #8b91a8;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: 1px dashed #1f2233;
  border-radius: 3px;
  width: 100%;
  padding: .3rem .55rem;
  font-family: inherit;
  font-size: .7rem;
  overflow: hidden;
}

.page-module__3PKQRG__histBtn:hover {
  color: #cfd4e3;
  background: #14172a;
}

.page-module__3PKQRG__footerMini {
  color: #4a4e63;
  border-top: 1px solid #14162a;
  margin-top: auto;
  padding-top: .5rem;
  font-size: .65rem;
}

.page-module__3PKQRG__modalOverlay {
  z-index: 100;
  background: #0009;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.page-module__3PKQRG__modalBox {
  background: #0c0e1c;
  border: 1px solid #2b7d92;
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  max-width: 48rem;
  max-height: 90vh;
  display: flex;
  overflow: hidden;
}

.page-module__3PKQRG__modalHead {
  border-bottom: 1px solid #1f2233;
  justify-content: space-between;
  align-items: center;
  padding: .6rem .9rem;
  display: flex;
}

.page-module__3PKQRG__modalId {
  color: #4a4e63;
  font-family: monospace;
  font-size: .7rem;
}

.page-module__3PKQRG__modalBody {
  flex-direction: column;
  flex: 1;
  gap: .6rem;
  padding: .75rem .9rem;
  display: flex;
  overflow-y: auto;
}

.page-module__3PKQRG__fieldRow {
  align-items: flex-start;
  gap: .75rem;
  display: flex;
}

.page-module__3PKQRG__fieldLabel {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6b7290;
  min-width: 5rem;
  padding-top: .25rem;
  font-size: .7rem;
}

.page-module__3PKQRG__fieldValue {
  cursor: text;
  background: none;
  border-radius: 3px;
  flex: 1;
  padding: .25rem .4rem;
  font-size: .85rem;
  position: relative;
}

.page-module__3PKQRG__fieldValue:hover {
  background: #14172a;
}

.page-module__3PKQRG__blockerValue {
  color: #f0a0a0;
}

.page-module__3PKQRG__editHint {
  color: #4a4e63;
  opacity: 0;
  margin-left: .4rem;
  font-size: .7rem;
  transition: opacity .15s;
}

.page-module__3PKQRG__fieldValue:hover .page-module__3PKQRG__editHint {
  opacity: 1;
}

.page-module__3PKQRG__editRow {
  flex: 1;
  gap: .4rem;
  display: flex;
}

.page-module__3PKQRG__modalInput {
  color: var(--foreground);
  background: #14172a;
  border: 1px solid #2b7d92;
  border-radius: 3px;
  flex: 1;
  padding: .35rem .55rem;
  font-family: inherit;
  font-size: .8rem;
}

.page-module__3PKQRG__modalSelect {
  color: var(--foreground);
  cursor: pointer;
  background: #14172a;
  border: 1px solid #1f2233;
  border-radius: 3px;
  padding: .3rem .5rem;
  font-family: inherit;
  font-size: .78rem;
}

.page-module__3PKQRG__btnSave {
  color: #d3edf6;
  cursor: pointer;
  background: #1e6a7e;
  border: 0;
  border-radius: 3px;
  padding: .25rem .7rem;
  font-family: inherit;
  font-size: .72rem;
}

.page-module__3PKQRG__statusSwitcher {
  gap: .25rem;
  display: flex;
}

.page-module__3PKQRG__statusBtn {
  color: #8b91a8;
  cursor: pointer;
  text-transform: lowercase;
  background: #14172a;
  border: 1px solid #1f2233;
  border-radius: 3px;
  padding: .25rem .6rem;
  font-family: inherit;
  font-size: .72rem;
}

.page-module__3PKQRG__statusBtn:hover {
  border-color: #2b7d92;
}

.page-module__3PKQRG__statusBtnActive {
  color: #d3edf6;
  background: #1e6a7e;
  border-color: #2b8aa3;
}

.page-module__3PKQRG__resultBlock {
  white-space: pre-wrap;
  word-break: break-word;
  color: #b0b6cc;
  background: #050610;
  border: 1px solid #1f2233;
  border-radius: 4px;
  flex: 1;
  max-height: 28rem;
  padding: .6rem .75rem;
  font-family: inherit;
  font-size: .75rem;
  line-height: 1.55;
  overflow-y: auto;
}

.page-module__3PKQRG__tsRow {
  color: #6b7290;
  flex-wrap: wrap;
  gap: .4rem;
  font-size: .7rem;
  display: flex;
}

.page-module__3PKQRG__modalActions {
  border-top: 1px solid #1f2233;
  flex-wrap: wrap;
  gap: .5rem;
  padding: .6rem .9rem;
  display: flex;
}

.page-module__3PKQRG__btnSecondary {
  color: #cfd4e3;
  cursor: pointer;
  background: #14172a;
  border: 1px solid #2b7d92;
  border-radius: 3px;
  padding: .4rem .9rem;
  font-family: inherit;
  font-size: .75rem;
}

.page-module__3PKQRG__btnSecondary:hover {
  background: #1f2a3a;
}

.page-module__3PKQRG__btnDanger {
  color: #e87070;
  cursor: pointer;
  background: none;
  border: 1px solid #6a2828;
  border-radius: 3px;
  margin-left: auto;
  padding: .4rem .9rem;
  font-family: inherit;
  font-size: .75rem;
}

.page-module__3PKQRG__btnDanger:hover {
  background: #781e1e26;
}

.page-module__3PKQRG__btnGhost {
  color: #6b7290;
  cursor: pointer;
  background: none;
  border: 1px solid #1f2233;
  border-radius: 3px;
  padding: .4rem .9rem;
  font-family: inherit;
  font-size: .75rem;
}

.page-module__3PKQRG__btnGhost:hover {
  color: #cfd4e3;
}

.page-module__3PKQRG__embedded {
  background: none !important;
  min-height: 0 !important;
  padding: .5rem .75rem !important;
}

.page-module__3PKQRG__embedded .page-module__3PKQRG__threePane {
  grid-template-columns: 200px 1fr 260px;
  gap: .75rem;
}

.page-module__3PKQRG__embedded .page-module__3PKQRG__sidebar, .page-module__3PKQRG__embedded .page-module__3PKQRG__center, .page-module__3PKQRG__embedded .page-module__3PKQRG__rightPanel {
  gap: .6rem;
}

.page-module__3PKQRG__embedded .page-module__3PKQRG__modalOverlay {
  z-index: 200;
}

@media (max-width: 1100px) {
  .page-module__3PKQRG__threePane, .page-module__3PKQRG__embedded .page-module__3PKQRG__threePane {
    grid-template-columns: 1fr;
  }

  .page-module__3PKQRG__sidebar, .page-module__3PKQRG__rightPanel {
    order: 2;
  }

  .page-module__3PKQRG__center {
    order: 1;
  }
}

/*# sourceMappingURL=src_app_v19_page_module_05bf~sb.css.map*/