
.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-track-wrap, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-track-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* İşaret ve etiketler AYNI koordinat sisteminde olmalı: ikisi de bu sarmalın
   iç genişliğine göre yüzdeyle konumlanır. Önceden ray'e yatay margin verilmiş,
   etiketler ise flex ile eşit paylaştırılmıştı — o yüzden konum 70 işareti
   "Bol"un sağına düşüyordu. Taşma payı artık sarmalın padding'inde. */
.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-track-wrap, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-track-wrap {
  padding: 0 10px;
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-track, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-track {
  position: relative;
  height: 4px;
  margin: 6px 0;
  border-radius: 2px;
  background: var(--color-scale-track);
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-tick, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-tick {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 8px;
  transform: translate(-50%, -50%);
  background: var(--color-border);
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-marker, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-marker {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 3px var(--color-surface);
}

/* Etiketler de mutlak konumlu — her biri kendi çapasının tam üstünde. */
.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-labels, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-labels {
  position: relative;
  height: 1.35em;
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-label, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-label {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  font-family: var(--font-label);
  font-size: 10px;
  line-height: 1.3;
  white-space: nowrap;
  color: var(--color-text-muted);
  transition: color 200ms ease;
}

/* Uçtaki ikisi dışarı taşmasın: hizalamayı kenara sabitle. */
.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-label:first-child, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-label:first-child { transform: none; }
.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-label:last-child, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-label:last-child { transform: translateX(-100%); }

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-label.is-active, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-label.is-active {
  color: var(--color-text-primary);
  font-weight: 600;
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-sentence, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-sentence {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-small);
  line-height: 1.5;
  color: var(--color-text-secondary);
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-data, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-data {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-small);
  font-weight: 500;
  color: var(--color-text-primary);
}

/* Skala altindaki model-farkliligi uyarisi: okunur ama karari golgelemesin —
   skalanin kendisinden bir tik kucuk ve soluk. */
.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-note, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-note {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-label);
  line-height: 1.5;
  color: var(--color-text-muted);
  text-wrap: pretty;
}

/* ───── Büyük hâli (kalıp rehberi sekmesi) ───── */

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc--full, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc--full {
  gap: var(--space-sm);
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc--full .fsc-track-wrap, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc--full .fsc-track-wrap { padding: 0 13px; }

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc--full .fsc-track, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc--full .fsc-track {
  height: 6px;
  margin: 9px 0;
  border-radius: 3px;
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc--full .fsc-tick, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc--full .fsc-tick { height: 12px; }

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc--full .fsc-marker, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc--full .fsc-marker {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  box-shadow: 0 0 0 4px var(--color-surface), 0 2px 8px rgba(0, 0, 0, 0.12);
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc--full .fsc-label, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc--full .fsc-label { font-size: var(--text-label); }

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc--full .fsc-sentence, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc--full .fsc-sentence {
  font-size: var(--text-body);
  color: var(--color-text-primary);
}

@media (prefers-reduced-motion: reduce) {
  .cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-label, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-label { transition: none; }
}

/* ───── Kısa hüküm (kompakt görünümün tek metni) ───── */

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-verdict, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-verdict {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px var(--space-xs);
  margin: 2px 0 0;
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-verdict-icon, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-verdict-icon {
  display: inline-flex;
  font-size: 17px;
  line-height: 1;
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-verdict--true_to_size .fsc-verdict-icon, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-verdict--true_to_size .fsc-verdict-icon { color: var(--color-fit-tam); }
.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-verdict--size_up     .fsc-verdict-icon, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-verdict--size_up     .fsc-verdict-icon { color: var(--color-fit-kucuk); }
.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-verdict--size_down   .fsc-verdict-icon, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-verdict--size_down   .fsc-verdict-icon { color: var(--color-fit-buyuk); }

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-verdict-action, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-verdict-action {
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: 600;
  color: var(--color-text-primary);
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc-verdict-evidence, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc-verdict-evidence {
  font-family: var(--font-body);
  font-size: var(--text-label);
  color: var(--color-text-muted);
}

.cc_liCOqq6YcZ_TEGuzWsPB4 .fsc--full .fsc-verdict-action, .cc_liCOqq6YcZ_APfMi3FPHZ .fsc--full .fsc-verdict-action { font-size: var(--text-body-lg); }
