/* File: wpmc-demo-dashboard/assets/css/demo-dashboard.css */
.wpmc-demo-dashboard,
.wpmc-demo-dashboard * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.wpmc-demo-dashboard {
  --wpmc-orange: #ffa800;
  --wpmc-red: #fc432b;
  --wpmc-purple: #d61bb2;
  --wpmc-pink: #f43374;
  --wpmc-bg: #ffffff;
  --wpmc-bg-alt: #fafafa;
  --wpmc-surface: #ffffff;
  --wpmc-surface-2: #f7f7f9;
  --wpmc-text: #24252a;
  --wpmc-subtext: #565b61;
  --wpmc-muted: #747b85;
  --wpmc-border: rgba(0, 0, 0, .09);
  --wpmc-shadow-sm: 0 2px 6px rgba(16, 24, 40, .06);
  --wpmc-shadow-md: 0 10px 24px rgba(16, 24, 40, .09);
  --wpmc-grad-accent: linear-gradient(135deg, var(--wpmc-orange), var(--wpmc-pink));
  --wpmc-grad-warm: linear-gradient(90deg, var(--wpmc-orange), var(--wpmc-red));
  --wpmc-focus-ring: 0 0 0 3px rgba(244, 51, 116, .22);
  color: var(--wpmc-text);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

.wpmc-demo-dashboard :where(h1, h2, h3, h4, h5, h6) {
  --wpmc-heading-align-items: normal;
  --wpmc-heading-background: transparent;
  --wpmc-heading-border: 0;
  --wpmc-heading-border-bottom: 0;
  --wpmc-heading-border-radius: 0;
  --wpmc-heading-box-shadow: none;
  --wpmc-heading-color: var(--wpmc-text);
  --wpmc-heading-display: block;
  --wpmc-heading-font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  --wpmc-heading-font-size: 16px;
  --wpmc-heading-font-style: normal;
  --wpmc-heading-font-weight: 850;
  --wpmc-heading-gap: normal;
  --wpmc-heading-letter-spacing: 0;
  --wpmc-heading-line-height: 1.2;
  --wpmc-heading-margin: 0;
  --wpmc-heading-max-width: none;
  --wpmc-heading-padding: 0;
  --wpmc-heading-text-align: inherit;
  --wpmc-heading-text-decoration: none;
  --wpmc-heading-text-shadow: none;
  --wpmc-heading-text-transform: none;
}

.wpmc-demo-dashboard :where(h1) {
  --wpmc-heading-color: var(--wpmc-orange);
  --wpmc-heading-font-size: 30px;
  --wpmc-heading-line-height: 1.15;
}

.wpmc-demo-dashboard :where(h2) {
  --wpmc-heading-font-size: 22px;
  --wpmc-heading-line-height: 1.18;
}

.wpmc-demo-dashboard :where(h3) {
  --wpmc-heading-font-size: 18px;
  --wpmc-heading-line-height: 1.2;
}

.wpmc-demo-dashboard :where(h4) {
  --wpmc-heading-font-size: 16px;
}

.wpmc-demo-dashboard :where(h5) {
  --wpmc-heading-font-size: 14px;
}

.wpmc-demo-dashboard :where(h6) {
  --wpmc-heading-font-size: 12px;
}

.wpmc-demo-dashboard[data-wpmc-demo-dashboard].wpmc-demo-dashboard :is(h1, h2, h3, h4, h5, h6) {
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: var(--wpmc-heading-color) !important;
  align-items: var(--wpmc-heading-align-items) !important;
  animation: none !important;
  background: var(--wpmc-heading-background) !important;
  background-clip: border-box !important;
  border: var(--wpmc-heading-border) !important;
  border-bottom: var(--wpmc-heading-border-bottom) !important;
  border-radius: var(--wpmc-heading-border-radius) !important;
  box-shadow: var(--wpmc-heading-box-shadow) !important;
  box-sizing: border-box !important;
  clear: none !important;
  color: var(--wpmc-heading-color) !important;
  display: var(--wpmc-heading-display) !important;
  filter: none !important;
  float: none !important;
  font-family: var(--wpmc-heading-font-family) !important;
  font-size: var(--wpmc-heading-font-size) !important;
  font-style: var(--wpmc-heading-font-style) !important;
  font-weight: var(--wpmc-heading-font-weight) !important;
  gap: var(--wpmc-heading-gap) !important;
  letter-spacing: var(--wpmc-heading-letter-spacing) !important;
  line-height: var(--wpmc-heading-line-height) !important;
  list-style: none !important;
  margin: var(--wpmc-heading-margin) !important;
  max-width: var(--wpmc-heading-max-width) !important;
  min-width: 0 !important;
  opacity: 1 !important;
  padding: var(--wpmc-heading-padding) !important;
  position: static !important;
  text-align: var(--wpmc-heading-text-align) !important;
  text-decoration: var(--wpmc-heading-text-decoration) !important;
  text-shadow: var(--wpmc-heading-text-shadow) !important;
  text-transform: var(--wpmc-heading-text-transform) !important;
  transform: none !important;
  transition: none !important;
  width: auto !important;
}

.wpmc-demo-dashboard[data-wpmc-demo-dashboard].wpmc-demo-dashboard :is(h1, h2, h3, h4, h5, h6)::before,
.wpmc-demo-dashboard[data-wpmc-demo-dashboard].wpmc-demo-dashboard :is(h1, h2, h3, h4, h5, h6)::after {
  content: none !important;
  display: none !important;
}

.wpmc-demo-dashboard[data-theme="dark"] {
  --wpmc-bg: #181817;
  --wpmc-bg-alt: #20201e;
  --wpmc-surface: #1f1f1d;
  --wpmc-surface-2: #292824;
  --wpmc-text: #f4f0e8;
  --wpmc-subtext: #d0cbc2;
  --wpmc-muted: #a59f95;
  --wpmc-border: rgba(238, 226, 203, .14);
  --wpmc-shadow-sm: 0 1px 0 rgba(255, 255, 255, .04), 0 8px 20px rgba(0, 0, 0, .22);
  --wpmc-shadow-md: 0 1px 0 rgba(255, 255, 255, .05), 0 16px 34px rgba(0, 0, 0, .34);
}

.wpmc-demo-dashboard[data-wpmc-demo-dashboard].wpmc-demo-dashboard h1 {
  --wpmc-heading-color: var(--wpmc-orange);
  color: var(--wpmc-orange) !important;
}

.wpmc-demo-dashboard[data-wpmc-demo-dashboard].wpmc-demo-dashboard[data-theme="dark"] h1 {
  --wpmc-heading-color: #fff;
  color: #fff !important;
}

.wpmc-demo-admin-shell {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 18px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-bg);
  box-shadow: var(--wpmc-shadow-md);
}

.wpmc-plugin-header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
  min-height: 86px;
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #191919, #332032 54%, #1f1f1d);
  color: #fff;
  overflow: hidden;
}

.wpmc-plugin-header__brand,
.wpmc-plugin-header__promo {
  display: flex;
  align-items: center;
  min-width: 0;
}

.wpmc-plugin-header__brand {
  flex: 1 1 auto;
  gap: 12px;
}

.wpmc-plugin-header__brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.wpmc-plugin-header__brand-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.wpmc-plugin-header__title {
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 850;
  line-height: 1.08;
}

.wpmc-plugin-header__tagline {
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-weight: 750;
}

.wpmc-plugin-header__promo {
  flex: 0 1 430px;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  text-decoration: none;
}

.wpmc-plugin-header__promo:hover,
.wpmc-plugin-header__promo:focus-visible {
  color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(244, 51, 116, .24);
}

