:root{--content-image-radius:12px;--content-image-radius-large:16px;--content-image-radius-small:9px}

/* Haber görselleri: logo, ikon, avatar ve piyasa görselleri kapsam dışındadır. */
.home-hero-redesign .lead-stage{border-radius:var(--content-image-radius-large)!important}
.home-hero-redesign .lead-stage-image{border-radius:inherit}
.home-hero-redesign .lead-mini,.story,.category-card{border-radius:var(--content-image-radius)!important}
.home-hero-redesign .lead-mini-image,.story .story-image,.category-card-image{border-radius:inherit}
.home-hero-redesign .most-read-thumb{border-radius:var(--content-image-radius-small)}
.home-hero-redesign .most-read-image{border-radius:inherit}
.feed-image{border-radius:var(--content-image-radius-small)}
.feed-image img{border-radius:inherit}
.article-cover{border-radius:var(--content-image-radius-large)}
.article-secondary-image{border-radius:var(--content-image-radius)}
.article-stream-card img{border-radius:var(--content-image-radius-small)!important}
.mobile-recommendation-card img,.mobile-recommendation-placeholder{border-radius:var(--content-image-radius-small) 0 0 var(--content-image-radius-small)}

@media(min-width:801px){
  .home-hero-redesign .lead-primary-column{position:relative;display:flex;min-width:0;align-items:center;flex-direction:column}
  .home-hero-redesign .lead-desktop-grid .lead-stage{width:min(100%,var(--hero-height-capped-width,100%),var(--hero-natural-width,100%));height:auto;min-height:0;max-height:none;aspect-ratio:var(--hero-ratio,16/9);background:transparent}
  .home-hero-redesign .lead-stage-image{inset:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;transform:none}
  .home-hero-redesign .lead-stage:hover .lead-stage-image{transform:none}
  .home-hero-redesign .lead-desktop-grid .hero-desktop-number-rail{position:absolute;z-index:6;top:0;left:-62px;right:auto;bottom:auto;display:flex;width:48px;max-width:none;margin:0;padding:14px 7px;align-items:center;justify-content:flex-start;flex-direction:column;gap:7px;border:1px solid #dce2e7;border-top:3px solid #11151b;border-radius:13px;background:linear-gradient(155deg,rgba(255,255,255,.98),rgba(246,248,249,.96));box-shadow:0 16px 38px #172b3c17,0 3px 9px #172b3c0c,inset 0 1px 0 #fff;backdrop-filter:blur(12px);transform:none}
  .home-hero-redesign .hero-desktop-number-rail:before{content:"";position:absolute;top:18px;bottom:18px;left:-1px;width:3px;border-radius:0 3px 3px 0;background:linear-gradient(180deg,transparent,#e32735 18%,#e32735 82%,transparent);opacity:.9}
  .home-hero-redesign .hero-desktop-number-rail button{flex:0 0 31px;width:31px;height:31px;min-width:31px;min-height:31px;padding:0;border:1px solid #d7dde2;background:#f8f9fa;color:#404952;font-size:10px;box-shadow:0 2px 7px #172b3c0b;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}
  .home-hero-redesign .hero-desktop-number-rail button:hover{border-color:#929da7;background:#fff;color:#11151b;box-shadow:0 5px 12px #172b3c18;transform:translateX(2px)}
  .home-hero-redesign .hero-desktop-number-rail button.active{border-color:#d7192a;background:linear-gradient(145deg,#f23b49,#d7192a);color:#fff;box-shadow:0 7px 17px #e3273540,0 0 0 3px #e3273512;transform:translateX(2px) scale(1.04)}
  .home-hero-redesign .lead-mini-grid{margin-top:22px}
}

@media(max-width:800px){
  :root{--content-image-radius:11px;--content-image-radius-large:13px;--content-image-radius-small:8px}
  .home-hero-redesign .lead-stage-image{position:relative;inset:auto;width:auto;height:auto;max-width:100%;max-height:none;margin:0 auto;aspect-ratio:auto;object-fit:contain;transform:none}
  .home-hero-redesign .lead-stage:hover .lead-stage-image{transform:none}
  .home-hero-redesign .hero-desktop-number-rail{display:none}
  .home-hero-redesign .lead-primary-column{display:contents}
}
