/* ==========================================================================
   CUESPOR TV — Görsel kimlik: RAY & ELMAS
   --------------------------------------------------------------------------
   Tasarım fikri, konunun kendi malzemesinden çıkar: bilardo masasının bandı
   (ray) ve band üzerindeki elmas nişanları. Elmaslar masada konum bildirir;
   burada da sayfadaki konumu bildirir — süs değil, dizin.
   Logonun kesik halkası köşe cebinin ağzı olarak okunur ve hero'da bu işi
   yapar.

   Renkler logodan örneklendi:
     halka / SPOR mavisi  rgb(0,83,253)  → #0A50FF
     rozet zemini         rgb(6,7,9)     → #060709
   Buna masa çuhasının kendi tonu (Tournament Blue) yüzey rengi olarak eklendi;
   böylece sayfa "siyah + tek parlak aksan" klişesine düşmez, üç yüzey
   seviyesiyle çalışır: cue-black → cloth → chalk (açık belge yüzeyi).

   Tipografi üç sesle konuşur:
     Archivo (genişletilmiş)  — logonun geniş, köşeli, dik harflerinin sesi
     IBM Plex Sans            — okuma metni; mühendislik/ekipman kaydı tonu
     IBM Plex Mono            — TÜM sayılar: skor, race, saat, masa no, puan
   Skorbord sitesinde sayılar hizalanmak zorundadır; mono seçimi işlevseldir.
   ========================================================================== */

:root {
  /* --- Logodan örneklenen renkler --------------------------------------- */
  --cue-black: #060709;     /* Sayfa zemini — logo rozet zemini */
  --cloth:     #101d2b;     /* Masa çuhası tonu — panel ve kart yüzeyi */
  --cloth-2:   #16283a;     /* Yükseltilmiş yüzey */
  --chalk-blue:#0a50ff;     /* Marka mavisi — logo halkası ve SPOR */
  --blue-lit:  #5b8cff;     /* Küçük metin/bağlantı (koyu zeminde 6.4 kontrast) */
  --chalk-deep:#0038c8;     /* Basılı buton, gradyan bitişi */
  --cue-amber: #ffb020;     /* Tek odak vurgusu */
  --felt-green:#0fa968;     /* Olumlu durum */
  --tally-red: #ff3b30;     /* Yalnız CANLI tally ışığı */
  --chalk-white:#f4f7ff;    /* Birincil metin */
  --slate:     #8a97b0;     /* İkincil metin */
  --kagit:     #eef1f7;     /* Açık belge yüzeyi (uzun metinler) */
  --murekkep:  #0b1220;     /* Açık yüzeyde metin */

  /* Sistem içi türevler */
  --bg: var(--cue-black);
  --bg-2: var(--cloth);
  --bg-3: var(--cloth-2);
  --line: rgba(138,151,176,.16);
  --line-2: rgba(138,151,176,.32);
  --ray: rgba(138,151,176,.22);      /* ray hattı */
  --text: var(--chalk-white);
  --muted: var(--slate);
  --muted-2: #64708a;

  /* Eski isimlerle uyum (sayfa içi satır içi stiller) */
  --midnight: var(--cloth);
  --signal-red: var(--tally-red);
  --sari: var(--blue-lit); --sari-uzeri: #ffffff;
  --mavi: var(--chalk-blue); --mavi-2: var(--blue-lit);
  --win: var(--felt-green); --lose: var(--tally-red); --live: var(--tally-red);
  --gold: var(--cue-amber);
  --brand: var(--chalk-blue); --brand-2: var(--blue-lit); --brand-3: var(--chalk-blue);

  --r: 3px;
  --r-sm: 2px;
  --maxw: 1280px;
  --header-h: 74px;
  --ray-w: 52px;                      /* soldaki ray genişliği (masaüstü) */

  /* --- Tipografi --------------------------------------------------------- */
  --ff-display: "Archivo", "Archivo Expanded", Helvetica, Arial, sans-serif;
  --ff: "IBM Plex Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  --ff-head: var(--ff-display);
  --ff-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --egim: 0deg;
  --ease: cubic-bezier(.2,.7,.3,1);
  --yay: cubic-bezier(.34,1.4,.5,1);
}

