/* iptv-wizard.css - License Key Theft & Phantom Billing */

@import url('wizardtv.css');
@import url('styles.css');

/* blue accent theme */

.wtv-alert-badge {
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.4);
  color: #bfdbfe;
}
.wtv-alert-badge.critical {
  background: rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.5);
  color: #bfdbfe;
}

.stat-number {
  color: #3b82f6;
}

.wtv-card-alert {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 2px solid #93c5fd;
}

.wtv-card-issue {
  border-left: 4px solid #3b82f6;
}
.wtv-card-issue:hover {
  border-left-color: #1e40af;
}

.card-badge {
  background: linear-gradient(135deg, #3b82f6, #1e40af);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.card-icon {
  background: #eff6ff;
  color: #1e40af;
}

.card-icon.alert {
  background: rgba(59, 130, 246, 0.1);
  color: #1e40af;
}

.problem-list li:before {
  color: #1e40af;
}

.issue-list .x {
  color: #1e40af;
}

.table-header .table-col.actual {
  background: linear-gradient(135deg, #3b82f6, #1e40af);
}

.table-col.actual {
  background: #eff6ff;
  color: #1e40af;
}

.testimony-card {
  border-left: 4px solid #3b82f6;
}
.testimony-card:hover {
  border-color: #3b82f6;
}

.verdict-box {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border: 3px solid #3b82f6;
}

.verdict-box h3 {
  color: #1e3a8a;
}

.verdict-text {
  color: #1e40af;
}

.risk-item {
  background: #dbeafe;
  color: #1e40af;
}

.risk-item.critical-risk {
  background: #93c5fd;
  color: #1e3a8a;
}

.notice-box {
  border: 2px solid #bfdbfe;
}

.notice-icon {
  color: #1e40af;
}

.notice-body h3 {
  color: #1e3a8a;
}

.notice-body p {
  color: #1e40af;
}

/* responsive rules inherited */
