:root {
  --pv-primary: #344d70;
  --pv-primary-deep: #17263b;
  --pv-primary-soft: #e9eef5;
  --pv-accent: #ff9f34;
  --pv-accent-soft: #fff3e4;
  --pv-bg: #f8fafc;
  --pv-surface: #fff;
  --pv-text: #111827;
  --pv-muted: #6b7280;
  --pv-border: #e5e7eb;
  --pv-green: #139f5b;
  --pv-green-soft: #e6f7ee;
  --pv-blue: #2563eb;
  --pv-blue-soft: #eaf0ff;
  --pv-red: #dc3434;
  --pv-red-soft: #feebeb;
  --pv-yellow: #c97908;
  --pv-yellow-soft: #fff4dd;
  --pv-sidebar: 280px;
  --pv-navbar: 72px;
  --pv-radius-xl: 28px;
  --pv-radius-lg: 22px;
  --pv-radius-md: 16px;
  --pv-shadow-sm: 0 8px 22px rgb(23 38 59 / 6%);
  --pv-shadow-md: 0 18px 50px rgb(23 38 59 / 10%);
  --pv-shadow-lg: 0 28px 80px rgb(23 38 59 / 16%);
  --pv-ease: cubic-bezier(.22, 1, .36, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--pv-bg);
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% -10%, rgb(255 159 52 / 7%), transparent 26rem),
    var(--pv-bg);
  color: var(--pv-text);
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
}

.pv-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pv-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.pv-icon--sm {
  width: 16px;
  height: 16px;
}

.pv-icon--lg {
  width: 26px;
  height: 26px;
}

.pv-app {
  min-height: 100vh;
}

.pv-sidebar {
  position: fixed;
  inset-block: 0;
  inset-inline-start: 0;
  z-index: 60;
  width: var(--pv-sidebar);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-inline-end: 1px solid var(--pv-border);
  background:
    linear-gradient(180deg, #fff 0%, #fff 76%, #fbfcfe 100%);
  box-shadow: -10px 0 34px rgb(23 38 59 / 4%);
}

.pv-sidebar__brand {
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 22px 22px 19px;
  border-bottom: 1px solid var(--pv-border);
}

.pv-brand-mark {
  position: relative;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 17px;
  background: linear-gradient(145deg, #405f87, var(--pv-primary-deep));
  box-shadow: 0 12px 28px rgb(52 77 112 / 24%);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.pv-brand-mark::after {
  position: absolute;
  inset-block-start: -13px;
  inset-inline-end: -14px;
  width: 35px;
  height: 35px;
  border: 8px solid rgb(255 159 52 / 70%);
  border-radius: 50%;
  content: "";
}

.pv-brand-copy {
  min-width: 0;
}

.pv-brand-copy strong,
.pv-brand-copy span {
  display: block;
}

.pv-brand-copy strong {
  color: var(--pv-primary-deep);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.pv-brand-copy span {
  margin-top: 4px;
  color: #8a94a4;
  font-size: 12px;
  font-weight: 650;
  direction: ltr;
  text-align: right;
}

.pv-sidebar__close {
  display: none;
  width: 38px;
  height: 38px;
  margin-inline-start: auto;
  place-items: center;
  border: 1px solid var(--pv-border);
  border-radius: 12px;
  background: #fff;
  color: var(--pv-primary);
}

.pv-sidebar__nav {
  flex: 1;
  overflow-y: auto;
  padding: 20px 16px 24px;
  scrollbar-width: thin;
  scrollbar-color: #d8dee8 transparent;
}

.pv-menu-group + .pv-menu-group {
  margin-top: 19px;
}

.pv-menu-group__title {
  display: block;
  padding: 0 12px 8px;
  color: #a0a8b5;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .02em;
}

.pv-menu-item {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
  padding: 0 14px;
  border-radius: 14px;
  color: #657286;
  font-size: 15px;
  font-weight: 720;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.pv-menu-item:hover {
  background: #f5f7fa;
  color: var(--pv-primary);
  transform: translateX(-2px);
}

.pv-menu-item.is-active {
  background: rgb(52 77 112 / 10%);
  color: var(--pv-primary);
  font-weight: 850;
}

.pv-menu-item.is-active::before {
  position: absolute;
  inset-block: 10px;
  inset-inline-end: 0;
  width: 4px;
  border-radius: 999px 0 0 999px;
  background: var(--pv-accent);
  box-shadow: 0 0 0 4px rgb(255 159 52 / 11%);
  content: "";
}

.pv-menu-item__count {
  min-width: 28px;
  height: 22px;
  display: grid;
  place-items: center;
  margin-inline-start: auto;
  padding: 0 7px;
  border-radius: 999px;
  background: var(--pv-accent-soft);
  color: #ba6500;
  font-size: 11px;
  font-weight: 900;
}

.pv-sidebar__health {
  margin: 0 16px 18px;
  padding: 15px;
  border: 1px solid var(--pv-border);
  border-radius: 18px;
  background: #fff;
}

.pv-health-row {
  display: flex;
  align-items: center;
  gap: 9px;
}

.pv-health-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--pv-green);
  box-shadow: 0 0 0 5px var(--pv-green-soft);
}

.pv-health-copy strong,
.pv-health-copy span {
  display: block;
}

.pv-health-copy strong {
  color: var(--pv-primary-deep);
  font-size: 13px;
  font-weight: 850;
}

.pv-health-copy span {
  margin-top: 1px;
  color: #929baa;
  font-size: 11px;
}

.pv-navbar {
  position: fixed;
  inset-block-start: 0;
  inset-inline: var(--pv-sidebar) 0;
  z-index: 50;
  height: var(--pv-navbar);
  display: grid;
  grid-template-columns: minmax(220px, .78fr) minmax(320px, 1.25fr) auto;
  align-items: center;
  gap: 24px;
  padding: 0 32px;
  border-bottom: 1px solid var(--pv-border);
  background: rgb(255 255 255 / 92%);
  backdrop-filter: blur(18px);
}

.pv-navbar__title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pv-navbar__menu {
  display: none;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid var(--pv-border);
  border-radius: 14px;
  background: #fff;
  color: var(--pv-primary);
}

.pv-navbar__context {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--pv-primary-soft);
  color: var(--pv-primary);
}

.pv-navbar__copy {
  min-width: 0;
}

.pv-navbar__copy small,
.pv-navbar__copy strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pv-navbar__copy small {
  color: var(--pv-accent);
  font-size: 11px;
  font-weight: 850;
}

.pv-navbar__copy strong {
  color: var(--pv-primary-deep);
  font-size: 15px;
  font-weight: 900;
}

.pv-search {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 14px;
  border: 1px solid #dfe5ed;
  border-radius: 15px;
  background: #f8fafc;
  color: #8d98a8;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.pv-search:focus-within {
  border-color: rgb(52 77 112 / 40%);
  background: #fff;
  box-shadow: 0 0 0 4px rgb(52 77 112 / 8%);
}

.pv-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--pv-text);
  font-size: 13px;
}

