.ht-home-hero-badge-text,
.ht-home-hero-title,
.ht-home-hero-subtitle {
  letter-spacing: 0 !important;
}

.ht-home-hero-title {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.08em !important;
}

.ht-home-hero-title-main,
.ht-home-hero-title-gradient {
  display: block;
  min-width: 0;
}

.ht-home-hero-title-gradient {
  background: linear-gradient(96deg, #2563eb 0%, #06b6d4 42%, #8b5cf6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

.ht-home-hero-subtitle {
  max-width: 58rem !important;
}

.ht-home-hero-service-avatar {
  display: inline-block;
  width: 1.9em;
  height: 1.9em;
  margin: 0 0.32em;
  border: 2px solid rgb(255 255 255 / 0.82);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgb(37 99 235 / 0.18);
  object-fit: cover;
  vertical-align: -0.48em;
}

.ht-home-hero-monitor-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 42rem;
}

.ht-channel-health-card {
  --ht-monitor-bg: #F4F7FA;
  --ht-monitor-surface: #FFFFFF;
  --ht-monitor-surface-strong: #FFFFFF;
  --ht-monitor-line: #E2E8F0;
  --ht-monitor-inner-line: #EDF2F7;
  --ht-monitor-text: #1E293B;
  --ht-monitor-muted: #64748B;
  --ht-monitor-soft: #EFF6FF;
  --ht-monitor-soft-strong: #DBEAFE;
  --ht-monitor-track: #E2E8F0;
  --ht-monitor-tooltip-bg: #FFFFFF;
  --ht-monitor-title: #1E293B;
  --ht-monitor-cyan: #3B82F6;
  --ht-monitor-green: #10B981;
  --ht-monitor-amber: #F59E0B;
  --ht-monitor-red: #EF4444;
  --ht-monitor-shadow: rgb(0 0 0 / 0.02);
  --ht-monitor-inset: rgb(255 255 255 / 0.78);
  --ht-status-neutral-bg: #F8FAFC;
  --ht-status-neutral-text: #64748B;
  --ht-status-success-bg: #D1FAE5;
  --ht-status-success-text: #065F46;
  --ht-status-success-border: #A7F3D0;
  --ht-status-good-bg: #DBEAFE;
  --ht-status-good-text: #1E40AF;
  --ht-status-good-border: #BFDBFE;
  --ht-status-warning-bg: #FEF3C7;
  --ht-status-warning-text: #92400E;
  --ht-status-warning-border: #FDE68A;
  --ht-status-danger-bg: #FEE2E2;
  --ht-status-danger-text: #991B1B;
  --ht-status-danger-border: #FECACA;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: min(66vh, 42rem);
  max-height: min(66svh, 42rem);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ht-monitor-line);
  border-radius: 1rem;
  background: var(--ht-monitor-bg);
  box-shadow: 0 2px 10px var(--ht-monitor-shadow);
  color: var(--ht-monitor-text);
  font-family:
    "HarmonyOS Sans SC",
    "MiSans",
    "Inter",
    "Segoe UI",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  letter-spacing: 0;
  backdrop-filter: none;
}

.ht-channel-health-card * {
  box-sizing: border-box;
}

.dark .ht-channel-health-card {
  --ht-monitor-bg: rgb(31 31 35 / 0.94);
  --ht-monitor-surface: rgb(39 39 43 / 0.94);
  --ht-monitor-surface-strong: rgb(48 48 53 / 0.98);
  --ht-monitor-line: rgb(244 244 245 / 0.1);
  --ht-monitor-inner-line: rgb(244 244 245 / 0.08);
  --ht-monitor-text: #F4F4F5;
  --ht-monitor-muted: #A1A1AA;
  --ht-monitor-soft: rgb(59 130 246 / 0.14);
  --ht-monitor-soft-strong: rgb(59 130 246 / 0.2);
  --ht-monitor-track: rgb(63 63 70 / 0.78);
  --ht-monitor-tooltip-bg: rgb(39 39 42 / 0.98);
  --ht-monitor-title: #F4F4F5;
  --ht-monitor-cyan: #60A5FA;
  --ht-monitor-green: #10B981;
  --ht-monitor-amber: #F59E0B;
  --ht-monitor-red: #EF4444;
  --ht-monitor-shadow: rgb(0 0 0 / 0.46);
  --ht-monitor-inset: rgb(255 255 255 / 0.05);
  --ht-status-neutral-bg: rgb(244 244 245 / 0.08);
  --ht-status-neutral-text: #A1A1AA;
  --ht-status-success-bg: #D1FAE5;
  --ht-status-success-text: #065F46;
  --ht-status-success-border: #A7F3D0;
  --ht-status-good-bg: #DBEAFE;
  --ht-status-good-text: #1E40AF;
  --ht-status-good-border: #BFDBFE;
  --ht-status-warning-bg: #FEF3C7;
  --ht-status-warning-text: #92400E;
  --ht-status-warning-border: #FDE68A;
  --ht-status-danger-bg: #FEE2E2;
  --ht-status-danger-text: #991B1B;
  --ht-status-danger-border: #FECACA;
  background:
    linear-gradient(145deg, rgb(49 49 54 / 0.96), rgb(28 28 32 / 0.96)),
    var(--ht-monitor-bg);
  box-shadow:
    0 22px 58px -38px var(--ht-monitor-shadow),
    inset 0 1px 0 var(--ht-monitor-inset);
  backdrop-filter: blur(18px) saturate(130%);
}

.ht-channel-health-head {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom: 1px solid rgb(255 255 255 / 0.07);
  padding: 0.72rem 0.78rem 0.58rem;
}

.ht-channel-health-title-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.ht-channel-health-title {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 0.48rem;
}

