@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* SMOOTH SCROLL */
html {
  scroll-behavior: smooth !important;
}

/* EN ARKA PLAN */
.fitcas-bonus-wrapper {
  padding-top: 15px !important;
  font-family: 'Roboto', Arial, sans-serif !important;
  background: transparent !important;
  min-height: 100vh;
}

/* ANA KUTU */
.fitcas-bonus-container {
  background: rgba(0, 0, 0, 0.15) !important;
  border-radius: 18px !important;
  padding: 20px !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6) !important;
  color: #fff !important;
  position: relative !important;
}

/* GÖRSEL İLE BAŞLIK ARASI BOŞLUK YOK */
.fitcas-bonus-header {
  padding-bottom: 12px !important;
  border-bottom: 2px solid #ffd966 !important;
  text-align: center !important;
  margin-top: -25px !important;
}
.fitcas-bonus-header h1 {
  margin: 0 !important;
  font-size: 30px !important;
  color: #dfefff !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.fitcas-bonus-header p {
  margin: 6px 0 0 0 !important;
  color: #519FFF !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

/* 4 SATIR — GERÇEKTEN KÜÇÜK GÖRÜNSÜN */
.fitcas-bonus-details {
  margin-top: 12px !important;
  color: #8a92b8 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}
.fitcas-bonus-details p {
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 6px !important;
  color: #8a92b8 !important;
}
.fitcas-bonus-details p:last-child {
  margin-bottom: 0 !important;
}

/* .article içindeki p'ler için üstünlük */
.article .fitcas-bonus-details p {
  font-size: 14px !important;
  line-height: 20px !important;
}
.article p {
  font-size: 14px !important;
  line-height: 20px !important;
}

/* SPOILER */
.fitcas-spoiler {
  background: rgba(0, 0, 0, 0.15) !important;
  border-radius: 8px !important;
  margin: 10px 0 !important;
  overflow: hidden !important;
  position: relative !important;
}
.fitcas-spoiler:hover {
  background: rgba(0, 0, 0, 0.25) !important;
}
.fitcas-spoiler[open] {
  background: rgba(0, 0, 0, 0.15) !important;
}

/* SUMMARY */
.fitcas-spoiler summary {
  padding: 12px 10px !important;
  list-style: none !important;
  cursor: pointer !important;
  font-size: 14.5px !important;
  color: #519FFF !important;
  font-weight: 700 !important;
  user-select: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  position: relative !important;
  overflow: hidden !important;
  -webkit-tap-highlight-color: transparent !important;
}
.fitcas-spoiler summary::-webkit-details-marker,
.fitcas-spoiler summary::marker {
  display: none !important;
}

/* ♠ SEMBOLÜ — DÖNÜYOR */
.fitcas-spoiler summary::before {
  content: "♠" !important;
  font-size: 17px !important;
  color: #519FFF !important;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease !important;
  display: inline-block !important;
  transform-origin: center !important;
  vertical-align: middle !important; /* Hizalamayı düzelt */
  margin-right: 5px !important; /* Metinle arayı ayarla */
}
.fitcas-spoiler[open] summary::before {
  transform: rotate(180deg) !important;
  color: #80C1FF !important;
}
.fitcas-spoiler:hover summary::before {
  color: #80C1FF !important;
}

/* AÇIKKEN HOVER */
.fitcas-spoiler[open]:hover {
  background: rgba(0, 0, 0, 0.25) !important;
}
.fitcas-spoiler[open]:hover summary::before,
.fitcas-spoiler[open]:hover .fitcas-spoiler-content ul li::before {
  color: #80C1FF !important;
}

/* PARILTMA */
.fitcas-spoiler summary::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(80, 193, 255, 0.3), transparent 60%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.4s ease !important;
}
.fitcas-spoiler summary:active::after {
  opacity: 1 !important;
}

/* İÇERİK */
.fitcas-spoiler-content {
  max-height: 0 !important;
  overflow: hidden !important;
  padding: 0 10px !important;
  opacity: 0 !important;
  transition: 
    max-height 0.7s cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 0.5s ease,
    padding 0.7s ease !important;
}
.fitcas-spoiler[open] .fitcas-spoiler-content {
  max-height: 2000px !important;
  opacity: 1 !important;
  padding: 14px 10px !important;
  padding-top: 10px !important;
}

/* LİSTE — ♤ SEMBOLÜ */
.fitcas-spoiler-content ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.fitcas-spoiler-content ul li {
  margin: 8px 0 !important;
  color: #a9b1d6 !important;
  font-size: 13.5px !important;
  line-height: 20px !important;
  position: relative !important;
  padding-left: 24px !important; /* İkon için boşluk */
}
.fitcas-spoiler-content ul li::before {
  content: "♤" !important;
  color: #519FFF !important;
  position: absolute !important;
  left: 0 !important;
  font-size: 17px !important;
  transition: color 0.3s ease !important;
  vertical-align: baseline !important; /* Metin tabanına hiza */
  top: 0 !important; /* Başlangıç noktasından sıfırla */
  transform: none !important; /* Önceki transform'u kaldır */
}
.fitcas-spoiler:hover .fitcas-spoiler-content ul li::before {
  color: #80C1FF !important;
}

/* BUTONLAR — YAZI ORTALANDI */
.fitcas-bonus-buttons {
  margin-top: 20px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
}
.fitcas-bonus-buttons a {
  position: relative !important;
  overflow: hidden !important;
  padding: 12px 28px !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  background-color: #519FFF !important;
  color: #fff !important;
  text-decoration: none !important;
  flex: 1 1 140px !important;
  min-width: 140px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 12px rgba(81, 159, 255, 0.3) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.fitcas-bonus-buttons a:hover {
  background-color: #80C1FF !important;
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow: 0 12px 24px rgba(80, 193, 255, 0.5) !important;
}
.fitcas-bonus-buttons a:active {
  transform: translateY(-2px) scale(0.98) !important;
}

/* OK YOK */
.fitcas-bonus-buttons a::after,
.fitcas-bonus-buttons a::before {
  content: none !important;
  display: none !important;
}

/* MOBİL */
@media (max-width: 768px) {
  .fitcas-bonus-container {
    padding: 15px !important;
    max-width: 100 !important;
    margin: 0 10px !important;
  }
  .fitcas-bonus-header {
    margin-top: -20px !important;
  }
  .fitcas-bonus-header h1 { 
    font-size: 22px !important; 
    letter-spacing: 0.8px !important;
  }
  .fitcas-bonus-header p { 
    font-size: 14px !important; 
    font-weight: 700 !important;
  }
  .fitcas-bonus-details { 
    font-size: 12px !important; /* Mobil için uyum */
    line-height: 18px !important; 
  }
  .fitcas-spoiler summary { 
    font-size: 14px !important;
    padding: 10px 8px !important;
  }
  .fitcas-spoiler-content ul li {
    font-size: 13px !important;
    line-height: 19px !important;
    padding-left: 24px !important;
  }
  .fitcas-bonus-buttons a {
    font-size: 14px !important;
  }
}

/* ALT MADDELER (Sub Item) STİLİ */

.fitcas-spoiler-content ul li.sub {
  margin-left: 18px !important;
  color: #aeb6d8 !important;
  font-size: 13px !important;
  line-height: 19px !important;
  position: relative !important;
  padding-left: 22px !important;
}

.fitcas-spoiler-content ul li.sub::before {
  content: "♤" !important;
  color: #519FFF !important;
  position: absolute !important;
  left: 0 !important;
  font-size: 12px !important;
  opacity: 0.8 !important;
  transition: color 0.3s ease, opacity 0.3s ease !important;
}



/* Uzay */

.fitcas-wheel-details ul li
{
  list-style:none;
}


.fitcas-wheel-details ul li::before {
  content: "♤";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  color: #519fff;
  transition: transform 0.5s ease;
}
.fitcas-wheel-details ul li:hover::before {
  transform: translateY(-50%) rotate(90deg);
}




@media (min-width: 768px) {
    .content__main .tournament__cover {
        margin-top: -25px;
    }
}

.content__main .tournament__cover {
    margin-bottom: 10px;
}