/* Reset ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--ff); font-size: 16px; font-weight: 400; line-height: 1.62;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
table { border-collapse: collapse; width: 100%; }
::selection { background: var(--chalk-blue); color: #fff; }
/* Klavye odağı her yerde görünür (fare tıklamasında değil) */
:focus-visible {
  outline: 2px solid var(--blue-lit); outline-offset: 3px; border-radius: 2px;
}
a:focus-visible, button:focus-visible { outline-offset: 4px; }
::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-track { background: var(--cue-black); }
::-webkit-scrollbar-thumb { background: #1c2c40; }
::-webkit-scrollbar-thumb:hover { background: var(--chalk-blue); }

/* Başlıklar — logonun geniş, dik, köşeli harflerinin sesi ----------------- */
h1, h2, h3, h4, .head {
  font-family: var(--ff-display);
  font-variation-settings: "wdth" 118, "wght" 800;
  font-weight: 800;
  text-transform: uppercase; letter-spacing: .012em; line-height: .98;
  margin: 0 0 .5em; transform: none;
}
h1 > span, h2 > span, h3 > span { display: inline-block; }
h1 { font-size: clamp(2.3rem, 5.6vw, 4.4rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.3rem); }
h3 { font-size: 1.06rem; font-variation-settings: "wdth" 112, "wght" 700; letter-spacing: .02em; line-height: 1.16; }
h4 { font-size: .84rem; font-variation-settings: "wdth" 112, "wght" 700; letter-spacing: .06em; }
.duz, .duz h1, .duz h2, .duz h3 { transform: none; }

/* Sayılar daima mono ve tabular — skorlar sütun sütun hizalanır ----------- */
.veri, table.data td.num, table.data td.pts, .sk-sayi, .bk-skor,
.brk-skor, .stat-box b, .hero-stats b, .sure, .sk-race {
  font-family: var(--ff-mono); font-variant-numeric: tabular-nums;
  letter-spacing: -.01em;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; }
.section--tight { padding: 42px 0; }
.muted { color: var(--muted); }
.center { text-align: center; }
.grad { color: var(--blue-lit); }

/* Künye / etiket metni — yayın altyazısı dili, mono */
.etiket-metin, .section-head .eyebrow, .card .meta, .hero-stats span,
.stat-box .k, table.data th, .chip, .nav-links a, .filters button {
  font-family: var(--ff-mono); font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
}
.btn { font-family: var(--ff-mono); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

/* Scroll ilerleme çubuğu -------------------------------------------------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%; z-index: 200;
  background: var(--chalk-blue); transition: width .1s linear;
}

/* Bölüm başlığı ---------------------------------------------------------- */
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 16px; margin-bottom: 30px; flex-wrap: wrap;
  border-bottom: 1px solid var(--line); padding-bottom: 16px;
}
.section-head > div:first-child { border-left: 4px solid var(--chalk-blue); padding-left: 16px; }
.section-head h2 { margin: 0; }
.section-head .eyebrow {
  display: block; font-size: .66rem; letter-spacing: .16em; color: var(--slate); margin-bottom: 8px;
}

/* Butonlar --------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border: 0; border-radius: var(--r);
  font-weight: 700; font-size: .78rem; letter-spacing: .1em;
  cursor: pointer; transition: background .18s, color .18s, transform .18s var(--ease);
  /* Küçük metin Chalk Blue üstünde 3.47 kontrast verir; birincil buton bu
     nedenle Chalk Deep zeminde çalışır (beyaz metinle 5.9 kontrast).         */
  background: var(--chalk-deep); color: #fff;
}
.btn:hover { background: #1b63dd; transform: translateY(-1px); }
.btn:active { transform: none; }
.btn--ghost {
  background: transparent; color: var(--chalk-white);
  box-shadow: inset 0 0 0 1px var(--line-2);
}
.btn--ghost:hover { background: rgba(10,80,255,.12); box-shadow: inset 0 0 0 1px var(--chalk-blue); color: #fff; }
/* Cue Amber tek odak: sayfada yalnızca bir adet .btn--odak bulunur */
.btn--odak { background: var(--cue-amber); color: var(--cue-black); }
.btn--odak:hover { background: #ffc247; color: var(--cue-black); }
.btn--sm { padding: 9px 17px; font-size: .68rem; }

/* Organizasyon şeridi ---------------------------------------------------- */
.org-serit { background: var(--midnight); border-bottom: 1px solid var(--line); }
.org-serit .ic {
  max-width: var(--maxw); margin: 0 auto; padding: 9px 24px;
  display: flex; align-items: center; gap: 12px;
  font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--slate);
}
.org-serit .geri { color: var(--chalk-blue); }
.org-serit .geri:hover { color: #fff; }
.org-serit .ayrac { opacity: .4; }
.org-serit .org { color: var(--chalk-white); }
.org-serit .giris-link {
  margin-left: auto; background: var(--chalk-deep); color: #fff; padding: 5px 13px; border-radius: var(--r-sm);
}
.org-serit .giris-link:hover { background: #1b63dd; }
@media (max-width: 700px) {
  .org-serit .sezon, .org-serit .ayrac { display: none; }
  .org-serit .ic { padding: 8px 16px; font-size: .58rem; }
}

/* Header ----------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(6,7,9,.96);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
.site-header.small .nav { height: 64px; }
.nav {
  height: var(--header-h); display: flex; align-items: center; gap: 0;
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px; transition: height .25s var(--ease);
}
/* Marka kilidi — resmi logo görseli kullanılır ------------------------------
   Yatay kilit: kesik mavi halka amblemi + CUESPOR yazı logosu.
   Yazı logosu bitmap olduğu için ölçek yüksek çözünürlükten küçültülür.      */
.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; padding-right: 26px; }
.brand .amblem { width: 40px; height: 40px; flex-shrink: 0; }
.brand .logo-yazi { height: 26px; width: auto; flex-shrink: 0; }
.brand:hover .amblem { animation: halka-don 1.1s var(--ease); }
@keyframes halka-don { to { transform: rotate(180deg); } }

/* Lig katmanında yazı logosu yerine metin kilidi kullanılır */
.brand-txt {
  font-family: var(--ff-display); font-weight: 800; font-size: 1.18rem; line-height: 1;
  letter-spacing: .06em; text-transform: uppercase; display: inline-block;
}
.brand-txt > span:not(.tv) { color: var(--blue-lit); }
.brand-txt .tv {
  display: inline-block; background: var(--cue-amber); color: var(--cue-black);
  font-style: normal; font-size: .58em; font-weight: 800; letter-spacing: .06em;
  padding: 2px 7px 3px; border-radius: 3px; margin-left: 8px; vertical-align: 4px;
}
.brand-sub {
  display: block; font-family: var(--ff); font-size: .5rem; letter-spacing: .18em;
  color: var(--slate); font-weight: 500; margin-top: 6px; text-transform: uppercase;
}

/* Dikey kilit — altbilgide */
.brand--dikey { flex-direction: column; align-items: flex-start; gap: 16px; padding-right: 0; }
.brand--dikey .amblem { width: 54px; height: 54px; }
.brand--dikey .logo-yazi { height: 46px; }

.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-links a {
  position: relative; padding: 9px 11px; border-radius: var(--r-sm);
  font-size: .69rem; font-weight: 600; letter-spacing: .07em;
  color: var(--slate); transition: color .16s, background .16s; white-space: nowrap;
}
.nav-links a:hover { color: var(--chalk-white); background: rgba(132,148,174,.1); }
/* Aktif sekme: küçük metin olduğu için mavi zemin yerine Midnight + mavi çizgi */
.nav-links a.active { color: var(--chalk-white); background: var(--midnight); }
.nav-links a.active::after {
  content: ""; position: absolute; left: 10px; right: 10px; bottom: 2px; height: 2px;
  background: var(--chalk-blue); border-radius: 2px;
}
.nav-links a.btn, .nav-links a.btn:hover { color: #fff; }
.nav-cta { margin-left: 12px; }
.nav-toggle {
  display: none; margin-left: auto; background: var(--chalk-blue); border: 0; border-radius: var(--r-sm);
  color: #fff; width: 46px; height: 40px; font-size: 1.15rem; cursor: pointer;
}

@media (max-width: 1240px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--midnight); border-bottom: 1px solid var(--line); padding: 8px; gap: 2px;
    max-height: calc(100vh - var(--header-h)); overflow-y: auto; display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px; font-size: .8rem; }
  .nav-cta { margin: 10px 0 4px; justify-content: center; }
}

/* CANLI rozeti (yalnız Signal Red zemin) --------------------------------- */
.live-badge {
  display: inline-flex; align-items: center; gap: 7px; background: var(--signal-red); color: #fff;
  font-size: .62rem; font-weight: 700; letter-spacing: .14em; padding: 5px 11px;
  text-transform: uppercase; border-radius: var(--r-sm);
}
.live-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: blink 1.3s infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: .2; } }

/* Hero ------------------------------------------------------------------- */
.hero {
  position: relative; min-height: 580px; display: flex; align-items: center;
  border-bottom: 1px solid var(--line); overflow: hidden; background: var(--cue-black);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
/* Chalk Blue → Chalk Deep gradyanı (kılavuz: gradyan bitişi Chalk Deep) */
.hero-bg::before {
  content: ""; position: absolute; right: -18%; top: -40%; width: 62%; height: 190%;
  background: linear-gradient(160deg, var(--chalk-blue), var(--chalk-deep));
  transform: rotate(18deg); opacity: .16;
}
.hero-grid {
  position: absolute; inset: 0; z-index: 1; opacity: .55;
  background-image: repeating-linear-gradient(90deg, transparent 0 96px, rgba(132,148,174,.07) 96px 97px);
}
.hero-mark {
  position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
  width: min(26vw, 340px); opacity: .3; z-index: 1; pointer-events: none; mix-blend-mode: screen;
}
@media (max-width: 980px) { .hero-mark { display: none; } }

.hero-inner { position: relative; z-index: 2; padding-top: 84px; padding-bottom: 84px; width: 100%; }
.hero .eyebrow {
  display: inline-block; background: var(--midnight); color: var(--chalk-blue);
  font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  margin-bottom: 22px; padding: 7px 15px; border-radius: var(--r-sm);
  box-shadow: inset 0 0 0 1px var(--line);
}
.hero h1 { max-width: 17ch; }
.hero h1 > span { display: block; }
.hero p.lead {
  font-size: 1.04rem; color: var(--slate); max-width: 54ch; margin: 0 0 32px; font-weight: 400;
}
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.hero h1 > span, .hero .eyebrow, .hero p.lead, .hero-actions, .hero-stats {
  opacity: 0; transform: translateY(16px); animation: heroUp .55s var(--ease) forwards;
}
.hero .eyebrow { animation-delay: .04s; }
.hero h1 > span:nth-child(1) { animation-delay: .1s; }
.hero h1 > span:nth-child(2) { animation-delay: .17s; }
.hero h1 > span:nth-child(3) { animation-delay: .24s; }
.hero p.lead { animation-delay: .32s; }
.hero-actions { animation-delay: .38s; }
.hero-stats { animation-delay: .44s; }
@keyframes heroUp { to { opacity: 1; transform: none; } }

.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 54px; max-width: 800px;
}
.hero-stats div {
  background: var(--midnight); padding: 18px 20px; border-radius: var(--r);
  box-shadow: inset 0 0 0 1px var(--line); position: relative;
}
.hero-stats div:first-child { box-shadow: inset 0 0 0 1px var(--line), inset 3px 0 0 var(--chalk-blue); }
.hero-stats b {
  display: block; font-family: var(--ff); font-weight: 700; font-size: 2.1rem;
  line-height: 1; color: var(--chalk-white); letter-spacing: 0; font-variant-numeric: tabular-nums;
}
.hero-stats > div > span { font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); font-weight: 600; }
.hero-stats b span { font: inherit; color: inherit; letter-spacing: inherit; text-transform: none; }
@media (max-width: 700px) { .hero-stats { grid-template-columns: repeat(2, 1fr); } }
.scroll-hint { display: none; }

