
.kpi-line {
  position: absolute;
  right: 26px;
  bottom: 96px;
  width: min(220px, 36%);
  height: 62px;
  border-left: 2px solid rgba(255, 255, 255, 0.25);
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

.kpi-line i {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9f99d;
  box-shadow: 0 0 0 6px rgba(217, 249, 157, 0.16);
}

.kpi-line i:nth-child(1) { left: 16px; bottom: 10px; }
.kpi-line i:nth-child(2) { left: 56px; bottom: 24px; }
.kpi-line i:nth-child(3) { left: 102px; bottom: 16px; }
.kpi-line i:nth-child(4) { right: 16px; bottom: 32px; }

.kpi-mini-table {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(82px, 1fr));
  gap: 7px;
}

.kpi-mini-table span {
  min-width: 0;
  padding: 10px 9px;
  display: grid;
  justify-items: start;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.05;
  backdrop-filter: blur(8px);
}

.kpi-mini-table small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.kpi-mini-table b {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.insights-visual {
  background:
    radial-gradient(circle at 82% 30%, rgba(255, 193, 7, 0.22), transparent 23%),
    radial-gradient(circle at 18% 72%, rgba(25, 118, 210, 0.16), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: #0b3a68;
}

.alert-radar {
  position: absolute;
  top: 30px;
  right: 38px;
  width: 196px;
  height: 196px;
  border: 2px solid #cde0f4;
  border-radius: 50%;
  background:
    radial-gradient(circle, #ffffff 0 28%, transparent 29%),
    conic-gradient(#dc2626 0 18%, #ffc107 18% 48%, #16a34a 48% 72%, #1976d2 72% 100%);
  box-shadow: 0 18px 38px rgba(18, 60, 124, 0.12);
}

.alert-radar i {
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(18, 60, 124, 0.12);
}

.alert-radar i:nth-child(1) {
  width: 14px;
  height: 14px;
  top: 22px;
  left: 50px;
}

.alert-radar i:nth-child(2) {
  width: 10px;
  height: 10px;
  right: 24px;
  bottom: 30px;
  background: #fed7aa;
}

.alert-radar i:nth-child(3) {
  width: 8px;
  height: 8px;
  left: 26px;
  bottom: 42px;
  background: #bbf7d0;
}

.insight-mini-feed {
  position: absolute;
  left: 22px;
  top: 112px;
  width: min(330px, 50%);
  display: grid;
  gap: 7px;
}

.insight-mini-feed span {
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(18, 60, 124, 0.08);
  font-size: 11px;
  font-weight: 950;
}

.mini-high {
  background: rgba(255, 228, 230, 0.94);
  color: #9f1239;
}

.mini-medium {
  background: rgba(255, 237, 213, 0.94);
  color: #9a3412;
}

.mini-low {
  background: rgba(220, 252, 231, 0.94);
  color: #166534;
}

.insight-dialog {
  position: absolute;
  left: auto;
  right: 28px;
  bottom: 24px;
  width: min(340px, 42%);
  padding: 15px 16px;
  border: 1px solid #d6e5f7;
  border-radius: 16px;
  background: #ffffff;
  color: #063b77;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 900;
  line-height: 1.18;
  box-shadow: 0 16px 34px rgba(18, 60, 124, 0.12);
}

.support-visual {
  background:
    radial-gradient(circle at 24% 78%, rgba(255, 193, 7, 0.2), transparent 22%),
    radial-gradient(circle at 86% 22%, rgba(25, 118, 210, 0.16), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: #0b3a68;
}
