/* Hux home dashboard v42 — visual operations system + stable SVG trace settlement */

.dashboard-section {
  --v42-surface: #111112;
  --v42-surface-raised: #151516;
  --v42-surface-active: #1a1819;
  --v42-border: #303034;
  --v42-border-strong: #44444a;
  --v42-text: #f2f2f3;
  --v42-secondary: #b6b6bb;
  --v42-muted: #7e7e85;
  --v42-red: #ff4d4d;
  --v42-ease: cubic-bezier(0.22, 1, 0.36, 1);
  gap: 22px;
}

/* Agent / MCP entry */
.agent-copy-launcher-home {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(390px, 0.92fr) minmax(480px, 1.08fr);
  min-height: 310px;
  padding: 0;
  border: 1px solid var(--v42-border);
  background: var(--v42-surface);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 420ms var(--v42-ease), transform 420ms var(--v42-ease);
}

.agent-copy-launcher-home::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 15% 14%, rgb(255 77 77 / 11%), transparent 27%),
    linear-gradient(105deg, rgb(255 77 77 / 4%), transparent 37% 70%, rgb(255 255 255 / 2%));
  content: "";
  pointer-events: none;
}

.agent-bridge-ready .agent-copy-launcher-home {
  opacity: 1;
  transform: translateY(0);
}

.agent-copy-launcher-home > .agent-copy-dismiss {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  width: 40px;
  min-height: 40px;
  border: 1px solid transparent;
  background: transparent;
}

.agent-copy-launcher-home > .agent-copy-dismiss:hover,
.agent-copy-launcher-home > .agent-copy-dismiss:focus-visible {
  border-color: var(--v42-border-strong);
  background: #1a1a1c;
}

.agent-copy-launcher-home > .agent-copy-dismiss img {
  width: 16px;
  height: 16px;
  filter: invert(58%);
}

.agent-connect-copy,
.agent-route-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.agent-connect-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 42px;
  border-right: 1px solid var(--v42-border);
}

.agent-bridge-kicker {
  color: var(--v42-red);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

.agent-connect-copy h3 {
  max-width: 13em;
  margin: 14px 0 0;
  color: var(--v42-text);
  font-family: var(--font-heading);
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 590;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.agent-connect-copy > p {
  max-width: 36em;
  margin: 15px 0 0;
  color: var(--v42-secondary);
  font-size: 15px;
  line-height: 1.65;
}

.agent-connect-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-top: 25px;
}

.agent-copy-launcher-home .agent-copy-pill {
  display: grid;
  grid-template-columns: auto minmax(0, auto) 38px;
  align-items: center;
  gap: 12px;
  width: auto;
  min-width: 0;
  min-height: 58px;
  padding: 7px 8px 7px 16px;
  border: 1px solid #55555c;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 5%), transparent 52%),
    #1b1b1e;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%);
  color: var(--v42-text);
  transition: border-color 170ms ease, background-color 170ms ease, box-shadow 170ms ease;
}

.agent-copy-launcher-home .agent-copy-pill:hover,
.agent-copy-launcher-home .agent-copy-pill:focus-visible {
  border-color: #86868d;
  background: #222225;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 7%), 0 10px 28px rgb(0 0 0 / 23%);
  transform: none;
}

.agent-copy-launcher-home .agent-copy-pill:focus-visible,
.agent-guide-link:focus-visible {
  outline: 2px solid var(--v42-red);
  outline-offset: 3px;
}

.agent-copy-launcher-home .agent-client-strip {
  display: grid;
  grid-template-columns: repeat(3, 24px);
  gap: 4px;
  padding: 0;
}

.agent-copy-launcher-home .agent-client-mark {
  width: 24px;
  height: 26px;
  opacity: 0.9;
  transform: none;
}

.agent-copy-launcher-home .agent-client-mark img,
.agent-copy-launcher-home .agent-client-mark[data-client="claude"] img,
.agent-copy-launcher-home .agent-client-mark[data-client="codex"] img {
  width: 20px;
  height: 20px;
}

.agent-copy-launcher-home .agent-client-mark[data-client="cursor"] img {
  width: 18px;
  height: 20px;
}

.agent-copy-launcher-home .agent-copy-label {
  overflow: visible;
  color: var(--v42-text);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.agent-copy-launcher-home .agent-copy-status {
  display: grid;
  width: 38px;
  height: 40px;
  place-items: center;
  border-left: 1px solid #4b4b50;
}

.agent-copy-launcher-home .agent-copy-status img {
  width: 17px;
  height: 17px;
  filter: invert(72%);
}

.agent-copy-launcher-home.copied .agent-copy-pill {
  border-color: rgb(255 77 77 / 76%);
  background: #241c1e;
}

.agent-copy-launcher-home.copied .agent-client-mark {
  animation: none;
  transform: none;
}

.agent-guide-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--v42-secondary);
  font-size: 14px;
  font-weight: 620;
}