/* Reveal ----------------------------------------------------------------- */
[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .45s var(--ease), transform .45s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }

/* Kartlar ---------------------------------------------------------------- */
.grid { display: grid; gap: 14px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }

.card {
  position: relative; overflow: hidden; background: var(--midnight); border-radius: var(--r);
  box-shadow: inset 0 0 0 1px var(--line); transition: background .2s, box-shadow .2s, transform .2s var(--ease);
  display: flex; flex-direction: column;
}
.card:hover {
  background: #16203a; box-shadow: inset 0 0 0 1px rgba(10,80,255,.5); transform: translateY(-2px);
}
.card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.card h3 { margin-bottom: 10px; }
.card .meta { font-size: .62rem; letter-spacing: .12em; color: var(--muted-2); margin-bottom: 10px; }

.thumb { position: relative; aspect-ratio: 16/9; background: var(--bg-3); overflow: hidden; }
/* Yalnız doğrudan çocuk görsel kapak olarak yayılır; içteki amblem yer
   tutucusu kendi ölçüsünde kalır.                                          */
.thumb > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.card:hover .thumb > img { transform: scale(1.04); }
/* Görselsiz kapak: çuha yüzeyi, üst kenarında ray nişanları — masanın kendisi */
.thumb .yer-tutucu {
  height: 100%; display: grid; place-items: center; position: relative; overflow: hidden;
  background: var(--cloth);
}
.thumb .yer-tutucu img { position: relative; height: auto; opacity: .28; }
.thumb .yer-tutucu::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 16px;
  border-bottom: 1px solid var(--ray);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Crect x='1.6' y='1.6' width='4.8' height='4.8' transform='rotate(45 4 4)' fill='%238a97b0' fill-opacity='.55'/%3E%3C/svg%3E");
  background-repeat: repeat-x; background-size: 34px 8px; background-position: center;
}
.thumb .play { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(6,7,9,.35); }
.thumb .play i {
  width: 52px; height: 52px; border-radius: 50%; background: var(--chalk-blue);
  display: grid; place-items: center; font-style: normal; color: #fff; font-size: 1rem; padding-left: 3px;
}
.thumb .tag {
  position: absolute; top: 12px; left: 12px; background: var(--cue-black); color: var(--chalk-white);
  font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; padding: 5px 10px;
  font-weight: 600; border-radius: var(--r-sm);
}

/* Takım rozeti / kart ---------------------------------------------------- */
.team-card { text-align: center; }
.crest {
  width: 76px; height: 76px; border-radius: 16px; display: grid; place-items: center;
  font-family: var(--ff); font-weight: 700; font-size: 1.35rem; letter-spacing: .04em;
  color: #fff; flex-shrink: 0; line-height: 1;
}
.team-card .crest { margin: 26px auto 14px; }
.team-card .venue { font-size: .68rem; color: var(--slate); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }

/* Maç kartı -------------------------------------------------------------- */
.match {
  background: var(--midnight); border-radius: var(--r); box-shadow: inset 0 0 0 1px var(--line);
  border-left: 3px solid var(--chalk-blue);
  padding: 18px 22px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px;
  transition: background .2s, box-shadow .2s;
}
.match:hover { background: #16203a; }
.match .side { display: flex; align-items: center; gap: 12px; min-width: 0; }
.match .side.away { flex-direction: row-reverse; text-align: right; }
.match .side .nm { font-weight: 600; font-size: .94rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dot {
  width: 32px; height: 32px; border-radius: 8px; flex-shrink: 0; display: inline-grid; place-items: center;
  font-family: var(--ff); font-weight: 700; font-size: .68rem; color: #fff; line-height: 1;
}
.match .score {
  font-family: var(--ff); font-weight: 700; font-size: 1.7rem; padding: 6px 18px;
  min-width: 104px; text-align: center; background: var(--cue-black); border-radius: var(--r);
  letter-spacing: 0; font-variant-numeric: tabular-nums;
}
.match .score.pending { font-size: .72rem; font-weight: 600; letter-spacing: .12em; color: var(--slate); padding: 13px 18px; }
.match .w { color: var(--chalk-blue); }
.match-meta {
  grid-column: 1 / -1; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
  color: var(--muted-2); border-top: 1px solid var(--line); padding-top: 13px; margin-top: 4px;
}
@media (max-width: 620px) {
  .match { grid-template-columns: 1fr; text-align: center; }
  .match .side, .match .side.away { flex-direction: column; text-align: center; }
}

/* Tablolar --------------------------------------------------------------- */
.table-wrap { overflow-x: auto; border-radius: var(--r); background: var(--midnight); box-shadow: inset 0 0 0 1px var(--line); }
table.data { min-width: 660px; font-size: .88rem; }
table.data th {
  background: var(--cue-black); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--slate); font-weight: 600; padding: 13px 12px; text-align: left; white-space: nowrap;
}
table.data td { padding: 13px 12px; border-bottom: 1px solid var(--line); vertical-align: middle; }
table.data tbody tr { transition: background .16s; }
table.data tbody tr:hover { background: rgba(10,80,255,.08); }
table.data tbody tr:last-child td { border-bottom: 0; }
table.data .num { text-align: center; width: 54px; font-variant-numeric: tabular-nums; font-weight: 500; }
table.data .pos { font-weight: 700; font-size: 1rem; width: 46px; text-align: center; color: var(--muted-2); }
table.data .pts { font-weight: 700; font-size: 1rem; color: var(--chalk-white); }
table.data .name-cell { display: flex; align-items: center; gap: 12px; }
/* Lider satırı — Cue Amber tek odak */
table.data tr.zone-1 { background: rgba(255,176,32,.09); }
table.data tr.zone-1 .pos { color: var(--cue-amber); }

.form-dots { display: flex; gap: 3px; }
.form-dots i {
  width: 20px; height: 20px; border-radius: 4px; display: grid; place-items: center;
  font-style: normal; font-size: .56rem; font-weight: 700; color: #fff;
}
.form-dots i.G { background: var(--felt-green); }
.form-dots i.B { background: #3c4a63; }
.form-dots i.M { background: var(--signal-red); }

/* Filtre çubuğu ---------------------------------------------------------- */
.filters { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 24px; }
.filters button {
  background: var(--midnight); box-shadow: inset 0 0 0 1px var(--line); color: var(--slate);
  padding: 10px 17px; border: 0; border-radius: var(--r-sm);
  font-size: .64rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  cursor: pointer; transition: .16s;
}
.filters button:hover { color: var(--chalk-white); box-shadow: inset 0 0 0 1px var(--line-2); }
.filters button.active { background: var(--chalk-deep); color: #fff; box-shadow: none; }

/* Oyuncu kartı ----------------------------------------------------------- */
.player-card { text-align: center; padding: 26px 18px; }
.player-card .avatar {
  width: 80px; height: 80px; border-radius: 20px; margin: 0 auto 14px; display: grid; place-items: center;
  font-family: var(--ff); font-weight: 700; font-size: 1.5rem; letter-spacing: .02em;
  background: var(--bg-3); color: var(--chalk-white); box-shadow: inset 0 0 0 1px var(--line-2);
}
.player-card h3 { font-size: .95rem; margin-bottom: 5px; }
.player-card .team { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--chalk-blue); font-weight: 600; }
.player-card .chip { align-self: center; margin-top: 10px; }
.player-card .pstats { display: flex; justify-content: center; gap: 20px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.player-card .pstats b { display: block; font-weight: 700; font-size: 1.2rem; font-variant-numeric: tabular-nums; }
.player-card .pstats span { font-size: .54rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); font-weight: 600; }

/* İstatistik kutusu ------------------------------------------------------ */
.stat-box {
  position: relative; background: var(--midnight); padding: 22px; border-radius: var(--r);
  box-shadow: inset 0 0 0 1px var(--line); transition: background .2s, box-shadow .2s;
}
.stat-box:hover { background: #16203a; box-shadow: inset 0 0 0 1px rgba(10,80,255,.45); }
.stat-box .k { font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); font-weight: 600; }
.stat-box .v {
  font-family: var(--ff); font-weight: 700; font-size: 2.2rem; line-height: 1.05;
  margin: 9px 0 3px; color: var(--chalk-white); letter-spacing: 0; font-variant-numeric: tabular-nums;
}
.stat-box .s { font-size: .68rem; color: var(--chalk-blue); font-weight: 500; }

.bar { height: 5px; background: rgba(132,148,174,.16); border-radius: 99px; overflow: hidden; margin-top: 9px; }
.bar > span { display: block; height: 100%; width: 0; background: var(--chalk-blue); transition: width .8s var(--ease); border-radius: 99px; }

/* Sponsorlar ------------------------------------------------------------- */
.sponsor-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cue-black); padding: 32px 0; overflow: hidden; }
.sponsor-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; }
.sponsor-row .sp {
  display: grid; place-items: center; min-width: 150px; height: 66px; padding: 0 22px;
  background: var(--midnight); border-radius: var(--r); box-shadow: inset 0 0 0 1px var(--line);
  font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted-2); transition: .2s; text-align: center;
}
.sponsor-row .sp:hover { color: var(--chalk-white); box-shadow: inset 0 0 0 1px var(--chalk-blue); }
.sponsor-row .sp img { max-height: 40px; width: auto; object-fit: contain; filter: grayscale(1) brightness(1.7); transition: .2s; }
.sponsor-row .sp:hover img { filter: none; }
.sponsor-tier { font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: var(--slate); margin-bottom: 14px; text-align: center; font-weight: 600; }

