/* ===== Hero (650×650 manşet kartı) ===== */
.hero-ys { padding: 26px 0 8px; position: relative; }
.hero-ys-grid {
  display: grid;
  grid-template-columns: 650px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}
.hys-main {
  width: 650px;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  max-width: 100%;
  /* === Card frame — matches ForexChart on the right side === */
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  box-sizing: border-box;
  box-shadow:
    0 1px 2px rgba(15, 20, 35, 0.04),
    0 8px 22px -12px rgba(15, 20, 35, 0.10);
}
.hys-trend { display: flex; flex-direction: column; min-width: 0; }

/* Tabs */
.hys-tabs {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 0;
}
.hys-tabs-main { justify-content: space-between; }
.hys-tabs-side {
  flex-shrink: 0;
  margin-top: 8px;
  margin-bottom: 12px;
}
.hys-tabs-side .hys-tab {
  margin: 0;
  cursor: default;
}

@media (max-width: 720px) {
  .hys-tabs-main--mobile-hidden {
    display: none !important;
  }
}

.hys-manset-anchor {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: clip;
  flex-shrink: 0;
  overflow-anchor: none;
}

/* E-Gazete chip — sits opposite the "Günün Manşetleri" tab */
.hys-egazete {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 30px;
  padding: 0 12px 0 10px;
  border-radius: 999px;
  background: oklch(96% 0.005 250);
  border: 1px solid var(--line);
  color: var(--ink-2);
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s, transform .15s;
  flex-shrink: 0;
}
.hys-egazete:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  transform: translateY(-1px);
}
.hys-egazete-icon { color: currentColor; flex-shrink: 0; }
.hys-egazete-text { line-height: 1; letter-spacing: -0.005em; }
.hys-tab {
  background: transparent;
  border: 0;
  font-family: var(--font-sans);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.018em;
  color: oklch(58% 0.014 260);
  padding: 6px 0;
  cursor: pointer;
  position: relative;
  transition: color .15s;
}
.hys-tab.active { color: var(--ink); }
.hys-tab.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 4px; background: var(--accent); border-radius: 2px;
}
.hys-tab-dot { color: var(--ink-3); font-weight: 700; font-size: 18px; }
.hys-tab-spor::after { background: oklch(64% 0.16 152); }

/* Poster slider — 650×650 sabit kart (sadece ana manşet) */
.poster { position: relative; }
.hys-main .poster {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  overflow: clip;
  overflow-anchor: none;
}
.hys-main .poster-frame {
  position: relative;
  border-radius: 12px;
  overflow: clip;
  background: var(--paper);
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  max-height: none;
  box-shadow: 0 1px 2px rgba(15,20,35,0.04), 0 18px 40px -22px rgba(15,20,35,0.22);
  isolation: isolate;
  contain: layout size style;
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: contain;
  overflow-anchor: none;
}
/* Spor slider için varsayılan (esnek) */
.poster-frame {
  position: relative;
  border-radius: 4px;
  overflow: clip;
  background: #000;
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: contain;
  contain: layout style paint;
  overflow-anchor: none;
}
/* Swiper — Sabah main-headline modeli (transform tabanlı kaydırma) */
.poster-frame .poster-swiper.swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
}
.poster-frame .poster-swiper .swiper-wrapper {
  align-items: stretch;
}
.poster-frame .poster-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.poster-frame .poster-swiper .poster-slide {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: none;
  display: flex;
  flex-direction: column;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
.poster-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 700ms cubic-bezier(.2,.8,.2,1);
  display: flex;
  flex-direction: column;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
.poster-slide.active { opacity: 1; z-index: 1; }

/* ---- Split varyant (görsel üst, içerik alt) ---- */
.poster-slide.is-split .poster-media {
  position: relative;
  height: 340px;
  flex: 0 0 340px;
  overflow: hidden;
  background: var(--bg-3);
}
.poster-slide.is-split .poster-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  padding: 22px 30px 24px;
  display: flex; flex-direction: column;
  background: var(--paper);
  color: var(--ink);
  position: relative;
}
.poster-slide.is-split .pc-title { color: var(--ink); }
.poster-slide.is-split .pc-spot { color: var(--ink-2); }
.poster-slide.is-split .pc-kicker { color: var(--ink-3); }
.poster-slide.is-split .pc-time { color: var(--ink-3); }