.wpmc-plugin-header__promo-label {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.wpmc-plugin-header__promo-logo-wrap {
  display: grid;
  place-items: center;
  width: 58px;
  height: 42px;
  border-radius: 8px;
  background: #fff;
}

.wpmc-plugin-header__promo-logo {
  max-width: 48px;
  max-height: 30px;
  object-fit: contain;
}

.wpmc-plugin-header__promo-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.wpmc-plugin-header__promo-copy strong,
.wpmc-plugin-header__promo-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wpmc-plugin-header__promo-copy strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
}

.wpmc-plugin-header__promo-copy span {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.wpmc-top-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 16px 0 14px;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--wpmc-pink), transparent 78%);
  border-radius: 8px;
  background: var(--wpmc-surface);
  box-shadow: var(--wpmc-shadow-sm);
}

.wpmc-menu-links {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.wpmc-menu-links button,
.wpmc-std-btn,
.wpmc-demo-date-filter button,
.wpmc-demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  padding: 9px 13px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface);
  color: var(--wpmc-text);
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.wpmc-menu-links button:hover,
.wpmc-menu-links button:focus-visible,
.wpmc-std-btn:hover,
.wpmc-std-btn:focus-visible,
.wpmc-demo-date-filter button:hover,
.wpmc-demo-date-filter button:focus-visible,
.wpmc-demo-button:hover,
.wpmc-demo-button:focus-visible {
  border-color: color-mix(in srgb, var(--wpmc-pink), transparent 56%);
  color: var(--wpmc-purple);
  box-shadow: var(--wpmc-focus-ring);
  outline: none;
}

.wpmc-menu-links button.active,
.wpmc-std-btn.is-active,
.wpmc-demo-date-filter button.is-active,
.wpmc-demo-button.is-primary,
.wpmc-main-tab-btn.active {
  border-color: transparent;
  background: var(--wpmc-grad-accent);
  color: #fff;
  box-shadow: 0 10px 20px rgba(158, 45, 136, .16);
}

.wpmc-theme-switcher {
  flex: 0 0 auto;
}

.wpmc-std-switch {
  display: flex;
  gap: 4px;
  padding: 3px;
  border: 1px solid var(--wpmc-border);
  border-radius: 999px;
  background: var(--wpmc-surface-2);
}

.wpmc-std-btn {
  min-height: 31px;
  padding: 6px 11px;
  border-radius: 999px;
  background: transparent;
}

.wpmc-demo-title-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface);
}

.wpmc-demo-title {
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: var(--wpmc-orange) !important;
  background-clip: border-box !important;
  background: transparent !important;
  margin: 0;
  color: var(--wpmc-orange) !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 850;
  line-height: 1.15;
}

.wpmc-demo-dashboard[data-theme="dark"] .wpmc-demo-title {
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
}

.wpmc-demo-title-bar p {
  margin: 5px 0 0;
  color: var(--wpmc-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.wpmc-demo-date-filter {
  display: flex;
  gap: 6px;
}

.wpmc-demo-main {
  min-height: 580px;
}

.wpmc-dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 18px;
  align-items: stretch;
  margin: 0 0 22px;
  padding: 18px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--wpmc-surface), var(--wpmc-orange) 7%), var(--wpmc-surface) 48%),
    var(--wpmc-surface);
  box-shadow: var(--wpmc-shadow-sm);
}

.wpmc-dashboard-kicker,
.wpmc-dashboard-section-kicker,
.wpmc-dashboard-card-label,
.wpmc-demo-kicker {
  color: var(--wpmc-pink);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.wpmc-dashboard-hero h2,
.wpmc-dashboard-section-head h2 {
  --wpmc-heading-color: var(--wpmc-text);
  --wpmc-heading-font-weight: 850;
  --wpmc-heading-line-height: 1.12;
  --wpmc-heading-margin: 0;
}

.wpmc-dashboard-hero h2 {
  --wpmc-heading-font-size: 28px;
  --wpmc-heading-margin: 8px 0 0;
  --wpmc-heading-max-width: 720px;
  color: var(--wpmc-text) !important;
  -webkit-text-fill-color: var(--wpmc-text) !important;
}

.wpmc-dashboard-hero p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--wpmc-subtext);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.wpmc-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.wpmc-dashboard-signal-panel {
  position: relative;
  min-height: 230px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--wpmc-purple), transparent 88%) 1px, transparent 1px),
    linear-gradient(180deg, color-mix(in srgb, var(--wpmc-purple), transparent 88%) 1px, transparent 1px),
    var(--wpmc-surface-2);
  background-size: 32px 32px;
  overflow: hidden;
}

.wpmc-dashboard-signal-top,
.wpmc-dashboard-signal-metrics {
  position: absolute;
  left: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.wpmc-dashboard-signal-top {
  top: 14px;
  color: var(--wpmc-muted);
  font-size: 12px;
  font-weight: 850;
}

.wpmc-dashboard-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border: 1px solid var(--wpmc-border);
  border-radius: 999px;
  background: var(--wpmc-surface);
  color: var(--wpmc-text);
}

.wpmc-dashboard-live-pill::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, .14);
  content: "";
}

.wpmc-dashboard-signal-canvas {
  position: absolute;
  inset: 50px 18px 66px;
}

.wpmc-dashboard-signal-line,
.wpmc-dashboard-signal-line::before,
.wpmc-dashboard-signal-line::after {
  position: absolute;
  display: block;
  height: 3px;
  border-radius: 999px;
  background: var(--wpmc-grad-accent);
  content: "";
}

.wpmc-dashboard-signal-line {
  left: 7%;
  right: 8%;
  top: 50%;
  transform: rotate(-8deg);
  opacity: .88;
}

.wpmc-dashboard-signal-line::before {
  left: 16%;
  width: 32%;
  top: -34px;
  transform: rotate(24deg);
  opacity: .55;
}

.wpmc-dashboard-signal-line::after {
  right: 8%;
  width: 34%;
  top: 32px;
  transform: rotate(24deg);
  opacity: .5;
}

.wpmc-dashboard-node {
  position: absolute;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid color-mix(in srgb, var(--wpmc-pink), #fff 24%);
  border-radius: 999px;
  background: var(--wpmc-surface);
  color: var(--wpmc-pink);
  box-shadow: 0 10px 20px rgba(16, 24, 40, .12);
}

.wpmc-dashboard-node--one {
  left: 4%;
  top: 48%;
}

.wpmc-dashboard-node--two {
  left: 38%;
  top: 12%;
  color: var(--wpmc-orange);
  border-color: color-mix(in srgb, var(--wpmc-orange), #fff 18%);
}

.wpmc-dashboard-node--three {
  right: 4%;
  bottom: 12%;
  color: var(--wpmc-purple);
  border-color: color-mix(in srgb, var(--wpmc-purple), #fff 18%);
}

.wpmc-dashboard-signal-metrics {
  bottom: 14px;
}

.wpmc-dashboard-signal-metrics span {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface);
}

.wpmc-dashboard-signal-metrics strong {
  color: var(--wpmc-text);
  font-size: 13px;
  line-height: 1.1;
}

.wpmc-dashboard-signal-metrics em {
  margin-top: 3px;
  color: var(--wpmc-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.wpmc-dashboard-section {
  margin-top: 22px;
}

.wpmc-dashboard-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.wpmc-dashboard-section-head h2 {
  --wpmc-heading-font-size: 18px;
  --wpmc-heading-margin: 4px 0 0;
}

.wpmc-dashboard-card-grid,
.wpmc-demo-card-grid {
  display: grid;
  gap: 12px;
}

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

.wpmc-dashboard-card-grid--tools,
.wpmc-demo-card-grid.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wpmc-demo-card-grid.is-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wpmc-dashboard-card,
.wpmc-demo-card {
  position: relative;
  min-width: 0;
  min-height: 126px;
  padding: 15px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface);
  color: var(--wpmc-text);
  box-shadow: var(--wpmc-shadow-sm);
  overflow: hidden;
}

.wpmc-dashboard-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 26px;
  gap: 13px;
  align-items: start;
  text-align: left;
}

button.wpmc-dashboard-card {
  cursor: pointer;
  font: inherit;
}

.wpmc-dashboard-card--primary {
  min-height: 158px;
  padding: 17px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--wpmc-surface), var(--wpmc-pink) 4%), var(--wpmc-surface));
}

