body .clinical-dashboard {
  background: #f4f8fb !important;
  min-height: calc(100vh - 57px) !important;
}

body .clinical-dashboard .dashboard-shell {
  max-width: 1540px !important;
  padding: 24px !important;
}

body .clinical-dashboard .dashboard-welcome {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding: 30px !important;
  margin-bottom: 22px !important;
  border-radius: 26px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #06394d, #087f8c, #18b3ad) !important;
  box-shadow: 0 20px 45px rgba(8,127,140,.25) !important;
}

body .clinical-dashboard .dashboard-welcome h1 {
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  margin: 6px 0 !important;
}

body .clinical-dashboard .dashboard-welcome p,
body .clinical-dashboard .dashboard-kicker {
  color: rgba(255,255,255,.85) !important;
}

body .clinical-dashboard .dashboard-header-actions {
  display: flex !important;
  gap: 12px !important;
}

body .clinical-dashboard .dashboard-header-actions .btn {
  border-radius: 14px !important;
  font-weight: 800 !important;
  padding: 12px 18px !important;
}

body .clinical-dashboard .dashboard-metrics {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-bottom: 22px !important;
}

body .clinical-dashboard .metric-card {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 22px !important;
  border-radius: 22px !important;
  background: #fff !important;
  border: 1px solid #dceaf1 !important;
  box-shadow: 0 12px 30px rgba(19,48,68,.08) !important;
  text-decoration: none !important;
  color: #123043 !important;
}

body .clinical-dashboard .metric-icon {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 18px !important;
  color: #fff !important;
  font-size: 24px !important;
}

body .clinical-dashboard .metric-teal .metric-icon { background: #087f8c !important; }
body .clinical-dashboard .metric-blue .metric-icon { background: #2563eb !important; }
body .clinical-dashboard .metric-violet .metric-icon { background: #7c3aed !important; }
body .clinical-dashboard .metric-green .metric-icon { background: #16a34a !important; }

body .clinical-dashboard .metric-content {
  display: flex !important;
  flex-direction: column !important;
}

body .clinical-dashboard .metric-content small {
  color: #718391 !important;
  font-weight: 800 !important;
}

body .clinical-dashboard .metric-content strong {
  color: #123043 !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body .clinical-dashboard .metric-content em {
  color: #8a99a5 !important;
  font-style: normal !important;
}

body .clinical-dashboard .dashboard-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(330px, .8fr) !important;
  gap: 18px !important;
  align-items: start !important;
}

body .clinical-dashboard .dashboard-side {
  display: grid !important;
  gap: 18px !important;
}

body .clinical-dashboard .dashboard-card {
  background: #fff !important;
  border-radius: 24px !important;
  border: 1px solid #dceaf1 !important;
  box-shadow: 0 12px 30px rgba(19,48,68,.08) !important;
  overflow: hidden !important;
}

body .clinical-dashboard .dashboard-card-header {
  background: #fff !important;
  color: #123043 !important;
  padding: 20px 24px !important;
  border-bottom: 1px solid #edf3f7 !important;
}

body .clinical-dashboard .dashboard-card-header h2 {
  color: #123043 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  margin: 0 !important;
}

body .clinical-dashboard .dashboard-card-eyebrow {
  color: #087f8c !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
}

body .clinical-dashboard .quick-actions {
  display: grid !important;
  gap: 12px !important;
  padding: 16px !important;
}

body .clinical-dashboard .quick-actions > a {
  display: grid !important;
  grid-template-columns: 50px 1fr 20px !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 16px !important;
  border-radius: 18px !important;
  background: #f8fbfd !important;
  border: 1px solid #e2edf3 !important;
  color: #123043 !important;
  text-decoration: none !important;
}

body .clinical-dashboard .quick-actions > a > span {
  display: grid !important;
  place-items: center !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 16px !important;
  background: #087f8c !important;
  color: #fff !important;
}

body .clinical-dashboard .quick-actions strong {
  display: block !important;
  color: #123043 !important;
  font-weight: 900 !important;
}

body .clinical-dashboard .quick-actions small {
  display: block !important;
  color: #718391 !important;
}

body .clinical-dashboard .activity-bars {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  height: 220px !important;
  padding: 20px !important;
  gap: 10px !important;
}

body .clinical-dashboard .activity-day {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  align-items: center !important;
  height: 100% !important;
}

body .clinical-dashboard .activity-track {
  position: relative !important;
  flex: 1 !important;
  width: 22px !important;
  background: #edf4f7 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

body .clinical-dashboard .activity-track span {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(180deg,#18b8b4,#087f8c) !important;
  border-radius: 999px !important;
}

@media(max-width: 1200px) {
  body .clinical-dashboard .dashboard-metrics {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  body .clinical-dashboard .dashboard-grid {
    grid-template-columns: 1fr !important;
  }
}

@media(max-width: 600px) {
  body .clinical-dashboard .dashboard-metrics {
    grid-template-columns: 1fr !important;
  }

  body .clinical-dashboard .dashboard-welcome {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}