/* ---- Full-image varyant (görsel tam, içerik altta gradient üzerine) ---- */
.poster-slide.is-full .poster-media {
  position: absolute; inset: 0;
  overflow: hidden;
  background: #000;
}
.poster-slide.is-full > .poster-grad {
  z-index: 1;
}
.poster-slide.is-full .poster-content {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 32px 38px 36px;
  z-index: 2;
  color: #fff;
}
.poster-slide.is-full .pc-title { color: #fff; text-shadow: 0 4px 24px rgba(0,0,0,0.35); }
.poster-slide.is-full .pc-spot { color: rgba(255,255,255,0.92); }
.poster-slide.is-full .pc-kicker { color: rgba(255,255,255,0.72); }
.poster-slide.is-full .pc-time { color: rgba(255,255,255,0.6); }
.poster-slide.is-full .pc-tag-line { background: rgba(255,255,255,0.85); }

/* ---- Cover varyant (hazır kapak görseli — başlık görselin kendisinde) ---- */
.poster-slide.is-cover .poster-media { position: absolute; inset: 0; }
.poster-slide.is-cover .poster-grad { display: none; }

/* ---- Drag durumu ---- */
.poster-frame .poster-swiper { cursor: grab; user-select: none; -webkit-user-select: none; }
.poster-frame .poster-swiper.swiper-touching { cursor: grabbing; }
.poster-frame img { -webkit-user-drag: none; user-drag: none; pointer-events: none; }

.poster-photo {
  position: absolute !important; inset: 0;
  width: 100%; height: 100%;
  aspect-ratio: auto !important;
  border-radius: 0;
}
.poster-grad {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(0,0,0,0) 35%,
      rgba(0,0,0,0.30) 58%,
      rgba(0,0,0,0.85) 86%,
      rgba(0,0,0,0.96) 100%);
}