.wpmc-dashboard-card:hover,
.wpmc-dashboard-card:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--wpmc-pink), transparent 52%);
  box-shadow: var(--wpmc-focus-ring), var(--wpmc-shadow-md);
  outline: none;
}

.wpmc-dashboard-card-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--wpmc-grad-accent);
  color: #fff;
}

.wpmc-dashboard-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 9px;
}

.wpmc-dashboard-card-top {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.wpmc-dashboard-card-title {
  color: var(--wpmc-text);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.18;
}

.wpmc-dashboard-card-desc {
  color: var(--wpmc-subtext);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.42;
}

.wpmc-dashboard-card-arrow {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  color: var(--wpmc-pink);
}

.wpmc-stats-filter-shell {
  display: grid;
  grid-template-columns: 280px minmax(420px, 1fr) 138px 138px 156px 156px;
  gap: 16px;
  align-items: stretch;
  margin-bottom: 18px;
  padding: 10px 16px;
  border: 1px solid color-mix(in srgb, var(--wpmc-pink), transparent 68%);
  border-left-color: color-mix(in srgb, var(--wpmc-orange), transparent 42%);
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--wpmc-orange), var(--wpmc-surface) 97%), var(--wpmc-surface));
  box-shadow: 0 18px 42px rgba(16, 24, 40, .08);
}

.wpmc-stats-filter-title {
  display: grid;
  align-content: center;
  gap: 7px;
  min-width: 0;
  padding-right: 20px;
  border-right: 1px solid var(--wpmc-border);
}

.wpmc-stats-filter-title span,
.wpmc-stats-quick-ranges > span,
.wpmc-stats-date-box span {
  color: var(--wpmc-pink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.wpmc-stats-filter-title strong {
  color: var(--wpmc-text);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.wpmc-stats-filter-title em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f43374, #bd3f97);
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.wpmc-stats-quick-ranges {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px 16px;
  border: 1px solid var(--wpmc-border);
  border-radius: 14px;
  background: var(--wpmc-surface-2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 4px 14px rgba(16, 24, 40, .06);
}

.wpmc-stats-quick-ranges > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(88px, 1fr));
  gap: 10px;
}

.wpmc-stats-quick-ranges button,
.wpmc-stats-filter-button,
.wpmc-stats-reset-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid var(--wpmc-border);
  border-radius: 10px;
  background: var(--wpmc-surface);
  color: var(--wpmc-pink);
  box-shadow: 0 5px 14px rgba(16, 24, 40, .08);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.wpmc-stats-quick-ranges button.is-active,
.wpmc-stats-filter-button {
  border-color: transparent;
  background: var(--wpmc-grad-accent);
  color: #fff;
}

.wpmc-stats-date-box {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--wpmc-border);
  border-radius: 14px;
  background: var(--wpmc-surface-2);
}

.wpmc-stats-date-box span {
  color: var(--wpmc-subtext);
}

.wpmc-stats-date-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--wpmc-subtext);
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  outline: none;
}

.wpmc-stats-filter-button,
.wpmc-stats-reset-button {
  align-self: center;
  min-height: 50px;
  border-radius: 12px;
  font-size: 15px;
}

.wpmc-stats-reset-button {
  background: var(--wpmc-surface);
}

.wpmc-stats-summary-block {
  margin-bottom: 22px;
}

.wpmc-stats-tabs-row {
  display: flex;
  align-items: end;
  min-height: 59px;
}

.wpmc-stats-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 264px;
  min-height: 59px;
  padding: 10px 24px;
  border: 1px solid var(--wpmc-border);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: var(--wpmc-surface);
  color: var(--wpmc-purple);
  cursor: default;
  font: inherit;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.wpmc-stats-tab.is-active {
  border-color: transparent;
  background: var(--wpmc-grad-accent);
  color: #fff;
}

.wpmc-stats-summary-grid {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(520px, 1.1fr);
  gap: 26px;
}

.wpmc-stats-online-card,
.wpmc-stats-referrals-card {
  position: relative;
  min-width: 0;
  min-height: 440px;
  padding: 28px;
  border: 1px solid var(--wpmc-border);
  border-radius: 14px;
  background: var(--wpmc-surface);
  box-shadow: 0 16px 42px rgba(16, 24, 40, .1);
}

.wpmc-stats-card-accent {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 5px;
  border-radius: 999px;
  background: var(--wpmc-grad-accent);
}

.wpmc-stats-online-head,
.wpmc-stats-referrals-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.wpmc-stats-online-head h2,
.wpmc-stats-referrals-head h2 {
  --wpmc-heading-align-items: center;
  --wpmc-heading-color: #16a34a;
  --wpmc-heading-display: flex;
  --wpmc-heading-font-size: 22px;
  --wpmc-heading-font-weight: 850;
  --wpmc-heading-gap: 10px;
  --wpmc-heading-line-height: 1.2;
  --wpmc-heading-margin: 0;
}

.wpmc-stats-online-head h2 span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, .18);
}

.wpmc-stats-online-head button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid var(--wpmc-border);
  border-radius: 10px;
  background: var(--wpmc-surface-2);
  color: var(--wpmc-purple);
  cursor: default;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
}

.wpmc-stats-online-now {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 34px;
  color: var(--wpmc-subtext);
}

.wpmc-stats-online-now strong {
  color: #16a34a;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.wpmc-stats-online-now span,
.wpmc-stats-online-card p {
  color: var(--wpmc-subtext);
  font-size: 16px;
  font-weight: 700;
}

.wpmc-stats-online-card p {
  margin: 26px 0 24px;
}

.wpmc-stats-online-table-head {
  display: flex;
  justify-content: space-between;
  color: var(--wpmc-muted);
  font-size: 14px;
  font-weight: 900;
}

.wpmc-stats-online-empty {
  margin-top: 12px;
  padding: 18px;
  border: 1px dashed var(--wpmc-border);
  border-radius: 10px;
  color: var(--wpmc-muted);
  font-size: 16px;
  font-weight: 650;
}

.wpmc-stats-online-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.wpmc-stats-online-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  gap: 12px;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--wpmc-border);
  border-radius: 10px;
  background: var(--wpmc-surface-2);
}

.wpmc-stats-online-row span {
  overflow: hidden;
  color: var(--wpmc-text);
  font-size: 14px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wpmc-stats-online-row strong {
  justify-self: end;
  color: #16a34a;
  font-size: 15px;
  font-weight: 850;
}

.wpmc-stats-referrals-head {
  margin-bottom: 20px;
}

.wpmc-stats-referrals-head h2 {
  --wpmc-heading-color: var(--wpmc-text);
  --wpmc-heading-font-size: 24px;
}

.wpmc-stats-referrals-head p {
  margin: 8px 0 0;
  color: var(--wpmc-muted);
  font-size: 15px;
  font-weight: 650;
}

.wpmc-stats-referrals-head > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid var(--wpmc-border);
  border-radius: 999px;
  color: var(--wpmc-subtext);
  font-size: 12px;
  font-weight: 850;
}

