/* Tryr Try-on (2026-09-26). Müzik stüdyosunun kabuğu ve belirteçleri üstüne
   try-on'a özgü iki parça: ürün "stil föyü" (kategori başına bir satır) ve
   canlı kadraj (cevaplardan kurulan kişi özeti, üretilecek karenin oranında). */

.t-bolum-bas { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.t-bolum-bas .m-etiket { margin-bottom: 4px; }
.t-sayac-dolu { color: var(--accent-dark); font-weight: 700; }
.t-ipucu-genel { margin: 0 0 12px; font-size: 13.5px; line-height: 1.45; color: var(--ink-soft); }

/* ── Stil föyü ───────────────────────────────────────────────────────── */
.t-foy { border: 1px solid var(--rule); border-radius: 14px; overflow: hidden; background: #fff; }
.t-satir { padding: 12px 14px; border-top: 1px solid var(--rule); transition: background .15s; }
.t-satir:first-child { border-top: 0; }
.t-satir.t-surukle { background: var(--accent-soft); }
.t-satir-bas { display: flex; align-items: center; gap: 12px; }
.t-satir-simge { width: 26px; height: 26px; flex: none; fill: none; stroke: var(--muted); stroke-width: 1.4; stroke-linejoin: round; stroke-linecap: round; }
.t-satir-dolu .t-satir-simge { stroke: var(--ink); }
.t-satir-ad { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.t-satir-ad b { font-size: 14.5px; line-height: 1.3; }
.t-satir-ipucu { font-size: 12.5px; line-height: 1.35; color: var(--muted); }
.t-satir-sayi {
  flex: none; min-width: 26px; height: 26px; padding: 0 8px; box-sizing: border-box; border-radius: 99px;
  display: grid; place-items: center; background: var(--ink); color: #fff; font-size: 12.5px; font-weight: 700;
  font-variant-numeric: tabular-nums;
}
/* Gövde: önce tüm açılar (satırlara sarar, gizli görsel kalmaz), altında düğmeler. */
.t-satir-govde { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 10px 0 0 38px; min-width: 0; }
.t-satir-govde .t-serit { flex: 1 1 100%; }
.t-serit { list-style: none; margin: 0; padding: 7px 7px 2px 0; display: flex; flex-wrap: wrap; gap: 8px 6px; min-width: 0; }
.t-serit li { position: relative; flex: none; width: 52px; height: 64px; border-radius: 8px; border: 1px solid var(--rule); background: var(--paper); }
.t-serit img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 7px; }
.t-serit li.t-bekliyor img { opacity: .45; }
.t-serit li.t-bekliyor::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 16px; margin: -8px 0 0 -8px; border: 2px solid var(--rule); border-top-color: var(--ink); border-radius: 50%; animation: t-don .8s linear infinite; }
/* Küçük görsel, 44 px dokunma alanı; köşeye taşar, ürünü örtmez. */
.t-sil { position: absolute; top: -7px; right: -7px; width: 26px; height: 26px; padding: 0; border: 1px solid var(--rule); border-radius: 50%; background: #fff; color: var(--ink); font-size: 14px; line-height: 1; cursor: pointer; box-shadow: 0 1px 3px rgba(14,19,32,.18); }
.t-sil::after { content: ""; position: absolute; inset: -9px; }
.t-sil:focus-visible { outline: 2px solid var(--ink); outline-offset: 1px; }
.t-ekle {
  position: relative; flex: none; display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 12px;
  border: 1.5px dashed var(--muted); border-radius: 10px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 700; cursor: pointer;
}
.t-ekle input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.t-ekle:hover { border-color: var(--ink); }
.t-ekle:has(input:focus-visible) { outline: 2px solid var(--ink); outline-offset: 2px; }
.t-ekle.t-pasif { opacity: .45; cursor: not-allowed; }
.t-ekle.t-pasif input { cursor: not-allowed; }
/* ── Linkten ekle ────────────────────────────────────────────────────── */
.t-link-dugme {
  flex: none; display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 12px; border: 1.5px solid var(--edge); border-radius: 10px;
  background: #fff; color: var(--ink); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer;
}
.t-link-dugme:hover, .t-link-dugme.t-acik { border-color: var(--ink); }
.t-link-dugme:disabled { opacity: .45; cursor: not-allowed; }
.t-link-dugme:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.t-kaynak { display: flex; gap: 4px; margin: 6px 0 0 38px; font-size: 12.5px; color: var(--muted); min-width: 0; }
.t-kaynak-ad { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.t-kaynak-alan { flex: none; white-space: nowrap; }
.t-link { margin: 10px 0 0 38px; padding: 12px; border-radius: 12px; background: var(--paper); }
.t-link-form { display: flex; gap: 8px; }
.t-link-form input {
  flex: 1; min-width: 0; height: 44px; box-sizing: border-box; padding: 0 12px; font: inherit; font-size: 14px;
  border: 1px solid var(--edge); border-radius: 10px; background: #fff; color: var(--ink);
}
.t-link-form input:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(14,19,32,.08); }
.t-link-form input[aria-invalid="true"] { border-color: var(--accent-dark); }
/* Sabit genişlik: "Okunuyor…" / "Ekleniyor…" durumunda yandaki düğme kaymasın. */
.t-link-getir { flex: none; min-width: 112px; padding: 0 14px; }
/* Varyasyon paneli açık kart satırı uzatmasın; yan kart kendi boyunda kalır. */
.t-sonuc:has(.t-vary) { align-self: start; }
.t-link-ekle { min-width: 156px; }
.t-gizli { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.t-link-hata { margin: 8px 0 0; font-size: 13px; color: var(--accent-dark); }
.t-link-baslik { margin: 12px 0 2px; font-size: 13.5px; font-weight: 700; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.t-link-not { margin: 8px 0 0; font-size: 12.5px; color: var(--muted); }
.t-link-baslik + .t-link-not { margin-top: 0; }
.t-link-izgara { display: grid; grid-template-columns: repeat(auto-fill, minmax(64px, 1fr)); gap: 6px; margin-top: 10px; }
.t-link-gorsel { position: relative; aspect-ratio: 4 / 5; border-radius: 8px; overflow: hidden; background: #fff; border: 1.5px solid var(--rule); cursor: pointer; }
.t-link-gorsel img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity .15s; }
.t-link-gorsel input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; z-index: 1; }
.t-link-tik { position: absolute; top: 4px; right: 4px; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 800; background: #fff; color: transparent; border: 1.5px solid var(--edge); }
.t-link-gorsel:has(input:checked) { border-color: var(--accent); }
.t-link-gorsel:has(input:checked) .t-link-tik { background: var(--accent); border-color: var(--accent); color: #fff; }
.t-link-gorsel:has(input:not(:checked)) img { opacity: .5; }
.t-link-gorsel:has(input:focus-visible) { outline: 2px solid var(--ink); outline-offset: 2px; }
.t-link-gorsel.t-kirik { display: none; }
.t-link-iskelet { aspect-ratio: 4 / 5; border-radius: 8px; background: linear-gradient(90deg, #eceef3, #f7f8fb, #eceef3); background-size: 200% 100%; animation: m-parilti 1.4s linear infinite; }
.t-link-alt { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.t-link-vazgec { min-height: 44px; padding: 0 12px; border: 0; background: none; font: inherit; font-size: 13.5px; font-weight: 700; color: var(--ink-soft); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.t-link-kalan { font-size: 12.5px; color: var(--accent-dark); }
.t-ekle-simge { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

/* ── Kadraj ──────────────────────────────────────────────────────────── */
.t-kadraj-duzen { display: grid; grid-template-columns: 148px minmax(0, 1fr); gap: 16px; align-items: stretch; }
/* Sahne: sabit kare alan; içindeki çerçeve seçilen oranı alır. */
.t-kadraj-sahne {
  height: 148px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: var(--paper);
}
.t-kadraj {
  max-width: 132px; max-height: 132px; overflow: hidden; border-radius: 6px; background: #fff;
  box-shadow: 0 0 0 1px rgba(14,19,32,.2), 0 4px 12px rgba(14,19,32,.08);
  transition: aspect-ratio .25s ease, width .25s ease, height .25s ease;
}
.t-kadraj img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; display: block; }
.t-kadraj-yan { display: flex; flex-direction: column; justify-content: space-between; gap: 12px; min-width: 0; }
.t-secili { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.t-secili-bilgi { display: flex; flex-direction: column; min-width: 0; }
.t-secili-bilgi b, .t-secili-bilgi span { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.t-secili-bilgi b[hidden], .t-secili-bilgi span[hidden] { display: none; }
/* Kutunun yüksekliği en uzun hâle göre sabit (başlık 2 + 3 satır): cevap
   seçilince özet uzayıp formu kaydırmasın; satırlar üstten dizilir. */
.t-secili-bilgi { gap: 2px; min-height: 100px; justify-content: flex-start; }
.t-secili-bilgi b { font-size: 15px; line-height: 1.3; -webkit-line-clamp: 2; }
.t-secili-bilgi span { font-size: 12.5px; line-height: 1.4; color: var(--muted); -webkit-line-clamp: 1; }
.t-oranlar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
.t-oran {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 8px 4px 7px;
  border: 1.5px solid var(--edge); border-radius: 10px; background: #fff; cursor: pointer; text-align: center; min-height: 44px; box-sizing: border-box;
}
.t-oran input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.t-oran-kutu { height: 22px; display: flex; align-items: center; justify-content: center; }
.t-oran-kutu i { display: block; height: 20px; max-width: 30px; border: 1.5px solid var(--muted); border-radius: 2px; box-sizing: border-box; }
.t-oran-ad { font-size: 12.5px; font-weight: 700; font-variant-numeric: tabular-nums; }
.t-oran-alt { font-size: 11.5px; color: var(--muted); }
.t-oran:has(input:checked) { border-color: var(--accent); background: var(--accent-soft); }
.t-oran:has(input:checked) .t-oran-kutu i { border-color: var(--accent); }
.t-oran:has(input:focus-visible) { outline: 2px solid var(--ink); outline-offset: 2px; }
.t-onay { margin-top: 12px; }

/* ── Alt çubuk ───────────────────────────────────────────────────────── */
.t-eylem-bilgi { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.t-eylem-not { margin: 0; font-size: 12.5px; color: var(--muted); }
.t-eylem-not:empty { display: none; }
/* Masaüstünde form kısa: alt çubuk kartın sonunda durur, içeriği örtmez. */
@media (min-width: 1024px) {
  .muzik-uygulama .m-kart .m-eylem { position: static; box-shadow: none; }
  /* Sonuç sütunu sayfayla birlikte kayar; iç kaydırma kartı kesiyordu. */
  .m-raf { position: static; max-height: none; overflow: visible; }
}
.muzik-uygulama .m-kart .m-eylem.t-cubuk-bos { position: static; box-shadow: none; }
/* Sorular açılınca form uzar: düğme masaüstünde de ekranda kalsın. */
@media (min-width: 1024px) {
  .muzik-uygulama .m-kart.t-uzun .m-eylem { position: sticky; box-shadow: 0 -10px 16px -12px rgba(14,19,32,.18); }
}

/* ── Soru-cevap ──────────────────────────────────────────────────────── */
.t-siluet { height: 88%; width: auto; max-width: 90%; margin: auto; display: block; fill: #e7eaf0; stroke: #b3bac8; stroke-width: .7; stroke-linejoin: round; }
.t-kadraj { display: flex; align-items: center; justify-content: center; }
.t-soru-alani { margin-top: 16px; }
.t-soru-uyari { margin: 0 0 12px; padding: 12px 14px 12px 12px; border-radius: 10px; background: #eef0f6; border-left: 3px solid var(--accent); font-size: 13.5px; line-height: 1.45; font-weight: 600; color: var(--ink); }
.t-soru-uyari-hafif { font-weight: 500; }
.t-soru-uyari-tamam { border-left-color: #0f9d58; background: #eaf6ef; font-weight: 500; }
.t-soru-bas { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
/* Genişlik sabit: "Hazırlanıyor…" durumunda yan metin yeniden kırılmasın. */
#t-sorular-dugme { min-width: 176px; }
.t-soru-not { font-size: 12.5px; color: var(--muted); flex: 1 1 200px; }
.t-kategori-notu { margin: 12px 0 0; padding: 10px 12px; border-radius: 10px; background: var(--paper); font-size: 13px; color: var(--ink-soft); }
.t-sorular:empty { display: none; }
.t-sorular { display: flex; flex-direction: column; gap: 12px; margin-top: 14px; }
.t-soru { border: 0; margin: 0; padding: 0; min-width: 0; }
.t-soru legend { padding: 0; margin: 0 0 8px; font-size: 13.5px; font-weight: 700; color: var(--ink); }
.app-ust .marka { white-space: nowrap; }
.t-cevap { position: relative; }
/* Klavyeyle odaklanan çip yapışkan çubuğun altında kalmasın. */
.t-cevap input { scroll-margin-bottom: 96px; }
.t-cevap input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.t-cevap span {
  display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border: 1px solid var(--edge); border-radius: 99px;
  background: #fff; font-size: 13px; font-weight: 600; color: var(--ink-soft); cursor: pointer;
}
.t-cevap input:checked + span { background: var(--accent-soft); border-color: var(--accent); color: var(--accent-dark); }
.t-cevap input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
/* Tek seçim dili: "Tryr seçsin" dahil her seçili seçenek aynı görünür. */
.t-soru-iskelet i, .t-soru-iskelet span { display: block; border-radius: 8px; background: linear-gradient(90deg, var(--paper), #eef0f5, var(--paper)); background-size: 200% 100%; animation: m-parilti 1.4s linear infinite; }
.t-soru-iskelet i { width: 45%; height: 14px; margin-bottom: 8px; }
.t-soru-iskelet span { width: 85%; height: 34px; border-radius: 99px; }
.t-not { margin-top: 16px; }
.t-not-bas { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.t-not-bas label { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.t-not-sayac { font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; }
.t-not textarea { width: 100%; box-sizing: border-box; }
.t-not-ipucu { margin: 6px 0 0; font-size: 12.5px; line-height: 1.4; color: var(--muted); }
.t-kendi { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.t-kendi-yukle { position: relative; display: inline-flex; align-items: center; min-height: 40px; font-size: 13.5px; font-weight: 700; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.t-kendi-yukle[hidden] { display: none; }
.t-kendi-yukle input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.t-kendi-yukle:has(input:focus-visible) { outline: 2px solid var(--ink); outline-offset: 2px; border-radius: 6px; }
.t-kendi-kaldir { min-height: 40px; padding: 0 12px; border: 1.5px solid var(--edge); border-radius: 10px; background: #fff; font: inherit; font-size: 13px; font-weight: 700; color: var(--ink); cursor: pointer; }

/* ── Sonuçlar ────────────────────────────────────────────────────────── */
.t-liste { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; align-items: stretch; }
/* Satırdaki kartlar eşit boy: gövde esner, düğmeler kartın dibine oturur. */
.t-sonuc { display: flex; flex-direction: column; }
.t-sonuc-alt { flex: 1; }
.t-sonuc-eylem { margin-top: auto; }
.muzik-uygulama button, .muzik-uygulama input, .muzik-uygulama textarea, .t-buyuk button { font-family: inherit; }
.t-sonuc { background: var(--card); border: 1px solid var(--rule); border-radius: 16px; overflow: hidden; animation: m-bel .35s ease-out; }
/* Sabit kutu (4:5): 9:16 ve 16:9 kartlar aynı boyda; görsel kırpılmadan sığar. */
.t-sonuc-gorsel { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #eceef3; display: grid; place-items: center; }
.t-sonuc-ac { position: absolute; inset: 0; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.t-sonuc-gorsel .t-sonuc-ac img { width: 100%; height: 100%; max-width: none; object-fit: contain; }
.t-sonuc-ac:focus-visible { outline: 2px solid var(--ink); outline-offset: -4px; }
.t-sonuc-gorsel img { width: 100%; height: 100%; object-fit: contain; display: block; }
.t-sonuc-oran { position: absolute; left: 8px; bottom: 8px; padding: 2px 7px; border-radius: 99px; background: rgba(255,255,255,.92); font-size: 11.5px; font-weight: 700; color: var(--ink-soft); font-variant-numeric: tabular-nums; pointer-events: none; }
/* ── Slayt (aynı çekimin kareleri tek kartta) ───────────────────────── */
.t-slayt-sayac { position: absolute; right: 8px; top: 8px; padding: 2px 8px; border-radius: 99px; background: rgba(14,19,32,.72); color: #fff; font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; pointer-events: none; }
.t-slayt-ok { position: absolute; top: 50%; width: 40px; height: 40px; margin-top: -20px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); font-size: 24px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(14,19,32,.18); z-index: 2; }
.t-slayt-onceki { left: 8px; }
.t-slayt-sonraki { right: 8px; }
.t-slayt-ok:focus-visible, .t-slayt-kucuk:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.t-sonuc-gorsel { touch-action: pan-y; }
.t-slayt-serit { display: flex; gap: 6px; padding: 8px 12px 0; overflow-x: auto; scrollbar-width: thin; }
.t-slayt-kucuk { flex: none; width: 40px; height: 50px; padding: 0; border: 1.5px solid var(--rule); border-radius: 7px; overflow: hidden; background: #eceef3; cursor: pointer; }
.t-slayt-kucuk img { width: 100%; height: 100%; object-fit: cover; display: block; }
.t-slayt-kucuk.t-secili-kare { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.t-slayt-kucuk.t-kare-bekliyor { background: linear-gradient(90deg, #eceef3, #f7f8fb, #eceef3); background-size: 200% 100%; animation: m-parilti 1.4s linear infinite; }
.t-slayt-kucuk.t-kare-hata { background: var(--paper); border-style: dashed; }
.t-buyuk { max-width: min(92vw, 1100px); max-height: 92vh; padding: 0; border: 0; border-radius: 14px; background: #0e1320; overflow: hidden; }
.t-buyuk::backdrop { background: rgba(14,19,32,.72); }
.t-buyuk img { display: block; max-width: min(92vw, 1100px); max-height: 92vh; object-fit: contain; }
.t-buyuk-kapat { position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); font-size: 22px; line-height: 1; cursor: pointer; }
.t-buyuk-kapat:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.t-sonuc-gorsel.t-yukleniyor { background: linear-gradient(90deg, var(--paper), #eef0f5, var(--paper)); background-size: 200% 100%; animation: m-parilti 1.4s linear infinite; }
.t-sonuc-gorsel p { margin: 0; padding: 16px; font-size: 13.5px; color: var(--muted); text-align: center; }
.t-sonuc-bekliyor { margin: 0; height: auto; border-radius: 0; }
.t-sonuc-hata p { color: var(--accent-dark); }
.t-sonuc-alt { padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.t-sonuc-bilgi { display: flex; flex-direction: column; gap: 2px; font-size: 12.5px; color: var(--muted); }
.t-sonuc-ozet { color: var(--ink); font-weight: 600; }
/* İki sütun: İndir · Varyasyon, altında Video · Müzik köprüleri. */
.t-sonuc-eylem { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.t-sonuc-rol { color: var(--ink-soft); font-weight: 600; }
.t-vary-dugme[aria-expanded="true"] { border-color: var(--ink); }
/* ── Görsel sayısı, set ve varyasyon ─────────────────────────────────── */
.t-adet-satir { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.t-adet-bilgi { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1 1 180px; }
.t-adet-baslik { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.t-adet-not { font-size: 12.5px; line-height: 1.4; color: var(--muted); }
.t-adet span { min-width: 44px; min-height: 40px; justify-content: center; font-variant-numeric: tabular-nums; }
.t-adet input:checked + span, .t-vary-seg input:checked + span { background: var(--accent-soft); color: var(--accent-dark); box-shadow: inset 0 0 0 1.5px var(--accent); }
.t-adet input:focus-visible + span, .t-vary-seg input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.t-vary { display: flex; flex-direction: column; gap: 8px; margin-top: 2px; padding: 10px; border-radius: 12px; background: var(--paper); }
.t-vary .m-seg { background: #fff; }
.t-vary-seg { display: flex; }
.t-vary-seg label { flex: 1; }
.t-vary-etiket { font-size: 12.5px; font-weight: 700; color: var(--ink-soft); }
.t-vary-adet { flex: none; }
.t-vary-adet label { flex: none; }
.t-vary-adet span { min-width: 44px; min-height: 40px; padding: 0; }
.t-vary-seg span { min-height: 36px; padding: 0 8px; font-size: 13px; justify-content: center; text-align: center; }
.t-vary-baslik { margin: 0; font-size: 13px; font-weight: 700; color: var(--ink); }
.t-vary-aciklama { margin: -2px 0 0; font-size: 12.5px; color: var(--muted); }
.t-link-ekle:disabled, .t-vary-dugmeler .m-dugme-birincil:disabled { background: var(--accent); opacity: .55; cursor: default; }
.t-sonuc-iskelet .t-sonuc-gorsel { background: linear-gradient(90deg, #eceef3, #f7f8fb, #eceef3); background-size: 200% 100%; animation: m-parilti 1.4s linear infinite; }
.t-sonuc-iskelet { min-height: 0; }
.t-vary-alt { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.t-vary-fiyat { font-size: 13px; font-weight: 700; color: var(--ink); }
.t-vary-dugmeler { display: flex; align-items: center; gap: 8px; }
.t-vary-dugmeler .m-dugme-birincil { flex: 1; }
.t-indir { border-color: var(--ink); }
.t-indir:hover { background: var(--paper); }
.t-kopru { min-height: 44px; padding: 4px 10px; font-size: 13px; white-space: normal; text-align: center; line-height: 1.2; }
.t-bos-karo { width: 96px; aspect-ratio: 3 / 4; margin: 0 auto; border-radius: 12px; background: var(--paper); border: 1px solid var(--rule); display: grid; place-items: center; }
.t-bos-karo svg { width: 34px; height: 34px; fill: none; stroke: var(--dim); stroke-width: 1.4; stroke-linejoin: round; }

@keyframes t-don { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .t-serit li.t-bekliyor::after { animation: none; }
  .t-slayt-kucuk.t-kare-bekliyor, .t-sonuc-iskelet .t-sonuc-gorsel, .t-sonuc, .t-sonuc-gorsel.t-yukleniyor, .t-soru-iskelet i, .t-soru-iskelet span, .t-link-iskelet { animation: none; }
  .t-kadraj { transition: none; }
}

@media (max-width: 400px) {
  /* Dar ekranda başlık sığsın: sayfa adı sekme şeridinde zaten seçili görünür. */
  .app-ust .marka-ek { display: none; }
}
@media (max-width: 600px) {
  .t-satir { padding: 12px; }
  .t-link-dugme { height: 44px; }
  .t-kaynak, .t-link { margin-left: 0; }
  .t-link-izgara { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .t-link-ekle { flex: 1; }
  /* Sekme şeridi kaydırılabilir: sağ kenar solarak devam ettiğini gösterir. */
  .urun-sekmeleri { -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent); mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent); }
  .t-satir-govde { margin-left: 0; }
  .t-serit li { width: 64px; height: 80px; }
  .t-sil { width: 26px; height: 26px; font-size: 16px; }
  .t-slayt-ok { width: 44px; height: 44px; margin-top: -22px; }
  .t-slayt-kucuk { width: 44px; height: 55px; }
  .t-sil::after { inset: -9px; }
  .t-ekle { height: 44px; }
  /* Mobil: kadraj solda, seçili manken sağda; oranlar altta tam genişlik. */
  .t-kadraj-duzen { grid-template-columns: 112px minmax(0, 1fr); gap: 12px; }
  .t-kadraj-sahne { height: 112px; }
  .t-kadraj { max-width: 100px; max-height: 100px; }
  .t-kadraj-yan { display: contents; }
  .t-secili { grid-column: 2; grid-row: 1; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; }
  .t-oranlar { grid-column: 1 / -1; grid-row: 2; }
  /* Mobil çubuk tek satır: fiyat solda, düğme sağda (ekranı daha az kaplar). */
  .muzik-uygulama .m-eylem { flex-wrap: nowrap; padding: 10px 16px; }
  .m-eylem .t-eylem-bilgi { flex: 1 1 auto; min-width: 0; }
  .muzik-uygulama .m-eylem-dugmeler { width: auto; flex: none; }
  .muzik-uygulama .m-eylem-dugmeler button { flex: none; padding: 0 20px; }
  .t-liste { grid-template-columns: minmax(0, 1fr); }
  .t-cevap span, .t-kendi-yukle, .t-kendi-kaldir { min-height: 44px; }
}
