/* Filter layer: slim N30N sidebar inspired by the reference mockup. */
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-hidden-control {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-layout {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
}

.n30n-quest-deals.n30n-qd-rest-shell.n30n-qd-filter-collapsed .n30n-qd-layout {
  grid-template-columns: minmax(0, 1fr) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell:not(.n30n-qd-filter-collapsed) .n30n-qd-layout {
  min-height: clamp(760px, 78vh, 1040px) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell.n30n-qd-filter-collapsed .n30n-qd-filter-panel {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(-16px) scale(.985) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-panel {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 30 !important;
  width: min(326px, calc(100vw - 42px)) !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 12px 12px 18px !important;
  border: 1px solid rgba(0, 229, 255, .46) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(5, 10, 28, .985), rgba(4, 8, 22, .992)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .025),
    0 20px 70px rgba(0, 0, 0, .72),
    0 0 36px rgba(0, 229, 255, .30),
    0 0 34px rgba(255, 43, 214, .24) !important;
  opacity: 1 !important;
  transform: translateX(0) scale(1) !important;
  transition: opacity .16s ease, transform .16s ease !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-panel-head {
  display: flex !important;
  align-items: start !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin: 0 0 7px !important;
  padding: 0 0 7px !important;
  border-bottom: 1px solid rgba(0, 229, 255, .30) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-panel-head span {
  display: block !important;
  margin: 0 0 3px !important;
  color: var(--n30n-qd-magenta) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-panel-head strong {
  display: block !important;
  max-width: 222px !important;
  color: var(--n30n-qd-soft) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-close {
  width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 43, 214, .36) !important;
  border-radius: 8px !important;
  background: rgba(255, 43, 214, .08) !important;
  color: #ff9cef !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-section {
  margin: 0 !important;
  padding: 9px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 229, 255, .10) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-section:last-of-type {
  border-bottom: 0 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-section h4,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-section summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  margin: 0 0 8px !important;
  color: var(--n30n-qd-cyan) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-section h4 small {
  min-width: 56px !important;
  padding: 4px 8px !important;
  border: 1px solid rgba(0, 229, 255, .14) !important;
  border-radius: 5px !important;
  background: rgba(13, 31, 76, .38) !important;
  color: var(--n30n-qd-soft) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-content-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-content-grid button {
  min-width: 0 !important;
  min-height: 39px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto !important;
  column-gap: 0 !important;
  align-items: center !important;
  justify-items: center !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(0, 229, 255, .28) !important;
  border-radius: 7px !important;
  background: rgba(7, 14, 38, .54) !important;
  color: var(--n30n-qd-soft) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-content-grid button:first-child {
  grid-column: 1 / -1 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-content-grid button span {
  display: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-content-grid button strong,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-content-grid button small {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-content-grid button strong {
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1 !important;
  text-align: center !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-content-grid button small {
  display: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-content-grid button:hover,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-content-grid button.is-active {
  border-color: rgba(255, 43, 214, .74) !important;
  background: linear-gradient(135deg, rgba(255, 43, 214, .14), rgba(0, 229, 255, .08)) !important;
  box-shadow: 0 0 18px rgba(255, 43, 214, .18), 0 0 14px rgba(0, 229, 255, .12) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell input[type="range"][data-range] {
  width: 100% !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  accent-color: var(--n30n-qd-magenta) !important;
  cursor: pointer !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-dual-range {
  position: relative !important;
  height: 26px !important;
  margin: 0 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-dual-range-track {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 11px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.14) 0,
      rgba(255,255,255,.14) var(--n30n-range-start, 0%),
      var(--n30n-qd-cyan) var(--n30n-range-start, 0%),
      var(--n30n-qd-magenta) var(--n30n-range-end, 100%),
      rgba(255,255,255,.14) var(--n30n-range-end, 100%),
      rgba(255,255,255,.14) 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 229, 255, .12), 0 0 14px rgba(0, 229, 255, .12) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-dual-range input[type="range"][data-range] {
  position: absolute !important;
  inset: 0 !important;
  height: 26px !important;
  pointer-events: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-dual-range input[type="range"][data-range]::-webkit-slider-runnable-track {
  background: transparent !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-dual-range input[type="range"][data-range]::-moz-range-track,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-dual-range input[type="range"][data-range]::-moz-range-progress {
  background: transparent !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-dual-range input[type="range"][data-range]::-webkit-slider-thumb {
  pointer-events: auto !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-dual-range input[type="range"][data-range]::-moz-range-thumb {
  pointer-events: auto !important;
}

.n30n-quest-deals.n30n-qd-rest-shell input[type="range"][data-range]::-webkit-slider-runnable-track {
  height: 5px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--n30n-qd-cyan) 0, var(--n30n-qd-magenta) var(--n30n-range-pct, 0%), rgba(255, 255, 255, .14) var(--n30n-range-pct, 0%), rgba(255, 255, 255, .14) 100%) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell input[type="range"][data-range]::-webkit-slider-thumb {
  width: 15px !important;
  height: 15px !important;
  margin-top: -5px !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  background: var(--n30n-qd-magenta) !important;
  box-shadow: 0 0 12px rgba(255, 43, 214, .65) !important;
  -webkit-appearance: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell input[type="range"][data-range]::-moz-range-track {
  height: 5px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .14) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell input[type="range"][data-range]::-moz-range-progress {
  height: 5px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--n30n-qd-cyan), var(--n30n-qd-magenta)) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell input[type="range"][data-range]::-moz-range-thumb {
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  background: var(--n30n-qd-magenta) !important;
  box-shadow: 0 0 12px rgba(255, 43, 214, .65) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-ticks {
  position: relative !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 4px !important;
  margin-top: 3px !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(0, 229, 255, .14) !important;
  color: rgba(219, 230, 255, .54) !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-ticks::before,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-ticks::after {
  position: absolute !important;
  top: 0 !important;
  color: rgba(0, 229, 255, .72) !important;
  font-size: 9px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-ticks::before {
  content: "von" !important;
  left: 0 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-ticks::after {
  content: "bis" !important;
  right: 0 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-ticks span {
  min-width: 0 !important;
  white-space: nowrap !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-ticks span:first-child,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-ticks span:last-child {
  color: var(--n30n-qd-soft) !important;
  font-weight: 900 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-price-ticks {
  display: block !important;
  height: 24px !important;
  padding-top: 12px !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-price-ticks span {
  position: absolute !important;
  top: 12px !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-price-ticks span:nth-child(1) {
  left: 0 !important;
  transform: none !important;
  text-align: left !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-price-ticks span:nth-child(2) {
  left: 25% !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-price-ticks span:nth-child(3) {
  left: 50% !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-price-ticks span:nth-child(4) {
  left: 75% !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-price-ticks span:nth-child(5) {
  right: 0 !important;
  transform: none !important;
  text-align: right !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-toggle-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-toggle-list label {
  min-width: 0 !important;
  min-height: 27px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  color: var(--n30n-qd-soft) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-toggle-list label span {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-check {
  min-width: 0 !important;
  min-height: 27px !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  color: var(--n30n-qd-soft) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-toggle-list label span::before {
  content: attr(data-icon) !important;
  flex: 0 0 26px !important;
  width: 26px !important;
  height: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(0, 229, 255, .32) !important;
  border-radius: 4px !important;
  color: var(--n30n-qd-cyan) !important;
  font-size: 9px !important;
  font-weight: 950 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-toggle-list input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-check input {
  width: 16px !important;
  height: 16px !important;
  margin: 0 6px 0 0 !important;
  accent-color: var(--n30n-qd-cyan) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-toggle-list i {
  width: 32px !important;
  height: 18px !important;
  border: 1px solid rgba(0, 229, 255, .28) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .10) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-toggle-list i::before {
  content: "" !important;
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  margin: 2px !important;
  border-radius: 50% !important;
  background: rgba(219, 230, 255, .72) !important;
  transition: transform .14s ease, background .14s ease, box-shadow .14s ease !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-toggle-list input:checked + i {
  border-color: rgba(0, 229, 255, .82) !important;
  background: rgba(0, 229, 255, .20) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-toggle-list input:checked + i::before {
  transform: translateX(14px) !important;
  background: var(--n30n-qd-cyan) !important;
  box-shadow: 0 0 12px rgba(0, 229, 255, .72) !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-section details,
.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-section summary {
  min-width: 0 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell details.n30n-qd-filter-section > summary {
  margin: 0 !important;
  list-style: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell details.n30n-qd-filter-section > summary::-webkit-details-marker {
  display: none !important;
}

.n30n-quest-deals.n30n-qd-rest-shell details.n30n-qd-filter-section > summary::after {
  content: "+" !important;
  color: var(--n30n-qd-magenta) !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell details.n30n-qd-filter-section[open] > summary::after {
  content: "-" !important;
}

.n30n-quest-deals.n30n-qd-rest-shell details.n30n-qd-filter-section > .n30n-qd-check,
.n30n-quest-deals.n30n-qd-rest-shell details.n30n-qd-filter-section > button {
  margin-top: 8px !important;
}

.n30n-quest-deals.n30n-qd-rest-shell details.n30n-qd-filter-section > button {
  width: 100% !important;
  min-height: 30px !important;
  padding: 0 9px !important;
  border: 1px solid rgba(0, 229, 255, .22) !important;
  border-radius: 7px !important;
  background: rgba(7, 14, 38, .64) !important;
  color: var(--n30n-qd-soft) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.n30n-quest-deals.n30n-qd-rest-shell details.n30n-qd-filter-section > button:hover,
.n30n-quest-deals.n30n-qd-rest-shell details.n30n-qd-filter-section > button.is-active {
  border-color: rgba(0, 229, 255, .66) !important;
  color: #fff !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-panel-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: 12px !important;
  padding-bottom: 4px !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-panel-actions button {
  min-height: 36px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(0, 229, 255, .30) !important;
  border-radius: 8px !important;
  background: rgba(0, 229, 255, .08) !important;
  color: var(--n30n-qd-soft) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

.n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-panel-actions button:last-child {
  border-color: rgba(255, 43, 214, .46) !important;
  background: rgba(255, 43, 214, .11) !important;
  color: #fff !important;
}

@media (min-width: 901px) {
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-panel::-webkit-scrollbar {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-layout {
    grid-template-columns: 1fr !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell:not(.n30n-qd-filter-collapsed) .n30n-qd-layout {
    min-height: 0 !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-panel {
    position: fixed !important;
    z-index: 10000 !important;
    inset: 14px auto 14px 14px !important;
    width: min(360px, calc(100vw - 28px)) !important;
    max-height: calc(100vh - 28px) !important;
    overflow: auto !important;
    transform: translateX(-115%) !important;
    transition: transform .18s ease !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-panel.is-open {
    transform: translateX(0) !important;
  }

  .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-filter-backdrop:not([hidden]) {
    position: fixed !important;
    z-index: 9999 !important;
    inset: 0 !important;
    display: block !important;
    background: rgba(2, 4, 14, .62) !important;
    backdrop-filter: blur(5px) !important;
  }
}