.wpmc-stats-referrals-head > span strong {
  color: var(--wpmc-text);
  font-size: 15px;
  font-weight: 900;
}

.wpmc-stats-referral-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wpmc-stats-referral-card {
  position: relative;
  min-width: 0;
  min-height: 188px;
  padding: 28px 16px 16px;
  border: 1px solid var(--wpmc-border);
  border-radius: 10px;
  background: var(--wpmc-surface);
  box-shadow: var(--wpmc-shadow-sm);
  overflow: hidden;
}

.wpmc-stats-referral-card::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  background: var(--ref-accent);
  content: "";
}

.wpmc-stats-referral-card img {
  display: block;
  width: 50px;
  height: 50px;
  padding: 8px;
  border: 1px solid var(--wpmc-border);
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
}

.wpmc-stats-referral-card h3 {
  --wpmc-heading-color: var(--wpmc-text);
  --wpmc-heading-font-size: 18px;
  --wpmc-heading-font-weight: 900;
  --wpmc-heading-line-height: 1.1;
  --wpmc-heading-margin: 18px 0 8px;
}

.wpmc-stats-referral-count {
  display: flex;
  align-items: end;
  gap: 8px;
}

.wpmc-stats-referral-count strong {
  color: #111827;
  font-size: 32px;
  font-weight: 650;
  line-height: .92;
}

.wpmc-demo-dashboard[data-theme="dark"] .wpmc-stats-referral-count strong {
  color: var(--wpmc-text);
}

.wpmc-stats-referral-count span,
.wpmc-stats-referral-share {
  color: var(--wpmc-muted);
  font-size: 12px;
  font-weight: 900;
}

.wpmc-stats-referral-share {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
}

.wpmc-stats-referral-share strong {
  color: var(--wpmc-pink);
}

.wpmc-stats-referral-track {
  height: 7px;
  margin-top: 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--wpmc-pink), transparent 88%);
  overflow: hidden;
}

.wpmc-stats-referral-track i {
  display: block;
  width: var(--ref-share);
  height: 100%;
  border-radius: inherit;
  background: var(--ref-accent);
}

.wpmc-stats-chart-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.wpmc-stats-mini-card {
  min-width: 0;
  min-height: 236px;
  padding: 18px;
  border: 1px solid var(--wpmc-border);
  border-radius: 12px;
  background: var(--wpmc-surface);
  box-shadow: 0 14px 34px rgba(16, 24, 40, .09);
}

.wpmc-stats-mini-card h3 {
  --wpmc-heading-color: var(--wpmc-text);
  --wpmc-heading-font-size: 18px;
  --wpmc-heading-font-weight: 900;
  --wpmc-heading-line-height: 1.15;
  --wpmc-heading-margin: 0;
}

.wpmc-stats-mini-value {
  min-height: 48px;
  margin-top: 12px;
  color: var(--wpmc-pink);
  font-size: 34px;
  font-weight: 650;
  line-height: 1;
}

.wpmc-stats-mini-value strong {
  color: var(--wpmc-pink);
  font-size: 34px;
  font-weight: 650;
}

.wpmc-stats-mini-value span {
  margin: 0 5px;
  color: var(--wpmc-muted);
  font-size: 16px;
  font-weight: 900;
}

.wpmc-stats-mini-chart {
  position: relative;
  display: grid;
  place-items: center;
  height: 118px;
  margin-top: 8px;
  padding: 10px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface-2);
  overflow: hidden;
}

.wpmc-stats-mini-chart svg {
  width: 100%;
  height: 100%;
}

.wpmc-stats-donut {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: conic-gradient(#ffb236 0 50%, #ff5c93 50% 100%);
}

.wpmc-stats-donut span {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--wpmc-surface-2);
}

.wpmc-stats-bars {
  display: flex;
  align-items: end;
  gap: 10px;
  width: 100%;
  height: 96px;
  padding: 8px 8px 0;
}

.wpmc-stats-bars span {
  flex: 1 1 0;
  min-width: 8px;
  border: 2px solid #a72e94;
  background: #ec70a7;
}

@media (max-width: 1320px) {
  .wpmc-stats-filter-shell {
    grid-template-columns: 240px minmax(360px, 1fr) repeat(2, 128px);
  }

  .wpmc-stats-filter-button,
  .wpmc-stats-reset-button {
    grid-column: span 1;
  }

  .wpmc-stats-quick-ranges > div {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }

  .wpmc-stats-summary-grid {
    grid-template-columns: minmax(320px, .8fr) minmax(460px, 1fr);
    gap: 18px;
  }

  .wpmc-stats-referral-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpmc-details-panel-header,
  .wpmc-details-heatmap-dashboard {
    grid-template-columns: 1fr;
  }

  .wpmc-details-controls-bar {
    grid-template-columns: minmax(180px, .4fr) minmax(420px, 1fr) repeat(2, minmax(180px, .45fr));
  }

  .wpmc-details-render-switch,
  .wpmc-details-toggle,
  .wpmc-details-dot-colors {
    min-width: 0;
  }
}

@media (max-width: 980px) {
  .wpmc-stats-filter-shell,
  .wpmc-stats-summary-grid,
  .wpmc-stats-chart-grid,
  .wpmc-details-controls-bar {
    grid-template-columns: 1fr;
  }

  .wpmc-stats-filter-title {
    padding-right: 0;
    padding-bottom: 12px;
    border-right: 0;
    border-bottom: 1px solid var(--wpmc-border);
  }

  .wpmc-stats-tabs-row {
    min-height: 78px;
  }

  .wpmc-stats-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 78px;
    padding: 14px 16px;
    font-size: 16px;
  }

  .wpmc-details-panel-header .wpmc-main-tabs,
  .wpmc-details-page-nav,
  .wpmc-details-social-metrics,
  .wpmc-details-scroll-summary,
  .wpmc-details-control-metrics,
  .wpmc-preview-toolbar {
    grid-template-columns: 1fr;
  }

  .wpmc-details-panel-header .wpmc-main-tab-btn {
    min-height: 58px;
    border-radius: 12px;
  }

  .wpmc-preview-toolbar-devices {
    justify-items: start;
  }

  .wpmc-preview-toolbar span {
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .wpmc-stats-quick-ranges > div,
  .wpmc-stats-referral-grid {
    grid-template-columns: 1fr;
  }

  .wpmc-stats-online-card,
  .wpmc-stats-referrals-card,
  .wpmc-stats-mini-card {
    padding: 16px;
  }

  .wpmc-stats-online-head,
  .wpmc-stats-referrals-head {
    flex-direction: column;
  }

  .wpmc-details-date-inputs,
  .wpmc-details-date-actions,
  .wpmc-details-range-grid,
  .wpmc-details-scroll-row {
    grid-template-columns: 1fr;
  }
}

.wpmc-demo-kpi {
  display: grid;
  gap: 8px;
}

.wpmc-demo-kpi strong {
  color: var(--wpmc-text);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 850;
  line-height: 1;
}

.wpmc-demo-kpi span {
  color: var(--wpmc-muted);
  font-size: 12px;
  font-weight: 800;
}