.pv-search input::placeholder {
  color: #a1aab7;
}

.pv-search kbd {
  min-width: 34px;
  padding: 2px 6px;
  border: 1px solid #dfe5ed;
  border-radius: 7px;
  background: #fff;
  color: #9aa4b1;
  font-family: inherit;
  font-size: 10px;
  text-align: center;
}

.pv-navbar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pv-icon-button,
.pv-language {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 13px;
  background: transparent;
  color: #6c798b;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.pv-icon-button:hover,
.pv-language:hover {
  border-color: var(--pv-border);
  background: #f8fafc;
  color: var(--pv-primary);
}

.pv-language {
  font-size: 12px;
  font-weight: 900;
}

.pv-notification {
  position: relative;
}

.pv-notification::after {
  position: absolute;
  inset-block-start: 6px;
  inset-inline-end: 7px;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--pv-red);
  content: "";
}

.pv-profile {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-inline-start: 4px;
  padding: 4px 5px 4px 12px;
  border: 1px solid var(--pv-border);
  border-radius: 16px;
  background: #fff;
  color: var(--pv-text);
}

.pv-profile__avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #46658c, var(--pv-primary));
  box-shadow: 0 8px 18px rgb(52 77 112 / 20%);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.pv-profile__copy strong,
.pv-profile__copy span {
  display: block;
  white-space: nowrap;
}

.pv-profile__copy strong {
  color: var(--pv-primary-deep);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.pv-profile__copy span {
  color: #9aa3b1;
  font-size: 10px;
}

.pv-content {
  min-height: 100vh;
  margin-inline-start: var(--pv-sidebar);
  padding: calc(var(--pv-navbar) + 32px) 32px 40px;
}

.pv-container {
  width: min(100%, 1540px);
  margin: 0 auto;
}

.pv-section {
  margin-top: 30px;
}

.pv-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.pv-section-kicker {
  display: block;
  margin-bottom: 3px;
  color: var(--pv-accent);
  font-size: 12px;
  font-weight: 900;
}

.pv-section-title {
  margin: 0;
  color: var(--pv-primary-deep);
  font-size: clamp(24px, 2vw, 28px);
  font-weight: 950;
  letter-spacing: -.025em;
  line-height: 1.3;
}

.pv-section-subtitle {
  margin: 5px 0 0;
  color: #7e8999;
  font-size: 14px;
}

.pv-link-button,
.pv-primary-button,
.pv-soft-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.pv-link-button {
  border: 1px solid #dce3ec;
  background: #fff;
  color: var(--pv-primary);
}

.pv-primary-button {
  background: var(--pv-primary);
  box-shadow: 0 10px 24px rgb(52 77 112 / 20%);
  color: #fff;
}

.pv-soft-button {
  background: var(--pv-accent-soft);
  color: #b76000;
}

.pv-link-button:hover,
.pv-primary-button:hover,
.pv-soft-button:hover {
  transform: translateY(-2px);
}

.pv-primary-button:hover {
  box-shadow: 0 14px 30px rgb(52 77 112 / 26%);
}

.pv-card {
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius-lg);
  background: var(--pv-surface);
  box-shadow: var(--pv-shadow-sm);
}

.pv-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px 20px;
}

.pv-card-title {
  margin: 0;
  color: var(--pv-primary-deep);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.02em;
}

.pv-card-subtitle {
  margin: 4px 0 0;
  color: #8791a0;
  font-size: 13px;
}

.pv-card-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--pv-primary-soft);
  color: var(--pv-primary);
}

.pv-card-icon.is-accent {
  background: var(--pv-accent-soft);
  color: #d97808;
}

