:root{--brand-red:#e00;--brand-dark:#1a1a1a;--brand-gray:#6b7280;--brand-light:#f4f4f4;--brand-white:#fff;--accent-orange:#e85d04;--accent-green:#2d6a4f;--accent-purple:#7b2d8b;--accent-blue:#1a6496;--section-border:3px solid var(--brand-red);--radius:6px;--shadow:0 1px 4px #00000014}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--brand-dark);background:#f0f0f0;padding-bottom:60px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.55}a{color:inherit;text-decoration:none}a:hover{color:var(--brand-red)}img{max-width:100%;height:auto;display:block}.breaking-bar{background:var(--brand-red);color:#fff;letter-spacing:.5px;padding:6px 0;font-size:12px;font-weight:700;overflow:hidden}.breaking-bar__inner{align-items:center;gap:14px;max-width:1280px;margin:0 auto;padding:0 16px;display:flex}.breaking-bar__label{white-space:nowrap;text-transform:uppercase;background:#00000040;border-radius:3px;padding:2px 8px}.breaking-bar__ticker{white-space:nowrap;flex:1;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#fff 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#fff 8% 92%,#0000)}.ticker-items{gap:60px;animation:40s linear infinite ticker;display:inline-flex}.ticker-items span{cursor:pointer}.ticker-items span:hover{text-decoration:underline}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{background:var(--brand-white);z-index:1000;border-bottom:1px solid #e5e5e5;position:sticky;top:0;box-shadow:0 1px 3px #0000001a}.header-inner{align-items:center;gap:24px;max-width:1280px;height:60px;margin:0 auto;padding:0 16px;display:flex}.site-logo{letter-spacing:-1px;color:var(--brand-dark);flex-shrink:0;font-size:26px;font-weight:900}.site-logo span{color:var(--brand-red)}.site-logo__country{letter-spacing:0;color:var(--brand-gray);margin-top:1px;font-size:12px;font-weight:600;display:block}.primary-nav{flex:1}.primary-nav ul{gap:2px;list-style:none;display:flex}.primary-nav a{border-radius:var(--radius);color:var(--brand-dark);padding:6px 10px;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:block}.primary-nav a:hover{background:var(--brand-light);color:var(--brand-red)}.header-search{background:var(--brand-light);border:1px solid #ddd;border-radius:20px;flex-shrink:0;align-items:center;gap:8px;padding:6px 14px;display:flex}.header-search input{width:160px;color:var(--brand-dark);background:0 0;border:none;outline:none;font-size:13px}.header-search button{cursor:pointer;color:var(--brand-gray);background:0 0;border:none;padding:0;font-size:15px}.header-search:focus-within{border-color:var(--brand-red)}.section-tabs{background:var(--brand-white);border-bottom:1px solid #e5e5e5}.section-tabs__inner{scrollbar-width:none;max-width:1280px;margin:0 auto;padding:0 16px;display:flex;overflow-x:auto}.section-tabs__inner::-webkit-scrollbar{display:none}.section-tab{white-space:nowrap;cursor:pointer;color:var(--brand-gray);border-bottom:3px solid #0000;align-items:center;gap:5px;margin-bottom:-1px;padding:10px 14px;font-size:13px;font-weight:600;transition:color .15s,border-color .15s;display:flex}.section-tab:hover{color:var(--brand-dark)}.section-tab.active{color:var(--brand-dark);border-color:var(--brand-red)}.page-wrap{max-width:1280px;margin:0 auto;padding:20px 16px}.content-grid{grid-template-columns:1fr 320px;align-items:start;gap:24px;display:grid}.hero-section{margin-bottom:24px}.hero-grid{border-radius:var(--radius);background:#ddd;grid-template-columns:2fr 1fr;gap:3px;display:grid;overflow:hidden}.hero-main{background:var(--brand-white);flex-direction:column;display:flex}.hero-img-link{display:block;overflow:hidden}.hero-img-link img{object-fit:cover;width:100%;height:320px;transition:transform .3s}.hero-img-link:hover img{transform:scale(1.02)}.hero-text{flex-direction:column;flex:1;gap:8px;padding:16px 18px 20px;display:flex}.hero-text .cat-badge{align-self:flex-start}.hero-text h2{color:var(--brand-dark);font-size:22px;font-weight:800;line-height:1.25}.hero-text h2 a:hover{color:var(--brand-red)}.hero-text .hero-excerpt{color:#444;font-size:14px;line-height:1.5}.hero-text .story-meta{margin-top:auto;padding-top:8px}.hero-stack{flex-direction:column;gap:3px;display:flex}.story-card-sm{background:var(--brand-white);flex-direction:column;flex:1;display:flex;overflow:hidden}.card-sm-img{display:block;overflow:hidden}.card-sm-img img{object-fit:cover;width:100%;height:130px;transition:transform .3s}.card-sm-img:hover img{transform:scale(1.03)}.card-sm-text{flex-direction:column;flex:1;gap:6px;padding:12px;display:flex}.card-sm-text h3{color:var(--brand-dark);font-size:14px;font-weight:700;line-height:1.3}.card-sm-text h3 a:hover{color:var(--brand-red)}.story-card{background:var(--brand-white);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;transition:box-shadow .15s;display:flex;overflow:hidden}.story-card:hover{box-shadow:0 4px 16px #0000001f}.card-img-link{display:block;overflow:hidden}.card-img-link img{object-fit:cover;width:100%;height:180px;transition:transform .3s}.card-img-link:hover img{transform:scale(1.03)}.story-card .card-body{flex-direction:column;flex:1;gap:6px;padding:14px;display:flex}.story-card h3{color:var(--brand-dark);font-size:15px;font-weight:700;line-height:1.35}.story-card h3 a:hover{color:var(--brand-red)}.story-card p.excerpt{color:#555;font-size:13px;line-height:1.5}.story-hcard{background:var(--brand-white);border-radius:var(--radius);box-shadow:var(--shadow);gap:12px;padding:12px;display:flex}.story-hcard:hover{box-shadow:0 3px 12px #0000001a}.hcard-img{border-radius:4px;flex-shrink:0;display:block;overflow:hidden}.hcard-img img{object-fit:cover;border-radius:4px;width:110px;height:74px;transition:transform .3s}.hcard-img:hover img{transform:scale(1.05)}.story-hcard__body{flex-direction:column;justify-content:space-between;display:flex}.story-hcard h3{color:var(--brand-dark);font-size:14px;font-weight:700;line-height:1.3}.story-hcard h3 a:hover{color:var(--brand-red)}.news-section{margin-bottom:28px}.section-header{border-bottom:var(--section-border);align-items:center;gap:12px;margin-bottom:14px;padding-bottom:10px;display:flex}.section-header h2{text-transform:uppercase;letter-spacing:.5px;font-size:16px;font-weight:800}.section-header a{color:var(--brand-gray);margin-left:auto;font-size:12px}.section-header a:hover{color:var(--brand-red)}.section-header--business{border-color:#1a6496}.section-header--business h2{color:#1a6496}.section-header--technology{border-color:var(--accent-green)}.section-header--technology h2{color:var(--accent-green)}.section-header--health{border-color:#c00}.section-header--health h2{color:#c00}.section-header--education{border-color:var(--accent-purple)}.section-header--education h2{color:var(--accent-purple)}.section-header--entertainment{border-color:var(--accent-orange)}.section-header--entertainment h2{color:var(--accent-orange)}.section-header--sports{border-color:#155724}.section-header--sports h2{color:#155724}.section-header--lifestyle{border-color:#8b4513}.section-header--lifestyle h2{color:#8b4513}.section-header--world{border-color:#333}.section-header--world h2{color:#333}.card-grid-3{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.hcard-stack{flex-direction:column;grid-column:span 2;gap:12px;display:flex}.card-grid-2{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.cat-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:3px;padding:2px 7px;font-size:10px;font-weight:700;display:inline-block}.cat-badge--business{color:#fff;background:#1a6496}.cat-badge--technology{background:var(--accent-green);color:#fff}.cat-badge--health{color:#fff;background:#c00}.cat-badge--education{background:var(--accent-purple);color:#fff}.cat-badge--entertainment{background:var(--accent-orange);color:#fff}.cat-badge--sports{color:#fff;background:#155724}.cat-badge--lifestyle{color:#fff;background:#8b4513}.cat-badge--world{color:#fff;background:#333}.cat-badge--politics{color:#fff;background:#5c0a00}.cat-badge--science{color:#fff;background:#0a3f5c}.cat-badge--default,.cat-badge--uncategorized{background:var(--brand-gray);color:#fff}.story-meta{color:var(--brand-gray);flex-wrap:wrap;align-items:center;gap:6px;font-size:11px;display:flex}.source-name{color:#444;font-weight:700}.dot{opacity:.4}.sidebar{flex-direction:column;gap:18px;display:flex}.widget-box{background:var(--brand-white);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.widget-title{text-transform:uppercase;letter-spacing:.7px;border-bottom:2px solid var(--brand-red);color:var(--brand-dark);margin-bottom:12px;padding-bottom:10px;font-size:12px;font-weight:800}.trending-list{flex-direction:column;gap:12px;list-style:none;display:flex}.trending-item{align-items:flex-start;gap:10px;display:flex}.trending-num{color:#e5e5e5;flex-shrink:0;width:26px;font-size:22px;font-weight:900;line-height:1}.trending-item.top .trending-num{color:var(--brand-red)}.trending-title{font-size:13px;font-weight:600;line-height:1.3}.trending-title a:hover{color:var(--brand-red)}.trending-meta{color:var(--brand-gray);margin-top:2px;font-size:11px}.latest-list{flex-direction:column;gap:12px;display:flex}.latest-item{gap:10px;display:flex}.latest-item img{object-fit:cover;border-radius:4px;flex-shrink:0;width:72px;height:48px}.latest-item__body{flex:1}.latest-item__body h4{font-size:13px;font-weight:700;line-height:1.3}.latest-item__body h4 a:hover{color:var(--brand-red)}.latest-item__body .story-meta{margin-top:3px}.newsletter-box{text-align:center}.newsletter-box h3{margin-bottom:6px;font-size:15px;font-weight:800}.newsletter-box p{color:var(--brand-gray);margin-bottom:12px;font-size:12px}.newsletter-form{flex-direction:column;gap:8px;display:flex}.newsletter-form input{border:1px solid #ddd;border-radius:4px;outline:none;width:100%;padding:9px 12px;font-size:13px}.newsletter-form input:focus{border-color:var(--brand-red)}.newsletter-form button{background:var(--brand-red);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:10px;font-size:13px;font-weight:700}.newsletter-form button:hover{background:#c00}.ad-zone{width:100%;line-height:0;overflow:hidden}.ad-zone--leaderboard{background:#f8f8f8;border-top:1px solid #eee;border-bottom:1px solid #eee;justify-content:center;padding:8px 0;display:flex}.ad-zone--in-article{justify-content:center;margin:20px 0;display:flex}.ad-zone--sidebar-top,.ad-zone--sidebar-mid{justify-content:center;margin-bottom:16px;display:flex}.ad-zone--between-posts{background:#f8f8f8;border-top:1px solid #eee;border-bottom:1px solid #eee;justify-content:center;margin:24px 0;padding:12px 0;display:flex}.ad-zone--footer{background:#f2f2f2;border-top:1px solid #e0e0e0;justify-content:center;padding:12px 0;display:flex}.site-footer{background:var(--brand-dark);color:#ccc;margin-top:40px;margin-bottom:60px}.footer-main{grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;max-width:1280px;margin:0 auto;padding:36px 16px 24px;display:grid}.footer-brand .site-logo{color:#fff;margin-bottom:10px;font-size:22px}.footer-brand p{font-size:13px;line-height:1.6}.footer-col h4{color:#fff;text-transform:uppercase;letter-spacing:.6px;margin-bottom:12px;font-size:12px;font-weight:700}.footer-col ul{flex-direction:column;gap:8px;list-style:none;display:flex}.footer-col a{color:#aaa;font-size:13px}.footer-col a:hover{color:var(--brand-red)}.footer-bottom{text-align:center;color:#666;border-top:1px solid #333;padding:14px 16px;font-size:12px}.single-header{max-width:800px;margin:0 auto 24px}.single-header .cat-badge{margin-bottom:12px}.single-header h1{margin-bottom:14px;font-size:32px;font-weight:900;line-height:1.15}.single-header .byline{color:var(--brand-gray);border-bottom:1px solid #eee;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:20px;font-size:13px;display:flex}.single-hero img{object-fit:cover;border-radius:var(--radius);width:100%;max-height:520px;margin-bottom:28px}.single-body{max-width:800px;margin:0 auto;font-size:16px;line-height:1.75}.single-body p{margin-bottom:18px}.single-body h2{margin:28px 0 12px;font-size:22px;font-weight:800}.single-body blockquote{border-left:4px solid var(--brand-red);background:var(--brand-light);margin:24px 0;padding:12px 20px;font-style:italic}.share-bar{flex-wrap:wrap;align-items:center;gap:10px;margin:28px 0;display:flex}.share-bar span{font-size:13px;font-weight:700}.share-btn{cursor:pointer;color:#fff;border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;display:flex}.share-btn--twitter{background:#1da1f2}.share-btn--facebook{background:#1877f2}.share-btn--whatsapp{background:#25d366}.share-btn--copy{background:var(--brand-gray)}.related-posts{border-top:var(--section-border);margin-top:48px;padding-top:24px}.related-posts h2{text-transform:uppercase;margin-bottom:20px;font-size:18px;font-weight:800}.post-tags{border-top:1px solid #eee;margin-top:24px;padding-top:20px}.post-tags__label{margin-right:8px;font-size:13px;font-weight:700}.tag-pill{background:var(--brand-light);border-radius:20px;margin:2px;padding:3px 10px;font-size:12px;display:inline-block}.category-hero{border-bottom:3px solid var(--brand-red);margin-bottom:24px;padding-bottom:16px}.category-hero h1{text-transform:uppercase;font-size:28px;font-weight:900}.category-hero p{color:var(--brand-gray);margin-top:6px}.category-lead{gap:0;margin-bottom:20px;display:flex}.category-lead__img{flex:1.2;display:block;overflow:hidden}.category-lead__img img{object-fit:cover;width:100%;height:300px}.category-lead .card-body{flex:1;padding:24px}.category-lead h2{margin:10px 0;font-size:22px;font-weight:800}.category-lead__excerpt{color:#555;font-size:14px;line-height:1.6}.category-lead .story-meta{margin-top:14px}.pagination{justify-content:space-between;gap:16px;margin-top:24px;font-size:14px;font-weight:700;display:flex}.page-heading{margin-bottom:24px}.page-heading h1{font-size:22px;font-weight:800}.page-heading em{color:var(--brand-red);font-style:normal}.not-found{text-align:center;padding:80px 16px}.not-found h1{color:#e5e5e5;font-size:80px;font-weight:900}.not-found h2{margin-bottom:12px;font-size:24px;font-weight:800}.not-found p{color:var(--brand-gray);margin-bottom:24px}.not-found a{background:var(--brand-red);color:#fff;border-radius:var(--radius);padding:12px 28px;font-size:14px;font-weight:700;display:inline-block}.not-found a:hover{color:#fff;opacity:.9}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;margin-left:auto;padding:8px;display:none}.mobile-menu-toggle span{background:var(--brand-dark);border-radius:2px;width:22px;height:2px;transition:all .25s}.mobile-bottom-nav{background:var(--brand-white);z-index:2000;border-top:1px solid #e5e5e5;height:56px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 8px #00000014}.mobile-bottom-nav ul{height:100%;list-style:none;display:flex}.mobile-bottom-nav li{flex:1;display:flex}.mobile-bottom-nav a{text-transform:uppercase;letter-spacing:.4px;color:var(--brand-gray);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font-size:9px;font-weight:700;text-decoration:none;transition:color .15s;display:flex}.mobile-bottom-nav a:hover,.mobile-bottom-nav a.active{color:var(--brand-red)}.mobile-bottom-nav .nav-icon{font-size:18px;line-height:1}.countries-section{border-top:var(--section-border);margin-top:40px;padding-top:24px}.countries-section .section-header{justify-content:space-between;margin-bottom:16px}.countries-section .section-header h2{text-transform:uppercase;margin:0;font-size:16px;font-weight:800}.countries-count{color:#888;font-size:12px;font-weight:600}.countries-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;display:grid}.country-card{background:var(--brand-white);border:1px solid #e8e8e8;border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;transition:background .2s,transform .15s,border-color .15s;display:flex}.country-card:hover{border-color:var(--brand-red);background:#fff0f0;transform:translateY(-2px)}.country-card__flag{font-size:26px;line-height:1}.country-card__name{color:var(--brand-dark);text-align:center;font-size:10px;font-weight:600;line-height:1.2}.live-badge{background:var(--brand-red);color:#fff;text-transform:uppercase;border-radius:3px;padding:2px 6px;font-size:10px;font-weight:700;animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width:1024px){.content-grid{grid-template-columns:1fr}.sidebar{grid-template-columns:repeat(2,1fr);display:grid}.footer-main{grid-template-columns:1fr 1fr}}@media (max-width:768px){body{font-size:14px}.mobile-bottom-nav{display:block}.primary-nav{display:none}.primary-nav.open{z-index:999;background:#fff;flex-direction:column;padding:12px 0;display:flex;position:absolute;top:60px;left:0;right:0;box-shadow:0 8px 24px #0000001f}.primary-nav.open ul{flex-direction:column}.mobile-menu-toggle{display:flex}.header-search{display:none}.hero-grid{grid-template-columns:1fr}.hero-stack{flex-direction:row;gap:3px}.story-card-sm{flex:1}.hero-img-link img{height:220px}.hero-text h2{font-size:18px}.card-grid-3,.card-grid-2,.sidebar{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr;gap:20px}.site-footer{margin-bottom:56px}.countries-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:6px}.country-card__flag{font-size:22px}.hcard-img img{width:90px;height:62px}.category-lead{flex-direction:column}.category-lead__img img{height:200px}}@media (max-width:480px){.hero-stack{flex-direction:column}.story-card-sm{flex:none}.hero-img-link img{height:200px}.page-wrap{padding:12px 10px}}.loading-state,.error-state{text-align:center;min-height:320px;color:var(--brand-gray);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:60px 20px;display:flex}.spinner{border:3px solid var(--brand-light);border-top-color:var(--brand-red);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-state h2{color:var(--brand-dark);font-size:22px}.error-state p{max-width:480px}.error-state button{background:var(--brand-red);color:var(--brand-white);border-radius:var(--radius);cursor:pointer;border:none;margin-top:4px;padding:10px 24px;font-weight:600}.error-state button:hover{background:#c00}
