.reflection ul li::marker{
  color:var(--gold);
}
input:not(:placeholder-shown),
textarea:not(:placeholder-shown),
select:has(option:checked){
  border-color:rgba(212,175,55,.6);
  background:linear-gradient(180deg,#fff,rgba(212,175,55,.05));
}
input[type=range]::-webkit-slider-runnable-track{
  background:linear-gradient(
    90deg,
    #f4d47c,
    #d4af37,
    #b9962e
  );
  height:4px;
  border-radius:4px;
}