.radar-shell .view-toggle-button,
.radar-shell .mode-toggle-button, .radar-shell .filter-toggle-button, .radar-shell .radar-box .graph-overlay .graph-view-toggle .graph-view-button, .radar-shell #radar-graph-modes .graph-mode-toggle .graph-mode-button {
  border: none;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.55;
  transition: background 0.15s, opacity 0.15s;
}
.radar-shell .view-toggle-button:hover,
.radar-shell .mode-toggle-button:hover, .radar-shell .filter-toggle-button:hover, .radar-shell .radar-box .graph-overlay .graph-view-toggle .graph-view-button:hover, .radar-shell #radar-graph-modes .graph-mode-toggle .graph-mode-button:hover {
  opacity: 0.9;
}
.radar-shell .active.view-toggle-button,
.radar-shell .active.mode-toggle-button, .radar-shell .active.filter-toggle-button, .radar-shell .radar-box .graph-overlay .graph-view-toggle .active.graph-view-button, .radar-shell #radar-graph-modes .graph-mode-toggle .active.graph-mode-button {
  background: rgba(255, 255, 255, 0.16);
  opacity: 1;
}

.radar-shell #radar-aside-column #radar-aside .aside-body .aside-section-title, .radar-shell .filter-group-title, .radar-shell #radar-filters-top .quick-filter-row .quick-filter-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.45;
}

.radar-shell {
  font-family: "Fredoka", sans-serif;
  color: #e8e8e8;
}
.radar-shell button,
.radar-shell input {
  font-family: inherit;
  color: inherit;
}
.radar-shell #radar-graph-modes {
  display: flex;
  justify-content: center;
  padding: 8px 0 20px;
}
.radar-shell #radar-graph-modes .graph-mode-toggle {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
}
.radar-shell #radar-graph-modes .graph-mode-toggle .graph-mode-button {
  font-size: 13px;
  padding: 7px 22px;
  border-radius: 9px;
  opacity: 0.6;
}
.radar-shell .radar-how-to-read {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(232, 232, 232, 0.75);
  background: #2e3049;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 12px;
}
.radar-shell .radar-how-to-read strong {
  font-weight: 600;
  color: #e8e8e8;
}
.radar-shell .radar-how-to-read .legend-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 0 5px 0 8px;
  vertical-align: -1px;
}
.radar-shell .radar-box {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
}
.radar-shell .radar-box circle.selected {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.9));
}
.radar-shell .radar-box .bubble-label {
  font-weight: 500;
  user-select: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}