.ht-channel-health-title-main {
  display: flex;
  min-width: 0;
  flex: 0 1 auto;
  align-items: center;
  gap: 0.48rem;
}

.ht-channel-health-title-main strong {
  overflow: hidden;
  color: rgb(125 211 252);
  font-size: 0.96rem;
  font-weight: 820;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ht-channel-health-countdown {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.34rem;
  margin-left: 0;
  border: 1px solid rgb(56 189 248 / 0.18);
  border-radius: 999px;
  background: rgb(56 189 248 / 0.1);
  padding: 0.18rem 0.5rem;
  color: rgb(224 242 254 / 0.9);
  font-size: 0.64rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.ht-channel-health-provider {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.34rem;
  margin-left: auto;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(255 255 255 / 0.085), rgb(255 255 255 / 0.03));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.055);
  padding: 0.2rem 0.52rem;
  color: rgb(203 213 225 / 0.86);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.ht-snowbot-icon {
  width: 0.92rem;
  height: 0.92rem;
  display: block;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgb(255 255 255 / 0.2);
}

.ht-channel-health-countdown-spinner {
  width: 0.68rem;
  height: 0.68rem;
  flex: 0 0 auto;
  border: 2px solid rgb(125 211 252 / 0.22);
  border-top-color: rgb(125 211 252 / 0.98);
  border-radius: 999px;
  animation: ht-channel-health-spin 820ms linear infinite;
}

@keyframes ht-channel-health-spin {
  to {
    transform: rotate(360deg);
  }
}

.ht-channel-health-dot {
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ht-monitor-green), var(--ht-monitor-cyan));
  box-shadow: 0 0 16px rgb(52 211 153 / 0.5);
}

.ht-channel-health-stamp {
  margin-top: 0.34rem;
  overflow: hidden;
  color: var(--ht-monitor-muted);
  font-size: 0.68rem;
  font-weight: 720;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ht-channel-health-stamp.is-stale {
  color: rgb(253 186 116 / 0.88);
}

.ht-channel-health-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.42rem;
}

.ht-channel-health-source,
.ht-channel-health-icon-button {
  border: 1px solid rgb(255 255 255 / 0.1);
  background: linear-gradient(135deg, rgb(255 255 255 / 0.09), rgb(255 255 255 / 0.035));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.06),
    0 8px 18px rgb(0 0 0 / 0.18);
}

.ht-channel-health-source {
  display: inline-flex;
  min-height: 1.74rem;
  align-items: center;
  border-radius: 999px;
  padding: 0 0.62rem;
  color: rgb(224 242 254 / 0.86);
  font-size: 0.64rem;
  font-weight: 820;
  white-space: nowrap;
}

.ht-channel-health-icon-button {
  display: inline-flex;
  width: 1.74rem;
  height: 1.74rem;
  min-width: 1.74rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.54rem;
  padding: 0;
  color: rgb(226 232 240 / 0.78);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.ht-channel-health-icon-button:hover {
  border-color: rgb(56 189 248 / 0.32);
  background: rgb(56 189 248 / 0.13);
  color: rgb(255 255 255 / 0.96);
  transform: translateY(-1px);
}

.ht-channel-health-icon-button:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
}

.ht-channel-health-icon-button svg {
  width: 1rem;
  height: 1rem;
}

.ht-channel-health-blur-button[aria-pressed="true"] {
  border-color: rgb(244 114 182 / 0.34);
  background: rgb(244 114 182 / 0.14);
  color: rgb(253 242 248 / 0.94);
}

.ht-channel-health-error {
  flex: 0 0 auto;
  margin: 0.64rem 0.78rem 0;
  border: 1px solid rgb(248 113 113 / 0.2);
  border-radius: 0.72rem;
  background: rgb(127 29 29 / 0.22);
  padding: 0.56rem 0.68rem;
  color: rgb(254 226 226 / 0.9);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
}

.ht-channel-health-filter-list {
  display: flex;
  flex: 0 0 auto;
  gap: 0.42rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.64rem 0.78rem 0;
  scrollbar-width: none;
}

.ht-channel-health-filter-list::-webkit-scrollbar {
  display: none;
}

.ht-channel-health-filter {
  display: inline-flex;
  min-width: min(13rem, 70%);
  max-width: 18rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 0.7rem;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.075), rgb(255 255 255 / 0.028));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.05);
  padding: 0.44rem 0.54rem;
  color: rgb(203 213 225 / 0.78);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.ht-channel-health-filter:hover {
  border-color: rgb(56 189 248 / 0.28);
  background: rgb(56 189 248 / 0.1);
  color: rgb(240 249 255 / 0.95);
  transform: translateY(-1px);
}

.ht-channel-health-filter.is-active {
  border-color: rgb(52 211 153 / 0.38);
  background:
    radial-gradient(12rem circle at 90% -30%, rgb(52 211 153 / 0.16), transparent 52%),
    rgb(16 185 129 / 0.13);
  color: rgb(236 253 245 / 0.96);
}