.agent-guide-link img {
  width: 16px;
  height: 16px;
  filter: invert(64%);
  transition: transform 170ms var(--v42-ease);
}

.agent-guide-link:hover {
  border-bottom-color: #57575d;
  color: var(--v42-text);
}

.agent-guide-link:hover img {
  transform: translateX(3px);
}

.agent-connect-copy .agent-safety-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--v42-muted);
  font-size: 12px;
}

.agent-safety-note > span {
  width: 6px;
  height: 6px;
  background: var(--v42-red);
  box-shadow: 0 0 0 3px rgb(255 77 77 / 10%);
}

.agent-route-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 54px 38px 42px;
  background:
    linear-gradient(rgb(255 255 255 / 1.8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 1.8%) 1px, transparent 1px),
    #121213;
  background-size: 54px 54px;
}

.agent-route-visual > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-right: 34px;
}

.agent-route-visual > header span {
  color: var(--v42-text);
  font-size: 15px;
  font-weight: 650;
}

.agent-route-visual > header small {
  color: var(--v42-muted);
  font-size: 12px;
}

.agent-route-map {
  display: grid;
  grid-template-columns: minmax(112px, 1fr) minmax(36px, 0.35fr) minmax(106px, 0.85fr) minmax(36px, 0.35fr) minmax(112px, 1fr);
  align-items: center;
  gap: 0;
  margin-top: 28px;
}

.agent-route-node {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 92px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #414146;
  background: rgb(18 18 19 / 92%);
}

.agent-route-node::after {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 32px;
  height: 2px;
  background: #5b5b62;
  content: "";
}

.agent-route-node-mcp {
  border-color: rgb(255 77 77 / 56%);
  background: linear-gradient(135deg, rgb(255 77 77 / 13%), transparent 60%), #171415;
}

.agent-route-node-mcp::after {
  background: var(--v42-red);
}

.agent-route-node strong {
  color: var(--v42-secondary);
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}

.agent-route-node > .ui-icon {
  width: 24px;
  height: 24px;
  color: #ababaf;
}

.agent-route-node-mcp > .ui-icon {
  color: var(--v42-red);
}

.agent-route-node .agent-client-strip {
  grid-template-columns: repeat(3, 20px);
}

.agent-route-node .agent-client-mark {
  width: 20px;
  height: 22px;
}

.agent-route-node .agent-client-mark img,
.agent-route-node .agent-client-mark[data-client="claude"] img,
.agent-route-node .agent-client-mark[data-client="codex"] img {
  width: 17px;
  height: 17px;
}

.agent-route-node .agent-client-mark[data-client="cursor"] img {
  width: 15px;
  height: 17px;
}

.agent-route-link {
  position: relative;
  display: block;
  height: 1px;
  background: #4a4a50;
}

.agent-route-link::after {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #77777e;
  border-right: 1px solid #77777e;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.agent-route-link i {
  display: block;
  width: 40%;
  height: 1px;
  background: var(--v42-red);
  animation: agent-route-signal 2.4s ease-in-out infinite;
}

@keyframes agent-route-signal {
  0%, 18% { transform: translateX(0); opacity: 0; }
  36%, 68% { opacity: 1; }
  82%, 100% { transform: translateX(150%); opacity: 0; }
}

.agent-route-rules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 20px 0 0;
  border: 1px solid var(--v42-border);
  background: #111112;
}

.agent-route-rules > div {
  min-width: 0;
  padding: 13px 14px;
  border-right: 1px solid var(--v42-border);
}

.agent-route-rules > div:last-child {
  border-right: 0;
}