.marquee { display: flex; overflow: hidden; }
.marquee-track { display: flex; gap: 10px; padding-right: 10px; animation: slide 30s linear infinite; flex-shrink: 0; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-100%); } }

/* Bildirim / boş durum --------------------------------------------------- */
.notice {
  border-left: 3px solid var(--chalk-blue); background: var(--midnight); padding: 16px 20px;
  color: var(--slate); font-size: .9rem; border-radius: var(--r);
}
/* Boş durum: masanın bandı gibi üstte nişan sırası, altında ne yapılacağı */
.empty {
  text-align: center; padding: 58px 28px; background: var(--cloth); border-radius: var(--r);
  box-shadow: inset 0 0 0 1px var(--line); position: relative; overflow: hidden;
}
.empty::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 15px;
  border-bottom: 1px solid var(--ray);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Crect x='1.6' y='1.6' width='4.8' height='4.8' transform='rotate(45 4 4)' fill='%238a97b0' fill-opacity='.55'/%3E%3C/svg%3E");
  background-repeat: repeat-x; background-size: 44px 8px; background-position: center;
}
.empty .ico {
  width: 46px; height: 46px; margin: 10px auto 18px; display: grid; place-items: center;
  background: var(--cue-black); color: var(--blue-lit); box-shadow: inset 0 0 0 1px var(--line-2);
  border-radius: var(--r-sm); transform: rotate(45deg);
}
.empty .ico svg { transform: rotate(-45deg); }
.empty h3 { margin-bottom: 10px; }
.empty p { color: var(--slate); max-width: 48ch; margin: 0 auto 22px; font-size: .92rem; }

/* Zaman çizelgesi -------------------------------------------------------- */
.timeline { position: relative; padding-left: 30px; }
.timeline::before { content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 2px; background: var(--line-2); }
.tl-item { position: relative; padding-bottom: 30px; }
.tl-item::before {
  content: ""; position: absolute; left: -30px; top: 6px; width: 12px; height: 12px; border-radius: 50%;
  background: var(--chalk-blue); transition: transform .2s;
}
.tl-item:hover::before { transform: scale(1.35); }
.tl-item .when { font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; color: var(--chalk-blue); font-weight: 600; }
.tl-item h3 { margin: 7px 0 6px; font-size: 1rem; }
.tl-item ul { margin: 8px 0 0; padding-left: 18px; color: var(--slate); font-size: .9rem; }

/* Footer ----------------------------------------------------------------- */
.site-footer { background: var(--midnight); border-top: 1px solid var(--line); padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { font-size: .6rem; letter-spacing: .16em; color: var(--slate); margin-bottom: 16px; transform: none; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: var(--chalk-white); font-size: .85rem; opacity: .75; transition: .16s; display: inline-block; }
.site-footer a:hover { color: var(--chalk-blue); opacity: 1; }
.footer-bottom {
  margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-size: .7rem; color: var(--muted-2); letter-spacing: .05em;
}
.social { display: flex; gap: 8px; margin-top: 16px; }
.social a {
  width: 40px; height: 40px; background: var(--cue-black); border-radius: var(--r);
  display: grid; place-items: center; font-size: .62rem; font-weight: 700; letter-spacing: .06em;
  box-shadow: inset 0 0 0 1px var(--line); transition: .16s;
}
.social a:hover { background: var(--chalk-blue); color: #fff; box-shadow: none; }

/* Sayfa başlığı ---------------------------------------------------------- */
.page-head {
  padding: 60px 0 42px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden;
  background: var(--cue-black);
}
.page-head::before {
  content: ""; position: absolute; right: -10%; top: -70%; width: 44%; height: 260%;
  background: linear-gradient(160deg, var(--chalk-blue), var(--chalk-deep));
  transform: rotate(18deg); opacity: .13;
}
.page-head > * { position: relative; z-index: 2; }
.page-head .eyebrow { color: var(--blue-lit); }

.page-head .eyebrow {
  display: inline-block; background: var(--midnight); color: var(--chalk-blue); font-size: .6rem;
  letter-spacing: .16em; text-transform: uppercase; font-weight: 600; padding: 6px 13px;
  border-radius: var(--r-sm); box-shadow: inset 0 0 0 1px var(--line);
}
.page-head h1 { font-size: clamp(1.9rem, 4.6vw, 3.2rem); margin: 16px 0 10px; }
.page-head p { color: var(--slate); max-width: 68ch; margin: 0; }

/* Video gömme ------------------------------------------------------------ */
.embed { position: relative; aspect-ratio: 16/9; background: var(--bg-3); border-radius: var(--r); overflow: hidden; box-shadow: inset 0 0 0 1px var(--line); }
.embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Yardımcılar ------------------------------------------------------------ */
.hidden { display: none !important; }
.mt-0 { margin-top: 0; } .mt-2 { margin-top: 16px; } .mt-4 { margin-top: 32px; }
.mb-2 { margin-bottom: 16px; }
.chip {
  display: inline-block; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 11px; background: var(--bg-3); color: var(--slate); font-weight: 600; border-radius: var(--r-sm);
}
.chip--brand { background: var(--chalk-deep); color: #fff; }
.chip--odak { background: var(--cue-amber); color: var(--cue-black); }

/* Uygulama katmanı — mobil sekme çubuğu ---------------------------------- */
.tabbar { display: none; }
@media (max-width: 860px) {
  .tabbar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
    display: grid; grid-template-columns: repeat(5, 1fr);
    background: rgba(14,21,38,.97); backdrop-filter: blur(12px);
    border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom);
  }
  .tabbar a {
    display: grid; justify-items: center; gap: 4px; padding: 10px 4px 9px;
    color: var(--muted-2); font-size: .52rem; letter-spacing: .08em; text-transform: uppercase;
    font-weight: 600; position: relative; transition: color .16s;
  }
  .tabbar a svg { width: 21px; height: 21px; }
  .tabbar a.aktif { color: #6aa5ff; }
  .tabbar a.aktif::before {
    content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 26px; height: 2px; background: var(--chalk-blue); border-radius: 0 0 2px 2px;
  }
  body.tabbar-var { padding-bottom: 74px; }
}

/* Ana ekrana ekle bandı */
.kur-band {
  position: fixed; left: 12px; right: 12px; bottom: 84px; z-index: 130;
  display: flex; align-items: center; gap: 12px; padding: 12px 14px;
  background: var(--midnight); border-radius: var(--r); box-shadow: 0 20px 50px -18px #000, inset 0 0 0 1px var(--line-2);
  transform: translateY(140%); transition: transform .3s var(--ease);
}
.kur-band.acik { transform: none; }
.kur-band img { width: 38px; height: 38px; border-radius: 10px; }
.kur-band div { flex: 1; min-width: 0; }
.kur-band b { display: block; font-size: .85rem; }
.kur-band span { font-size: .72rem; color: var(--slate); }
.kur-band .kapat { background: none; border: 0; color: var(--slate); font-size: 1.3rem; line-height: 1; padding: 4px 6px; cursor: pointer; }
@media (min-width: 861px) { .kur-band { display: none; } }

/* Hareket azaltma tercihi ------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* ==========================================================================
   YAYIN PLATFORMU BİLEŞENLERİ
   Marka kılavuzu s.02'deki yayın formatları raflar halinde sunulur:
   Canlı maç · Turnuva özeti · Teknik ders · Haftanın vuruşları
   ========================================================================== */

/* Öne çıkan yayın (hero) ------------------------------------------------- */
.yayin-hero {
  position: relative; min-height: 560px; display: flex; align-items: flex-end;
  background: var(--cue-black); overflow: hidden; border-bottom: 1px solid var(--line);
}
.yayin-hero .kapak { position: absolute; inset: 0; z-index: 1; }

.yayin-hero .kapak img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.yayin-hero .kapak::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--cue-black) 8%, rgba(6,7,9,.72) 46%, rgba(6,7,9,.25) 100%),
              linear-gradient(0deg, var(--cue-black) 2%, transparent 55%);
}
.yayin-hero .ic { position: relative; z-index: 3; padding: 56px 0 62px; width: 100%; }
.yayin-hero .ust-satir { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; }
.yayin-hero h1 { max-width: 20ch; margin-bottom: 14px; }
/* İçerik başlığı (yayın adı) — Display font yalnız büyük harf kullanıldığı için
   uzun yayın adlarında UI fontuna geçilir (kılavuz s.08 okunurluk notu).     */
