:root{
  --red:#e20b17;
  --red-dark:#bd0710;
  --ink:#111216;
  --muted:#68707c;
  --line:#e7e8eb;
  --soft:#f6f6f7;
  --paper:#fff;
  --video:#090b0e;
  --max:1380px;
  --radius:16px;
  --shadow:0 12px 34px rgba(15,23,42,.06);
  --font:"Inter",Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;width:100%;max-width:100%;overflow-x:hidden}
body{margin:0;width:100%;max-width:100%;min-width:0;overflow-x:hidden;font-family:var(--font);background:#fff;color:var(--ink);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 36px));margin-inline:auto}
main,.page-main,.site-header,.utility,.breaking,.footer{max-width:100%}
.article-layout>*,.article-head,.article-body,.related,.related-grid{min-width:0;max-width:100%}
.hidden{display:none!important}
.muted{color:var(--muted)}
.eyebrow{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--red)}
.section-title{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 16px}
.section-title h2{font-size:22px;margin:0;font-weight:800;display:flex;align-items:center;gap:9px}
.section-title h2:before{content:"";width:7px;height:22px;border-radius:4px;background:var(--red)}
.section-link{font-size:13px;color:var(--red);font-weight:800}

/* top */
.utility{background:#050505;color:#fff;font-size:12px}
.utility .container{height:38px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}
.utility .utility-center{text-align:center;color:#e9e9e9}.utility b{color:#ff2631}.utility-right{text-align:right}
.site-header{background:#0b0c0f;border-bottom:0;color:#fff}
.header-main{height:104px;display:grid;grid-template-columns:230px 1fr 300px;align-items:center;gap:28px}
.brand{display:flex;align-items:center}.brand img{width:160px;height:82px;object-fit:contain;object-position:left center}
.search-wrap{position:relative;max-width:600px;width:100%;margin:auto}
.search-box{height:52px;border:1px solid #d9dce2;border-radius:28px;display:flex;align-items:center;padding:0 18px;gap:10px;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.01)}
.search-box input{border:0;outline:0;width:100%;font-size:15px;color:#20232a}.search-box svg{width:20px;height:20px;color:#7d8490}
.search-results{position:absolute;left:0;right:0;top:60px;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.16);z-index:80;padding:8px;display:none}
.search-results.open{display:block}.search-item{display:grid;grid-template-columns:72px 1fr;gap:12px;padding:9px;border-radius:11px}.search-item:hover{background:var(--soft)}.search-item img{width:72px;height:48px;object-fit:cover;border-radius:8px}.search-item strong{font-size:13px;line-height:1.25}.search-item small{display:block;margin-top:5px;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase}
.header-actions{display:flex;justify-content:flex-end;gap:12px}.pill-action{height:46px;border:0;border-radius:24px;padding:0 20px;font-weight:800;color:#fff;display:flex;align-items:center;gap:8px}.pill-action.live{background:var(--red)}.pill-action.newsletter{background:#111;border:1px solid rgba(255,255,255,.72)}
.city-nav{background:#fff;color:var(--ink);border-top:1px solid #202226;border-bottom:1px solid var(--line)}.city-nav .container{display:flex;align-items:center;gap:38px;height:54px;overflow:auto;scrollbar-width:none}.city-nav button{background:none;border:0;padding:17px 0 14px;font-weight:700;color:#323741;white-space:nowrap;border-bottom:3px solid transparent}.city-nav button.active{color:var(--red);border-bottom-color:var(--red)}
.breaking{background:var(--red);color:#fff;overflow:hidden}.breaking .container{height:42px;display:flex;align-items:center;gap:16px}.breaking-label{background:#fff;color:var(--red);border-radius:8px;padding:7px 10px;font-size:12px;font-weight:900;white-space:nowrap}.ticker{overflow:hidden;white-space:nowrap;flex:1}.ticker-track{display:inline-flex;gap:28px;animation:ticker 28s linear infinite}.ticker:hover .ticker-track{animation-play-state:paused}.ticker-item{font-size:12px;font-weight:600}.ticker-item:before{content:"•";margin-right:14px;color:#fff}@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.category-bar{padding:16px 0 12px}.category-list{display:flex;gap:10px;overflow:auto;scrollbar-width:none}.category-list button{border:1px solid #dadde2;background:#fff;color:#242831;border-radius:22px;padding:9px 18px;font-size:13px;font-weight:700;white-space:nowrap}.category-list button.active{background:#111;color:#fff;border-color:#111}

/* hero */
.hero{display:grid;grid-template-columns:1.45fr 1fr;gap:14px;margin-top:2px}.hero-media{min-height:420px;border-radius:var(--radius);overflow:hidden;position:relative;background:#ddd}.hero-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-panel{border:1px solid var(--line);border-radius:var(--radius);padding:30px 34px;display:flex;flex-direction:column;justify-content:center;background:#fff}.hero-panel h1{font-size:46px;line-height:1.02;margin:10px 0 14px;letter-spacing:-1.7px;font-weight:850}.hero-panel p{font-size:15px;line-height:1.55;color:#535b66;margin:0 0 18px}.meta{display:flex;align-items:center;gap:10px;color:#5d6673;font-size:12px}.avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;background:#eee}.read-more{color:var(--red);font-size:15px;font-weight:900;margin-top:17px;display:inline-flex;gap:8px;align-items:center}
.support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}.support-card{border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#fff}.support-card img{height:116px;width:100%;object-fit:cover}.support-card .body{padding:10px 12px 13px}.support-card .label{font-size:10px;text-transform:uppercase;font-weight:900;color:var(--red);margin-bottom:6px}.support-card h3{font-size:15px;line-height:1.18;margin:0;font-weight:800}
.headline-rail{border:1px solid var(--line);border-radius:14px;margin:14px 0;padding:12px 16px;display:grid;grid-template-columns:190px repeat(5,1fr);align-items:center}.headline-brand{font-weight:850;font-size:18px;line-height:1.05;display:flex;align-items:center;gap:12px}.headline-brand .iconbox{width:42px;height:42px;border-radius:50%;background:#f1f2f3;display:grid;place-items:center}.headline-item{border-left:1px solid var(--line);padding:2px 16px;display:flex;gap:12px;align-items:flex-start}.headline-item strong{font-size:28px;color:var(--red);line-height:1}.headline-item span{font-size:11px;font-weight:700;line-height:1.25;color:#2f343b}

/* authors */
.authors{padding:8px 0 10px}.author-row{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid #f0f0f1;border-bottom:1px solid #f0f0f1}.author{padding:16px 18px;display:grid;grid-template-columns:78px 1fr;gap:14px;align-items:center;border-right:1px solid var(--line)}.author:last-child{border-right:0}.author img{width:78px;height:78px;object-fit:cover;border-radius:50%;background:#eee}.author strong{font-size:13px}.author p{font-size:12px;line-height:1.25;margin:5px 0 0;font-weight:700;color:#343943}

/* ads */
.proto-slot{position:relative;border:2px dashed #b7bdc6;background:repeating-linear-gradient(135deg,#f7f8fa 0,#f7f8fa 14px,#eef0f3 14px,#eef0f3 28px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#5f6670;border-radius:14px;font-weight:800;letter-spacing:.035em;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}.proto-slot:before{content:"REKLAM";position:absolute;left:12px;top:10px;background:#e20b17;color:#fff;border-radius:5px;padding:5px 8px;font-size:9px;font-weight:900;letter-spacing:.08em}.proto-label{display:block;font-size:22px;font-weight:950;color:#343941;letter-spacing:.02em}.proto-wide{width:min(970px,100%);height:250px;margin:28px auto}.proto-wide small,.proto-box small{display:block;font-size:11px;font-weight:750;margin-top:8px;letter-spacing:0;color:#777e88}.proto-box{width:100%;height:250px}.mobile-slot-label{display:none}.proto-context{font-size:11px;text-transform:uppercase;color:#e20b17;margin-bottom:9px;letter-spacing:.09em;font-weight:900}.mobile-bottom-placeholder{display:none}.proto-policy-note{font-size:10px;color:#9aa0aa;margin-top:8px;text-align:center}

/* video */
.video-zone{background:var(--video);color:#fff;padding:24px 0 26px;margin-top:20px}.video-zone .section-title h2:before{background:var(--red)}.video-zone .section-link{color:#fff}.video-center{display:grid;grid-template-columns:minmax(0,3.1fr) minmax(250px,1fr);gap:20px}.video-main{position:relative}.video-main .thumb{height:430px;border-radius:15px;overflow:hidden;position:relative}.video-main img{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:82px;height:82px;border-radius:50%;border:4px solid #fff;background:rgba(0,0,0,.35);color:#fff;display:grid;place-items:center;font-size:30px}.video-duration{position:absolute;right:12px;bottom:12px;background:rgba(0,0,0,.78);padding:5px 7px;border-radius:6px;font-size:11px;font-weight:800}.video-main h3{font-size:19px;margin:13px 0 7px;font-weight:800}.video-main .meta{color:#b7bdc6}.video-list{display:flex;flex-direction:column}.video-list-item{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:0 0 12px;margin-bottom:12px;border-bottom:1px solid #25282d}.video-list-item:last-child{border-bottom:0}.video-list-item img{width:120px;height:72px;object-fit:cover;border-radius:9px}.video-list-item .vtag{font-size:9px;font-weight:900;color:#ff3943;text-transform:uppercase}.video-list-item h4{font-size:13px;line-height:1.25;margin:4px 0;color:#fff}.video-list-item small{font-size:10px;color:#aab0ba}
.shorts-section{padding:22px 0 4px}.shorts-row{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.short-card{aspect-ratio:9/16;border-radius:14px;overflow:hidden;position:relative;background:#111;cursor:pointer}.short-card img{width:100%;height:100%;object-fit:cover}.short-card:after{content:"▶";position:absolute;left:13px;bottom:13px;width:34px;height:34px;border-radius:50%;background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.8);display:grid;place-items:center;color:#fff;font-size:13px}

/* breaking timeline */
.news-flow{padding:20px 0}.flow-layout{display:grid;grid-template-columns:1fr 260px;gap:22px}.timeline{border:1px solid var(--line);border-radius:14px;padding:16px 18px}.timeline-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.timeline-head h2{font-size:19px;margin:0}.timeline-filters{display:flex;gap:8px}.timeline-filters button{border:1px solid var(--line);border-radius:18px;background:#fff;padding:7px 12px;font-size:10px;font-weight:800}.timeline-filters button.active{background:var(--red);border-color:var(--red);color:#fff}.timeline-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:28px}.timeline-item{display:grid;grid-template-columns:52px 74px 1fr;gap:8px;border-top:1px solid #eff0f2;padding:11px 0;align-items:start}.timeline-item:nth-child(-n+2){border-top:0}.timeline-item time{color:var(--red);font-size:11px;font-weight:900}.timeline-city{font-size:9px;font-weight:900;text-transform:uppercase;color:#333}.timeline-item a{font-size:12px;font-weight:650;line-height:1.3}.new-badge{background:var(--red);color:#fff;border-radius:6px;padding:2px 5px;font-size:8px;margin-left:5px}
.notify-card{border:1px solid var(--line);border-radius:14px;padding:18px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.notify-icon{width:58px;height:58px;border-radius:50%;background:#fff0f1;color:var(--red);display:grid;place-items:center;font-size:24px}.notify-card h3{font-size:16px;margin:12px 0 5px}.notify-card p{font-size:11px;color:var(--muted);line-height:1.4;margin:0 0 13px}.red-btn{border:0;background:var(--red);color:#fff;border-radius:8px;padding:10px 15px;font-size:12px;font-weight:850}

/* regional */
.regional{padding:10px 0 28px}.regional-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px}.regional-main{min-width:0}.filter-row{display:flex;gap:7px;overflow:auto;margin-bottom:14px;scrollbar-width:none}.filter-row button{border:1px solid var(--line);background:#fff;border-radius:18px;padding:7px 13px;font-size:10px;font-weight:800;white-space:nowrap}.filter-row button.active{background:var(--red);border-color:var(--red);color:#fff}.regional-lead{display:grid;grid-template-columns:1.15fr .9fr;gap:16px;border:1px solid var(--line);border-radius:14px;overflow:hidden}.regional-lead img{width:100%;height:270px;object-fit:cover}.regional-lead-content{padding:20px 18px;display:flex;flex-direction:column;justify-content:center}.regional-lead h3{font-size:25px;line-height:1.1;margin:6px 0 10px}.regional-lead p{font-size:12px;color:var(--muted);line-height:1.5;margin:0 0 14px}.regional-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}.regional-card{border:1px solid var(--line);border-radius:12px;overflow:hidden}.regional-card img{height:110px;width:100%;object-fit:cover}.regional-card .body{padding:10px}.regional-card h4{font-size:12px;line-height:1.25;margin:5px 0 7px}.regional-card small{font-size:9px;color:var(--muted)}
.sidebar-tabs{border:1px solid var(--line);border-radius:14px;padding:15px;background:#fff}.tab-head{display:flex;border-bottom:1px solid var(--line);margin-bottom:10px}.tab-head button{flex:1;border:0;background:none;padding:7px 2px 10px;font-weight:850;font-size:11px;border-bottom:2px solid transparent}.tab-head button.active{color:var(--red);border-bottom-color:var(--red)}.period-row{display:flex;gap:7px;margin-bottom:8px}.period-row button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:6px 10px;font-size:9px;font-weight:800}.period-row button.active{background:var(--red);color:#fff;border-color:var(--red)}.rank-item{display:grid;grid-template-columns:32px 1fr auto;gap:7px;padding:10px 0;border-bottom:1px solid #eff0f2}.rank-item:last-child{border-bottom:0}.rank-num{font-size:20px;color:var(--red);font-weight:900}.rank-title{font-size:11px;font-weight:700;line-height:1.3}.rank-views{font-size:9px;color:#9299a2;align-self:end}.latest-list .latest-item{display:grid;grid-template-columns:48px 1fr;gap:8px;padding:10px 0;border-bottom:1px solid #eff0f2}.latest-item time{font-size:10px;color:var(--red);font-weight:850}.latest-item a{font-size:11px;font-weight:650;line-height:1.3}

/* footer */
.footer{background:#0b0d10;color:#fff;padding:40px 0 18px;margin-top:18px}.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1fr 1.2fr 1.35fr;gap:28px}.footer-logo img{width:130px;height:70px;object-fit:contain;object-position:left center}.footer-group{display:flex;flex-direction:column;gap:10px}.footer-brand-card{background:transparent;border-radius:14px;padding:0;display:flex;align-items:center;justify-content:flex-start;min-height:auto;box-shadow:none}.footer-brand-card img{width:100%;height:auto;max-height:70px;object-fit:contain;object-position:left center}.footer-brand-card.main-company{padding:0 0 6px;min-height:auto}.footer-brand-card.main-company img{max-height:68px;max-width:280px;filter:brightness(0) invert(1)}.group-companies-title{font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#fff;margin-top:2px}.group-company-logos{display:flex;flex-direction:column;gap:14px}.footer-brand-card.sub-company{min-height:auto;padding:0}.footer-brand-card.sub-company img{max-height:56px;width:auto;max-width:220px}.footer h4{font-size:11px;text-transform:uppercase;letter-spacing:.04em;margin:0 0 14px}.footer p,.footer a{font-size:10px;color:#c8cdd3;line-height:1.7}.footer-links{display:flex;flex-direction:column;gap:5px}.socials{display:flex;gap:8px;margin-top:4px}.social{width:30px;height:30px;border-radius:50%;background:#1c2025;display:grid;place-items:center;font-size:11px}.footer-news input{width:100%;height:38px;border:1px solid #3a3f46;background:#111419;border-radius:7px;color:#fff;padding:0 10px;font-size:10px}.footer-news button{margin-top:8px;border:0;background:var(--red);color:#fff;border-radius:7px;padding:9px 14px;font-size:10px;font-weight:800}.footer-bottom{border-top:1px solid #292d32;margin-top:30px;padding-top:15px;display:flex;justify-content:space-between;color:#9199a3;font-size:9px}.footer-bottom .legal{display:flex;gap:14px}

/* article */
.page-main{padding:28px 0}.breadcrumb{font-size:10px;color:#87909b;margin-bottom:14px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;width:100%;max-width:100%}.article-head h1{font-size:44px;line-height:1.04;margin:8px 0 12px;letter-spacing:-1.2px;max-width:100%;overflow-wrap:break-word}.article-lead{font-size:16px;color:#4c5460;line-height:1.5;margin:0 0 13px;max-width:100%;overflow-wrap:break-word}.article-hero{width:100%;height:490px;object-fit:cover;border-radius:15px;margin:16px 0 18px}.article-body{font-size:15px;line-height:1.75;color:#252a31;width:100%;max-width:100%;overflow-wrap:break-word}.article-body h2{font-size:24px;margin-top:28px}.article-body p{margin:0 0 18px}.share-row{display:flex;gap:8px;margin-left:auto;flex-wrap:wrap;min-width:0}.share-btn{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:#fff;display:grid;place-items:center;font-size:11px}
.related{margin-top:28px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}

/* city page */
.city-page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:20px}.city-page-head h1{font-size:38px;margin:0 0 6px}.city-page-head p{font-size:13px;color:var(--muted);margin:0}.city-feature{display:grid;grid-template-columns:1.3fr .9fr;gap:14px}.city-main-card{position:relative;border-radius:15px;overflow:hidden;min-height:390px}.city-main-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.city-main-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.88))}.city-main-card .overlay{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:#fff}.city-main-card h2{font-size:29px;line-height:1.05;margin:6px 0}.city-side-list{display:grid;grid-template-rows:repeat(3,1fr);gap:10px}.city-side-card{display:grid;grid-template-columns:145px 1fr;gap:11px;border:1px solid var(--line);border-radius:12px;padding:9px}.city-side-card img{width:145px;height:100%;min-height:95px;object-fit:cover;border-radius:9px}.city-side-card h3{font-size:13px;line-height:1.25;margin:5px 0}.city-news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}

/* modals */
.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.78);z-index:200;display:none;align-items:center;justify-content:center;padding:24px}.modal-backdrop.open{display:flex}.modal{background:#fff;border-radius:16px;max-width:820px;width:100%;max-height:90vh;overflow:auto;position:relative}.modal.dark{background:#0b0d10;color:#fff}.modal-close{position:absolute;right:14px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;z-index:2;font-size:18px}.modal-video{aspect-ratio:16/9;background:#000;display:grid;place-items:center;border-radius:16px 16px 0 0;overflow:hidden;position:relative}.modal-video img{width:100%;height:100%;object-fit:cover;opacity:.75}.modal-video .play-button{width:72px;height:72px}.modal-content{padding:22px}.modal-content h3{font-size:24px;margin:6px 0 10px}.modal-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.modal-actions button,.modal-actions a{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 12px;font-size:11px;font-weight:800}.modal-actions .primary{background:var(--red);color:#fff;border-color:var(--red)}
.newsletter-modal .modal-content{padding:34px}.newsletter-modal h3{font-size:30px;margin:0 0 8px}.newsletter-modal p{color:var(--muted);font-size:13px;line-height:1.5}.newsletter-modal input{width:100%;height:48px;border:1px solid var(--line);border-radius:9px;padding:0 12px}.newsletter-modal .consent{display:flex;gap:8px;font-size:10px;color:#6f7782;margin:11px 0 14px}
.short-overlay{position:fixed;inset:0;background:#070707;z-index:300;display:none;overflow:auto;scroll-snap-type:y mandatory}.short-overlay.open{display:block}.short-overlay-close{position:fixed;right:24px;top:20px;z-index:310;background:#fff;color:#111;border:0;border-radius:50%;width:42px;height:42px;font-size:20px}.short-slide{min-height:100vh;scroll-snap-align:start;display:grid;place-items:center;padding:30px}.short-frame{height:min(86vh,820px);aspect-ratio:9/16;border-radius:14px;overflow:hidden;position:relative;background:#111}.short-frame img{width:100%;height:100%;object-fit:cover}.short-controls{position:absolute;right:12px;bottom:16px;display:flex;flex-direction:column;gap:8px}.short-controls button{width:40px;height:40px;border-radius:50%;border:0;background:rgba(0,0,0,.6);color:#fff}.short-caption{position:absolute;left:16px;right:70px;bottom:18px;color:#fff;font-size:13px;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.8)}

/* responsive */
@media (max-width:1100px){
  .header-main{grid-template-columns:180px 1fr auto}.brand img{width:135px}.header-actions .pill-action{padding:0 14px}.hero-panel h1{font-size:38px}.headline-rail{grid-template-columns:160px repeat(5,1fr)}.headline-item{padding-inline:10px}.author{grid-template-columns:70px 1fr;padding-inline:10px}.author img{width:70px;height:70px}.video-main .thumb{height:360px}.footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:780px){
  .container{width:min(100% - 24px,var(--max))}.utility .container{grid-template-columns:1fr 1fr}.utility-center{display:none}.header-main{height:76px;grid-template-columns:112px 1fr auto;gap:10px}.brand img{width:105px;height:58px}.header-actions .newsletter{display:none}.pill-action.live{width:42px;height:42px;border-radius:50%;padding:0;justify-content:center;font-size:0}.pill-action.live span{font-size:16px}.search-box{height:42px;padding:0 12px}.search-box input{font-size:12px}.city-nav .container{gap:26px;height:44px}.city-nav button{padding:13px 0 11px;font-size:12px}.breaking .container{width:100%;padding-inline:12px}.breaking-label{font-size:10px}.category-bar{padding-top:12px}.category-list button{font-size:11px;padding:8px 14px}.hero{grid-template-columns:1fr;gap:9px}.hero-media{min-height:310px}.hero-panel{padding:20px}.hero-panel h1{font-size:34px}.hero-panel p{font-size:13px}.support-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.support-card{min-width:68vw;scroll-snap-align:start}.support-card img{height:150px}.headline-rail{display:flex;overflow:auto;padding:10px}.headline-brand{min-width:145px}.headline-item{min-width:200px}.authors .section-title{margin-bottom:8px}.author-row{display:flex;overflow:auto}.author{min-width:230px;border-right:1px solid var(--line)}.proto-wide{height:180px}.desktop-slot-label{display:none}.mobile-slot-label{display:block}.mobile-bottom-placeholder{position:fixed;left:50%;bottom:10px;transform:translateX(-50%);z-index:9996;width:min(320px,calc(100% - 20px));height:50px;border:1px solid #d1d4d9;background:#fff;box-shadow:0 10px 34px rgba(0,0,0,.18);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#6f7680;font-size:11px;font-weight:900;letter-spacing:.03em}.mobile-bottom-placeholder .mobile-bottom-close{position:absolute;right:5px;top:4px;width:22px;height:22px;border:0;border-radius:50%;background:#111;color:#fff;cursor:pointer}.mobile-bottom-placeholder.is-hidden{display:none!important}body{padding-bottom:66px}.video-center{grid-template-columns:1fr}.video-main .thumb{height:300px}.video-list{display:flex;overflow:auto;flex-direction:row;gap:10px}.video-list-item{min-width:260px;border:1px solid #282b30;border-radius:10px;padding:8px;margin:0}.shorts-row{display:flex;overflow:auto;scroll-snap-type:x mandatory}.short-card{min-width:64vw;scroll-snap-align:start}.flow-layout{grid-template-columns:1fr}.timeline-grid{grid-template-columns:1fr}.timeline-item:nth-child(2){border-top:1px solid #eff0f2}.notify-card{flex-direction:row;text-align:left;gap:12px;align-items:center}.notify-card .red-btn{margin-left:auto;white-space:nowrap}.regional-layout{grid-template-columns:1fr}.regional-lead{grid-template-columns:1fr}.regional-lead img{height:240px}.regional-grid{grid-template-columns:1fr 1fr}.sidebar-tabs{order:-1}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:10px}.article-layout{grid-template-columns:minmax(0,1fr);width:100%;max-width:100%;overflow:visible}.article-layout>article{min-width:0;width:100%;max-width:100%}.article-head{width:100%;max-width:100%}.article-head h1{font-size:36px;max-width:100%;overflow-wrap:break-word}.article-head .meta{display:flex;flex-wrap:wrap;row-gap:8px;max-width:100%}.article-head .share-row{margin-left:0;flex-basis:100%;width:100%}.article-hero{height:auto;aspect-ratio:4/3;max-width:100%}.article-body,.article-body p,.article-body h2{max-width:100%;overflow-wrap:break-word}.article-body .proto-wide{width:100%;max-width:100%;margin-left:0;margin-right:0}.article-layout aside{display:none}.city-page-head{display:block}.city-feature{grid-template-columns:1fr}.city-side-list{grid-template-rows:auto}.city-side-card{grid-template-columns:120px 1fr}.city-news-grid{grid-template-columns:1fr 1fr}.modal-backdrop{padding:10px}.modal{border-radius:12px}.short-slide{padding:12px}.short-frame{height:92vh;max-width:100%}
}
@media (max-width:480px){
  .header-main{grid-template-columns:95px minmax(0,1fr) 40px}.brand img{width:92px}.search-wrap{min-width:0}.search-box{width:100%;min-width:0}.search-box input{min-width:0}.search-box input::placeholder{color:transparent}.hero-media{min-height:250px}.hero-panel h1{font-size:30px}.headline-brand{min-width:130px}.regional-grid,.city-news-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.group-company-logos{display:grid;grid-template-columns:1fr;gap:12px}.footer-brand-card.main-company img{max-height:58px}.footer-brand-card.sub-company img{max-height:46px;max-width:170px}.timeline-item{grid-template-columns:46px 56px minmax(0,1fr)}.city-main-card{min-height:310px}.city-side-card{grid-template-columns:110px minmax(0,1fr)}.page-main{padding-top:18px}.page-main>.container{width:calc(100% - 24px);max-width:100%}.breadcrumb{white-space:normal;overflow-wrap:anywhere}.article-head h1{font-size:31px;line-height:1.08;letter-spacing:-.8px}.article-lead{font-size:14px}.article-head .meta{font-size:11px;gap:7px}.share-btn{width:32px;height:32px}.article-body{font-size:14px;line-height:1.7}.article-body h2{font-size:21px}.article-hero{border-radius:12px}.related-grid{grid-template-columns:1fr}
}


/* index2.html — Alternate Bölge Press hero */
.hero-alt-section{margin-top:2px}
.hero-alt-heading{display:flex;justify-content:flex-end;align-items:center;margin:0 0 10px;min-height:28px}
.hero-variant-label{font-size:11px;color:#8a9099;background:#f4f4f4;border:1px solid #eceef0;padding:8px 14px;border-radius:999px;font-weight:600}
.hero-alt{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(300px,.95fr);gap:16px;min-width:0}
.hero-alt-main{position:relative;display:block;min-height:520px;border-radius:16px;overflow:hidden;background:#ddd;color:#fff;isolation:isolate}
.hero-alt-main>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.hero-alt-main:hover>img{transform:scale(1.015)}
.hero-alt-main:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.38) 40%,rgba(0,0,0,.92) 100%);z-index:1}
.hero-alt-overlay{position:absolute;left:30px;right:30px;bottom:26px;z-index:2;max-width:88%}
.hero-alt-category{display:inline-flex;background:var(--red);color:#fff;padding:7px 10px;border-radius:6px;font-size:11px;font-weight:900;text-transform:uppercase;margin-bottom:12px}
.hero-alt-overlay h1{font-size:43px;line-height:1.02;letter-spacing:-1.3px;margin:0 0 12px;font-weight:900;color:#fff;max-width:900px}
.hero-alt-overlay p{font-size:15px;line-height:1.48;margin:0 0 14px;max-width:760px;color:rgba(255,255,255,.92)}
.hero-alt-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;color:#fff}
.hero-alt-meta strong{color:#ffcf00}
.hero-alt-side{display:grid;grid-template-rows:1fr 1fr;gap:16px;min-width:0}
.hero-alt-side-card{display:block;min-height:0;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#f2f2f2;padding:9px;transition:transform .2s ease,box-shadow .2s ease}
.hero-alt-side-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.08)}
.hero-alt-side-card img{display:block;width:100%;height:100%;object-fit:cover;border-radius:11px}

@media (max-width:1100px){
  .hero-alt{grid-template-columns:minmax(0,1.55fr) minmax(270px,.85fr)}
  .hero-alt-main{min-height:470px}
  .hero-alt-overlay h1{font-size:38px}
}
@media (max-width:780px){
  .hero-alt-heading{display:none}
  .hero-alt{grid-template-columns:1fr;gap:10px}
  .hero-alt-main{min-height:350px}
  .hero-alt-overlay{left:20px;right:20px;bottom:18px;max-width:94%}
  .hero-alt-overlay h1{font-size:32px;letter-spacing:-.7px}
  .hero-alt-overlay p{font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .hero-alt-meta{font-size:11px;gap:7px}
  .hero-alt-side{grid-template-columns:1fr 1fr;grid-template-rows:none;gap:10px}
  .hero-alt-side-card{height:170px;padding:6px;border-radius:12px}
  .hero-alt-side-card img{border-radius:8px}
}
@media (max-width:480px){
  .hero-alt-main{min-height:300px;border-radius:13px}
  .hero-alt-overlay{left:16px;right:16px;bottom:15px}
  .hero-alt-category{font-size:9px;padding:5px 8px;margin-bottom:8px}
  .hero-alt-overlay h1{font-size:28px;line-height:1.04;margin-bottom:8px}
  .hero-alt-overlay p{display:none}
  .hero-alt-meta{font-size:10px}
  .hero-alt-side-card{height:130px}
}

.proto-inventory-note{padding:0 0 18px}.proto-inventory-note .container{border:1px solid #f0b9bd;background:#fff5f6;color:#6d3438;border-radius:10px;padding:10px 14px;font-size:10px;line-height:1.5}.proto-inventory-note strong{color:#d80c19}


/* === v9: Görünür reklam envanteri === */
.prototype-slot-section{padding:18px 0 24px;background:#fff;position:relative;z-index:1}
.prototype-slot-section--footer{padding-top:24px;padding-bottom:30px}
.proto-slot-strong{border:2px dashed #aeb5bf!important;background:linear-gradient(180deg,#f9fafb 0%,#eef1f4 100%)!important;box-shadow:0 8px 24px rgba(16,24,40,.06),inset 0 0 0 1px #fff!important}
.proto-slot-strong:before{font-size:10px!important;padding:6px 10px!important;left:14px!important;top:12px!important}
.proto-slot-strong .proto-context{font-size:12px!important;margin-bottom:12px!important;color:#d80c19!important}
.proto-slot-strong .proto-label{font-size:26px!important;color:#59616d!important}
.proto-slot-strong small{font-size:12px!important;color:#7b828c!important}

/* === v9: Kılıçhan footer / grup yayınları === */
.footer-grid{grid-template-columns:minmax(300px,1.55fr) repeat(4,minmax(100px,1fr)) minmax(210px,1.25fr)!important;gap:30px!important}
.footer-group{gap:12px!important;min-width:0}
.footer-parent-logo{display:block;width:min(265px,100%);height:auto;max-height:62px;object-fit:contain;object-position:left center;margin:0 0 2px}
.footer-parent-copy{max-width:330px;margin:0!important;color:#aeb5bf!important}
.group-companies-title{margin-top:8px!important;font-size:10px!important;color:#d6dae0!important;letter-spacing:.11em!important}
.group-company-logos{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;max-width:400px}
.group-logo-item{height:64px;min-width:0;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035);border-radius:10px;padding:9px;display:flex;align-items:center;justify-content:center;transition:.2s ease}
.group-logo-item:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.18)}
.group-logo-item img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}
.group-logo-item.turk img{max-width:96px!important}
.group-logo-item.soz img{max-width:90px!important}
.group-logo-item.kutahya img{max-width:112px!important}
.footer-group .socials{margin-top:2px!important}

@media (max-width:1050px){
  .footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .footer-group{grid-column:1/-1}
  .group-company-logos{max-width:460px}
}
@media (max-width:760px){
  .prototype-slot-section{padding:12px 0 18px}
  .proto-slot.proto-wide{height:100px!important;min-height:100px!important;margin:8px auto!important}
  .proto-slot-strong .proto-context{font-size:8px!important;margin-bottom:4px!important}
  .proto-slot-strong .proto-label{font-size:16px!important;line-height:1.1!important}
  .proto-slot-strong small{font-size:9px!important;margin-top:4px!important}
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:26px 18px!important}
  .footer-group{grid-column:1/-1!important;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.08)}
  .footer-parent-logo{width:210px;max-height:52px;margin-bottom:2px}
  .footer-parent-copy{max-width:100%;font-size:10px!important}
  .group-company-logos{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;max-width:100%!important}
  .group-logo-item{height:58px;padding:7px;border-radius:9px}
  .group-logo-item.turk img{max-width:84px!important}
  .group-logo-item.soz img{max-width:76px!important}
  .group-logo-item.kutahya img{max-width:96px!important}
}
@media (max-width:430px){
  .footer-grid{grid-template-columns:1fr!important}
  .footer-group{grid-column:auto!important}
  .group-company-logos{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .group-logo-item{height:54px;padding:6px}
  .group-logo-item.turk img{max-width:76px!important}
  .group-logo-item.soz img{max-width:68px!important}
  .group-logo-item.kutahya img{max-width:86px!important}
}


/* === v10: Reklam alanları daha belirgin === */
.prototype-slot-section{padding:20px 0 28px!important}
.proto-slot,
.proto-slot-strong{
  position:relative!important;
  border:3px dashed #ef7d86!important;
  background:linear-gradient(180deg,#fff8f8 0%,#fff1f2 100%)!important;
  box-shadow:0 10px 28px rgba(226,11,23,.08), inset 0 0 0 1px rgba(255,255,255,.96)!important;
}
.proto-slot:before,
.proto-slot-strong:before{
  content:"REKLAM ALANI"!important;
  left:16px!important;
  top:14px!important;
  font-size:10px!important;
  padding:7px 10px!important;
  border-radius:6px!important;
  background:#e20b17!important;
  color:#fff!important;
  letter-spacing:.08em!important;
  box-shadow:0 6px 16px rgba(226,11,23,.22)!important;
}
.proto-slot .proto-context,
.proto-slot-strong .proto-context{
  display:block!important;
  margin:0 0 14px!important;
  padding-top:18px!important;
  font-size:13px!important;
  color:#d4121d!important;
  letter-spacing:.1em!important;
  font-weight:900!important;
  text-align:center!important;
}
.proto-slot .proto-label,
.proto-slot-strong .proto-label{
  display:block!important;
  font-size:32px!important;
  line-height:1.08!important;
  color:#595f68!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}
.proto-slot small,
.proto-slot-strong small{
  display:block!important;
  margin-top:10px!important;
  font-size:13px!important;
  color:#7a828e!important;
  font-weight:700!important;
}
.proto-wide{width:min(970px,100%)!important;height:250px!important;min-height:250px!important;margin:12px auto!important}
.proto-box{width:100%!important;height:250px!important;min-height:250px!important}
.prototype-slot-section--footer .proto-slot{margin-bottom:0!important}
.proto-inventory-note .container{font-size:11px!important;padding:12px 16px!important;border:1px solid #f2b4b8!important;background:#fff7f7!important}

/* Haber detay / şehir içi reklam blokları */
.article-layout .proto-wide,
.page-main .proto-wide{margin:18px auto!important}
.article-layout aside .proto-box,
.regional-layout aside .proto-box{margin-top:4px!important}

/* === v10: Footer logoları daha estetik === */
.footer-group{padding-right:8px!important}
.footer-parent-logo{
  width:min(330px,100%)!important;
  max-height:78px!important;
  margin:0 0 10px!important;
  filter:drop-shadow(0 6px 14px rgba(255,255,255,.07));
}
.footer-parent-copy{max-width:360px!important;line-height:1.55!important}
.group-companies-title{
  margin-top:14px!important;
  margin-bottom:10px!important;
  font-size:11px!important;
  font-weight:900!important;
  color:#f1f4f7!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.group-company-logos{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:nowrap!important;
  max-width:100%!important;
}
.group-logo-item{
  flex:1 1 0!important;
  min-width:0!important;
  height:68px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;
  border-radius:12px!important;
  padding:10px 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)!important;
}
.group-logo-item img{width:100%!important;height:100%!important;object-fit:contain!important}
.group-logo-item.kutahya img{max-width:122px!important}
.group-logo-item.turk img{max-width:102px!important}
.group-logo-item.soz img{max-width:92px!important}
.footer-group .socials{margin-top:12px!important}

@media (max-width:900px){
  .group-company-logos{gap:10px!important}
  .group-logo-item{height:62px!important;padding:9px 10px!important}
}
@media (max-width:760px){
  .proto-slot .proto-context,.proto-slot-strong .proto-context{font-size:10px!important;padding-top:12px!important;margin-bottom:8px!important}
  .proto-slot .proto-label,.proto-slot-strong .proto-label{font-size:18px!important;line-height:1.12!important}
  .proto-slot small,.proto-slot-strong small{font-size:10px!important;margin-top:6px!important}
  .proto-wide{height:110px!important;min-height:110px!important}
  .proto-box{height:190px!important;min-height:190px!important}
  .footer-parent-logo{width:250px!important;max-height:60px!important}
  .group-company-logos{gap:8px!important}
  .group-logo-item{height:56px!important;padding:8px!important;border-radius:10px!important}
  .group-logo-item.kutahya img{max-width:86px!important}
  .group-logo-item.turk img{max-width:78px!important}
  .group-logo-item.soz img{max-width:66px!important}
}


/* === v11: Prototip slotları reklam engelleyicilerden bağımsız === */
/* HTML'de ad-/advert sınıfları kullanılmıyor; demo slotları normal ve gizli sekmede aynı görünür. */
.prototype-slot-section{display:block!important;visibility:visible!important;opacity:1!important}
.proto-slot{display:flex!important;visibility:visible!important;opacity:1!important}
.proto-inventory-note{display:block!important;visibility:visible!important}
.mobile-bottom-placeholder{visibility:visible!important;opacity:1!important}

/* === v11: Footer yayınları tam genişlikte yatay sıra === */
.footer-grid{
  grid-template-columns:minmax(310px,1.55fr) repeat(4,minmax(100px,1fr)) minmax(210px,1.2fr)!important;
  align-items:start!important;
}
.footer-parent-logo{
  width:min(370px,100%)!important;
  max-height:92px!important;
  margin-bottom:12px!important;
}
.footer-parent-copy{max-width:370px!important}
.footer-publishers{
  margin-top:28px!important;
  padding-top:22px!important;
  border-top:1px solid #262a2f!important;
}
.footer-publishers-head{
  display:flex!important;
  align-items:baseline!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-bottom:13px!important;
}
.footer-publishers-head h4{
  margin:0!important;
  font-size:12px!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
  color:#f0f2f4!important;
}
.footer-publishers-head span{
  font-size:10px!important;
  color:#747b85!important;
}
.publisher-row{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
.publisher-card{
  height:88px!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #292e34!important;
  background:#15181c!important;
  border-radius:12px!important;
  padding:13px 20px!important;
  transition:background .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease!important;
}
.publisher-card img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  filter:grayscale(1) saturate(0) brightness(.9)!important;
  opacity:.60!important;
  transition:filter .22s ease,opacity .22s ease,transform .22s ease!important;
}
.publisher-card.kutahya img{max-width:220px!important}
.publisher-card.turk img{max-width:180px!important}
.publisher-card.soz img{max-width:165px!important}
.publisher-card:hover,
.publisher-card:focus-visible{
  background:#1c2025!important;
  border-color:#4a5058!important;
  transform:translateY(-2px)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.20)!important;
}
.publisher-card:hover img,
.publisher-card:focus-visible img{
  filter:grayscale(0) saturate(1) brightness(1)!important;
  opacity:1!important;
  transform:scale(1.035)!important;
}

@media (max-width:1050px){
  .footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .footer-group{grid-column:1/-1!important}
  .footer-parent-logo{width:310px!important;max-height:82px!important}
}
@media (max-width:760px){
  .footer-publishers{margin-top:20px!important;padding-top:18px!important}
  .footer-publishers-head{margin-bottom:10px!important}
  .footer-publishers-head span{display:none!important}
  .publisher-row{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
  }
  .publisher-card{
    height:64px!important;
    padding:7px 8px!important;
    border-radius:9px!important;
  }
  .publisher-card.kutahya img{max-width:100%!important}
  .publisher-card.turk img{max-width:88px!important}
  .publisher-card.soz img{max-width:76px!important}
}
@media (max-width:430px){
  .publisher-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}
  .publisher-card{height:58px!important;padding:6px!important}
  .publisher-card.turk img{max-width:74px!important}
  .publisher-card.soz img{max-width:64px!important}
}

/* === WordPress v0.1: Yönetim onaylı hero altı 4 eşit görsel === */
.hero-alt-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:16px;width:100%}
.hero-alt-strip-card{display:block;position:relative;aspect-ratio:16/9;min-width:0;overflow:hidden;border-radius:14px;background:#eef0f2;border:1px solid var(--line);transition:transform .22s ease,box-shadow .22s ease}
.hero-alt-strip-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.hero-alt-strip-card:hover,.hero-alt-strip-card:focus-visible{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.10)}
.hero-alt-strip-card:hover img,.hero-alt-strip-card:focus-visible img{transform:scale(1.025)}
.tm-placeholder{background:linear-gradient(135deg,#eceff2,#dfe3e7);display:flex;align-items:center;justify-content:center;color:#7a828c;font-weight:800}
.tm-empty{padding:24px;border:1px dashed #d9dde2;border-radius:12px;color:#747b85;text-align:center;background:#fff}
@media (max-width:900px){.hero-alt-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.hero-alt-strip-card{border-radius:12px}}
@media (max-width:520px){.hero-alt-strip{gap:8px}.hero-alt-strip-card{border-radius:10px}}

/* WordPress link equivalents for prototype button navigation */
.city-nav a{background:none;border:0;color:#141414;font:inherit;font-weight:700;text-decoration:none;cursor:pointer;white-space:nowrap;padding:15px 0 13px;display:inline-flex;align-items:center}
.city-nav a:hover,.city-nav a:focus-visible{color:var(--red)}
.category-list a{border:1px solid var(--line);background:#fff;color:#222;padding:8px 14px;border-radius:999px;font-size:11px;font-weight:800;text-decoration:none;white-space:nowrap}
.category-list a.active,.category-list a:hover,.category-list a:focus-visible{background:#111;color:#fff;border-color:#111}
@media(max-width:760px){.city-nav a{padding:13px 0 11px;font-size:12px}.category-list a{font-size:11px;padding:8px 14px}}

/* === v0.1.3 Haber Detay Finalizasyonu === */
.article-page{background:#fff;padding:30px 0 54px}
.article-shell{max-width:1260px}
.article-page .breadcrumb{display:flex;align-items:center;gap:7px;margin:0 0 18px;color:#818895;font-size:11px;font-weight:650;line-height:1.4}
.article-page .breadcrumb a{color:#555d68}.article-page .breadcrumb a:hover{color:var(--red)}
.article-top-slot{margin-top:0;margin-bottom:30px}
.article-layout-final{grid-template-columns:minmax(0,880px) 300px;gap:46px;align-items:start;justify-content:space-between}
.article-main{min-width:0}
.article-head-final{padding:2px 0 0}
.article-kicker-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.article-kicker-row .eyebrow{font-size:12px;letter-spacing:.06em}
.article-kicker-dot{color:#b6bbc2;font-size:11px}
.article-category{font-size:12px;font-weight:800;color:#555d68}.article-category:hover{color:var(--red)}
.article-status-pill{display:inline-flex;align-items:center;height:24px;border-radius:999px;padding:0 9px;background:var(--red);color:#fff;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.article-status-pill.is-dark{background:#15171b}
.article-head-final h1{font-size:clamp(36px,4.25vw,58px);line-height:1.01;letter-spacing:-1.8px;margin:0 0 16px;font-weight:900;text-wrap:balance;overflow-wrap:anywhere}
.article-head-final .article-lead{font-size:18px;line-height:1.55;color:#4b535e;margin:0 0 22px;max-width:820px;font-weight:450}
.article-meta-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:18px}
.article-author{display:flex;align-items:center;gap:11px;min-width:0}.article-author-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#eceef1;flex:0 0 42px}.article-author-name{display:block;font-size:13px;font-weight:850;color:#20242a;line-height:1.2}.article-date-line{display:flex;align-items:center;gap:6px;color:#7b838e;font-size:11px;margin-top:4px;flex-wrap:wrap}
.article-meta-bar .share-row{margin-left:auto;flex:0 0 auto}.article-meta-bar .share-btn{width:36px;height:36px;font-size:12px;transition:.18s ease}.article-meta-bar .share-btn:hover{background:#111;color:#fff;border-color:#111;transform:translateY(-1px)}
.article-hero-figure{margin:22px 0 0}.article-hero-figure .article-hero{height:auto;aspect-ratio:16/9;margin:0;border-radius:16px;object-fit:cover;background:#eef0f2}.article-hero-figure figcaption{font-size:10px;color:#808793;line-height:1.45;margin-top:8px}
.article-content-wrap{width:min(760px,100%);margin:28px 0 0 0}
.article-content-wrap .article-body{font-size:17px;line-height:1.82;color:#242930}.article-content-wrap .article-body p{margin:0 0 22px}.article-content-wrap .article-body h2{font-size:28px;line-height:1.2;letter-spacing:-.45px;margin:36px 0 14px}.article-content-wrap .article-body h3{font-size:22px;line-height:1.25;margin:30px 0 12px}.article-content-wrap .article-body blockquote{margin:28px 0;padding:3px 0 3px 22px;border-left:4px solid var(--red);font-size:20px;line-height:1.5;font-weight:700;color:#30353b}.article-content-wrap .article-body img{border-radius:12px;height:auto}.article-content-wrap .article-body a{color:#bd0710;text-decoration:underline;text-underline-offset:3px}
.article-source-box{margin-top:30px;border:1px solid var(--line);border-radius:12px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fafafb;font-size:12px}.article-source-box span{color:#7a828d;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.article-source-box a,.article-source-box strong{font-weight:850;color:#24282e}
.article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.article-tags a{border:1px solid #e1e4e8;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:750;color:#5f6670;background:#fff}.article-tags a:hover{border-color:#bbbfc6;color:#111}
.article-bottom-slot{margin:34px 0 0;width:100%}
.article-sidebar{position:sticky;top:20px;display:flex;flex-direction:column;gap:18px;min-width:0}
.article-sidebar-card{box-shadow:0 10px 26px rgba(15,23,42,.04)}
.article-sidebar .tab-head button{font-size:12px;padding:9px 3px 12px}
.article-sidebar .rank-item{grid-template-columns:34px minmax(0,1fr) auto;transition:background .18s ease;margin:0 -8px;padding:12px 8px;border-radius:8px}.article-sidebar .rank-item:hover{background:#fafafa}.article-sidebar .rank-title{font-size:12px;line-height:1.35}.article-sidebar .rank-views{font-size:9px;white-space:nowrap}.article-sidebar .rank-num{font-size:18px}
.article-sidebar-ad{height:250px;margin:0}
.article-main .related{margin-top:34px;border-top:1px solid var(--line);padding-top:28px}.article-main .related-grid{gap:14px}.article-main .related-grid .support-card img{height:145px}.article-main .related-grid .support-card h3{font-size:14px;line-height:1.28}
.tm-empty-small{padding:16px;font-size:11px}
@media(max-width:1050px){
  .article-layout-final{grid-template-columns:minmax(0,1fr) 280px;gap:28px}.article-head-final h1{font-size:clamp(34px,4.8vw,52px)}
}
@media(max-width:900px){
  .article-page{padding-top:20px}.article-shell{width:min(100% - 28px,1260px)}.article-top-slot{margin-bottom:22px}.article-layout-final{grid-template-columns:minmax(0,1fr);gap:30px}.article-sidebar{position:static;display:grid;grid-template-columns:1fr 300px;align-items:start}.article-head-final h1{font-size:clamp(32px,8vw,46px);letter-spacing:-1.1px}.article-head-final .article-lead{font-size:16px}.article-content-wrap{width:min(760px,100%)}.article-main .related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:700px){
  .article-page{padding:16px 0 42px}.article-shell{width:calc(100% - 24px)}.article-page .breadcrumb{font-size:10px;margin-bottom:13px;overflow:auto;white-space:nowrap}.article-top-slot{height:110px!important;margin:0 0 20px}.article-head-final h1{font-size:34px;line-height:1.04;letter-spacing:-.9px;margin-bottom:13px}.article-head-final .article-lead{font-size:15px;line-height:1.52;margin-bottom:18px}.article-meta-bar{align-items:flex-start;flex-direction:column;padding:12px 0;gap:12px}.article-meta-bar .share-row{margin-left:0}.article-author-avatar{width:38px;height:38px;flex-basis:38px}.article-hero-figure{margin-top:18px}.article-hero-figure .article-hero{border-radius:12px}.article-content-wrap{margin-top:22px}.article-content-wrap .article-body{font-size:16px;line-height:1.75}.article-content-wrap .article-body h2{font-size:24px;margin-top:30px}.article-sidebar{grid-template-columns:1fr}.article-sidebar-ad{width:min(300px,100%);justify-self:center}.article-main .related-grid{grid-template-columns:1fr}.article-main .related-grid .support-card{display:grid;grid-template-columns:120px minmax(0,1fr)}.article-main .related-grid .support-card img{height:100%;min-height:100px}.article-bottom-slot{height:110px!important}.article-kicker-row{margin-bottom:8px}
}
@media(max-width:430px){
  .article-head-final h1{font-size:31px}.article-head-final .article-lead{font-size:14px}.article-date-line{font-size:10px}.article-content-wrap .article-body{font-size:15px}.article-content-wrap .article-body h2{font-size:22px}.article-meta-bar .share-btn{width:34px;height:34px}
}
.ticker-track:has(.ticker-single:only-child){animation:none!important;display:flex;transform:none!important}.ticker-single:before{content:"•"}.ticker-track:empty{display:none}.breaking:has(.ticker-track:empty){display:none}

/* === v0.1.5: canlı Bölgeden Haberler === */
.tm-regional-live{padding-top:28px;padding-bottom:26px}
.tm-regional-lead-media{display:block;min-width:0;height:100%}
.tm-regional-lead-media img{height:100%!important;min-height:270px}
.tm-regional-empty,.tm-regional-filter-empty,.tm-sidebar-empty{border:1px dashed #dfe2e6;border-radius:12px;background:#fafbfc;color:#777f89;padding:18px;font-size:12px;line-height:1.5}
.tm-regional-filter-empty{margin-top:12px}
.tm-sidebar-empty{border:0;background:#f7f8f9;margin-top:6px}
.tm-region-sidebar-ad{margin-top:16px}
.regional-card{transition:transform .18s ease,box-shadow .18s ease;background:#fff}
.regional-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(15,23,42,.07)}
.regional-card h4{color:var(--ink)}
.regional-lead-content h3 a:hover{color:var(--red)}
@media (max-width:780px){
  .tm-regional-live{padding-top:20px}
  .tm-regional-lead-media img{min-height:240px}
  .tm-region-sidebar-ad{display:none}
}

/* === Türk Manşet Entegre Test v0.9 — video, shorts, arşiv, mobil reklam === */
.video-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(250px,1fr);gap:18px}.video-layout .video-main{border:0;background:#111;color:#fff;padding:0;text-align:left;border-radius:16px;overflow:hidden;position:relative;min-height:400px}.video-layout .video-main>img{width:100%;height:400px;object-fit:cover}.video-layout .video-main:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.9));pointer-events:none}.video-layout .video-main .play{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);width:70px;height:70px;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.42);font-size:26px;z-index:2}.video-layout .video-main>div{position:absolute;left:22px;right:22px;bottom:20px;z-index:2;display:flex;flex-direction:column;gap:5px}.video-layout .video-main small{color:#ff3a44;font-weight:900}.video-layout .video-main strong{font-size:20px;line-height:1.25}.video-layout .video-list-item{width:100%;border:0;border-bottom:1px solid #272a30;background:transparent;color:#fff;text-align:left;display:grid;grid-template-columns:120px 1fr;gap:11px;padding:0 0 11px;margin:0 0 11px}.video-layout .video-list-item img{width:120px;height:74px;object-fit:cover;border-radius:9px}.video-layout .video-list-item span{font-size:12px;font-weight:750;line-height:1.3;align-self:center}
.shorts-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.shorts-grid .short-card{border:0;padding:0;aspect-ratio:9/16;width:100%;position:relative}.shorts-grid .short-card:after{display:none}.shorts-grid .short-card img{width:100%;height:100%;object-fit:cover}.short-play{position:absolute;left:12px;bottom:12px;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.65);border:1px solid rgba(255,255,255,.7);color:#fff;display:grid;place-items:center;z-index:2}
.tm-video-modal[hidden],.tm-shorts-overlay[hidden]{display:none!important}.tm-modal-open{overflow:hidden}.tm-video-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:20px}.tm-video-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.83);backdrop-filter:blur(7px)}.tm-video-modal-card{position:relative;z-index:2;width:min(980px,96vw);background:#0d0f12;color:#fff;border-radius:18px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.5)}.tm-video-modal-close{position:absolute;right:14px;top:14px;z-index:3;width:38px;height:38px;border:0;border-radius:50%;background:rgba(0,0,0,.72);color:#fff;font-size:23px}.tm-video-frame{aspect-ratio:16/9;background:#000}.tm-video-frame iframe{width:100%;height:100%;border:0}.tm-video-info{padding:14px 18px;display:flex;justify-content:space-between;gap:20px;align-items:center}.tm-video-info strong{font-size:15px}.tm-video-info a{color:#ff3943;font-size:12px;font-weight:850}
.tm-shorts-overlay{position:fixed;inset:0;z-index:100001;background:#050505;color:#fff}.tm-shorts-close{position:fixed;right:22px;top:max(18px,env(safe-area-inset-top));z-index:100005;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:27px;backdrop-filter:blur(10px)}.tm-shorts-feed{height:100dvh;overflow-y:auto;scroll-snap-type:y mandatory;overscroll-behavior:contain}.tm-short-slide{height:100dvh;scroll-snap-align:start;scroll-snap-stop:always;display:grid;place-items:center;padding:10px}.tm-short-media{height:min(96dvh,920px);aspect-ratio:9/16;max-width:95vw;position:relative;border-radius:20px;overflow:hidden;background:#111}.tm-short-player{position:absolute;inset:0;background:#111}.tm-short-player iframe{width:100%;height:100%;border:0}.tm-short-loading{height:100%;display:grid;place-items:center;color:#888;font-weight:850}.tm-short-gradient{position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.82));pointer-events:none}.tm-short-copy{position:absolute;left:18px;right:78px;bottom:24px;z-index:3;display:flex;flex-direction:column;gap:6px}.tm-short-copy strong{font-size:15px;line-height:1.35}.tm-short-copy span{font-size:11px;color:#ddd}.tm-short-actions{position:absolute;right:13px;bottom:25px;z-index:4;display:flex;flex-direction:column;gap:12px}.tm-short-actions button,.tm-short-actions a{width:52px;min-height:52px;border:0;border-radius:50%;background:rgba(0,0,0,.58);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:18px;text-decoration:none}.tm-short-actions small{font-size:8px;margin-top:2px}
.tm-mobile-anchor{display:none}.tm-search-empty{padding:14px;color:#707782;font-size:12px}
.footer-news form small{display:block;margin-top:7px;color:#b9c0ca}.footer-news .consent{display:flex;gap:7px;align-items:flex-start;margin-top:8px;font-size:8px;color:#aab1bb}.footer-news .consent input{width:auto;height:auto;margin-top:2px}
.tm-ad-sponsored img{width:100%;height:100%;object-fit:contain}.tm-ad-sponsored small{position:absolute;right:7px;top:5px;font-size:8px;color:#777}.tm-ad{position:relative}.tm-inline-ad{height:180px!important;margin:28px 0!important;max-width:760px!important}

.tm-archive-page{padding:28px 0 58px;background:#fff}.tm-archive-head{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--line);padding:8px 0 22px;margin-bottom:20px}.tm-archive-head h1{font-size:42px;line-height:1.05;margin:5px 0 8px;letter-spacing:-1.2px}.tm-archive-head p{margin:0;max-width:720px;color:var(--muted);font-size:14px;line-height:1.55}.tm-district-chips{display:flex;gap:8px;overflow:auto;padding:0 0 18px;scrollbar-width:none}.tm-district-chips a{white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:8px 13px;font-size:11px;font-weight:750}.tm-district-chips a:hover{background:#111;color:#fff}.tm-archive-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.tm-archive-lead{border-radius:16px;overflow:hidden;margin-bottom:18px}.tm-archive-lead>a{display:block;position:relative;min-height:420px;color:#fff}.tm-archive-lead img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.tm-archive-lead>a:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.9))}.tm-archive-lead-overlay{position:absolute;left:25px;right:25px;bottom:22px;z-index:2}.tm-archive-lead-overlay .eyebrow{color:#fff;background:var(--red);display:inline-block;padding:5px 8px;border-radius:5px}.tm-archive-lead-overlay h2{font-size:34px;line-height:1.08;margin:10px 0 8px}.tm-archive-lead-overlay p{margin:0;max-width:690px;font-size:13px;line-height:1.5}.tm-archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tm-archive-grid--category{grid-template-columns:repeat(3,minmax(0,1fr))}.tm-archive-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;transition:.18s}.tm-archive-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.tm-archive-media{display:block;aspect-ratio:16/9;overflow:hidden}.tm-archive-media img{width:100%;height:100%;object-fit:cover}.tm-archive-card-body{padding:13px 14px 15px}.tm-archive-card h2{font-size:18px;line-height:1.2;margin:5px 0 8px}.tm-archive-card p{font-size:12px;line-height:1.5;color:var(--muted);margin:0 0 10px}.tm-archive-card small{font-size:9px;color:#89909a}.tm-archive-sidebar{position:sticky;top:20px;display:flex;flex-direction:column;gap:18px}.tm-pagination{display:flex;gap:7px;justify-content:center;margin:26px 0}.tm-pagination .page-numbers{border:1px solid var(--line);padding:8px 11px;border-radius:7px;font-size:11px}.tm-pagination .current{background:var(--red);border-color:var(--red);color:#fff}.tm-search-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tm-writer-profile{display:flex;align-items:center;gap:24px;padding:24px;border:1px solid var(--line);border-radius:16px;margin-bottom:28px}.tm-writer-avatar{width:130px;height:130px;border-radius:50%;object-fit:cover}.tm-writer-profile h1{font-size:36px;margin:4px 0 8px}.tm-writer-bio{color:var(--muted);font-size:13px;line-height:1.6}.tm-writers-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.tm-writer-card{border:1px solid var(--line);border-radius:14px;padding:20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.tm-writer-card img{width:96px;height:96px;border-radius:50%;object-fit:cover;background:#eee}.tm-writer-card strong{font-size:14px}.tm-writer-card span{font-size:11px;color:var(--muted);line-height:1.4}.tm-breaking-archive{border:1px solid var(--line);border-radius:14px;overflow:hidden}.tm-breaking-row{display:grid;grid-template-columns:65px 115px 1fr 20px;gap:10px;align-items:center;padding:14px 16px;border-bottom:1px solid var(--line)}.tm-breaking-row:last-child{border-bottom:0}.tm-breaking-row time{font-size:12px;color:var(--red);font-weight:900}.tm-breaking-city{text-transform:uppercase;font-size:10px;font-weight:850}.tm-breaking-row strong{font-size:13px;line-height:1.35}.tm-static-page{padding:30px 0 60px}.tm-static-content{max-width:900px}.tm-static-content h1{font-size:42px}.tm-static-body{font-size:16px;line-height:1.8}.tm-static-body h2{margin-top:32px}

@media(max-width:900px){.video-layout{grid-template-columns:1fr}.video-layout .video-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.video-layout .video-list-item{grid-template-columns:100px 1fr}.shorts-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px}.shorts-grid .short-card{min-width:165px;scroll-snap-align:start}.tm-archive-layout{grid-template-columns:1fr}.tm-archive-sidebar{position:static;display:grid;grid-template-columns:1fr 300px}.tm-archive-grid--category,.tm-search-page-grid{grid-template-columns:repeat(2,1fr)}.tm-writers-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:780px){.video-layout .video-main{min-height:280px}.video-layout .video-main>img{height:300px}.tm-video-modal{padding:0}.tm-video-modal-card{width:100%;border-radius:0}.tm-video-info{padding-bottom:calc(14px + env(safe-area-inset-bottom))}.tm-short-slide{padding:0}.tm-short-media{height:100dvh;width:100vw;max-width:none;aspect-ratio:auto;border-radius:0}.tm-mobile-anchor{position:fixed;display:flex;left:50%;bottom:8px;transform:translateX(-50%);z-index:9990;width:min(340px,calc(100% - 22px));align-items:center;justify-content:center}.tm-mobile-anchor>.proto-slot,.tm-mobile-anchor>.tm-ad{width:320px!important;max-width:calc(100vw - 36px)!important;height:50px!important;margin:0!important;border-radius:8px!important}.tm-mobile-anchor .proto-slot:before,.tm-mobile-anchor .proto-context,.tm-mobile-anchor small{display:none}.tm-mobile-anchor .proto-label{font-size:11px}.tm-mobile-anchor>button{position:absolute;right:-4px;top:-10px;width:24px;height:24px;border-radius:50%;border:0;background:#111;color:#fff}.tm-mobile-anchor.is-hidden{display:none}.tm-archive-head h1{font-size:34px}.tm-archive-lead>a{min-height:330px}.tm-archive-lead-overlay h2{font-size:28px}.tm-archive-grid{grid-template-columns:1fr 1fr}.tm-archive-sidebar{grid-template-columns:1fr}.tm-archive-sidebar .proto-box{display:none}.tm-writers-grid{grid-template-columns:repeat(2,1fr)}.tm-breaking-row{grid-template-columns:48px 80px 1fr 14px}.tm-inline-ad{height:110px!important}.article-body .tm-inline-ad{width:100%!important}}
@media(max-width:520px){.video-layout .video-list{display:flex}.video-layout .video-list-item{min-width:250px}.shorts-grid .short-card{min-width:44vw}.tm-archive-grid,.tm-archive-grid--category,.tm-search-page-grid{grid-template-columns:1fr}.tm-archive-lead>a{min-height:290px}.tm-archive-lead-overlay{left:16px;right:16px;bottom:15px}.tm-archive-lead-overlay h2{font-size:24px}.tm-archive-head h1{font-size:31px}.tm-writer-profile{flex-direction:column;text-align:center}.tm-writers-grid{grid-template-columns:1fr 1fr}.tm-breaking-row{grid-template-columns:46px 1fr 14px}.tm-breaking-city{display:none}}

/* RC1: writer profile and resilient editorial UI helpers */
.tm-writer-socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.tm-writer-socials a{display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;border:1px solid #e6e6e6;border-radius:999px;font-size:13px;font-weight:700;text-decoration:none}.tm-writer-socials a:hover{border-color:#e30613;color:#e30613}
/* RC1: Son Dakika scope + Çok Okunan city filter */
.tm-flow-actions{display:flex;align-items:center;gap:8px}.tm-flow-actions button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800;cursor:pointer}.tm-flow-actions button.active{background:#111;color:#fff;border-color:#111}.tm-flow-actions a{margin-left:4px}.tm-flow-empty{padding:14px 0;color:#6b7280;font-size:12px}.period-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.period-row select{margin-left:auto;max-width:125px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:6px 8px;font-size:10px;font-weight:700}
@media(max-width:760px){.tm-flow-actions{flex-wrap:wrap}.tm-flow-actions a{width:100%;margin:0}.period-row select{margin-left:0}}

/* RC3 sponsor ad rendering */
.tm-ad-sponsored{overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.tm-ad-sponsored>a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.tm-ad-sponsored img{display:block;width:100%;height:100%;object-fit:contain}.tm-ad-sponsored.proto-wide{width:min(970px,100%);height:250px;margin:0 auto}.tm-ad-sponsored.proto-box{width:300px;max-width:100%;height:250px}.tm-ad-sponsored.proto-slot-strong{border:1px solid #eef0f2;border-radius:10px}.tm-ad-adsense.proto-wide{width:min(970px,100%);min-height:250px;margin:0 auto}.tm-ad-adsense.proto-box{width:300px;max-width:100%;min-height:250px}
@media(max-width:780px){.tm-ad-sponsored.proto-wide,.tm-ad-adsense.proto-wide{width:320px;max-width:100%;height:100px;min-height:100px}.tm-ad-sponsored.proto-box,.tm-ad-adsense.proto-box{width:300px;max-width:100%;height:250px;min-height:250px}}

/* === RC4: gerçek reklamda prototip çerçevesi yok === */
.tm-ad-sponsored,.tm-ad-adsense{position:relative;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;border-radius:0!important;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}
.tm-ad-sponsored:before,.tm-ad-sponsored:after,.tm-ad-adsense:before,.tm-ad-adsense:after{content:none!important;display:none!important}
.tm-ad-sponsored>a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}
.tm-ad-sponsored img{display:block;width:100%;height:100%;object-fit:contain;border:0!important;outline:0!important;border-radius:0!important;box-shadow:none!important}
.tm-ad-sponsored>small{position:absolute;right:6px;top:4px;z-index:2;padding:2px 5px;border-radius:4px;background:rgba(255,255,255,.86);color:#777;font-size:8px;line-height:1.2;font-weight:700}
.tm-ad-wide{width:min(970px,100%);height:250px;min-height:250px}
.tm-ad-box{width:300px;max-width:100%;height:250px;min-height:250px}
.tm-ad-anchor{width:320px;max-width:100%;height:50px;min-height:50px}
.tm-ad-auto{max-width:100%}
.prototype-slot-section:has(.tm-ad-sponsored),.prototype-slot-section:has(.tm-ad-adsense){background:transparent}
@media(max-width:780px){.tm-ad-wide{width:320px;max-width:100%;height:100px;min-height:100px}.tm-ad-box{width:300px;height:250px;min-height:250px}.tm-ad-anchor{width:320px;max-width:calc(100vw - 36px);height:50px;min-height:50px}.tm-ad-sponsored>small{font-size:7px}}

/* === RC7: Güvenli editoryal başlık hizası ===
 * Yalnız Video Merkezi ve Sosyal Videolar (Shorts) başlık satırını hizalar.
 * Modül container genişliği / kategori stack layout'u değiştirilmez. Böylece
 * Asayiş vb. kategori bloklarındaki sağ/sol ek manşet yerleşimi etkilenmez. */
@media (min-width:981px){
  .video-zone > .container > .section-title,
  .shorts-section.container > .section-title{
    padding-left:clamp(10px,calc((100vw - 1260px)/2),78px)!important;
    padding-right:clamp(10px,calc((100vw - 1260px)/2),78px)!important;
  }
}
@media (min-width:641px) and (max-width:980px){
  .video-zone > .container > .section-title,
  .shorts-section.container > .section-title{
    padding-left:10px!important;
    padding-right:10px!important;
  }
}
@media (max-width:640px){
  .video-zone > .container > .section-title,
  .shorts-section.container > .section-title{
    padding-left:2px!important;
    padding-right:2px!important;
  }
}

/* === RC7: Core kategori "Ek Manşet" masaüstü yerleşim koruması ===
 * Manşet Yönetimi'ndeki sağ/sol ek manşet, ana kategori içeriğinin altına
 * düşmemeli. Bu kurallar yalnız .has-side-feature bulunan kategoriye uygulanır. */
.tm-hcs-category-layout.has-side-feature{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 220px!important;
  gap:12px!important;
  align-items:stretch!important;
  min-width:0!important;
}
.tm-hcs-category-layout.has-side-feature.is-side-left{
  grid-template-columns:220px minmax(0,1fr)!important;
}
.tm-hcs-category-layout.has-side-feature.is-side-left > .tm-hcs-category-main{order:2}
.tm-hcs-category-layout.has-side-feature.is-side-left > .tm-hcs-side-feature{order:1}
.tm-hcs-category-layout.has-side-feature.is-side-right > .tm-hcs-category-main{order:1}
.tm-hcs-category-layout.has-side-feature.is-side-right > .tm-hcs-side-feature{order:2}
.tm-hcs-category-main{min-width:0!important}
.tm-hcs-side-feature{
  min-width:0!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid var(--tm-section-border,#dde1e7)!important;
  border-radius:16px!important;
  background:var(--tm-section-surface,#fff)!important;
  color:var(--tm-section-text,#111)!important;
}
.tm-hcs-side-feature-media{
  display:block!important;
  flex:1 1 auto!important;
  min-height:260px!important;
  overflow:hidden!important;
  background:#0b0b0b!important;
}
.tm-hcs-side-feature-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.tm-hcs-side-feature-copy{
  flex:0 0 auto!important;
  padding:14px 14px 16px!important;
  min-width:0!important;
}
.tm-hcs-side-feature-copy>b{
  display:block!important;
  margin:0 0 7px!important;
  color:var(--tm-section-text,#111)!important;
  font-size:11px!important;
  line-height:1.1!important;
  font-weight:850!important;
}
.tm-hcs-side-feature-copy h3{
  margin:0 0 10px!important;
  font-size:17px!important;
  line-height:1.18!important;
  font-weight:850!important;
  overflow-wrap:anywhere!important;
}
.tm-hcs-side-feature-copy h3 a{
  color:var(--tm-section-text,#111)!important;
  text-decoration:none!important;
}
.tm-hcs-side-feature-copy time{
  display:block!important;
  color:var(--tm-section-muted,#667085)!important;
  font-size:11px!important;
}
/* Seçilen alt haber sayısı 1/2/3/4 olduğunda kartlar boş kolon bırakmadan yayılsın. */
.tm-hcs-card-grid.tm-hcs-card-count-1{grid-template-columns:minmax(0,1fr)!important}
.tm-hcs-card-grid.tm-hcs-card-count-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.tm-hcs-card-grid.tm-hcs-card-count-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.tm-hcs-card-grid.tm-hcs-card-count-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}

@media (max-width:1180px){
  .tm-hcs-category-layout.has-side-feature,
  .tm-hcs-category-layout.has-side-feature.is-side-left{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-category-main,
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature{order:initial!important}
  .tm-hcs-side-feature{
    display:grid!important;
    grid-template-columns:220px minmax(0,1fr)!important;
    min-height:160px!important;
    height:auto!important;
  }
  .tm-hcs-side-feature-media{min-height:160px!important}
}
@media (max-width:640px){
  .tm-hcs-side-feature{display:block!important;min-height:0!important}
  .tm-hcs-side-feature-media{min-height:0!important;aspect-ratio:16/9!important}
  .tm-hcs-card-grid.tm-hcs-card-count-2,
  .tm-hcs-card-grid.tm-hcs-card-count-3,
  .tm-hcs-card-grid.tm-hcs-card-count-4{grid-template-columns:1fr!important}
}

/* =========================================================
 * RC9 — Video kapak oranı + Nöbetçi Eczaneler kart restorasyonu
 * Yalnız görünüm katmanı. Core veri/filtre/senkron mantığına dokunmaz.
 * ======================================================= */

/* Video Merkezi: YouTube kapak görselini kırpmadan tam göster. */
.video-zone .video-layout .video-main{
  min-height:0!important;
  aspect-ratio:16/9!important;
  background:#050505!important;
}
.video-zone .video-layout .video-main>img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  aspect-ratio:16/9!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#050505!important;
}
.video-zone .video-layout .video-list-item img{
  object-fit:contain!important;
  object-position:center center!important;
  background:#050505!important;
}
@media(max-width:780px){
  .video-zone .video-layout .video-main{
    min-height:0!important;
    aspect-ratio:16/9!important;
  }
  .video-zone .video-layout .video-main>img{
    height:100%!important;
  }
}

/* Nöbetçi Eczaneler: Piyasa Durumu ritminde 3 sütunlu kompakt kartlar. */
.tm-pharmacy-board .tm-pharmacy-cross{
  width:5px!important;
  height:36px!important;
  min-width:5px!important;
  flex:0 0 5px!important;
  padding:0!important;
  border-radius:999px!important;
  font-size:0!important;
  color:transparent!important;
  overflow:hidden!important;
}
.tm-pharmacy-board .tm-pharmacy-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
.tm-pharmacy-board .tm-pharmacy-card{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr) auto!important;
  grid-template-areas:
    "icon identity map"
    "info info info"!important;
  align-items:start!important;
  gap:12px 14px!important;
  min-height:168px!important;
  padding:17px 18px!important;
  border-radius:15px!important;
  overflow:hidden!important;
}
.tm-pharmacy-board .tm-pharmacy-card-icon{
  grid-area:icon!important;
  width:52px!important;
  height:52px!important;
}
.tm-pharmacy-board .tm-pharmacy-card-icon img{
  width:52px!important;
  height:52px!important;
  object-fit:contain!important;
}
.tm-pharmacy-board .tm-pharmacy-identity{
  grid-area:identity!important;
  align-self:center!important;
  min-width:0!important;
}
.tm-pharmacy-board .tm-pharmacy-identity h3{
  font-size:18px!important;
  line-height:1.15!important;
}
.tm-pharmacy-board .tm-pharmacy-identity p{
  margin-top:5px!important;
  font-size:11px!important;
}
.tm-pharmacy-board .tm-pharmacy-info{
  grid-area:info!important;
  display:block!important;
  min-width:0!important;
}
/* Kart görünümünü sade tut: şehir/ilçe zaten üstte, adres haritadan açılabilir. */
.tm-pharmacy-board .tm-pharmacy-address{
  display:none!important;
}
.tm-pharmacy-board .tm-pharmacy-phone-row{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:4px!important;
  width:min(100%,315px)!important;
  margin:0!important;
  padding:12px 14px!important;
  border-radius:11px!important;
  background:rgba(6,10,16,.28)!important;
}
.tm-pharmacy-board .tm-pharmacy-phone-row strong{
  color:rgba(255,255,255,.48)!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
.tm-pharmacy-board .tm-pharmacy-phone{
  color:#fff!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:850!important;
}
.tm-pharmacy-board .tm-pharmacy-duty{
  margin-top:8px!important;
  -webkit-line-clamp:2!important;
}
.tm-pharmacy-board .tm-pharmacy-map{
  grid-area:map!important;
  align-self:start!important;
  justify-self:end!important;
  display:inline-flex!important;
  flex-direction:row!important;
  width:auto!important;
  min-width:0!important;
  gap:7px!important;
  padding:8px 10px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.055)!important;
  white-space:nowrap!important;
}
.tm-pharmacy-board .tm-pharmacy-map-icon{
  font-size:18px!important;
}
.tm-pharmacy-board .tm-pharmacy-map strong{
  font-size:10px!important;
  line-height:1!important;
}
/* “Diğer ... eczaneyi göster”: ayırıcı çizgi yok, kartların alt sağında. */
.tm-pharmacy-board .tm-pharmacy-more-row{
  justify-content:flex-end!important;
  gap:0!important;
  margin-top:14px!important;
}
.tm-pharmacy-board .tm-pharmacy-more-row::before{
  content:none!important;
  display:none!important;
}
.tm-pharmacy-board .tm-pharmacy-more{
  margin:0!important;
}
.tm-pharmacy-board .tm-pharmacy-foot{
  border-top:0!important;
  padding-top:10px!important;
  margin-top:10px!important;
}

@media(max-width:1180px){
  .tm-pharmacy-board .tm-pharmacy-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .tm-pharmacy-board .tm-pharmacy-grid{
    grid-template-columns:1fr!important;
  }
  .tm-pharmacy-board .tm-pharmacy-card{
    grid-template-columns:48px minmax(0,1fr) auto!important;
    grid-template-areas:
      "icon identity map"
      "info info info"!important;
    min-height:0!important;
    padding:13px!important;
    gap:10px!important;
  }
  .tm-pharmacy-board .tm-pharmacy-card-icon,
  .tm-pharmacy-board .tm-pharmacy-card-icon img{
    width:44px!important;
    height:44px!important;
  }
  .tm-pharmacy-board .tm-pharmacy-map{
    padding:7px 8px!important;
  }
  .tm-pharmacy-board .tm-pharmacy-map strong{
    display:none!important;
  }
  .tm-pharmacy-board .tm-pharmacy-phone-row{
    width:100%!important;
  }
}

/* =========================================================
 * RC10 — Mobile/tablet responsive hardening
 * Visual-only. Core data, filters, ordering and sync are untouched.
 * Targets the 320/360/390/430 mobile widths where category cards
 * were clipped and Piyasa Durumu could expose a white background.
 * ======================================================= */

/* Keep dynamic homepage modules inside the viewport at every breakpoint. */
.tm-hcs-stack,
.tm-hcs-section,
.tm-hcs-category-layout,
.tm-hcs-category-main,
.tm-hcs-content,
.tm-market-board,
.tm-prayer-board,
.tm-pharmacy-board{
  min-width:0!important;
  max-width:100%;
}

@media (max-width:980px){
  .tm-hcs-stack{
    width:100%!important;
    max-width:100%!important;
  }
  .tm-hcs-category-layout.has-side-feature,
  .tm-hcs-category-layout.has-side-feature.is-side-left,
  .tm-hcs-category-layout.has-side-feature.is-side-right{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:minmax(0,1fr)!important;
  }
  .tm-hcs-category-main,
  .tm-hcs-content,
  .tm-hcs-lead,
  .tm-hcs-card-grid{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  /* Market must remain dark even when Core reorders it in the homepage flow. */
  .tm-market-board,
  .tm-hcs-stack > .tm-market-board{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    background:linear-gradient(135deg,#0d1118 0%,#141b26 100%)!important;
    color:#fff!important;
  }
}

@media (max-width:640px){
  /* On phone widths the section itself already spans the viewport. Using the
     section background directly is safer than a 100vw pseudo-element inside
     an overflow-clipped stack and prevents the half-white band seen on mobile. */
  .tm-hcs-stack{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    overflow:visible!important;
  }
  .tm-hcs-section{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:22px 12px!important;
    border-radius:0!important;
    background:var(--tm-section-bg,#fff)!important;
    overflow:hidden!important;
  }
  .tm-hcs-section::before{display:none!important}

  .tm-hcs-heading{
    margin-bottom:12px!important;
    gap:8px!important;
  }
  .tm-hcs-heading>span{
    width:5px!important;
    height:26px!important;
  }
  .tm-hcs-heading h2{
    font-size:22px!important;
    line-height:1.08!important;
    min-width:0!important;
  }
  .tm-hcs-chips{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 13px!important;
    padding:0 0 3px!important;
    gap:7px!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .tm-hcs-chips::-webkit-scrollbar{display:none}
  .tm-hcs-chip{
    flex:0 0 auto!important;
    min-height:34px!important;
    padding:7px 12px!important;
    font-size:11px!important;
  }

  /* Category lead: image and copy stack naturally; no clipped title/spot. */
  .tm-hcs-lead{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    border-radius:13px!important;
    overflow:hidden!important;
  }
  .tm-hcs-lead-media{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/9!important;
    overflow:hidden!important;
  }
  .tm-hcs-lead-media img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  .tm-hcs-lead-copy{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:15px 14px 17px!important;
    overflow:visible!important;
  }
  .tm-hcs-lead-copy>b{
    margin-bottom:6px!important;
    font-size:10px!important;
  }
  .tm-hcs-lead-copy h3{
    margin:0 0 9px!important;
    font-size:20px!important;
    line-height:1.12!important;
    overflow:visible!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }
  .tm-hcs-lead-copy h3 a{
    display:block!important;
    overflow:visible!important;
  }
  .tm-hcs-lead-copy p{
    margin:0 0 12px!important;
    font-size:12px!important;
    line-height:1.45!important;
    -webkit-line-clamp:4!important;
    overflow:hidden!important;
    overflow-wrap:anywhere!important;
  }
  .tm-hcs-cta{font-size:12px!important}

  /* Supporting category stories: compact horizontal rows. The complete
     thumbnail stays visible and copy gets a real min-width:0 column. */
  .tm-hcs-card-grid,
  .tm-hcs-card-grid.tm-hcs-card-count-1,
  .tm-hcs-card-grid.tm-hcs-card-count-2,
  .tm-hcs-card-grid.tm-hcs-card-count-3,
  .tm-hcs-card-grid.tm-hcs-card-count-4{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:8px!important;
    margin-top:9px!important;
  }
  .tm-hcs-card{
    display:grid!important;
    grid-template-columns:104px minmax(0,1fr)!important;
    width:100%!important;
    min-width:0!important;
    min-height:88px!important;
    border-radius:11px!important;
    overflow:hidden!important;
  }
  .tm-hcs-card-media{
    display:flex!important;
    width:104px!important;
    height:100%!important;
    min-height:88px!important;
    aspect-ratio:auto!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    background:#0b0b0b!important;
  }
  .tm-hcs-card-media img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#0b0b0b!important;
  }
  .tm-hcs-card-copy{
    min-width:0!important;
    padding:9px 10px!important;
    overflow:visible!important;
  }
  .tm-hcs-card-copy>b{
    margin-bottom:4px!important;
    font-size:9px!important;
  }
  .tm-hcs-card-copy h3{
    margin:0 0 5px!important;
    font-size:12px!important;
    line-height:1.22!important;
    -webkit-line-clamp:4!important;
    overflow:hidden!important;
    overflow-wrap:anywhere!important;
  }
  .tm-hcs-card-copy time{font-size:9px!important}

  /* Optional side headline becomes another compact row on phones instead of a
     giant full-width image, keeping the editorial hierarchy readable. */
  .tm-hcs-side-feature{
    display:grid!important;
    grid-template-columns:104px minmax(0,1fr)!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:88px!important;
    height:auto!important;
    margin-top:9px!important;
    border-radius:11px!important;
    overflow:hidden!important;
  }
  .tm-hcs-side-feature-media{
    display:flex!important;
    width:104px!important;
    height:100%!important;
    min-height:88px!important;
    aspect-ratio:auto!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    background:#0b0b0b!important;
  }
  .tm-hcs-side-feature-media img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#0b0b0b!important;
  }
  .tm-hcs-side-feature-copy{
    min-width:0!important;
    padding:9px 10px!important;
  }
  .tm-hcs-side-feature-copy>b{font-size:9px!important;margin-bottom:4px!important}
  .tm-hcs-side-feature-copy h3{
    margin:0 0 5px!important;
    font-size:12px!important;
    line-height:1.22!important;
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:4!important;
    overflow:hidden!important;
    overflow-wrap:anywhere!important;
  }
  .tm-hcs-side-feature-copy time{font-size:9px!important}

  /* Market: actual board paints the dark band. The pseudo full-bleed layer is
     disabled on phones to avoid clipping against mobile overflow containers. */
  .tm-market-board,
  .tm-hcs-stack > .tm-market-board{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:22px 12px 18px!important;
    border:0!important;
    border-radius:0!important;
    background:linear-gradient(135deg,#0d1118 0%,#141b26 100%)!important;
    box-shadow:none!important;
    color:#fff!important;
    overflow:hidden!important;
  }
  .tm-hcs-stack > .tm-market-board::before,
  .tm-market-board::before{display:none!important}
  .tm-market-title{margin-bottom:13px!important;gap:8px!important}
  .tm-market-title>span{width:5px!important;height:26px!important}
  .tm-market-title h2{font-size:22px!important}
  .tm-market-title small{font-size:10px!important}
  .tm-market-grid{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    gap:9px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:0 0 4px!important;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .tm-market-grid::-webkit-scrollbar{display:none}
  .tm-market-card{
    flex:0 0 min(78vw,245px)!important;
    min-width:0!important;
    padding:13px!important;
    border-radius:13px!important;
    scroll-snap-align:start;
  }
  .tm-market-card-head{grid-template-columns:34px minmax(0,1fr) auto!important;gap:8px!important}
  .tm-market-symbol{width:34px!important;height:34px!important;font-size:16px!important;border-radius:10px!important}
  .tm-market-card-head strong{font-size:13px!important}
  .tm-market-card-head small{font-size:9px!important}
  .tm-market-change{font-size:9px!important}
  .tm-market-values{gap:7px!important;margin-top:10px!important}
  .tm-market-values>span{padding:8px 9px!important}
  .tm-market-values small{font-size:8px!important}
  .tm-market-values b{font-size:15px!important}
  .tm-market-foot{margin-top:10px!important;padding-top:10px!important;font-size:9px!important}

  /* Same direct-background safety for the other full-width service modules. */
  .tm-prayer-board{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    background:linear-gradient(135deg,#0d1118 0%,#141b26 100%)!important;
    overflow:hidden!important;
  }
  .tm-prayer-board::before{display:none!important}
  .tm-pharmacy-board{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    background:linear-gradient(135deg,#0d1118 0%,#141b26 100%)!important;
    overflow:hidden!important;
  }
  .tm-pharmacy-board::before{display:none!important}
}

@media (max-width:380px){
  .tm-hcs-section{padding-left:10px!important;padding-right:10px!important}
  .tm-hcs-card,
  .tm-hcs-side-feature{grid-template-columns:92px minmax(0,1fr)!important}
  .tm-hcs-card-media,
  .tm-hcs-side-feature-media{width:92px!important;min-height:82px!important}
  .tm-hcs-lead-copy h3{font-size:19px!important}
  .tm-market-card{flex-basis:min(82vw,238px)!important}
}


/* =========================================================
 * RC13 — Authoritative responsive hardening, 320px → 980px
 * This block is intentionally last. It does not rely on the theme's older
 * pseudo-element contract, so even an RC11/RC12 app.css cannot turn dark or
 * coloured modules into white/invisible bands on phones/tablets.
 * ======================================================= */
@media (max-width:980px){
  .tm-hcs-stack,
  .tm-hcs-section,
  .tm-hcs-category-layout,
  .tm-hcs-category-main,
  .tm-hcs-content,
  .tm-hcs-sport-shell,
  .tm-market-board,
  .tm-prayer-board,
  .tm-pharmacy-board{
    width:100%!important;max-width:100%!important;min-width:0!important;
    margin-left:0!important;margin-right:0!important;
    box-sizing:border-box!important;
  }
  .tm-hcs-stack{overflow:visible!important;gap:0!important;padding:0!important}
  .tm-hcs-section{
    position:relative!important;z-index:0!important;height:auto!important;min-height:0!important;
    background:var(--tm-section-bg,#fff)!important;color:var(--tm-section-text,#111827)!important;
    border-radius:0!important;box-shadow:none!important;overflow:hidden!important;
  }
  .tm-hcs-section::before{content:none!important;display:none!important}
  .tm-hcs-section .tm-hcs-heading h2,
  .tm-hcs-section .tm-hcs-lead-copy h3,
  .tm-hcs-section .tm-hcs-lead-copy h3 a,
  .tm-hcs-section .tm-hcs-card-copy h3,
  .tm-hcs-section .tm-hcs-card-copy h3 a,
  .tm-hcs-section .tm-hcs-side-feature-copy h3,
  .tm-hcs-section .tm-hcs-side-feature-copy h3 a{
    color:var(--tm-section-text,#111827)!important;
  }
  .tm-hcs-section .tm-hcs-lead-copy p,
  .tm-hcs-section .tm-hcs-card-copy time,
  .tm-hcs-section .tm-hcs-side-feature-copy time{
    color:var(--tm-section-muted,#667085)!important;
  }
  .tm-hcs-section .tm-hcs-lead,
  .tm-hcs-section .tm-hcs-card,
  .tm-hcs-section .tm-hcs-side-feature,
  .tm-hcs-section .tm-hcs-loading,
  .tm-hcs-section .tm-hcs-empty{
    background:var(--tm-section-surface,rgba(255,255,255,.10))!important;
    border-color:var(--tm-section-border,rgba(255,255,255,.18))!important;
  }
  .tm-hcs-category-layout.has-side-feature,
  .tm-hcs-category-layout.has-side-feature.is-side-left,
  .tm-hcs-category-layout.has-side-feature.is-side-right{
    display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-category-main,
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature{order:initial!important}
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell{
    display:flex!important;flex-direction:column!important;width:100%!important;height:auto!important;min-height:0!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell > .tm-sports-widget{
    position:static!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;
    width:100%!important;max-width:100%!important;margin:16px 0 0!important;transform:none!important;
  }
  .tm-market-board,
  .tm-hcs-stack > .tm-market-board,
  .tm-prayer-board,
  .tm-pharmacy-board{
    position:relative!important;height:auto!important;min-height:0!important;
    background:linear-gradient(135deg,#0d1118 0%,#141b26 100%)!important;
    color:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;
    overflow:hidden!important;
  }
  .tm-market-board::before,.tm-hcs-stack > .tm-market-board::before,
  .tm-prayer-board::before,.tm-pharmacy-board::before{content:none!important;display:none!important}
  .tm-market-board *, .tm-prayer-board *, .tm-pharmacy-board *{box-sizing:border-box}
  .tm-market-title h2,.tm-market-card-head strong,.tm-market-values b,
  .tm-prayer-title h2,.tm-prayer-card>strong,
  .tm-pharmacy-title h2,.tm-pharmacy-identity h3,.tm-pharmacy-detail strong{
    color:#fff!important;
  }
  .tm-market-title small,.tm-market-card-head small,.tm-market-values small,.tm-market-foot,
  .tm-prayer-title small,.tm-prayer-card-top,.tm-prayer-foot,
  .tm-pharmacy-title small,.tm-pharmacy-identity p,.tm-pharmacy-detail,.tm-pharmacy-foot{
    color:rgba(255,255,255,.66)!important;
  }
}

@media (max-width:640px){
  .tm-hcs-section{padding:22px 12px!important}
  .tm-hcs-heading{display:flex!important;visibility:visible!important;opacity:1!important;margin:0 0 12px!important}
  .tm-hcs-heading h2{display:block!important;visibility:visible!important;opacity:1!important;font-size:22px!important;line-height:1.08!important}
  .tm-hcs-chips{display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;flex-wrap:nowrap!important;margin:0 0 13px!important;padding:0 0 3px!important}
  .tm-hcs-lead{display:block!important;height:auto!important;min-height:0!important}
  .tm-hcs-lead-media{display:flex!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/9!important}
  .tm-hcs-lead-copy{display:block!important;visibility:visible!important;opacity:1!important;height:auto!important;min-height:0!important;padding:15px 14px 17px!important}
  .tm-hcs-lead-copy>b,.tm-hcs-lead-copy h3,.tm-hcs-lead-copy p,.tm-hcs-cta{visibility:visible!important;opacity:1!important}
  .tm-hcs-card-grid,.tm-hcs-card-grid.tm-hcs-card-count-1,.tm-hcs-card-grid.tm-hcs-card-count-2,.tm-hcs-card-grid.tm-hcs-card-count-3,.tm-hcs-card-grid.tm-hcs-card-count-4{
    display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;margin-top:12px!important;height:auto!important;
  }
  .tm-hcs-card,.tm-hcs-side-feature{
    display:block!important;height:auto!important;min-height:0!important;visibility:visible!important;opacity:1!important;
    border-radius:14px!important;overflow:hidden!important;
  }
  .tm-hcs-card-media,.tm-hcs-side-feature-media{
    display:flex!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/9!important;
    background:#111!important;align-items:center!important;justify-content:center!important;
  }
  .tm-hcs-card-media img,.tm-hcs-side-feature-media img{
    display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;
    background:#111!important;
  }
  .tm-hcs-card-copy,.tm-hcs-side-feature-copy{
    display:block!important;visibility:visible!important;opacity:1!important;min-width:0!important;padding:12px 13px 14px!important;
  }
  .tm-hcs-card-copy>b,.tm-hcs-side-feature-copy>b{font-size:11px!important;margin-bottom:6px!important}
  .tm-hcs-card-copy h3,.tm-hcs-side-feature-copy h3{
    font-size:15px!important;line-height:1.32!important;margin:0 0 9px!important;-webkit-line-clamp:3!important;
  }
  .tm-hcs-card-copy time,.tm-hcs-side-feature-copy time{font-size:11px!important}

  .tm-market-board,.tm-hcs-stack > .tm-market-board{padding:22px 12px 18px!important}
  .tm-market-grid{display:flex!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;gap:9px!important;padding:0 0 4px!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
  .tm-market-card{display:block!important;visibility:visible!important;opacity:1!important;flex:0 0 min(78vw,245px)!important;min-width:0!important;height:auto!important;scroll-snap-align:start;background:rgba(255,255,255,.055)!important}
  .tm-market-card-head,.tm-market-values,.tm-market-foot{visibility:visible!important;opacity:1!important}

  .tm-prayer-board{padding:24px 12px 22px!important}
  .tm-prayer-head{display:flex!important;visibility:visible!important;opacity:1!important;align-items:flex-start!important;flex-wrap:wrap!important;gap:10px!important;margin-bottom:14px!important}
  .tm-prayer-title,.tm-prayer-title h2,.tm-prayer-city-pill{visibility:visible!important;opacity:1!important}
  .tm-prayer-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;width:100%!important;height:auto!important}
  .tm-prayer-card{display:block!important;visibility:visible!important;opacity:1!important;min-width:0!important;min-height:92px!important;height:auto!important;padding:12px!important;background:rgba(255,255,255,.055)!important}
  .tm-prayer-card.is-next{background:linear-gradient(135deg,#ed101b 0%,#ff7a18 100%)!important}
  .tm-prayer-card-top,.tm-prayer-card>strong,.tm-prayer-foot{visibility:visible!important;opacity:1!important}

  .tm-pharmacy-board{padding:24px 12px!important}
  .tm-pharmacy-head,.tm-pharmacy-title,.tm-pharmacy-district-select,.tm-pharmacy-city-tabs,.tm-pharmacy-grid,.tm-pharmacy-foot{visibility:visible!important;opacity:1!important}
  .tm-pharmacy-head{display:block!important;margin-bottom:14px!important}
  .tm-pharmacy-district-select{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;margin-top:14px!important}
  .tm-pharmacy-district-select select{width:100%!important;min-width:0!important}
  .tm-pharmacy-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;width:100%!important;height:auto!important}
  .tm-pharmacy-card:not([hidden]){display:grid!important;visibility:visible!important;opacity:1!important;grid-template-columns:48px minmax(0,1fr) 64px!important;grid-template-areas:"icon identity map" "icon info info"!important;height:auto!important;min-height:0!important;background:rgba(255,255,255,.055)!important}
  .tm-pharmacy-card-icon{grid-area:icon!important}.tm-pharmacy-identity{grid-area:identity!important}.tm-pharmacy-info{grid-area:info!important}.tm-pharmacy-map{grid-area:map!important}
  .tm-pharmacy-identity,.tm-pharmacy-info,.tm-pharmacy-map,.tm-pharmacy-detail,.tm-pharmacy-phone{visibility:visible!important;opacity:1!important}

  .tm-sports-widget{position:static!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;overflow:hidden!important}
  .tm-sports-team,.tm-sports-team.is-active,.tm-sports-team-top,.tm-sports-match,.tm-sports-table,.tm-sports-updated{max-width:100%!important}

  .prototype-slot-section{max-width:100%!important;overflow:hidden!important}
  .prototype-slot-section .container{max-width:100%!important}
  .tm-ad-sponsored.tm-ad-wide,.tm-ad-sponsored.proto-wide,.tm-ad-adsense.tm-ad-wide,.tm-ad-adsense.proto-wide{
    width:min(320px,100%)!important;max-width:100%!important;height:100px!important;min-height:100px!important;margin-left:auto!important;margin-right:auto!important;
  }
  .tm-ad-sponsored img{width:100%!important;height:100%!important;object-fit:contain!important}
}

@media (max-width:380px){
  .tm-hcs-section,.tm-market-board,.tm-prayer-board,.tm-pharmacy-board{padding-left:10px!important;padding-right:10px!important}
  .tm-hcs-card,.tm-hcs-side-feature{border-radius:12px!important}
  .tm-hcs-card-media,.tm-hcs-side-feature-media{aspect-ratio:16/10!important}
  .tm-hcs-card-copy,.tm-hcs-side-feature-copy{padding:11px 12px 13px!important}
  .tm-hcs-card-copy h3,.tm-hcs-side-feature-copy h3{font-size:14px!important;line-height:1.3!important}
  .tm-prayer-grid{gap:7px!important}.tm-prayer-card{padding:10px!important;min-height:88px!important}.tm-prayer-card>strong{font-size:22px!important}
  .tm-market-card{flex-basis:min(82vw,238px)!important}
}

/* === RC14: Footer sosyal profilleri geri yüklendi === */
.footer-social-block{
  width:100%;
  max-width:370px;
  margin-top:10px;
  padding-top:13px;
  border-top:1px solid rgba(255,255,255,.09);
}
.footer-social-block h4{
  margin:0 0 10px!important;
  color:#f2f4f7!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
}
.footer-group .footer-socials{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
}
.footer .footer-social{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:9px!important;
  background:#15191e!important;
  color:#f7f8fa!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  line-height:1!important;
  overflow:hidden!important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease,color .18s ease!important;
}
.footer .footer-social:hover,
.footer .footer-social:focus-visible{
  background:#e30613!important;
  border-color:#e30613!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  outline:none!important;
}
.footer .footer-social svg{width:17px!important;height:17px!important;display:block!important;fill:currentColor!important}
.footer .footer-social svg .tm-social-stroke{fill:none!important;stroke:currentColor!important;stroke-width:1.8!important}
.footer .footer-social svg .tm-social-cut{fill:#15191e!important;transition:fill .18s ease!important}
.footer .footer-social:hover svg .tm-social-cut,.footer .footer-social:focus-visible svg .tm-social-cut{fill:#e30613!important}
.tm-social-letter{font-size:17px!important;font-weight:900!important;font-family:Arial,Helvetica,sans-serif!important;line-height:1!important}
.tm-social-letter--wide{font-size:13px!important;letter-spacing:-.04em!important}

@media (max-width:1050px){
  .footer-social-block{max-width:460px}
}
@media (max-width:760px){
  .footer-social-block{max-width:100%;margin-top:8px;padding-top:12px}
  .footer .footer-social{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}
}
@media (max-width:430px){
  .footer-social-block{padding-bottom:4px}
  .footer-group .footer-socials{gap:9px!important}
}

/* RC15 — mobile live CTA + wider homepage ad rails + cache-busting safe overrides */
.pill-action.live .tm-live-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:15px}
@media (max-width:980px){
  .header-main{grid-template-columns:104px minmax(0,1fr) auto!important;gap:10px!important}
  .search-wrap{min-width:0!important;max-width:none!important}
  .header-actions{min-width:max-content!important;gap:10px!important}
  .tm-home-action-row .tm-home-action-btn.is-live,
  .header-actions .pill-action.live{
    width:auto!important;
    min-width:148px!important;
    height:44px!important;
    padding:0 16px!important;
    border-radius:16px!important;
    justify-content:center!important;
    gap:10px!important;
    font-size:15px!important;
    font-weight:900!important;
    letter-spacing:-.01em!important;
    color:#fff!important;
    background:linear-gradient(90deg,#ff6b6b 0%,#f40b12 38%,#d9000a 100%)!important;
    box-shadow:0 10px 24px rgba(226,11,23,.26), inset 0 1px 0 rgba(255,255,255,.22)!important;
  }
  .tm-home-action-row .tm-home-action-btn.is-live .tm-live-icon,
  .header-actions .pill-action.live .tm-live-icon{font-size:16px!important;opacity:.98!important}
}
@media (max-width:420px){
  .header-main{grid-template-columns:96px minmax(0,1fr) auto!important;gap:8px!important}
  .brand img{width:92px!important;height:50px!important}
  .tm-home-action-row .tm-home-action-btn.is-live,
  .header-actions .pill-action.live{
    min-width:136px!important;
    height:42px!important;
    padding:0 13px!important;
    border-radius:15px!important;
    gap:8px!important;
    font-size:14px!important;
  }
}

.prototype-slot-section--wide > .container{
  width:min(calc(100% - 24px),1240px)!important;
  max-width:none!important;
}
.prototype-slot-section--wide .tm-ad-wide,
.prototype-slot-section--wide .tm-ad-sponsored.tm-ad-wide,
.prototype-slot-section--wide .tm-ad-adsense.tm-ad-wide,
.prototype-slot-section--wide .proto-wide{
  width:100%!important;
  max-width:none!important;
  margin:12px auto!important;
}
@media (min-width:781px){
  .prototype-slot-section--wide .tm-ad-wide,
  .prototype-slot-section--wide .tm-ad-sponsored.tm-ad-wide,
  .prototype-slot-section--wide .tm-ad-adsense.tm-ad-wide,
  .prototype-slot-section--wide .proto-wide{
    height:auto!important;
    min-height:250px!important;
    aspect-ratio:970 / 250!important;
  }
}
@media (max-width:780px){
  .prototype-slot-section--wide > .container{width:min(100% - 24px,100%)!important}
}

/* RC16 — wider desktop ad rails and safer market distribution */
@media (min-width: 781px){
  .prototype-slot-section--wide > .container,
  .prototype-slot-section--footer > .container,
  .prototype-slot-section--shorts > .container{
    width:min(calc(100vw - 40px), 1380px)!important;
    max-width:none!important;
  }
  .prototype-slot-section--wide .tm-ad-wide,
  .prototype-slot-section--footer .tm-ad-wide,
  .prototype-slot-section--shorts .tm-ad-wide,
  .prototype-slot-section--wide .tm-ad-sponsored.tm-ad-wide,
  .prototype-slot-section--footer .tm-ad-sponsored.tm-ad-wide,
  .prototype-slot-section--shorts .tm-ad-sponsored.tm-ad-wide,
  .prototype-slot-section--wide .tm-ad-adsense.tm-ad-wide,
  .prototype-slot-section--footer .tm-ad-adsense.tm-ad-wide,
  .prototype-slot-section--shorts .tm-ad-adsense.tm-ad-wide,
  .prototype-slot-section--wide .proto-wide,
  .prototype-slot-section--footer .proto-wide,
  .prototype-slot-section--shorts .proto-wide{
    width:100%!important;
    max-width:none!important;
    margin:14px auto!important;
  }
}

/* RC18 — category lead should grow to card height, sports widget back to the RIGHT */
@media (min-width: 981px){
  .tm-hcs-lead{
    align-items:stretch!important;
  }
  .tm-hcs-lead-media{
    display:flex!important;
    align-self:stretch!important;
    min-height:100%!important;
    height:100%!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
  }
  .tm-hcs-lead-media img{
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center top!important;
  }
}

/* RC19 — restore no-crop lead media and force sports widget to the RIGHT on desktop */
@media (min-width: 981px){
  .tm-hcs-lead{
    align-items:start!important;
  }
  .tm-hcs-lead-media{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    align-self:start!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    background:#0b0b0b!important;
  }
  .tm-hcs-lead-media img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#0b0b0b!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(280px,296px)!important;
    align-items:start!important;
    gap:18px!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell > .tm-hcs-content,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail > .tm-hcs-content{
    grid-column:1!important;
    order:1!important;
    min-width:0!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell > .tm-sports-widget,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail > .tm-sports-widget{
    grid-column:2!important;
    order:2!important;
    position:sticky!important;
    top:20px!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:296px!important;
    margin:0 0 0 auto!important;
    align-self:start!important;
  }
}

/* RC20 — fill desktop lead blocks fully while protecting text area and keeping sports on the right */
@media (min-width: 981px){
  .tm-hcs-lead{
    min-height:0!important;
    grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr)!important;
    align-items:stretch!important;
  }
  .tm-hcs-lead-media{
    display:flex!important;
    align-self:stretch!important;
    min-height:100%!important;
    height:100%!important;
    overflow:hidden!important;
    background:#0b0b0b!important;
  }
  .tm-hcs-lead-media img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:left center!important;
    background:#0b0b0b!important;
  }
  .tm-hcs-lead-copy{
    padding:30px 34px!important;
  }
  .tm-hcs-lead-copy h3{
    font-size:clamp(32px,2.25vw,52px)!important;
    line-height:1.02!important;
    margin:0 0 16px!important;
  }
  .tm-hcs-lead-copy p{
    font-size:16px!important;
    line-height:1.42!important;
    margin:0 0 20px!important;
    -webkit-line-clamp:3!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(280px,296px)!important;
    align-items:start!important;
    gap:18px!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell > .tm-hcs-content,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail > .tm-hcs-content{
    grid-column:1!important;
    order:1!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell > .tm-sports-widget,
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-sport-shell.is-rail > .tm-sports-widget{
    grid-column:2!important;
    order:2!important;
    position:sticky!important;
    top:20px!important;
    width:100%!important;
    max-width:296px!important;
    margin:0 0 0 auto!important;
    align-self:start!important;
  }
}

/* RC21 — sports category desktop balancing: fill lead block, protect image text, keep widget on right */
@media (min-width: 981px){
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-lead{
    grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr)!important;
    min-height:438px!important;
    align-items:stretch!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-lead-media{
    align-self:stretch!important;
    display:flex!important;
    height:100%!important;
    min-height:100%!important;
    overflow:hidden!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-lead-media img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:left top!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-lead-copy{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    min-height:100%!important;
    padding:28px 30px!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-lead-copy h3{
    font-size:clamp(30px,2.1vw,44px)!important;
    line-height:1.04!important;
    margin:0 0 14px!important;
  }
  .tm-hcs-section[data-hcs-category="spor"] .tm-hcs-lead-copy p{
    font-size:15px!important;
    line-height:1.4!important;
    -webkit-line-clamp:3!important;
    margin:0 0 18px!important;
  }
}

/* RC22 — mobile header: keep full Canlı Yayın CTA without covering search */
@media (max-width:640px){
  .site-header .header-main{
    height:auto!important;
    min-height:118px!important;
    padding:10px 0 11px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    column-gap:10px!important;
    row-gap:9px!important;
    align-items:center!important;
  }
  .site-header .brand{
    grid-column:1!important;
    grid-row:1!important;
    min-width:0!important;
  }
  .site-header .brand img{
    width:92px!important;
    height:50px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  .site-header .header-actions{
    grid-column:2!important;
    grid-row:1!important;
    display:flex!important;
    justify-content:flex-end!important;
    align-items:center!important;
    min-width:0!important;
    width:auto!important;
    gap:0!important;
  }
  .site-header .header-actions .newsletter{
    display:none!important;
  }
  .site-header .header-actions .pill-action.live,
  .site-header .tm-home-action-row .tm-home-action-btn.is-live{
    width:auto!important;
    min-width:132px!important;
    max-width:148px!important;
    height:42px!important;
    padding:0 14px!important;
    border-radius:16px!important;
    flex:0 0 auto!important;
    justify-content:center!important;
    gap:8px!important;
    font-size:14px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .site-header .search-wrap{
    grid-column:1 / -1!important;
    grid-row:2!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
  }
  .site-header .search-box{
    width:100%!important;
    min-width:0!important;
    height:42px!important;
  }
  .site-header .search-box input{
    width:100%!important;
    min-width:0!important;
    font-size:13px!important;
  }
  .site-header .search-box input::placeholder{
    color:#7d8490!important;
    opacity:1!important;
  }
}
@media (max-width:360px){
  .site-header .header-main{
    column-gap:8px!important;
  }
  .site-header .brand img{
    width:86px!important;
    height:48px!important;
  }
  .site-header .header-actions .pill-action.live,
  .site-header .tm-home-action-row .tm-home-action-btn.is-live{
    min-width:124px!important;
    max-width:132px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }
}

/* =========================================================
 * RC24 — Desktop category side-feature rail restore.
 * "Sağ/Sol ek manşet" must remain a slim tall rail on desktop. Mobile/tablet
 * keeps the existing stacked responsive layout.
 * ======================================================= */
@media (min-width:981px){
  .tm-hcs-category-layout.has-side-feature,
  .tm-hcs-category-layout.has-side-feature.is-side-left,
  .tm-hcs-category-layout.has-side-feature.is-side-right{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 220px!important;
    gap:12px!important;
    align-items:stretch!important;
  }
  .tm-hcs-category-layout.has-side-feature.is-side-left{
    grid-template-columns:220px minmax(0,1fr)!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-category-main{
    min-width:0!important;
    align-self:stretch!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature{
    min-width:0!important;
    align-self:stretch!important;
    height:100%!important;
    min-height:100%!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-media{
    display:block!important;
    flex:0 0 auto!important;
    width:100%!important;
    min-height:124px!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-media > img{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy{
    flex:1 1 auto!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy h3{
    display:-webkit-box!important;
    -webkit-line-clamp:5!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy time{
    margin-top:auto!important;
  }
}

/* =========================================================
 * RC25 — Desktop Ek Manşet: full-height image rail.
 * The selected side headline is a single editorial visual: the image fills
 * the complete rail and its city/title/date sit over the lower part. There
 * is no separate card background. <=980px keeps the existing stacked layout.
 * ======================================================= */
@media (min-width:981px){
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature{
    position:relative!important;
    isolation:isolate!important;
    display:block!important;
    align-self:stretch!important;
    height:100%!important;
    min-height:100%!important;
    overflow:hidden!important;
    padding:0!important;
    background:transparent!important;
    border:1px solid rgba(255,255,255,.26)!important;
    border-radius:16px!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-media{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    overflow:hidden!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-media > img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature::after{
    content:"";
    position:absolute;
    z-index:1;
    inset:28% 0 0;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.32) 24%,rgba(0,0,0,.82) 72%,rgba(0,0,0,.94) 100%);
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy{
    position:absolute!important;
    z-index:2!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
    min-width:0!important;
    min-height:0!important;
    padding:18px 15px 16px!important;
    background:transparent!important;
    color:#fff!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy > b{
    margin:0 0 7px!important;
    color:#fff!important;
    font-size:11px!important;
    line-height:1.1!important;
    text-shadow:0 1px 3px rgba(0,0,0,.7)!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy h3{
    margin:0 0 10px!important;
    color:#fff!important;
    font-size:17px!important;
    line-height:1.18!important;
    font-weight:850!important;
    display:-webkit-box!important;
    -webkit-line-clamp:6!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-shadow:0 2px 5px rgba(0,0,0,.78)!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy h3 a,
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy time{
    color:#fff!important;
    text-shadow:0 1px 3px rgba(0,0,0,.72)!important;
  }
  .tm-hcs-category-layout.has-side-feature > .tm-hcs-side-feature .tm-hcs-side-feature-copy time{
    margin-top:0!important;
    font-size:11px!important;
    opacity:.82!important;
  }
}
