:root {
  --primary: #14b8a6;
  --primary-hover: #0f9487;
  --primary-light: #e9fbf8;
  --sidebar: #081817;
}

.app-sidebar {
  background: radial-gradient(circle at 18% 0, color-mix(in srgb, #14b8a6 32%, transparent), transparent 19rem), linear-gradient(180deg, #081817, color-mix(in srgb, #081817 82%, black));
}

.brand-mark {
  padding: 5px;
  background: color-mix(in srgb, #14b8a6 18%, transparent);
  border-color: color-mix(in srgb, #67e8f9 35%, transparent);
}

.brand-mark img { width: 100%; height: 100%; display: block; border-radius: 10px; }

.home-overview, .legal-hero {
  background: radial-gradient(circle at 84% 8%, color-mix(in srgb, #67e8f9 36%, transparent), transparent 20rem), radial-gradient(circle at 100% 100%, color-mix(in srgb, #14b8a6 44%, transparent), transparent 28rem), linear-gradient(135deg, #081817 0%, color-mix(in srgb, #081817 72%, #14b8a6) 58%, #14b8a6 135%);
}

.overview-copy h1 em { color: color-mix(in srgb, #67e8f9 62%, white); }
.overview-kicker, .legal-kicker { color: color-mix(in srgb, #67e8f9 45%, white); }
.overview-kicker > span { background: #67e8f9; }
.category-dot::before { background: #14b8a6; }