.pv-card-icon.is-green {
  background: var(--pv-green-soft);
  color: var(--pv-green);
}

.pv-card-icon.is-blue {
  background: var(--pv-blue-soft);
  color: var(--pv-blue);
}

.pv-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.pv-status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.pv-status.is-green {
  background: var(--pv-green-soft);
  color: #148b50;
}

.pv-status.is-blue {
  background: var(--pv-blue-soft);
  color: var(--pv-blue);
}

.pv-status.is-orange {
  background: var(--pv-yellow-soft);
  color: #b66b06;
}

.pv-status.is-red {
  background: var(--pv-red-soft);
  color: var(--pv-red);
}

.pv-trend {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--pv-green);
  font-size: 12px;
  font-weight: 900;
}

.pv-trend.is-down {
  color: var(--pv-red);
}

.pv-table-wrap {
  overflow-x: auto;
}

.pv-table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

.pv-table th {
  height: 46px;
  padding: 0 18px;
  border-block: 1px solid var(--pv-border);
  background: #f8fafc;
  color: #778397;
  font-size: 11px;
  font-weight: 900;
  text-align: start;
}

.pv-table td {
  height: 68px;
  padding: 0 18px;
  border-bottom: 1px solid #edf0f4;
  color: #4d5b6f;
  font-size: 13px;
  font-weight: 650;
}

.pv-table tbody tr:last-child td {
  border-bottom: 0;
}

.pv-table tbody tr {
  transition: background 180ms ease;
}

.pv-table tbody tr:hover {
  background: #fbfcfe;
}

.pv-table strong {
  color: var(--pv-primary-deep);
  font-weight: 900;
}

.pv-entity {
  display: flex;
  align-items: center;
  gap: 11px;
}

.pv-entity__avatar {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--pv-primary-soft);
  color: var(--pv-primary);
  font-size: 11px;
  font-weight: 950;
}

.pv-entity__avatar.is-orange {
  background: var(--pv-accent-soft);
  color: #c56800;
}

.pv-entity__avatar.is-green {
  background: var(--pv-green-soft);
  color: var(--pv-green);
}

.pv-entity__copy strong,
.pv-entity__copy span {
  display: block;
}

.pv-entity__copy span {
  margin-top: 2px;
  color: #96a0ae;
  font-size: 11px;
}

.pv-chart-grid {
  stroke: #dfe5ec;
  stroke-dasharray: 4 7;
  stroke-width: 1;
}

.pv-chart-axis {
  fill: #8a95a5;
  font-family: inherit;
  font-size: 11px;
}

.pv-chart-line {
  fill: none;
  stroke: var(--pv-accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.pv-chart-line.is-primary {
  stroke: var(--pv-primary);
}

.pv-chart-area {
  opacity: .8;
}

.pv-chart-dot {
  fill: #fff;
  stroke: var(--pv-accent);
  stroke-width: 3;
}

.pv-chart-tooltip {
  filter: drop-shadow(0 8px 12px rgb(23 38 59 / 14%));
}

.pv-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pv-list-row {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 72px;
  padding: 12px 24px;
  border-top: 1px solid #edf0f4;
}

.pv-list-row__main {
  min-width: 0;
  flex: 1;
}

.pv-list-row__main strong,
.pv-list-row__main span {
  display: block;
}

.pv-list-row__main strong {
  overflow: hidden;
  color: var(--pv-primary-deep);
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pv-list-row__main span {
  margin-top: 2px;
  color: #929caa;
  font-size: 11px;
}

.pv-list-row__meta {
  color: #7d8999;
  font-size: 11px;
  font-weight: 750;
  text-align: end;
}

.pv-progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f5;
}

.pv-progress__fill {
  height: 100%;
  border-radius: inherit;
  background: var(--pv-primary);
  transform-origin: right center;
}

.pv-progress__fill.is-accent {
  background: var(--pv-accent);
}

.pv-progress__fill.is-green {
  background: var(--pv-green);
}

.pv-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 4px 0;
  color: #98a2b1;
  font-size: 11px;
}

/* Variant A — Executive Command Center */
.a-hero {
  position: relative;
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  overflow: hidden;
  padding: 42px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 0 100%, rgb(255 159 52 / 22%), transparent 24rem),
    linear-gradient(135deg, #142238 0%, #243d5f 55%, #3d5b80 100%);
  box-shadow: 0 30px 80px rgb(23 38 59 / 20%);
  color: #fff;
}

.a-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to left, #000, transparent 75%);
  content: "";
}

.a-hero__copy,
.a-hero__visual {
  position: relative;
  z-index: 1;
}

.a-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.a-eyebrow,
.b-eyebrow,
.c-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.a-eyebrow {
  border: 1px solid rgb(255 255 255 / 15%);
  background: rgb(255 255 255 / 9%);
  color: #ffd7aa;
}

.a-eyebrow::before,
.b-eyebrow::before,
.c-eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pv-accent);
  box-shadow: 0 0 0 5px rgb(255 159 52 / 13%);
  content: "";
}

.a-hero h1 {
  max-width: 720px;
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(40px, 4vw, 52px);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1.22;
}

.a-hero__lead {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgb(255 255 255 / 69%);
  font-size: 17px;
}

.a-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.a-hero-metric {
  padding: 16px 17px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 18px;
  background: rgb(255 255 255 / 8%);
  backdrop-filter: blur(12px);
}