.agent-route-rules dt {
  color: var(--v42-red);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.agent-route-rules dd {
  overflow: hidden;
  margin: 4px 0 0;
  color: var(--v42-muted);
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Dashboard heading and metric hierarchy */
.dashboard-heading {
  padding: 28px 30px;
  background:
    linear-gradient(90deg, rgb(255 77 77 / 5%), transparent 27%),
    var(--v42-surface);
}

.dashboard-heading h2 {
  font-size: clamp(32px, 2.75vw, 40px);
}

.dashboard-heading p {
  font-size: 15px;
  line-height: 1.65;
}

.dashboard-metrics {
  grid-template-columns: minmax(0, 2.3fr) minmax(270px, 0.72fr);
  grid-template-rows: repeat(3, minmax(132px, 1fr));
}

.dashboard-metrics article.metric-card-primary {
  grid-template-columns: minmax(270px, 0.84fr) minmax(420px, 1.45fr);
  gap: 30px;
  padding: 30px;
  background:
    radial-gradient(circle at 12% 44%, rgb(255 77 77 / 8%), transparent 30%),
    #141212;
}

.activity-card-summary {
  align-items: stretch;
  padding-right: 30px;
}

.asset-orbit {
  position: relative;
  display: grid;
  width: 238px;
  height: 238px;
  margin: 14px auto 0;
  place-items: center;
}

.asset-orbit-ring {
  position: absolute;
  border: 1px solid #39363a;
  border-radius: 50%;
}

.asset-orbit-ring-outer {
  width: 210px;
  height: 210px;
  border-style: dashed;
}

.asset-orbit-ring-inner {
  width: 118px;
  height: 118px;
  border-color: #4a3b3e;
}

.asset-orbit-ring-outer::before,
.asset-orbit-ring-inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid var(--v42-red);
  border-radius: 50%;
  background: #171313;
  content: "";
  transform: translate(-50%, -50%);
}

.asset-orbit-dots,
.asset-orbit-dot {
  position: absolute;
  top: 50%;
  left: 50%;
}

.asset-orbit-dots {
  width: 0;
  height: 0;
}

.asset-orbit-dot {
  width: var(--dot-size);
  height: var(--dot-size);
  border: 1px solid rgb(255 77 77 / 86%);
  border-radius: 50%;
  background: #1b1416;
  box-shadow: 0 0 0 3px rgb(255 77 77 / 5%);
  opacity: var(--dot-opacity);
  transform: rotate(var(--orbit-angle)) translateX(var(--orbit-radius)) rotate(calc(var(--orbit-angle) * -1)) translate(-50%, -50%);
}

.asset-orbit-core {
  position: relative;
  z-index: 2;
  display: grid;
  width: 104px;
  height: 104px;
  align-content: center;
  justify-items: center;
  border: 1px solid rgb(255 77 77 / 48%);
  border-radius: 50%;
  background: radial-gradient(circle, #211819, #151313 72%);
  box-shadow: 0 0 34px rgb(255 77 77 / 9%);
}

.asset-orbit-core > span {
  color: var(--v42-muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.dashboard-metrics article.metric-card-primary .asset-orbit-core .metric-value {
  margin-top: 4px;
}

.dashboard-metrics article.metric-card-primary .asset-orbit-core .metric-value strong {
  font-size: 48px;
  line-height: 0.88;
}

.asset-orbit-core .metric-value em {
  font-size: 12px;
}

.activity-card-summary > p {
  margin: auto 0 0;
  font-size: 13px;
}

.activity-visual {
  grid-template-rows: auto minmax(240px, 1fr);
}

.activity-chart {
  min-height: 240px;
}

.activity-area {
  fill: rgb(255 77 77 / 6%);
  stroke: none;
  opacity: 0;
  transition: opacity 420ms ease 120ms;
}

.dashboard-ready .activity-area {
  opacity: 1;
}

.activity-line {
  stroke-width: 2.2;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 520ms var(--v42-ease) 80ms;
}

.dashboard-ready .activity-line {
  stroke-dashoffset: 0;
}

.activity-line.is-trace-settled,
.dashboard-ready .activity-line.is-trace-settled {
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  transition: none;
}

.activity-bar {
  fill: #30292b;
  stroke: #4a3a3e;
}

.activity-value-label {
  opacity: 0.72;
}

.activity-period.is-active .activity-value-label {
  fill: var(--v42-text);
  opacity: 1;
}

/* Website operating flow */
.dashboard-flow-panel {
  overflow: hidden;
  border: 1px solid var(--v42-border);
  background: var(--v42-surface);
}

.dashboard-flow-panel > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  align-items: end;
  gap: 30px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--v42-border);
  background: var(--v42-surface-raised);
}

.dashboard-flow-panel > header > div {
  display: grid;
  gap: 7px;
}

.dashboard-flow-panel h3 {
  color: var(--v42-text);
  font-size: 25px;
  font-weight: 590;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.dashboard-flow-panel > header p {
  max-width: 40em;
  margin: 0;
  color: var(--v42-muted);
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.dashboard-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard-flow li {
  position: relative;
  display: grid;
  grid-template-columns: 36px 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 126px;
  padding: 22px;
  border-right: 1px solid var(--v42-border);
  background: #121213;
}

.dashboard-flow li:last-child {
  border-right: 0;
}

.dashboard-flow li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -5px;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-top: 1px solid #696970;
  border-right: 1px solid #696970;
  background: #121213;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.flow-number {
  align-self: start;
  color: var(--v42-red);
  font-family: var(--font-din-numerals), "Arial Narrow", sans-serif;
  font-size: 18px;
  font-weight: 560;
  line-height: 1;
  font-variant-numeric: tabular-nums lining-nums;
}

.flow-icon {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #44444a;
  background-color: #b0b0b5;
  -webkit-mask-image: var(--ui-icon);
  mask-image: var(--ui-icon);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
}

.dashboard-flow li > div {
  display: grid;
  gap: 6px;
}

.dashboard-flow strong {
  color: var(--v42-text);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
}

.dashboard-flow small {
  color: var(--v42-muted);
  font-size: 12px;
  line-height: 1.5;
}

/* Recent timeline and category donut */
.dashboard-grid {
  grid-template-columns: minmax(0, 1.32fr) minmax(440px, 0.92fr);
  gap: 18px;
}

.recent-item {
  grid-template-columns: 42px 44px minmax(0, 1fr) 100px;
  min-height: 94px;
}

.recent-index {
  position: relative;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #45454b;
  background: #151516;
  color: var(--v42-secondary);
}

.recent-index::after {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 1px;
  height: 64px;
  background: #343438;
  content: "";
}

.recent-item:last-child .recent-index::after {
  display: none;
}

.recent-item::before {
  inset: 18px auto 18px 0;
  width: 2px;
}

.category-summary {
  display: grid;
  grid-template-columns: 150px 92px minmax(150px, 1fr);
  min-height: 154px;
}

.category-donut-wrap {
  position: relative;
  display: grid;
  place-items: center;
  padding: 14px;
  border-right: 1px solid var(--v42-border);
}

.category-donut {
  display: block;
  width: 118px;
  height: 118px;
  transform: rotate(-90deg);
}

.category-donut-track,
.category-donut-segment {
  fill: none;
  stroke-width: 13;
}

.category-donut-track {
  stroke: #29292d;
}

.category-donut-segment {
  stroke: var(--v42-red);
  stroke-dasharray: var(--segment-share) calc(100 - var(--segment-share));
  stroke-dashoffset: var(--segment-offset);
  stroke-linecap: butt;
  opacity: calc(1 - var(--segment-index) * 0.13);
}

.category-donut-center {
  position: absolute;
  display: grid;
  place-items: center;
}

.category-donut-center strong {
  color: var(--v42-text);
  font-family: var(--font-din-numerals), "Arial Narrow", sans-serif;
  font-size: 31px;
  font-weight: 540;
  line-height: 0.9;
  font-variant-numeric: tabular-nums lining-nums;
}

.category-donut-center span {
  margin: 5px 0 0;
  color: var(--v42-muted);
  font-size: 10px;
  font-weight: 620;
}

.category-summary-main,
.category-summary-dominant {
  padding: 18px 16px;
}

.category-summary-main {
  border-right: 1px solid var(--v42-border);
}

.category-summary-main strong {
  font-size: 38px;
}

.category-bars {
  padding: 8px 22px 16px;
}

.category-row {
  grid-template-columns: minmax(112px, auto) minmax(70px, 1fr) 62px;
  min-height: 72px;
}

.category-row:hover,
.category-row:focus-visible,
.dashboard-metrics article:hover {
  transform: none;
}

@media (max-width: 1180px) {
  .agent-copy-launcher-home {
    grid-template-columns: minmax(340px, 0.82fr) minmax(420px, 1.18fr);
  }

  .agent-connect-copy {
    padding-inline: 32px;
  }

  .agent-route-visual {
    padding-left: 32px;
    padding-right: 48px;
  }

  .dashboard-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }

  .dashboard-metrics article.metric-card-primary {
    grid-column: 1 / -1;
    grid-template-columns: minmax(270px, 0.72fr) minmax(430px, 1.28fr);
    min-height: 380px;
  }

  .dashboard-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-flow li:nth-child(2) {
    border-right: 0;
  }

  .dashboard-flow li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--v42-border);
  }

  .dashboard-flow li:nth-child(2)::after {
    display: none;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .category-summary {
    grid-template-columns: 170px 110px minmax(170px, 1fr);
  }
}

@media (max-width: 900px) {
  .agent-copy-launcher-home {
    grid-template-columns: 1fr;
  }

  .agent-connect-copy {
    padding: 34px 30px;
    border-right: 0;
    border-bottom: 1px solid var(--v42-border);
  }

  .agent-route-visual {
    padding: 30px;
  }

  .dashboard-flow-panel > header {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dashboard-flow-panel > header p {
    text-align: left;
  }

  .dashboard-metrics article.metric-card-primary {
    grid-template-columns: minmax(250px, 0.72fr) minmax(360px, 1.28fr);
  }
}

@media (max-width: 720px) {
  .agent-connect-copy {
    padding: 30px 22px;
  }

  .agent-connect-copy h3 {
    font-size: 32px;
  }

  .agent-route-visual {
    padding: 28px 22px;
  }

  .agent-route-visual > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding-right: 34px;
  }

  .agent-route-map {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .agent-route-link {
    width: 1px;
    height: 28px;
    justify-self: center;
    background: #4a4a50;
  }

  .agent-route-link::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .agent-route-link i {
    width: 1px;
    height: 40%;
    animation: agent-route-signal-vertical 2.4s ease-in-out infinite;
  }

  @keyframes agent-route-signal-vertical {
    0%, 18% { transform: translateY(0); opacity: 0; }
    36%, 68% { opacity: 1; }
    82%, 100% { transform: translateY(150%); opacity: 0; }
  }

  .agent-route-rules {
    grid-template-columns: 1fr;
  }

  .agent-route-rules > div {
    border-right: 0;
    border-bottom: 1px solid var(--v42-border);
  }

  .agent-route-rules > div:last-child {
    border-bottom: 0;
  }

  .dashboard-metrics article.metric-card-primary {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .activity-card-summary {
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid var(--v42-border);
  }

  .asset-orbit {
    margin-top: 8px;
  }

  .activity-visual {
    padding-top: 2px;
  }

  .dashboard-flow {
    grid-template-columns: 1fr;
  }

  .dashboard-flow li,
  .dashboard-flow li:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--v42-border);
  }

  .dashboard-flow li:last-child {
    border-bottom: 0;
  }

  .dashboard-flow li::after {
    display: none;
  }

  .category-summary {
    grid-template-columns: 140px 92px minmax(120px, 1fr);
  }
}

@media (max-width: 560px) {
  .agent-connect-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .agent-copy-launcher-home .agent-copy-pill {
    width: 100%;
    grid-template-columns: auto minmax(0, 1fr) 38px;
  }

  .agent-guide-link {
    align-self: flex-start;
  }

  .dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .category-summary {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .category-summary-dominant {
    grid-column: 1 / -1;
    border-top: 1px solid var(--v42-border);
  }

  .category-summary-main {
    border-right: 0;
  }
}

@media (max-width: 430px) {
  .agent-connect-copy h3 {
    max-width: 10em;
    font-size: 30px;
  }

  .agent-copy-launcher-home .agent-copy-label {
    font-size: 15px;
  }

  .agent-copy-launcher-home .agent-client-strip {
    grid-template-columns: repeat(3, 20px);
  }

  .agent-copy-launcher-home .agent-client-mark {
    width: 20px;
  }

  .dashboard-flow-panel > header {
    padding: 22px 20px;
  }

  .dashboard-flow li {
    grid-template-columns: 32px 38px minmax(0, 1fr);
    padding: 20px 18px;
  }

  .flow-icon {
    width: 38px;
    height: 38px;
  }

  .recent-item {
    grid-template-columns: 36px 42px minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .agent-copy-launcher-home,
  .activity-area,
  .activity-line,
  .agent-route-link i,
  .agent-guide-link img {
    animation: none !important;
    transition: none !important;
  }

  .agent-copy-launcher-home,
  .activity-area {
    opacity: 1;
    transform: none;
  }

  .activity-line {
    stroke-dasharray: none;
    stroke-dashoffset: 0;
  }
}