.ht-channel-health-filter-title {
  min-width: 0;
  overflow: hidden;
  font-size: 0.68rem;
  font-weight: 820;
  line-height: 1.15;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ht-channel-health-filter-count {
  display: inline-flex;
  min-width: 1.42rem;
  height: 1.16rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgb(0 0 0 / 0.2);
  color: rgb(248 250 252 / 0.9);
  font-size: 0.62rem;
  font-weight: 860;
  font-variant-numeric: tabular-nums;
}

.ht-channel-health-list {
  display: flex;
  min-height: 0;
  flex: 0 1 auto;
  flex-direction: column;
  gap: 0.32rem;
  overflow: auto;
  padding: 0.52rem 0.62rem 0.62rem;
  scrollbar-color: rgb(148 163 184 / 0.36) transparent;
  scrollbar-width: thin;
}

.ht-cdn-grid {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.38rem;
  border-top: 1px solid rgb(255 255 255 / 0.07);
  padding: 0.52rem 0.62rem 0.62rem;
}

.ht-cdn-target-card {
  min-width: 0;
  overflow: visible;
  border: 1px solid rgb(255 255 255 / 0.075);
  border-radius: 0.72rem;
  background:
    radial-gradient(14rem circle at 88% -30%, rgb(56 189 248 / 0.08), transparent 52%),
    linear-gradient(145deg, rgb(255 255 255 / 0.055), rgb(255 255 255 / 0.018)),
    rgb(0 0 0 / 0.2);
  box-shadow:
    0 10px 22px rgb(0 0 0 / 0.15),
    inset 0 1px 0 rgb(255 255 255 / 0.04);
  padding: 0.44rem;
}

.ht-cdn-target-head {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.42rem;
}

.ht-cdn-target-title {
  min-width: 0;
  overflow: hidden;
  color: rgb(224 242 254 / 0.95);
  font-size: 0.7rem;
  font-weight: 840;
  line-height: 1.16;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ht-cdn-target-actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.28rem;
}

.ht-cdn-copy-button {
  display: inline-flex;
  width: 1.28rem;
  height: 1.28rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(125 211 252 / 0.22);
  border-radius: 0.42rem;
  background: rgb(56 189 248 / 0.08);
  color: rgb(224 242 254 / 0.9);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.ht-cdn-copy-button:hover {
  border-color: rgb(125 211 252 / 0.42);
  background: rgb(56 189 248 / 0.16);
  color: rgb(255 255 255 / 0.96);
  transform: translateY(-1px);
}

.ht-cdn-status {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.04);
  padding: 0.11rem 0.34rem;
  color: rgb(203 213 225 / 0.85);
  font-size: 0.56rem;
  font-weight: 850;
  line-height: 1;
}

.ht-cdn-status-healthy {
  border-color: rgb(52 211 153 / 0.36);
  background: rgb(22 163 74 / 0.17);
  color: rgb(187 247 208);
}

.ht-cdn-status-good {
  border-color: rgb(56 189 248 / 0.38);
  background: rgb(14 165 233 / 0.16);
  color: rgb(186 230 253);
}

.ht-cdn-status-degraded,
.ht-cdn-status-pending,
.ht-cdn-status-warning {
  border-color: rgb(251 146 60 / 0.38);
  background: rgb(194 65 12 / 0.18);
  color: rgb(255 237 213);
}

.ht-cdn-status-loss,
.ht-cdn-status-failed {
  border-color: rgb(248 113 113 / 0.44);
  background: rgb(185 28 28 / 0.22);
  color: rgb(254 226 226);
}

.ht-cdn-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.28rem;
  margin-top: 0.38rem;
}

.ht-cdn-metric {
  min-width: 0;
  border: 1px solid rgb(255 255 255 / 0.07);
  border-radius: 0.48rem;
  background: rgb(255 255 255 / 0.035);
  padding: 0.28rem 0.3rem;
}

.ht-cdn-metric span,
.ht-cdn-metric strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ht-cdn-metric span {
  color: rgb(148 163 184 / 0.78);
  font-size: 0.54rem;
  font-weight: 760;
}

.ht-cdn-metric strong {
  margin-top: 0.12rem;
  color: rgb(248 250 252 / 0.92);
  font-size: 0.66rem;
  font-weight: 860;
  font-variant-numeric: tabular-nums;
}

.ht-cdn-track {
  position: relative;
  height: 0.3rem;
  margin-top: 0.36rem;
  overflow: visible;
  border-radius: 999px;
  background: rgb(15 23 42 / 0.62);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 0.38);
}

.ht-cdn-track-fill {
  display: block;
  height: 100%;
  min-width: 0.35rem;
  border-radius: inherit;
  transition: width 260ms ease;
}

.ht-cdn-track-fill-healthy {
  background: linear-gradient(90deg, rgb(16 185 129), rgb(52 211 153));
}

.ht-cdn-track-fill-good {
  background: linear-gradient(90deg, rgb(14 165 233), rgb(56 189 248));
}

.ht-cdn-track-fill-degraded,
.ht-cdn-track-fill-pending,
.ht-cdn-track-fill-warning {
  background: linear-gradient(90deg, rgb(249 115 22), rgb(251 191 36));
}

.ht-cdn-track-fill-loss,
.ht-cdn-track-fill-failed {
  background: linear-gradient(90deg, rgb(220 38 38), rgb(248 113 113));
}

.ht-cdn-track-tooltip {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.48rem);
  z-index: 10;
  display: grid;
  min-width: min(18rem, 86vw);
  max-width: 20rem;
  gap: 0.42rem;
  border: 1px solid rgb(148 163 184 / 0.24);
  border-radius: 0.62rem;
  background: rgb(15 23 42 / 0.96);
  box-shadow: 0 18px 42px rgb(0 0 0 / 0.35);
  opacity: 0;
  padding: 0.54rem 0.62rem;
  pointer-events: none;
  transform: translateY(0.22rem);
  transition:
    opacity 140ms ease,
    transform 140ms ease;
}

