
/* TatProfili — §4.4 item 3, restyled as brine tubes (Salamura Camı 2026-07-24).
 * Each axis is a glass tube filled with brine to its 0–3 level: green for
 * Kıtırlık/Ekşilik, turp-pink for Acılık, with a meniscus tip, ⅓/⅔ ticks and
 * a numeric readout. Fill is a meaning-bearing indicator → salamura 7.31:1 /
 * turp ≥3:1 on the light track (§4.1). Row aria-label carries the value; the
 * visual is aria-hidden. */

.cc_aEBpe1wkQX_PMo8xkzIjX .tat-profili, .cc_aEBpe1wkQX_APfMi3FPHZ .tat-profili {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cc_aEBpe1wkQX_PMo8xkzIjX .tat-profili__satir, .cc_aEBpe1wkQX_APfMi3FPHZ .tat-profili__satir {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cc_aEBpe1wkQX_PMo8xkzIjX .tat-profili__etiket, .cc_aEBpe1wkQX_APfMi3FPHZ .tat-profili__etiket {
  min-width: 4.5rem;
  font-family: var(--font-body);
  font-size: var(--text-small);
  line-height: 1.4;
  color: var(--murekkep-2);
}

.cc_aEBpe1wkQX_PMo8xkzIjX .tat-profili__tup, .cc_aEBpe1wkQX_APfMi3FPHZ .tat-profili__tup {
  position: relative;
  flex: 1 1 auto;
  height: 0.625rem;
  border-radius: var(--r-hap);
  background: linear-gradient(to bottom, rgba(46, 91, 51, 0.14), rgba(255, 255, 255, 0.3));
  box-shadow: inset 0 1px 2px rgba(32, 48, 30, 0.18);
  overflow: hidden;
}

.cc_aEBpe1wkQX_PMo8xkzIjX .tat-profili__dolgu, .cc_aEBpe1wkQX_APfMi3FPHZ .tat-profili__dolgu {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: var(--r-hap);
  background: var(--salamura-dolgu);
  transition: width var(--sure-yavas) var(--gecis);
}

/* meniscus tip at the brine's leading edge */
.cc_aEBpe1wkQX_PMo8xkzIjX .tat-profili__dolgu::after, .cc_aEBpe1wkQX_APfMi3FPHZ .tat-profili__dolgu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.3125rem;
  border-radius: var(--r-hap);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8));
}

.cc_aEBpe1wkQX_PMo8xkzIjX .tat-profili__dolgu--aci, .cc_aEBpe1wkQX_APfMi3FPHZ .tat-profili__dolgu--aci {
  background: var(--turp-dolgu);
}

.cc_aEBpe1wkQX_PMo8xkzIjX .tat-profili__cizik, .cc_aEBpe1wkQX_APfMi3FPHZ .tat-profili__cizik {
  position: absolute;
  top: 0.125rem;
  bottom: 0.125rem;
  width: 1px;
  background: rgba(32, 48, 30, 0.14);
}

.cc_aEBpe1wkQX_PMo8xkzIjX .tat-profili__deger, .cc_aEBpe1wkQX_APfMi3FPHZ .tat-profili__deger {
  min-width: 1.75rem;
  text-align: right;
  font-family: var(--font-body);
  font-size: var(--text-label);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--murekkep-2);
}

.cc_aEBpe1wkQX_PMo8xkzIjX .toast, .cc_aEBpe1wkQX_APfMi3FPHZ .toast {
  position: fixed;
  left: 50%;
  bottom: calc(1rem + env(safe-area-inset-bottom));
  z-index: var(--z-overlay);
  width: min(24rem, calc(100vw - 2rem));
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--kagit);
  border: 1px solid var(--cizgi-kontrol);
  border-radius: var(--r-kart);
  box-shadow: var(--golge-ust);
  font-family: var(--font-body);
  font-size: var(--text-small);
  color: var(--murekkep);
  opacity: 0;
  transform: translate(-50%, 0.75rem);
  transition:
    transform var(--sure) var(--gecis),
    opacity var(--sure) var(--gecis);
}

.cc_aEBpe1wkQX_PMo8xkzIjX .toast--open, .cc_aEBpe1wkQX_APfMi3FPHZ .toast--open {
  opacity: 1;
  transform: translate(-50%, 0);
}

.cc_aEBpe1wkQX_PMo8xkzIjX .toast__icon, .cc_aEBpe1wkQX_APfMi3FPHZ .toast__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem; /* sizes TikSVG via .ikon (1em) */
  color: var(--salamura);
}

.cc_aEBpe1wkQX_PMo8xkzIjX .toast__message, .cc_aEBpe1wkQX_APfMi3FPHZ .toast__message {
  margin: 0;
  flex: 1;
  min-width: 0;
  line-height: 1.4;
}

.cc_aEBpe1wkQX_PMo8xkzIjX .toast__action, .cc_aEBpe1wkQX_APfMi3FPHZ .toast__action {
  flex-shrink: 0;
  padding: 0.25rem;
  background: none;
  border: none;
  border-radius: var(--r-kontrol);
  font-family: var(--font-body);
  font-size: var(--text-small);
  font-weight: 600;
  color: var(--salamura);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color var(--sure-hizli) var(--gecis);
}

.cc_aEBpe1wkQX_PMo8xkzIjX .toast__action:hover, .cc_aEBpe1wkQX_APfMi3FPHZ .toast__action:hover {
  color: var(--salamura-koyu);
  text-decoration: underline;
}

.cc_aEBpe1wkQX_PMo8xkzIjX .toast__close, .cc_aEBpe1wkQX_APfMi3FPHZ .toast__close {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: var(--r-kontrol);
  color: var(--murekkep-soluk);
  font-size: 1rem; /* sizes CarpiSVG via .ikon (1em) */
  cursor: pointer;
  transition:
    background-color var(--sure-hizli) var(--gecis),
    color var(--sure-hizli) var(--gecis);
}

.cc_aEBpe1wkQX_PMo8xkzIjX .toast__close:hover, .cc_aEBpe1wkQX_APfMi3FPHZ .toast__close:hover {
  background-color: var(--kagit-2);
  color: var(--murekkep);
}
