/*
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: 3.3.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}

/* v1.16 rendering performance */
.section-card,.widget-card,.rh-bottom-featured,.site-footer{content-visibility:auto;contain-intrinsic-size:1px 500px}
.news-card img,.mini-story img,.video-card img{content-visibility:auto}


/* === Modern Category Archive v2.4 === */
.archive-modern{padding:22px 0 42px;background:linear-gradient(180deg,#f5f7fa 0,#fff 360px)}
.archive-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;padding:30px 32px;border:1px solid #e5e9f0;border-radius:18px;background:linear-gradient(135deg,#fff 0%,#f8fafc 72%);box-shadow:0 12px 35px rgba(15,23,42,.06)}
.archive-hero:after{content:"";position:absolute;width:220px;height:220px;right:-80px;top:-115px;border-radius:50%;background:rgba(226,29,44,.07)}
.archive-hero-copy{position:relative;z-index:1;max-width:760px}.archive-eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:8px;font-size:10px;line-height:1;font-weight:950;letter-spacing:1.5px;color:#e21d2c}.archive-eyebrow i,.archive-live-badge i{width:7px;height:7px;border-radius:50%;background:#e21d2c;box-shadow:0 0 0 4px rgba(226,29,44,.13)}
.archive-hero h1{margin:0;font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-1.3px;color:#101722}.archive-description{max-width:720px;margin:10px 0 0;color:#697386;font-size:14px;line-height:1.65}.archive-description p{margin:0}.archive-stat{position:relative;z-index:1;flex:0 0 auto;min-width:104px;padding:15px 18px;border:1px solid #e8ebf0;border-radius:14px;background:#fff;text-align:center}.archive-stat strong{display:block;font-size:26px;line-height:1;color:#101722}.archive-stat span{display:block;margin-top:5px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:1px;color:#8a94a5}
.archive-breaking .archive-hero{color:#fff;border-color:#1c2532;background:linear-gradient(120deg,#101722 0%,#182231 70%,#23171c 100%)}.archive-breaking .archive-hero h1{color:#fff}.archive-breaking .archive-description{color:#c6ccd5}.archive-breaking .archive-stat{border-color:rgba(255,255,255,.13);background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}.archive-breaking .archive-stat strong{color:#fff}.archive-breaking .archive-stat span{color:#c6ccd5}
.archive-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start}.archive-content{min-width:0}.archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.archive-card{overflow:hidden;border:1px solid #e5e9f0;border-radius:15px;background:#fff;box-shadow:0 4px 18px rgba(15,23,42,.04);transition:transform .22s,box-shadow .22s}.archive-card:hover{transform:translateY(-3px);box-shadow:0 13px 30px rgba(15,23,42,.09)}.archive-card-thumb{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#e9edf3}.archive-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.archive-card:hover .archive-card-thumb img{transform:scale(1.035)}.archive-live-badge{position:absolute;left:12px;top:12px;display:flex;align-items:center;gap:7px;padding:6px 9px;border-radius:6px;background:#e21d2c;color:#fff;font-size:9px;font-weight:950;letter-spacing:.5px}.archive-live-badge i{background:#fff;box-shadow:none}.archive-card-body{padding:16px}.archive-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px}.archive-card-top span{color:#e21d2c;font-weight:950;text-transform:uppercase}.archive-card-top time{color:#929baa}.archive-card h2{margin:7px 0 8px;font-size:19px;line-height:1.28;letter-spacing:-.25px}.archive-card h2 a{color:#101722}.archive-card p{margin:0;color:#6e7889;font-size:12.5px;line-height:1.55}.archive-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid #edf0f4;font-size:10px;color:#929baa}.archive-card-bottom a{font-weight:900;color:#101722}.archive-card-bottom b{color:#e21d2c}.archive-card-featured{grid-column:1/-1;display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1.05fr)}.archive-card-featured .archive-card-thumb{height:100%;aspect-ratio:auto;min-height:310px}.archive-card-featured .archive-card-body{display:flex;flex-direction:column;justify-content:center;padding:28px}.archive-card-featured h2{font-size:clamp(24px,3vw,32px);line-height:1.16}.archive-card-featured p{font-size:14px}.archive-card-featured .archive-card-bottom{margin-top:20px}
.archive-pagination{margin-top:22px}.archive-pagination .nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}.archive-pagination .page-numbers{display:grid;place-items:center;min-width:38px;height:38px;padding:0 11px;border:1px solid #e1e6ed;border-radius:9px;background:#fff;color:#3c4656;font-size:12px;font-weight:800}.archive-pagination .page-numbers.current,.archive-pagination a.page-numbers:hover{border-color:#e21d2c;background:#e21d2c;color:#fff}.archive-empty{padding:45px 24px;border:1px dashed #d9dee7;border-radius:16px;background:#fff;text-align:center}.archive-empty strong{font-size:20px}.archive-empty p{margin:7px 0 0;color:#7b8494}
@media(max-width:1050px){.archive-layout{grid-template-columns:1fr}.archive-layout>.sidebar{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.archive-modern{padding-top:12px}.archive-hero{align-items:flex-start;padding:22px 20px;border-radius:14px}.archive-stat{min-width:82px;padding:12px}.archive-stat strong{font-size:22px}.archive-grid{grid-template-columns:1fr}.archive-card-featured{grid-template-columns:1fr}.archive-card-featured .archive-card-thumb{min-height:0;aspect-ratio:16/9}.archive-card-featured .archive-card-body{padding:18px}.archive-card-featured h2{font-size:22px}.archive-layout>.sidebar{grid-template-columns:1fr}}
@media(max-width:480px){.archive-hero{display:block}.archive-stat{display:inline-block;margin-top:16px}.archive-card-body{padding:14px}}

/* === v2.5 Modern Comments + View Counter === */
.rh-article-meta{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center;margin:0 0 24px;color:#778196;font-size:12px;font-weight:700}.rh-article-meta span{display:inline-flex;align-items:center;gap:5px}.rh-article-meta span+span:before{content:"•";margin-right:8px;color:#c7ced8}.rh-article-meta .rh-view-count{padding:7px 10px;border:1px solid #e8ecf2;border-radius:999px;background:#f8fafc;color:#334155}.rh-article-meta .rh-view-count:before{display:none}
.rh-comments{margin-top:22px;padding:clamp(20px,3vw,32px);border:1px solid var(--rh-line);border-radius:22px;background:#fff;box-shadow:var(--rh-shadow)}
.rh-comments-head{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #edf0f4}.rh-comments-kicker{display:inline-flex;margin-bottom:5px;font-size:10px;font-weight:950;letter-spacing:1.4px;color:var(--rh-primary)}.rh-comments-head h2{margin:0;font-size:clamp(24px,3vw,32px);line-height:1.15;letter-spacing:-.5px}.rh-comments-head p{margin:7px 0 0;color:#7a8597;font-size:13px}
.rh-comment-list{list-style:none;margin:0 0 24px;padding:0}.rh-comment-list .comment{list-style:none;margin:0;padding:18px 0;border-bottom:1px solid #edf0f4}.rh-comment-list .children{list-style:none;margin:14px 0 0 26px;padding-left:16px;border-left:2px solid #f0f2f6}.rh-comment-list .comment-body{position:relative}.rh-comment-list .comment-meta{margin-bottom:8px}.rh-comment-list .comment-author{display:flex;align-items:center;gap:10px}.rh-comment-list .avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.rh-comment-list .fn{font-style:normal;font-weight:900;color:#172033}.rh-comment-list .says{display:none}.rh-comment-list .comment-metadata{margin:-15px 0 0 54px;font-size:10px;color:#98a2b3}.rh-comment-list .comment-content{margin:14px 0 0 54px;color:#465366;font-size:14px;line-height:1.7}.rh-comment-list .comment-content p{margin:0 0 8px}.rh-comment-list .reply{margin:8px 0 0 54px}.rh-comment-list .reply a{display:inline-flex;padding:6px 9px;border-radius:8px;background:#f5f7fa;color:#475569;font-size:10px;font-weight:850}.rh-comment-list .reply a:hover{background:#eef1f5;color:var(--rh-primary)}
.rh-comment-form{padding:22px;border:1px solid #e9edf3;border-radius:16px;background:linear-gradient(145deg,#fbfcfe,#f7f9fc)}.rh-comment-form-title{margin:0 0 6px;font-size:22px;letter-spacing:-.3px}.rh-comment-note{margin:0 0 18px;color:#7d8796;font-size:12px}.rh-comment-note strong,.rh-comment-form label span{color:var(--rh-primary)}.rh-comment-form>p{margin:0 0 14px}.rh-comment-form label{display:block;margin:0 0 7px;font-size:11px;font-weight:900;color:#344054}.rh-comment-form input[type="text"],.rh-comment-form input[type="email"],.rh-comment-form input[type="url"],.rh-comment-form textarea{width:100%;border:1px solid #dce2ea;border-radius:12px;background:#fff;padding:12px 13px;font:inherit;font-size:14px;color:#172033;outline:none;transition:border .2s,box-shadow .2s}.rh-comment-form textarea{min-height:150px;resize:vertical}.rh-comment-form input:focus,.rh-comment-form textarea:focus{border-color:rgba(225,29,72,.55);box-shadow:0 0 0 4px rgba(225,29,72,.08)}.rh-comment-form .comment-form-author,.rh-comment-form .comment-form-email{display:inline-block;width:calc(50% - 6px);vertical-align:top}.rh-comment-form .comment-form-author{margin-right:8px}.rh-comment-form .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:9px}.rh-comment-form .comment-form-cookies-consent input{margin-top:4px}.rh-comment-form .comment-form-cookies-consent label{margin:0;font-weight:600;color:#667085;line-height:1.5}.rh-comment-submit{border:0;border-radius:11px;background:linear-gradient(135deg,var(--rh-primary),var(--rh-primary2));color:#fff;padding:12px 18px;font-size:12px;font-weight:950;cursor:pointer;box-shadow:0 8px 20px rgba(225,29,72,.2)}.rh-comment-submit:hover{transform:translateY(-1px)}.rh-comments .navigation{margin:18px 0}.rh-comments .nav-links{display:flex;justify-content:space-between;gap:10px}.rh-comments .nav-links a{font-size:12px;font-weight:850;color:var(--rh-primary)}.rh-comments-closed{padding:12px;border-radius:10px;background:#f8fafc;color:#667085;font-size:12px}
@media(max-width:620px){.rh-comment-form{padding:16px}.rh-comment-form .comment-form-author,.rh-comment-form .comment-form-email{display:block;width:100%;margin-right:0}.rh-comment-list .children{margin-left:10px;padding-left:12px}.rh-comment-list .comment-content,.rh-comment-list .reply,.rh-comment-list .comment-metadata{margin-left:0;margin-top:8px}.rh-article-meta{gap:7px 10px}.rh-article-meta span+span:before{display:none}}

/* ===== v2.6 Modern corporate pages ===== */
.rh-page-main{background:#f5f7fa;min-height:70vh}
.rh-corp-hero{position:relative;overflow:hidden;padding:58px 0 52px;background:linear-gradient(120deg,#0b1220 0%,#111d31 62%,#8d1118 145%);color:#fff}
.rh-corp-hero:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-100px;top:-180px;background:rgba(225,29,36,.16);filter:blur(2px)}
.rh-corp-breadcrumb{display:flex;align-items:center;gap:9px;font-size:13px;color:#aeb8c8;margin-bottom:24px}.rh-corp-breadcrumb a{color:#d7deea;text-decoration:none}.rh-corp-breadcrumb strong{color:#fff}.rh-corp-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:#e11d24;font-size:11px;font-weight:800;letter-spacing:.12em;margin-bottom:12px}.rh-corp-hero h1{font-size:clamp(32px,5vw,54px);line-height:1.05;margin:0 0 13px;color:#fff}.rh-corp-hero p{max-width:720px;font-size:17px;line-height:1.7;color:#cbd4e1;margin:0}
.rh-corp-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;padding-top:34px;padding-bottom:50px;align-items:start}.rh-corp-card,.rh-corp-nav-card,.rh-corp-contact-card{background:#fff;border:1px solid #e6e9ef;border-radius:20px;box-shadow:0 10px 35px rgba(15,23,42,.06)}.rh-corp-card{padding:34px}.rh-corp-content{font-size:16px;line-height:1.85;color:#374151}.rh-corp-content h2{color:#111827;font-size:25px;margin:30px 0 10px}.rh-corp-content p{margin:0 0 18px}.rh-corp-side{display:grid;gap:20px;position:sticky;top:92px}.rh-corp-nav-card{padding:20px}.rh-corp-nav-card h3{margin:0 0 13px;font-size:18px;color:#111827}.rh-corp-nav-card nav{display:grid;gap:6px}.rh-corp-nav-card a{display:flex;align-items:center;justify-content:space-between;padding:12px 13px;border-radius:11px;color:#334155;text-decoration:none;font-weight:650;transition:.2s}.rh-corp-nav-card a:hover,.rh-corp-nav-card a.active{background:#fff0f0;color:#d71920}.rh-corp-nav-card a.active{box-shadow:inset 3px 0 #e11d24}.rh-corp-contact-card{padding:23px;background:linear-gradient(145deg,#111827,#1e293b);color:#fff}.rh-corp-contact-card>span{font-size:10px;letter-spacing:.14em;font-weight:800;color:#fda4a8}.rh-corp-contact-card strong{display:block;font-size:22px;margin:7px 0}.rh-corp-contact-card p{font-size:13px;line-height:1.65;color:#cbd5e1}.rh-corp-contact-card a{display:inline-block;margin-top:8px;color:#fff;font-weight:750;text-decoration:none}
.rh-contact-form{display:grid;gap:18px;margin-top:28px;padding-top:26px;border-top:1px solid #edf0f4}.rh-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rh-contact-form label{display:grid;gap:7px}.rh-contact-form label span{font-size:13px;font-weight:750;color:#172033}.rh-contact-form input,.rh-contact-form textarea{width:100%;box-sizing:border-box;border:1px solid #dce1e8;background:#fbfcfd;border-radius:12px;padding:13px 14px;font:inherit;color:#111827;outline:none;transition:.2s}.rh-contact-form textarea{resize:vertical}.rh-contact-form input:focus,.rh-contact-form textarea:focus{background:#fff;border-color:#e11d24;box-shadow:0 0 0 3px rgba(225,29,36,.09)}.rh-primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:max-content;border:0;border-radius:12px;background:#e11d24;color:#fff!important;padding:13px 19px;font-weight:800;text-decoration:none;cursor:pointer;box-shadow:0 8px 22px rgba(225,29,36,.22);transition:.2s}.rh-primary-btn:hover{transform:translateY(-1px);background:#c9141b}.rh-inline-btn{margin-top:18px}.rh-form-alert{padding:13px 15px;border-radius:11px;margin:18px 0;font-weight:650}.rh-form-alert.success{background:#ecfdf3;color:#087443;border:1px solid #b7f0cf}.rh-form-alert.error{background:#fff1f2;color:#b4232c;border:1px solid #fecdd3}
.rh-authors-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:26px}.rh-author-card{display:flex;gap:15px;align-items:center;border:1px solid #e8ebf0;border-radius:16px;padding:16px;text-decoration:none;background:#fff;transition:.2s}.rh-author-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(15,23,42,.08);border-color:#f0b7ba}.rh-author-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover}.rh-author-card h3{margin:0 0 4px;font-size:17px;color:#111827}.rh-author-card p{font-size:13px;line-height:1.5;color:#64748b;margin:0 0 6px}.rh-author-card span{font-size:12px;font-weight:800;color:#d71920}.rh-empty-state{margin-top:24px;padding:24px;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;color:#64748b}.rh-ad-options{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:24px 0}.rh-ad-options>div{padding:20px;border-radius:14px;background:#f8fafc;border:1px solid #e6eaf0}.rh-ad-options strong{display:block;color:#111827;font-size:15px;margin-bottom:7px}.rh-ad-options span{display:block;color:#64748b;font-size:13px;line-height:1.55}.rh-standard-page{padding-top:34px;padding-bottom:50px}
@media(max-width:900px){.rh-corp-layout{grid-template-columns:1fr}.rh-corp-side{position:static;grid-template-columns:1fr 1fr}.rh-authors-grid{grid-template-columns:1fr}.rh-ad-options{grid-template-columns:1fr}}
@media(max-width:640px){.rh-corp-hero{padding:38px 0 35px}.rh-corp-hero p{font-size:15px}.rh-corp-layout{padding-top:18px;gap:18px}.rh-corp-card{padding:21px 17px}.rh-corp-side{grid-template-columns:1fr}.rh-form-grid{grid-template-columns:1fr}.rh-primary-btn{width:100%}.rh-corp-nav-card{padding:15px}}

/* ===== v3.0 Modern Header / Member / News Submit ===== */
.rh-modern-topbar{background:#0a0f18;color:#fff;border-bottom:1px solid rgba(255,255,255,.06)}
.rh-modern-topbar-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.rh-top-breaking{min-width:0;display:flex;align-items:center;gap:12px;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden}
.rh-top-breaking a{color:#fff;overflow:hidden;text-overflow:ellipsis}.rh-top-badge{background:#e3131b;color:#fff;padding:6px 12px;border-radius:4px;font-size:10px;letter-spacing:.04em}.rh-top-time{color:#b8c2d1;font-variant-numeric:tabular-nums}
.rh-top-links{display:flex;align-items:center;gap:2px}.rh-top-links a{color:#c3ccda;font-size:11px;font-weight:700;padding:5px 11px;border-left:1px solid rgba(255,255,255,.08)}.rh-top-links a:hover{color:#fff}
.rh-modern-header{background:#fff;position:relative;z-index:30;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.rh-header-main{min-height:112px;display:grid;grid-template-columns:minmax(200px,280px) 1fr auto;gap:30px;align-items:center}.rh-brand-wrap{min-width:0}.rh-brand-wrap .custom-logo{max-height:72px;width:auto}.rh-header-ad{display:flex;justify-content:center;min-width:0}.rh-header-actions{display:flex;align-items:center;gap:9px}
.rh-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 14px;border-radius:11px;font-size:12px;font-weight:900;white-space:nowrap;transition:.2s;border:1px solid #e6eaf0}.rh-action-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(15,23,42,.09)}.rh-action-icon{font-size:16px;line-height:1}
.rh-submit-news{background:#fff;color:#111827}.rh-submit-news:hover{border-color:#e3131b;color:#e3131b}.rh-member-btn{background:#111827;color:#fff;border-color:#111827}.rh-live-btn{background:#e3131b;color:#fff;border-color:#e3131b}.rh-live-dot{width:8px;height:8px;background:#fff;border-radius:50%;box-shadow:0 0 0 4px rgba(255,255,255,.2);animation:rhPulse 1.7s infinite}@keyframes rhPulse{50%{box-shadow:0 0 0 7px rgba(255,255,255,0)}}
.rh-nav-shell{background:#0b111b;border-top:1px solid #eef1f5}.rh-nav-row{min-height:52px;display:flex;align-items:stretch;gap:0}.rh-home-icon{width:52px;display:grid;place-items:center;background:#e3131b;color:#fff;font-size:20px;flex:0 0 auto}.rh-modern-nav{min-width:0;flex:1}.rh-modern-nav>ul{height:100%;display:flex;align-items:stretch;margin:0;padding:0;list-style:none;overflow-x:auto;scrollbar-width:none}.rh-modern-nav>ul::-webkit-scrollbar{display:none}.rh-modern-nav>ul>li{display:flex;align-items:stretch;flex:0 0 auto}.rh-modern-nav>ul>li>a{display:flex;align-items:center;padding:0 16px;color:#f3f6fa;font-size:12px;font-weight:850;position:relative}.rh-modern-nav>ul>li>a:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;background:#e3131b;transform:scaleX(0);transition:.2s}.rh-modern-nav>ul>li>a:hover,.rh-modern-nav>ul>.current-menu-item>a,.rh-modern-nav>ul>.current-menu-ancestor>a{color:#fff;background:#111a28}.rh-modern-nav>ul>li>a:hover:after,.rh-modern-nav>ul>.current-menu-item>a:after,.rh-modern-nav>ul>.current-menu-ancestor>a:after{transform:scaleX(1)}
.rh-nav-tools{display:flex;align-items:center;margin-left:auto;background:#0b111b}.rh-nav-search,.rh-menu-toggle{width:50px;min-height:52px;display:grid;place-items:center;color:#fff;border:0;background:transparent;font-size:21px;cursor:pointer}.rh-nav-search:hover,.rh-menu-toggle:hover{background:#111a28}.rh-menu-toggle{display:none}
.rh-modern-breaking{border-top:0}.rh-modern-breaking .breaking-inner{min-height:42px}
.rh-news-submit-wrap{max-width:880px;margin:0 auto}.rh-news-submit-card{background:#fff;border:1px solid #e7ebf0;border-radius:22px;padding:clamp(22px,4vw,38px);box-shadow:0 14px 40px rgba(15,23,42,.07)}.rh-news-submit-intro{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #edf0f4}.rh-news-submit-intro h2{margin:0 0 8px;font-size:26px}.rh-news-submit-intro p{margin:0;color:#667085;line-height:1.7}.rh-news-form{display:grid;gap:17px}.rh-news-form label{display:grid;gap:7px}.rh-news-form label span{font-size:12px;font-weight:850;color:#263244}.rh-news-form input,.rh-news-form textarea{width:100%;box-sizing:border-box;border:1px solid #dce2ea;background:#fbfcfd;border-radius:12px;padding:13px 14px;font:inherit;outline:none}.rh-news-form textarea{min-height:180px;resize:vertical}.rh-news-form input:focus,.rh-news-form textarea:focus{background:#fff;border-color:#e3131b;box-shadow:0 0 0 4px rgba(227,19,27,.08)}.rh-news-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.rh-news-notice{padding:13px 15px;border-radius:12px;font-weight:750;font-size:13px}.rh-news-notice.success{background:#ecfdf3;color:#087443;border:1px solid #b7f0cf}.rh-news-notice.error{background:#fff1f2;color:#b4232c;border:1px solid #fecdd3}
@media(max-width:1120px){.rh-header-main{grid-template-columns:220px 1fr;gap:16px;min-height:94px}.rh-header-ad{display:none}.rh-header-actions{justify-content:flex-end}.rh-modern-nav{display:none}.rh-modern-nav.is-open{display:block;position:absolute;left:16px;right:16px;top:100%;background:#0b111b;border-radius:0 0 16px 16px;padding:8px 0;box-shadow:0 18px 35px rgba(0,0,0,.2)}.rh-modern-nav.is-open>ul{display:grid;height:auto;max-height:70vh;overflow:auto}.rh-modern-nav.is-open>ul>li>a{padding:13px 18px}.rh-menu-toggle{display:grid}.rh-nav-row{position:relative}.rh-home-icon{margin-right:auto}}
@media(max-width:760px){.rh-modern-topbar-inner{min-height:34px}.rh-top-breaking{gap:8px}.rh-top-badge{padding:5px 8px}.rh-header-main{min-height:82px;grid-template-columns:1fr auto;gap:8px}.rh-brand-wrap .custom-logo{max-height:56px;max-width:190px}.rh-header-actions{gap:5px}.rh-action-btn{min-height:38px;padding:0 10px}.rh-action-btn span:last-child{display:none}.rh-action-icon,.rh-live-dot{display:block}.rh-header-actions .rh-live-btn{width:40px;padding:0}.rh-header-actions .rh-live-btn .rh-live-dot{margin:0}.rh-news-form-grid{grid-template-columns:1fr}}
@media(max-width:430px){.rh-brand-wrap .custom-logo{max-width:155px}.rh-header-main{min-height:72px}.rh-action-btn{width:36px;min-height:36px;padding:0}.rh-home-icon,.rh-nav-search,.rh-menu-toggle{width:44px;min-height:48px}}


/* ===== v3.1 Premium Modern Navigation ===== */
.rh-modern-header{box-shadow:0 10px 30px rgba(15,23,42,.06)}
.rh-header-main{min-height:104px;grid-template-columns:minmax(190px,270px) minmax(140px,1fr) auto;gap:24px}
.rh-header-actions{gap:10px}
.rh-action-btn{min-height:44px;border-radius:14px;padding:0 15px;box-shadow:0 5px 14px rgba(15,23,42,.04)}
.rh-submit-news{border-color:#e7eaf0;background:#f8fafc}.rh-submit-news:hover{background:#fff1f2;border-color:#fecdd3}
.rh-member-btn{background:#151c28;border-color:#151c28}.rh-member-btn:hover{background:#202938}
.rh-live-btn{background:linear-gradient(135deg,#e3131b,#b90f16);border-color:transparent;box-shadow:0 8px 20px rgba(227,19,27,.20)}

.rh-nav-shell{background:#101722;border:0;padding:8px 0;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.rh-nav-row{min-height:48px;align-items:center;gap:10px}
.rh-home-icon{width:auto;min-width:114px;height:44px;padding:0 15px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;background:linear-gradient(135deg,#ed1c24,#c91118);box-shadow:0 8px 18px rgba(227,19,27,.18);font-size:12px;font-weight:900;letter-spacing:-.1px}
.rh-home-icon:hover{filter:brightness(1.05);transform:translateY(-1px)}
.rh-home-symbol{font-size:18px;line-height:1}.rh-home-text{display:inline}
.rh-modern-nav{overflow:visible}
.rh-modern-nav>ul{height:auto;align-items:center;gap:5px;overflow:visible}
.rh-modern-nav>ul>li{position:relative;align-items:center}
.rh-modern-nav>ul>li>a{min-height:42px;padding:0 13px;border-radius:11px;color:#dce4ef;font-size:12px;font-weight:850;letter-spacing:-.05px;transition:.18s ease}
.rh-modern-nav>ul>li>a:after{display:none}
.rh-modern-nav>ul>li>a:hover,.rh-modern-nav>ul>.current-menu-item>a,.rh-modern-nav>ul>.current-menu-ancestor>a{background:#fff;color:#111827;box-shadow:0 7px 20px rgba(0,0,0,.16)}
.rh-modern-nav .menu-item-has-children>a{padding-right:28px}
.rh-modern-nav .menu-item-has-children>a:before{content:"⌄";position:absolute;right:10px;top:50%;transform:translateY(-54%);font-size:12px;opacity:.72}
.rh-modern-nav .sub-menu{display:none;position:absolute;left:0;top:calc(100% + 9px);z-index:1000;min-width:220px;padding:8px;margin:0;list-style:none;background:#fff;border:1px solid #e8ebf0;border-radius:15px;box-shadow:0 18px 45px rgba(15,23,42,.18)}
.rh-modern-nav li:hover>.sub-menu,.rh-modern-nav li:focus-within>.sub-menu{display:grid}
.rh-modern-nav .sub-menu li{display:block}
.rh-modern-nav .sub-menu a{display:block;padding:11px 12px;border-radius:10px;color:#202938;font-size:12px;font-weight:800;white-space:nowrap}
.rh-modern-nav .sub-menu a:hover{background:#f3f5f8;color:#e3131b}
.rh-nav-tools{gap:5px;background:transparent;border-left:1px solid rgba(255,255,255,.08);padding-left:8px}
.rh-nav-search,.rh-menu-toggle{width:auto;min-width:44px;height:44px;min-height:44px;border-radius:11px;padding:0 10px;color:#dfe7f2}
.rh-nav-search{display:flex;align-items:center;justify-content:center;gap:5px}.rh-nav-search>span{font-size:21px}.rh-nav-search small{font-size:10px;font-weight:850}
.rh-nav-search:hover,.rh-menu-toggle:hover{background:#1a2433;color:#fff}

@media(max-width:1260px){.rh-home-icon{min-width:46px;width:46px;padding:0}.rh-home-text{display:none}.rh-modern-nav>ul>li>a{padding:0 10px;font-size:11.5px}.rh-nav-search small{display:none}}
@media(max-width:1120px){
  .rh-nav-shell{padding:7px 0}.rh-nav-row{position:relative}.rh-home-icon{margin-right:auto}
  .rh-modern-nav.is-open{top:calc(100% + 7px);left:0;right:0;padding:10px;background:#101722;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 22px 45px rgba(0,0,0,.30)}
  .rh-modern-nav.is-open>ul{display:grid;gap:5px;max-height:72vh;padding:0}
  .rh-modern-nav.is-open>ul>li{display:block}.rh-modern-nav.is-open>ul>li>a{min-height:44px;padding:0 13px;border-radius:10px}
  .rh-modern-nav.is-open .sub-menu{display:block;position:static;min-width:0;margin:4px 0 0 12px;padding:5px;background:#151f2d;border-color:rgba(255,255,255,.06);box-shadow:none}
  .rh-modern-nav.is-open .sub-menu a{color:#dce4ef}.rh-modern-nav.is-open .sub-menu a:hover{background:#202c3d;color:#fff}
}
@media(max-width:760px){.rh-header-main{min-height:78px}.rh-header-actions{gap:4px}.rh-nav-shell{padding:6px 0}.rh-home-icon,.rh-nav-search,.rh-menu-toggle{height:42px;min-height:42px;border-radius:10px}.rh-home-icon{width:42px;min-width:42px}.rh-nav-tools{padding-left:5px}.rh-modern-nav.is-open{left:0;right:0}}

/* ===== v3.3 Premium compact footer ===== */
.footer-v3{margin-top:0;background:#0a1019;color:#aab4c3;border-top:1px solid rgba(255,255,255,.04)}
.footer-v3-accent{height:3px;background:linear-gradient(90deg,#e3182d 0 34%,#101a29 34% 100%)}
.footer-v3-top{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:22px 0 18px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-v3-brand{display:flex;align-items:center;gap:20px;min-width:0}
.footer-v3-logo{flex:0 0 auto;line-height:1}
.footer-v3-logo img{display:block;max-height:46px;width:auto;filter:none}
.footer-v3-logo-text{font-size:24px;font-weight:950;letter-spacing:-.8px;color:#fff}
.footer-v3-brand p{max-width:560px;margin:0;font-size:12px;line-height:1.55;color:#8f9bab}
.footer-v3-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.footer-v3-live{display:inline-flex;align-items:center;gap:7px;background:#e3182d;color:#fff;border-radius:8px;padding:10px 13px;font-size:11px;font-weight:900;box-shadow:0 6px 18px rgba(227,24,45,.18);transition:.2s}
.footer-v3-live:hover{transform:translateY(-1px);background:#c91528;color:#fff}
.footer-v3-socials{display:flex;gap:6px}
.footer-v3-socials a{width:32px;height:32px;border-radius:8px;border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;color:#fff;font-size:12px;font-weight:900;background:rgba(255,255,255,.025);transition:.2s}
.footer-v3-socials a:hover{background:#fff;color:#0a1019;border-color:#fff}
.footer-v3-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.15fr;gap:34px;padding:24px 0 22px}
.footer-v3-col h4{margin:0 0 12px;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:8px}
.footer-v3-col h4:before{content:"";width:16px;height:3px;border-radius:20px;background:#e3182d}
.footer-v3-col ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:7px 12px}
.footer-v3-col li{margin:0;padding:0;line-height:1.15}
.footer-v3-col a{color:#98a4b5;font-size:11px;transition:.18s}
.footer-v3-col ul a:before{content:"›";margin-right:5px;color:#e3182d;font-weight:900}
.footer-v3-col a:hover{color:#fff}
.footer-v3-tags{display:flex;flex-wrap:wrap;gap:7px}
.footer-v3-tags a{display:inline-flex;align-items:center;min-height:29px;padding:6px 9px;border:1px solid rgba(255,255,255,.09);border-radius:7px;background:rgba(255,255,255,.025);font-size:10px;color:#b8c1ce}
.footer-v3-tags a:hover{background:#e3182d;border-color:#e3182d;color:#fff}
.footer-v3-bottom{border-top:1px solid rgba(255,255,255,.08);background:#070c13}
.footer-v3-bottom .container{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#697688;font-size:10px}
.footer-v3-bottom strong{color:#9da8b8}
.footer-v3-slogan{white-space:nowrap}
@media(max-width:980px){.footer-v3-top{align-items:flex-start}.footer-v3-brand{align-items:flex-start}.footer-v3-grid{grid-template-columns:1fr 1fr;gap:24px 30px}.footer-v3-actions{flex-direction:column;align-items:flex-end}.footer-v3-live{order:1}.footer-v3-socials{order:2}}
@media(max-width:680px){.footer-v3-top{padding:18px 0 15px;flex-direction:column;gap:14px}.footer-v3-brand{width:100%;gap:14px}.footer-v3-logo img{max-height:40px}.footer-v3-brand p{font-size:11px}.footer-v3-actions{width:100%;flex-direction:row;align-items:center;justify-content:space-between}.footer-v3-grid{grid-template-columns:1fr 1fr;gap:22px 18px;padding:20px 0}.footer-v3-col ul{grid-template-columns:1fr;gap:7px}.footer-v3-bottom .container{padding:11px 0;min-height:0;flex-direction:column;align-items:flex-start;gap:4px}}
@media(max-width:430px){.footer-v3-grid{grid-template-columns:1fr}.footer-v3-popular{padding-top:2px}.footer-v3-brand{flex-direction:column}.footer-v3-live{padding:9px 11px}.footer-v3-socials a{width:30px;height:30px}.footer-v3-slogan{white-space:normal}}
\n\n/* ===== v3.4 Home Live TV block ===== */\n.rh-home-tv{overflow:hidden;padding:0!important;border:1px solid #e6eaf0!important;border-radius:14px!important;background:#fff;box-shadow:0 7px 24px rgba(15,23,42,.055)}\n.rh-home-tv-head{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 15px;border-bottom:1px solid #edf0f4}\n.rh-home-tv-head>div{display:flex;align-items:center;gap:11px;min-width:0}.rh-home-tv-head h2{margin:0;color:#101722;font-size:15px;font-weight:950;letter-spacing:.2px}.rh-home-tv-head p{margin:3px 0 0;color:#8b95a5;font-size:10px}\n.rh-home-tv-head>a{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;padding:8px 10px;border-radius:8px;background:#f5f7fa;color:#202938;font-size:10px;font-weight:900}.rh-home-tv-head>a:hover{background:#101722;color:#fff}\n.rh-tv-live-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:7px;background:#e3182d;color:#fff;font-size:9px;font-weight:950;letter-spacing:.6px}.rh-tv-live-badge i{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.17);animation:rhPulse 1.6s infinite}\n.rh-home-tv-player{position:relative;aspect-ratio:16/9;background:#090f18;overflow:hidden}.rh-home-tv-player iframe{display:block;width:100%;height:100%;border:0;background:#000}\n.rh-home-tv-backdrop{position:absolute;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 50% 44%,rgba(227,24,45,.22),transparent 27%),linear-gradient(135deg,#0e1623,#070b12 68%)}\n.rh-home-tv-backdrop:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent)}\n.rh-home-tv-mark{position:absolute;left:18px;top:16px;z-index:1;color:rgba(255,255,255,.08);font-size:50px;font-weight:1000;letter-spacing:-4px}\n.rh-home-tv-play{position:relative;z-index:2;display:flex;align-items:center;gap:13px;padding:12px 16px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.08);color:#fff;backdrop-filter:blur(8px);cursor:pointer;box-shadow:0 14px 36px rgba(0,0,0,.22);transition:.2s}.rh-home-tv-play:hover{transform:translateY(-2px);background:rgba(227,24,45,.95);border-color:#e3182d}\n.rh-home-tv-play-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;padding-left:3px;background:#e3182d;color:#fff;font-size:16px;box-shadow:0 0 0 7px rgba(227,24,45,.15)}.rh-home-tv-play:hover .rh-home-tv-play-icon{background:#fff;color:#e3182d}\n.rh-home-tv-play strong{display:block;text-align:left;font-size:13px;font-weight:950}.rh-home-tv-play small{display:block;margin-top:3px;color:#cbd4df;font-size:9px}.rh-home-tv-play:hover small{color:#fff}\n.rh-home-tv-fallback{position:absolute;z-index:2;left:50%;top:calc(50% + 48px);transform:translateX(-50%);color:#aeb8c6;font-size:10px;font-weight:800}.rh-home-tv-fallback:hover{color:#fff}\n@media(max-width:760px){.rh-home-tv-head{min-height:58px;padding:10px 12px}.rh-home-tv-head p{display:none}.rh-home-tv-head>a{padding:7px 8px}.rh-tv-live-badge{padding:6px 7px}.rh-home-tv-play{padding:10px 13px}.rh-home-tv-play-icon{width:36px;height:36px}.rh-home-tv-mark{font-size:40px}}\n

/* ===== v3.5 Admin-managed TV Channels ===== */
.rh-tv-channels{padding:0!important;overflow:hidden;border:1px solid #4a46ff!important;border-radius:18px!important;background:#08111f!important;box-shadow:0 14px 34px rgba(4,10,22,.14)!important}
.rh-tv-channels-head{height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #1d2a3c}
.rh-tv-channels-head h2{margin:0;color:#fff;font-size:14px;font-weight:1000;letter-spacing:.25px}.rh-tv-channels-head a{color:#7890b3;font-size:9px;font-weight:850}.rh-tv-channels-head a:hover{color:#fff}
.rh-tv-channels-layout{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:10px;padding:10px}
.rh-tv-stage{position:relative;min-height:286px;border:1px solid #1b2a3e;border-radius:13px;background:#091422;overflow:hidden}.rh-tv-stage iframe{display:block;width:100%;height:100%;min-height:286px;border:0;background:#000}
.rh-tv-stage-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background:radial-gradient(circle at 50% 48%,rgba(142,53,255,.12),transparent 25%),#091422}.rh-tv-stage-empty strong{font-size:13px;font-weight:900;margin-top:14px}.rh-tv-stage-empty small{margin-top:4px;color:#7f8da2;font-size:9px}
.rh-tv-big-play{width:46px;height:46px;border:0;border-radius:50%;display:grid;place-items:center;padding-left:3px;background:linear-gradient(135deg,#ee315e,#8c42ff);color:#fff;font-size:16px;cursor:default;box-shadow:0 10px 25px rgba(182,51,194,.24)}
.rh-tv-channel-list{display:flex;flex-direction:column;gap:7px;max-height:286px;overflow:auto;padding-right:2px;scrollbar-width:thin}.rh-tv-channel-list::-webkit-scrollbar{width:5px}.rh-tv-channel-list::-webkit-scrollbar-thumb{background:#26364b;border-radius:10px}
.rh-tv-channel{width:100%;min-height:49px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 7px;border:1px solid #1c2a3d;border-radius:10px;background:#111d2d;color:#fff;text-align:left;cursor:pointer;transition:.18s}.rh-tv-channel:hover,.rh-tv-channel.is-active{transform:translateX(-2px);border-color:#6b5cff;background:#17253a}.rh-tv-channel:disabled{opacity:.48;cursor:not-allowed;transform:none}
.rh-tv-channel-logo{width:34px;height:34px;border-radius:7px;background:#fff;display:grid;place-items:center;overflow:hidden;padding:3px}.rh-tv-channel-logo img{width:100%;height:100%;object-fit:contain}.rh-tv-channel-logo b{color:#111827;font-size:10px;font-weight:1000}
.rh-tv-channel-name{min-width:0;font-size:9px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rh-tv-channel-live{color:#ff3156;font-size:7px;font-weight:1000;letter-spacing:.2px}.rh-tv-no-channel{padding:18px 10px;color:#d7deea;text-align:center;font-size:10px}.rh-tv-no-channel small{color:#75849a}
@media(max-width:760px){.rh-tv-channels-layout{grid-template-columns:1fr}.rh-tv-stage,.rh-tv-stage iframe{min-height:210px}.rh-tv-channel-list{display:grid;grid-template-columns:1fr 1fr;max-height:none;overflow:visible}.rh-tv-channels-head{height:50px}.rh-tv-channel{min-width:0}.rh-tv-channel-name{font-size:8px}}
@media(max-width:430px){.rh-tv-channel-list{grid-template-columns:1fr}.rh-tv-stage,.rh-tv-stage iframe{min-height:190px}}

/* Footer v4 - premium newsroom */
.footer-v4{position:relative;margin-top:0;background:#080f19;color:#94a3b8;border-top:1px solid rgba(255,255,255,.06);overflow:hidden}
.footer-v4:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#ef1738 0 22%,#ff6a00 22% 34%,#1d4ed8 34% 100%)}
.footer-v4:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-180px;top:-260px;background:rgba(239,23,56,.08);filter:blur(30px);pointer-events:none}
.footer-v4-shell{position:relative;z-index:1;padding-top:30px;padding-bottom:22px}
.footer-v4-hero{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 0 26px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-v4-brand{display:flex;align-items:center;gap:22px;min-width:0}.footer-v4-logo{flex:0 0 auto}.footer-v4-logo img{display:block;width:auto;max-height:58px}.footer-v4-logo-text{font-size:25px;font-weight:950;color:#fff}.footer-v4-brand-copy{padding-left:22px;border-left:1px solid rgba(255,255,255,.1)}.footer-v4-brand-copy strong{display:block;color:#fff;font-size:14px;margin-bottom:5px}.footer-v4-brand-copy p{margin:0;max-width:520px;font-size:11px;line-height:1.6;color:#7f8da1}
.footer-v4-cta{display:flex;gap:9px;flex:0 0 auto}.footer-v4-cta a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 15px;border-radius:10px;font-size:11px;font-weight:900;transition:.2s}.footer-v4-submit{color:#dbe4ef;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.04)}.footer-v4-submit:hover{background:#fff;color:#08101a}.footer-v4-live{color:#fff;background:linear-gradient(135deg,#ef1738,#c90e2b);box-shadow:0 8px 24px rgba(239,23,56,.22)}.footer-v4-live:hover{color:#fff;transform:translateY(-1px)}.footer-live-dot{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.13)}
.footer-v4-main{display:grid;grid-template-columns:1.05fr 1.7fr;gap:70px;padding:28px 0 24px}.footer-v4-eyebrow{display:inline-flex;color:#ff2948;font-size:9px;font-weight:950;letter-spacing:1.5px;margin-bottom:9px}.footer-v4-about h3{margin:0 0 9px;color:#fff;font-size:22px;line-height:1.2;letter-spacing:-.5px}.footer-v4-about p{max-width:420px;margin:0;color:#7f8da1;font-size:11px;line-height:1.7}.footer-v4-socials{display:flex;gap:7px;margin-top:16px}.footer-v4-socials a{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#101a28;border:1px solid rgba(255,255,255,.08);color:#fff;font-size:11px;font-weight:900}.footer-v4-socials a:hover{background:#ef1738;border-color:#ef1738;color:#fff;transform:translateY(-2px)}
.footer-v4-links{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.footer-v4-links h4{position:relative;margin:0 0 14px;padding-bottom:10px;color:#fff;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.5px}.footer-v4-links h4:after{content:"";position:absolute;left:0;bottom:0;width:25px;height:2px;border-radius:4px;background:#ef1738}.footer-v4-links a{display:block;width:max-content;max-width:100%;margin:0 0 9px;color:#8f9caf;font-size:11px}.footer-v4-links a:hover{color:#fff;transform:translateX(3px)}
.footer-v4-trends{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:14px 16px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:#0d1622}.footer-v4-trends strong{margin-right:4px;color:#fff;font-size:10px}.footer-v4-trends a{padding:6px 9px;border-radius:7px;background:rgba(255,255,255,.04);color:#91a0b4;font-size:9px;border:1px solid rgba(255,255,255,.06)}.footer-v4-trends a:hover{background:#ef1738;color:#fff;border-color:#ef1738}
.footer-v4-bottom{position:relative;z-index:1;background:#050a11;border-top:1px solid rgba(255,255,255,.06)}.footer-v4-bottom .container{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#617086;font-size:9px}.footer-v4-bottom strong{color:#a7b2c1}.footer-v4-bottom div div{display:flex;align-items:center;gap:9px}.footer-v4-bottom a{color:#7e8da1}.footer-v4-bottom a:hover{color:#fff}
@media(max-width:900px){.footer-v4-hero{align-items:flex-start}.footer-v4-brand-copy{display:none}.footer-v4-main{grid-template-columns:1fr;gap:28px}.footer-v4-links{gap:25px}}
@media(max-width:620px){.footer-v4-shell{padding-top:24px}.footer-v4-hero{flex-direction:column;gap:18px}.footer-v4-cta{width:100%}.footer-v4-cta a{flex:1}.footer-v4-logo img{max-height:50px}.footer-v4-main{padding:24px 0 20px}.footer-v4-about h3{font-size:19px}.footer-v4-links{grid-template-columns:1fr 1fr;gap:24px 20px}.footer-v4-links>div:last-child{grid-column:1/-1}.footer-v4-bottom .container{padding:12px 0;min-height:0;flex-direction:column;align-items:flex-start;gap:6px}}

/* ===== Isparta Haber 32 · 2026 Modern Portal Refresh ===== */
:root{--rh-red:#e5162e;--rh-dark:#07111f;--rh-ink:#111827;--rh-soft:#f4f7fb;--rh-line:#e6ebf2;--rh-muted:#687386;--rh-radius:18px}
body{background:#f5f7fa;color:var(--rh-ink)}
.container{max-width:1280px}
.rh-modern-topbar{background:#07111f;border-bottom:1px solid rgba(255,255,255,.06)}
.rh-modern-header{background:rgba(255,255,255,.98);backdrop-filter:saturate(150%) blur(10px)}
.rh-header-main{min-height:96px}
.rh-nav-shell{background:#0b1422}.rh-modern-nav>ul>li>a{font-size:12px;letter-spacing:.1px}
.rh-modern-breaking{background:#fff;border-bottom:1px solid var(--rh-line);box-shadow:0 8px 22px rgba(15,23,42,.04)}
.hero-v2{padding:24px 0 10px}.hero-news-grid{gap:14px}.hero-slider,.hero-side-grid>*{border-radius:20px;overflow:hidden;box-shadow:0 14px 35px rgba(9,18,33,.10)}
.hero-slide:after{background:linear-gradient(180deg,transparent 20%,rgba(4,9,16,.88) 100%)}
.hero-title{max-width:870px;letter-spacing:-.8px}
.dashboard-v2{gap:20px}.home-box,.widget-card{border:1px solid var(--rh-line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.045)}
.home-heading{border-bottom:1px solid var(--rh-line)}.home-heading h2{letter-spacing:.2px}.home-heading h2:before{content:"";display:inline-block;width:4px;height:18px;border-radius:8px;background:var(--rh-red);margin-right:9px;vertical-align:-3px}
.news-card img,.latest-row img,.category-news-grid img{transition:transform .32s ease}.news-card:hover img,.latest-row a:hover img,.category-news-grid a:hover img{transform:scale(1.035)}
.rh-sidebar-modern{display:grid;gap:14px}.rh-service-card{overflow:hidden;padding:0}.rh-widget-head{padding:14px 15px;border-bottom:1px solid #edf1f5;background:linear-gradient(180deg,#fff,#fbfcfe)}
.rh-widget-icon{width:34px;height:34px;border-radius:10px;background:#f1f4f8;display:grid;place-items:center}.rh-live-label{background:#fff1f3;color:#d3132b;border:1px solid #ffd5dc;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:950}
.rh-traffic-card{background:linear-gradient(160deg,#0b1625,#101e31);border-color:#17283e;color:#fff}.rh-traffic-card .rh-widget-head{background:transparent;border-color:rgba(255,255,255,.08)}.rh-traffic-card h3{color:#fff}.rh-traffic-card small{color:#91a3ba}.rh-traffic-card .rh-widget-icon{background:rgba(255,255,255,.08)}
.rh-traffic-copy{padding:16px 16px 12px;display:grid;gap:5px}.rh-traffic-copy strong{font-size:13px}.rh-traffic-copy span{font-size:10px;line-height:1.55;color:#9cabc0}.rh-traffic-button{margin:0 14px 14px;min-height:42px;border-radius:11px;background:#e5162e;color:#fff!important;display:flex;align-items:center;justify-content:space-between;padding:0 13px;font-size:10px;font-weight:950;box-shadow:0 8px 20px rgba(229,22,46,.24)}
.rh-traffic-news{padding:12px 15px 14px;border-top:1px solid rgba(255,255,255,.08);display:grid;gap:8px}.rh-traffic-news>small{font-size:8px;color:#71839a;font-weight:900;letter-spacing:.8px}.rh-traffic-news a{color:#e6edf7;font-size:9px;line-height:1.4}.rh-traffic-news a:hover{color:#fff}
.rh-publisher-box{display:flex;align-items:center;gap:10px;margin:18px 0;padding:12px 14px;border:1px solid var(--rh-line);border-radius:12px;background:#f8fafc}.rh-publisher-box span{font-size:8px;font-weight:950;letter-spacing:1px;color:var(--rh-red)}.rh-publisher-box strong{font-size:11px}
.article{background:#fff;border:1px solid var(--rh-line);border-radius:22px;padding:clamp(18px,3vw,34px);box-shadow:0 12px 32px rgba(15,23,42,.05)}.article>h1{font-size:clamp(30px,4.2vw,52px);line-height:1.08;letter-spacing:-1.4px}.article-content{font-size:17px;line-height:1.9;color:#273244}.article-content img{border-radius:14px}
@media(max-width:760px){.hero-v2{padding-top:12px}.hero-slider,.hero-side-grid>*{border-radius:14px}.home-box,.widget-card{border-radius:14px}.article{border-radius:16px;padding:17px}.article-content{font-size:16px;line-height:1.78}}

/* ===== v5.0 readability + balanced desktop homepage ===== */
:root{--rh-container:1540px}
@media(min-width:1200px){
  .container{width:min(calc(100% - 56px),1540px)}
  .hero-v2{padding:24px 0 20px}
  .hero-news-grid{grid-template-columns:minmax(0,1.18fr) minmax(500px,.82fr);gap:12px}
  .hero-slider,.hero-side-grid{min-height:500px}
  .hero-title{font-size:clamp(38px,3vw,50px);line-height:1.08;max-width:850px}
  .side-copy strong{font-size:18px;line-height:1.22}
  .dashboard-v2{grid-template-columns:minmax(0,1fr) 390px;gap:26px;padding-bottom:22px;align-items:start}
  .home-left,.home-right{gap:20px}
  .home-heading{height:56px;padding:0 20px}.home-heading h2{font-size:17px}.home-heading a{font-size:12px}
  .latest-row{gap:20px;padding:20px}.latest-card h3{font-size:16px;line-height:1.32;margin-top:10px}.latest-meta{font-size:11px}
  .category-strip{gap:14px;padding:16px}.category-tile{height:104px}.category-tile strong{font-size:13px}
  .category-news-grid{grid-template-columns:minmax(0,1.28fr) minmax(330px,.72fr);gap:22px;padding:20px}
  .category-lead h3{font-size:25px;line-height:1.22;margin:13px 0 7px}.category-lead p{font-size:14px;line-height:1.55}
  .category-mini{grid-template-columns:132px 1fr;gap:13px;padding:12px 0}.category-mini img{width:132px;height:88px}.category-mini strong{font-size:14px;line-height:1.32}.category-mini small{font-size:10px}
  .dark-title{height:48px;padding:0 16px}.dark-title h3{font-size:15px}.dark-title a{font-size:10px}
  .quick-item{min-height:108px}.quick-item b{font-size:27px}.quick-item span{font-size:11px;line-height:1.3}
  .author-list-v2{padding:14px}.author-list-v2 a{gap:10px;padding:10px}.author-list-v2 img{width:50px;height:50px}.author-list-v2 strong{font-size:12px}.author-list-v2 small{font-size:10px}
  .video-list-v2{gap:14px;padding:14px}.video-list-v2>a{font-size:12px;line-height:1.3}
  .widget-wrap-v2 .widget-card{padding:18px}.widget-card h3{font-size:16px}
  .home-bottom-highlights{padding:18px 0 42px;margin-top:0}.bottom-highlights-grid{gap:30px}.bottom-highlight-title h2{font-size:20px}.bottom-highlight-links a{font-size:14px}
}
@media(min-width:1181px){.home-right{position:relative}.widget-wrap-v2{min-width:0}}

/* v6: Alt öne çıkanlar ana içerik akışında; uzun sidebar artık boşluk oluşturmaz. */
.home-bottom-highlights-inline{padding:4px 0 8px;background:transparent;margin:0}
.home-bottom-highlights-inline .bottom-highlights-grid{width:100%;max-width:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.home-bottom-highlights-inline .bottom-highlight-title h2{font-size:15px;letter-spacing:-.25px}
.home-bottom-highlights-inline .bottom-highlight-image h3{font-size:13px;left:11px;right:11px;bottom:9px}
.home-bottom-highlights-inline .bottom-highlight-links{padding-top:9px}
.home-bottom-highlights-inline .bottom-highlight-links a{font-size:11px;padding:5px 0;line-height:1.3}
.home-bottom-highlights-inline .bottom-chevron{font-size:18px;line-height:14px}
.home-bottom-highlights-inline .bottom-highlight-more{font-size:9px;margin-top:6px}
@media(max-width:900px){.home-bottom-highlights-inline .bottom-highlights-grid{grid-template-columns:1fr}.home-bottom-highlights-inline .bottom-highlight-title h2{font-size:17px}.home-bottom-highlights-inline .bottom-highlight-image h3{font-size:15px}.home-bottom-highlights-inline .bottom-highlight-links a{font-size:13px}}

/* ===== v7.0 final visual polish: typography, cards and sidebar ===== */
@media(min-width:1200px){
  .rh-header-main{min-height:104px}
  .rh-modern-nav>ul>li>a{font-size:13px;font-weight:800}
  .hero-news-grid{gap:16px}
  .hero-slider,.hero-side-grid>*{box-shadow:0 16px 38px rgba(7,17,31,.13)}
  .hero-title{font-weight:950;text-shadow:0 2px 12px rgba(0,0,0,.25)}
  .dashboard-v2{gap:28px}
  .home-box{overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.055)}
  .home-heading{background:linear-gradient(180deg,#fff,#fcfdff)}
  .home-heading h2{font-size:18px;font-weight:950;color:#0d1726}
  .latest-card h3{font-size:17px;font-weight:900;color:#111827}
  .category-lead h3{font-size:27px;font-weight:950;letter-spacing:-.55px;color:#101827}
  .category-lead p{font-size:14.5px;color:#667085}
  .category-mini strong{font-size:14.5px;font-weight:850;color:#172033}
  .home-right{gap:16px}
  .widget-card{border-color:#e2e8f0;box-shadow:0 9px 26px rgba(15,23,42,.055)}
  .rh-widget-head{min-height:58px;padding:13px 16px}
  .rh-widget-head h3,.widget-card h3{font-size:14px;font-weight:950;letter-spacing:-.15px;color:#111827}
  .rh-widget-head small{font-size:9px;color:#8993a4}
  .rh-widget-icon{width:36px;height:36px;border-radius:11px}
  .rh-service-card{border-radius:17px}
  .bottom-highlight-image{border-radius:12px;overflow:hidden}
  .home-bottom-highlights-inline .bottom-highlight-title h2{font-size:16px;font-weight:950}
  .home-bottom-highlights-inline .bottom-highlight-links a{font-size:11.5px;color:#3e4a5d}
}
.home-box,.widget-card,.hero-slider,.hero-side-grid>*{transition:box-shadow .22s ease,transform .22s ease}
@media(hover:hover){.home-box:hover,.widget-card:hover{box-shadow:0 14px 34px rgba(15,23,42,.075)}}
.home-heading h2,.dark-title h3,.rh-widget-head h3{text-rendering:optimizeLegibility}
.latest-card h3,.category-lead h3,.category-mini strong,.bottom-highlight-image h3{-webkit-font-smoothing:antialiased}
.rh-sidebar-modern .widget-card,.rh-sidebar-modern .rh-service-card{background:#fff}
.rh-sidebar-modern .rh-live-label{white-space:nowrap}
@media(max-width:760px){
  .rh-modern-nav>ul>li>a{font-weight:800}
  .home-heading{min-height:48px;padding-left:14px;padding-right:14px}
  .home-heading h2{font-size:15px}
  .category-lead h3{font-size:21px;line-height:1.25}
  .latest-card h3{font-size:14px;line-height:1.35}
  .rh-widget-head{padding:12px 13px}
}

/* ===== v8.0 article, search, archive & mobile refinement ===== */
.rh-single-modern{padding:24px 0 44px;background:linear-gradient(180deg,#f4f7fb,#f8fafc 420px)}.rh-single-layout{align-items:start}.rh-single-main{min-width:0}.rh-article-v8 .breadcrumbs{display:flex;gap:8px;align-items:center}.rh-article-kicker{display:inline-flex;margin:4px 0 12px;padding:7px 10px;border-radius:8px;background:#fff0f2;color:#d7132a;font-size:10px;font-weight:950;letter-spacing:.8px}.rh-article-deck{max-width:900px;margin:-2px 0 18px;color:#647084;font-size:18px;line-height:1.65}.rh-article-hero{margin:8px 0 18px}.rh-article-hero img{display:block;width:100%;max-height:680px;object-fit:cover;border-radius:16px}.rh-share-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 18px;padding:11px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.rh-share-row strong{margin-right:5px;font-size:11px}.rh-share-row a{padding:7px 10px;border-radius:8px;background:#f4f6f9;color:#334155;font-size:10px;font-weight:850}.rh-share-row a:hover{background:#101827;color:#fff}.rh-article-tags{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:26px;padding-top:18px;border-top:1px solid #edf0f4}.rh-article-tags strong{margin-right:4px;font-size:11px}.rh-article-tags a{padding:7px 9px;border:1px solid #e5e9ef;border-radius:999px;background:#fafbfc;color:#4b5565;font-size:10px;font-weight:800}.rh-related-v8{margin-top:20px;padding:22px;border:1px solid var(--rh-line);border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.05)}.rh-related-head{margin-bottom:16px}.rh-related-head span{font-size:9px;font-weight:950;letter-spacing:1.2px;color:var(--rh-red)}.rh-related-head h2{margin:3px 0 0;font-size:24px}.rh-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.rh-related-thumb{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:11px;background:#eef1f5}.rh-related-thumb img{width:100%;height:100%;object-fit:cover;transition:.3s}.rh-related-v8 article:hover img{transform:scale(1.04)}.rh-related-v8 small{display:block;margin-top:9px;color:#e5162e;font-size:9px;font-weight:850}.rh-related-v8 h3{margin:4px 0 0;font-size:13px;line-height:1.35}.rh-related-v8 h3 a{color:#172033}.rh-search-form-v8{display:grid;grid-template-columns:1fr auto;gap:8px;margin:0 0 18px;padding:10px;border:1px solid #e5e9f0;border-radius:14px;background:#fff}.rh-search-form-v8 input{min-width:0;border:0;background:#f6f8fb;border-radius:9px;padding:13px 14px;font:inherit;outline:none}.rh-search-form-v8 button{border:0;border-radius:9px;background:#e5162e;color:#fff;padding:0 22px;font-weight:900;cursor:pointer}@media(min-width:1200px){.rh-single-modern .layout{grid-template-columns:minmax(0,1fr) 390px;gap:28px}.rh-article-v8>h1{font-size:clamp(38px,4vw,58px);max-width:1020px}.rh-article-v8 .article-content{max-width:940px}.archive-layout{grid-template-columns:minmax(0,1fr) 390px;gap:28px}.archive-card h2{font-size:21px}.archive-card p{font-size:13.5px}}@media(max-width:1050px){.rh-related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.rh-single-modern{padding-top:12px}.rh-single-modern .layout{padding-top:0}.rh-article-v8>h1{font-size:30px;line-height:1.12;letter-spacing:-.7px}.rh-article-deck{font-size:15px;line-height:1.55}.rh-article-meta{font-size:10px;margin-bottom:14px}.rh-share-row{overflow-x:auto;flex-wrap:nowrap}.rh-share-row>*{flex:0 0 auto}.rh-article-hero{margin-left:-17px;margin-right:-17px}.rh-article-hero img{border-radius:0;max-height:none}.rh-related-v8{padding:16px;border-radius:16px}.rh-related-head h2{font-size:20px}.rh-related-grid{grid-template-columns:1fr 1fr;gap:12px}.rh-related-v8 h3{font-size:12px}.rh-search-form-v8{grid-template-columns:1fr}.rh-search-form-v8 button{min-height:42px}.archive-card h2{font-size:18px}.archive-card p{font-size:12.5px}}@media(max-width:430px){.rh-related-grid{grid-template-columns:1fr}.rh-related-thumb{aspect-ratio:16/8.5}.rh-article-v8>h1{font-size:27px}.article-content{font-size:16px!important}.archive-hero h1{font-size:28px}.archive-description{font-size:12.5px}.archive-card-featured h2{font-size:20px}}

/* ===== v9.0 compact category + refined article reading ===== */
@media(min-width:761px){
  .archive-modern .archive-hero{padding:20px 24px;margin-bottom:14px}
  .archive-modern .archive-hero h1{font-size:31px;margin:2px 0 4px}
  .archive-modern .archive-description{font-size:11.5px;line-height:1.45;margin:0}
  .archive-modern .archive-stat{padding:10px 16px;min-width:82px}
  .archive-modern .archive-stat strong{font-size:23px}
  .archive-modern .archive-grid{display:block}
  .archive-modern .archive-card{display:grid;grid-template-columns:210px minmax(0,1fr);margin-bottom:11px;min-height:132px;border-radius:13px}
  .archive-modern .archive-card .archive-card-thumb{height:100%;min-height:132px;aspect-ratio:auto}
  .archive-modern .archive-card .archive-card-body{padding:14px 16px;display:flex;flex-direction:column;justify-content:center}
  .archive-modern .archive-card h2{font-size:17px;line-height:1.24;margin:5px 0 5px}
  .archive-modern .archive-card p{font-size:11.5px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .archive-modern .archive-card .archive-card-bottom{margin-top:8px;padding-top:8px}
  .archive-modern .archive-card-featured{grid-template-columns:minmax(300px,44%) minmax(0,1fr);min-height:235px;margin-bottom:14px}
  .archive-modern .archive-card-featured .archive-card-thumb{min-height:235px}
  .archive-modern .archive-card-featured .archive-card-body{padding:22px}
  .archive-modern .archive-card-featured h2{font-size:27px;line-height:1.14}
  .archive-modern .archive-card-featured p{font-size:13px;-webkit-line-clamp:3}
}
.rh-article-v8 .article-content{font-size:17px;line-height:1.82;color:#283548}
.rh-article-v8 .article-content p{margin:0 0 1.35em}
.rh-article-v8 .article-content h2,.rh-article-v8 .article-content h3{color:#111827;line-height:1.25;margin:1.7em 0 .65em}
.rh-article-v8 .article-content img{max-width:100%;height:auto;border-radius:13px}
.rh-publisher-box{margin:0 0 20px}
@media(min-width:1200px){.rh-article-v8 .article-content{font-size:18px;line-height:1.85;max-width:900px}}
@media(max-width:760px){.rh-article-v8 .article-content{font-size:16px;line-height:1.75}.archive-modern .archive-card{margin-bottom:12px}}

/* ===== v10.0 category sidebar height fix ===== */
@media(min-width:1051px){
  .archive-modern:not(.rh-search-v8) .archive-layout>.rh-sidebar-modern{
    position:sticky;top:18px;align-self:start;max-height:calc(100vh - 36px);
    overflow-y:auto;overflow-x:hidden;padding-right:4px;
    scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;
  }
  .archive-modern:not(.rh-search-v8) .archive-layout>.rh-sidebar-modern::-webkit-scrollbar{width:5px}
  .archive-modern:not(.rh-search-v8) .archive-layout>.rh-sidebar-modern::-webkit-scrollbar-track{background:transparent}
  .archive-modern:not(.rh-search-v8) .archive-layout>.rh-sidebar-modern::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}
}
@media(max-width:1050px){.archive-modern .archive-layout>.rh-sidebar-modern{position:static;max-height:none;overflow:visible;padding-right:0}}