.ht-cdn-track:hover .ht-cdn-track-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.ht-cdn-tooltip-group {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.ht-cdn-tooltip-group strong {
  color: rgb(226 232 240 / 0.96);
  font-size: 0.62rem;
  font-weight: 880;
  line-height: 1.2;
}

.ht-cdn-tooltip-group span {
  overflow: hidden;
  color: rgb(203 213 225 / 0.84);
  font-size: 0.58rem;
  font-weight: 720;
  line-height: 1.24;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ht-cdn-tooltip-group .ht-cdn-tooltip-empty,
.ht-cdn-tooltip-group .ht-cdn-tooltip-more {
  color: rgb(148 163 184 / 0.76);
}

.ht-channel-health-list::-webkit-scrollbar {
  width: 0.42rem;
}

.ht-channel-health-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgb(148 163 184 / 0.32);
}

.ht-channel-health-row {
  position: relative;
  display: flex;
  min-width: 0;
  flex: 0 0 auto;
  flex-direction: column;
  border: 1px solid rgb(255 255 255 / 0.07);
  border-radius: 0.76rem;
  background:
    radial-gradient(18rem circle at 96% -30%, rgb(52 211 153 / 0.07), transparent 52%),
    linear-gradient(145deg, rgb(255 255 255 / 0.06), rgb(255 255 255 / 0.018)),
    rgb(0 0 0 / 0.2);
  box-shadow:
    0 12px 24px rgb(0 0 0 / 0.16),
    inset 0 1px 0 rgb(255 255 255 / 0.04);
  padding: 0.36rem 0.42rem 0.4rem;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.ht-channel-health-row:hover {
  border-color: rgb(255 255 255 / 0.14);
  box-shadow:
    0 14px 28px rgb(0 0 0 / 0.2),
    0 0 18px rgb(52 211 153 / 0.11),
    inset 0 1px 0 rgb(255 255 255 / 0.065);
  transform: translateY(-1px);
}

.ht-channel-health-row:active {
  transform: translateY(-1px);
}

.ht-channel-health-row.is-disabled {
  opacity: 0.62;
}

.ht-channel-health-row-top {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.ht-channel-health-row-main {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.18rem;
}

.ht-channel-health-row-title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.34rem;
}

.ht-channel-health-name,
.ht-channel-health-group,
.ht-channel-health-inline-meta {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ht-channel-health-name {
  max-width: min(13rem, 46%);
  color: rgb(248 250 252 / 0.95);
  font-size: 0.78rem;
  font-weight: 860;
}

.ht-channel-health-row.is-aggregate .ht-channel-health-name {
  color: rgb(167 243 208);
}

.ht-channel-health-criteria-label {
  color: rgb(148 163 184 / 0.82);
  font-weight: 780;
}

.ht-channel-health-criteria-value {
  color: rgb(125 211 252);
  font-weight: 900;
}

.ht-channel-health-criteria-separator {
  color: rgb(148 163 184 / 0.62);
  font-weight: 700;
}

.ht-channel-health-group {
  flex: 1 1 5rem;
  max-width: 14rem;
  border: 1px solid rgb(255 255 255 / 0.075);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.04);
  padding: 0.06rem 0.34rem;
  color: rgb(203 213 225 / 0.8);
  font-size: 0.62rem;
  font-weight: 760;
}

.ht-channel-health-inline-meta {
  color: rgb(148 163 184 / 0.86);
  font-size: 0.62rem;
  font-weight: 740;
  line-height: 1.2;
}

.ht-channel-health-card.is-blurred .ht-channel-health-name,
.ht-channel-health-card.is-blurred .ht-channel-health-group {
  filter: blur(5px);
  opacity: 0.66;
  user-select: none;
}

.ht-channel-health-card.is-blurred .ht-channel-health-row.is-aggregate .ht-channel-health-name,
.ht-channel-health-card.is-blurred .ht-channel-health-row.is-aggregate .ht-channel-health-group {
  filter: none;
  opacity: 1;
  user-select: auto;
}

.ht-channel-health-status {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.045);
  padding: 0.12rem 0.38rem;
  color: rgb(203 213 225 / 0.84);
  font-size: 0.6rem;
  font-weight: 860;
  line-height: 1;
  white-space: nowrap;
}

.ht-channel-health-status-success {
  border-color: rgb(52 211 153 / 0.36);
  background: rgb(22 163 74 / 0.18);
  color: rgb(187 247 208);
}

.ht-channel-health-status-warning {
  border-color: rgb(251 146 60 / 0.42);
  background: rgb(194 65 12 / 0.2);
  color: rgb(255 237 213);
}

.ht-channel-health-status-danger {
  border-color: rgb(248 113 113 / 0.5);
  background: rgb(185 28 28 / 0.24);
  color: rgb(254 226 226);
}

.ht-channel-health-history {
  min-width: 0;
  margin-top: 0.26rem;
}

.ht-channel-health-history-head {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  color: rgb(148 163 184 / 0.78);
  font-size: 0.58rem;
  font-weight: 820;
  line-height: 1.22;
}

.ht-channel-health-history-alerts,
.ht-channel-health-average,
.ht-channel-health-history-footer {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.34rem;
}

.ht-channel-health-history-alerts {
  overflow: hidden;
}

.ht-channel-health-average {
  flex: 0 0 auto;
  color: rgb(226 232 240 / 0.86);
  font-size: 0.62rem;
  font-weight: 860;
  white-space: nowrap;
}

.ht-channel-health-metric,
.ht-channel-health-last-request {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.ht-channel-health-metric {
  font-weight: 880;
}

.ht-channel-health-metric-success {
  color: rgb(134 239 172);
}

.ht-channel-health-metric-warning {
  color: rgb(251 146 60);
}

.ht-channel-health-metric-danger {
  color: rgb(248 113 113);
}

.ht-channel-health-metric-neutral,
.ht-channel-health-last-request {
  color: rgb(148 163 184 / 0.84);
}

.ht-channel-health-history-track {
  display: grid;
  grid-template-columns: repeat(100, minmax(1px, 1fr));
  gap: 0.045rem;
  height: 0.86rem;
  margin-top: 0.18rem;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 0.08), rgb(255 255 255 / 0.03)),
    rgb(4 6 11 / 0.34);
  box-shadow:
    inset 0 1px 3px rgb(0 0 0 / 0.3),
    0 1px 0 rgb(255 255 255 / 0.03);
  padding: 0.07rem;
}

