/*
Theme Name: RadyoHaber Pro
Theme URI: https://example.com/radyohaber-pro
Author: OpenAI
Description: Modern, responsive, SEO-friendly Turkish news portal theme with breaking-news ticker, hero slider, RSS importer, weather, pharmacy, football, video, authors, ads and Live TV.
Version: 1.4.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: radyohaber-pro
Tags: news, magazine, two-columns, custom-logo, custom-menu, featured-images, rtl-language-support
AMP: true
*/

:root{
  --rh-bg:#f5f7fb;--rh-surface:#fff;--rh-text:#121826;--rh-muted:#667085;
  --rh-primary:#e11d48;--rh-primary2:#ff4d6d;--rh-dark:#0f172a;--rh-line:#e8ecf2;
  --rh-radius:18px;--rh-shadow:0 10px 35px rgba(15,23,42,.08);--rh-container:1380px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--rh-bg);color:var(--rh-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(calc(100% - 32px),var(--rh-container));margin-inline:auto}
.site-topbar{background:#0b1220;color:#dce3ef;font-size:13px}.site-topbar .container{display:flex;justify-content:space-between;gap:18px;align-items:center;min-height:38px}
.top-links{display:flex;gap:15px;align-items:center}.top-links a:hover{color:#fff}.site-header{background:#fff;position:sticky;top:0;z-index:60;border-bottom:1px solid var(--rh-line)}
.header-main{min-height:84px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.site-branding img{max-height:54px;width:auto}.site-title{font-weight:900;font-size:26px;letter-spacing:-.7px}
.main-nav ul{display:flex;gap:6px;align-items:center;list-style:none;padding:0;margin:0}.main-nav a{display:block;padding:12px 11px;border-radius:10px;font-size:14px;font-weight:750}.main-nav a:hover,.main-nav .current-menu-item>a{background:#f3f5f9;color:var(--rh-primary)}
.header-actions{display:flex;gap:9px;align-items:center}.live-tv{background:linear-gradient(135deg,var(--rh-primary),var(--rh-primary2));color:#fff;padding:11px 16px;border-radius:12px;font-weight:850;box-shadow:0 8px 22px rgba(225,29,72,.25)}
.menu-toggle{display:none;border:0;background:#eef2f7;border-radius:10px;padding:10px;font-size:20px}
.breaking{background:#fff;border-bottom:1px solid var(--rh-line)}.breaking .container{display:grid;grid-template-columns:auto 1fr;align-items:center;overflow:hidden;min-height:48px}.breaking-label{height:48px;display:flex;align-items:center;padding:0 18px 0 0;font-size:13px;font-weight:900;color:var(--rh-primary);white-space:nowrap}
.ticker-window{overflow:hidden;white-space:nowrap}.ticker-track{display:inline-flex;gap:42px;align-items:center;min-width:max-content;animation:rhTicker 34s linear infinite}.ticker-track:hover{animation-play-state:paused}.ticker-item{font-size:14px;font-weight:650}.ticker-item:before{content:"●";color:var(--rh-primary);margin-right:10px;font-size:8px}
@keyframes rhTicker{from{transform:translateX(30vw)}to{transform:translateX(-100%)}}
.hero{padding:22px 0 10px}.hero-shell{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,.7fr);gap:18px}.hero-slider{position:relative;overflow:hidden;border-radius:24px;background:#111827;min-height:470px;box-shadow:var(--rh-shadow)}
.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .45s ease}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-slide img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,7,18,.92),rgba(3,7,18,.08) 70%)}
.hero-content{position:absolute;z-index:2;left:32px;right:32px;bottom:30px;color:white}.hero-kicker{display:inline-flex;background:var(--rh-primary);padding:6px 10px;border-radius:999px;font-size:11px;font-weight:900;text-transform:uppercase}.hero-title{font-size:clamp(26px,3vw,46px);line-height:1.1;margin:12px 0 8px;font-weight:900;letter-spacing:-1px}.hero-meta{font-size:13px;color:#dbe1ea}
.hero-dots{position:absolute;z-index:5;right:22px;bottom:22px;display:flex;gap:7px}.hero-dot{border:0;width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.5);padding:0}.hero-dot.is-active{width:27px;border-radius:9px;background:#fff}
.hero-side{display:grid;gap:14px}.mini-story{position:relative;min-height:145px;border-radius:18px;overflow:hidden;background:#111827}.mini-story img{position:absolute;width:100%;height:100%;object-fit:cover}.mini-story:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,7,18,.88),rgba(3,7,18,.08))}.mini-story .txt{position:absolute;z-index:2;left:18px;right:18px;bottom:15px;color:white;font-weight:850;line-height:1.25}
.ad-slot{background:#fff;border:1px dashed #cbd5e1;border-radius:16px;min-height:110px;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#94a3b8;font-size:12px;text-transform:uppercase;letter-spacing:1px}.ad-slot img{width:100%;height:auto}.ad-wide{margin:20px 0}
.layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:24px;padding:16px 0 38px}.content-stack{display:grid;gap:24px}.widget-card,.section-card{background:var(--rh-surface);border:1px solid var(--rh-line);border-radius:var(--rh-radius);box-shadow:var(--rh-shadow);padding:20px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:15px}.section-head h2{font-size:22px;line-height:1.2;margin:0;font-weight:900;letter-spacing:-.4px}.section-head a{font-size:13px;color:var(--rh-primary);font-weight:800}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.news-card{border:1px solid var(--rh-line);border-radius:16px;overflow:hidden;background:#fff}.news-card-thumb{aspect-ratio:16/10;background:#e7ecf3;overflow:hidden}.news-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.news-card:hover img{transform:scale(1.035)}.news-card-body{padding:14px}.news-card-cat{font-size:11px;color:var(--rh-primary);font-weight:900;text-transform:uppercase}.news-card h3{font-size:16px;line-height:1.35;margin:6px 0 8px}.news-card-meta{font-size:12px;color:var(--rh-muted)}
.video-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}.video-card{position:relative;aspect-ratio:16/10;border-radius:16px;overflow:hidden;background:#111}.video-card img{width:100%;height:100%;object-fit:cover}.video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent)}.video-card .play{position:absolute;z-index:3;left:16px;top:16px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111;font-weight:900}.video-card .vtitle{position:absolute;z-index:3;left:16px;right:16px;bottom:14px;color:#fff;font-weight:850;line-height:1.25}
.authors{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.author-card{border:1px solid var(--rh-line);border-radius:16px;padding:14px;text-align:center}.author-card img{width:76px;height:76px;border-radius:50%;object-fit:cover;margin:0 auto 9px}.author-card strong{display:block;font-size:14px}.author-card small{color:var(--rh-muted)}
.sidebar{display:grid;align-content:start;gap:16px;position:relative}.widget-card h3{font-size:17px;margin:0 0 13px;font-weight:900}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.rh-select,.rh-input{width:100%;border:1px solid #dbe1ea;background:#fff;border-radius:11px;padding:11px 12px;font:inherit}.rh-btn{border:0;background:var(--rh-dark);color:#fff;border-radius:11px;padding:11px 13px;font-weight:800;cursor:pointer}.rh-btn.primary{background:var(--rh-primary)}.rh-btn.block{width:100%;margin-top:9px}
.data-result{margin-top:12px;font-size:13px}.weather-now{display:flex;gap:14px;align-items:center}.weather-temp{font-size:34px;font-weight:900}.muted{color:var(--rh-muted)}.pharmacy-item,.fixture-item{padding:10px 0;border-top:1px solid var(--rh-line)}.pharmacy-item:first-child,.fixture-item:first-child{border-top:0}.table-wrap{overflow:auto}.league-table{width:100%;border-collapse:collapse;font-size:12px}.league-table th,.league-table td{padding:8px 6px;border-bottom:1px solid var(--rh-line);text-align:left}.league-table th{color:var(--rh-muted)}
.site-footer{background:#0b1220;color:#d9e0eb;margin-top:32px}.footer-top{padding:42px 0;display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:28px}.footer-title{font-size:24px;color:#fff;font-weight:900}.footer-col h4{color:#fff;margin:0 0 13px}.footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:8px;font-size:14px;color:#aeb8c8}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:16px 0;font-size:12px;color:#95a1b2}
.article{background:#fff;border:1px solid var(--rh-line);border-radius:22px;padding:clamp(20px,4vw,42px);box-shadow:var(--rh-shadow)}.article h1{font-size:clamp(30px,4vw,52px);line-height:1.05;letter-spacing:-1.4px}.article-content{font-size:17px}.article-content img{border-radius:14px}.breadcrumbs{font-size:12px;color:var(--rh-muted);margin-bottom:14px}.archive-title{font-size:32px}
.pagination{display:flex;gap:8px;justify-content:center;margin-top:24px}.pagination .page-numbers{background:#fff;border:1px solid var(--rh-line);padding:8px 12px;border-radius:10px}.pagination .current{background:var(--rh-primary);color:#fff}
@media(max-width:1050px){.main-nav{display:none}.main-nav.is-open{display:block;position:absolute;left:16px;right:16px;top:83px;background:#fff;border:1px solid var(--rh-line);border-radius:16px;padding:12px;box-shadow:var(--rh-shadow)}.main-nav.is-open ul{display:grid}.menu-toggle{display:block}.header-main{grid-template-columns:1fr auto auto}.hero-shell,.layout{grid-template-columns:1fr}.hero-side{grid-template-columns:repeat(3,1fr)}.sidebar{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.container{width:min(calc(100% - 20px),var(--rh-container))}.site-topbar .container{min-height:34px}.top-links.hide-mobile{display:none}.header-main{min-height:70px;gap:10px}.site-title{font-size:20px}.live-tv{padding:9px 11px;font-size:12px}.breaking .container{grid-template-columns:auto 1fr}.hero{padding-top:12px}.hero-slider{min-height:390px;border-radius:17px}.hero-content{left:18px;right:18px;bottom:20px}.hero-title{font-size:30px}.hero-side{grid-template-columns:1fr 1fr}.hero-side .mini-story:last-child{grid-column:1/-1}.layout{gap:14px}.news-grid{grid-template-columns:1fr 1fr}.video-grid{grid-template-columns:1fr 1fr}.video-grid .video-card:first-child{grid-column:1/-1}.authors{grid-template-columns:1fr 1fr}.sidebar{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}.widget-card,.section-card{padding:15px}}
@media(max-width:480px){.news-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.header-actions .search-link{display:none}.hero-slider{min-height:350px}}

/* v1.1 modern homepage */
.home-top{background:#fff;border-bottom:1px solid var(--rh-line)}.topic-bar{min-height:46px;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.topic-bar::-webkit-scrollbar{display:none}.topic-bar a{white-space:nowrap;padding:7px 11px;border-radius:999px;background:#f4f6f9;font-size:12px;font-weight:800}.topic-bar a:hover{background:var(--rh-dark);color:#fff}.topic-title{font-size:11px;font-weight:950;color:var(--rh-primary);margin-right:5px;white-space:nowrap}.hero-shell-modern{grid-template-columns:minmax(0,1.75fr) minmax(340px,.75fr)}.hero-side-modern{grid-template-columns:1fr 1fr}.hero-side-modern .mini-story{min-height:225px}.hero-side-modern .mini-story-large{grid-column:1/-1;min-height:230px}.mini-badge{position:absolute;z-index:3;left:14px;top:14px;color:#fff;background:var(--rh-primary);padding:4px 8px;border-radius:999px;font-size:10px;font-weight:900}.home-dashboard{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;margin-top:12px}.eyebrow{display:block;font-size:10px;letter-spacing:1.5px;color:var(--rh-primary);font-weight:950;margin-bottom:4px}.news-grid-modern{grid-template-columns:repeat(4,1fr)}.rank-list{display:grid}.rank-list a{display:grid;grid-template-columns:48px 1fr;gap:10px;align-items:start;padding:16px 0;border-top:1px solid var(--rh-line)}.rank-list a:first-child{border-top:0;padding-top:3px}.rank-list span{font-size:28px;line-height:1;color:#d8dee8;font-weight:950}.rank-list strong{font-size:14px;line-height:1.35}.home-main-layout{padding-top:24px}.category-showcase{overflow:hidden}.category-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.lead-news{border-radius:16px;overflow:hidden;background:#f8fafc}.lead-thumb{display:block;aspect-ratio:16/9;overflow:hidden}.lead-thumb img{width:100%;height:100%;object-fit:cover;transition:.3s}.lead-news:hover .lead-thumb img{transform:scale(1.025)}.lead-body{padding:17px}.lead-body span,.side-news small{font-size:11px;color:var(--rh-primary);font-weight:850}.lead-body h3{font-size:22px;line-height:1.22;margin:5px 0 7px}.lead-body p{font-size:13px;color:var(--rh-muted);margin:0}.side-news-list{display:grid;align-content:start}.side-news{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:12px 0;border-top:1px solid var(--rh-line)}.side-news:first-child{border-top:0;padding-top:0}.side-news img{width:120px;height:82px;object-fit:cover;border-radius:11px}.side-news strong{display:block;font-size:14px;line-height:1.3;margin-top:3px}.main-nav{min-width:0}.main-nav>ul{overflow-x:auto;scrollbar-width:none}.main-nav>ul::-webkit-scrollbar{display:none}.main-nav>ul>li{flex:0 0 auto}
@media(max-width:1180px){.news-grid-modern{grid-template-columns:repeat(2,1fr)}.home-dashboard{grid-template-columns:1fr}.popular-panel .rank-list{grid-template-columns:1fr 1fr;column-gap:20px}.hero-shell-modern{grid-template-columns:1fr}.hero-side-modern{grid-template-columns:repeat(4,1fr)}.hero-side-modern .mini-story,.hero-side-modern .mini-story-large{grid-column:auto;min-height:170px}}
@media(max-width:820px){.hero-side-modern{grid-template-columns:1fr 1fr}.category-layout{grid-template-columns:1fr}.popular-panel .rank-list{grid-template-columns:1fr}.lead-body h3{font-size:19px}}
@media(max-width:560px){.news-grid-modern{grid-template-columns:1fr}.hero-side-modern{display:none}.topic-bar{margin-inline:-2px}.side-news{grid-template-columns:100px 1fr}.side-news img{width:100px;height:72px}.home-dashboard{gap:13px}}

/* v1.3 - screenshot matched homepage */
body{background:#fff}.container{width:min(calc(100% - 48px),1440px)}
.site-topbar{background:#0c1119;color:#fff}.topbar-inner{min-height:40px;display:flex;align-items:center;justify-content:space-between}.top-breaking{display:flex;align-items:center;gap:13px;min-width:0;font-size:13px}.top-breaking strong{align-self:stretch;display:flex;align-items:center;background:#e21d2c;padding:0 14px;margin-left:-1px}.top-breaking span{font-weight:900}.top-breaking a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:650px;font-weight:700}.top-links{font-size:12px}.top-links a{padding:0 10px;border-right:1px solid #38404b}.site-header{position:relative;top:auto;border:0}.brand-row{min-height:112px;display:grid;grid-template-columns:300px minmax(300px,1fr) 220px;gap:32px;align-items:center}.site-branding{display:flex;flex-direction:column;align-items:flex-start}.site-branding .site-title{font-size:35px;font-weight:950;letter-spacing:-1.4px;color:#151b26}.site-branding .site-title::first-letter{color:#151b26}.site-branding small{font-size:13px;letter-spacing:2px;color:#555}.site-branding img{max-height:65px;width:auto}.header-ad .ad-slot{min-height:76px;border-radius:3px;background:#fafafa}.header-actions{justify-content:flex-end}.live-tv{border-radius:4px;background:#d70e18;padding:15px 19px;font-size:14px;box-shadow:none}.nav-shell{background:#0c1119}.nav-row{display:flex;min-height:47px;align-items:stretch}.main-nav{flex:1}.main-nav>ul{height:100%;display:flex;gap:0}.main-nav a{height:47px;display:flex;align-items:center;padding:0 17px;border-radius:0;color:#fff;font-size:12px;font-weight:900}.main-nav a:hover,.main-nav .current-menu-item>a{background:#e21d2c;color:#fff}.nav-tools{display:flex;align-items:center;gap:15px;color:#fff}.search-link{font-size:24px}.breaking{border-bottom:1px solid #eee;box-shadow:0 2px 8px rgba(0,0,0,.03)}.breaking-inner{display:grid!important;grid-template-columns:138px minmax(0,1fr) 78px!important;min-height:56px!important}.breaking-label{height:42px!important;align-self:center;background:#e21d2c;color:#fff!important;border-radius:4px;padding:0 14px!important;font-size:12px!important;font-weight:950!important}.ticker-track{gap:34px}.ticker-item{font-size:13px}.ticker-controls{display:flex;gap:8px;justify-content:flex-end}.ticker-controls span{width:34px;height:34px;border:1px solid #eee;border-radius:4px;display:grid;place-items:center;font-weight:900;color:#111}
.hero-v2{padding:18px 0 14px}.hero-news-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(440px,1fr);gap:8px}.hero-slider{min-height:420px;border-radius:4px;box-shadow:none;background:#0b111b}.hero-slide .hero-image{position:absolute;inset:0;display:block;background:#0b111b}.hero-slide .hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-slide:after{background:linear-gradient(0deg,rgba(6,10,18,.88),rgba(6,10,18,.06) 67%)}.hero-content{left:20px;right:20px;bottom:28px}.hero-title{font-size:34px;max-width:700px;line-height:1.06;letter-spacing:-1px}.hero-kicker{border-radius:3px;padding:4px 8px;font-size:10px}.hero-meta{font-size:12px}.hero-dots{left:50%;right:auto;transform:translateX(-50%);bottom:14px}.hero-dot{height:6px;width:24px;border-radius:4px}.hero-dot.is-active{width:24px;background:#e21d2c}.hero-arrow{position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:4px;background:rgba(10,15,23,.72);color:#fff;font-size:30px;cursor:pointer}.hero-prev{left:18px}.hero-next{right:18px}.hero-side-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;min-height:420px}.side-feature{position:relative;overflow:hidden;border-radius:4px;background:#111;min-height:0}.side-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.side-feature .shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,8,14,.9),rgba(5,8,14,.02) 70%)}.side-cat{position:absolute;left:12px;top:12px;background:#e21d2c;color:#fff;border-radius:3px;padding:3px 7px;font-size:9px;font-weight:950;text-transform:uppercase}.side-copy{position:absolute;left:13px;right:13px;bottom:11px;color:#fff}.side-copy strong{display:block;font-size:16px;line-height:1.15}.side-copy small{font-size:11px;opacity:.9}.dashboard-v2{display:grid;grid-template-columns:minmax(0,2fr) minmax(340px,.95fr);gap:18px;padding:0 0 35px}.home-left,.home-right{display:grid;align-content:start;gap:16px}.home-box{border:1px solid #e7e9ee;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 10px rgba(16,24,40,.03)}.home-heading{height:46px;padding:0 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #eee}.home-heading h2{font-size:14px;margin:0;font-weight:950;white-space:nowrap}.home-heading h2:before{content:"";display:inline-block;width:3px;height:17px;background:#e21d2c;margin-right:8px;vertical-align:-3px}.home-heading>span{height:1px;background:#d9dde5;flex:1}.home-heading a{margin-left:auto;font-size:11px;font-weight:800;color:#555}.latest-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:14px}.latest-card{min-width:0}.latest-thumb{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:3px;background:#eef1f5}.latest-thumb img{width:100%;height:100%;object-fit:cover;object-position:center}.latest-card h3{font-size:14px;line-height:1.22;margin:8px 0 9px}.latest-meta{font-size:10px;color:#8b93a2;display:flex;justify-content:space-between}.category-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;padding:12px}.category-tile{height:82px;border-radius:4px;overflow:hidden;position:relative;background:#111}.category-tile img{width:100%;height:100%;object-fit:cover}.category-tile>span{position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,8,14,.92),rgba(5,8,14,.08))}.category-tile div{position:absolute;left:10px;right:10px;bottom:8px;color:#fff}.category-tile strong{display:block;font-size:12px}.category-tile small{font-size:9px}.dark-title{height:40px;background:#101722;color:#fff;padding:0 14px;display:flex;align-items:center;border-bottom:2px solid #e21d2c}.dark-title h3{margin:0;font-size:14px}.dark-title.split{justify-content:space-between}.dark-title a{font-size:9px;color:#fff}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr)}.quick-item{min-height:92px;border-right:1px solid #eee;border-bottom:1px solid #eee;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4px}.quick-item:nth-child(4n){border-right:0}.quick-item:nth-last-child(-n+4){border-bottom:0}.quick-item b{font-size:23px;line-height:1}.quick-item span{font-size:10px;font-weight:800;line-height:1.15}.author-list-v2{display:grid;grid-template-columns:1fr 1fr;padding:10px}.author-list-v2 a{display:flex;align-items:center;gap:8px;padding:8px;border-right:1px solid #eee}.author-list-v2 a:nth-child(even){border-right:0}.author-list-v2 img{width:42px;height:42px;border-radius:50%;object-fit:cover}.author-list-v2 strong{display:block;font-size:11px}.author-list-v2 small{display:block;font-size:9px;color:#777}.video-list-v2{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px}.video-list-v2>a{font-size:11px;line-height:1.2}.video-thumb-v2{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:3px;margin-bottom:5px}.video-thumb-v2 img{width:100%;height:100%;object-fit:cover}.video-thumb-v2 span{position:absolute;left:8px;bottom:8px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e21d2c;color:#fff}.side-ad-v2{padding:10px}.side-ad-v2 .ad-slot{min-height:110px}.widget-wrap-v2 .sidebar{display:grid;grid-template-columns:1fr!important;gap:12px}.widget-wrap-v2 .widget-card{border-radius:4px;box-shadow:none;border:1px solid #e7e9ee}.category-news-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;padding:14px}.category-lead>a{display:block;aspect-ratio:16/8.5;overflow:hidden;border-radius:3px}.category-lead img{width:100%;height:100%;object-fit:cover}.category-lead h3{font-size:19px;line-height:1.2;margin:9px 0 5px}.category-lead p{font-size:12px;color:#70798a;margin:0}.category-mini-list{display:grid;align-content:start}.category-mini{display:grid;grid-template-columns:105px 1fr;gap:9px;padding:8px 0;border-bottom:1px solid #eee}.category-mini:first-child{padding-top:0}.category-mini img{width:105px;height:70px;object-fit:cover;border-radius:3px}.category-mini small{font-size:9px;color:#e21d2c}.category-mini strong{display:block;font-size:12px;line-height:1.2}.ad-home-v2{padding:10px}
@media(max-width:1180px){.brand-row{grid-template-columns:230px 1fr 180px}.main-nav a{padding:0 11px}.hero-news-grid{grid-template-columns:1.25fr .75fr}.dashboard-v2{grid-template-columns:1fr}.home-right{grid-template-columns:1fr 1fr}.widget-wrap-v2{grid-column:1/-1}.category-strip{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.brand-row{grid-template-columns:1fr auto}.header-ad{display:none}.nav-row{min-height:48px}.main-nav{display:none}.main-nav.is-open{display:block;position:absolute;top:auto;left:16px;right:16px;z-index:99;background:#101722;border-radius:4px;padding:8px}.main-nav.is-open ul{display:grid;height:auto}.main-nav.is-open a{height:40px}.menu-toggle{display:block;background:transparent;color:#fff}.hero-news-grid{grid-template-columns:1fr}.hero-side-grid{grid-template-columns:1fr 1fr;grid-template-rows:190px 190px}.latest-row{grid-template-columns:1fr 1fr}.home-right{grid-template-columns:1fr}.breaking-inner{grid-template-columns:130px 1fr!important}.ticker-controls{display:none}.category-news-grid{grid-template-columns:1fr}}
@media(max-width:600px){.container{width:min(calc(100% - 20px),1440px)}.top-breaking a{max-width:210px}.brand-row{min-height:78px;grid-template-columns:1fr auto;gap:10px}.site-branding .site-title{font-size:24px}.site-branding small{display:none}.live-tv{padding:10px;font-size:11px}.breaking-inner{grid-template-columns:112px 1fr!important}.breaking-label{font-size:10px!important;padding:0 8px!important}.hero-slider{min-height:320px}.hero-title{font-size:25px}.hero-side-grid{display:none}.latest-row{grid-template-columns:1fr 1fr;gap:10px}.latest-card h3{font-size:12px}.category-strip{grid-template-columns:1fr 1fr 1fr}.quick-grid{grid-template-columns:repeat(4,1fr)}.quick-item{min-height:82px}.category-mini{grid-template-columns:90px 1fr}.category-mini img{width:90px;height:62px}}
@media(max-width:420px){.latest-row{grid-template-columns:1fr}.category-strip{grid-template-columns:1fr 1fr}.quick-grid{grid-template-columns:1fr 1fr}.quick-item:nth-child(2n){border-right:0}.hero-title{font-size:22px}}


/* ===== v1.4 Homepage bottom highlights ===== */
.home-bottom-highlights{padding:8px 0 38px;background:#fff}.bottom-highlights-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.bottom-highlight-col{--bh-color:#0655a7;min-width:0}.bottom-highlight-col.sports{--bh-color:#05a36f}.bottom-highlight-col.world{--bh-color:#f57600}.bottom-highlight-title{display:flex;align-items:center;gap:12px;margin:0 0 12px}.bottom-highlight-title h2{margin:0;color:var(--bh-color);font-size:21px;line-height:1;font-weight:950;letter-spacing:-.55px;white-space:nowrap}.bottom-highlight-title span{height:1px;background:#d9dce2;flex:1}.bottom-highlight-lead{margin:0}.bottom-highlight-image{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;border-bottom:4px solid var(--bh-color);background:#edf0f4}.bottom-highlight-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease}.bottom-highlight-image:hover img{transform:scale(1.035)}.bottom-highlight-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,8,15,.92),rgba(4,8,15,0) 62%)}.bottom-highlight-image h3{position:absolute;z-index:2;left:17px;right:17px;bottom:13px;margin:0;color:#fff;font-size:16px;line-height:1.25;font-weight:900}.bottom-highlight-links{display:grid;gap:0;padding-top:18px}.bottom-highlight-links a{display:grid;grid-template-columns:13px 1fr;gap:3px;align-items:start;padding:8px 0;color:#111827;font-size:15px;line-height:1.35}.bottom-highlight-links a:hover strong{color:var(--bh-color)}.bottom-chevron{color:var(--bh-color);font-size:24px;line-height:17px;font-weight:700}.bottom-highlight-links strong{font-weight:500}.bottom-highlight-more{display:inline-flex;margin-top:8px;color:var(--bh-color);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.2px}

/* ===== v1.4 Modern footer ===== */
.footer-v2{margin-top:0;background:#0b111a;color:#aeb8c7;border-top:0}.footer-accent{height:4px;background:linear-gradient(90deg,#e21d2c 0 22%,#0c5bad 22% 48%,#06a673 48% 72%,#f57600 72% 100%)}.footer-newsletter{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-newsletter-copy{display:flex;align-items:center;gap:14px}.footer-newsletter-icon{width:45px;height:45px;border-radius:50%;background:#e21d2c;color:#fff;display:grid;place-items:center;font-size:20px}.footer-newsletter-copy strong{display:block;color:#fff;font-size:18px}.footer-newsletter-copy small{display:block;color:#8793a6;margin-top:2px}.footer-socials{display:flex;gap:8px}.footer-socials a{width:38px;height:38px;border:1px solid rgba(255,255,255,.12);border-radius:5px;display:grid;place-items:center;color:#fff;font-weight:900;transition:.2s}.footer-socials a:hover{background:#e21d2c;border-color:#e21d2c;transform:translateY(-2px)}.footer-main-v2{display:grid;grid-template-columns:1.45fr 1fr 1fr 1fr;gap:48px;padding:42px 0 36px}.footer-logo-wrap img{max-height:58px;width:auto;filter:brightness(0) invert(1)}.footer-logo-text{font-size:28px;color:#fff;font-weight:950;letter-spacing:-1px}.footer-brand-v2 p{max-width:390px;font-size:13px;line-height:1.75;margin:16px 0 20px}.footer-live{display:inline-flex;align-items:center;gap:7px;background:#e21d2c;color:#fff;border-radius:4px;padding:11px 14px;font-size:11px;font-weight:900}.footer-col-v2 h4{margin:0 0 16px;padding-bottom:10px;color:#fff;font-size:14px;border-bottom:1px solid rgba(255,255,255,.1);position:relative}.footer-col-v2 h4:after{content:"";position:absolute;left:0;bottom:-1px;width:32px;height:2px;background:#e21d2c}.footer-col-v2 ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:9px}.footer-col-v2 a{color:#aeb8c7;font-size:12px}.footer-col-v2 a:hover{color:#fff;padding-left:3px}.footer-trending{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.footer-trending .container{min-height:48px;display:flex;align-items:center;gap:18px;overflow:auto;white-space:nowrap}.footer-trending strong{font-size:10px;color:#e21d2c;letter-spacing:.6px}.footer-trending a{font-size:11px;color:#c6ced9}.footer-bottom-v2 .container{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;color:#6f7b8d}

@media(max-width:1000px){.bottom-highlights-grid{grid-template-columns:1fr 1fr}.bottom-highlight-col:last-child{grid-column:1/-1}.footer-main-v2{grid-template-columns:1.4fr 1fr 1fr;gap:28px}.footer-col-v2:last-child{grid-column:2/4}}
@media(max-width:700px){.home-bottom-highlights{padding-bottom:24px}.bottom-highlights-grid{grid-template-columns:1fr;gap:28px}.bottom-highlight-col:last-child{grid-column:auto}.bottom-highlight-title h2{font-size:18px}.bottom-highlight-image h3{font-size:15px}.bottom-highlight-links a{font-size:14px}.footer-newsletter{padding:20px 0;align-items:flex-start;flex-direction:column}.footer-main-v2{grid-template-columns:1fr 1fr;gap:30px;padding:30px 0}.footer-brand-v2{grid-column:1/-1}.footer-col-v2:last-child{grid-column:auto}.footer-bottom-v2 .container{padding:15px 0;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px}}
@media(max-width:460px){.footer-main-v2{grid-template-columns:1fr}.footer-col-v2:last-child{grid-column:auto}.footer-socials a{width:34px;height:34px}.bottom-highlight-title{gap:8px}.bottom-highlight-title h2{white-space:normal;line-height:1.15}}

/* v1.5 - Otomatik sidebar servisleri */
.rh-service-card{position:relative;overflow:hidden}.rh-widget-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.rh-widget-head h3{margin:0}.rh-live-dot{width:9px;height:9px;background:#22c55e;border-radius:50%;box-shadow:0 0 0 4px rgba(34,197,94,.12)}.rh-live-label{font-size:9px;line-height:1;font-weight:900;letter-spacing:.5px;color:#15803d;background:#dcfce7;border-radius:999px;padding:6px 8px}.rh-gap{height:8px}.rh-auto-result{min-height:42px}.rh-skeleton{display:block;color:#64748b;font-size:12px;padding:7px 0;animation:rhPulse 1.2s ease-in-out infinite}.rh-service-error{color:#b91c1c;font-size:12px}.weather-now{padding:4px 0}.weather-now span:not(.muted){font-size:12px;font-weight:700}.pharmacy-item{padding:10px 0}.pharmacy-item strong{font-size:13px}.pharmacy-item div{font-size:11px;color:#64748b;line-height:1.4}.pharmacy-item small{font-size:11px;color:#e11d48}.fixture-item strong{font-size:12px}.fixture-item strong span{color:#94a3b8}.league-table td:nth-child(2){font-weight:700;white-space:nowrap}.league-table th,.league-table td{font-size:11px}@keyframes rhPulse{50%{opacity:.45}}

/* ===== v1.7 Modern automatic sidebar ===== */
.rh-sidebar-modern{gap:14px}.rh-sidebar-modern .rh-service-card{padding:0!important;border:1px solid #e8edf4!important;border-radius:16px!important;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.055)!important;overflow:hidden}.rh-sidebar-modern .rh-widget-head{margin:0;padding:14px 15px;border-bottom:1px solid #eef2f6;background:linear-gradient(180deg,#fff,#fbfcfe)}.rh-head-left{display:flex;align-items:center;gap:10px}.rh-head-left h3{font-size:14px!important;line-height:1.1;margin:0!important;color:#101828}.rh-head-left small{display:block;margin-top:4px;font-size:9px;color:#8b95a5;font-weight:600}.rh-widget-icon{width:34px;height:34px;border-radius:10px;background:#f2f5f9;display:grid;place-items:center;font-size:17px;line-height:1;color:#172033}.rh-weather-card .rh-widget-icon{background:#fff7df}.rh-pharmacy-card .rh-widget-icon{background:#fff0f3;color:#e11d48}.rh-league-card .rh-widget-icon,.rh-fixture-card .rh-widget-icon{background:#eef7ff;color:#0369a1}.rh-sidebar-modern .rh-live-label{padding:5px 7px;background:#e9fbef;color:#15803d;border:1px solid #c8f1d4;font-size:8px}.rh-sidebar-modern .rh-live-dot{margin-right:4px;width:8px;height:8px}.rh-select-stack{padding:13px 14px 8px;display:grid;gap:8px}.rh-sidebar-modern .rh-select{height:39px;padding:0 11px;border:1px solid #dfe6ef;border-radius:10px;background:#f9fbfd;font-size:11px;color:#263244;outline:none;transition:.2s}.rh-sidebar-modern .rh-select:focus{border-color:#9db5d4;background:#fff;box-shadow:0 0 0 3px rgba(30,100,180,.08)}.rh-mini-status{padding:0 14px 13px;font-size:9px;color:#98a2b3}.rh-sidebar-modern .rh-auto-result{padding:14px 15px;min-height:55px}.rh-sidebar-modern .weather-now{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;padding:0}.rh-sidebar-modern .weather-temp{font-size:35px;font-weight:950;line-height:1;color:#111827;letter-spacing:-1.5px}.rh-sidebar-modern .weather-now strong{font-size:12px;color:#101828}.rh-sidebar-modern .weather-now span:not(.muted){font-size:10px;color:#475467}.rh-sidebar-modern .weather-now small{display:inline-flex;margin-top:5px;font-size:9px;background:#f6f8fb;border-radius:6px;padding:4px 6px}.rh-sidebar-modern .pharmacy-item{position:relative;padding:11px 0 11px 13px;border-top:1px solid #eef2f6}.rh-sidebar-modern .pharmacy-item:first-child{border-top:0;padding-top:2px}.rh-sidebar-modern .pharmacy-item:before{content:"";position:absolute;left:0;top:15px;width:5px;height:5px;border-radius:50%;background:#e11d48}.rh-sidebar-modern .pharmacy-item:first-child:before{top:6px}.rh-sidebar-modern .pharmacy-item strong{display:block;font-size:11px;color:#101828;line-height:1.25}.rh-sidebar-modern .pharmacy-item div{margin-top:3px;font-size:9px!important;line-height:1.45;color:#667085!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rh-sidebar-modern .pharmacy-item small{display:block;margin-top:4px;font-size:9px!important;font-weight:750;color:#e11d48!important}.rh-sidebar-modern .league-table{font-size:10px}.rh-sidebar-modern .league-table thead{background:#f7f9fc}.rh-sidebar-modern .league-table th{padding:8px 5px!important;color:#7c8798;font-size:9px!important;text-transform:uppercase}.rh-sidebar-modern .league-table td{padding:8px 5px!important;font-size:10px!important;color:#344054}.rh-sidebar-modern .league-table td:first-child{width:24px;text-align:center;color:#98a2b3}.rh-sidebar-modern .league-table td:nth-child(2){max-width:135px;overflow:hidden;text-overflow:ellipsis}.rh-sidebar-modern .league-table td:last-child strong{display:inline-grid;place-items:center;min-width:25px;height:22px;border-radius:7px;background:#101828;color:#fff;font-size:9px}.rh-sidebar-modern .fixture-item{padding:10px 0!important;border-top:1px solid #eef2f6}.rh-sidebar-modern .fixture-item:first-child{border-top:0;padding-top:2px!important}.rh-sidebar-modern .fixture-item strong{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;font-size:10px!important;line-height:1.25}.rh-sidebar-modern .fixture-item strong span{display:grid;place-items:center;min-width:34px;height:23px;border-radius:7px;background:#101828;color:#fff!important;font-size:9px}.rh-sidebar-modern .fixture-item small{font-size:8px;color:#98a2b3}.rh-sidebar-modern .rh-skeleton{padding:0;font-size:10px}.rh-sidebar-modern .rh-service-error{display:block;padding:8px 9px;border-radius:8px;background:#fff2f2;color:#b42318;font-size:10px}
@media(max-width:600px){.rh-sidebar-modern .rh-service-card{border-radius:13px!important}.rh-sidebar-modern .rh-widget-head{padding:12px}.rh-sidebar-modern .rh-auto-result{padding:12px}.rh-select-stack{padding:12px 12px 7px}}

/* v1.8 sidebar visual refresh */
.rh-weather-card{overflow:hidden;background:linear-gradient(145deg,#f8fbff 0%,#eef7ff 100%)!important;border-color:#dcecff!important}
.rh-weather-card .rh-widget-icon{background:#fff4cc!important}
.rh-weather-hero{display:flex;align-items:center;gap:14px;padding:8px 2px 14px}
.rh-weather-icon{width:72px;height:72px;display:grid;place-items:center;border-radius:22px;background:rgba(255,255,255,.86);box-shadow:0 10px 24px rgba(28,91,140,.10);font-size:38px}
.rh-weather-main{min-width:0}.rh-weather-place{font-size:13px;font-weight:800;color:#31506b}.rh-weather-temp{font-size:42px;line-height:1;font-weight:950;letter-spacing:-2px;color:#0f2740;margin:3px 0}.rh-weather-temp sup{font-size:20px;vertical-align:top}.rh-weather-desc{font-size:13px;font-weight:700;color:#50708c}
.rh-weather-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rh-weather-stats>div{background:rgba(255,255,255,.82);border:1px solid #deebf5;border-radius:13px;padding:10px;display:grid;grid-template-columns:auto 1fr;column-gap:7px;align-items:center}.rh-weather-stats span{grid-row:1/3;font-size:19px}.rh-weather-stats small{font-size:10px;color:#7890a4}.rh-weather-stats strong{font-size:12px;color:#19364e}
.rh-pharmacy-card{background:linear-gradient(145deg,#fff 0%,#fff8fa 100%)!important;border-color:#f5dce4!important}.rh-pharmacy-card .rh-widget-icon{background:#ffe7ee!important;color:#e11d48!important}
.rh-pharmacy-summary{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #f2dce3;border-radius:14px;padding:10px;margin-bottom:10px}.rh-pharmacy-cross{width:36px;height:36px;border-radius:11px;background:#e11d48;color:#fff;display:grid;place-items:center;font-size:18px;font-weight:900}.rh-pharmacy-summary strong,.rh-pharmacy-summary small{display:block}.rh-pharmacy-summary strong{font-size:12px}.rh-pharmacy-summary small{font-size:10px;color:#7a8795;margin-top:2px}
.rh-pharmacy-list{display:grid;gap:8px}.pharmacy-item{background:#fff!important;border:1px solid #edf0f4!important;border-radius:13px!important;padding:11px!important;margin:0!important}.rh-pharmacy-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.rh-pharmacy-top strong{font-size:12px;color:#18212f}.rh-pharmacy-top a{width:29px;height:29px;border-radius:9px;background:#ecfdf3;color:#15803d;display:grid;place-items:center}.rh-pharmacy-address{font-size:10.5px;color:#64748b;line-height:1.45;margin:5px 0}.pharmacy-item small{font-size:10px;color:#e11d48;font-weight:800}
.rh-league-card .table-wrap{max-height:420px;overflow:auto}.league-table{font-size:11px}.league-table thead th{position:sticky;top:0;background:#fff;z-index:1}.league-table tbody tr:nth-child(-n+4) td:first-child{font-weight:900;color:#15803d}.league-table tbody tr:hover{background:#f8fafc}

.rh-table-source{display:inline-flex;margin:0 0 8px;padding:4px 8px;border-radius:999px;background:#ecfdf3;color:#15803d;font-size:9px;font-weight:900;letter-spacing:.2px;text-transform:uppercase}

/* v1.11 fixture cards */
.rh-fixture-card{background:linear-gradient(145deg,#fff 0%,#f8fbff 100%)!important}
.rh-fixture-row{padding:10px 0;border-bottom:1px solid #e9eef5}
.rh-fixture-row:last-child{border-bottom:0}
.rh-fixture-date{font-size:9px;color:#8492a5;font-weight:800;margin-bottom:5px}
.rh-fixture-teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:7px;font-size:11px;font-weight:800;color:#18212f}
.rh-fixture-teams span:first-child{text-align:right}.rh-fixture-teams span:last-child{text-align:left}
.rh-fixture-teams strong{min-width:30px;height:25px;padding:0 6px;border-radius:8px;background:#0f172a;color:#fff;display:grid;place-items:center;font-size:10px}

/* v1.13 Markets + Prayer Times */
.rh-markets-wrap{padding:10px 0 4px}
.rh-markets{display:grid;grid-template-columns:248px repeat(5,1fr);background:#fff;border:1px solid #e5e9f0;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.05)}
.rh-market-title{background:linear-gradient(135deg,#e51b34,#ef2445);color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;min-height:78px}
.rh-market-icon{font-size:23px;font-weight:900}.rh-market-title strong{display:block;font-size:14px;font-weight:950}.rh-market-title small{display:block;font-size:9px;margin-top:2px;opacity:.9}
.rh-market-item{padding:13px 16px;border-left:1px solid #e9edf3;display:flex;flex-direction:column;justify-content:center;min-width:0}
.rh-market-item small{font-size:9px;font-weight:900;color:#708096}.rh-market-item strong{font-size:14px;color:#111827;margin:3px 0;white-space:nowrap}.rh-market-item span{font-size:9px;font-weight:900}
.rh-market-up{color:#0a9b4f}.rh-market-down{color:#dc2626}.rh-market-flat{color:#94a3b8}
.rh-prayer-card{background:linear-gradient(145deg,#fff 0%,#f7fbff 100%)!important;border-color:#dbe9f5!important}
.rh-prayer-card .rh-widget-icon{background:#edf7ff!important}
.rh-prayer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.rh-prayer-item{border:1px solid #e5edf5;background:#fff;border-radius:13px;padding:9px 6px;text-align:center;box-shadow:0 5px 14px rgba(15,23,42,.035)}
.rh-prayer-item>span{display:block;font-size:17px;line-height:1.1}.rh-prayer-item small{display:block;color:#7b8b9e;font-size:9px;margin:4px 0 2px}.rh-prayer-item strong{display:block;color:#15263a;font-size:13px}
@media(max-width:1050px){.rh-markets{grid-template-columns:180px repeat(5,minmax(130px,1fr));overflow-x:auto}.rh-markets-wrap .container{overflow:hidden}}
@media(max-width:760px){.rh-markets-wrap{padding-top:6px}.rh-markets{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:14px}.rh-market-title{min-width:160px;min-height:68px;position:sticky;left:0;z-index:2}.rh-market-item{min-width:135px;scroll-snap-align:start;padding:11px 13px}.rh-market-item strong{font-size:13px}.rh-prayer-grid{grid-template-columns:repeat(3,1fr)}}

.rh-source-label{font-size:12px;color:#7b8794;border-top:1px solid #edf0f4;padding-top:10px;margin-top:20px}.rh-source-label:before{content:'●';color:var(--rh-primary);font-size:8px;margin-right:6px}