/* ---- İçerik ortak: aksan çizgi + rozet + başlık + spot ---- */
.pc-tag-line {
  width: 56px; height: 3px;
  background: var(--accent);
  border-radius: 1px;
  margin-bottom: 14px;
}
.pc-meta-row {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.pc-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-sans);
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.14em;
  padding: 5px 9px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  background: var(--ink);
}
.pc-tag-live { background: var(--accent); }
.pc-tag-breaking { background: var(--accent); }
.pc-tag-exclusive { background: oklch(32% 0.10 265); }
.pc-tag-new { background: oklch(48% 0.18 152); }
.pc-tag-data { background: oklch(40% 0.14 255); }
.pc-tag-gallery { background: oklch(45% 0.16 320); }
.pc-tag-video { background: oklch(46% 0.19 25); }
.pc-tag-dot {
  position: relative;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #fff;
}
.pc-tag-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.7);
  animation: pc-pulse 1.4s infinite;
  transform-origin: center;
  will-change: transform, opacity;
}
@keyframes pc-pulse {
  0%   { transform: scale(1);   opacity: 1; }
  70%  { transform: scale(2.6); opacity: 0; }
  100% { transform: scale(2.6); opacity: 0; }
}
.pc-kicker {
  font-family: var(--font-sans);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.pc-time {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.02em;
  margin-left: auto;
}
.pc-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 35px;
  line-height: 1.08;
  letter-spacing: -0.028em;
  margin: 0 0 14px;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pc-spot {
  font-family: var(--font-sans);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.42;
  margin: 0;
  letter-spacing: -0.005em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Backwards compat (other places still use these classes for spor slider) */
.poster-title {
  font-family: var(--font-archivo-stack);
  font-weight: 900;
  font-size: clamp(38px, 4.6vw, 76px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  margin: 0 0 16px;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0,0,0,0.35);
  text-transform: uppercase;
}
.poster-title .pt-line { display: block; }
.poster-title-sm { font-size: clamp(22px, 2.4vw, 36px); }
.poster-overlay {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 32px 38px 38px;
  z-index: 2;
  color: #fff;
}
.poster-sub {
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255,255,255,0.92);
  margin: 0;
  max-width: 92%;
  letter-spacing: -0.005em;
}
.poster-sub-sm { font-size: 13.5px; }

/* Poster controls (bottom strip with pagination) */
.poster-controls {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: stretch;
  gap: 4px;
  margin-top: 0;
  flex: 0 0 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  overflow: hidden;
  overflow-anchor: none;
}
.hys-main .poster-controls {
  flex: 0 0 36px;
  min-height: 36px;
  max-height: 36px;
}
.poster-pages {
  display: flex; gap: 2px;
  overflow: hidden;
  min-width: 0;
  scroll-behavior: auto;
}
.ppg {
  flex: 1 1 0;
  min-width: 0;
  border: 0;
  background: oklch(96% 0.005 250);
  color: oklch(58% 0.014 260);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  border-radius: 2px;
  cursor: pointer;
  transition: background .12s, color .12s;
  display: flex; align-items: center; justify-content: center;
}
.ppg:hover:not(:disabled) { background: oklch(92% 0.006 250); color: var(--ink); }
.ppg.on { background: var(--ink); color: #fff; }
.ppg.muted { color: oklch(72% 0.010 260); }
.poster-tm {
  width: 56px;
  background: var(--ink);
  color: #fff;
  border: 0;
  border-radius: 2px;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 13px;
  cursor: pointer;
}
.poster-arrows {
  display: flex; align-items: center; gap: 0;
  background: var(--ink);
  border-radius: 2px;
  padding: 0 4px;
}
.parr {
  background: transparent;
  border: 0;
  color: #fff;
  width: 28px; height: 100%;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: opacity .15s;
}
.parr:hover { opacity: 0.7; }
.parr-dot { color: rgba(255,255,255,0.3); padding: 0 2px; }

/* Small poster dots (spor) */
.poster-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.poster-nav-arr {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .15s, color .15s, border-color .15s;
}
.poster-nav-arr:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.poster-dots {
  display: flex; gap: 6px; justify-content: center;
}
.pdot {
  width: 8px; height: 8px; border-radius: 50%;
  background: oklch(86% 0.008 250);
  border: 0;
  cursor: pointer;
  transition: background .15s, transform .15s;
  padding: 0;
}
.pdot.on { background: var(--ink); transform: scale(1.2); }

/* === Right side: yan manşet (7) + kutu haber (3) === */
.hys-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  align-self: stretch;
  box-sizing: border-box;
}
@media (min-width: 1101px) {
  .hys-side {
    height: 100%;
  }
}
.hys-spor {
  flex: 7 1 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px;
  box-sizing: border-box;
  box-shadow:
    0 1px 2px rgba(15, 20, 35, 0.04),
    0 8px 22px -12px rgba(15, 20, 35, 0.10);
}
.hys-spor .poster {
  flex: 0 0 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  overflow: clip;
  overflow-anchor: none;
}
.hys-spor .poster .poster-frame,
.hys-spor .poster-sm .poster-frame {
  position: relative;
  flex: 0 0 auto;
  min-height: 0;
  width: 100%;
  aspect-ratio: 4 / 4.5;
  height: auto;
  border-radius: 12px;
  overflow: clip;
  isolation: isolate;
  container-type: inline-size;
  contain: layout size style;
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: contain;
  overflow-anchor: none;
}
.hys-spor .poster-dots { flex: 0 0 auto; margin-top: 0; }
.hys-spor .poster-nav {
  flex: 0 0 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  margin-top: 0;
  overflow: hidden;
  overflow-anchor: none;
}
.hys-spor .poster-sm .poster-overlay {
  padding: 14px 16px 16px;
}
.hys-spor .poster-overlay .poster-title-sm {
  color: #fff;
}
.hys-spor .poster-frame .poster-sm-arr {
  display: none;
}

/* === Skyscraper OUTSIDE the container ===
   İçerik kenarından 24px boşluk (site grid gap ile aynı):
     content edge → 24px gap → skyscraper (160px)
   Hesap: inset = (100vw − var(--max)) / 2 + var(--gutter) − 184px
   (184 = 160 reklam + 24 gap)
   Görünür minimum viewport: ~1500px (CLS güvenli: position:absolute). */
:root {
  --sky-outside-inset: calc((100vw - var(--max)) / 2 + var(--gutter) - 184px);
}
.hys-sky-outside {
  position: absolute;
  top: 26px;
  right: var(--sky-outside-inset);
  width: 160px;
  height: 600px;
  pointer-events: none;
}
.hys-sky-outside--left {
  right: auto;
  left: var(--sky-outside-inset);
}

/* Generic — drop into ANY section that has position: relative so its
   skyscraper ad lives outside the central content grid. */
.sec-sky-outside {
  position: absolute;
  top: 0;
  bottom: 0;           /* stretch to parent height so inner sticky has room */
  right: var(--sky-outside-inset);
  width: 160px;
  pointer-events: none;
  z-index: 1;
}
.sec-sky-outside--left {
  right: auto;
  left: var(--sky-outside-inset);
}
.sec-sky-inner {
  width: 160px;
  pointer-events: auto;
  position: sticky;
  top: 80px;
}
.ad-skyscraper-outside {
  width: 160px;
  height: 600px;
  background:
    repeating-linear-gradient(45deg, transparent 0 10px, rgba(15,20,30,0.05) 10px 20px),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--ink-3);
  font-family: var(--font-mono);
  pointer-events: auto;
  position: sticky;
  top: 80px;
}
.ad-mark-out {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--ink-3);
}
.ad-dims-out {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: oklch(72% 0.008 260);
}
.ad-skyscraper-outside:has(.ad-card) {
  background: var(--paper);
  padding: 0;
  border: none;
  overflow: hidden;
}
.ad-skyscraper-outside .ad-card {
  width: 160px;
  height: 600px;
  margin: 0;
  position: relative;
  display: block;
}
.ad-skyscraper-outside .ad-card > a {
  display: block;
  width: 100%;
  height: 100%;
}
.ad-skyscraper-outside .ad-image-wrap {
  width: 100%;
  height: 100%;
}
.ad-skyscraper-outside .ad-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1500px) {
  .hys-sky-outside,
  .hys-sky-outside--left,
  .sec-sky-outside,
  .sec-sky-outside--left { display: none; }
}