.ht-channel-health-history-segment {
  display: block;
  min-width: 0;
  height: 100%;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.18);
}

.ht-channel-health-history-segment-ok {
  background: linear-gradient(180deg, rgb(52 211 153), rgb(16 185 129 / 0.88));
}

.ht-channel-health-history-segment-slow {
  background: linear-gradient(180deg, rgb(251 146 60), rgb(249 115 22 / 0.9));
}

.ht-channel-health-history-segment-error {
  background: linear-gradient(180deg, rgb(248 113 113), rgb(220 38 38 / 0.92));
}

.ht-channel-health-history-segment-empty {
  background: rgb(148 163 184 / 0.16);
  box-shadow: none;
}

.ht-channel-health-history-footer {
  justify-content: flex-end;
  gap: 0.42rem;
  margin-top: 0.22rem;
  color: rgb(148 163 184 / 0.78);
  font-size: 0.58rem;
  font-weight: 780;
}

.ht-channel-health-disabled-note,
.ht-channel-health-empty {
  color: rgb(148 163 184 / 0.82);
  font-size: 0.72rem;
  font-weight: 760;
}

.ht-channel-health-disabled-note {
  margin-top: 0.36rem;
}

.ht-channel-health-empty {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgb(255 255 255 / 0.12);
  border-radius: 0.8rem;
  margin: 0.78rem;
  background: rgb(255 255 255 / 0.035);
  text-align: center;
}

.ht-channel-health-skeleton {
  gap: 0.42rem;
  cursor: default;
}

.ht-channel-health-skeleton-title,
.ht-channel-health-skeleton-line,
.ht-channel-health-skeleton-bar {
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(255 255 255 / 0.055), rgb(255 255 255 / 0.14), rgb(255 255 255 / 0.055));
  background-size: 220% 100%;
  animation: ht-channel-health-pulse 1.4s ease-in-out infinite;
}

.ht-channel-health-skeleton-title {
  width: 48%;
  height: 0.86rem;
}

.ht-channel-health-skeleton-line {
  width: 70%;
  height: 0.62rem;
}

.ht-channel-health-skeleton-bar {
  width: 100%;
  height: 0.86rem;
}

@keyframes ht-channel-health-pulse {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: -220% 50%;
  }
}

@media (max-width: 1023px) {
  .ht-channel-health-card {
    height: auto;
    min-height: 0;
    max-height: min(58vh, 36rem);
    max-height: min(58svh, 36rem);
  }
}

@media (max-width: 640px) {
  .ht-channel-health-card {
    height: auto;
    min-height: 0;
    max-height: min(52vh, 30rem);
    max-height: min(52svh, 30rem);
    border-radius: 0.875rem;
  }

  .ht-channel-health-head {
    align-items: stretch;
    flex-direction: column;
  }

  .ht-channel-health-filter {
    min-width: min(16rem, 86%);
  }

  .ht-cdn-grid {
    grid-template-columns: 1fr;
  }

  .ht-channel-health-name {
    max-width: 52%;
  }

  .ht-channel-health-history-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.28rem;
  }

  .ht-channel-health-average {
    flex: 0 1 auto;
  }
}

.ht-channel-health-card {
  color: var(--ht-monitor-text);
}

.ht-channel-health-head,
.ht-cdn-grid {
  border-color: var(--ht-monitor-line);
}

.ht-channel-health-title-main strong,
.ht-channel-health-name,
.ht-channel-health-average,
.ht-cdn-target-title,
.ht-cdn-metric strong,
.ht-cdn-tooltip-group strong {
  color: var(--ht-monitor-title);
}

.ht-channel-health-countdown {
  border-color: color-mix(in srgb, var(--ht-monitor-cyan) 22%, var(--ht-monitor-line));
  background: var(--ht-monitor-soft);
  color: var(--ht-monitor-cyan);
}

.ht-channel-health-provider,
.ht-channel-health-filter,
.ht-cdn-target-card,
.ht-cdn-metric,
.ht-channel-health-row {
  border-color: var(--ht-monitor-inner-line);
  background: var(--ht-monitor-surface);
  box-shadow: 0 2px 10px var(--ht-monitor-shadow);
}

.ht-channel-health-filter:hover,
.ht-channel-health-row:hover,
.ht-cdn-copy-button:hover {
  border-color: color-mix(in srgb, var(--ht-monitor-cyan) 24%, var(--ht-monitor-line));
  background: var(--ht-monitor-surface-strong);
  box-shadow: 0 4px 14px rgb(15 23 42 / 0.04);
}

.ht-channel-health-filter.is-active {
  border-color: color-mix(in srgb, var(--ht-monitor-cyan) 36%, var(--ht-monitor-line));
  background: var(--ht-monitor-soft-strong);
}

.ht-channel-health-filter-count {
  background: var(--ht-monitor-soft);
  color: var(--ht-monitor-cyan);
}

.ht-channel-health-group,
.ht-channel-health-inline-meta,
.ht-channel-health-last-request,
.ht-cdn-metric span,
.ht-cdn-tooltip-group span,
.ht-channel-health-provider,
.ht-channel-health-filter-title {
  color: var(--ht-monitor-muted);
}

.ht-channel-health-row {
  padding: 0.52rem 0.58rem 0.56rem;
}

.ht-cdn-target-card {
  padding: 0.52rem;
}

.ht-channel-health-history-track,
.ht-cdn-track {
  background: var(--ht-monitor-track);
  box-shadow: inset 0 1px 2px rgb(15 23 42 / 0.16);
}

