/*
  "Tarayıcı desteklenmiyor" kartı (DECISIONS §2). app.css'e BAĞIMLI DEĞİLDİR ve eski tarayıcıda da çalışmalıdır:
  özel nitelik (var), oklch, color-mix, @layer, iç içe kural KULLANILMAZ. Elle yazılır; Tailwind derlemesine girmez.
  Kartı js/unsupported.js açar; kart açıkken sayfa içeriği gizlenir (bozuk görünen bir form yerine net bir mesaj).
*/
.tf-unsupported {
  box-sizing: border-box;
  max-width: 34em;
  margin: 12vh auto 0;
  padding: 24px;
  border: 1px solid #b7b7ba;
  background: #ffffff;
  color: #1d1f20;
  font: 16px/1.5 "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.tf-unsupported[hidden] {
  display: none;
}

.tf-unsupported-title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
}

.tf-unsupported-body {
  margin: 0;
}

.tf-is-unsupported #tf-content {
  display: none;
}