.a-hero-metric span,
.a-hero-metric strong,
.a-hero-metric small {
  display: block;
}

.a-hero-metric span {
  color: rgb(255 255 255 / 60%);
  font-size: 11px;
  font-weight: 750;
}

.a-hero-metric strong {
  margin-top: 4px;
  color: #fff;
  font-size: 25px;
  font-weight: 950;
  line-height: 1.2;
}

.a-hero-metric small {
  margin-top: 5px;
  color: #9fe4bc;
  font-size: 10px;
  font-weight: 850;
}

.a-hero__visual {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 25px;
  background: rgb(255 255 255 / 9%);
  backdrop-filter: blur(14px);
}

.a-visual-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.a-visual-head span,
.a-visual-head strong {
  display: block;
}

.a-visual-head span {
  color: rgb(255 255 255 / 55%);
  font-size: 11px;
}

.a-visual-head strong {
  margin-top: 4px;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
}

.a-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #aee9c5;
  font-size: 10px;
  font-weight: 900;
}

.a-live::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3ddc84;
  box-shadow: 0 0 0 5px rgb(61 220 132 / 13%);
  content: "";
}

.a-hero-chart {
  width: 100%;
  height: 190px;
  margin-top: 14px;
}

.a-visual-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.a-health-score {
  display: flex;
  align-items: center;
  gap: 13px;
}

.a-health-ring {
  --score: 94%;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--pv-accent) var(--score), rgb(255 255 255 / 12%) 0);
}

.a-health-ring::before {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #304b6d;
  color: #fff;
  content: "94%";
  font-size: 12px;
  font-weight: 950;
}

.a-health-copy strong,
.a-health-copy span {
  display: block;
}

.a-health-copy strong {
  font-size: 13px;
  font-weight: 900;
}

.a-health-copy span {
  color: rgb(255 255 255 / 54%);
  font-size: 10px;
}

.a-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.a-kpi {
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 25px;
  border: 1px solid var(--pv-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--pv-shadow-sm);
}

.a-kpi::after {
  position: absolute;
  inset-block-start: -62px;
  inset-inline-end: -58px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: var(--kpi-glow, var(--pv-primary-soft));
  content: "";
}

.a-kpi.is-dark {
  border-color: transparent;
  background: linear-gradient(145deg, #263c5a, #17263b);
  box-shadow: 0 22px 48px rgb(23 38 59 / 18%);
  color: #fff;
}

.a-kpi.is-warm {
  border-color: #ffe2bf;
  background: linear-gradient(145deg, #fff, #fff8ef);
  --kpi-glow: #ffe6c7;
}

.a-kpi__top,
.a-kpi__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.a-kpi__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: var(--pv-primary-soft);
  color: var(--pv-primary);
}

.a-kpi.is-dark .a-kpi__icon {
  background: rgb(255 255 255 / 10%);
  color: #fff;
}

.a-kpi.is-warm .a-kpi__icon {
  background: var(--pv-accent-soft);
  color: #d97706;
}

.a-kpi__label {
  color: #697588;
  font-size: 15px;
  font-weight: 850;
}

.a-kpi.is-dark .a-kpi__label {
  color: rgb(255 255 255 / 65%);
}

.a-kpi__value {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  color: var(--pv-text);
  font-size: clamp(44px, 4vw, 56px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: 1;
}

.a-kpi.is-dark .a-kpi__value {
  color: #fff;
}

.a-kpi__bottom span {
  color: #929caa;
  font-size: 11px;
}

.a-kpi.is-dark .a-kpi__bottom span {
  color: rgb(255 255 255 / 50%);
}

.a-kpi__bottom a {
  color: var(--pv-primary);
  font-size: 12px;
  font-weight: 900;
}

.a-kpi.is-dark .a-kpi__bottom a {
  color: #ffd4a3;
}

.a-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(330px, .85fr);
  gap: 20px;
}

.a-revenue-card {
  min-height: 440px;
}

.a-revenue-summary {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 0 26px 8px;
}

.a-revenue-summary strong {
  display: block;
  color: var(--pv-text);
  font-size: 34px;
  font-weight: 950;
}

.a-revenue-summary span {
  color: #8993a2;
  font-size: 11px;
}

.a-revenue-chart {
  width: 100%;
  height: 280px;
  padding: 0 16px 14px;
}

.a-approvals-card {
  min-height: 440px;
}

.a-approval-total {
  margin: 0 26px 18px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--pv-primary-soft), #f8fafc);
}

.a-approval-total strong {
  display: block;
  color: var(--pv-primary);
  font-size: 34px;
  font-weight: 950;
}

.a-approval-total span {
  color: #6f7b8c;
  font-size: 12px;
}

.a-activity-card {
  overflow: hidden;
}

.a-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.a-activity-item {
  min-height: 150px;
  display: flex;
  gap: 14px;
  padding: 23px;
  border-top: 1px solid var(--pv-border);
  border-inline-start: 1px solid var(--pv-border);
}

.a-activity-item:nth-child(3n + 1) {
  border-inline-start: 0;
}

.a-activity-item__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--pv-primary-soft);
  color: var(--pv-primary);
}

.a-activity-item strong,
.a-activity-item p,
.a-activity-item time {
  display: block;
}

.a-activity-item strong {
  color: var(--pv-primary-deep);
  font-size: 14px;
  font-weight: 900;
}

