/* CareNET-360 Zero-Trust DICOM Gateway Page Styles (carenet-360.css) */

.zero-trust-node {
  position: relative;
  transition: all 0.3s ease;
}

.zero-trust-node::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(24, 180, 214, 0.4), transparent);
  z-index: -1;
}

.carenet-diagram-container {
  background: rgba(6, 17, 34, 0.95);
  border: 1px solid rgba(24, 180, 214, 0.25);
}
