/**
 * LabGo Pro - UI tipografi (Faz 1)
 * Başlık/etiket/buton: BÜYÜK HARF · gövde metni: normal cümle
 */

/* Sayfa ve bölüm başlıkları */
.list-toolbar__title,
.entity-form-card__title,
.notifications-shell__title,
.banner__title,
.shell-logout-modal__title,
.confirm-modal__title,
.shell-toast__title,
.kisi-kart-modal__heading,
.list-detail-modal__heading,
.surec-detay-modal__heading,
.surec-detay-bolum__baslik,
.surec-detay-ozet__baslik,
.surec-detay-kart__tip,
.surec-detay-pdf-btn,
.surec-detay-indir,
.surec-detay-adim__tip,
.list-filter-builder__editor-title,
.profile-modal__title,
.chat-modal h2,
.form-label,
.data-table th,
.list-detail-modal__field dt,
.surec-detay-hasta__item label,
.surec-detay-adim__alan label,
.surec-detay-tablo thead th,
.surec-detay-ozet-tablo th[scope="row"],
.shell-menu__label,
.shell-submenu__label,
.shell-popup__profile-role {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Gövde / açıklama - asla zorla büyük harf yapma */
.shell-logout-modal__text,
.confirm-modal__text,
.shell-toast__message,
.list-detail-modal__wordmark,
.surec-detay-hasta__item span,
.surec-detay-adim__alan span,
.surec-detay-tablo tbody td,
.surec-detay-ozet-tablo td,
.surec-detay-not {
  text-transform: none;
  letter-spacing: normal;
}
.list-detail-modal__field dd,
.list-detail-modal__colon,
.list-detail-modal__yes,
.list-detail-modal__muted,
.profile-modal__desc,
.banner__text,
.form-input,
.form-input::placeholder,
.shell-search__input,
.shell-search__input::placeholder {
  text-transform: none;
  letter-spacing: normal;
}

/* Rozetler */
.sirketler-pill,
.klinikler-pill {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Bölüm alt başlıkları */
.profile-meta__status,
.timeline__title,
.timeline__pill,
.notifications-shell__label,
.kullanicilar-list__title,
.home-filter__label {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* İçerik hücreleri - ad, e-posta, telefon */
.kullanicilar-user-name,
.kullanicilar-user-email,
.kullanicilar-user-phone,
.kullanicilar-role,
.data-table__cell-user span:not([class*="pill"]) {
  text-transform: none;
  letter-spacing: normal;
}