/* Widget card base */
.wcard {
  position: relative;
  border-radius: 6px;
  padding: 14px 14px 14px;
  overflow: hidden;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #fff;
}
.wc-head { z-index: 2; position: relative; }
.wc-title { font-family: var(--font-sans); font-size: 15.5px; font-weight: 800; letter-spacing: -0.018em; line-height: 1.2; }
.wc-sub { font-size: 13px; font-weight: 500; opacity: 0.92; margin-top: 2px; }

/* WEATHER */
.wcard-weather {
  background: linear-gradient(155deg, oklch(54% 0.16 250) 0%, oklch(40% 0.16 255) 100%);
}
.wc-bg { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.7; }
.wc-mid {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  flex: 1;
  margin-top: 6px;
}
.wc-temp {
  font-family: var(--font-sans);
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
}
.wc-icon { flex-shrink: 0; }
.wc-foot {
  position: relative; z-index: 2;
  font-size: 11.5px;
  font-weight: 500;
  display: flex; flex-direction: column; gap: 2px;
  opacity: 0.95;
  margin-top: 8px;
}

/* PRAYER */
.wcard-prayer {
  background: linear-gradient(155deg, oklch(34% 0.10 290) 0%, oklch(24% 0.08 285) 100%);
}
.prc-remaining {
  position: relative; z-index: 2;
  background: oklch(28% 0.10 290);
  border-radius: 6px;
  padding: 10px 12px;
  margin-top: 6px;
  text-align: center;
}
.prc-remaining-label { font-size: 11px; opacity: 0.75; margin-bottom: 2px; }
.prc-remaining-val {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.022em;
}
.prc-times {
  margin-top: 8px;
  display: flex; flex-direction: column; gap: 4px;
  position: relative; z-index: 2;
}
.prc-row {
  display: flex; justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 600;
  padding: 2px 0;
  opacity: 0.82;
}
.prc-row.active {
  background: rgba(255,255,255,0.06);
  border-radius: 4px;
  padding: 4px 8px;
  margin: 0 -8px;
  opacity: 1;
}
.prc-row.active .prc-row-time {
  background: var(--accent);
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 700;
}
.prc-row-name { letter-spacing: 0.02em; }
.prc-more {
  text-align: center;
  margin-top: 4px;
  font-size: 16px;
  opacity: 0.7;
  letter-spacing: 0.1em;
}