.radar-shell .radar-box .ring-label {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.radar-shell .radar-box .heatmap-rectangle {
  transition: fill-opacity 0.15s;
}
.radar-shell .radar-box .heatmap-rectangle.heatmap-selected {
  stroke: #fff;
  stroke-width: 2;
}
.radar-shell .radar-box .heatmap-cell:hover .heatmap-rectangle {
  stroke: rgba(255, 255, 255, 0.45);
  stroke-width: 1.5;
}
.radar-shell .radar-box .radar-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  gap: 24px;
}
.radar-shell .radar-box .radar-loader .radar-loader-graphic {
  width: 200px;
  height: 200px;
  overflow: visible;
}
.radar-shell .radar-box .radar-loader .radar-loader-dot {
  fill: var(--dot-color, #e8e8e8);
  opacity: 0;
  animation: radar-loader-pulse 2s ease-in-out infinite;
  animation-delay: var(--dot-delay, 0s);
}
.radar-shell .radar-box .radar-loader .radar-loader-text {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.4;
  letter-spacing: 0.05em;
  margin: 0;
}
@keyframes radar-loader-pulse {
  0%, 100% {
    opacity: 0;
  }
  45%, 55% {
    opacity: 0.8;
  }
}
.radar-shell .radar-box .radar-error-message {
  font-size: 14px;
  opacity: 0.45;
  padding: 40px;
  text-align: center;
  margin: 0;
}
.radar-shell .radar-box .graph-overlay {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}
.radar-shell .radar-box .graph-overlay .graph-view-toggle {
  display: flex;
  flex-direction: row;
  gap: 3px;
  padding: 3px;
  background: rgba(28, 31, 43, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  backdrop-filter: blur(2px);
}
.radar-shell .radar-box .graph-overlay .graph-view-toggle .graph-view-button {
  padding: 6px 14px;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.radar-shell .radar-box .graph-zoom {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.radar-shell .radar-box .graph-zoom .zoom-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9px;
  background: rgba(28, 31, 43, 0.85);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(2px);
  transition: all 0.15s ease;
}
.radar-shell .radar-box .graph-zoom .zoom-button:hover {
  background: rgba(52, 57, 74, 0.92);
}
.radar-shell .radar-box .graph-zoom .zoom-button:active {
  background: rgba(70, 76, 98, 0.95);
}
.radar-shell .filter-box {
  background: #1c1d2e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.radar-shell #radar-filters-top {
  display: none;
  padding: 0 16px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .radar-shell #radar-filters-top {
    display: block;
  }
}
.radar-shell #radar-filters-top .top-filters-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 28px;
  padding: 12px 0 10px;
}
.radar-shell #radar-filters-top .top-filters-inner .filter-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.radar-shell #radar-filters-top .top-filters-inner .filter-group-title {
  margin-bottom: 7px;
}
.radar-shell #radar-filters-top .quick-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px 0 14px;
}
.radar-shell #radar-filters-top .quick-filter-row .quick-filter-label {
  margin-right: 4px;
  white-space: nowrap;
}
.radar-shell #radar-filters-column .filters-mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}
@media (min-width: 768px) {
  .radar-shell #radar-filters-column .filters-mobile-toggle {
    display: none;
  }
}
.radar-shell #radar-filters-column .filters-mobile-toggle:hover {
  background: rgba(255, 255, 255, 0.09);
}
.radar-shell #radar-filters-column .filters-mobile-toggle .filters-toggle-icon {
  width: 12px;
  height: 8px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.radar-shell #radar-filters-column .filters-mobile-toggle--open .filters-toggle-icon {
  transform: rotate(180deg);
}
.radar-shell #radar-filters-column .filters-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media (min-width: 768px) {
  .radar-shell #radar-filters-column .filters-collapsible {
    max-height: none !important;
    overflow: visible;
    transition: none;
  }
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters {
  padding: 20px 16px;
}
@media (min-width: 992px) {
  .radar-shell #radar-filters-column .filters-collapsible #radar-filters {
    margin-right: 16px;
  }
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters .filters-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .radar-shell #radar-filters-column .filters-collapsible #radar-filters .filters-content {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .radar-shell #radar-filters-column .filters-collapsible #radar-filters .sidebar-filter-pills {
    display: none;
  }
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters .filter-search-input {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-size: 13px;
  padding: 7px 11px;
  outline: none;
  transition: all 0.15s ease;
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters .filter-search-input::placeholder {
  color: rgba(232, 232, 232, 0.35);
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters .filter-search-input:focus {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters .quick-filter-buttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters .filter-legend-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 6px;
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters .filter-legend-swatch {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  flex-shrink: 0;
  opacity: 0.5;
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters .filter-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters .filter-slider-header .filter-group-title {
  margin: 0;
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters .filter-slider-value {
  min-width: 18px;
  padding: 1px 7px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters .filter-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.18);
  outline: none;
  cursor: pointer;
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters .filter-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e8e8e8;
  border: 2px solid #1c1f2b;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.radar-shell #radar-filters-column .filters-collapsible #radar-filters .filter-slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e8e8e8;
  border: 2px solid #1c1f2b;
  cursor: pointer;
}
.radar-shell .filter-group-title {
  margin: 0 0 10px;
}
.radar-shell .filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.radar-shell .filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  border: 1px solid var(--filter-color);
  background: transparent;
  padding: 5px 11px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  transition: all 0.15s ease;
  opacity: 0.4;
}
.radar-shell .filter-pill .filter-pill-label {
  white-space: normal;
  overflow-wrap: anywhere;
}
.radar-shell .filter-pill .filter-pill-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--filter-color);
}
.radar-shell .filter-pill:hover {
  opacity: 0.85;
}
.radar-shell .filter-pill.active {
  opacity: 1;
  background: color-mix(in srgb, var(--filter-color) 18%, transparent);
}
.radar-shell .filter-pill.active:hover {
  opacity: 1;
}
.radar-shell .filter-pill:not(.active) {
  border-style: dashed;
}
.radar-shell .filter-pill:not(.active) .filter-pill-dot {
  background: transparent;
  border: 1.5px solid var(--filter-color);
}
.radar-shell .quick-filter-button {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  opacity: 0.5;
  transition: all 0.15s ease;
}
.radar-shell .quick-filter-button:hover {
  opacity: 0.85;
}
.radar-shell .quick-filter-button.active {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.radar-shell .filter-toggle {
  display: flex;
  gap: 3px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.radar-shell .filter-toggle--stack {
  flex-direction: column;
}
.radar-shell .filter-toggle-button {
  flex: 1;
  padding: 5px 8px;
  white-space: nowrap;
}
.radar-shell .view-toggle-button,
.radar-shell .mode-toggle-button {
  width: 100%;
  padding: 6px 8px;
  text-align: center;
}
.radar-shell #radar-aside-column #radar-aside {
  position: sticky;
  top: 16px;
  height: auto;
  max-height: calc(100vh - 32px);
  margin: 0 0 0 16px;
  background: #2e3049;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .radar-shell #radar-aside-column #radar-aside {
    position: static;
    height: auto;
    max-height: 70vh;
    margin: 16px 0;
  }
}
.radar-shell #radar-aside-column #radar-aside.has-selection .aside-empty {
  display: none;
}
.radar-shell #radar-aside-column #radar-aside.has-selection .aside-panel {
  display: flex;
}
.radar-shell #radar-aside-column #radar-aside .aside-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 18px;
  padding: 32px 28px;
}
@media (max-width: 991.98px) {
  .radar-shell #radar-aside-column #radar-aside .aside-empty {
    min-height: 220px;
  }
}
.radar-shell #radar-aside-column #radar-aside .aside-empty .aside-empty-icon {
  position: relative;
  width: 76px;
  height: 76px;
  opacity: 0.55;
}
.radar-shell #radar-aside-column #radar-aside .aside-empty .aside-empty-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1.5px dashed rgba(255, 255, 255, 0.4);
}
.radar-shell #radar-aside-column #radar-aside .aside-empty .aside-empty-icon span:nth-child(1) {
  width: 76px;
  height: 76px;
}
.radar-shell #radar-aside-column #radar-aside .aside-empty .aside-empty-icon span:nth-child(2) {
  width: 48px;
  height: 48px;
}
.radar-shell #radar-aside-column #radar-aside .aside-empty .aside-empty-icon span:nth-child(3) {
  width: 18px;
  height: 18px;
  border-style: solid;
  background: rgba(255, 255, 255, 0.45);
}
.radar-shell #radar-aside-column #radar-aside .aside-empty .aside-empty-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.5;
  max-width: 220px;
}
.radar-shell #radar-aside-column #radar-aside .aside-panel {
  display: none;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.radar-shell #radar-aside-column #radar-aside .aside-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