.wpmc-demo-kpi em {
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  background: color-mix(in srgb, #16a34a, transparent 88%);
  color: #15803d;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.wpmc-demo-panel {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface);
  box-shadow: var(--wpmc-shadow-sm);
}

.wpmc-demo-panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.wpmc-demo-panel-head h2,
.wpmc-demo-panel-head h3 {
  --wpmc-heading-color: var(--wpmc-text);
  --wpmc-heading-font-size: 17px;
  --wpmc-heading-font-weight: 850;
  --wpmc-heading-line-height: 1.2;
  --wpmc-heading-margin: 0;
}

.wpmc-demo-panel-head p {
  margin: 4px 0 0;
  color: var(--wpmc-muted);
  font-size: 12px;
  font-weight: 700;
}

.wpmc-demo-chart {
  position: relative;
  min-height: 250px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--wpmc-purple), transparent 92%) 1px, transparent 1px),
    linear-gradient(180deg, color-mix(in srgb, var(--wpmc-purple), transparent 92%) 1px, transparent 1px),
    var(--wpmc-surface-2);
  background-size: 54px 42px;
  overflow: hidden;
}

.wpmc-demo-chart svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wpmc-demo-bar-list {
  display: grid;
  gap: 10px;
}

.wpmc-demo-bar-row {
  display: grid;
  grid-template-columns: minmax(110px, .65fr) minmax(0, 1.4fr) 64px;
  gap: 10px;
  align-items: center;
}

.wpmc-demo-bar-row span,
.wpmc-demo-bar-row strong {
  overflow: hidden;
  color: var(--wpmc-text);
  font-size: 12px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wpmc-demo-bar-track {
  height: 9px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--wpmc-purple), transparent 90%);
  overflow: hidden;
}

.wpmc-demo-bar-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--wpmc-grad-accent);
}

.wpmc-horizontal-filter-card {
  display: grid;
  grid-template-columns: minmax(150px, .44fr) minmax(0, 2fr) auto;
  gap: 12px;
  align-items: stretch;
  width: 100%;
  margin: 0 0 14px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 168, 0, .045), rgba(244, 51, 116, .02)) padding-box,
    linear-gradient(var(--wpmc-surface), var(--wpmc-surface)) padding-box,
    linear-gradient(135deg, rgba(255, 168, 0, .34), rgba(244, 51, 116, .32), rgba(158, 45, 136, .34)) border-box;
  box-shadow: var(--wpmc-shadow-sm);
}

.wpmc-horizontal-filter-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  padding-right: 12px;
  border-right: 1px solid var(--wpmc-border);
}

.wpmc-filter-title {
  color: var(--wpmc-text);
  font-size: 15px;
  font-weight: 850;
}

.wpmc-filter-count {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(244, 51, 116, .95), rgba(158, 45, 136, .95));
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.wpmc-horizontal-filter-controls {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) minmax(116px, .42fr) minmax(116px, .42fr);
  gap: 10px;
  min-width: 0;
}

.wpmc-filter-group {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 7px 9px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface-2);
}

.wpmc-filter-group label {
  color: var(--wpmc-muted);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.wpmc-filter-group input,
.wpmc-filter-group select {
  width: 100%;
  min-width: 0;
  height: 25px;
  border: 0;
  background: transparent;
  color: var(--wpmc-text);
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  outline: none;
}

.wpmc-new-table-list-page__inner {
  overflow: auto;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface);
  box-shadow: var(--wpmc-shadow-sm);
}

.wpmc-pages-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  table-layout: fixed;
}

.wpmc-pages-table th,
.wpmc-pages-table td {
  padding: 9px 8px;
  border-bottom: 1px solid var(--wpmc-border);
  color: var(--wpmc-text);
  font-size: 11px;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
}

.wpmc-pages-table th {
  color: var(--wpmc-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--wpmc-orange), var(--wpmc-surface) 92%);
}

.wpmc-pages-table tbody tr {
  cursor: pointer;
}

.wpmc-pages-table tbody tr:hover td,
.wpmc-pages-table tbody tr:focus-within td {
  background: color-mix(in srgb, var(--wpmc-pink), var(--wpmc-surface) 94%);
}

.wpmc-pages-table tr:last-child td {
  border-bottom: 0;
}

.wpmc-pages-table .is-num {
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
}

.wpmc-pages-title-link {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wpmc-pages-url {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 2px;
  color: var(--wpmc-muted);
  font-size: 10px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wpmc-click-dot-container {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 20px;
}

.wpmc-click-dot {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--wpmc-grad-accent);
  box-shadow: 0 0 0 5px rgba(244, 51, 116, .12);
}

.wpmc-tablenav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  color: var(--wpmc-muted);
  font-size: 12px;
  font-weight: 800;
}

.wpmc-details-title-wrapper {
  margin: 6px 0 12px;
}

.wpmc-details-page-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin: 0;
  color: var(--wpmc-text);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.22;
}

.wpmc-details-page-type {
  color: var(--wpmc-muted);
  font-size: 13px;
  font-weight: 700;
}

.wpmc-panel-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 14px 0;
}

.wpmc-main-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.wpmc-main-tab-btn {
  position: relative;
  min-height: 39px;
  padding: 10px 15px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface);
  color: var(--wpmc-text);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
}

.wpmc-main-tab-content {
  margin-top: 12px;
}

.wpmc-details-panel-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: end;
  margin: 0 0 30px;
  padding: 0 0 0;
  border-bottom: 2px solid color-mix(in srgb, var(--wpmc-pink), transparent 34%);
}

.wpmc-details-panel-header .wpmc-main-tabs {
  display: grid;
  grid-template-columns: minmax(320px, 1.4fr) minmax(240px, 1fr) minmax(240px, .94fr);
  gap: 18px;
  align-items: end;
}

.wpmc-details-panel-header .wpmc-main-tab-btn {
  min-height: 58px;
  padding: 12px 22px;
  border: 1px solid var(--wpmc-border);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: var(--wpmc-surface);
  color: var(--wpmc-purple);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, .6), 0 10px 26px rgba(16, 24, 40, .08);
  font-size: 20px;
  font-weight: 900;
}

.wpmc-details-panel-header .wpmc-main-tab-btn.active {
  background: var(--wpmc-grad-accent);
  color: #fff;
}

.wpmc-details-danger-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(244, 51, 116, .3);
  border-radius: 12px;
  background: color-mix(in srgb, var(--wpmc-pink), var(--wpmc-surface) 96%);
}

.wpmc-details-danger-actions button {
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(244, 51, 116, .26);
  border-radius: 8px;
  background: var(--wpmc-surface);
  color: #3f3f46;
  cursor: default;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
}

.wpmc-details-danger-actions button:nth-child(1) {
  color: var(--wpmc-purple);
}

.wpmc-details-danger-actions button:nth-child(2) {
  color: #7f1d1d;
}

.wpmc-details-heatmap-dashboard {
  display: grid;
  grid-template-columns: 388px minmax(420px, 1fr) minmax(420px, .9fr);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 16px;
}

.wpmc-details-date-card,
.wpmc-details-social-card,
.wpmc-details-scroll-card,
.wpmc-details-controls-bar {
  border: 1px solid #d8e5f7;
  border-radius: 12px;
  background: var(--wpmc-surface);
  box-shadow: 0 10px 26px rgba(16, 24, 40, .08);
}

.wpmc-details-date-card {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 18px 16px;
  border-color: color-mix(in srgb, var(--wpmc-orange), transparent 36%);
  background: color-mix(in srgb, var(--wpmc-orange), var(--wpmc-surface) 92%);
}

.wpmc-details-date-head {
  position: relative;
  display: grid;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--wpmc-pink), transparent 72%);
}