/* MATCH */
.wcard-match {
  background: linear-gradient(155deg, oklch(48% 0.18 152) 0%, oklch(34% 0.14 152) 100%);
}
.mch-inner {
  background: oklch(24% 0.10 152);
  border-radius: 6px;
  padding: 10px 12px;
  margin-top: 6px;
  position: relative; z-index: 2;
}
.mch-teams {
  display: flex; flex-direction: column; gap: 2px;
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.005em;
}
.mch-team { line-height: 1.2; }
.mch-time { display: flex; align-items: baseline; gap: 6px; }
.mch-time-val {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.022em;
}
.mch-time-ch { font-size: 11px; opacity: 0.8; }
.mch-links {
  display: flex; flex-direction: column; gap: 2px;
  margin-top: auto;
  padding-top: 8px;
  position: relative; z-index: 2;
}
.mch-link {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  transition: opacity .15s;
}
.mch-link:hover { opacity: 0.85; color: #fff; }
.mch-link:last-child { border-bottom: 0; }
.mch-link span { font-size: 11px; opacity: 0.7; }

/* Hover/touch arrows on small spor poster */
.poster-sm-arr {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 32px; height: 48px;
  background: rgba(255,255,255,0.92);
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  z-index: 3;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
  opacity: 0;
  transition: opacity .2s, transform .15s, background .15s;
  pointer-events: none;
}
.poster-sm .poster-frame:hover .poster-sm-arr,
.poster-sm .poster-frame:focus-within .poster-sm-arr {
  opacity: 1;
  pointer-events: auto;
}
.poster-sm-arr:hover { background: #fff; transform: translateY(-50%) scale(1.05); }
.poster-sm-prev { left: 10px; }
.poster-sm-next { right: 10px; }
@media (hover: none) {
  .poster-sm-arr { opacity: 0.85; pointer-events: auto; }
}
.poster-sm .poster-frame { aspect-ratio: 4 / 4.5; }
.poster-sm .poster-overlay .poster-title-sm {
  margin: 0;
  font-family: var(--font-archivo-stack);
  font-weight: 900;
  text-transform: none;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38);
}
.poster-sm .poster-overlay .pt-line-big {
  display: block;
  font-size: clamp(20px, 8.5cqi, 30px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 900;
  text-transform: uppercase;
}
.poster-sm .poster-overlay .poster-sub {
  display: block !important;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  margin: 6px 0 0;
  max-width: 92%;
  letter-spacing: -0.005em;
  text-transform: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.poster-sm .poster-overlay .poster-sub-sm {
  font-size: 17px;
}
.hys-spor .poster-sm .poster-overlay .pt-line-big {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.hys-spor .poster-sm .poster-overlay .poster-sub {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.poster-sm .poster-overlay { padding: 22px 24px 24px; }
.hys-main .poster-frame .hero-lcp-wrap,
.hys-main .poster-frame .photo-slot,
.hys-spor .poster .poster-frame .photo-slot {
  border-radius: inherit;
  overflow: hidden;
}

/* Skyscraper ad */
.hys-sky { display: flex; justify-content: center; }
.skyscraper {
  display: block;
  width: 160px;
  background: linear-gradient(180deg, #1976D2 0%, #0D47A1 60%, #fff 60%, #fff 100%);
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  position: sticky;
  top: 240px;
}
.sky-top { padding: 16px 12px 12px; }
.sky-brand {
  font-family: var(--font-sans);
  font-style: italic;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: right;
  margin-bottom: 8px;
  color: #FFB627;
}
.sky-head { font-size: 13px; font-weight: 500; line-height: 1.3; margin: 0 0 4px; color: #FFD86C; }
.sky-head-big {
  font-family: var(--font-archivo-stack);
  font-weight: 900;
  font-size: 19px;
  line-height: 1.05;
  letter-spacing: -0.022em;
  color: #FFD86C;
  margin: 0;
  text-transform: uppercase;
}
.sky-phone { padding: 8px 0; display: flex; justify-content: center; }
.sky-options {
  background: #fff;
  color: #0A1F4E;
  padding: 8px 12px 4px;
  display: flex; flex-direction: column; gap: 4px;
}
.sky-opt {
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 6px 8px;
  text-align: center;
}
.sky-opt-name { font-size: 11px; font-weight: 800; letter-spacing: 0.02em; color: #0A1F4E; }
.sky-opt-spec { font-size: 10px; color: #666; margin-top: 1px; }
.sky-foot {
  background: #fff;
  color: #666;
  font-size: 8.5px;
  line-height: 1.4;
  padding: 6px 12px 10px;
  text-align: left;
}
.sky-url { color: #FFB627; font-weight: 700; }

/* Responsive */
@media (max-width: 1280px) {
  .hero-ys-grid { grid-template-columns: 650px minmax(0, 1fr); }
}
@media (max-width: 1080px) {
  .hero-ys-grid { grid-template-columns: 1fr; gap: 22px; }
  .hys-main { width: 100%; max-width: 650px; margin: 0 auto; }
  .hys-side { height: auto; max-width: 650px; margin: 0 auto; width: 100%; }
  .hys-spor .poster .poster-frame {
    flex: 0 0 auto !important;
    aspect-ratio: 4 / 4.5 !important;
    min-height: unset;
  }
  .hys-sky-outside,
  .hys-sky-outside--left { display: none; }
}
@media (max-width: 720px) {
  .hys-widgets { grid-template-columns: 1fr; }
  .wcard { min-height: 0; }
  .hys-main { width: 100%; max-width: none; margin-inline: 0; }
  .hys-main .poster-frame {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
  }
  .hys-spor .poster-sm .poster-frame,
  .hys-spor .poster .poster-frame {
    width: 100% !important;
    height: auto !important;
    flex: 0 0 auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 4.5 !important;
    overflow: clip;
    touch-action: pan-y pinch-zoom;
    overscroll-behavior-x: contain;
    contain: layout size style;
    overflow-anchor: none;
  }
  .poster-slide.is-split .poster-media { height: 52%; flex-basis: 52%; }
  .pc-title { font-size: 28px; }
  .pc-spot { font-size: 17px; }
}
.hero-lcp-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  visibility: visible;
  opacity: 1;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
/* Android: tam ekran <a> dokunuşu dikey scroll'u yutar; tıklama alttaki slide linkine geçer */
a.hero-lcp-wrap {
  pointer-events: none;
  cursor: default;
}
.hero-lcp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.poster-frame.is-slide-away .hero-lcp-wrap {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}
.poster-frame.is-lcp-cover .hero-lcp-wrap {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.poster-frame.is-lcp-cover .poster-slide.active {
  z-index: 4;
  pointer-events: auto;
}
/* LCP katmanı görseli taşır; Tip-B gradient + metin slide üstünde kalır */
.poster-frame.is-lcp-cover .poster-slide.active.is-cover .poster-media,
.poster-frame.is-lcp-cover .poster-slide.active.is-full .poster-media {
  opacity: 0;
  pointer-events: none;
}
.poster-frame.is-lcp-cover .poster-slide.active.is-full > .poster-grad {
  opacity: 1;
  z-index: 1;
}
.poster-frame.is-lcp-cover .poster-slide.active.is-full .poster-content {
  z-index: 2;
}
.poster-frame .poster-slide { z-index: 1; }
.poster-frame .poster-slide.active { z-index: 2; }
.poster-pager-num {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ink-2);
  padding: 0 8px;
}
.poster-pager-num-sm { font-size: 11px; }
.fx-card-skeleton {
  min-height: var(--fx-card-h, 394px);
  background: var(--bg-3);
  border-radius: var(--radius-sm);
  box-sizing: border-box;
}
.poster-sm-skeleton {
  min-height: 180px;
  background: var(--bg-3);
  border-radius: 4px;
}
.poster-photo-split .photo-img {
  object-position: center 20%;
}
.poster-frame a,
a.hero-lcp-wrap {
  -webkit-user-drag: none;
  user-drag: none;
}
.hys-kutu-row {
  flex: 3 1 0;
  min-height: 0;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  align-items: stretch;
}

/* Hero sağ kolon — masaüstünde kutu kartları kalan yüksekliği doldurur */
@media (min-width: 1101px) {
  .hys-kutu-row--hero {
    flex: 3 1 0;
    align-self: stretch;
  }
  .hys-kutu-row--hero .hys-kutu-compact {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
  }
  .hys-kutu-row--hero .hys-kutu-compact .hys-kutu-media {
    flex: 1 1 auto;
    width: 100%;
    min-height: 100px;
    max-height: none;
    aspect-ratio: auto;
    border-radius: 8px 8px 0 0;
    position: relative;
  }
  .hys-kutu-row--hero .hys-kutu-compact .hys-kutu-body {
    flex: 0 0 auto;
    padding: 10px 10px 12px;
  }
  .hys-kutu-row--hero .hys-kutu-compact .hys-kutu-title {
    font-size: 14px;
    line-height: 1.32;
    -webkit-line-clamp: 3;
  }
  .hys-kutu-row--hero .hys-kutu {
    min-height: 0;
    height: 100%;
  }
}

/* Mobilde piyasa altında ayrı render; masaüstünde gizli */
.home-kutu-mobile {
  display: none;
}

.hys-kutu {
  min-height: 0;
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-sizing: border-box;
  padding: 10px 12px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(15, 20, 35, 0.04),
    0 8px 22px -16px rgba(15, 20, 35, 0.10);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hys-kutu-compact {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0;
}
.hys-kutu-compact .hys-kutu-media {
  width: 100%;
  min-height: 0;
  border-radius: 0;
}
@media (min-width: 1101px) {
  .hys-kutu-compact .hys-kutu-media {
    flex: 1 1 auto;
  }
}
.hys-kutu-compact .hys-kutu-body {
  flex: 0 0 auto;
  padding: 10px 12px 12px;
}
.hys-kutu-compact .hys-kutu-title {
  font-size: 16px;
  line-height: 1.35;
  -webkit-line-clamp: 3;
}
.hys-kutu-compact .hys-kutu-spot {
  display: none;
}
.hys-kutu:hover {
  transform: translateY(-2px);
  border-color: oklch(86% 0.008 250);
  box-shadow:
    0 2px 4px rgba(15, 20, 35, 0.05),
    0 18px 32px -16px rgba(15, 20, 35, 0.18);
}
.hys-kutu-media {
  position: relative;
  flex: 0 0 38%;
  width: 38%;
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg-3);
}
.hys-kutu-photo {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  border-radius: 0;
}
.hys-kutu-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.hys-kutu:hover .hys-kutu-photo img { transform: scale(1.04); }
.hys-kutu-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 2px 2px 2px 0;
}
.hys-kutu-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 14.5px;
  line-height: 1.28;
  letter-spacing: -0.016em;
  color: var(--ink);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .15s;
}
.hys-kutu:hover .hys-kutu-title { color: var(--accent); }
.hys-kutu-spot {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink-2);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