.radar-shell #radar-aside-column #radar-aside .aside-header .aside-titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.radar-shell #radar-aside-column #radar-aside .aside-header .aside-titles .aside-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}
.radar-shell #radar-aside-column #radar-aside .aside-header .aside-titles .aside-breadcrumb {
  font-size: 11px;
  opacity: 0.45;
  word-break: break-word;
  margin-top: 1px;
}
.radar-shell #radar-aside-column #radar-aside .aside-header .aside-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  opacity: 0.6;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 10px;
  transition: all 0.15s ease;
}
.radar-shell #radar-aside-column #radar-aside .aside-header .aside-close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.14);
}
.radar-shell #radar-aside-column #radar-aside .aside-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
.radar-shell #radar-aside-column #radar-aside .aside-filters:empty {
  display: none;
}
.radar-shell #radar-aside-column #radar-aside .aside-filters .content-type-chip {
  border: none;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.15s ease;
  opacity: 0.35;
}
.radar-shell #radar-aside-column #radar-aside .aside-filters .content-type-chip.active {
  opacity: 1;
}
.radar-shell #radar-aside-column #radar-aside .aside-filters .content-type-chip--company {
  background: rgba(123, 115, 224, 0.35);
  color: #7b73e0;
}
.radar-shell #radar-aside-column #radar-aside .aside-filters .content-type-chip--case-study {
  background: rgba(80, 150, 224, 0.35);
  color: #5096e0;
}
.radar-shell #radar-aside-column #radar-aside .aside-filters .content-type-chip--national-initiative {
  background: rgba(224, 80, 112, 0.35);
  color: #e05070;
}
.radar-shell #radar-aside-column #radar-aside .aside-filters .content-type-chip--page {
  background: rgba(144, 136, 192, 0.35);
  color: #9088c0;
}
.radar-shell #radar-aside-column #radar-aside .aside-filters .content-type-chip--regulatory-sandbox {
  background: rgba(192, 96, 64, 0.35);
  color: #c06040;
}
.radar-shell #radar-aside-column #radar-aside .aside-filters .content-type-chip--virtual-world {
  background: rgba(58, 138, 154, 0.35);
  color: #3a8a9a;
}
.radar-shell #radar-aside-column #radar-aside .aside-filters .content-type-chip--expert {
  background: rgba(77, 184, 96, 0.35);
  color: #4db860;
}
.radar-shell #radar-aside-column #radar-aside .aside-body {
  padding: 16px 20px 20px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}
