/* ── Brent Fiyat Tahmin Slider ── */
.brent-section {
  margin-top: 16px; padding: 16px;
  background: rgba(255,255,255,.55); backdrop-filter: blur(6px);
  border: 1px solid var(--border); border-radius: 12px;
}
.brent-section h3 {
  font-family: var(--serif); font-size: 15px; color: var(--text); margin-bottom: 14px;
}
.brent-display { text-align: center; margin-bottom: 14px; }
.brent-price {
  font-family: var(--serif); font-size: 44px; font-weight: 600;
  display: block; line-height: 1.1;
}
.brent-band {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  display: inline-block; padding: 4px 12px; border-radius: 10px; margin-top: 6px;
  letter-spacing: .5px;
}
.band-green { background: var(--green-bg); color: var(--green); }
.band-amber { background: var(--amber-bg); color: var(--amber); }
.band-red { background: var(--red-bg); color: var(--red); }
.band-darkred { background: rgba(184,58,58,.08); color: #a03030; }

.brent-slider-row { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.brent-slider-row span { font-size: 11px; color: var(--text3); flex-shrink: 0; }
.brent-slider-row input[type=range] {
  flex: 1; height: 6px; -webkit-appearance: none; appearance: none;
  background: linear-gradient(to right, var(--green), var(--amber) 35%, var(--red) 65%, #8b2020);
  border-radius: 3px; outline: none;
}
.brent-slider-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%;
  background: #fff; border: 3px solid var(--bg2);
  cursor: pointer; box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
.brent-slider-row input[type=range]::-moz-range-thumb {
  width: 26px; height: 26px; border-radius: 50%;
  background: #fff; border: 3px solid var(--bg2);
  cursor: pointer; box-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.brent-actors { margin-top: 4px; }
.brent-actor {
  font-size: 13px; color: var(--text2); padding: 8px 0;
  border-bottom: 1px solid var(--border); line-height: 1.55;
}
.brent-actor:last-child { border-bottom: none; }
.brent-actor strong { color: var(--text); font-weight: 600; }
.brent-econ-text {
  font-size: 12px; color: var(--text3); margin-top: 10px;
  padding-top: 10px; border-top: 1px solid var(--border);
  font-style: italic;
}

/* ── Gun Secim Slider ── */
.days-panel {
  margin-top: 16px; padding: 14px 16px; text-align: center;
  background: rgba(255,255,255,.55); backdrop-filter: blur(6px);
  border: 1px solid var(--border); border-radius: 12px;
}
.days-panel h3 {
  font-family: var(--serif); font-size: 14px; color: var(--text2); margin-bottom: 8px;
}
.days-display {
  font-family: var(--serif); font-size: 32px; font-weight: 600;
  color: var(--text); margin-bottom: 10px;
}
.days-slider-row { display: flex; align-items: center; gap: 10px; }
.days-slider-row span { font-size: 11px; color: var(--text3); flex-shrink: 0; }
.days-slider-row input[type=range] {
  flex: 1; height: 6px; -webkit-appearance: none; appearance: none;
  background: linear-gradient(to right, var(--blue), var(--amber) 50%, var(--red));
  border-radius: 3px; outline: none;
}
.days-slider-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%;
  background: #fff; border: 3px solid var(--bg2);
  cursor: pointer; box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
.days-slider-row input[type=range]::-moz-range-thumb {
  width: 26px; height: 26px; border-radius: 50%;
  background: #fff; border: 3px solid var(--bg2);
  cursor: pointer; box-shadow: 0 2px 10px rgba(0,0,0,.4);
}