.yayin-hero h1.icerik {
  font-family: var(--ff); font-weight: 700; text-transform: none;
  letter-spacing: -.015em; transform: none; line-height: 1.15;
  font-size: clamp(1.5rem, 3.2vw, 2.6rem); max-width: 22ch;
}
.yayin-hero .aciklama { color: var(--slate); max-width: 56ch; margin: 0 0 26px; font-size: 1rem; }
.yayin-hero .kunye {
  display: flex; gap: 18px; flex-wrap: wrap; font-size: .68rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--slate); margin-bottom: 24px;
}
.yayin-hero .kunye b { color: var(--chalk-white); font-weight: 700; }
.yayin-hero .butonlar { display: flex; gap: 10px; flex-wrap: wrap; }
.btn .ikon { width: 15px; height: 15px; }

/* Raf (yatay kaydırmalı bölüm) ------------------------------------------- */
.raf { padding: 40px 0 8px; }
.raf-basli {
  display: flex; align-items: center; gap: 14px; margin-bottom: 18px;
  max-width: var(--maxw); margin-left: auto; margin-right: auto; padding: 0 24px;
}
.raf-basli h2 { margin: 0; font-size: clamp(1.15rem, 2vw, 1.6rem); }
.raf-basli .adet {
  font-size: .62rem; font-weight: 600; letter-spacing: .14em; color: var(--slate);
  background: var(--midnight); padding: 4px 10px; border-radius: 99px;
}
.raf-basli .tumu { margin-left: auto; font-size: .68rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--chalk-blue); white-space: nowrap; }
.raf-basli .tumu:hover { color: #fff; }

.raf-sarma { position: relative; }
.raf-liste {
  display: flex; gap: 14px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x proximity;
  padding: 4px 24px 18px; max-width: var(--maxw); margin: 0 auto;
  scrollbar-width: none; -ms-overflow-style: none;
}
.raf-liste::-webkit-scrollbar { display: none; }
.raf-liste > * { scroll-snap-align: start; flex: 0 0 320px; }
.raf-liste.genis > * { flex: 0 0 400px; }
.raf-liste.dar > * { flex: 0 0 220px; }
@media (max-width: 620px) {
  .raf-liste > * { flex: 0 0 78vw; }
  .raf-liste.dar > * { flex: 0 0 44vw; }
}
/* Kaydırma okları */
.raf-ok {
  position: absolute; top: 50%; transform: translateY(-60%); z-index: 5;
  width: 42px; height: 42px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(14,21,38,.94); color: var(--chalk-white); display: grid; place-items: center;
  box-shadow: inset 0 0 0 1px var(--line-2); transition: .16s; opacity: 0;
}
.raf-sarma:hover .raf-ok { opacity: 1; }
.raf-ok:hover { background: var(--chalk-deep); box-shadow: none; }
.raf-ok.sol { left: 8px; } .raf-ok.sag { right: 8px; }
@media (max-width: 900px) { .raf-ok { display: none; } }

/* Video kartı ------------------------------------------------------------ */
.video-kart { display: block; position: relative; }
.video-kart .kapak {
  position: relative; aspect-ratio: 16/9; border-radius: var(--r); overflow: hidden;
  background: var(--bg-3); box-shadow: inset 0 0 0 1px var(--line);
}
.video-kart .kapak img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.video-kart:hover .kapak img { transform: scale(1.05); }
.video-kart .kapak::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,7,9,.75), transparent 55%);
}
.video-kart .oynat {
  position: absolute; inset: 0; display: grid; place-items: center; z-index: 2; opacity: 0; transition: opacity .2s;
}
.video-kart:hover .oynat { opacity: 1; }
.video-kart .oynat i {
  width: 52px; height: 52px; border-radius: 50%; background: var(--chalk-blue); display: grid; place-items: center;
  font-style: normal; color: #fff; padding-left: 3px; font-size: 1rem;
}
.video-kart .sure {
  position: absolute; right: 9px; bottom: 9px; z-index: 2; background: rgba(6,7,9,.9);
  font-size: .62rem; font-weight: 700; letter-spacing: .06em; padding: 3px 8px; border-radius: 3px;
}
.rozet {
  display: inline-block; font-size: .58rem; font-weight: 700; line-height: 1.5;
  letter-spacing: .12em; text-transform: uppercase; padding: 4px 9px; border-radius: 3px;
  background: var(--midnight); color: var(--chalk-white); box-shadow: inset 0 0 0 1px var(--line);
}
.rozet.canli { background: var(--signal-red); color: #fff; box-shadow: none; }
.rozet.odak { background: var(--cue-amber); color: var(--cue-black); box-shadow: none; }
.video-kart .rozet { position: absolute; left: 9px; top: 9px; z-index: 2; box-shadow: none; }
.video-kart .bilgi { padding: 12px 2px 0; }
/* İçerik başlıkları (haber, video, takım) cümle düzeninde gövde fontuyla
   yazılır; Archivo yalnız bölüm ve sayfa başlıklarında kullanılır.           */
.card .card-body h3, .video-kart .bilgi h3, .yan-kart .yz h3 {
  font-family: var(--ff); font-variation-settings: normal; font-weight: 600;
  text-transform: none; letter-spacing: -.005em; line-height: 1.3; font-size: .96rem;
}
.video-kart .bilgi h3 {
  font-family: var(--ff); font-weight: 600; text-transform: none; letter-spacing: 0;
  font-size: .88rem; line-height: 1.35; margin: 0 0 6px; transform: none;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.video-kart:hover .bilgi h3 { color: var(--chalk-blue); }
.video-kart .bilgi .alt {
  font-size: .64rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--slate);
  display: flex; gap: 8px; align-items: center; flex-wrap: wrap;
}
.video-kart .bilgi .alt .nokta { width: 3px; height: 3px; border-radius: 50%; background: var(--muted-2); }

/* Canlı / yakında maç kartı ---------------------------------------------- */
.mac-kart {
  background: var(--midnight); border-radius: var(--r); box-shadow: inset 0 0 0 1px var(--line);
  padding: 16px 18px; display: grid; gap: 12px; transition: box-shadow .2s, background .2s;
}
.mac-kart:hover { background: #16203a; box-shadow: inset 0 0 0 1px rgba(10,80,255,.45); }
.mac-kart .ust {
  display: flex; align-items: center; gap: 10px; font-size: .6rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--slate);
}
.mac-kart .taraf { display: flex; align-items: center; gap: 10px; }
.mac-kart .taraf .kod {
  width: 30px; height: 30px; border-radius: 7px; display: grid; place-items: center;
  font-size: .6rem; font-weight: 700; color: #fff; flex-shrink: 0;
}
.mac-kart .taraf .ad { font-size: .88rem; font-weight: 600; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mac-kart .taraf .sk { margin-left: auto; font-size: 1.15rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.mac-kart .taraf.onde .ad { color: var(--chalk-white); }
.mac-kart .taraf.onde .sk { color: var(--chalk-blue); }
.mac-kart .aktif-brans {
  border-top: 1px solid var(--line); padding-top: 10px; font-size: .64rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--slate);
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.mac-kart .aktif-brans b { color: var(--chalk-white); }

/* İzleme sayfası --------------------------------------------------------- */
.oynatici { background: #000; border-radius: var(--r); overflow: hidden; box-shadow: inset 0 0 0 1px var(--line); }
.oynatici .cerceve { position: relative; aspect-ratio: 16/9; }
.oynatici iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.izle-ust { display: flex; align-items: flex-start; gap: 16px; flex-wrap: wrap; margin: 22px 0 8px; }
/* Yayın başlığı içerik metnidir: Display font yalnız büyük harfle kullanılır
   (kılavuz s.08), uzun başlıklarda okunurluk için UI fontuna geçilir.        */
.izle-ust h1 {
  font-family: var(--ff); font-weight: 700; text-transform: none; letter-spacing: -.01em;
  transform: none; font-size: clamp(1.1rem, 2.1vw, 1.6rem); line-height: 1.3;
  margin: 0; flex: 1; min-width: 260px;
}
.izle-kunye {
  display: flex; gap: 14px; flex-wrap: wrap; font-size: .66rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--slate); margin-bottom: 20px;
}

/* İzleme sayfası — düzen ve yan liste ------------------------------------- */
.geri-link {
  display: inline-block; font-size: .68rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--slate); margin-bottom: 18px;
}
.geri-link:hover { color: var(--chalk-white); }
.izle-duzen { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }
@media (max-width: 1000px) { .izle-duzen { grid-template-columns: 1fr; } }
.izle-eylem { display: flex; gap: 8px; flex-wrap: wrap; }
.yan-basli { font-size: .95rem; margin: 0 0 14px; }
.yan-liste { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.yan-kart { display: grid; grid-template-columns: 150px 1fr; gap: 10px; align-items: start; }
.yan-kart .kk {
  position: relative; aspect-ratio: 16/9; border-radius: 8px; overflow: hidden;
  background: var(--bg-3); box-shadow: inset 0 0 0 1px var(--line);
}
.yan-kart .kk img { width: 100%; height: 100%; object-fit: cover; }
.yan-kart .kk .sure {
  position: absolute; right: 5px; bottom: 5px; background: rgba(6,7,9,.86); color: #fff;
  font-size: .6rem; font-weight: 700; padding: 2px 5px; border-radius: 4px; font-variant-numeric: tabular-nums;
}
.yan-kart .yz h3 {
  font-size: .82rem; line-height: 1.35; margin: 0 0 5px; font-weight: 600;
  font-family: var(--ff); text-transform: none; letter-spacing: 0; transform: none;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.yan-kart .yz span { font-size: .68rem; color: var(--slate); }
.yan-kart:hover .yz h3 { color: var(--chalk-blue); }

/* Yayın arşivi ------------------------------------------------------------ */
.arsiv-ust { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 22px; }
.arsiv-ara {
  flex: 1; min-width: 220px; background: var(--midnight); border: 0; color: var(--chalk-white);
  padding: 11px 14px; border-radius: 10px; font: inherit; font-size: .88rem;
  box-shadow: inset 0 0 0 1px var(--line);
}
.arsiv-ara::placeholder { color: var(--muted-2); }
.arsiv-ara:focus { outline: 0; box-shadow: inset 0 0 0 1px var(--chalk-blue); }
.arsiv-sayi { font-size: .7rem; color: var(--slate); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.video-izgara { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 26px 18px; }

/* ==========================================================================
   TURNUVA MODÜLÜ (eşli · çift eleme)
   ========================================================================== */

/* Form alanları ---------------------------------------------------------- */
.form-izgara { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px 16px; }
.form-izgara .genis { grid-column: 1 / -1; }
.form-izgara label {
  display: flex; flex-direction: column; gap: 7px;
  font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--slate);
}
.form-izgara input, .form-izgara select, .form-izgara textarea {
  background: var(--cue-black); color: var(--chalk-white); border: 0; border-radius: var(--r);
  box-shadow: inset 0 0 0 1px var(--line); padding: 11px 13px;
  font: inherit; font-size: .9rem; letter-spacing: 0; text-transform: none; font-weight: 400;
}
.form-izgara input:focus, .form-izgara select:focus, .form-izgara textarea:focus {
  outline: 0; box-shadow: inset 0 0 0 1px var(--chalk-blue);
}
.form-izgara input::placeholder, .form-izgara textarea::placeholder { color: var(--muted-2); }
.form-izgara label.onay { flex-direction: row; align-items: flex-start; gap: 10px; text-transform: none; letter-spacing: 0; font-size: .85rem; font-weight: 400; }
.form-izgara label.onay input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; accent-color: var(--chalk-blue); }
.form-izgara button[disabled] { opacity: .45; cursor: not-allowed; }

.notice--odak { border-left-color: var(--cue-amber); }
.notice--iyi { border-left-color: var(--felt-green); }
.notice b { color: var(--chalk-white); }

/* Turnuva kartı ---------------------------------------------------------- */
.turnuva-kart .trn-ust { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.turnuva-kart h3 { margin-bottom: 8px; }
.trn-ozet { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 14px; margin-top: 16px; }
.trn-ozet div { display: flex; flex-direction: column; gap: 2px; }
.trn-ozet span { font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); font-weight: 600; }
.trn-ozet b { font-size: .84rem; color: var(--chalk-white); font-weight: 600; }
.trn-sampiyon {
  margin-top: 16px; padding-top: 13px; border-top: 1px solid var(--line);
  display: flex; align-items: baseline; gap: 10px;
}
.trn-sampiyon span { font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); font-weight: 600; }
.trn-sampiyon b { color: var(--cue-amber); font-size: .92rem; }

/* Turnuva başlığı -------------------------------------------------------- */
.trn-head .geri-link { margin-bottom: 14px; }
.trn-head-ic { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.trn-head h1 { font-size: clamp(1.7rem, 4vw, 3rem); margin-bottom: 14px; }
.trn-etiketler { display: flex; gap: 6px; flex-wrap: wrap; }
.trn-aciklama { color: var(--slate); max-width: 62ch; margin: 18px 0 0; font-size: .92rem; }
.trn-kupa {
  background: var(--midnight); padding: 14px 20px; border-radius: var(--r);
  box-shadow: inset 0 0 0 1px var(--line); display: flex; flex-direction: column; gap: 4px;
}
.trn-kupa span { font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); font-weight: 600; }
.trn-kupa b { color: var(--cue-amber); font-size: 1.05rem; }

.yon-cubuk {
  display: flex; align-items: center; gap: 9px; flex-wrap: wrap;
  margin-top: 24px; padding: 14px 18px; background: var(--midnight);
  border-radius: var(--r); box-shadow: inset 0 0 0 1px var(--line);
}
.yon-etiket {
  font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--cue-amber); padding-right: 6px;
}
.yon-cubuk .btn[disabled] { opacity: .4; cursor: not-allowed; }

/* Katılımcı eşleri ------------------------------------------------------- */
.es-izgara { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 12px; }
.es-kart {
  position: relative; display: flex; align-items: center; gap: 12px;
  background: var(--midnight); border-radius: var(--r); padding: 13px 15px;
  box-shadow: inset 0 0 0 1px var(--line);
}
.es-kart.bekliyor { opacity: .72; box-shadow: inset 0 0 0 1px var(--line-2); }
.es-no {
  position: absolute; top: 6px; right: 9px; font-size: .6rem; font-weight: 700;
  color: var(--muted-2); font-variant-numeric: tabular-nums;
}
.es-kod {
  flex: 0 0 46px; height: 46px; border-radius: var(--r-sm); display: grid; place-items: center;
  background: var(--chalk-deep); color: #fff; font-weight: 800; font-size: .74rem; letter-spacing: .04em;
}
.es-isim { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.es-isim b { font-size: .84rem; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.es-durum { margin-left: auto; font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: var(--cue-amber); font-weight: 600; }
.es-sil {
  margin-left: auto; background: transparent; border: 0; color: var(--muted-2);
  font-size: 1.2rem; line-height: 1; cursor: pointer; padding: 4px 6px;
}
.es-sil:hover { color: var(--signal-red); }

/* Skor girişi kartı ------------------------------------------------------ */
.mac-liste { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 14px; }
.skor-kart {
  background: var(--midnight); border-radius: var(--r); padding: 15px 17px;
  box-shadow: inset 0 0 0 1px var(--line);
}
.skor-kart.buyuk { margin-bottom: 26px; padding: 22px 24px; box-shadow: inset 0 0 0 1px var(--chalk-blue); }
.skor-kart.canli { box-shadow: inset 0 0 0 1px rgba(255,59,48,.5); }
.sk-ust { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.sk-kod { font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--slate); }
.sk-race { margin-left: auto; font-size: .6rem; font-weight: 700; letter-spacing: .1em; color: var(--muted-2); text-transform: uppercase; }
.sk-taraf {
  display: flex; align-items: center; gap: 10px; padding: 10px 0;
  border-top: 1px solid var(--line);
}
.sk-taraf:first-of-type { border-top: 0; }
.sk-kod2 {
  flex: 0 0 38px; height: 30px; border-radius: var(--r-sm); display: grid; place-items: center;
  background: var(--bg-3); color: var(--slate); font-weight: 800; font-size: .62rem;
}
.sk-taraf.onde .sk-kod2 { background: var(--chalk-deep); color: #fff; }
.sk-ad { flex: 1; min-width: 0; font-size: .88rem; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sk-taraf.benim .sk-ad { color: var(--chalk-blue); }
.sk-sayi {
  min-width: 34px; text-align: center; font-size: 1.5rem; font-weight: 800;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.skor-kart.buyuk .sk-sayi { font-size: 2.1rem; min-width: 46px; }
.sk-btn {
  width: 34px; height: 34px; flex: 0 0 34px; border: 0; border-radius: var(--r-sm); cursor: pointer;
  background: var(--bg-3); color: var(--chalk-white); font-size: 1.15rem; line-height: 1;
  transition: background .15s;
}
.skor-kart.buyuk .sk-btn { width: 42px; height: 42px; flex-basis: 42px; font-size: 1.35rem; }
.sk-btn.arti:hover { background: var(--chalk-deep); }
.sk-btn.eksi:hover { background: #2a3448; }
.sk-btn[disabled] { opacity: .3; cursor: not-allowed; }
.sk-alt { display: flex; align-items: center; gap: 9px; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.sk-masa {
  background: var(--cue-black); color: var(--chalk-white); border: 0; border-radius: var(--r-sm);
  box-shadow: inset 0 0 0 1px var(--line); padding: 8px 11px; font: inherit; font-size: .78rem;
}
.sk-alt .btn { margin-left: auto; }
.sk-kayit { margin-top: 12px; display: flex; flex-direction: column; gap: 3px; }
.sk-kayit span { font-size: .68rem; color: var(--muted-2); }
.sk-kayit b { color: var(--slate); font-weight: 600; }

.bitti-kart {
  display: flex; align-items: center; gap: 12px; background: var(--midnight);
  border-radius: var(--r); padding: 12px 15px; box-shadow: inset 0 0 0 1px var(--line);
  border-left: 3px solid var(--line-2); font-size: .84rem;
}
.bitti-kart.galibiyet { border-left-color: var(--felt-green); }
.bitti-kart.yenilgi { border-left-color: var(--signal-red); }
.bk-ad { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--slate); }
.bk-ad.kazanan { color: var(--chalk-white); font-weight: 600; }
.bk-skor { font-weight: 800; font-variant-numeric: tabular-nums; }
.bk-sonuc { font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: var(--muted-2); }

/* Bracket ---------------------------------------------------------------- */
.bracket { overflow-x: auto; padding-bottom: 12px; scrollbar-width: thin; }
.bracket-ic { display: flex; gap: 16px; min-width: min-content; align-items: flex-start; }
.brk-kolon { flex: 0 0 236px; display: flex; flex-direction: column; gap: 10px; }
.brk-baslik {
  font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--slate); padding-bottom: 8px; border-bottom: 1px solid var(--line); margin-bottom: 2px;
}
.brk-mac {
  background: var(--midnight); border-radius: var(--r); overflow: hidden;
  box-shadow: inset 0 0 0 1px var(--line);
}
.brk-mac.hazir { box-shadow: inset 0 0 0 1px rgba(10,80,255,.45); }
.brk-mac.canli { box-shadow: inset 0 0 0 1px rgba(255,59,48,.5); }
.brk-mac.pasif { opacity: .4; }
.brk-kod {
  font-size: .53rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted-2); padding: 7px 11px 5px;
}
.brk-satir {
  display: flex; align-items: center; gap: 8px; padding: 8px 11px;
  border-top: 1px solid var(--line); font-size: .78rem;
}
.brk-kod2 { flex: 0 0 34px; font-size: .58rem; font-weight: 800; color: var(--muted-2); }
.brk-ad { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--slate); }
.brk-skor { font-weight: 800; font-variant-numeric: tabular-nums; color: var(--muted-2); }
.brk-satir.kazanan { background: rgba(10,80,255,.1); }
.brk-satir.kazanan .brk-ad { color: var(--chalk-white); font-weight: 600; }
.brk-satir.kazanan .brk-skor { color: var(--chalk-blue); }
.brk-satir.kaybeden { opacity: .55; }
.brk-satir.bay .brk-ad, .brk-satir.bos .brk-ad { color: var(--muted-2); font-style: italic; }
.brk-bos { padding: 10px 11px; font-size: .74rem; color: var(--muted-2); }
@media (max-width: 700px) { .brk-kolon { flex-basis: 200px; } }

table.data tr.vurgu { background: rgba(255,176,32,.07); }

/* Turnuva şeridi ---------------------------------------------------------- */
.trn-serit {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  background: var(--midnight); border-radius: var(--r); padding: 14px 18px;
  box-shadow: inset 0 0 0 1px var(--line); border-left: 3px solid var(--cue-amber);
}
.trn-serit-yazi { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 190px; }
.trn-serit-yazi b { font-size: .95rem; }
.trn-serit-yazi span { font-size: .72rem; color: var(--slate); }
.brk-skor.bay-etiket { font-size: .52rem; letter-spacing: .1em; color: var(--muted-2); font-weight: 700; }
.sk-taraf.onde .sk-sayi { color: var(--chalk-blue); }

/* Dar ekranda eş adları iki satıra sarar */
@media (max-width: 560px) {
  .sk-ad { white-space: normal; line-height: 1.25; font-size: .82rem; }
  .skor-kart { padding: 13px 14px; }
  .skor-kart.buyuk { padding: 18px 16px; }
  .sk-alt .btn { margin-left: 0; width: 100%; justify-content: center; }
  .sk-masa { width: 100%; }
  .es-isim b { white-space: normal; }
}

/* Kesik halka motifi — bölüm ayracı ve çerçeve ----------------------------- */
.halka-ayrac {
  display: flex; align-items: center; gap: 18px; margin: 0 0 30px;
}
.halka-ayrac::before, .halka-ayrac::after {
  content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--line-2), transparent);
}
.halka-ayrac img { width: 26px; height: 26px; opacity: .9; }

.halka-cerceve { position: relative; display: inline-grid; place-items: center; }
.halka-cerceve > img.halka {
  position: absolute; inset: -10%; width: 120%; height: 120%; opacity: .85;
  animation: halka-donus 26s linear infinite;
}
@keyframes halka-donus { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .halka-cerceve > img.halka { animation: none; }
}

/* Boş durumda halka çerçevesi ---------------------------------------------- */


/* CANLI rozeti — nabız atan sinyal topu ------------------------------------ */
.rozet.canli { display: inline-flex; align-items: center; gap: 6px; }
.rozet.canli::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0;
  background: radial-gradient(circle at 34% 30%, #fff 0%, #ffd9d6 40%, #c9241b 100%);
  animation: tally 1.5s steps(1,end) infinite;
}
@media (prefers-reduced-motion: reduce) { .rozet.canli::before { animation: none; } }

/* Bölüm başlığı vurgusu — logo halkasının mavi çizgisi --------------------- */
.section-head > div:first-child { border-left-color: var(--chalk-blue); }
.section-head .eyebrow { color: var(--slate); }


/* Yer tutucu — kesik halka motifi ------------------------------------------ */
.card:hover .thumb .yer-tutucu img { opacity: .45; }


/* ==========================================================================
   RAY VE ELMAS NİŞANLARI  (imza öğesi)
   --------------------------------------------------------------------------
   Bilardo masasının bandı üzerinde eşit aralıklı elmas nişanlar bulunur;
   oyuncu konumu bunlarla okur. Sayfanın sol kenarındaki ray da aynı işi
   yapar: her elmas bir bölümdür, o bölüme gelindiğinde nişan yanar.
   Süs değil — kaydırma konumunu bildiren gerçek bir dizin.
   ========================================================================== */
.ray {
  position: fixed; left: 0; top: var(--header-h); bottom: 0; width: var(--ray-w);
  z-index: 60; pointer-events: none;
  border-right: 1px solid var(--ray);
  background: linear-gradient(90deg, rgba(16,29,43,.55), transparent);
}
.ray-ic {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0;
}
.ray-nisan {
  position: relative; width: 100%; flex: 1 1 0; min-height: 0;
  display: grid; place-items: center; pointer-events: auto;
}
/* Elmas: 45° döndürülmüş kare — gerçek nişanların biçimi */
.ray-nisan i {
  width: 9px; height: 9px; transform: rotate(45deg);
  background: transparent; box-shadow: inset 0 0 0 1px var(--line-2);
  transition: background .3s var(--ease), box-shadow .3s var(--ease), transform .35s var(--yay);
}
.ray-nisan:hover i { transform: rotate(45deg) scale(1.25); }
.ray-nisan.aktif i {
  background: var(--chalk-blue); box-shadow: 0 0 0 1px var(--chalk-blue), 0 0 14px rgba(10,80,255,.75);
  transform: rotate(45deg) scale(1.15);
}
.ray-nisan.gecildi i { background: var(--line-2); box-shadow: none; }
/* Nişan etiketi — üzerine gelince yatay olarak açılır */
.ray-nisan b {
  position: absolute; left: calc(100% + 10px); white-space: nowrap;
  font-family: var(--ff-mono); font-size: .58rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--slate);
  background: var(--cloth); padding: 5px 9px; border-radius: var(--r-sm);
  box-shadow: inset 0 0 0 1px var(--line);
  opacity: 0; transform: translateX(-6px); transition: opacity .2s, transform .2s var(--ease);
}
.ray-nisan:hover b { opacity: 1; transform: none; color: var(--chalk-white); }
/* Ray sayfanın soluna yer açar */
@media (min-width: 1120px) {
  body.ray-var .container { padding-left: calc(24px + var(--ray-w)); }
  body.ray-var .site-header .nav { padding-left: calc(24px + var(--ray-w)); }
}
@media (max-width: 1119px) { .ray { display: none; } }

/* Elmas — bölüm başlığı nişanı (mavi çubuğun yerine) --------------------- */
.section-head > div:first-child {
  border-left: 0; padding-left: 26px; position: relative;
}
.section-head > div:first-child::before {
  content: ""; position: absolute; left: 0; top: .34em;
  width: 10px; height: 10px; transform: rotate(45deg);
  background: var(--chalk-blue);
}
.section-head { align-items: flex-end; border-bottom: 1px solid var(--ray); }
.section-head .eyebrow { color: var(--slate); font-size: .58rem; }

/* Elmas ayraç — bölümler arası */
.elmas-ayrac { display: flex; align-items: center; gap: 14px; margin: 0 0 26px; }
.elmas-ayrac::before, .elmas-ayrac::after {
  content: ""; height: 1px; flex: 1; background: var(--ray);
}
.elmas-ayrac i { width: 7px; height: 7px; transform: rotate(45deg); background: var(--line-2); }

/* ==========================================================================
   YAYIN MOBİLYASI — tally ışığı, künye satırı, masa numarası
   ========================================================================== */
/* Tally: yayın kamerasının kırmızı ışığı. Yanıp sönmez, açık/kapalı yanar. */
@keyframes tally { 0%,55% { opacity: 1; } 56%,100% { opacity: .35; } }
.rozet {
  font-family: var(--ff-mono); font-weight: 500; font-size: .58rem;
  letter-spacing: .14em; border-radius: var(--r-sm);
}
.rozet.canli { background: var(--tally-red); color: #fff; box-shadow: none; }
.rozet.canli::before {
  content: ""; width: 6px; height: 6px; border-radius: 1px; background: #fff;
  animation: tally 1.6s steps(1, end) infinite;
}

/* Künye satırı — yayın altyazısı gibi: etiket · değer */
.kunye-satir {
  display: flex; gap: 22px; flex-wrap: wrap; font-family: var(--ff-mono);
  font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2);
  padding: 11px 0; border-top: 1px solid var(--ray); border-bottom: 1px solid var(--ray);
}
.kunye-satir b { color: var(--chalk-white); font-weight: 500; }

/* Masa numarası rozeti — T1 / T2 */
.masa-no {
  display: inline-grid; place-items: center; min-width: 30px; height: 22px;
  font-family: var(--ff-mono); font-size: .66rem; font-weight: 600; letter-spacing: .04em;
  background: var(--cue-black); color: var(--chalk-white);
  box-shadow: inset 0 0 0 1px var(--line-2); border-radius: var(--r-sm);
}

/* Süre etiketi — format kartlarında gerçek bilgi taşır */
.sure-etiket {
  display: inline-block; font-family: var(--ff-mono); font-size: .62rem; font-weight: 600;
  letter-spacing: .12em; color: var(--blue-lit);
  padding-bottom: 9px; margin-bottom: 4px; border-bottom: 1px solid var(--ray);
}

/* ==========================================================================
   KÖŞE CEBİ — hero'da logonun halkası cebin ağzı olur
   ========================================================================== */
/* Köşe cebi: dairenin merkezi hero'nun sağ üst köşesinin dışındadır, böylece
   görünen yay tam olarak bir cep ağzı gibi köşeyi sarar.                     */
.cep {
  position: absolute; right: -430px; top: -430px; width: 760px; height: 760px;
  z-index: 1; pointer-events: none;
}
.cep circle { fill: none; stroke: var(--chalk-blue); stroke-width: 9; opacity: .85; }
.cep .iz { stroke: var(--ray); stroke-width: 1; opacity: 1; }
.cep .golge { stroke: var(--chalk-deep); stroke-width: 26; opacity: .16; }
@media (max-width: 900px) { .cep { width: 460px; height: 460px; right: -260px; top: -250px; opacity: .7; } }

/* Çuha dokusu — hero zemininde çok hafif çapraz tarama --------------------- */
.cuha::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: repeating-linear-gradient(115deg,
    rgba(255,255,255,.022) 0 1px, transparent 1px 3px);
}