.a-activity-item p {
  margin: 5px 0 9px;
  color: #707c8d;
  font-size: 12px;
}

.a-activity-item time {
  color: #a0a9b5;
  font-size: 10px;
}

/* Variant B — Marketplace Operations */
.b-command {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 38px 40px 0;
  border: 1px solid #dfe5ed;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 15%, rgb(255 159 52 / 18%), transparent 22rem),
    linear-gradient(135deg, #fff 0%, #f5f8fc 100%);
  box-shadow: var(--pv-shadow-md);
}

.b-command::after {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: 6px;
  background: var(--pv-accent);
  content: "";
}

.b-command__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.b-eyebrow {
  background: var(--pv-accent-soft);
  color: #b65d00;
}

.b-command h1 {
  margin: 16px 0 0;
  color: var(--pv-primary-deep);
  font-size: clamp(40px, 4vw, 48px);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1.2;
}

.b-command__lead {
  max-width: 700px;
  margin: 10px 0 0;
  color: #6e7b8d;
  font-size: 17px;
}

.b-command__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 360px;
  flex: 0 0 360px;
}

.b-command__actions .pv-primary-button,
.b-command__actions .pv-link-button {
  min-height: 50px;
}

.b-status-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 33px;
  overflow: hidden;
  border: 1px solid var(--pv-border);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: #fff;
  box-shadow: 0 -10px 34px rgb(23 38 59 / 5%);
}

.b-status-item {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-inline-start: 1px solid var(--pv-border);
}

.b-status-item:first-child {
  border-inline-start: 0;
}

.b-status-item__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--pv-blue-soft);
  color: var(--pv-blue);
}

.b-status-item:nth-child(2) .b-status-item__icon {
  background: var(--pv-yellow-soft);
  color: var(--pv-yellow);
}

.b-status-item:nth-child(3) .b-status-item__icon {
  background: var(--pv-green-soft);
  color: var(--pv-green);
}

.b-status-item:nth-child(4) .b-status-item__icon {
  background: var(--pv-red-soft);
  color: var(--pv-red);
}

.b-status-item span,
.b-status-item strong {
  display: block;
}

.b-status-item span {
  color: #758195;
  font-size: 12px;
  font-weight: 750;
}

.b-status-item strong {
  margin-top: 1px;
  color: var(--pv-text);
  font-size: 31px;
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: 1.2;
}

.b-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.b-work-card {
  min-height: 340px;
  overflow: hidden;
}

.b-work-card.is-wide {
  grid-column: 1 / -1;
  min-height: 300px;
}

.b-pipeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 10px 26px 28px;
}

.b-pipeline-stage {
  position: relative;
  min-height: 170px;
  padding: 20px;
  border: 1px solid var(--pv-border);
  border-inline-start: 0;
  background: #fbfcfe;
}

.b-pipeline-stage:first-child {
  border-inline-start: 1px solid var(--pv-border);
  border-radius: 0 18px 18px 0;
}

.b-pipeline-stage:last-child {
  border-radius: 18px 0 0 18px;
}

.b-pipeline-stage::after {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: -10px;
  z-index: 2;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid #dce2ea;
  border-radius: 50%;
  background: #fff;
  color: #8f9aaa;
  content: "←";
  font-size: 10px;
  transform: translateY(-50%);
}

.b-pipeline-stage:last-child::after {
  display: none;
}

.b-pipeline-stage span,
.b-pipeline-stage strong,
.b-pipeline-stage small {
  display: block;
}

.b-pipeline-stage span {
  color: #7a8798;
  font-size: 12px;
  font-weight: 800;
}

.b-pipeline-stage strong {
  margin-top: 14px;
  color: var(--pv-text);
  font-size: 38px;
  font-weight: 950;
  line-height: 1;
}

.b-pipeline-stage small {
  margin-top: 11px;
  color: #9aa4b1;
  font-size: 10px;
}

.b-stage-bar {
  height: 6px;
  margin-top: 17px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9edf2;
}

.b-stage-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--stage-color, var(--pv-primary));
  transform-origin: right center;
}

.b-queue-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 74px;
  padding: 12px 24px;
  border-top: 1px solid #edf0f4;
}

.b-queue-row__index {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--pv-primary-soft);
  color: var(--pv-primary);
  font-size: 12px;
  font-weight: 950;
}

.b-queue-row strong,
.b-queue-row span {
  display: block;
}

.b-queue-row strong {
  color: var(--pv-primary-deep);
  font-size: 13px;
  font-weight: 900;
}

.b-queue-row span {
  color: #919baa;
  font-size: 10px;
}

.b-mini-action {
  min-height: 34px;
  padding: 0 11px;
  border-radius: 11px;
  background: var(--pv-primary-soft);
  color: var(--pv-primary);
  font-size: 10px;
  font-weight: 900;
}

.b-moderation-body {
  padding: 3px 24px 24px;
}

.b-moderation-score {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  border-radius: 18px;
  background: #f8fafc;
}

.b-moderation-score strong,
.b-moderation-score span {
  display: block;
}

.b-moderation-score strong {
  color: var(--pv-primary-deep);
  font-size: 38px;
  font-weight: 950;
  line-height: 1;
}

.b-moderation-score span {
  margin-top: 7px;
  color: #818d9d;
  font-size: 11px;
}

.b-moderation-bars {
  margin-top: 19px;
}