.wpmc-details-date-head span,
.wpmc-details-controls-title span {
  color: var(--wpmc-pink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.wpmc-details-date-head strong,
.wpmc-details-controls-title strong {
  color: var(--wpmc-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.wpmc-details-date-head em {
  position: absolute;
  right: 0;
  top: 5px;
  min-width: 96px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--wpmc-grad-accent);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.wpmc-details-date-inputs,
.wpmc-details-date-actions,
.wpmc-details-range-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.wpmc-details-date-inputs label {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(244, 51, 116, .22);
  border-radius: 10px;
  background: var(--wpmc-surface);
}

.wpmc-details-date-inputs span {
  color: var(--wpmc-subtext);
  font-size: 12px;
  font-weight: 900;
}

.wpmc-details-date-inputs input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--wpmc-subtext);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  outline: 0;
}

.wpmc-details-date-actions button,
.wpmc-details-range-grid button,
.wpmc-details-page-nav button,
.wpmc-details-render-switch button,
.wpmc-details-toggle,
.wpmc-details-dot-colors {
  min-height: 44px;
  border: 1px solid rgba(244, 51, 116, .28);
  border-radius: 8px;
  background: var(--wpmc-surface);
  color: var(--wpmc-subtext);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.wpmc-details-date-actions button.is-primary,
.wpmc-details-range-grid button.is-active,
.wpmc-details-render-switch button.is-active {
  border-color: transparent;
  background: var(--wpmc-grad-accent);
  color: #fff;
}

.wpmc-details-overview-stack {
  display: grid;
  grid-template-rows: 64px minmax(0, 1fr);
  gap: 16px;
}

.wpmc-details-page-nav {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 160px;
  gap: 10px;
}

.wpmc-details-page-nav input {
  min-width: 0;
  padding: 0 14px;
  border: 1px solid rgba(244, 51, 116, .28);
  border-radius: 8px;
  background: var(--wpmc-surface);
  color: var(--wpmc-muted);
  font: inherit;
  font-size: 15px;
  font-weight: 650;
  outline: 0;
}

.wpmc-details-social-card,
.wpmc-details-scroll-card {
  padding: 16px;
}

.wpmc-details-social-card h2,
.wpmc-details-scroll-head h2 {
  --wpmc-heading-border-bottom: 1px solid #d8e5f7;
  --wpmc-heading-color: var(--wpmc-text);
  --wpmc-heading-font-size: 19px;
  --wpmc-heading-font-weight: 900;
  --wpmc-heading-line-height: 1.15;
  --wpmc-heading-margin: 0 0 18px;
  --wpmc-heading-padding: 0 0 18px;
}

.wpmc-details-social-metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.wpmc-details-social-metric {
  display: grid;
  grid-template-rows: 28px 30px;
  align-content: center;
  gap: 7px;
  min-height: 76px;
  padding: 12px;
  border: 1px solid #d8e5f7;
  border-radius: 8px;
  background: var(--wpmc-surface);
}

.wpmc-details-social-metric span,
.wpmc-details-mini-head span,
.wpmc-details-scroll-summary span,
.wpmc-details-scroll-row span {
  color: var(--wpmc-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.15;
}

.wpmc-details-social-metric strong,
.wpmc-details-scroll-summary strong {
  color: var(--wpmc-purple);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.wpmc-details-social-metric strong {
  align-self: end;
}

.wpmc-details-mini-views {
  margin-top: 10px;
  padding: 14px;
  border: 1px solid #d8e5f7;
  border-radius: 8px;
  background: var(--wpmc-surface-2);
}

.wpmc-details-mini-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.wpmc-details-mini-head em {
  color: var(--wpmc-muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 650;
}

.wpmc-details-mini-views svg {
  display: block;
  width: 100%;
  height: 110px;
}

.wpmc-details-scroll-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
  border-bottom: 1px solid #d8e5f7;
}

.wpmc-details-scroll-head h2 {
  --wpmc-heading-border-bottom: 0;
  --wpmc-heading-margin: 0;
  --wpmc-heading-padding: 0 0 18px;
}

.wpmc-details-scroll-head > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--wpmc-grad-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.wpmc-details-scroll-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.wpmc-details-scroll-summary div {
  min-height: 120px;
  padding: 14px;
  border: 1px solid #d8e5f7;
  border-radius: 8px;
  background: var(--wpmc-surface);
}

.wpmc-details-scroll-summary strong {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-top: 22px;
}

.wpmc-details-scroll-summary em,
.wpmc-details-scroll-row em {
  color: var(--wpmc-pink);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}

.wpmc-details-scroll-card p {
  margin: 14px 0;
  color: var(--wpmc-muted);
  font-size: 13px;
  font-weight: 600;
}

.wpmc-details-scroll-rows {
  display: grid;
  gap: 14px;
}

.wpmc-details-scroll-row {
  display: grid;
  grid-template-columns: 140px 132px minmax(120px, 1fr) 48px;
  gap: 10px;
  align-items: center;
}

.wpmc-details-scroll-row strong {
  color: var(--wpmc-pink);
  font-size: 15px;
  font-weight: 600;
}

.wpmc-details-scroll-row i {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #dfe8f5;
  box-shadow: inset 0 1px 2px rgba(16, 24, 40, .12);
  overflow: hidden;
}

.wpmc-details-scroll-row b {
  display: block;
  width: var(--scroll-pct);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #60a5fa, #f43374, #d61bb2);
}

.wpmc-details-controls-bar {
  display: grid;
  grid-template-columns: minmax(170px, .45fr) minmax(360px, 1.1fr) minmax(150px, .4fr) minmax(190px, .55fr) minmax(150px, .4fr) minmax(160px, .45fr);
  gap: 12px;
  align-items: center;
  min-height: 146px;
  margin-bottom: 18px;
  padding: 16px;
  background: color-mix(in srgb, var(--wpmc-pink), var(--wpmc-surface) 97%);
}

.wpmc-details-controls-title {
  display: grid;
  gap: 9px;
}

.wpmc-details-controls-title em {
  display: inline-flex;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--wpmc-grad-accent);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.wpmc-details-control-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.wpmc-details-control-metric {
  display: grid;
  grid-template-rows: minmax(18px, auto) 28px;
  align-content: center;
  justify-items: center;
  gap: 4px;
  min-height: 82px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--metric-color), transparent 55%);
  border-radius: 10px;
  background: var(--wpmc-surface);
  color: var(--metric-color);
  text-align: center;
}

.wpmc-details-control-metric span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.1;
  overflow-wrap: anywhere;
  text-align: center;
}

.wpmc-details-control-metric strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.wpmc-details-render-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  border: 1px solid #d8e5f7;
  border-radius: 10px;
  background: var(--wpmc-surface);
}

.wpmc-details-toggle,
.wpmc-details-dot-colors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  padding: 12px 18px;
  border-color: #d8e5f7;
  color: var(--wpmc-text);
  font-size: 15px;
}

.wpmc-details-toggle span {
  position: relative;
  width: 54px;
  height: 30px;
  border-radius: 999px;
  background: #dbe3f0;
}

.wpmc-details-toggle span::before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(16, 24, 40, .2);
  content: "";
}

.wpmc-details-toggle.is-on span {
  background: var(--wpmc-grad-accent);
}

.wpmc-details-toggle.is-on span::before {
  left: 29px;
}

.wpmc-details-dot-colors span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--wpmc-surface-2);
  color: var(--wpmc-muted);
}

.wpmc-trails-tab {
  display: grid;
  gap: 26px;
  padding-top: 2px;
}

.wpmc-trails-intro {
  display: grid;
  gap: 14px;
}