.ht-cdn-track-tooltip {
  border-color: var(--ht-monitor-line);
  background: var(--ht-monitor-tooltip-bg);
  box-shadow: 0 18px 42px -20px var(--ht-monitor-shadow);
}

.ht-cdn-copy-button {
  border-color: var(--ht-monitor-line);
  background: var(--ht-monitor-soft);
  color: var(--ht-monitor-cyan);
}

.ht-channel-health-status,
.ht-cdn-status {
  border-color: var(--ht-monitor-line);
  background: var(--ht-status-neutral-bg);
  color: var(--ht-status-neutral-text);
}

.ht-channel-health-status-success,
.ht-cdn-status-healthy {
  border-color: var(--ht-status-success-border);
  background: var(--ht-status-success-bg);
  color: var(--ht-status-success-text);
}

.ht-cdn-status-good {
  border-color: var(--ht-status-good-border);
  background: var(--ht-status-good-bg);
  color: var(--ht-status-good-text);
}

.ht-channel-health-status-warning,
.ht-cdn-status-degraded,
.ht-cdn-status-pending,
.ht-cdn-status-warning {
  border-color: var(--ht-status-warning-border);
  background: var(--ht-status-warning-bg);
  color: var(--ht-status-warning-text);
}

.ht-channel-health-status-danger,
.ht-cdn-status-loss,
.ht-cdn-status-failed {
  border-color: var(--ht-status-danger-border);
  background: var(--ht-status-danger-bg);
  color: var(--ht-status-danger-text);
}

.ht-channel-health-history-segment-ok,
.ht-cdn-track-fill-healthy {
  background: var(--ht-monitor-green);
}

.ht-cdn-track-fill-good {
  background: var(--ht-monitor-cyan);
}

.ht-channel-health-history-segment-slow,
.ht-cdn-track-fill-degraded,
.ht-cdn-track-fill-pending,
.ht-cdn-track-fill-warning {
  background: var(--ht-monitor-amber);
}

.ht-channel-health-history-segment-error,
.ht-cdn-track-fill-loss,
.ht-cdn-track-fill-failed {
  background: var(--ht-monitor-red);
}

.ht-channel-health-skeleton-title,
.ht-channel-health-skeleton-line,
.ht-channel-health-skeleton-bar {
  background: linear-gradient(90deg, var(--ht-monitor-soft), var(--ht-monitor-surface-strong), var(--ht-monitor-soft));
  background-size: 220% 100%;
}

.ht-channel-health-row {
  border-radius: 0.95rem;
}

.ht-channel-health-row-title {
  gap: 0.48rem;
}

.ht-channel-health-name {
  color: #1E293B;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0;
}

.ht-channel-health-row.is-aggregate .ht-channel-health-name {
  color: #1E293B;
}

.ht-channel-health-group {
  border-color: transparent;
  background: #F3F8FF;
  color: #3B82F6;
  padding: 0.16rem 0.48rem;
  font-size: 0.72rem;
  font-weight: 860;
}

.ht-channel-health-criteria-label,
.ht-channel-health-criteria-value {
  color: #3B82F6;
  font-weight: 860;
}

.ht-channel-health-inline-meta,
.ht-channel-health-history-head,
.ht-channel-health-last-request,
.ht-channel-health-metric-neutral {
  color: #94A3B8;
  font-weight: 820;
}

.ht-channel-health-average {
  color: #94A3B8;
  font-size: 0.68rem;
  font-weight: 860;
}

.ht-channel-health-metric-success {
  color: #10B981;
  font-weight: 920;
}

.ht-channel-health-metric-warning {
  color: #F59E0B;
  font-weight: 920;
}

.ht-channel-health-metric-danger {
  color: #EF4444;
  font-weight: 920;
}

.ht-channel-health-status {
  min-height: 1.5rem;
  gap: 0.3rem;
  padding: 0.2rem 0.56rem;
  font-size: 0.72rem;
  font-weight: 900;
}

.ht-channel-health-status-success {
  border-color: transparent;
  background: #D1FAE5;
  color: #065F46;
}

.ht-channel-health-status-success::before {
  content: "";
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #10B981;
}

.ht-channel-health-status-warning {
  border-color: transparent;
  background: #FEF3C7;
  color: #92400E;
}

.ht-channel-health-status-danger {
  border-color: transparent;
  background: #FEE2E2;
  color: #991B1B;
}

.dark .ht-channel-health-name,
.dark .ht-channel-health-row.is-aggregate .ht-channel-health-name {
  color: var(--ht-monitor-text);
}

.dark .ht-channel-health-group {
  border-color: var(--ht-monitor-inner-line);
  background: var(--ht-monitor-soft);
  color: var(--ht-monitor-title);
}

.dark .ht-channel-health-criteria-label,
.dark .ht-channel-health-criteria-value {
  color: var(--ht-monitor-title);
}

.dark .ht-channel-health-inline-meta,
.dark .ht-channel-health-history-head,
.dark .ht-channel-health-last-request,
.dark .ht-channel-health-metric-neutral,
.dark .ht-channel-health-average {
  color: var(--ht-monitor-muted);
}

.ht-channel-health-list {
  gap: 1.2rem;
  padding: 0.9rem 0.72rem 1rem;
}

.ht-channel-health-row {
  min-height: 8.4rem;
  border: 1px solid #EDF2F7;
  border-radius: 1.25rem;
  background: #FFFFFF;
  box-shadow: 0 6px 24px rgb(15 23 42 / 0.035);
  padding: 1.18rem 1.28rem 1.08rem;
}

.ht-channel-health-row:hover {
  border-color: #E2E8F0;
  box-shadow: 0 8px 28px rgb(15 23 42 / 0.045);
  transform: none;
}

.ht-channel-health-row:active {
  transform: none;
}

