:root {
  --ps-shell-mint: #00e5c2;
  --ps-shell-teal: #0097a7;
  --ps-shell-navy: #0a2030;
  --ps-shell-dark: #071b26;
  --ps-shell-dark-raised: #0d2935;
  --ps-shell-dark-hover: #123743;
  --ps-shell-dark-border: #24434d;
  --ps-shell-off-white: #f6fbfb;
  --ps-shell-mist: #e6f2f2;
  --ps-shell-border: #cfdfdf;
  --ps-shell-muted: #607778;
  --ps-shell-dark-text: #e4eeee;
  --ps-shell-dark-muted: #90aaae;
  --ps-shell-font: "Avenir Next", Avenir, Montserrat, "Century Gothic", Arial, sans-serif;
}

body.ps-runtime-shell-ready {
  --ps-ai-panel-width: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0;
  grid-template-rows: minmax(100dvh, auto);
  min-height: 100dvh;
  background: var(--ps-shell-off-white);
  overflow-x: clip;
}

body.ps-runtime-shell-ready[data-ps-peter-open="true"] {
  grid-template-columns: minmax(0, 1fr) var(--ps-ai-panel-width);
}

body.ps-runtime-shell-ready > #root,
body.ps-runtime-shell-ready > .ps-runtime-shell-grid {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  min-width: 0;
}

body.ps-runtime-shell-ready > .ps-runtime-shell-grid {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  min-height: 100dvh;
}

body.ps-runtime-shell-ready[data-ps-sidebar-compact="true"] > .ps-runtime-shell-grid {
  grid-template-columns: 0 minmax(0, 1fr);
}

body.ps-runtime-shell-ready[data-ps-peter-resizing="true"],
body.ps-runtime-shell-ready[data-ps-peter-resizing="true"] * {
  cursor: col-resize !important;
  transition: none !important;
  user-select: none !important;
}

body.ps-runtime-shell-ready::before {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--ps-shell-mint);
  content: "";
  pointer-events: none;
}

.ps-runtime-login {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  place-items: center !important;
  min-height: 100dvh !important;
  padding: 32px 20px !important;
  background: radial-gradient(circle at top, rgba(0, 151, 167, 0.1), transparent 34%), #f6fbfb !important;
}

.ps-runtime-login-legacy {
  display: none !important;
}

