.sort-option.active { color: #ffffff; background: #1c1c1f; }
.sort-option.active::after { content: '✓'; float: right; opacity: 0.6; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #000000; }
::-webkit-scrollbar-thumb { background: #2e2e33; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #44444a; }
.range-slider { position: relative; height: 6px; background: #2e2e33; border-radius: 4px; margin-top: 18px; margin-bottom: 28px; }
.range-track { position: absolute; height: 100%; background: #ffffff; border-radius: 4px; }
.range-input { position: absolute; width: 100%; -webkit-appearance: none; background: none; pointer-events: none; top: -6px; outline: none; }
.range-input::-webkit-slider-thumb { pointer-events: auto; -webkit-appearance: none; width: 18px; height: 18px; background: #fff; border: 2px solid #000000; border-radius: 50%; cursor: pointer; box-shadow: 0 0 0 1px #2e2e33; }
.quest-card.is-hidden { display: none !important; }