.ht-channel-health-row-top {
  align-items: center;
  gap: 0.9rem;
}

.ht-channel-health-row-main {
  gap: 0;
}

.ht-channel-health-row-title {
  align-items: center;
  gap: 0.75rem;
}

.ht-channel-health-name {
  max-width: min(20rem, 62%);
  font-size: 0.93rem;
  line-height: 1.18;
}

.ht-channel-health-group {
  flex: 0 1 auto;
  max-width: min(15rem, 42%);
  border-radius: 999px;
  padding: 0.24rem 0.62rem;
  font-size: 0.8rem;
  line-height: 1;
}

.ht-channel-health-status {
  min-height: 2.05rem;
  gap: 0.36rem;
  padding: 0.36rem 0.76rem;
  font-size: 0.82rem;
  line-height: 1;
}

.ht-channel-health-status-success::before {
  width: 0.48rem;
  height: 0.48rem;
}

.ht-channel-health-history {
  margin-top: 1.7rem;
}

.ht-channel-health-history-head {
  font-size: 0.78rem;
  line-height: 1.2;
}

.ht-channel-health-history-alerts {
  gap: 0.18rem;
}

.ht-channel-health-average {
  gap: 0.24rem;
  font-size: 0.8rem;
}

.ht-channel-health-history-track {
  grid-template-columns: repeat(100, minmax(0, 1fr));
  gap: 0.12rem;
  height: 0.52rem;
  margin-top: 1rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.ht-channel-health-history-segment {
  border-radius: 0.12rem;
  box-shadow: none;
}

.ht-channel-health-history-segment-ok {
  background: #10B981;
}

.ht-channel-health-history-segment-slow {
  background: #F59E0B;
}

.ht-channel-health-history-segment-error {
  background: #EF4444;
}

.ht-channel-health-history-segment-empty {
  background: #E2E8F0;
}

@media (max-width: 640px) {
  .ht-channel-health-list {
    gap: 0.9rem;
    padding: 0.72rem 0.58rem 0.78rem;
  }

  .ht-channel-health-row {
    min-height: 8rem;
    padding: 1rem 1rem 0.94rem;
  }

  .ht-channel-health-name {
    max-width: 58%;
    font-size: 0.86rem;
  }

  .ht-channel-health-group {
    max-width: 40%;
    font-size: 0.72rem;
  }

  .ht-channel-health-history {
    margin-top: 1.35rem;
  }
}

.dark .ht-channel-health-row {
  border-color: var(--ht-monitor-inner-line);
  background: var(--ht-monitor-surface);
  box-shadow:
    0 14px 34px -28px var(--ht-monitor-shadow),
    inset 0 1px 0 var(--ht-monitor-inset);
}

.dark .ht-channel-health-row:hover {
  border-color: color-mix(in srgb, var(--ht-monitor-cyan) 24%, var(--ht-monitor-line));
  background: var(--ht-monitor-surface-strong);
  box-shadow:
    0 18px 38px -30px var(--ht-monitor-shadow),
    inset 0 1px 0 var(--ht-monitor-inset);
}

.dark .ht-channel-health-history-track {
  background: transparent;
  box-shadow: none;
}

.dark .ht-channel-health-history-segment-empty {
  background: rgb(148 163 184 / 0.2);
}

.ht-channel-health-head {
  align-items: center;
  padding: 0.62rem 0.72rem 0.5rem;
}

.ht-channel-health-list {
  gap: 0.78rem;
  padding: 0.72rem 0.66rem 0.74rem;
}

.ht-channel-health-row {
  min-height: 6.7rem;
  border-radius: 1.08rem;
  box-shadow: 0 4px 18px rgb(15 23 42 / 0.03);
  padding: 0.78rem 0.92rem 0.72rem;
}

.ht-channel-health-row:hover {
  box-shadow: 0 6px 22px rgb(15 23 42 / 0.04);
}

.ht-channel-health-row-top {
  gap: 0.68rem;
}

.ht-channel-health-row-title {
  gap: 0.54rem;
}

.ht-channel-health-name {
  max-width: min(19rem, 64%);
  font-size: 0.86rem;
}

.ht-channel-health-group {
  max-width: min(14rem, 42%);
  padding: 0.18rem 0.52rem;
  font-size: 0.73rem;
}

.ht-channel-health-status {
  min-height: 1.62rem;
  gap: 0.28rem;
  padding: 0.24rem 0.62rem;
  font-size: 0.74rem;
}

.ht-channel-health-status-success::before {
  width: 0.4rem;
  height: 0.4rem;
}

.ht-channel-health-history {
  margin-top: 0.86rem;
}

.ht-channel-health-history-head {
  font-size: 0.72rem;
}

.ht-channel-health-average {
  font-size: 0.74rem;
}

.ht-channel-health-history-track {
  gap: 0.085rem;
  height: 0.42rem;
  margin-top: 0.56rem;
}

.ht-channel-health-history-segment {
  border-radius: 0.1rem;
}

.ht-cdn-grid {
  gap: 0.34rem;
  padding: 0.42rem 0.62rem 0.58rem;
}

@media (max-width: 640px) {
  .ht-channel-health-head {
    padding: 0.58rem 0.62rem 0.48rem;
  }

  .ht-channel-health-list {
    gap: 0.68rem;
    padding: 0.62rem 0.52rem 0.66rem;
  }

  .ht-channel-health-row {
    min-height: 6.55rem;
    padding: 0.72rem 0.78rem 0.68rem;
  }

  .ht-channel-health-history {
    margin-top: 0.78rem;
  }

  .ht-channel-health-history-track {
    margin-top: 0.5rem;
  }
}

.ht-channel-health-history-track {
  align-items: stretch;
}

.ht-channel-health-history-segment {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  pointer-events: none;
}

.ht-cdn-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.ht-cdn-target-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.ht-cdn-target-head {
  min-height: 1.62rem;
  align-items: center;
}

.ht-cdn-target-actions {
  min-height: 1.5rem;
  align-items: center;
}

.ht-cdn-copy-button {
  width: auto;
  min-width: 2.2rem;
  height: 1.36rem;
  border-radius: 999px;
  padding: 0 0.48rem;
  font-size: 0.62rem;
  line-height: 1;
  white-space: nowrap;
}

.ht-cdn-copy-button:hover {
  transform: none;
}

.ht-cdn-status {
  min-height: 1.36rem;
  padding: 0.18rem 0.46rem;
  white-space: nowrap;
}

.ht-cdn-metrics {
  flex: 1 0 auto;
}

.ht-cdn-track {
  flex: 0 0 auto;
}

.ht-cdn-target-title,
.ht-cdn-metric strong,
.ht-cdn-tooltip-group strong {
  color: var(--ht-monitor-text);
}

.ht-cdn-metric span,
.ht-cdn-tooltip-group span,
.ht-cdn-tooltip-group .ht-cdn-tooltip-empty,
.ht-cdn-tooltip-group .ht-cdn-tooltip-more {
  color: var(--ht-monitor-muted);
}

.dark .ht-channel-health-card {
  background:
    linear-gradient(145deg, rgb(49 49 54 / 0.96), rgb(28 28 32 / 0.96)),
    var(--ht-monitor-bg);
}

.dark .ht-channel-health-provider,
.dark .ht-channel-health-filter,
.dark .ht-cdn-target-card,
.dark .ht-cdn-metric,
.dark .ht-channel-health-row {
  background: var(--ht-monitor-surface);
}

.dark .ht-channel-health-filter:hover,
.dark .ht-channel-health-row:hover,
.dark .ht-cdn-copy-button:hover {
  background: var(--ht-monitor-surface-strong);
}

.ht-channel-health-list {
  gap: 0.52rem;
  padding: 0.54rem 0.58rem 0.56rem;
}

.ht-channel-health-row {
  min-height: 5.85rem;
  border-radius: 0.94rem;
  padding: 0.58rem 0.76rem 0.54rem;
}

.ht-channel-health-row-top {
  gap: 0.52rem;
}

.ht-channel-health-row-title {
  gap: 0.46rem;
}

.ht-channel-health-name {
  font-size: 0.82rem;
}

.ht-channel-health-group {
  padding: 0.14rem 0.44rem;
  font-size: 0.69rem;
}

.ht-channel-health-status {
  min-height: 1.45rem;
  gap: 0.24rem;
  padding: 0.2rem 0.54rem;
  font-size: 0.7rem;
}

.ht-channel-health-history {
  margin-top: 0.56rem;
}

.ht-channel-health-history-head {
  font-size: 0.68rem;
}

.ht-channel-health-average {
  font-size: 0.7rem;
}

.ht-channel-health-history-track {
  gap: 0.075rem;
  height: 0.38rem;
  margin-top: 0.34rem;
}

.ht-cdn-copy-button {
  min-width: 2.85rem;
  height: 1.36rem;
  border-color: #93C5FD;
  border-radius: 0.42rem;
  background: #FFFFFF;
  box-shadow: none;
  color: #2563EB;
  font-weight: 860;
}

.ht-cdn-copy-button:hover,
.ht-cdn-copy-button:focus,
.ht-cdn-copy-button:focus-visible,
.ht-cdn-copy-button:active {
  border-color: #3B82F6;
  background: #EFF6FF;
  box-shadow: 0 0 0 2px rgb(59 130 246 / 0.12);
  color: #1D4ED8;
  outline: none;
  transform: none;
}

.dark .ht-cdn-copy-button {
  border-color: #60A5FA;
  background: rgb(96 165 250 / 0.1);
  color: #BFDBFE;
}

.dark .ht-cdn-copy-button:hover,
.dark .ht-cdn-copy-button:focus,
.dark .ht-cdn-copy-button:focus-visible,
.dark .ht-cdn-copy-button:active {
  border-color: #93C5FD;
  background: rgb(96 165 250 / 0.18);
  box-shadow: 0 0 0 2px rgb(96 165 250 / 0.16);
  color: #DBEAFE;
}

@media (max-width: 640px) {
  .ht-channel-health-list {
    gap: 0.5rem;
    padding: 0.5rem 0.48rem 0.54rem;
  }

  .ht-channel-health-row {
    min-height: 5.8rem;
    padding: 0.54rem 0.66rem 0.52rem;
  }

  .ht-channel-health-history {
    margin-top: 0.5rem;
  }

  .ht-channel-health-history-track {
    margin-top: 0.32rem;
  }
}

.ht-channel-health-history-track {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}

.ht-channel-health-history-segment {
  width: clamp(2px, var(--ht-segment-width, 4px), 5px);
  min-width: clamp(2px, var(--ht-segment-width, 4px), 5px);
  max-width: 5px;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  flex: 0 0 clamp(2px, var(--ht-segment-width, 4px), 5px);
  border-radius: 0 !important;
  transform: none !important;
}

.ht-channel-health-history-track {
  display: block;
  overflow: hidden;
}

.ht-channel-health-history-canvas {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
}

.ht-home-hero-monitor-wrap,
.ht-channel-health-card {
  overflow: visible;
}

.ht-channel-health-list {
  overflow: auto;
}

.ht-cdn-grid,
.ht-cdn-target-card,
.ht-cdn-track {
  position: relative;
  overflow: visible;
}

.ht-cdn-grid {
  z-index: 20;
}

.ht-cdn-track-tooltip {
  z-index: 1000;
}