.b-bar-row + .b-bar-row {
  margin-top: 15px;
}

.b-bar-row__labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
  color: #697689;
  font-size: 11px;
  font-weight: 800;
}

.b-auction-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 6px 26px 26px;
}

.b-auction {
  position: relative;
  min-height: 170px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--pv-border);
  border-radius: 18px;
  background: #fbfcfe;
}

.b-auction::after {
  position: absolute;
  inset-block-end: -45px;
  inset-inline-start: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--pv-accent-soft);
  content: "";
}

.b-auction strong,
.b-auction span,
.b-auction small {
  position: relative;
  z-index: 1;
  display: block;
}

.b-auction strong {
  color: var(--pv-primary-deep);
  font-size: 15px;
  font-weight: 950;
}

.b-auction span {
  margin-top: 7px;
  color: #818d9e;
  font-size: 11px;
}

.b-auction small {
  margin-top: 22px;
  color: var(--pv-red);
  font-size: 11px;
  font-weight: 900;
}

.b-table-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.b-table-card {
  overflow: hidden;
}

/* Variant C — Analytics Focused */
.c-hero {
  position: relative;
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  align-items: center;
  gap: 42px;
  overflow: hidden;
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 100%, rgb(255 159 52 / 20%), transparent 25rem),
    #182a43;
  box-shadow: var(--pv-shadow-lg);
  color: #fff;
}

.c-hero::after {
  position: absolute;
  inset-block: -120px;
  inset-inline-start: -70px;
  width: 400px;
  height: 400px;
  border: 70px solid rgb(255 255 255 / 3%);
  border-radius: 50%;
  content: "";
}

.c-hero__copy,
.c-hero__summary {
  position: relative;
  z-index: 1;
}

.c-eyebrow {
  border: 1px solid rgb(255 255 255 / 12%);
  background: rgb(255 255 255 / 8%);
  color: #ffd4a4;
}

.c-hero h1 {
  margin: 17px 0 0;
  color: #fff;
  font-size: clamp(40px, 4vw, 50px);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1.2;
}

.c-hero__lead {
  max-width: 740px;
  margin: 12px 0 0;
  color: rgb(255 255 255 / 65%);
  font-size: 17px;
}

.c-hero__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.c-summary-item {
  min-height: 94px;
  padding: 15px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 17px;
  background: rgb(255 255 255 / 7%);
}

.c-summary-item.is-wide {
  grid-column: 1 / -1;
}

.c-summary-item span,
.c-summary-item strong,
.c-summary-item small {
  display: block;
}

.c-summary-item span {
  color: rgb(255 255 255 / 55%);
  font-size: 10px;
  font-weight: 750;
}

.c-summary-item strong {
  margin-top: 3px;
  color: #fff;
  font-size: 27px;
  font-weight: 950;
  line-height: 1.2;
}

.c-summary-item small {
  margin-top: 5px;
  color: #9fe4bc;
  font-size: 10px;
  font-weight: 850;
}

.c-chart-card {
  min-height: 500px;
  overflow: hidden;
}

.c-chart-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-period {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--pv-border);
  border-radius: 11px;
  background: #fff;
  color: #758195;
  font-size: 10px;
  font-weight: 900;
}

.c-period.is-active {
  border-color: var(--pv-primary);
  background: var(--pv-primary);
  color: #fff;
}

.c-chart-metrics {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0 28px 8px;
}

.c-chart-metric span,
.c-chart-metric strong,
.c-chart-metric small {
  display: block;
}

.c-chart-metric span {
  color: #8792a2;
  font-size: 11px;
}

.c-chart-metric strong {
  margin-top: 3px;
  color: var(--pv-text);
  font-size: 32px;
  font-weight: 950;
}

.c-chart-metric small {
  margin-top: 3px;
  color: var(--pv-green);
  font-size: 10px;
  font-weight: 900;
}

.c-main-chart {
  width: 100%;
  height: 345px;
  padding: 0 20px 15px;
}

.c-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.c-kpi {
  min-height: 190px;
  padding: 23px;
  border: 1px solid var(--pv-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--pv-shadow-sm);
}

.c-kpi__top,
.c-kpi__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.c-kpi__label {
  color: #687587;
  font-size: 14px;
  font-weight: 850;
}

.c-kpi__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--pv-primary-soft);
  color: var(--pv-primary);
}

.c-kpi:nth-child(2) .c-kpi__icon,
.c-kpi:nth-child(5) .c-kpi__icon {
  background: var(--pv-accent-soft);
  color: #d97706;
}

.c-kpi:nth-child(3) .c-kpi__icon,
.c-kpi:nth-child(6) .c-kpi__icon {
  background: var(--pv-green-soft);
  color: var(--pv-green);
}

.c-kpi__value {
  display: block;
  margin-top: 17px;
  color: var(--pv-text);
  font-size: clamp(44px, 4vw, 52px);
  font-weight: 950;
  letter-spacing: -.05em;
  line-height: 1;
}

.c-kpi__foot {
  margin-top: 20px;
  color: #8b96a5;
  font-size: 11px;
}

.c-insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.c-insight-card {
  min-height: 350px;
  overflow: hidden;
}

.c-ranked-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 66px;
  padding: 10px 24px;
  border-top: 1px solid #edf0f4;
}

.c-rank {
  color: #9ba5b2;
  font-size: 12px;
  font-weight: 950;
}

