/* Oyuncu rehberi sayfalari icin ortak, hafif koyu zemin. */
body.guide-dark-page {
  color: #dbe2ea;
  background: #0d1116 !important;
}
body.guide-dark-page main {
  min-height: 680px;
  background: radial-gradient(circle at 50% 0,rgba(72,84,99,.18),transparent 38%),linear-gradient(180deg,#14191f 0,#0d1116 58%,#10141a 100%) !important;
}
body.guide-dark-page .breadcrumb-area,
body.guide-dark-page .breadcrumb-bg {
  background: radial-gradient(circle at 18% 12%,rgba(138,35,25,.42),transparent 34%),radial-gradient(circle at 82% 0,rgba(191,118,39,.16),transparent 30%),linear-gradient(135deg,#151a20,#0d1116 66%,#171117) !important;
  border-bottom: 1px solid #303946 !important;
}
body.guide-dark-page .breadcrumb-area::before,
body.guide-dark-page .breadcrumb-bg::before { opacity: .12 !important; }
body.guide-dark-page .breadcrumb-content h2 { color: #f3f5f7 !important; text-shadow: none !important; }
body.guide-dark-page .breadcrumb-content h2 span { color: #ee7b45 !important; }
body.guide-dark-page .breadcrumb-item,
body.guide-dark-page .breadcrumb-item a { color: #9ea8b5 !important; }
body.guide-dark-page .latest-mat3ch-area,
body.guide-dark-page .latest-match-bg,
body.guide-dark-page .third-about-area,
body.guide-dark-page .third-about-bg {
  background: transparent !important;
}
body.guide-dark-drop-search .ds-drop-page {
  --ch-bg:#0d1116;
  --ch-surface:#171d24;
  --ch-surface-2:#202730;
  --ch-border:#303946;
  --ch-text:#e8edf2;
  --ch-muted:#929dab;
}
body.guide-dark-drop-search .ch-card {
  background: linear-gradient(145deg,#1b222a,#131920) !important;
  border-color: #303946 !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.28) !important;
}
body.guide-dark-drop-search .ch-card__head { background: linear-gradient(90deg,#282127,#171d24 75%) !important; }
body.guide-dark-starter-items .si-tabs,
body.guide-dark-starter-items .inv-outer { box-shadow: 0 15px 38px rgba(0,0,0,.3); }
@media (max-width: 767px) {
  body.guide-dark-page main { min-height: 560px; }
}
