:root {
  --bs-primary: #1a5058;
  --bs-primary-rgb: 26, 80, 88;
  --bs-link-color: #1a5058;
  --bs-link-hover-color: #173d43;
}

body {
  background: linear-gradient(180deg, #f7fbfa 0%, #eef6f5 100%);
  font-family: 'Outfit', sans-serif;
}

.dcp-display {
  color: #032530;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.dcp-badge-soft {
  background: rgba(158, 221, 5, 0.15);
  color: #173d43;
  font-weight: 600;
}

.dcp-panel {
  background: linear-gradient(135deg, rgba(26, 80, 88, 0.08), rgba(126, 180, 169, 0.08));
  border-color: rgba(26, 80, 88, 0.12) !important;
}

.dcp-avatar {
  background: #1a5058;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dcp-avatar .bx {
  line-height: 1;
}

.dcp-logo-mark {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #1a5058, #7eb4a9);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.dcp-logo-img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.dcp-stat-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
}

.dcp-step-card {
  height: 100%;
  padding: 1.25rem;
  border: 1px solid rgba(26, 80, 88, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
}

.menu-vertical .menu-item.active > .menu-link {
  background: linear-gradient(90deg, rgba(26, 80, 88, 0.14), rgba(158, 221, 5, 0.12));
}

.dcp-lead-hero {
  background: linear-gradient(135deg, #1a5058 0%, #173d43 60%, #032530 100%);
}

.dcp-lead-hero .btn-light {
  color: #173d43;
}