.radar-shell #radar-aside-column #radar-aside .aside-body::-webkit-scrollbar {
  width: 8px;
}
.radar-shell #radar-aside-column #radar-aside .aside-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .aside-section {
  margin-top: 20px;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .aside-section:first-child {
  margin-top: 0;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .aside-section-title {
  margin: 0 0 10px;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .expert-notice {
  padding: 14px 16px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}
.radar-shell #radar-aside-column #radar-aside .aside-body .expert-notice .btn {
  display: inline-block;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .expert-notice .expert-notice-text {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #e8e8e8;
  padding: 9px 12px;
  border-radius: 8px;
  background: #252638;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 6px;
  font-size: 13px;
  transition: all 0.15s ease;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .content-box .content-box-title {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.radar-shell #radar-aside-column #radar-aside .aside-body a.content-box {
  text-decoration: none;
}
.radar-shell #radar-aside-column #radar-aside .aside-body a.content-box:hover {
  background: #2b2c42;
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .content-type-badge {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 4px;
  flex-shrink: 0;
  white-space: nowrap;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .content-type-badge--company {
  background: rgba(123, 115, 224, 0.2);
  color: #7b73e0;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .content-type-badge--case-study {
  background: rgba(80, 150, 224, 0.2);
  color: #5096e0;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .content-type-badge--national-initiative {
  background: rgba(224, 80, 112, 0.2);
  color: #e05070;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .content-type-badge--page {
  background: rgba(144, 136, 192, 0.2);
  color: #9088c0;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .content-type-badge--regulatory-sandbox {
  background: rgba(192, 96, 64, 0.2);
  color: #c06040;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .content-type-badge--virtual-world {
  background: rgba(58, 138, 154, 0.2);
  color: #3a8a9a;
}
.radar-shell #radar-aside-column #radar-aside .aside-body .content-type-badge--expert {
  background: rgba(77, 184, 96, 0.2);
  color: #4db860;
}