.wpmc-trails-intro h2 {
  --wpmc-heading-color: var(--wpmc-purple);
  --wpmc-heading-font-size: clamp(34px, 4vw, 54px);
  --wpmc-heading-font-weight: 850;
  --wpmc-heading-line-height: .95;
  --wpmc-heading-margin: 0;
}

.wpmc-trails-intro p {
  margin: 0;
  color: var(--wpmc-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.wpmc-trails-intro strong {
  color: #111827;
  font-weight: 850;
}

.wpmc-demo-dashboard[data-theme="dark"] .wpmc-trails-intro strong {
  color: var(--wpmc-text);
}

.wpmc-trails-intro a {
  color: #8a1d75;
  font-weight: 850;
  text-decoration: none;
}

.wpmc-trails-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.wpmc-trails-metric-card {
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: 136px;
  padding: 26px;
  border: 1px solid var(--wpmc-border);
  border-radius: 12px;
  background: var(--wpmc-surface);
  box-shadow: var(--wpmc-shadow-sm);
}

.wpmc-trails-metric-card span {
  color: var(--wpmc-muted);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.1;
}

.wpmc-trails-metric-card strong {
  color: #2f343c;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.wpmc-demo-dashboard[data-theme="dark"] .wpmc-trails-metric-card strong {
  color: var(--wpmc-text);
}

.wpmc-trails-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .55fr);
  gap: 24px;
  align-items: start;
}

.wpmc-trails-replay,
.wpmc-trails-recent {
  border: 1px solid var(--wpmc-border);
  border-radius: 12px;
  background: var(--wpmc-surface);
  box-shadow: var(--wpmc-shadow-sm);
  overflow: hidden;
}

.wpmc-trails-replay-head {
  display: grid;
  grid-template-columns: 150px minmax(260px, 1fr) 170px auto;
  gap: 18px;
  align-items: center;
  min-height: 150px;
  padding: 28px 24px;
  background: #111827;
  color: #fff;
}

.wpmc-trails-replay-head > strong {
  color: #fff;
  font-size: 18px;
  font-weight: 850;
}

.wpmc-trails-replay-head p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  font-weight: 500;
  line-height: 1.35;
}

.wpmc-trails-replay-head > span {
  justify-self: end;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
}

.wpmc-trails-replay-head > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.wpmc-trails-replay-head button {
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .86);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
}

.wpmc-trails-replay-head button.is-active {
  background: #fff;
  color: #111827;
}

.wpmc-trails-preview-stage {
  position: relative;
  height: min(74vh, 780px);
  min-height: 620px;
  margin: 0;
  padding: 34px 36px;
  background: #0b0b0b;
  overflow: auto;
}

.wpmc-trails-preview-stage .wpmc-demo-preview-frame {
  min-height: 940px;
  border-radius: 6px;
}

.wpmc-trails-preview-stage .wpmc-demo-overlay {
  top: 34px;
  left: 36px;
  right: 36px;
  bottom: auto;
  width: calc(100% - 72px);
  min-height: 940px;
}

.wpmc-trails-recent {
  position: relative;
  min-height: 610px;
  padding: 28px;
}

.wpmc-trails-recent::after {
  position: absolute;
  top: 84px;
  right: 11px;
  width: 9px;
  height: calc(100% - 112px);
  border-radius: 999px;
  background: linear-gradient(#d61bb2, #a83ea2);
  opacity: .65;
  content: "";
}

.wpmc-trails-recent h3 {
  --wpmc-heading-color: var(--wpmc-text);
  --wpmc-heading-font-size: 24px;
  --wpmc-heading-font-weight: 500;
  --wpmc-heading-line-height: 1.15;
  --wpmc-heading-margin: 0 0 18px;
}

.wpmc-trails-recent-list {
  display: grid;
  gap: 14px;
  padding-right: 14px;
}

.wpmc-trails-recent-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-width: 0;
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--wpmc-border);
  border-radius: 12px;
  background: var(--wpmc-surface-2);
  color: var(--wpmc-muted);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.wpmc-trails-recent-card.is-active {
  border-color: var(--wpmc-purple);
  background: var(--wpmc-surface);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--wpmc-purple), transparent 82%);
}

.wpmc-trails-recent-card strong,
.wpmc-trails-recent-card em {
  display: block;
  min-width: 0;
  color: var(--wpmc-muted);
  font-size: 16px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.25;
}

.wpmc-trails-recent-card em {
  margin-top: 3px;
  font-weight: 850;
}

.wpmc-trails-recent-card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.wpmc-trails-recent-card b.is-conversion {
  background: color-mix(in srgb, var(--wpmc-purple), transparent 86%);
  color: #8a1d75;
}

.wpmc-trails-recent-card b.is-dead {
  background: color-mix(in srgb, var(--wpmc-orange), transparent 78%);
  color: #8a5700;
}

#wpmc-heatmap-container,
#mouse-move-map,
#referral-sources {
  display: none;
}

#wpmc-heatmap-container.active,
#mouse-move-map.active,
#referral-sources.active {
  display: block;
}

.wpmc-heatmap-layout {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.wpmc-heatmap-side,
.wpmc-preview-panel {
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface);
  box-shadow: var(--wpmc-shadow-sm);
}

.wpmc-heatmap-side {
  display: grid;
  gap: 12px;
  padding: 12px;
}

.wpmc-bh-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.wpmc-bh-metric {
  display: grid;
  justify-items: center;
  gap: 3px;
  min-width: 0;
  min-height: 58px;
  padding: 8px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface-2);
  text-align: center;
}

.wpmc-bh-metric div:first-child {
  color: var(--wpmc-muted);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.wpmc-bh-metric strong {
  color: var(--wpmc-purple);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.05;
}

.wpmc-device-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.wpmc-explane {
  position: relative;
  display: block;
  padding: 14px 16px 14px 52px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface-2);
  color: var(--wpmc-text);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.wpmc-explane::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 6px;
  border-radius: 6px;
  background: var(--wpmc-grad-accent);
  content: "";
}

.wpmc-explane::after {
  position: absolute;
  left: 24px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--wpmc-grad-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  transform: translateY(-50%);
  content: "i";
}

.wpmc-preview-panel {
  overflow: hidden;
  border-radius: 12px;
}

.wpmc-preview-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 1.3fr);
  gap: 20px;
  align-items: start;
  min-height: 170px;
  padding: 24px 22px 18px;
  border-bottom: 0;
  background: #111827;
  color: #fff;
}

.wpmc-preview-toolbar strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.wpmc-preview-toolbar span {
  display: block;
  margin-top: 56px;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
}

.wpmc-preview-toolbar-devices {
  display: grid;
  gap: 32px;
  justify-items: end;
  min-width: 0;
}

.wpmc-preview-toolbar-devices > span {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 18px;
  font-weight: 500;
}

.wpmc-preview-toolbar-devices > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.wpmc-preview-toolbar-devices button {
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .88);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
}

.wpmc-preview-toolbar-devices button.is-active {
  background: #fff;
  color: #111827;
}

.wpmc-demo-preview-stage {
  position: relative;
  width: 100%;
  height: min(78vh, 820px);
  min-height: 640px;
  background: #f4f5f7;
  overflow: auto;
}

.wpmc-demo-preview-stage.is-mobile {
  display: grid;
  place-items: start center;
  padding-top: 18px;
}

.wpmc-demo-preview-frame {
  position: relative;
  display: block;
  width: 100%;
  min-height: 1100px;
  border: 0;
  background: #fff;
}

.wpmc-demo-preview-stage.is-mobile .wpmc-demo-preview-frame {
  width: 390px;
  min-height: 980px;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, .18);
}