.ps-runtime-login-primary {
  display: block !important;
  width: 100% !important;
  max-width: 420px !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.ps-runtime-login-content {
  width: 100% !important;
  max-width: 420px !important;
  margin: 0 auto !important;
}

.ps-runtime-login-brand {
  display: flex;
  justify-content: center;
  margin: 0 auto 26px;
}

.ps-runtime-login-lockup {
  display: block;
  width: min(270px, 78vw);
  height: auto;
  object-fit: contain;
}

.ps-runtime-login-content > :not([data-ps-runtime-login-brand]) img[alt="Proprietary Systems"],
[data-ps-runtime-login-claim="hidden"] {
  display: none !important;
}

.ps-runtime-shell-grid,
.ps-runtime-content-column {
  min-width: 0 !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.ps-runtime-content-column {
  background: var(--ps-shell-dark) !important;
}

.ps-runtime-workspace {
  position: relative;
  min-height: calc(100vh - 65px);
  border-top-left-radius: 0 !important;
  background: #f5f8f9 !important;
  box-shadow: -1px -1px 0 rgba(207, 223, 223, 0.42);
}

.ps-runtime-workspace-corner {
  display: none !important;
}

.ps-runtime-sidebar {
  box-sizing: border-box;
  min-width: 0 !important;
  max-width: 100% !important;
  border-color: var(--ps-shell-dark-border) !important;
  background: var(--ps-shell-dark) !important;
  padding: 10px !important;
  color: var(--ps-shell-dark-text);
  font-family: var(--ps-shell-font);
}

.ps-runtime-brand-row {
  min-height: 44px;
  gap: 8px !important;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--ps-shell-dark-border);
}

.ps-runtime-brand-content {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
}

.ps-runtime-brand-original {
  display: none !important;
}

.ps-runtime-brand {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
}

.ps-runtime-brand-lockup {
  display: block;
  width: 174px;
  max-width: 100%;
  height: 34px;
  object-fit: contain;
  object-position: left center;
}

.ps-runtime-brand-row > button {
  flex: 0 0 auto;
  border-color: var(--ps-shell-dark-border) !important;
  background: var(--ps-shell-dark-raised) !important;
  color: var(--ps-shell-dark-text) !important;
}

.ps-runtime-brand-row > button:hover {
  border-color: #3b626b !important;
  background: var(--ps-shell-dark-hover) !important;
  color: #ffffff !important;
}

.ps-runtime-nav {
  min-width: 0 !important;
  min-height: 0;
  flex: 1;
  gap: 8px !important;
  margin-top: 8px !important;
  padding-right: 2px;
  overflow-x: hidden !important;
  overflow-y: auto;
  scrollbar-color: #36535b transparent;
  scrollbar-width: thin;
}

.ps-runtime-nav button {
  border-radius: 5px !important;
  letter-spacing: 0 !important;
}

.ps-runtime-nav button:not([data-ps-shell-active="true"]) {
  background: transparent !important;
  color: #b7c9cc !important;
}

.ps-runtime-nav button:not([data-ps-shell-active="true"]):hover {
  background: var(--ps-shell-dark-hover) !important;
  color: #ffffff !important;
}

.ps-runtime-nav button[aria-expanded] {
  background: var(--ps-shell-dark-raised) !important;
  color: #d7e5e6 !important;
}

.ps-runtime-nav button[aria-expanded] > svg:first-child {
  color: var(--ps-shell-mint) !important;
}

.ps-runtime-nav button[aria-expanded] span[class*="bg-slate"] {
  background: rgba(230, 242, 242, 0.1) !important;
  color: #aac1c4 !important;
}

.ps-runtime-nav button[data-ps-shell-active="true"] {
  background: #103746 !important;
  box-shadow: inset 3px 0 0 var(--ps-shell-mint), 0 4px 14px rgba(0, 0, 0, 0.13);
  color: #ffffff !important;
}

.ps-runtime-nav button[data-ps-shell-active="true"] svg {
  color: var(--ps-shell-mint) !important;
}

.ps-runtime-nav button:focus-visible,
.ps-runtime-brand-row > button:focus-visible {
  outline: 2px solid var(--ps-shell-mint) !important;
  outline-offset: 2px;
  box-shadow: none !important;
}

.ps-runtime-nav [data-ps-legacy-peter-hidden="true"] {
  display: none !important;
}

[data-ps-runtime-crm-shortcuts],
[data-ps-runtime-crm-home-back] {
  display: none !important;
}

.ps-runtime-nav[data-ps-runtime-local="true"] > [data-ps-runtime-original-navigation] {
  display: none !important;
}

.ps-runtime-local-navigation {
  display: grid;
  align-content: start;
  gap: 8px;
  padding-top: 2px;
}

.ps-runtime-local-navigation-section {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.ps-runtime-local-navigation-items {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.ps-runtime-local-navigation-heading {
  margin: 0;
  padding: 0 8px 1px;
  color: #6f8d92;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ps-runtime-nav .ps-runtime-local-navigation-button {
  display: flex;
  width: 100%;
  height: 32px;
  min-width: 0;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: #b7c9cc;
  cursor: pointer;
  font: 600 13px/1 var(--ps-shell-font);
  text-align: left;
}

.ps-runtime-nav .ps-runtime-local-navigation-button:hover {
  background: var(--ps-shell-dark-hover) !important;
  color: #ffffff !important;
}

.ps-runtime-nav .ps-runtime-local-navigation-button[aria-current="page"] {
  background: #103746 !important;
  box-shadow: inset 3px 0 0 var(--ps-shell-mint), 0 4px 14px rgba(0, 0, 0, 0.13);
  color: #ffffff !important;
}

.ps-runtime-local-navigation-icon {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 auto;
}

.ps-runtime-local-navigation-button[aria-current="page"] .ps-runtime-local-navigation-icon {
  color: var(--ps-shell-mint) !important;
}

.ps-runtime-local-navigation-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ps-runtime-header {
  border-color: var(--ps-shell-dark-border) !important;
  background: rgba(7, 27, 38, 0.98) !important;
  box-shadow: 0 4px 14px rgba(10, 32, 48, 0.13);
  color: var(--ps-shell-dark-text);
  font-family: var(--ps-shell-font);
}

.ps-runtime-search-wrap {
  min-width: 180px !important;
}

.ps-runtime-command-trigger-wrap > :not([data-ps-runtime-command-trigger]) {
  display: none !important;
}

.ps-runtime-command-trigger {
  display: flex;
  width: 100%;
  height: 40px;
  min-width: 0;
  align-items: center;
  gap: 9px;
  padding: 0 10px 0 12px;
  border: 1px solid var(--ps-shell-dark-border);
  border-radius: 6px;
  background: var(--ps-shell-dark-raised);
  color: #809da2;
  cursor: pointer;
  font: 500 14px/1 var(--ps-shell-font);
  text-align: left;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease;
}

.ps-runtime-command-trigger:hover {
  border-color: #3b626b;
  background: #102f3b;
  color: #d6e4e6;
}

.ps-runtime-command-trigger-icon {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 auto;
  color: #79979d !important;
}

.ps-runtime-command-trigger-label {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ps-runtime-command-trigger-shortcut {
  padding: 3px 6px;
  border: 1px solid #31505a;
  border-radius: 4px;
  background: #0a222e;
  color: #86a4a9;
  font: 700 10px/1 var(--ps-shell-font);
}

.ps-runtime-crm-view-switcher {
  display: inline-flex;
  height: 32px;
  align-items: center;
  gap: 2px;
  padding: 2px;
  border: 1px solid var(--ps-shell-dark-border);
  border-radius: 6px;
  background: #091f2a;
}

.ps-runtime-header .ps-runtime-crm-view-button {
  height: 26px;
  padding: 0 9px;
  border: 0 !important;
  border-radius: 4px;
  background: transparent !important;
  color: #88a3a8 !important;
  cursor: pointer;
  font: 700 11px/1 var(--ps-shell-font);
}

.ps-runtime-header .ps-runtime-crm-view-button:hover,
.ps-runtime-header .ps-runtime-crm-view-button[aria-pressed="true"] {
  background: #143743 !important;
  color: #ffffff !important;
}

.ps-runtime-header .ps-runtime-crm-view-button[aria-pressed="true"] {
  box-shadow: inset 0 0 0 1px #2b5961;
}

.ps-runtime-header .ps-runtime-context-capsule {
  display: inline-flex;
  height: 32px;
  max-width: 260px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--ps-shell-dark-border) !important;
  border-radius: 6px;
  background: transparent !important;
  color: #9eb5b8 !important;
  cursor: pointer;
  font: 600 11px/1 var(--ps-shell-font);
}

.ps-runtime-header .ps-runtime-context-capsule:hover {
  border-color: #35646a !important;
  background: rgba(0, 229, 194, 0.06) !important;
  color: #dff8f5 !important;
}

.ps-runtime-context-capsule-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ps-runtime-header .ps-runtime-search {
  border-color: var(--ps-shell-dark-border) !important;
  background: var(--ps-shell-dark-raised) !important;
  box-shadow: none;
  color: #ffffff !important;
}

.ps-runtime-header .ps-runtime-search::placeholder {
  color: #809da2 !important;
}

.ps-runtime-header .ps-runtime-search:focus {
  border-color: var(--ps-shell-mint) !important;
  background: #102f3b !important;
  box-shadow: 0 0 0 3px rgba(0, 229, 194, 0.15) !important;
}

.ps-runtime-header .ps-runtime-search-wrap > svg {
  color: #79979d !important;
}

.ps-runtime-header button[class*="border"] {
  border-color: var(--ps-shell-dark-border) !important;
  background: var(--ps-shell-dark-raised) !important;
  color: #c3d3d5 !important;
}

.ps-runtime-header button[class*="border"]:hover {
  border-color: #3b626b !important;
  background: var(--ps-shell-dark-hover) !important;
  color: #ffffff !important;
}

.ps-runtime-header button:focus-visible,
.ps-runtime-header .ps-runtime-search:focus-visible {
  outline: 2px solid var(--ps-shell-mint) !important;
  outline-offset: 2px;
}

.ps-runtime-header button[aria-label$="profile menu"] {
  border-color: #31525c !important;
  background: #102f3b !important;
  color: #ffffff !important;
}

.ps-runtime-header-context {
  display: flex;
  height: 30px;
  align-items: center;
  gap: 7px;
  padding-left: 14px;
  border-left: 1px solid var(--ps-shell-dark-border);
  color: #b7cbce;
  font-family: var(--ps-shell-font);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.ps-runtime-header-context-version {
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}

.ps-runtime-status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ps-shell-mint);
  box-shadow: 0 0 0 3px rgba(0, 229, 194, 0.13);
}

.ps-runtime-footer {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: minmax(0, 1fr) 8px;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  padding: 12px 2px 2px;
  border-top: 1px solid var(--ps-shell-dark-border);
  color: var(--ps-shell-dark-text);
  font-family: var(--ps-shell-font);
}

.ps-runtime-footer-copy {
  min-width: 0;
}

.ps-runtime-footer-title {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.ps-runtime-footer-version {
  color: var(--ps-shell-mint);
  font-variant-numeric: tabular-nums;
}

.ps-runtime-footer-meta {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: var(--ps-shell-dark-muted);
  font-size: 9px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ps-runtime-footer > .ps-runtime-status-dot {
  justify-self: end;
}

.ps-runtime-peter-launcher {
  position: fixed;
  z-index: 2147483001;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(136, 165, 171, 0.34);
  border-radius: 14px;
  background: #0b202b;
  box-shadow: 0 14px 34px rgba(2, 15, 22, 0.28);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, opacity 160ms ease;
}

.ps-runtime-peter-launcher:hover {
  border-color: rgba(0, 229, 194, 0.7);
  background: #102c38;
  transform: translateY(-2px);
}

.ps-runtime-peter-launcher:focus-visible {
  outline: 2px solid var(--ps-shell-mint);
  outline-offset: 3px;
}

.ps-runtime-peter-launcher-mark {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.ps-runtime-peter-launcher-status {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 7px;
  height: 7px;
  border: 2px solid #0b202b;
  border-radius: 50%;
  background: var(--ps-shell-mint);
}

body[data-ps-peter-open="true"] .ps-runtime-peter-launcher {
  opacity: 0;
  pointer-events: none;
  transform: translateX(12px);
}

.ps-runtime-peter-panel {
  position: sticky;
  z-index: 2147483000;
  top: 0;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  height: 100dvh;
  overflow: visible;
  border-left: 0;
  background-color: #07131b;
  background-image: linear-gradient(to right, rgba(136, 165, 171, 0.24) 0 1px, transparent 1px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.ps-runtime-peter-panel[data-open="true"] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.ps-runtime-peter-panel[data-resizing="true"] {
  transition: none;
  user-select: none;
}

.ps-runtime-peter-frame {
  display: block;
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  background: #07131b;
}

.ps-runtime-peter-resize {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -6px;
  width: 12px;
  cursor: col-resize;
  touch-action: none;
}

.ps-runtime-peter-resize::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 52px;
  border-radius: 999px;
  background: rgba(148, 181, 186, 0.42);
  content: "";
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 140ms ease, background 140ms ease;
}

.ps-runtime-peter-resize:hover::after,
.ps-runtime-peter-resize:focus-visible::after,
.ps-runtime-peter-panel[data-resizing="true"] .ps-runtime-peter-resize::after {
  background: var(--ps-shell-mint);
  opacity: 0.8;
}

.ps-runtime-peter-panel[data-resizing="true"] .ps-runtime-peter-frame {
  pointer-events: none;
}

.ps-runtime-peter-resize:focus-visible {
  outline: none;
}

/* Executive Analytics keeps a light work surface inside the dark application shell. */
.ps-runtime-analytics-page {
  background: #f5f8f9;
}

.ps-runtime-analytics-titlebar h2 {
  color: var(--ps-shell-navy);
}

.ps-runtime-analytics-titlebar p:first-child {
  color: #327b78 !important;
}

.ps-runtime-kpi-grid {
  gap: 12px !important;
}

.ps-runtime-kpi-card {
  border-color: #d5e3e4 !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 8px rgba(10, 32, 48, 0.05) !important;
}

.ps-runtime-kpi-card:hover {
  border-color: #abc7c9 !important;
  box-shadow: 0 5px 16px rgba(10, 32, 48, 0.08) !important;
}

.ps-runtime-analytics-overview,
.ps-runtime-filter-panel,
.ps-runtime-chart-surface {
  border-color: #d5e3e4 !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 9px rgba(10, 32, 48, 0.045) !important;
}

.ps-runtime-filter-panel {
  background: #f0f6f6 !important;
}

.ps-runtime-filter-panel select {
  border-color: #c7d8d9 !important;
  background: #ffffff !important;
}

.ps-runtime-filter-panel select:focus-visible {
  border-color: var(--ps-shell-teal) !important;
  outline: 3px solid rgba(0, 151, 167, 0.12) !important;
}

.ps-runtime-chart-surface {
  container-type: inline-size;
  padding: 18px !important;
}

.ps-runtime-chart-grid {
  gap: 12px !important;
}

.ps-runtime-chart-card {
  min-height: 250px !important;
  padding: 16px !important;
  border-color: #d8e4e5 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.ps-runtime-chart-card:hover {
  border-color: #aac7c8 !important;
  box-shadow: 0 5px 18px rgba(10, 32, 48, 0.07) !important;
}

.ps-runtime-chart-card h5 {
  overflow: visible !important;
  color: var(--ps-shell-navy);
  font-weight: 700 !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

.ps-runtime-chart-card > button:last-child {
  color: #147875 !important;
  font-weight: 700;
}

.ps-runtime-chart-card > button:last-child:hover {
  color: #075c5b !important;
}

@container (min-width: 920px) {
  .ps-runtime-chart-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .ps-runtime-chart-grid > [data-ps-chart-grid-span="3"] {
    grid-column: span 3 / span 3 !important;
  }

  .ps-runtime-chart-grid > [data-ps-chart-grid-span="4"] {
    grid-column: span 4 / span 4 !important;
  }

  .ps-runtime-chart-grid > [data-ps-chart-grid-span="5"] {
    grid-column: span 5 / span 5 !important;
  }

  .ps-runtime-chart-grid > [data-ps-chart-grid-span="6"] {
    grid-column: span 6 / span 6 !important;
  }

  .ps-runtime-chart-grid > [data-ps-chart-grid-span="12"] {
    grid-column: span 12 / span 12 !important;
  }
}

.ps-runtime-command-overlay {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: start center;
  padding: min(18vh, 150px) 16px 24px;
  background: rgba(3, 16, 23, 0.52);
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease;
}

.ps-runtime-command-overlay[data-open="true"] {
  opacity: 1;
  pointer-events: auto;
}

.ps-runtime-command-dialog {
  width: min(640px, calc(100vw - 32px));
  max-height: min(620px, calc(100vh - 64px));
  overflow: hidden;
  border: 1px solid #cfdede;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(1, 17, 24, 0.28);
  color: #0a2030;
  font-family: var(--ps-shell-font);
  transform: translateY(-8px) scale(0.99);
  transition: transform 130ms ease;
}

.ps-runtime-command-overlay[data-open="true"] .ps-runtime-command-dialog {
  transform: translateY(0) scale(1);
}

.ps-runtime-command-search-row {
  display: flex;
  height: 58px;
  align-items: center;
  gap: 10px;
  padding: 0 14px 0 16px;
  border-bottom: 1px solid #dbe6e7;
}

.ps-runtime-command-input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  color: #0a2030;
  font: 500 16px/1.3 var(--ps-shell-font);
  outline: none;
}

.ps-runtime-command-input::placeholder {
  color: #91a4a6;
}

.ps-runtime-command-shortcut {
  padding: 4px 6px;
  border: 1px solid #d5e1e2;
  border-radius: 4px;
  background: #f5f8f9;
  color: #6d8588;
  font: 700 10px/1 var(--ps-shell-font);
}

.ps-runtime-command-results {
  max-height: min(480px, calc(100vh - 210px));
  padding: 8px;
  overflow-y: auto;
}

.ps-runtime-command-section {
  margin: 0;
  padding: 9px 10px 5px;
  color: #829799;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ps-runtime-command-result {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  padding: 8px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #21373e;
  cursor: pointer;
  font-family: var(--ps-shell-font);
  text-align: left;
}

.ps-runtime-command-result:hover,
.ps-runtime-command-result[aria-selected="true"] {
  background: #eaf8f6;
  color: #0a3f45;
}

.ps-runtime-command-result-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.ps-runtime-command-result-label,
.ps-runtime-command-result-detail {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ps-runtime-command-result-label {
  font-size: 14px;
  font-weight: 700;
}

.ps-runtime-command-result-detail {
  color: #6b8083;
  font-size: 12px;
  font-weight: 500;
}

.ps-runtime-command-empty {
  display: grid;
  min-height: 150px;
  place-content: center;
  gap: 6px;
  color: #607778;
  text-align: center;
}

.ps-runtime-command-empty strong {
  color: #21373e;
  font-size: 14px;
}

.ps-runtime-command-empty span {
  font-size: 13px;
}

.ps-runtime-command-footer {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 14px;
  border-top: 1px solid #e3ebec;
  background: #f7fafa;
  color: #829799;
  font-size: 11px;
  font-weight: 600;
}

body[data-ps-command-open="true"] {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .ps-runtime-sidebar {
    position: sticky !important;
    top: 0;
    height: 100vh;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .ps-runtime-brand-row > button {
    display: none !important;
  }

  .ps-runtime-sidebar[data-ps-compact="true"] {
    width: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    border-right-width: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .ps-runtime-sidebar[data-ps-compact="true"] > * {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .ps-runtime-header-context {
    display: none;
  }

  .ps-runtime-header .ps-runtime-context-capsule {
    display: none;
  }
}

@media (max-width: 1023px) {
  body.ps-runtime-shell-ready {
    display: block;
  }

  body.ps-runtime-shell-ready > .ps-runtime-shell-grid {
    display: block;
  }

  .ps-runtime-sidebar {
    width: min(280px, calc(100vw - 24px)) !important;
    height: 100vh;
    overflow: hidden !important;
    box-shadow: 20px 0 42px rgba(2, 15, 22, 0.28) !important;
  }

  .ps-runtime-peter-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    border-left: 0;
  }

  .ps-runtime-peter-resize {
    display: none;
  }

}

@media (max-width: 640px) {
  .ps-runtime-header {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .ps-runtime-search-wrap {
    min-width: 0 !important;
  }

  .ps-runtime-crm-view-switcher,
  .ps-runtime-command-trigger-shortcut,
  .ps-runtime-command-shortcut {
    display: none;
  }

  .ps-runtime-command-overlay {
    padding: 72px 10px 10px;
  }

  .ps-runtime-command-dialog {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 82px);
  }

  .ps-runtime-command-footer {
    justify-content: center;
  }

  .ps-runtime-command-footer span:first-child {
    display: none;
  }

  .ps-runtime-chart-surface {
    padding: 14px !important;
  }

  .ps-runtime-peter-panel {
    width: 100vw;
    border-left: 0;
  }

  .ps-runtime-peter-resize {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-runtime-sidebar,
  .ps-runtime-header,
  .ps-runtime-nav button,
  .ps-runtime-chart-card,
  .ps-runtime-peter-launcher,
  .ps-runtime-peter-panel {
    transition: none !important;
  }
}
