@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css";
.section-space{padding:60px 0}.section-title-wrap{justify-content:space-between;align-items:center;gap:16px;margin-bottom:26px;display:flex}.section-title{color:var(--black);margin:0;padding-left:14px;font-size:32px;font-weight:800;position:relative}.section-title:before{content:"";background:var(--primary);border-radius:10px;width:5px;height:32px;position:absolute;top:4px;left:0}.view-all-link{color:var(--primary);font-size:14px;font-weight:700}.card-ui{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);height:100%;transition:all .3s;overflow:hidden}.card-ui:hover{transform:translateY(-5px)}.card-image-wrap{background:var(--soft);position:relative;overflow:hidden}.card-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.card-ui:hover .card-image-wrap img{transform:scale(1.06)}.card-body-custom{padding:18px}.card-category{text-transform:uppercase;color:var(--primary);letter-spacing:.08em;margin-bottom:10px;font-size:12px;font-weight:800}.card-title{color:var(--black);margin-bottom:10px;font-size:20px;font-weight:800;line-height:1.4}.card-summary{color:var(--muted);margin:0;font-size:14px;line-height:1.7}.featured-card .card-title{font-size:38px;line-height:1.2}.featured-card .card-summary{font-size:16px}.hero-main-image{height:500px}.side-card-image{height:220px}.breaking-bar{background:var(--black);color:var(--white);border-top:3px solid var(--primary)}.breaking-inner{flex-wrap:wrap;align-items:center;gap:18px;padding:12px 0;display:flex}.breaking-label{background:var(--primary);color:var(--white);text-transform:uppercase;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:800}.breaking-links{flex-wrap:wrap;gap:20px;font-size:14px;display:flex}.breaking-links a:hover{color:#ffb3b6}.top-header{padding:18px 0}.brand-logo{align-items:center;gap:14px;display:flex}.brand-logo-icon img{object-fit:contain;width:68px;height:68px}.brand-logo-text{line-height:1}.brand-logo-text .line-1,.brand-logo-text .line-2{color:var(--black);font-size:40px;font-weight:900}.header-actions{align-items:center;gap:10px;display:flex}.header-icon-btn,.theme-btn{border:1px solid var(--border);background:var(--white);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:inline-flex}.header-icon-btn:hover,.theme-btn:hover{border-color:var(--primary);color:var(--primary)}.subscribe-btn{background:var(--primary);color:var(--white);border:none;border-radius:999px;padding:11px 22px;font-weight:700}.custom-navbar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--white)}.custom-navbar .nav-link{color:var(--black);font-weight:700;position:relative;padding:16px 18px!important}.custom-navbar .nav-link:hover,.custom-navbar .nav-link.active{color:var(--primary)}.custom-navbar .dropdown-menu{border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:10px}.custom-navbar .dropdown-item{border-radius:12px;padding:10px 14px;font-weight:600}.custom-navbar .dropdown-item:hover{background:var(--soft);color:var(--primary)}.news-grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.news-grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.newsletter-box{border:1px solid var(--border);background:linear-gradient(135deg,#fff5f5,#fff);border-radius:28px;padding:50px 30px}.newsletter-title{color:var(--black);margin-bottom:14px;font-size:42px;font-weight:900}.newsletter-text{max-width:760px;color:var(--muted);margin:0 auto;line-height:1.8}.newsletter-form{max-width:760px;margin:28px auto 0}.newsletter-input{border:1px solid var(--border);border-radius:999px;height:56px;padding:0 18px}.newsletter-submit{background:var(--primary);height:56px;color:var(--white);border:none;border-radius:999px;padding:0 28px;font-weight:700}.newsletter-submit:hover{background:var(--primary-dark)}.footer-brand{color:var(--primary);font-size:30px;font-weight:900}.footer-text,.footer-link-list a{color:#ffffffb8}.footer-link-list a{margin-bottom:10px;display:block}.footer-link-list a:hover{color:#fff}.footer-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:14px;width:100%;margin-bottom:12px;padding:14px 16px}.footer-btn{background:var(--primary);color:#fff;border:none;border-radius:14px;width:100%;padding:14px 18px;font-weight:700}.footer-btn:hover{background:var(--primary-dark)}@media (max-width:1199px){.news-grid-4{grid-template-columns:repeat(3,1fr)}.featured-card .card-title{font-size:30px}}@media (max-width:991px){.section-space{padding:45px 0}.news-grid-4,.news-grid-2{grid-template-columns:repeat(2,1fr)}.hero-main-image{height:380px}.brand-logo-text .line-1,.brand-logo-text .line-2{font-size:32px}.newsletter-title{font-size:34px}}@media (max-width:767px){.news-grid-4,.news-grid-2{grid-template-columns:1fr}.hero-main-image{height:260px}.side-card-image{height:220px}.section-title,.featured-card .card-title{font-size:24px}.brand-logo-icon img{width:52px;height:52px}.brand-logo-text .line-1,.brand-logo-text .line-2{font-size:24px}.newsletter-title{font-size:28px}.breaking-inner{flex-direction:column;align-items:flex-start}}.news-image-box{background:var(--soft);justify-content:center;align-items:center;width:100%;height:240px;display:flex;position:relative;overflow:hidden}.news-image-box.featured{height:420px}:root{--primary:#e31e24;--primary-dark:#b81419;--bg:#fff;--card:#fff;--soft:#f6f7fb;--foreground:#111;--muted:#6b7280;--border:#e5e7eb;--footer:#0f172a;--shadow:0 10px 30px #00000014}.dark{--primary:#ff3b42;--primary-dark:#d9232a;--bg:#0f1115;--card:#171a21;--soft:#1f2430;--foreground:#f3f4f6;--muted:#a1a1aa;--border:#2c3443;--footer:#090b0f;--shadow:0 10px 30px #00000059}html,body{background:var(--bg);color:var(--foreground);margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}body{transition:background .3s,color .3s}.clamp-2,.clamp-3,.clamp-4{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.clamp-2{-webkit-line-clamp:2;line-clamp:2}.clamp-3{-webkit-line-clamp:3;line-clamp:3}.clamp-4{-webkit-line-clamp:4;line-clamp:4}.navbar-list{gap:8px;padding:10px 0}.main-navbar .nav-link{color:var(--foreground);border-radius:10px;font-weight:700;transition:all .25s;padding:12px 16px!important}.main-navbar .nav-link:hover,.main-navbar .nav-link:focus{color:var(--primary);background:var(--soft)}.custom-dropdown-menu{border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow);border-radius:16px;min-width:220px;padding:10px}.custom-dropdown-menu .dropdown-item:hover{background:var(--soft);color:var(--primary)}.site-header{z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#fffffff5;position:sticky;top:0}.dark .site-header{background:#0f1115f5}.header-right{align-items:center;gap:10px;display:flex}.circle-btn{border:1px solid var(--border);width:44px;height:44px;color:var(--foreground);background:var(--card);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:inline-flex}.subscribe-btn{background:var(--primary);color:#fff;border-radius:999px;padding:12px 22px;font-weight:700}.container-main{width:100%;max-width:1320px;margin:0 auto;padding-left:12px;padding-right:12px}.news-section,.hero-section{padding:56px 0}.news-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;height:100%;transition:transform .3s;overflow:hidden}.news-card:hover{transform:translateY(-4px)}.news-card-body{padding:18px}.featured-body{padding:24px}.news-category{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:12px;font-weight:800}.news-title{color:var(--foreground);margin-bottom:10px;font-size:20px;font-weight:800;line-height:1.45}.news-summary{color:var(--muted);margin-bottom:0;font-size:14px;line-height:1.7}.featured-title{color:var(--foreground);margin-bottom:12px;font-size:34px;font-weight:900;line-height:1.25}.featured-summary{color:var(--muted);margin-bottom:0;font-size:16px;line-height:1.8}.section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.section-heading-title{color:var(--foreground);margin:0;padding-left:14px;font-size:30px;font-weight:900;position:relative}.section-heading-title:before{content:"";background:var(--primary);border-radius:20px;width:5px;height:32px;position:absolute;top:4px;left:0}.section-heading-link{color:var(--primary);font-size:14px;font-weight:700}@media (max-width:991px){.brand-line{font-size:30px}.featured-title{font-size:28px}.news-image-box.featured{height:340px}}@media (max-width:767px){.brand-logo-img{width:52px;height:52px}.brand-line,.featured-title,.section-heading-title{font-size:24px}.news-image-box{height:210px}.news-image-box.featured{height:260px}}.trending-section{background:linear-gradient(180deg,transparent 0%,var(--soft)100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.search-overlay-wrap{z-index:2000;position:fixed;inset:0}.search-overlay-backdrop{background:#0000008c;position:absolute;inset:0}.search-overlay-box{z-index:2;background:var(--card);border:1px solid var(--border);width:calc(100% - 24px);max-width:900px;box-shadow:var(--shadow);border-radius:24px;margin:60px auto 0;padding:20px;position:relative}.search-overlay-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.search-input-wrap{flex:1;position:relative}.search-input-icon{color:var(--muted);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.search-input-field{border:1px solid var(--border);background:var(--bg);width:100%;height:56px;color:var(--foreground);border-radius:16px;outline:none;padding:0 16px 0 46px}.search-close-btn{border:1px solid var(--border);background:var(--card);min-width:100px;height:56px;color:var(--foreground);border-radius:16px;padding:0 20px;font-weight:700}.search-close-btn:hover{border-color:var(--primary);color:var(--primary)}.search-results-wrap{max-height:60vh;overflow-y:auto}.search-empty-state{text-align:center;color:var(--muted);padding:40px 10px}.search-results-list{flex-direction:column;gap:12px;display:flex}.search-result-card{border:1px solid var(--border);background:var(--card);border-radius:18px;padding:16px;transition:all .3s;display:block}.search-result-card:hover{border-color:var(--primary);transform:translateY(-2px)}.search-result-category{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:12px;font-weight:800}.search-result-title{color:var(--foreground);margin-bottom:8px;font-size:18px;font-weight:800;line-height:1.45}.search-result-summary{color:var(--muted);margin-bottom:0;font-size:14px;line-height:1.6}.newsletter-section{padding:60px 0}.newsletter-box{border:1px solid var(--border);box-shadow:var(--shadow);background:linear-gradient(135deg,#e31e2414,#fffc);border-radius:28px;padding:48px 24px}.dark .newsletter-box{background:linear-gradient(135deg,#e31e2429,#171a21f2)}.newsletter-badge{background:var(--primary);color:#fff;text-transform:uppercase;border-radius:999px;margin-bottom:16px;padding:8px 16px;font-size:12px;font-weight:800;display:inline-block}.newsletter-title{color:var(--foreground);margin-bottom:14px;font-size:40px;font-weight:900;line-height:1.2}.newsletter-text{max-width:760px;color:var(--muted);margin:0 auto;font-size:16px;line-height:1.8}.newsletter-form-wrap{max-width:900px;margin:28px auto 0}.newsletter-input{border:1px solid var(--border);background:var(--bg);width:100%;height:58px;color:var(--foreground);border-radius:999px;outline:none;padding:0 18px}.newsletter-submit-btn{background:var(--primary);color:#fff;border:none;border-radius:999px;height:58px;padding:0 22px;font-weight:800}.newsletter-submit-btn:hover{background:var(--primary-dark)}.site-footer{background:var(--footer);color:#fff;margin-top:60px}.footer-main{padding-top:60px;padding-bottom:40px}.footer-brand-wrap{align-items:flex-start;gap:16px;display:flex}.footer-logo{object-fit:contain;flex-shrink:0;width:58px;height:58px}.footer-brand-title{color:var(--primary);margin-bottom:12px;font-size:28px;font-weight:900}.footer-brand-text{color:#ffffffbd;margin-bottom:0;font-size:14px;line-height:1.8}.footer-heading{color:#fff;margin-bottom:16px;font-size:18px;font-weight:800}.footer-links{flex-direction:column;gap:10px;display:flex}.footer-links a,.footer-bottom-links a{color:#ffffffbd;transition:all .3s}.footer-links a:hover,.footer-bottom-links a:hover{color:#fff}.footer-newsletter{flex-direction:column;gap:12px;display:flex}.footer-newsletter-input{color:#fff;background:#ffffff14;border:1px solid #ffffff24;border-radius:14px;outline:none;width:100%;height:52px;padding:0 16px}.footer-newsletter-input::placeholder{color:#ffffff8c}.footer-newsletter-btn{background:var(--primary);color:#fff;border:none;border-radius:14px;width:100%;height:52px;font-weight:800}.footer-newsletter-btn:hover{background:var(--primary-dark)}.footer-bottom{border-top:1px solid #ffffff14}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:18px;padding-bottom:18px;display:flex}.footer-copy{color:#ffffffad;margin-bottom:0;font-size:14px}.footer-bottom-links{flex-wrap:wrap;align-items:center;gap:18px;display:flex}@media (max-width:767px){.search-overlay-box{margin-top:20px;padding:16px}.search-overlay-header{flex-direction:column;align-items:stretch}.search-close-btn{width:100%}.newsletter-title{font-size:28px}.footer-brand-wrap{align-items:center}}.article-page{padding-bottom:20px}.article-header-wrap{max-width:980px;margin:0 auto}.article-category{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;background:#e31e241a;border-radius:999px;margin-bottom:18px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-block}.article-main-title{color:var(--foreground);margin-bottom:18px;font-size:48px;font-weight:900;line-height:1.18}.article-main-summary{color:var(--muted);max-width:900px;margin-bottom:18px;font-size:18px;line-height:1.8}.article-meta-row{color:var(--muted);flex-wrap:wrap;gap:18px;margin-bottom:28px;font-size:14px;font-weight:600;display:flex}.article-featured-image-box{background:var(--soft);border:1px solid var(--border);border-radius:24px;width:100%;height:520px;position:relative;overflow:hidden}.article-content-section{padding:24px 0}.article-content-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px;padding:28px}.article-share-row{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;display:flex}.article-share-label{color:var(--foreground);font-size:15px;font-weight:800}.article-share-buttons{align-items:center;gap:10px;display:flex}.article-share-btn{border:1px solid var(--border);width:42px;height:42px;color:var(--foreground);background:var(--card);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:inline-flex}.article-share-btn:hover{color:var(--primary);border-color:var(--primary)}.article-content-body p{color:var(--foreground);margin-bottom:20px;font-size:17px;line-height:1.95}.article-tags-wrap{border-top:1px solid var(--border);margin-top:30px;padding-top:24px}.article-tags-title{color:var(--foreground);margin-bottom:14px;font-size:20px;font-weight:800}.article-tags-list{flex-wrap:wrap;gap:10px;display:flex}.article-tag-pill{background:var(--soft);border:1px solid var(--border);color:var(--foreground);border-radius:999px;align-items:center;padding:10px 14px;font-size:13px;font-weight:700;display:inline-flex}.author-box-section{padding:10px 0 30px}.author-box-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px;padding:24px}.author-box-inner{align-items:center;gap:18px;display:flex}.author-avatar-box{background:var(--soft);border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:110px;height:110px;position:relative;overflow:hidden}.author-avatar-img{object-fit:contain;object-position:center;padding:6px}.author-box-label{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:12px;font-weight:800}.author-box-name{color:var(--foreground);margin-bottom:6px;font-size:28px;font-weight:900}.author-box-designation{color:var(--muted);margin-bottom:10px;font-size:14px;font-weight:700}.author-box-bio{color:var(--foreground);margin-bottom:0;font-size:15px;line-height:1.8}@media (max-width:991px){.article-main-title{font-size:38px}.article-featured-image-box{height:420px}}@media (max-width:767px){.article-header-section{padding:32px 0 18px}.article-main-title{font-size:28px}.article-main-summary{font-size:16px}.article-featured-image-box{height:260px}.article-content-card,.author-box-card{padding:18px}.author-box-inner{flex-direction:column;align-items:flex-start}.author-avatar-box{width:90px;height:90px}}.category-header-section{padding:50px 0 20px}.category-header-box{max-width:900px}.category-header-title{color:var(--foreground);text-transform:capitalize;margin-bottom:10px;font-size:44px;font-weight:900}.category-header-desc{color:var(--muted);font-size:16px}@media (max-width:768px){.category-header-title{font-size:32px}}.author-profile-section{padding-bottom:30px}.author-cover{background:var(--soft);border-bottom:1px solid var(--border);width:100%;height:260px;position:relative}.author-cover-img{object-fit:cover}.author-profile-card{align-items:center;gap:20px;margin-top:-70px;display:flex}.author-avatar{background:var(--soft);border:4px solid #fff;border-radius:50%;width:130px;height:130px;position:relative;overflow:hidden}.author-avatar-img{object-fit:cover}.author-avatar-fallback{width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;font-size:40px;display:flex}.author-name{margin-bottom:6px;font-size:36px;font-weight:900}.author-designation{color:var(--primary);margin-bottom:10px;font-size:14px;font-weight:700}.author-bio{color:var(--muted);max-width:700px;font-size:16px;line-height:1.7}@media (max-width:768px){.author-profile-card{flex-direction:column;align-items:flex-start}.author-name{font-size:28px}}.article-main-layout{padding:10px 0 30px}.article-meta-link{color:var(--foreground);font-weight:600;transition:all .3s}.article-sidebar{height:100%}.sidebar-sticky{flex-direction:column;gap:20px;display:flex;position:sticky;top:120px}.sidebar-widget{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px;padding:20px}.sidebar-widget-title{color:var(--primary);text-transform:uppercase;margin-bottom:18px;padding-top:10px;font-size:28px;font-weight:900;position:relative}.sidebar-widget-title:before{content:"";background:var(--primary);border-radius:20px;width:100%;height:4px;position:absolute;top:0;left:0}.sidebar-news-list{flex-direction:column;gap:18px;display:flex}.sidebar-news-item{border-bottom:1px solid var(--border);gap:14px;padding-bottom:18px;display:flex}.sidebar-news-item:last-child{border-bottom:none;padding-bottom:0}.sidebar-news-number{background:var(--soft);border:1px solid var(--border);min-width:42px;height:42px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-weight:900;display:flex}.sidebar-news-content{flex:1}.sidebar-news-title{color:var(--foreground);margin-bottom:8px;font-size:18px;font-weight:800;line-height:1.5}.sidebar-news-meta{color:var(--muted);font-size:13px;font-weight:600}.sidebar-mini-item{color:var(--foreground);align-items:flex-start;gap:10px;font-weight:700;line-height:1.6;display:flex}.sidebar-mini-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:9px}.sidebar-ad-box{text-align:center}.sidebar-ad-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:12px;font-size:12px;font-weight:800}.sidebar-ad-inner.small{min-height:220px;font-size:18px}@media (max-width:991px){.sidebar-sticky{position:static}.sidebar-widget-title{font-size:24px}}.breaking-news-section{border-top:3px solid var(--primary);background:#05070b}.breaking-news-wrap{padding:8px 0 20px}.breaking-news-badge{background:var(--primary);color:#fff;text-transform:uppercase;border-radius:999px;align-items:center;gap:10px;margin-bottom:18px;padding:14px 22px;font-size:14px;font-weight:900;display:inline-flex}.breaking-news-list{flex-direction:column;gap:2px;display:flex}.breaking-news-item{color:#fff;font-size:18px;line-height:1.7;transition:all .3s}.breaking-news-item:hover{color:var(--primary)}@media (max-width:767px){.breaking-news-item{font-size:16px;line-height:1.6}}.news-meta{color:var(--muted);flex-wrap:wrap;gap:12px;margin-top:14px;font-size:13px;font-weight:600;display:flex}.news-meta-link{color:var(--foreground);transition:all .3s}.news-meta-link:hover{color:var(--primary)}.most-read-widget{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px;padding:20px}.most-read-title{color:var(--primary);text-transform:uppercase;margin-bottom:22px;padding-top:12px;font-size:24px;font-weight:900;position:relative}.most-read-title:before{content:"";background:var(--primary);border-radius:30px;width:100%;height:4px;position:absolute;top:0;left:0}.most-read-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:16px;padding:16px 0;display:flex}.most-read-item-title{color:var(--foreground);margin-bottom:12px;font-size:18px;font-weight:800;line-height:1.5}.most-read-views{color:var(--muted);text-transform:uppercase;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.most-read-thumb{background:var(--soft);width:140px;min-width:140px;height:100px;position:relative;overflow:hidden}.most-read-thumb-img{object-fit:cover}.most-read-thumb-fallback{width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;font-size:12px;display:flex}@media (max-width:767px){.most-read-item{gap:12px}.most-read-thumb{width:110px;min-width:110px;height:82px}.most-read-item-title{font-size:16px}}.home-main-section{padding:28px 0 0}.home-sidebar{height:100%}.editor-pick-section{background:linear-gradient(180deg,transparent 0%,var(--soft)100%)}.featured-video-section{padding:60px 0}.video-feature-card,.video-small-card{color:inherit;text-decoration:none;display:block}.video-feature-thumb,.video-small-thumb{background:var(--soft);border-radius:22px;position:relative;overflow:hidden}.video-thumb-img{object-fit:cover}.video-play-btn{color:#fff;background:#e31e24f2;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:20px;display:flex;position:absolute;bottom:24px;left:24px}.dark-spotlight-section{background:#0d1016;padding:65px 0}.dark-section-head{margin-bottom:28px}.dark-section-head h2{color:#fff;margin:0;font-size:34px;font-weight:900}.dark-spotlight-section .news-card{background:#171c24;border-color:#ffffff14}.dark-spotlight-section .news-title,.dark-spotlight-section .featured-title,.dark-spotlight-section .news-meta-link,.dark-spotlight-section .news-meta,.dark-spotlight-section .news-summary{color:#fff}.news-roundup-section{background:linear-gradient(180deg,var(--soft)0%,transparent 100%)}.roundup-list{flex-direction:column;gap:14px;display:flex}.roundup-item{border-bottom:1px solid var(--border);color:var(--foreground);align-items:flex-start;gap:12px;padding:14px 0;font-weight:700;line-height:1.6;display:flex}.roundup-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:9px}.infinite-loader{text-align:center;color:var(--muted);padding:28px 0 0;font-weight:700}@media (max-width:991px){.video-feature-thumb{height:300px}.video-small-thumb{height:200px}}@media (max-width:767px){.video-feature-thumb{height:220px}.video-small-thumb{height:180px}.dark-section-head h2{font-size:26px}}.news-image-box{background:0 0;width:100%;height:240px;position:relative;overflow:hidden}.news-image-box.featured{background:0 0;height:420px}.news-image{object-fit:cover;object-position:center;background:0 0;padding:0}.card-image-wrap,.video-feature-thumb,.video-small-thumb,.most-read-thumb,.article-featured-image-box{background:0 0!important}.news-card,.video-feature-card,.video-small-card,.most-read-item{color:inherit;text-decoration:none}.news-image-box,.news-image-box.featured,.video-feature-thumb,.video-small-thumb,.most-read-thumb,.article-featured-image-box{background:0 0!important}.news-image,.video-thumb-img,.most-read-thumb-img,.article-featured-image,.author-avatar-img{object-fit:cover;object-position:center;background:0 0!important;padding:0!important}.video-feature-thumb,.video-small-thumb{border-radius:22px;position:relative;overflow:hidden}.video-feature-thumb{height:420px}.video-small-thumb{height:180px}.video-dark-overlay{background:linear-gradient(#00000014 0%,#00000052 100%);position:absolute;inset:0}.video-play-btn{color:#fff;z-index:2;background:#e31e24f5;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;font-size:18px;display:flex;position:absolute;bottom:24px;left:24px}.video-play-btn.small{width:44px;height:44px;font-size:13px;bottom:16px;left:16px}.video-feature-body,.video-small-body{padding-top:14px}.most-read-thumb{border-radius:0;width:140px;min-width:140px;height:100px;position:relative;overflow:hidden}@media (max-width:991px){.video-feature-thumb{height:300px}}@media (max-width:767px){.video-feature-thumb{height:220px}.video-small-thumb{height:170px}.most-read-thumb{width:110px;min-width:110px;height:82px}}.sidebar-sticky{position:sticky;top:120px}.home-content-with-sidebar{padding:12px 0 34px}.article-main-layout-tight{padding:8px 0 30px}.home-sidebar,.article-sidebar{height:100%}.sidebar-sticky{flex-direction:column;gap:20px;display:flex;position:sticky}.sidebar-widget,.premium-sidebar-card{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:0 12px 32px #1018280f}.sidebar-widget-title,.most-read-title{color:var(--primary);text-transform:uppercase;letter-spacing:.02em;margin-bottom:18px;font-size:20px;font-weight:900}.most-read-list{flex-direction:column;display:flex}.most-read-item{border-bottom:1px solid var(--border);color:inherit;align-items:flex-start;gap:16px;padding:16px 0;text-decoration:none;display:flex}.most-read-item:first-child{padding-top:0}.most-read-item:last-child{border-bottom:none;padding-bottom:0}.most-read-content{flex:1}.most-read-item-title{color:var(--foreground);margin:0;font-size:17px;font-weight:800;line-height:1.55}.most-read-thumb{background:0 0;border-radius:14px;width:132px;min-width:132px;height:92px;position:relative;overflow:hidden}.most-read-thumb-img{object-fit:cover;object-position:center}.most-read-thumb-fallback{width:100%;height:100%;color:var(--muted);background:var(--soft);justify-content:center;align-items:center;font-size:12px;display:flex}.sidebar-mini-item{color:var(--foreground);align-items:flex-start;gap:10px;font-weight:700;line-height:1.65;text-decoration:none;display:flex}.sidebar-mini-item:hover{color:var(--primary)}.sidebar-mini-dot{background:var(--primary);border-radius:50%;width:8px;min-width:8px;height:8px;margin-top:9px}.sidebar-ad-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);text-align:center;margin-bottom:14px;font-size:12px;font-weight:800}.sidebar-ad-inner{border:1.5px dashed var(--border);background:linear-gradient(180deg,var(--soft)0%,transparent 100%);min-height:250px;color:var(--muted);border-radius:18px;justify-content:center;align-items:center;font-size:18px;font-weight:800;display:flex}.sidebar-ad-inner.small{min-height:210px}@media (max-width:991px){.sidebar-sticky,.home-sidebar-sticky,.article-sidebar-sticky{position:static}.most-read-thumb{width:118px;min-width:118px;height:84px}}@media (max-width:767px){.sidebar-widget,.premium-sidebar-card{padding:18px}.most-read-item{gap:12px}.most-read-thumb{width:104px;min-width:104px;height:76px}.most-read-item-title{font-size:15px}}.article-sidebar-sticky{top:0}.home-sidebar-sticky{top:140px}.search-view-all-btn{background:var(--brand-red);width:100%;color:var(--primary);cursor:pointer;border:none;border-radius:14px;outline:none;padding:14px 18px;font-weight:700;transition:all .3s}.search-view-all-btn:hover{opacity:.92}.newsletter-message{font-size:.95rem;font-weight:600}.newsletter-message-success{color:#198754}.newsletter-message-error{color:#dc3545}.tw-footer{background:var(--footer);color:#ffffffeb;margin-top:60px;padding:40px 0 20px;position:relative;overflow:hidden}.tw-footer:before{content:"";background:#ffffff14;width:100%;height:1px;position:absolute;top:0;left:0}.tw-footer a{color:#ffffffeb;text-decoration:none;transition:all .3s}.tw-footer a:hover{color:var(--primary)}.tw-footer-top{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:24px;padding-bottom:24px;display:flex}.tw-footer-brand{flex-wrap:wrap;align-items:center;gap:14px;display:inline-flex}.tw-footer-brand-text{color:var(--white);letter-spacing:-.5px;font-size:clamp(2rem,3vw,3.2rem);font-weight:800;line-height:1}.tw-footer-social{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.tw-footer-social a{width:42px;height:42px;color:var(--white);background:#ffffff08;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.tw-footer-social a:hover{background:var(--primary);border-color:var(--primary);color:var(--white);transform:translateY(-3px)}.tw-footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1fr 1fr 1fr 1.5fr;gap:36px;padding:42px 0;display:grid}.tw-footer-col{min-width:0}.tw-footer-title{text-transform:uppercase;color:var(--white);letter-spacing:.5px;margin-bottom:20px;font-size:1.25rem;font-weight:800}.tw-footer-links{flex-direction:column;gap:14px;display:flex}.tw-footer-links a{color:#ffffffd6;font-size:1rem;line-height:1.5}.tw-footer-links a:hover{color:var(--primary);padding-left:4px}.tw-footer-subscribe-card{border-radius:var(--radius);min-height:100%;box-shadow:var(--shadow);background:#ffffff08;border:1px solid #ffffff1a;padding:30px 26px;position:relative}.tw-footer-subscribe-icon{color:#ffffff14;margin-bottom:10px;font-size:3rem}.tw-footer-subscribe-card h3{color:var(--white);margin-bottom:14px;font-size:2rem;font-weight:800;line-height:1.2}.tw-footer-subscribe-card p{color:#ffffffbf;margin-bottom:20px;font-size:1rem;line-height:1.7}.tw-footer-subscribe-form{align-items:stretch;gap:12px;margin-bottom:16px;display:flex}.tw-footer-subscribe-input{min-width:0;height:56px;color:var(--white);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;outline:none;flex:1;padding:0 16px;font-size:1rem;transition:all .3s}.tw-footer-subscribe-input::placeholder{color:#ffffff80}.tw-footer-subscribe-input:focus{border-color:var(--primary);background:#ffffff14;box-shadow:0 0 0 3px #e31e2426}.tw-footer-subscribe-btn{background:var(--primary);color:var(--white);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border:none;border-radius:12px;min-width:160px;height:56px;padding:0 24px;font-size:.95rem;font-weight:800;transition:all .3s}.tw-footer-subscribe-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}.tw-footer-policy-note{color:#ffffffb8;align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.7;display:flex}.tw-footer-policy-note input{accent-color:var(--primary);margin-top:5px}.tw-footer-policy-note a{color:var(--white);text-decoration:underline}.tw-footer-policy-note a:hover{color:var(--primary)}.tw-footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:18px;display:flex}.tw-footer-copy{color:#ffffffb8;margin:0;font-size:.96rem;line-height:1.6}.tw-footer-bottom-links{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.tw-footer-bottom-links a{color:#ffffffe0;font-size:.96rem;position:relative}.tw-footer-bottom-links a:hover{color:var(--primary)}.tw-footer-bottom-links a:not(:last-child):after{content:"|";color:#ffffff40;margin-left:14px}@media (max-width:1199px){.tw-footer-grid{grid-template-columns:1fr 1fr;gap:28px}.tw-footer-subscribe{grid-column:1/-1}.tw-footer-subscribe-card h3{font-size:1.75rem}}@media (max-width:767px){.tw-footer{padding:32px 0 18px}.tw-footer-top{flex-direction:column;align-items:flex-start;gap:18px}.tw-footer-brand{width:100%}.tw-footer-brand-text{font-size:2rem}.tw-footer-social{justify-content:flex-start;width:100%}.tw-footer-grid{grid-template-columns:1fr;gap:26px;padding:30px 0}.tw-footer-title{margin-bottom:14px;font-size:1.1rem}.tw-footer-links{gap:12px}.tw-footer-links a{font-size:.98rem}.tw-footer-subscribe-card{padding:22px 18px}.tw-footer-subscribe-card h3{font-size:1.5rem}.tw-footer-subscribe-card p{margin-bottom:16px;font-size:.95rem}.tw-footer-subscribe-form{flex-direction:column}.tw-footer-subscribe-input,.tw-footer-subscribe-btn{width:100%}.tw-footer-subscribe-btn{min-width:100%}.tw-footer-policy-note{font-size:.9rem}.tw-footer-bottom{flex-direction:column;align-items:flex-start}.tw-footer-bottom-links{gap:10px}.tw-footer-bottom-links a:not(:last-child):after{display:none}}@media (max-width:480px){.tw-footer-brand-text{font-size:1.7rem}.tw-footer-social a{width:38px;height:38px;font-size:.95rem}.tw-footer-subscribe-card h3{font-size:1.35rem}.tw-footer-subscribe-input,.tw-footer-subscribe-btn{height:52px;font-size:.95rem}.tw-footer-copy,.tw-footer-bottom-links a{font-size:.9rem}}.static-page-wrap{max-width:900px;color:var(--text);margin:0 auto;line-height:1.85}.static-page-wrap h1,.static-page-wrap h2,.static-page-wrap h3{color:var(--black);margin-top:1.5rem;margin-bottom:.9rem;line-height:1.3}.static-page-wrap h1{font-size:clamp(2rem,4vw,3rem)}.static-page-wrap h2{font-size:clamp(1.4rem,3vw,2rem)}.static-page-wrap h3{font-size:1.2rem}.static-page-wrap p{color:var(--muted);margin-bottom:1rem;font-size:1rem}.static-page-wrap ul{margin-bottom:1rem;padding-left:1.2rem}.static-page-wrap li{color:var(--muted);margin-bottom:.5rem}@media (max-width:767px){.static-page-wrap{padding:0 4px}.static-page-wrap p,.static-page-wrap li{font-size:.98rem}}:root{--primary:#e31e24;--primary-dark:#b81419;--black:#111;--text:#1f2937;--muted:#6b7280;--white:#fff;--soft:#f6f7fb;--border:#e5e7eb;--footer:#0f172a;--shadow:0 12px 30px #11111114;--radius:18px}html,body{color:var(--text);scroll-behavior:smooth;background:#fff;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}.article-page-section{background:var(--white)}.article-body-section{padding:40px 0 70px}.article-sidebar-wrap{position:sticky;top:100px}.article-sidebar-widget{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.article-sidebar-widget-title{color:var(--black);border-left:4px solid var(--primary);margin-bottom:18px;padding-left:12px;font-size:1.1rem;font-weight:800}.sidebar-mini-list{flex-direction:column;gap:14px;display:flex}.sidebar-mini-item{border-bottom:1px solid var(--border);padding-bottom:14px;transition:all .25s;display:block}.sidebar-mini-item:last-child{border-bottom:none;padding-bottom:0}.sidebar-mini-item:hover h4{color:var(--primary)}.sidebar-mini-content h4{color:var(--black);margin:0 0 8px;font-size:.98rem;font-weight:700;line-height:1.5;transition:all .25s}.sidebar-mini-meta{color:var(--muted);font-size:.85rem}.sidebar-empty-state{color:var(--muted);font-size:.92rem}.article-category a,.article-category{color:var(--primary);font-weight:700}.article-meta-link{color:var(--text);transition:all .25s}@media (max-width:991.98px){.article-page-grid{grid-template-columns:1fr}.article-sidebar-wrap{position:static}}.tw-article-ad-box{border:1px solid var(--border);min-height:120px;color:var(--muted);background:linear-gradient(#fafafa 0%,#f3f4f6 100%);border-radius:16px;justify-content:center;align-items:center;font-weight:700;display:flex}.tw-sidebar-ad-box{border:1px solid var(--border);min-height:260px;color:var(--muted);background:linear-gradient(#fafafa 0%,#f3f4f6 100%);border-radius:16px;justify-content:center;align-items:center;font-weight:700;display:flex}@media (max-width:767.98px){.tw-article-paragraph{font-size:1rem;line-height:1.85}.tw-article-ad-mid .tw-article-ad-box,.tw-article-ad-rectangle .tw-article-ad-box,.tw-sidebar-ad-box{min-height:180px}}@keyframes twPulse{0%{opacity:.7;transform:scale(.9)}70%{opacity:1;transform:scale(1.15)}to{opacity:.7;transform:scale(.9)}}.tw-live-updated{color:var(--muted);margin-left:90px;font-size:.92rem}.tw-source-card,.tw-fact-box,.tw-newsletter-box,.tw-comments-section,.tw-related-tags{border:1px solid var(--border);background:var(--white);border-radius:18px;margin:28px 0;padding:20px}.tw-source-list li{margin-bottom:10px;line-height:1.7}.tw-fact-box-head{align-items:center;gap:10px;margin-bottom:10px;font-size:1rem;font-weight:800;display:flex}.tw-newsletter-inline-form input{border:1px solid var(--border);border-radius:14px;outline:none;height:52px;padding:0 16px}.tw-comment-form textarea,.tw-comment-form input{border:1px solid var(--border);border-radius:14px;outline:none;width:100%;padding:14px 16px}@media (max-width:1199.98px){.tw-share-floating{display:none}}@media (max-width:767.98px){.tw-comment-form-row,.tw-newsletter-inline-form{grid-template-columns:1fr}}main{background:var(--bg)}html[data-theme=dark] .site-header,html[data-theme=dark] .site-header *{color:var(--text)}html[data-theme=dark] .site-header{background:var(--bg);border-bottom:1px solid var(--border)}html[data-theme=dark] .site-header .site-logo-text,html[data-theme=dark] .site-header .brand-text,html[data-theme=dark] .site-header .logo-text,html[data-theme=dark] .site-header h1,html[data-theme=dark] .site-header h2,html[data-theme=dark] .site-header h3,html[data-theme=dark] .site-header .navbar-brand,html[data-theme=dark] .site-header .tw-logo-text,html[data-theme=dark] .site-header a,html[data-theme=dark] .site-header .nav-link,html[data-theme=dark] .site-header .menu-link,html[data-theme=dark] .site-header .navbar-nav .nav-link,html[data-theme=dark] .site-header .tw-nav-link,html[data-theme=dark] .site-header .tw-menu-link{color:#fff!important}html[data-theme=dark] .site-header a:hover,html[data-theme=dark] .site-header .nav-link:hover,html[data-theme=dark] .site-header .menu-link:hover,html[data-theme=dark] .site-header .navbar-nav .nav-link:hover,html[data-theme=dark] .site-header .tw-nav-link:hover,html[data-theme=dark] .site-header .tw-menu-link:hover{color:var(--primary)!important}html[data-theme=dark] .site-header .tw-theme-toggle,html[data-theme=dark] .site-header .header-social a,html[data-theme=dark] .site-header .social-icon,html[data-theme=dark] .site-header .icon-btn,html[data-theme=dark] .site-header .header-action-btn,html[data-theme=dark] .site-header .search-trigger,html[data-theme=dark] .site-header button{border-color:var(--border);background:0 0;color:#fff!important}html[data-theme=dark] .site-header .header-social a:hover,html[data-theme=dark] .site-header .social-icon:hover,html[data-theme=dark] .site-header .icon-btn:hover,html[data-theme=dark] .site-header .header-action-btn:hover,html[data-theme=dark] .site-header .search-trigger:hover,html[data-theme=dark] .site-header button:hover{color:var(--primary)!important}html[data-theme=dark] .site-header .subscribe-btn,html[data-theme=dark] .site-header .tw-subscribe-btn,html[data-theme=dark] .site-header .btn-subscribe{background:var(--primary);border-color:var(--primary);color:#fff!important}html[data-theme=dark] .breaking-news-bar,html[data-theme=dark] .breaking-ticker,html[data-theme=dark] .tw-breaking-ticker{color:#fff;border-top:1px solid var(--primary);border-bottom:1px solid var(--border);background:#000}html[data-theme=dark] .breaking-news-bar *,html[data-theme=dark] .breaking-ticker *,html[data-theme=dark] .tw-breaking-ticker *{color:#fff!important}html[data-theme=dark] .hero-section,html[data-theme=dark] .latest-news-section,html[data-theme=dark] .trending-news-section,html[data-theme=dark] .category-section,html[data-theme=dark] .editor-pick-section,html[data-theme=dark] .featured-video-section,html[data-theme=dark] .news-roundup-section,html[data-theme=dark] .article-page-section,html[data-theme=dark] .article-sidebar-widget,html[data-theme=dark] .tw-most-read-sticky,html[data-theme=dark] .tw-inline-related,html[data-theme=dark] .tw-source-card,html[data-theme=dark] .tw-fact-box,html[data-theme=dark] .tw-newsletter-box,html[data-theme=dark] .tw-comments-section,html[data-theme=dark] .tw-related-tags,html[data-theme=dark] .static-page-section,html[data-theme=dark] .static-page-wrap{background:var(--bg);color:var(--text)}html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] h6{color:#fff}html[data-theme=dark] p,html[data-theme=dark] span,html[data-theme=dark] li,html[data-theme=dark] small,html[data-theme=dark] strong{color:var(--text)}html[data-theme=dark] .tw-footer,html[data-theme=dark] footer{background:var(--footer);color:#fff}html[data-theme=dark] .tw-footer *,html[data-theme=dark] footer *{color:#fff}html[data-theme=dark] .tw-footer a:hover,html[data-theme=dark] footer a:hover{color:var(--primary)}.site-header,.tw-footer,.article-card,.category-card,.author-card,.static-page-wrap,.tw-newsletter-box,.tw-comments-section{background:var(--card);color:var(--text);border-color:var(--border)}:root{--primary:#e31e24;--primary-dark:#b81419;--bg:#fff;--bg-soft:#f6f7fb;--card:#fff;--card-2:#f8fafc;--black:#111;--text:#1f2937;--muted:#6b7280;--white:#fff;--border:#e5e7eb;--footer:#0f172a;--shadow:0 12px 30px #11111114;--radius:18px}html[data-theme=dark]{--bg:#0b1220;--bg-soft:#111827;--card:#111827;--card-2:#172033;--black:#f9fafb;--text:#e5e7eb;--muted:#94a3b8;--white:#fff;--border:#94a3b82e;--footer:#020817;--shadow:0 14px 34px #00000052}html,body{background:var(--bg);color:var(--text);scroll-behavior:smooth;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}body{background:var(--bg);color:var(--text)}*{box-sizing:border-box}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{background:var(--bg);color:var(--text)}input,textarea,select{background:var(--card);color:var(--text);border:1px solid var(--border)}input::placeholder,textarea::placeholder{color:var(--muted)}.tw-theme-toggle{border:1px solid var(--border);background:var(--card);width:52px;height:52px;color:var(--text);box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:inline-flex}.tw-theme-toggle:hover{color:var(--primary);transform:translateY(-2px)}.site-header,.article-card,.category-card,.author-card,.static-page-wrap,.tw-newsletter-box,.tw-comments-section,.article-sidebar-widget,.tw-most-read-sticky,.tw-inline-related,.tw-source-card,.tw-fact-box,.tw-related-tags,.author-box,.article-header-wrap,.article-main-column,.article-side-column{background:var(--card);color:var(--text);border-color:var(--border)}.site-header{background:var(--bg);color:var(--text);border-bottom:1px solid var(--border)}.site-header a,.site-header .nav-link,.site-header .menu-link,.site-header .navbar-nav .nav-link,.site-header .tw-nav-link,.site-header .tw-menu-link,.site-header .navbar-brand,.site-header .site-logo-text,.site-header .brand-text,.site-header .logo-text,.site-header .tw-logo-text,.site-header h1,.site-header h2,.site-header h3,.site-header h4,.site-header p,.site-header span{color:var(--text)!important}.site-header a:hover,.site-header .nav-link:hover,.site-header .menu-link:hover,.site-header .navbar-nav .nav-link:hover,.site-header .tw-nav-link:hover,.site-header .tw-menu-link:hover{color:var(--primary)!important}.site-header .tw-theme-toggle,.site-header .header-social a,.site-header .social-icon,.site-header .icon-btn,.site-header .header-action-btn,.site-header .search-trigger,.site-header button{border-color:var(--border);background:0 0;color:var(--text)!important}.site-header .header-social a:hover,.site-header .social-icon:hover,.site-header .icon-btn:hover,.site-header .header-action-btn:hover,.site-header .search-trigger:hover,.site-header button:hover{color:var(--primary)!important}.site-header .subscribe-btn,.site-header .tw-subscribe-btn,.site-header .btn-subscribe{color:#fff!important;background:var(--primary)!important;border-color:var(--primary)!important}.breaking-news-bar,.breaking-ticker,.tw-breaking-ticker{background:var(--bg-soft);color:var(--text);border-top:1px solid var(--primary);border-bottom:1px solid var(--border)}.breaking-news-bar *,.breaking-ticker *,.tw-breaking-ticker *{color:var(--text)!important}.hero-section,.latest-news-section,.trending-news-section,.category-section,.editor-pick-section,.featured-video-section,.news-roundup-section,.article-page-section,.article-body-section,.static-page-section{background:var(--bg);color:var(--text)}.article-header-section,.article-content,.article-main-column,.article-side-column,.author-box,.author-profile,.author-profile-content,.author-profile-info{color:var(--text)}.article-main-title,.article-main-summary,.article-category,.article-category a,.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6,.author-name,.author-title,.author-bio,.author-box h3,.author-box h4{color:var(--black)!important}.article-meta-row,.article-meta-row span,.article-meta-row a,.article-meta-link,.author-box *,.author-profile *,.author-profile a,.author-profile span,.author-profile p{color:var(--text)!important}.article-meta-link:hover,.author-box a:hover,.author-profile a:hover{color:var(--primary)!important}.tw-article-paragraph,.article-content p,.article-content li,.article-content span,.article-content small,.article-content strong{color:var(--text)}.static-page-section{background:var(--bg);color:var(--text)}.static-page-wrap{background:var(--card);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.static-page-header h1,.static-page-header p,.static-page-content,.static-page-content p,.static-page-content li,.static-page-content span,.static-page-content h2,.static-page-content h3,.static-page-content h4{color:var(--text)}.tw-live-badge-wrap{flex-wrap:wrap;align-items:center;gap:14px;margin:18px 0 6px;display:flex}.tw-live-badge{color:var(--primary);background:#e31e2414;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.9rem;font-weight:800;display:inline-flex}.tw-live-dot{background:var(--primary);border-radius:50%;width:10px;height:10px;animation:1.2s infinite twPulse}.tw-live-updated{color:var(--muted);font-size:.92rem}.tw-most-read-sticky{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;margin-bottom:24px;padding:18px;position:sticky;top:90px}.tw-most-read-head{color:var(--black);border-left:4px solid var(--primary);margin-bottom:14px;padding-left:10px;font-size:1.05rem;font-weight:800}.tw-most-read-list{flex-direction:column;gap:14px;display:flex}.tw-most-read-item{grid-template-columns:34px 1fr;align-items:start;gap:12px;display:grid}.tw-most-read-number{background:var(--bg-soft);width:34px;height:34px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex}.tw-most-read-title{color:var(--black);font-size:.95rem;font-weight:700;line-height:1.55}.tw-source-card,.tw-fact-box,.tw-newsletter-box,.tw-comments-section,.tw-related-tags{border:1px solid var(--border);background:var(--card);color:var(--text);border-radius:18px;margin:28px 0;padding:20px}.tw-source-card-head,.tw-newsletter-box-head,.tw-comments-head,.tw-related-tags-head{color:var(--black);margin-bottom:14px;font-size:1rem;font-weight:800}.tw-source-list{margin:0;padding-left:18px}.tw-source-list li{color:var(--text);margin-bottom:10px;line-height:1.7}.tw-source-list a{color:var(--primary)}.tw-fact-box-head{color:var(--black);align-items:center;gap:10px;margin-bottom:10px;font-size:1rem;font-weight:800;display:flex}.tw-fact-box p{color:var(--text);margin:0;line-height:1.7}.tw-fact-box-verified{background:#f8fffb;border-color:#ccebd7}.tw-fact-box-mixed{background:#fffdf6;border-color:#f1e1ae}.tw-fact-box-unverified{background:#fff8f8;border-color:#f0caca}html[data-theme=dark] .tw-fact-box-verified,html[data-theme=dark] .tw-fact-box-mixed,html[data-theme=dark] .tw-fact-box-unverified{background:var(--card)}.tw-newsletter-inline-form{grid-template-columns:1fr auto;gap:12px;margin-top:14px;display:grid}.tw-newsletter-inline-form input{border:1px solid var(--border);background:var(--card);height:52px;color:var(--text);border-radius:14px;outline:none;padding:0 16px}.tw-newsletter-inline-form button,.tw-comment-form button{background:var(--primary);color:#fff;border:none;border-radius:14px;min-height:52px;padding:0 22px;font-weight:700}.tw-comment-form textarea,.tw-comment-form input{border:1px solid var(--border);background:var(--card);width:100%;color:var(--text);border-radius:14px;outline:none;padding:14px 16px}.tw-comment-form textarea{margin-bottom:14px}.tw-comment-form-row{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px;display:grid}.tw-comments-note{color:var(--muted);margin-top:14px;font-size:.92rem}.tw-related-tags-list{flex-wrap:wrap;gap:10px;display:flex}.tw-related-tag-chip{background:var(--bg-soft);border:1px solid var(--border);color:var(--black);border-radius:999px;padding:10px 14px;font-size:.9rem;font-weight:600}.tw-article-content{width:100%}.tw-article-paragraph{color:var(--text);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.95}.tw-article-ad{margin:28px 0}.tw-article-ad-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.8rem;font-weight:700}.tw-article-ad-box{border:1px solid var(--border);background:linear-gradient(180deg,var(--bg-soft)0%,var(--card-2)100%);min-height:120px;color:var(--muted);border-radius:16px;justify-content:center;align-items:center;font-weight:700;display:flex}.tw-article-ad-banner .tw-article-ad-box{min-height:110px}.tw-article-ad-mid .tw-article-ad-box{min-height:250px}.tw-article-ad-rectangle .tw-article-ad-box{min-height:280px}.tw-sidebar-ad-label{color:var(--muted);text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:700}.tw-sidebar-ad-box{border:1px solid var(--border);background:linear-gradient(180deg,var(--bg-soft)0%,var(--card-2)100%);min-height:260px;color:var(--muted);border-radius:16px;justify-content:center;align-items:center;font-weight:700;display:flex}.tw-article-video-block{margin:28px 0}.tw-article-video-head{color:var(--black);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:.9rem;font-weight:800}.tw-article-video-frame{background:#000;border-radius:18px;width:100%;padding-top:56.25%;position:relative;overflow:hidden}.tw-article-video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.tw-footer,footer{background:var(--footer);color:#fff}.tw-footer *,footer *{color:#fff}.tw-footer a:hover,footer a:hover{color:var(--primary)}@media (max-width:1199.98px){.tw-share-floating{display:none}}@media (max-width:991.98px){.article-page-grid{grid-template-columns:1fr}.article-sidebar-wrap{position:static}}@media (max-width:767.98px){.tw-comment-form-row,.tw-newsletter-inline-form{grid-template-columns:1fr}.tw-article-paragraph{font-size:1rem;line-height:1.85}.tw-article-ad-mid .tw-article-ad-box,.tw-article-ad-rectangle .tw-article-ad-box,.tw-sidebar-ad-box{min-height:180px}}.subscribe-btn,.tw-subscribe-btn,.btn-subscribe{background:var(--primary);border:2px solid var(--primary);transition:all .25s;color:#fff!important}.subscribe-btn:hover,.tw-subscribe-btn:hover,.btn-subscribe:hover{border-color:var(--primary);color:var(--primary)!important;background:0 0!important}html[data-theme=dark] .subscribe-btn:hover,html[data-theme=dark] .tw-subscribe-btn:hover,html[data-theme=dark] .btn-subscribe:hover{background:0 0;color:var(--primary)!important}.article-meta-row,.article-meta-row span,.article-meta-row a,.article-meta-row svg{color:var(--text)!important}.article-meta-row .author-name,.article-meta-row .author,.article-meta-row .article-author,.article-meta-row .meta-author{font-weight:600;color:var(--text)!important}.article-meta-row i{color:var(--muted)!important}.article-meta-row a:hover{color:var(--primary)!important}html[data-theme=dark] .text-dark{color:var(--text)!important}.article-header-wrap{z-index:2;position:relative}.article-top-meta{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;display:flex}.article-category-link{color:var(--primary);font-size:.95rem;font-weight:700}.article-main-title{color:var(--black);margin-bottom:14px}.article-main-summary{color:var(--text);margin-bottom:18px;line-height:1.8}.article-meta-row{flex-wrap:wrap;align-items:center;gap:18px;margin-bottom:22px;display:flex}.article-meta-link:hover{color:var(--primary)!important}.tw-article-badge{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:8px 14px;font-size:.82rem;font-weight:800;display:inline-flex}.tw-share-floating a:hover,.tw-share-floating button:hover{color:var(--primary);transform:translateY(-2px)}.article-page-section{position:relative}.article-body-section .container-main,.article-header-section .container-main{z-index:2;position:relative}@media (min-width:1200px){.article-body-section .container-main,.article-header-section .container-main{padding-left:48px;padding-right:48px}}@media (max-width:1199.98px){.tw-share-floating{display:none}}@media (max-width:767.98px){.article-meta-row{gap:12px}.article-top-meta{gap:10px}.tw-article-badge{min-height:32px;padding:7px 12px;font-size:.78rem}}.tw-article-meta{flex-wrap:wrap;align-items:center;gap:16px;margin-top:14px;display:flex}.tw-article-meta-compact{gap:12px;margin-top:12px}.tw-article-meta-item{align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:inline-flex;color:var(--text)!important}.tw-article-meta-compact .tw-article-meta-item{font-size:.9rem}.tw-article-meta-item i{color:var(--muted)!important}.tw-article-meta-link{font-weight:700;color:var(--text)!important}.tw-article-meta-link:hover{color:var(--primary)!important}.article-card .tw-article-meta-item,.article-card .tw-article-meta-item span,.article-card .tw-article-meta-link,.featured-article-card .tw-article-meta-item,.featured-article-card .tw-article-meta-item span,.featured-article-card .tw-article-meta-link,.article-meta-row,.article-meta-row span,.article-meta-link,.author-name,.author-box .tw-article-meta-link,.author-box .tw-article-meta-item,html[data-theme=dark] .article-card .tw-article-meta-item,html[data-theme=dark] .article-card .tw-article-meta-link,html[data-theme=dark] .featured-article-card .tw-article-meta-item,html[data-theme=dark] .featured-article-card .tw-article-meta-link,html[data-theme=dark] .author-name,html[data-theme=dark] .article-meta-link,html[data-theme=dark] .article-meta-row span,html[data-theme=dark] .text-dark{color:var(--text)!important}.tw-card-category{color:var(--primary);text-transform:uppercase;letter-spacing:.03em;font-size:.88rem;font-weight:700}.article-card,.featured-article-card,.article-card-content,.featured-article-content{background:var(--card);color:var(--text)}.article-card-title,.featured-article-title{color:var(--black)!important}.article-card-summary,.featured-article-summary{color:var(--muted)!important}.article-card *,.featured-article-card *{border-color:var(--border)}@media (max-width:767.98px){.tw-article-meta,.tw-article-meta-compact{gap:10px}.tw-article-meta-item,.tw-article-meta-compact .tw-article-meta-item{font-size:.86rem}.tw-article-badge{min-height:30px;padding:7px 11px;font-size:.74rem}}.tw-home-article-meta{flex-wrap:wrap;align-items:center;gap:14px;margin-top:14px;display:flex}.tw-home-article-meta,.tw-home-article-meta span,.tw-home-article-meta a,.tw-home-article-meta-link,.news-meta,.news-meta span,.news-meta a,.news-meta-link{font-weight:600;color:var(--text)!important}html[data-theme=dark] .tw-home-article-meta,html[data-theme=dark] .tw-home-article-meta span,html[data-theme=dark] .tw-home-article-meta a,html[data-theme=dark] .tw-home-article-meta-link,html[data-theme=dark] .news-meta,html[data-theme=dark] .news-meta span,html[data-theme=dark] .news-meta a,html[data-theme=dark] .news-meta-link,html[data-theme=dark] .text-dark{color:var(--text)!important}.article-card,.featured-news-card,.news-card-body,.featured-body{background:var(--card);color:var(--text)}.article-card .news-title,.featured-news-card .featured-title,.article-card .news-category,.featured-news-card .news-category{color:var(--black)!important}.article-card .news-summary,.featured-news-card .featured-summary{color:var(--muted)!important}@media (max-width:767.98px){.tw-home-article-meta{gap:10px}.tw-article-badge{min-height:30px;padding:7px 11px;font-size:.74rem}}.tw-clean-card{border:1px solid var(--border);height:100%;box-shadow:var(--shadow);border-radius:22px;flex-direction:column;display:flex;overflow:hidden;background:var(--card)!important}.tw-clean-card-body{flex-direction:column;flex:1;justify-content:flex-start;gap:10px;min-height:0;padding:18px 18px 16px;display:flex;background:var(--card)!important;color:var(--text)!important}.tw-clean-image-box .tw-clean-image,.tw-clean-image-box .news-image,.tw-clean-image{object-fit:cover!important;object-position:center center!important}.tw-no-image{background:var(--bg-soft);width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex}.news-card,.featured-news-card,.news-card-body,.featured-body,.article-card,.featured-article-card{background:var(--card)!important;color:var(--text)!important}.news-title,.featured-title,.news-title a,.featured-title a{margin:0;line-height:1.35;color:var(--black)!important}.tw-card-top-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:2px;display:flex}.tw-home-article-meta,.news-meta{flex-wrap:wrap;align-items:center;gap:12px;margin-top:auto;padding-top:2px;display:flex}.tw-home-article-meta,.tw-home-article-meta span,.tw-home-article-meta a,.tw-home-article-meta-link,.news-meta,.news-meta span,.news-meta a,.news-meta-link{font-size:.92rem;font-weight:600;color:var(--text)!important}.tw-home-article-meta i,.news-meta i{color:var(--muted)!important}.tw-home-article-meta-link:hover,.news-meta-link:hover{color:var(--primary)!important}html[data-theme=dark] .tw-home-article-meta,html[data-theme=dark] .tw-home-article-meta span,html[data-theme=dark] .tw-home-article-meta a,html[data-theme=dark] .tw-home-article-meta-link,html[data-theme=dark] .news-meta,html[data-theme=dark] .news-meta span,html[data-theme=dark] .news-meta a,html[data-theme=dark] .news-meta-link,html[data-theme=dark] .text-dark{color:var(--text)!important}.news-card h2,.news-card h3,.news-card p,.featured-news-card h2,.featured-news-card h3,.featured-news-card p{margin-top:0}.news-card .clamp-2,.news-card .clamp-3,.featured-news-card .clamp-2,.featured-news-card .clamp-3{overflow:hidden}.news-card-body>:last-child,.featured-body>:last-child,.tw-clean-card-body>:last-child{margin-bottom:0}.news-card-body:empty,.featured-body:empty{display:none}.related-articles-grid,.news-grid,.category-grid{align-items:stretch}.related-articles-grid .col,.news-grid .col,.category-grid .col{display:flex}.related-articles-grid .news-card,.news-grid .news-card,.category-grid .news-card{width:100%}@media (max-width:991.98px){.tw-clean-image-box{height:220px}.tw-featured-image-box{height:250px}}@media (max-width:767.98px){.tw-clean-card-body{gap:8px;padding:14px}.tw-clean-image-box{height:210px}.tw-featured-image-box{height:230px}.tw-home-article-meta,.news-meta{gap:10px}.tw-home-article-meta,.tw-home-article-meta span,.tw-home-article-meta a,.tw-home-article-meta-link,.news-meta,.news-meta span,.news-meta a,.news-meta-link{font-size:.86rem}.tw-article-badge{min-height:30px;padding:6px 10px;font-size:.72rem}}.news-image-box img{object-fit:contain}.container-main{width:min(1380px,100% - 40px);margin:0 auto}.related-articles-section,.related-articles-wrap{width:100%}.related-articles-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:24px;display:grid}.related-articles-grid .news-card,.related-articles-grid .tw-clean-card{width:100%;max-width:100%}.related-articles-grid .tw-clean-image-box{height:250px}.related-articles-grid .tw-clean-card-body{padding:20px 18px 18px}.category-section .category-grid,.category-section .news-grid,.home-category-grid{grid-template-columns:repeat(2,minmax(260px,1fr));align-items:stretch;gap:22px;display:grid}.category-section .news-card,.category-section .tw-clean-card,.home-category-grid .news-card,.home-category-grid .tw-clean-card{width:100%}.category-section .tw-clean-image-box,.home-category-grid .tw-clean-image-box{height:235px}.category-section .section-head,.home-category-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.more-news-grid,.news-grid,.latest-news-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:22px;display:grid}.more-news-grid .news-card,.more-news-grid .tw-clean-card,.news-grid .news-card,.news-grid .tw-clean-card,.latest-news-grid .news-card,.latest-news-grid .tw-clean-card{width:100%}.more-news-grid .tw-clean-image-box,.news-grid .tw-clean-image-box,.latest-news-grid .tw-clean-image-box{height:230px}.more-news-grid .tw-clean-card-body,.news-grid .tw-clean-card-body,.latest-news-grid .tw-clean-card-body{padding:18px 16px 16px}.tw-clean-card{border-radius:20px;min-height:100%}.tw-clean-image-box{background:var(--bg-soft);width:100%;height:240px;position:relative;overflow:hidden}.tw-featured-image-box{height:300px}.tw-clean-card-body{flex-direction:column;flex:1;gap:12px;padding:18px;display:flex}.news-title,.featured-title{font-size:clamp(1.2rem,1.6vw,1.8rem);line-height:1.35}.news-summary,.featured-summary{font-size:.98rem;line-height:1.75}.article-page-grid,.home-content-grid,.category-content-grid{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:28px;display:grid}.article-side-column,.home-sidebar-column,.category-sidebar-column{width:100%;min-width:0}.tw-most-read-sticky,.article-sidebar-widget{width:100%}.category-section .category-grid>*,.more-news-grid>*,.news-grid>*,.related-articles-grid>*{min-width:0}.category-section .category-grid .news-title,.more-news-grid .news-title,.news-grid .news-title,.related-articles-grid .news-title,.category-section .category-grid .featured-title,.more-news-grid .featured-title,.news-grid .featured-title,.related-articles-grid .featured-title{word-break:break-word}@media (max-width:1399.98px){.related-articles-grid,.more-news-grid,.news-grid,.latest-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1199.98px){.article-page-grid,.home-content-grid,.category-content-grid{grid-template-columns:1fr}.related-articles-grid,.more-news-grid,.news-grid,.latest-news-grid,.category-section .category-grid,.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-articles-grid .tw-clean-image-box,.more-news-grid .tw-clean-image-box,.news-grid .tw-clean-image-box,.latest-news-grid .tw-clean-image-box,.category-section .tw-clean-image-box,.home-category-grid .tw-clean-image-box{height:220px}}@media (max-width:767.98px){.container-main{width:min(100%,100% - 20px)}.related-articles-grid,.more-news-grid,.news-grid,.latest-news-grid,.category-section .category-grid,.home-category-grid{grid-template-columns:1fr;gap:18px}.tw-clean-image-box,.related-articles-grid .tw-clean-image-box,.more-news-grid .tw-clean-image-box,.news-grid .tw-clean-image-box,.latest-news-grid .tw-clean-image-box,.category-section .tw-clean-image-box,.home-category-grid .tw-clean-image-box{height:210px}.tw-clean-card-body{gap:8px;padding:14px}.news-title,.featured-title{font-size:1.15rem}.news-summary,.featured-summary{font-size:.92rem}}.more-news-grid,.news-grid,.latest-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tw-section-heading-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.tw-section-heading-title{color:var(--black);margin:0;padding-left:18px;font-size:clamp(1.8rem,2.4vw,3rem);font-weight:800;line-height:1.2;position:relative}.tw-section-heading-title:before{content:"";background:var(--primary);border-radius:999px;width:5px;height:calc(100% - 16px);position:absolute;top:8px;left:0}.tw-view-all-link{color:var(--primary);white-space:nowrap;font-size:.95rem;font-weight:700}.tw-view-all-link:hover{color:var(--primary-dark)}.related-articles-section{padding:10px 0 20px}.tw-related-articles-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:24px;display:grid}.home-category-section{padding:18px 0 26px}.tw-category-section-grid{width:100%}.tw-category-main-grid{grid-template-columns:repeat(3,minmax(280px,1fr));align-items:stretch;gap:24px;display:grid}.news-roundup-section{padding:18px 0 28px}.tw-more-news-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:24px;display:grid}.tw-clean-card,.news-card,.featured-news-card{width:100%;height:100%}.tw-clean-image-box,.news-image-box{background:var(--bg-soft);width:100%;position:relative;overflow:hidden;height:250px!important}.tw-featured-image-box,.news-image-box.featured{height:300px!important}.tw-clean-image,.news-image{object-fit:cover!important;object-position:center center!important}.tw-clean-card-body,.news-card-body,.featured-body{flex-direction:column;gap:12px;min-height:0;padding:18px 18px 16px;display:flex}.news-title,.featured-title{margin:0;line-height:1.35;color:var(--black)!important}.news-summary,.featured-summary{margin:0;line-height:1.75;color:var(--muted)!important}.tw-home-article-meta,.news-meta{margin-top:auto;padding-top:4px}@media (max-width:1399.98px){.tw-related-articles-grid,.tw-more-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1199.98px){.tw-related-articles-grid,.tw-more-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-category-main-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.tw-clean-image-box,.news-image-box{height:230px!important}.tw-featured-image-box,.news-image-box.featured{height:260px!important}}@media (max-width:767.98px){.tw-section-heading-row{flex-direction:column;align-items:flex-start}.tw-related-articles-grid,.tw-more-news-grid,.tw-category-main-grid{grid-template-columns:1fr;gap:18px}.tw-clean-image-box,.news-image-box{height:210px!important}.tw-featured-image-box,.news-image-box.featured{height:230px!important}.tw-clean-card-body,.news-card-body,.featured-body{gap:8px;padding:14px}}.tw-featured-main-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px;flex-direction:column;min-height:100%;display:flex;overflow:hidden}.tw-featured-main-card,.tw-side-news-card{align-self:start}.tw-featured-main-body>:last-child,.tw-side-news-body>:last-child{margin-bottom:0}.tw-featured-main-body p:empty,.tw-side-news-body p:empty{display:none}.tw-article-badge{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:7px 12px;font-size:.76rem;font-weight:800;line-height:1;display:inline-flex}.tw-badge-breaking{color:var(--primary);background:#e31e2424}.tw-badge-trending{color:#d97706;background:#ffa60029}.tw-badge-exclusive{color:#4f46e5;background:#6366f129}.tw-badge-updated{color:#15803d;background:#22c55e29}.tw-badge-news{background:var(--bg-soft);color:var(--text);border:1px solid var(--border)}.clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.clamp-4{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (max-width:1199.98px){.tw-hero-grid{grid-template-columns:1fr}.tw-hero-side-column{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-featured-main-image-box{height:330px}}@media (max-width:767.98px){.tw-hero-side-column{grid-template-columns:1fr}.tw-featured-main-image-box{height:240px}.tw-side-news-image-box{height:210px}.tw-featured-main-body,.tw-side-news-body{gap:10px;padding:14px}.tw-featured-main-title{font-size:1.5rem}.tw-side-news-title{font-size:1.05rem}.tw-home-article-meta{gap:10px}.tw-home-article-meta,.tw-home-article-meta span,.tw-home-article-meta a,.tw-home-article-meta-link{font-size:.84rem}}.hero-section{background:var(--bg);padding:28px 0 20px}.tw-hero-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr);align-items:start;gap:24px;display:grid}.tw-hero-featured-column,.tw-hero-side-column{min-width:0}.tw-hero-side-column{grid-template-columns:1fr;gap:24px;display:grid}.tw-featured-main-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px;flex-direction:column;display:flex;overflow:hidden}.tw-featured-main-image-box{background:var(--bg-soft);width:100%;height:420px;position:relative;overflow:hidden}.tw-featured-main-image{object-fit:cover!important;object-position:center center!important}.tw-featured-main-body{background:var(--card);color:var(--text);flex-direction:column;gap:14px;padding:20px 22px 18px;display:flex}.tw-featured-main-title{margin:0;font-size:clamp(1.9rem,2.5vw,3rem);line-height:1.25;color:var(--black)!important}.tw-featured-main-summary{margin:0;font-size:1rem;line-height:1.85;color:var(--muted)!important}.tw-side-news-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;flex-direction:column;height:100%;display:flex;overflow:hidden}.tw-side-news-image-box{background:var(--bg-soft);width:100%;height:220px;position:relative;overflow:hidden}.tw-side-news-body{background:var(--card);color:var(--text);flex-direction:column;flex:1;gap:12px;padding:18px 18px 16px;display:flex}.tw-side-news-title{margin:0;font-size:1.12rem;line-height:1.4;color:var(--black)!important}.tw-side-news-summary{margin:0;font-size:.95rem;line-height:1.75;color:var(--muted)!important}.tw-no-image{background:var(--bg-soft);width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;font-weight:700;display:flex}.tw-card-top-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.news-category{text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;font-weight:800;color:var(--primary)!important}.tw-home-article-meta{flex-wrap:wrap;align-items:center;gap:14px;margin-top:auto;padding-top:4px;display:flex}.tw-home-article-meta,.tw-home-article-meta span,.tw-home-article-meta a,.tw-home-article-meta-link{font-size:.92rem;font-weight:600;color:var(--text)!important}.tw-home-article-meta-link:hover{color:var(--primary)!important}.tw-featured-main-card,.tw-side-news-card{background:var(--card)!important}.tw-featured-main-body,.tw-side-news-body{background:var(--card)!important;color:var(--text)!important}@media (max-width:1199.98px){.tw-hero-grid{grid-template-columns:1fr}.tw-hero-side-column{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-featured-main-image-box{height:340px}}@media (max-width:767.98px){.tw-hero-side-column{grid-template-columns:1fr}.tw-featured-main-image-box{height:240px}.tw-side-news-image-box{height:210px}.tw-featured-main-body,.tw-side-news-body{gap:10px;padding:14px}.tw-featured-main-title{font-size:1.5rem}.tw-side-news-title{font-size:1.05rem}.tw-home-article-meta{gap:10px}.tw-home-article-meta,.tw-home-article-meta span,.tw-home-article-meta a,.tw-home-article-meta-link{font-size:.84rem}}.article-header-section{padding:26px 0 18px}.article-header-wrap{flex-direction:column;gap:14px;display:flex}.article-main-title{margin:0;line-height:1.18}.article-main-summary{margin:0}.article-meta-row{flex-wrap:wrap;align-items:center;gap:16px;margin:0;display:flex}.article-meta-item,.article-meta-item span,.article-meta-item a,.article-meta-link{font-weight:600;color:var(--text)!important}.article-meta-item i{color:var(--muted)!important}.article-meta-updated{font-weight:700;color:var(--primary)!important}.article-featured-image-box{background:var(--bg-soft);border-radius:22px;width:100%;height:420px;margin-top:4px;position:relative;overflow:hidden}.article-featured-image{object-fit:cover!important;object-position:center center!important}.article-body-section{padding-top:12px}.tw-related-articles-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:24px;width:100%;display:grid}.tw-related-articles-grid .tw-clean-image-box,.tw-related-articles-grid .news-image-box,.tw-related-articles-grid .tw-side-news-image-box{height:240px!important}.tw-related-articles-grid .tw-clean-card-body,.tw-related-articles-grid .news-card-body,.tw-related-articles-grid .tw-side-news-body{padding:18px 16px 16px}.tw-inline-related-head{color:var(--black);margin-bottom:14px;font-size:1rem;font-weight:800}.tw-inline-related-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:14px;padding:16px;transition:all .25s;display:block}.tw-inline-related-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.tw-inline-related-card h4{color:var(--black);margin:0 0 8px;font-size:1rem;font-weight:700;line-height:1.5}.tw-inline-related-card p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.6}@media (max-width:1199.98px){.article-page-grid{grid-template-columns:1fr}.tw-related-articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-inline-related-grid{grid-template-columns:1fr 1fr}.article-featured-image-box{height:340px}}@media (max-width:767.98px){.article-header-section{padding:18px 0 12px}.article-featured-image-box{height:220px}.tw-related-articles-grid,.tw-inline-related-grid{grid-template-columns:1fr}.article-meta-row{gap:12px}}.nav-dropdown-toggle{background:0 0;border:0;align-items:center;display:inline-flex}.mobile-menu-links a{color:var(--foreground);background:var(--soft);border-radius:12px;padding:12px 14px;font-weight:700}.mobile-menu-links a:hover{color:var(--primary)}.tw-hero-layout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);align-items:start;gap:24px;display:grid}.tw-hero-left,.tw-hero-right{min-width:0}.tw-hero-left{flex-direction:column;gap:24px;display:flex}.tw-hero-right{grid-template-columns:1fr;gap:20px;display:grid}.tw-hero-bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.tw-featured-main-card,.tw-side-news-card{height:100%}.tw-featured-main-image-box{background:var(--soft);border-radius:22px 22px 0 0;width:100%;height:420px;position:relative;overflow:hidden}.tw-featured-main-image,.tw-side-news-image{object-fit:cover!important;object-position:center!important}.tw-featured-main-card,.tw-side-news-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;overflow:hidden}.tw-featured-main-body,.tw-side-news-body{padding:18px}.tw-home-article-meta{color:var(--text);flex-wrap:wrap;gap:12px;margin-top:12px;font-size:.92rem;display:flex}.tw-home-article-meta i{color:var(--muted)}.news-section .tw-side-news-image-box,.tw-related-articles-grid .tw-side-news-image-box,.tw-inline-related-image{background:var(--soft)}.tw-related-articles-grid .tw-side-news-image,.tw-inline-related-image-tag{object-fit:cover!important;object-position:center!important}.tw-ad-block{margin:18px 0 28px}.tw-ad-label{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-size:11px;font-weight:800}.tw-ad-box{border:2px dashed var(--border);background:var(--soft);color:var(--muted);text-align:center;border-radius:20px;justify-content:center;align-items:center;padding:10px;font-weight:800;display:flex}.tw-ad-leaderboard .tw-ad-box{min-height:120px}.tw-ad-wide .tw-ad-box{min-height:150px}.tw-ad-rectangle .tw-ad-box{min-height:280px}.tw-ad-footer .tw-ad-box{min-height:110px}.article-featured-image{object-fit:cover!important;object-position:center!important;padding:0!important}.tw-article-content{flex-direction:column;gap:18px;display:flex}.tw-article-paragraph{color:var(--foreground);margin:0;font-size:1.08rem;line-height:1.95}.tw-inline-related{border:1px solid var(--border);background:var(--card);border-radius:20px;margin:24px 0;padding:18px}.tw-inline-related-head{margin-bottom:16px;font-size:1.2rem;font-weight:900}.tw-inline-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.tw-inline-related-card{border:1px solid var(--border);background:var(--card);border-radius:18px;transition:all .25s;display:block;overflow:hidden}.tw-inline-related-card:hover{transform:translateY(-3px)}.tw-inline-related-image{width:100%;height:180px;position:relative;overflow:hidden}.tw-inline-related-noimg{width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;display:flex}.tw-inline-related-body{padding:14px}.tw-inline-related-body h4{margin-bottom:10px;font-size:1.08rem;font-weight:800;line-height:1.5}.tw-inline-related-body p{color:var(--muted);margin:0;font-size:.94rem;line-height:1.7}.related-articles-section{width:100%;padding:10px 0 0}.tw-related-articles-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;width:100%;display:grid}.tw-related-articles-grid>*{min-width:0}.tw-related-articles-grid .tw-side-news-image-box{height:220px!important}.tw-related-articles-grid .tw-side-news-body{padding:16px!important}.tw-share-floating a,.tw-share-floating button{border:1px solid var(--border);background:var(--card);width:42px;height:42px;color:var(--foreground);box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex}.tw-share-floating a:hover,.tw-share-floating button:hover{color:var(--primary);border-color:var(--primary)}.tw-share-copy-tip{color:var(--primary);text-align:center;font-size:11px;font-weight:700}.tw-sidebar-ad-wrap{margin-top:18px}.tw-sidebar-ad-label{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-size:11px;font-weight:800}.tw-footer{margin-top:40px}@media (max-width:1199.98px){.tw-share-floating{display:none}.article-page-grid,.tw-hero-layout{grid-template-columns:1fr}.tw-hero-right{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767.98px){.header-top{min-height:78px}.brand-logo-img{width:52px;height:52px}.brand-line{font-size:1.9rem}.tw-featured-main-image-box{height:250px}.tw-side-news-image-box{height:200px}.tw-hero-bottom-grid,.tw-hero-right,.tw-inline-related-grid,.tw-related-articles-grid{grid-template-columns:1fr}.article-featured-image-box{height:260px!important}.tw-inline-related-image{height:200px}.tw-ad-leaderboard .tw-ad-box,.tw-ad-wide .tw-ad-box,.tw-ad-footer .tw-ad-box{min-height:95px}}html,body{max-width:100%;overflow-x:hidden!important}img,video,iframe{max-width:100%}:root{--nav-red:#ff2a2a}.site-header{background:linear-gradient(#030b1e 0%,#071229 100%);border-bottom:1px solid #ffffff14}.main-navbar{background:linear-gradient(90deg,#071229 0%,#09152d 100%);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14}.navbar-list{gap:8px;width:100%;padding:10px 0}.main-navbar .nav-link,.nav-dropdown-toggle{background:0 0;border:0;border-radius:999px;font-weight:800;transition:all .25s;color:var(--nav-red)!important;padding:12px 18px!important}.main-navbar .nav-link.active{box-shadow:0 0 0 1px #ff2a2a33;color:#fff!important;background:#ff2a2a3d!important}.circle-btn{color:#fff;background:#ffffff08;border:1px solid #ffffff1f}.subscribe-btn{background:#ff1f1f;color:#fff!important}.mobile-menu-overlay{z-index:5000;pointer-events:none;opacity:0;transition:all .25s;position:fixed;inset:0}.mobile-menu-overlay.show{pointer-events:auto;opacity:1}.mobile-menu-panel{color:#fff;background:#081224;width:min(86vw,360px);height:100%;padding:18px;transition:all .3s;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%)}.article-page-grid{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:28px;display:grid}.article-main-column,.article-side-column{min-width:0}.article-sidebar-sticky{flex-direction:column;gap:18px;display:flex;position:sticky;top:120px}.article-sidebar-widget{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;padding:18px}.article-sidebar-widget-title{color:var(--primary);text-transform:uppercase;margin-bottom:14px;font-size:18px;font-weight:900}.tw-sidebar-ad-box{border:2px dashed var(--border);background:var(--soft);min-height:220px;color:var(--muted);text-align:center;border-radius:18px;justify-content:center;align-items:center;padding:14px;font-weight:800;display:flex}.tw-sidebar-video-ad{border:1px dashed var(--border);min-height:180px;color:var(--foreground);text-align:center;background:linear-gradient(135deg,#ff2a2a1f,#0000000a);border-radius:18px;justify-content:center;align-items:center;font-weight:800;display:flex}.tw-share-floating{z-index:50;flex-direction:column;gap:10px;display:flex;position:fixed;top:50%;left:18px;transform:translateY(-50%)}.tw-share-floating a,.tw-share-floating button{color:#fff;background:#0c1730;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 10px 24px #00000038}.tw-share-floating a:hover,.tw-share-floating button:hover{color:var(--nav-red);background:#132344;border-color:#ff2a2a73}.tw-share-copy-tip{text-align:center;color:#fff;background:#0c1730;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.tw-popup-ad-demo{border:1px solid var(--border);border-radius:18px;margin:20px 0;overflow:hidden}.tw-popup-ad-head{background:var(--primary);color:#fff;padding:10px 14px;font-weight:800}.tw-popup-ad-body{background:var(--soft);min-height:120px;color:var(--muted);justify-content:center;align-items:center;font-weight:800;display:flex}.tw-sticky-footer-ad{z-index:20;color:#fff;background:linear-gradient(90deg,#081224,#102040);border-radius:18px;justify-content:center;align-items:center;min-height:68px;margin-top:24px;font-weight:800;display:flex;position:sticky;bottom:10px;box-shadow:0 14px 30px #0003}.article-featured-image-box,.tw-featured-main-image-box,.tw-side-news-image-box,.tw-inline-related-image{overflow:hidden}.article-featured-image,.tw-featured-main-image,.tw-side-news-image,.tw-inline-related-image-tag{object-fit:cover!important;object-position:center!important}@media (max-width:1199.98px){.tw-share-floating{display:none}.article-page-grid{grid-template-columns:1fr}.article-sidebar-sticky{position:static}}@media (max-width:991.98px){.header-top{min-height:78px}.navbar-list{justify-content:center}}@media (max-width:767.98px){html,body{overflow-x:hidden!important}.brand-logo-img{width:50px;height:50px}.brand-line{font-size:1.8rem;line-height:.95}.mobile-menu-panel{width:min(88vw,340px)}.article-featured-image-box{height:260px!important}.tw-sticky-footer-ad{min-height:58px;padding:10px;font-size:14px}}*,:before,:after{box-sizing:border-box}.site-header{border-bottom:1px solid var(--border);background:#fff!important}.main-navbar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff!important}.brand-line{color:#111!important}.navbar-list{justify-content:center;gap:8px;width:100%}.custom-dropdown-menu{border:1px solid var(--border);min-width:230px;box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:10px}.circle-btn{border:1px solid var(--border);color:#111;background:#fff}.circle-btn:hover{color:#e31e24;background:#e31e240a;border-color:#e31e24}.mobile-header-actions{align-items:center;gap:10px}.container-main,.row,[class*=col-]{max-width:100%}.tw-featured-main-image-box,.tw-side-news-image-box,.article-featured-image-box{overflow:hidden}.tw-featured-main-image,.tw-side-news-image,.article-featured-image{object-fit:cover!important;object-position:center!important;padding:0!important}.tw-side-news-title{min-height:78px;font-size:1.08rem;line-height:1.55}.tw-side-news-summary{min-height:74px;font-size:.92rem;line-height:1.7}.tw-home-article-meta{flex-wrap:wrap;gap:10px;margin-top:12px;font-size:13px;display:flex}.tw-inline-related-simple{margin:26px 0;padding:0}.tw-inline-related-simple-head{color:#111;margin-bottom:16px;padding-left:14px;font-size:18px;font-weight:900;position:relative}.tw-inline-related-simple-head:before{content:"";background:#e31e24;border-radius:10px;width:4px;height:24px;position:absolute;top:3px;left:0}.tw-inline-related-simple-list{flex-direction:column;gap:0;display:flex}.tw-inline-related-simple-item{border-bottom:1px solid var(--border);color:#111;align-items:flex-start;gap:12px;padding:18px 0;font-size:16px;font-weight:800;line-height:1.6;display:flex}.tw-inline-related-simple-item:hover{color:#e31e24}.tw-inline-related-simple-dot{background:#e31e24;border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:9px}@media (max-width:991.98px){.navbar-list{justify-content:center}}@media (max-width:767.98px){html,body{overflow-x:hidden!important}.header-top{min-height:78px}.brand-logo-img{width:50px;height:50px}.brand-line{font-size:1.8rem;line-height:.95}.tw-side-news-image-box{height:220px}.tw-side-news-title,.tw-side-news-summary{min-height:auto}.tw-ad-leaderboard .tw-ad-box,.tw-ad-wide .tw-ad-box,.tw-ad-footer .tw-ad-box{min-height:90px}}html,body{background:#fff;max-width:100%;overflow-x:hidden!important}.site-header{z-index:999;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff!important}.header-top{justify-content:space-between;align-items:center;gap:16px;min-height:96px;display:flex}.site-brand{align-items:center;gap:14px;min-width:0;display:flex}.brand-line{font-size:38px;font-weight:900;color:#111!important}.main-navbar{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background:#fff!important;display:block!important}.navbar-list{justify-content:center;align-items:center;gap:8px;width:100%;margin:0;padding:10px 0;display:flex}.main-navbar .nav-link,.nav-dropdown-toggle{border:0;border-radius:999px;font-weight:800;transition:all .25s;color:#111!important;background:0 0!important;padding:12px 18px!important}.main-navbar .nav-link:hover,.main-navbar .nav-link:focus,.nav-dropdown-toggle:hover,.nav-dropdown-toggle:focus{color:#e31e24!important;background:#e31e2414!important}.main-navbar .nav-link.active{color:#e31e24!important;background:#e31e241a!important}.custom-dropdown-menu{background:#fff;border:1px solid #e5e7eb;border-radius:16px;min-width:230px;padding:10px;box-shadow:0 12px 30px #11111114}.custom-dropdown-menu .dropdown-item{color:#111;border-radius:10px;padding:10px 14px;font-weight:700}.custom-dropdown-menu .dropdown-item:hover{color:#e31e24;background:#e31e240f}.circle-btn{color:#111;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.circle-btn:hover{color:#e31e24;border-color:#e31e24}.subscribe-btn{background:#e31e24;border-radius:999px;padding:12px 22px;font-weight:800;color:#fff!important}.subscribe-btn:hover{background:#b81419;color:#fff!important}.mobile-menu-trigger{display:inline-flex!important}.mobile-menu-overlay{z-index:5000;opacity:0;pointer-events:none;transition:all .25s;position:fixed;inset:0}.mobile-menu-overlay.show{opacity:1;pointer-events:auto}.mobile-menu-panel{background:#fff;width:min(86vw,340px);height:100%;padding:18px;transition:transform .28s;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-12px 0 30px #0000001f}.mobile-menu-panel.show{transform:translate(0)}.mobile-menu-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.mobile-menu-links{flex-direction:column;gap:8px;display:flex}.mobile-menu-links a{color:#111;background:#f6f7fb;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;font-weight:700}.tw-side-news-card{flex-direction:column;height:100%;display:flex}.tw-side-news-image-box{background:#f6f7fb;border-radius:18px 18px 0 0;width:100%;height:210px;position:relative;overflow:hidden}.tw-side-news-image{object-fit:cover!important;object-position:center!important}.tw-side-news-body{flex:1;padding:16px}@media (max-width:991.98px){.brand-line{font-size:30px}}@media (max-width:767.98px){.header-top{min-height:78px}.brand-logo-img{width:50px;height:50px}.brand-line{font-size:24px;line-height:.95}.tw-side-news-image-box{height:220px}}.tw-header{border-bottom:1px solid #00000014;color:#111!important;background:#fff!important}html[data-theme=dark] .tw-header{border-bottom:1px solid #ffffff14;color:#fff!important;background:#0f172a!important}.tw-header .header-top,.tw-header .container-main,.tw-header .site-brand,.tw-header .header-right,.tw-header .mobile-header-actions{background:0 0!important}.tw-header .brand-text,.tw-header .brand-line{color:inherit!important;opacity:1!important}.tw-header .circle-btn{color:#111;background:#fff}html[data-theme=dark] .tw-header .circle-btn{border:1px solid #ffffff1a;color:#fff!important;background:#111827!important}.tw-header .subscribe-btn{color:#fff!important;background:#ef1c25!important}html[data-theme=dark] .site-header,html[data-theme=dark] .header-top,html[data-theme=dark] .container-main{background:0 0!important}html[data-theme=light] .tw-header{-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)!important;background:#fffffff5!important}html[data-theme=dark] .tw-header{-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)!important;background:#0b1220f5!important}html[data-theme=dark] .tw-header,html[data-theme=dark] .tw-header .header-top,html[data-theme=dark] .tw-header .container-main,html[data-theme=dark] .tw-header .site-brand,html[data-theme=dark] .tw-header .header-right,html[data-theme=dark] .tw-header .mobile-header-actions{color:var(--text)!important;background:0 0!important}html[data-theme=dark] .tw-header .brand-text,html[data-theme=dark] .tw-header .brand-line{color:#fff!important;opacity:1!important}html[data-theme=dark] .tw-header .brand-logo-img{opacity:1!important;filter:none!important}html[data-theme=dark] .tw-header a,html[data-theme=dark] .tw-header .nav-link,html[data-theme=dark] .tw-header .nav-dropdown-toggle{color:#fff!important}html[data-theme=dark] .tw-header a:hover,html[data-theme=dark] .tw-header .nav-link:hover,html[data-theme=dark] .tw-header .nav-dropdown-toggle:hover{color:var(--primary)!important}html[data-theme=dark] .tw-header .circle-btn,html[data-theme=dark] .tw-header .tw-theme-toggle,html[data-theme=dark] .tw-header .search-trigger,html[data-theme=dark] .tw-header .search-btn,html[data-theme=dark] .tw-header .mobile-menu-btn,html[data-theme=dark] .tw-header button{background:var(--card)!important;color:#fff!important;border:1px solid var(--border)!important;box-shadow:var(--shadow)!important}html[data-theme=dark] .tw-header .circle-btn i,html[data-theme=dark] .tw-header .tw-theme-toggle i,html[data-theme=dark] .tw-header .search-trigger i,html[data-theme=dark] .tw-header .search-btn i,html[data-theme=dark] .tw-header .mobile-menu-btn i{color:#fff!important}html[data-theme=dark] .tw-header .subscribe-btn{background:var(--primary)!important;color:#fff!important;border:none!important}html[data-theme=dark] .tw-header .subscribe-btn:hover{background:var(--primary-dark)!important;color:#fff!important}html[data-theme=dark] .tw-header .main-navbar{border-top:1px solid var(--border)!important;border-bottom:1px solid var(--border)!important;background:0 0!important}html[data-theme=dark] .tw-header .custom-dropdown-menu,html[data-theme=dark] .tw-header .dropdown-menu{background:var(--card)!important;border:1px solid var(--border)!important}html[data-theme=dark] .tw-header .dropdown-item{color:#fff!important}html[data-theme=dark] .tw-header .dropdown-item:hover{background:var(--bg-soft)!important;color:var(--primary)!important}.tw-header{transition:background .3s,color .3s,border-color .3s}.dark .tw-header,html[data-theme=dark] .tw-header{-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)!important;background:#0f1115f5!important}.dark .tw-header .header-top,.dark .tw-header .container-main,.dark .tw-header .site-brand,.dark .tw-header .header-right,.dark .tw-header .mobile-header-actions,html[data-theme=dark] .tw-header .header-top,html[data-theme=dark] .tw-header .container-main,html[data-theme=dark] .tw-header .site-brand,html[data-theme=dark] .tw-header .header-right,html[data-theme=dark] .tw-header .mobile-header-actions{background:0 0!important}.dark .tw-header .brand-line,html[data-theme=dark] .tw-header .brand-line{color:#fff!important;opacity:1!important}.dark .tw-header .circle-btn,.dark .tw-header .tw-theme-toggle,html[data-theme=dark] .tw-header .circle-btn,html[data-theme=dark] .tw-header .tw-theme-toggle{color:#fff!important;background:#0b1730!important;border:1px solid #ffffff1f!important}.dark .tw-header .circle-btn i,.dark .tw-header .tw-theme-toggle i,html[data-theme=dark] .tw-header .circle-btn i,html[data-theme=dark] .tw-header .tw-theme-toggle i{color:#fff!important}.dark .tw-header .main-navbar,html[data-theme=dark] .tw-header .main-navbar{border-top:1px solid var(--border)!important;border-bottom:1px solid var(--border)!important;background:#0f1115f5!important}.dark .tw-header .nav-link,.dark .tw-header .nav-dropdown-toggle,html[data-theme=dark] .tw-header .nav-link,html[data-theme=dark] .tw-header .nav-dropdown-toggle{color:#fff!important}.dark .tw-header .custom-dropdown-menu,.dark .tw-header .dropdown-menu,html[data-theme=dark] .tw-header .custom-dropdown-menu,html[data-theme=dark] .tw-header .dropdown-menu{background:var(--card)!important;border:1px solid var(--border)!important}.dark .tw-header .dropdown-item,html[data-theme=dark] .tw-header .dropdown-item{color:#fff!important}.mobile-menu-btn{border:1px solid var(--border);background:var(--card);width:44px;height:44px;color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:inline-flex}.mobile-menu-overlay{z-index:2000;pointer-events:none;position:fixed;inset:0}.mobile-menu-overlay.active{pointer-events:auto}.mobile-menu-backdrop{opacity:0;background:#0000008c;transition:all .3s;position:absolute;inset:0}.mobile-menu-overlay.active .mobile-menu-backdrop{opacity:1}.mobile-menu-panel{color:#fff;background:#0f172a;border-right:1px solid #ffffff14;flex-direction:column;width:min(88vw,340px);height:100%;transition:transform .35s;display:flex;position:absolute;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:0 20px 60px #00000059}.mobile-menu-header{background:#0b1220;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:20px 18px;display:flex}.mobile-menu-close{color:#fff;cursor:pointer;background:#111827;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.mobile-menu-nav{flex-direction:column;padding:10px 0 20px;display:flex}.mobile-menu-nav a:hover{background:#e31e241f;color:#ff4b52!important}.site-header,.tw-header{border-bottom:none!important}.main-navbar{border-top:1px solid var(--border)!important;border-bottom:2px solid var(--primary)!important;background:0 0!important;margin-bottom:0!important}.navbar-list{margin-bottom:0!important}.home-main-section,.hero-section,.home-content-with-sidebar,.news-section,.site-header+*,.tw-header+*{margin-top:0!important}.dark .mobile-menu-btn,html[data-theme=dark] .mobile-menu-btn{color:#fff!important;background:#0b1730!important;border-color:#ffffff1f!important}.dark .main-navbar,html[data-theme=dark] .main-navbar{background:#0f1115f5!important;border-top:1px solid #ffffff14!important;border-bottom:2px solid #e31e24!important}.site-header{box-shadow:none!important}.main-navbar:after{display:none!important}header+nav,nav+section,nav+div{margin-top:0!important}.site-header,.tw-header{z-index:999;position:sticky;top:0;box-shadow:none!important;border-bottom:none!important;margin-bottom:0!important;padding-bottom:0!important}html[data-theme=light] .site-header,html[data-theme=light] .tw-header{background:#fffffff5!important;border-bottom:none!important}html[data-theme=dark] .site-header,html[data-theme=dark] .tw-header,.dark .site-header,.dark .tw-header{background:#0f1115f5!important;border-bottom:none!important}.header-top{justify-content:space-between;align-items:center;gap:16px;min-height:92px;padding-top:14px;padding-bottom:14px;display:flex;margin:0!important}.site-brand{align-items:center;gap:16px;display:flex}.brand-text{flex-direction:column;line-height:1;display:flex}.brand-line{color:var(--foreground);font-size:38px;font-weight:900}html[data-theme=dark] .brand-line,.dark .brand-line{color:#fff!important}.header-right,.mobile-header-actions{align-items:center;gap:10px}.circle-btn,.tw-theme-toggle,.mobile-menu-btn{border:1px solid var(--border);background:var(--card);width:44px;height:44px;color:var(--foreground);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:inline-flex}.circle-btn:hover,.tw-theme-toggle:hover,.mobile-menu-btn:hover{color:var(--primary);border-color:var(--primary)}html[data-theme=dark] .circle-btn,html[data-theme=dark] .tw-theme-toggle,html[data-theme=dark] .mobile-menu-btn,.dark .circle-btn,.dark .tw-theme-toggle,.dark .mobile-menu-btn{color:#fff!important;background:#0b1730!important;border-color:#ffffff1f!important}html[data-theme=dark] .circle-btn i,html[data-theme=dark] .tw-theme-toggle i,html[data-theme=dark] .mobile-menu-btn i,.dark .circle-btn i,.dark .tw-theme-toggle i,.dark .mobile-menu-btn i{color:#fff!important}.subscribe-btn{border-radius:999px;justify-content:center;align-items:center;padding:12px 22px;font-weight:700;transition:all .3s;display:inline-flex;background:var(--primary)!important;color:#fff!important;border:none!important}.subscribe-btn:hover,.subscribe-btn:focus{background:var(--primary-dark)!important;color:#fff!important;text-decoration:none!important}.main-navbar{border-top:1px solid var(--border)!important;box-shadow:none!important;background:0 0!important;border-bottom:2px solid #e31e24!important;margin:0!important;padding:0!important}.main-navbar .container-main{margin-bottom:0!important;padding-bottom:0!important}.navbar-list{padding-top:10px;padding-bottom:10px;margin:0!important}.main-navbar .nav-link,.main-navbar .nav-dropdown-toggle{color:var(--foreground);font-weight:700}html[data-theme=dark] .main-navbar,.dark .main-navbar{background:#0f1115f5!important;border-top:1px solid #ffffff14!important;border-bottom:2px solid #e31e24!important}html[data-theme=dark] .main-navbar .nav-link,html[data-theme=dark] .main-navbar .nav-dropdown-toggle,.dark .main-navbar .nav-link,.dark .main-navbar .nav-dropdown-toggle{color:#fff!important}html[data-theme=dark] .custom-dropdown-menu,.dark .custom-dropdown-menu{background:var(--card)!important;border:1px solid var(--border)!important}html[data-theme=dark] .custom-dropdown-menu .dropdown-item,.dark .custom-dropdown-menu .dropdown-item{color:#fff!important}.site-header+*,.tw-header+*,.main-navbar+*{margin-top:0!important}.mobile-menu-overlay{z-index:3000;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s;position:fixed;inset:0}.mobile-menu-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-panel{border-right:1px solid #ffffff14;flex-direction:column;width:min(88vw,340px);height:100%;transition:transform .35s;display:flex;position:absolute;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:0 20px 60px #00000059;color:#fff!important;background:#0f172a!important}.mobile-menu-panel.active{transform:translate(0)}.mobile-menu-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:20px 18px;display:flex;background:#0b1220!important}.mobile-menu-brand{align-items:center;gap:12px;text-decoration:none;display:flex;color:#fff!important}.mobile-menu-brand img{object-fit:contain;width:42px;height:42px}.mobile-menu-close{cursor:pointer;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;color:#fff!important;background:#111827!important}.mobile-menu-nav{flex-direction:column;padding:10px 0 20px;display:flex;background:#0f172a!important}.mobile-menu-nav a{text-transform:capitalize;border-bottom:1px solid #ffffff0f;padding:14px 18px;font-size:16px;font-weight:700;transition:all .3s;display:block;color:#fff!important}.mobile-menu-nav a:hover{color:#ff4b52!important;background:#e31e241f!important}.mobile-header-actions{z-index:1001;position:relative}.mobile-menu-btn{z-index:1002;position:relative;pointer-events:auto!important}@media (max-width:991.98px){.header-top{min-height:78px}.brand-logo-img{width:52px;height:52px}.brand-line{font-size:24px}.main-navbar{border-bottom:2px solid #e31e24!important}}.mobile-menu-btn{border:1px solid var(--border);background:var(--card);width:44px;height:44px;color:var(--foreground);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:inline-flex}.mobile-menu-btn:hover{color:var(--primary);border-color:var(--primary)}html[data-theme=dark] .mobile-menu-btn,.dark .mobile-menu-btn{color:#fff!important;background:#0b1730!important;border-color:#ffffff1f!important}.mobile-menu-shell{z-index:5000;position:fixed;inset:0}.mobile-menu-backdrop{background:#00000094;position:absolute;inset:0}.mobile-menu-drawer{flex-direction:column;width:min(86vw,320px);height:100vh;animation:.28s mobileDrawerIn;display:flex;position:absolute;top:0;left:0;overflow-y:auto;box-shadow:0 18px 50px #00000059;color:#fff!important;background:#0f172a!important}@keyframes mobileDrawerIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-menu-top{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:18px 16px;display:flex;background:#0b1220!important}.mobile-menu-brand{align-items:center;gap:12px;min-width:0;text-decoration:none;display:flex;color:#fff!important}.mobile-menu-brand img{object-fit:contain;flex-shrink:0;width:40px;height:40px}.mobile-menu-brand-text{flex-direction:column;line-height:1;display:flex}.mobile-menu-brand-text span{font-size:20px;font-weight:900;color:#fff!important}.mobile-menu-close{cursor:pointer;border:1px solid #ffffff24;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;color:#fff!important;background:#111827!important}.mobile-menu-links{flex-direction:column;padding:8px 0 18px;display:flex;background:#0f172a!important}.mobile-menu-links a{text-transform:capitalize;border-bottom:1px solid #ffffff0f;padding:14px 16px;font-size:15px;font-weight:700;text-decoration:none;display:block;color:var(--text)!important}.mobile-menu-links a:hover{color:#ff4b52!important;background:#e31e241f!important}@media (min-width:992px){.mobile-menu-shell{display:none!important}}.mobile-menu-overlay,.mobile-menu-panel,.mobile-menu-header,.mobile-menu-nav{all:unset}.more-news-section{width:100%}.more-news-grid{row-gap:24px}.more-news-col{display:flex}.more-news-card-wrap{width:100%;height:100%}.more-news-section .news-card,.more-news-section .card-ui,.more-news-section .article-card{border-radius:18px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.more-news-section .news-image-box,.more-news-section .card-image-wrap{background:var(--soft);width:100%;overflow:hidden;height:240px!important;min-height:240px!important;max-height:240px!important}.more-news-section .news-image,.more-news-section .news-image-box img,.more-news-section .card-image-wrap img{display:block;object-fit:cover!important;object-position:center!important;background:0 0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important}.more-news-section .news-card-body,.more-news-section .card-body-custom{flex-direction:column;flex:1;display:flex;padding:18px!important}.more-news-section .news-title,.more-news-section .card-title{margin-bottom:10px!important;font-size:19px!important;line-height:1.55!important}.more-news-section .news-summary,.more-news-section .card-summary{margin-bottom:12px!important;font-size:14px!important;line-height:1.7!important}.more-news-section .news-meta{margin-top:auto}@media (max-width:991.98px){.more-news-section .news-image-box,.more-news-section .card-image-wrap{height:220px!important;min-height:220px!important;max-height:220px!important}}@media (max-width:767.98px){.more-news-section .news-image-box,.more-news-section .card-image-wrap{height:220px!important;min-height:220px!important;max-height:220px!important}.more-news-section .news-title,.more-news-section .card-title{font-size:17px!important;line-height:1.5!important}.more-news-section .news-summary,.more-news-section .card-summary{font-size:13px!important}}.tw-side-news-card-link{height:100%;display:block;color:inherit!important;text-decoration:none!important}.tw-side-news-card-link:hover{color:inherit!important;text-decoration:none!important}.tw-side-news-card-link .tw-side-news-card{cursor:pointer;height:100%}.tw-footer-powered{text-align:center;color:#aaa;margin-top:20px;font-size:14px}.tw-footer-globalantic{color:#ff2b2b;font-weight:600;text-decoration:none}.tw-footer-globalantic:hover{text-decoration:underline}.static-page-wrap a{color:var(--primary);font-weight:600;text-decoration:none}.static-page-wrap a:hover{text-decoration:underline}.main-navbar{display:block}.mobile-header-actions{display:none}@media (max-width:991.98px){.main-navbar{display:none!important}.mobile-header-actions{align-items:center;gap:10px;display:flex!important}.header-right{display:none!important}.header-top{min-height:78px;padding-top:12px;padding-bottom:12px}.site-brand{gap:10px}.brand-logo-img{width:42px;height:42px}.brand-line{line-height:1.05;font-size:18px!important}}@media (min-width:992px){.main-navbar{display:block!important}.mobile-header-actions{display:none!important}.header-right{display:flex!important}}.brand-logo-wrap{align-items:center;height:60px;display:flex;overflow:hidden}.brand-logo-img{object-fit:contain;width:auto;height:115px}.tw-footer-brand{align-items:center;gap:10px;display:flex}.tw-footer-logo{object-fit:contain;width:auto;height:120px}.home-layout{grid-template-columns:2fr 1fr;gap:24px;display:grid}@media (max-width:900px){.home-layout{grid-template-columns:1fr}}.right-video-section{margin-top:20px}.video-heading{margin-bottom:12px;font-size:18px;font-weight:800}.video-card{color:#fff;background:#000;border-radius:12px;margin-bottom:16px;overflow:hidden}.video-title{padding:10px;font-size:14px}.video-card iframe{border:none;width:100%;height:220px;display:block}.video-thumbnail{cursor:pointer;position:relative}.video-thumbnail img{object-fit:cover;width:100%;height:200px}.play-btn{color:#fff;background:#0009;border-radius:50%;padding:10px 15px;font-size:30px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