.wpmc-demo-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0;
  min-height: 1100px;
}

.wpmc-demo-preview-stage.is-mobile .wpmc-demo-overlay {
  top: 18px;
  left: calc(50% - 195px);
  right: auto;
  bottom: auto;
  width: 390px;
  min-height: 980px;
}

.wpmc-demo-heat-blob,
.wpmc-demo-click-marker,
.wpmc-demo-trail-dot {
  position: absolute;
  transform: translate(-50%, -50%);
}

.wpmc-demo-heat-blob {
  width: var(--size, 120px);
  height: var(--size, 120px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 0, 78, .58) 0 18%, rgba(255, 168, 0, .42) 35%, rgba(255, 168, 0, .12) 56%, rgba(255, 168, 0, 0) 72%);
  filter: blur(1px);
  mix-blend-mode: multiply;
}

.wpmc-demo-click-marker {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--dot-color, var(--wpmc-pink));
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--dot-color, var(--wpmc-pink)), transparent 76%), 0 4px 12px rgba(0, 0, 0, .18);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.wpmc-demo-trails-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wpmc-demo-trails-svg path {
  fill: none;
  stroke: var(--wpmc-purple);
  stroke-linecap: round;
  stroke-width: .35;
  opacity: .78;
}

.wpmc-demo-trail-dot {
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--wpmc-purple);
  box-shadow: 0 0 0 7px rgba(214, 27, 178, .22), 0 4px 12px rgba(0, 0, 0, .2);
}

.wpmc-ref-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 14px;
}

.wpmc-source-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface);
}

.wpmc-source-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--wpmc-pink), transparent 88%);
  color: var(--wpmc-pink);
}

.wpmc-source-card strong {
  display: block;
  overflow: hidden;
  color: var(--wpmc-text);
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wpmc-source-card span {
  color: var(--wpmc-muted);
  font-size: 11px;
  font-weight: 750;
}

.wpmc-source-card em {
  color: var(--wpmc-purple);
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}

.wpmc-settings-demo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wpmc-setting-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface);
}

.wpmc-setting-row strong {
  display: block;
  color: var(--wpmc-text);
  font-size: 13px;
  font-weight: 850;
}

.wpmc-setting-row span {
  color: var(--wpmc-muted);
  font-size: 12px;
  font-weight: 700;
}

.wpmc-toggle-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 70px;
  padding: 4px;
  border-radius: 999px;
  background: color-mix(in srgb, #16a34a, transparent 84%);
  color: #15803d;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.wpmc-toggle-pill::before {
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #16a34a;
  box-shadow: 0 2px 5px rgba(16, 24, 40, .16);
  content: "";
}

.wpmc-cleaning-meter {
  position: relative;
  height: 18px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--wpmc-purple), transparent 88%);
  overflow: hidden;
}

.wpmc-cleaning-meter span {
  display: block;
  width: var(--value, 70%);
  height: 100%;
  border-radius: inherit;
  background: var(--wpmc-grad-accent);
}

.wpmc-doc-list {
  display: grid;
  gap: 10px;
}

.wpmc-doc-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--wpmc-border);
  border-radius: 8px;
  background: var(--wpmc-surface);
}

.wpmc-doc-item .dashicons {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--wpmc-grad-accent);
  color: #fff;
}

.wpmc-doc-item strong {
  display: block;
  color: var(--wpmc-text);
  font-size: 13px;
  font-weight: 850;
}

.wpmc-doc-item span {
  color: var(--wpmc-muted);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .wpmc-dashboard-hero,
  .wpmc-heatmap-layout,
  .wpmc-ref-grid {
    grid-template-columns: 1fr;
  }

  .wpmc-dashboard-card-grid--tools,
  .wpmc-demo-card-grid.is-three,
  .wpmc-demo-card-grid.is-four,
  .wpmc-settings-demo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wpmc-demo-dashboard {
    max-width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .wpmc-demo-admin-shell {
    width: 1360px;
    min-width: 1360px;
    max-width: none;
    padding: 18px;
  }

  .wpmc-plugin-header {
    flex-direction: row;
  }

  .wpmc-plugin-header__promo {
    flex-basis: 430px;
  }

  .wpmc-demo-title-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .wpmc-demo-date-filter {
    flex-wrap: nowrap;
  }

  .wpmc-dashboard-hero {
    grid-template-columns: minmax(0, 1fr) 390px;
  }

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

  .wpmc-dashboard-card-grid--tools,
  .wpmc-demo-card-grid.is-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wpmc-demo-card-grid.is-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wpmc-stats-filter-shell {
    grid-template-columns: 280px minmax(420px, 1fr) 138px 138px 156px 156px;
  }

  .wpmc-stats-quick-ranges > div {
    grid-template-columns: repeat(4, minmax(88px, 1fr));
  }

  .wpmc-stats-tabs-row {
    min-height: 59px;
  }

  .wpmc-stats-tab {
    flex: 0 0 auto;
    min-width: 264px;
    min-height: 59px;
    padding: 10px 24px;
    font-size: 19px;
  }

  .wpmc-stats-summary-grid {
    grid-template-columns: minmax(360px, .78fr) minmax(520px, 1.1fr);
  }

  .wpmc-stats-online-card,
  .wpmc-stats-referrals-card {
    padding: 28px;
  }

  .wpmc-stats-online-head,
  .wpmc-stats-referrals-head {
    flex-direction: row;
  }

  .wpmc-stats-referral-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wpmc-stats-chart-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wpmc-stats-mini-card {
    padding: 18px;
  }

  .wpmc-horizontal-filter-card {
    grid-template-columns: minmax(150px, .44fr) minmax(0, 2fr) auto;
  }

  .wpmc-horizontal-filter-header {
    padding-right: 12px;
    padding-bottom: 0;
    border-right: 1px solid var(--wpmc-border);
    border-bottom: 0;
  }

  .wpmc-horizontal-filter-controls {
    grid-template-columns: minmax(260px, 1.4fr) minmax(116px, .42fr) minmax(116px, .42fr);
  }

  .wpmc-details-panel-header .wpmc-main-tabs {
    grid-template-columns: minmax(320px, 1.4fr) minmax(240px, 1fr) minmax(240px, .94fr);
  }

  .wpmc-details-panel-header .wpmc-main-tab-btn {
    border-radius: 22px 22px 0 0;
  }

  .wpmc-details-date-inputs,
  .wpmc-details-date-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpmc-details-range-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpmc-details-heatmap-dashboard {
    grid-template-columns: 388px minmax(420px, 1fr) minmax(420px, .9fr);
  }

  .wpmc-details-page-nav {
    grid-template-columns: 160px minmax(0, 1fr) 160px;
  }

  .wpmc-details-social-metrics {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .wpmc-details-scroll-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wpmc-details-scroll-row {
    grid-template-columns: 140px 132px minmax(120px, 1fr) 48px;
  }

  .wpmc-details-controls-bar {
    grid-template-columns: minmax(170px, .45fr) minmax(360px, 1.1fr) minmax(150px, .4fr) minmax(190px, .55fr) minmax(150px, .4fr) minmax(160px, .45fr);
  }

  .wpmc-details-control-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wpmc-heatmap-layout {
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  }

  .wpmc-preview-toolbar {
    grid-template-columns: minmax(220px, 1fr) minmax(0, 1.3fr);
  }

  .wpmc-preview-toolbar-devices {
    justify-items: end;
  }

  .wpmc-preview-toolbar span {
    margin-top: 56px;
  }

  .wpmc-ref-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  }

  .wpmc-settings-demo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpmc-demo-preview-stage {
    min-height: 620px;
  }
}
