.oss-page {
  --accent: #ff6392;
  --accent-2: #ff8cc0;
}

.oss-page .wave-bg {
  background: linear-gradient(120deg,
      rgba(255, 99, 146, 0.38),  /* vivid pink */
      rgba(255, 140, 180, 0.32), /* soft pink */
      rgba(255, 196, 218, 0.22)  /* blush */);
  opacity: 0.5;
}

.oss-page .waves use {
  fill: #ff6392 !important;
  opacity: 0.8 !important;
}

.oss-page .waves.back use:nth-of-type(2) {
  fill: #ff8cc0 !important;
  opacity: 0.55 !important;
}

.oss-page .waves.front use:nth-of-type(2) {
  fill: #ffc4da !important;
  opacity: 0.65 !important;
}

.list {
  list-style: none;
  padding: 0;
}

.list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}

.list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--text);
}