.c-ranked-row__copy strong,
.c-ranked-row__copy span {
  display: block;
}

.c-ranked-row__copy strong {
  color: var(--pv-primary-deep);
  font-size: 13px;
  font-weight: 900;
}

.c-ranked-row__copy span {
  margin-top: 2px;
  color: #939dab;
  font-size: 10px;
}

.c-ranked-row__value {
  color: var(--pv-primary);
  font-size: 13px;
  font-weight: 950;
}

.c-department-bars {
  padding: 4px 24px 24px;
}

.c-department-row + .c-department-row {
  margin-top: 19px;
}

.c-department-row__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: #667387;
  font-size: 12px;
  font-weight: 850;
}

.c-auction-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 4px 24px 24px;
}

.c-matrix-cell {
  min-height: 102px;
  padding: 16px;
  border-radius: 17px;
  background: #f8fafc;
}

.c-matrix-cell span,
.c-matrix-cell strong {
  display: block;
}

.c-matrix-cell span {
  color: #7e8999;
  font-size: 11px;
  font-weight: 750;
}

.c-matrix-cell strong {
  margin-top: 7px;
  color: var(--pv-primary-deep);
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.c-donut-wrap {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 2px 24px 24px;
}

.c-donut {
  position: relative;
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(
    var(--pv-primary) 0 52%,
    var(--pv-accent) 52% 78%,
    var(--pv-green) 78% 92%,
    #dfe5ec 92% 100%
  );
}

.c-donut::before {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--pv-primary-deep);
  content: "2,931";
  font-size: 25px;
  font-weight: 950;
}

.c-legend-row {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 35px;
  color: #677487;
  font-size: 11px;
  font-weight: 750;
}

.c-legend-row i {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--legend-color);
}

.c-legend-row strong {
  margin-inline-start: auto;
  color: var(--pv-primary-deep);
  font-size: 12px;
  font-weight: 950;
}

/* Motion */
.pv-motion-debug {
  position: fixed;
  inset-inline-end: 18px;
  inset-block-end: 18px;
  z-index: 120;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgb(52 77 112 / 18%);
  border-radius: 999px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 12px 30px rgb(23 38 59 / 14%);
  color: var(--pv-primary);
  direction: ltr;
  font-size: 12px;
  font-weight: 900;
}

body.pv-preload .pv-sidebar {
  opacity: 0;
  transform: translateX(80px);
}

body.pv-preload .pv-navbar {
  opacity: 0;
  transform: translateY(-34px);
}

body.pv-preload [data-hero] {
  opacity: 0;
  transform: translateY(48px) scale(.955);
}

body.pv-preload [data-enter] {
  opacity: 0;
  transform: translateY(48px) scale(.975);
}

body.pv-preload .pv-section-head {
  opacity: 0;
  transform: translateY(24px);
}

body.pv-preload .pv-chart-line {
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
}

body.pv-preload .pv-chart-area {
  opacity: 0;
}

body.pv-preload .pv-progress__fill,
body.pv-preload .b-stage-bar i {
  transform: scaleX(0);
}

body.pv-preload .a-health-ring,
body.pv-preload .c-donut {
  opacity: 0;
  transform: scale(.72) rotate(-18deg);
}

html.pv-mounted body.pv-preload .pv-sidebar {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 760ms var(--pv-ease), transform 760ms var(--pv-ease);
}

html.pv-mounted body.pv-preload .pv-navbar {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 680ms var(--pv-ease) 80ms, transform 680ms var(--pv-ease) 80ms;
}

html.pv-mounted body.pv-preload [data-hero] {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 900ms var(--pv-ease) 140ms, transform 900ms var(--pv-ease) 140ms;
}

html.pv-mounted body.pv-preload [data-enter] {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 760ms var(--pv-ease) calc(330ms + var(--enter-order, 0) * 90ms),
    transform 760ms var(--pv-ease) calc(330ms + var(--enter-order, 0) * 90ms);
}

html.pv-mounted body.pv-preload .pv-section-head {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 680ms var(--pv-ease) 500ms, transform 680ms var(--pv-ease) 500ms;
}

html.pv-mounted body.pv-preload .pv-chart-line {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1450ms var(--pv-ease) 250ms;
}

html.pv-mounted body.pv-preload .pv-chart-area {
  opacity: .8;
  transition: opacity 900ms ease 500ms;
}

html.pv-mounted body.pv-preload .pv-progress__fill,
html.pv-mounted body.pv-preload .b-stage-bar i {
  transform: scaleX(1);
  transition: transform 1100ms var(--pv-ease) 550ms;
}

html.pv-mounted body.pv-preload .a-health-ring,
html.pv-mounted body.pv-preload .c-donut {
  opacity: 1;
  transform: scale(1) rotate(0);
  transition: opacity 800ms var(--pv-ease) 500ms, transform 1000ms var(--pv-ease) 500ms;
}

:where(a, button, input):focus-visible {
  outline: 3px solid rgb(52 77 112 / 22%);
  outline-offset: 3px;
}

.pv-backdrop {
  display: none;
}

@media (max-width: 1279px) {
  .pv-navbar {
    grid-template-columns: minmax(190px, .7fr) minmax(260px, 1fr) auto;
    gap: 16px;
    padding: 0 22px;
  }

  .pv-profile__copy {
    display: none;
  }

  .a-hero {
    grid-template-columns: minmax(0, 1fr) 360px;
    padding: 34px;
  }

  .a-main-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, .8fr);
  }
}

@media (max-width: 1199px) {
  .pv-sidebar {
    inset-inline-start: 0;
    transform: translateX(110%);
    transition: transform 320ms var(--pv-ease);
  }

  .pv-app.is-sidebar-open .pv-sidebar {
    transform: translateX(0);
  }

  .pv-sidebar__close,
  .pv-navbar__menu {
    display: grid;
  }

  .pv-backdrop {
    position: fixed;
    inset: 0;
    z-index: 55;
    display: block;
    border: 0;
    background: rgb(15 23 42 / 42%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 240ms ease;
  }

  .pv-app.is-sidebar-open .pv-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .pv-navbar {
    inset-inline: 0;
  }

  .pv-content {
    margin-inline-start: 0;
  }

  body.pv-preload .pv-sidebar,
  html.pv-mounted body.pv-preload .pv-sidebar {
    opacity: 1;
    transform: translateX(110%);
  }

  html.pv-mounted body.pv-preload .pv-app.is-sidebar-open .pv-sidebar {
    transform: translateX(0);
  }

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

  .b-command__actions {
    width: 330px;
    flex-basis: 330px;
  }
}

@media (max-width: 959px) {
  .pv-navbar {
    grid-template-columns: minmax(180px, 1fr) minmax(250px, 1.2fr) auto;
  }

  .pv-navbar__context,
  .pv-language,
  .pv-navbar__actions > .pv-icon-button:first-of-type {
    display: none;
  }

  .pv-content {
    padding-inline: 22px;
  }

  .a-hero,
  .c-hero {
    grid-template-columns: 1fr;
  }

  .a-hero__visual {
    min-height: 330px;
  }

  .a-main-grid,
  .b-work-grid,
  .b-table-grid,
  .c-insight-grid {
    grid-template-columns: 1fr;
  }

  .b-work-card.is-wide {
    grid-column: auto;
  }

  .b-command__top {
    display: block;
  }

  .b-command__actions {
    width: 100%;
    margin-top: 24px;
  }

  .b-status-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b-status-item:nth-child(3) {
    border-inline-start: 0;
    border-top: 1px solid var(--pv-border);
  }

  .b-status-item:nth-child(4) {
    border-top: 1px solid var(--pv-border);
  }

  .b-pipeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .b-pipeline-stage,
  .b-pipeline-stage:first-child,
  .b-pipeline-stage:last-child {
    border: 1px solid var(--pv-border);
    border-radius: 17px;
  }

  .b-pipeline-stage::after {
    display: none;
  }

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

@media (max-width: 699px) {
  .pv-navbar {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 15px;
  }

  .pv-search {
    display: none;
  }

  .pv-profile {
    padding-inline-end: 5px;
    padding-inline-start: 5px;
    border: 0;
  }

  .pv-navbar__copy small {
    display: none;
  }

  .pv-content {
    padding: calc(var(--pv-navbar) + 20px) 14px 28px;
  }

  .pv-section {
    margin-top: 24px;
  }

  .pv-section-head {
    align-items: flex-start;
  }

  .pv-section-head .pv-link-button {
    min-width: 44px;
    padding-inline: 12px;
    font-size: 0;
  }

  .a-hero,
  .b-command,
  .c-hero {
    padding: 25px;
    border-radius: 24px;
  }

  .a-hero h1,
  .b-command h1,
  .c-hero h1 {
    font-size: 36px;
  }

  .a-hero__lead,
  .b-command__lead,
  .c-hero__lead {
    font-size: 15px;
  }

  .a-hero__metrics,
  .a-kpi-grid,
  .c-kpi-grid {
    grid-template-columns: 1fr;
  }

  .a-hero__visual {
    padding: 18px;
  }

  .a-activity-grid {
    grid-template-columns: 1fr;
  }

  .a-activity-item {
    border-inline-start: 0;
  }

  .b-command {
    padding-bottom: 0;
  }

  .b-command__actions,
  .b-status-strip,
  .b-pipeline,
  .b-auction-strip {
    grid-template-columns: 1fr;
  }

  .b-status-item {
    border-inline-start: 0;
    border-top: 1px solid var(--pv-border);
  }

  .b-status-item:first-child {
    border-top: 0;
  }

  .b-queue-row {
    padding-inline: 16px;
  }

  .c-hero__summary {
    grid-template-columns: 1fr;
  }

  .c-summary-item.is-wide {
    grid-column: auto;
  }

  .c-chart-toolbar {
    display: none;
  }

  .c-chart-metrics {
    gap: 20px;
    padding-inline: 20px;
  }

  .c-donut-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pv-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.pv-preload .pv-sidebar,
  body.pv-preload .pv-navbar,
  body.pv-preload [data-hero],
  body.pv-preload [data-enter],
  body.pv-preload .pv-section-head {
    opacity: 1;
    transform: none;
  }

  body.pv-preload .pv-chart-line {
    stroke-dashoffset: 0;
  }

  body.pv-preload .pv-chart-area {
    opacity: .8;
  }

  body.pv-preload .pv-progress__fill,
  body.pv-preload .b-stage-bar i {
    transform: scaleX(1);
  }

  body.pv-preload .a-health-ring,
  body.pv-preload .c-donut {
    opacity: 1;
    transform: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }
}
