:root{
  --blue:#0b43a5;--blue2:#0d8df0;--ink:#101828;--muted:#667085;--line:#e7ebf1;
  --bg:#fff;--soft:#f5f8fc;--card:#fff;--shadow:0 12px 35px rgba(16,24,40,.08)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg)}
a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:#f5f7fa;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}.topbar-inner{height:34px;display:flex;justify-content:space-between;align-items:center}.top-links{display:flex;gap:20px;align-items:center}.top-links button{border:0;background:none;cursor:pointer;font-size:17px;color:var(--muted)}
.header{background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 4px 20px rgba(0,0,0,.04)}.header-main{height:100px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand img{display:block;width:270px;height:auto;max-height:80px;object-fit:contain}.header-actions{display:flex;align-items:center;gap:12px}.search-toggle{border:1px solid var(--line);background:#fff;border-radius:9px;padding:11px 15px;color:var(--muted);cursor:pointer;font-weight:600}.live-btn{background:var(--blue);color:#fff;padding:11px 16px;border-radius:9px;font-size:12px;font-weight:800;letter-spacing:.4px}.pulse{display:inline-block;width:7px;height:7px;border-radius:50%;background:#fff;margin-right:7px;box-shadow:0 0 0 5px rgba(255,255,255,.16)}
.search-panel{display:none;border-top:1px solid var(--line);padding:14px 0;background:#fff}.search-panel.show{display:block}.search-panel input{width:100%;padding:15px 18px;border:1px solid #d8dee8;border-radius:10px;font-size:15px;outline:none}.nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.nav-inner{display:flex;overflow:auto;white-space:nowrap}.nav a{padding:16px 13px;font-size:12px;font-weight:800;letter-spacing:.35px;color:#344054;position:relative}.nav a:hover,.nav a.active{color:var(--blue)}.nav a.active:after{content:"";position:absolute;height:3px;left:10px;right:10px;bottom:0;background:var(--blue2);border-radius:3px}.menu-btn{display:none;border:0;background:none;font-size:25px}
.breaking{background:var(--blue);color:#fff}.breaking-inner{display:flex;min-height:42px;align-items:center}.breaking-label{font-size:11px;font-weight:900;background:#fff;color:var(--blue);padding:7px 10px;border-radius:4px;margin-right:15px;white-space:nowrap}.ticker{font-size:12px;font-weight:600;overflow:hidden;position:relative;height:18px;flex:1}.ticker span{position:absolute;white-space:nowrap;animation:ticker 14s linear infinite}.ticker span:nth-child(2){animation-delay:7s;transform:translateX(100%)}@keyframes ticker{0%{transform:translateX(100%)}8%,45%{transform:translateX(0)}53%,100%{transform:translateX(-120%)}}
.hero-section{padding:42px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.eyebrow{display:block;font-size:10px;font-weight:900;letter-spacing:1.5px;color:var(--blue2);margin-bottom:5px}.section-heading h1,.section-heading h2{margin:0;letter-spacing:-.8px}.section-heading h1{font-size:30px}.section-heading h2{font-size:24px}.see-all{font-size:12px;color:var(--blue);font-weight:800}.hero-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:25px}.hero-card,.news-row,.card,.wide-card,.ent-card,.international article,.food-grid article{background:var(--card)}.hero-card{border-radius:14px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}.photo{background-size:cover;background-position:center}.featured .photo{height:370px}.category{position:absolute;margin:16px;background:var(--blue2);color:#fff;padding:7px 10px;border-radius:5px;font-size:10px;font-weight:900}.hero-content{padding:22px}.hero-content h2{font-size:28px;line-height:1.18;margin:8px 0}.hero-content p{color:var(--muted);font-size:13px;line-height:1.7;margin:0}.meta{font-size:10px;color:#98a2b3;margin-top:10px}.side-news{display:flex;flex-direction:column;gap:0}.news-row{display:grid;grid-template-columns:135px 1fr;gap:15px;padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid var(--line)}.thumb{height:98px;border-radius:9px;background-size:cover;background-position:center}.news-row h3{font-size:15px;line-height:1.35;margin:5px 0}.category-text{font-size:9px;font-weight:900;color:var(--blue2);letter-spacing:.8px}
.content-section{padding:35px 0}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:.2s}.card:hover,.ent-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-photo{height:190px;background-size:cover;background-position:center}.card-body{padding:17px}.card h3{font-size:17px;line-height:1.35;margin:7px 0}.card p{font-size:12px;color:var(--muted);line-height:1.6;margin:8px 0}
.split-section{display:grid;grid-template-columns:1.5fr .8fr;gap:45px;padding:45px 0}.wide-card{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden}.wide-photo{min-height:270px;background-size:cover;background-position:center}.wide-body{padding:25px}.wide-body h3{font-size:21px;line-height:1.3;margin:8px 0}.wide-body p{font-size:12px;color:var(--muted);line-height:1.7}.most-read ol{list-style:none;margin:0;padding:0}.most-read li{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid var(--line)}.most-read li>span{font-size:22px;font-weight:900;color:#d0d5dd}.most-read h3{font-size:13px;line-height:1.4;margin:0}.most-read small{font-size:10px;color:#98a2b3}
.category-strip{background:var(--soft);padding:45px 0}.viral-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.viral-grid article{cursor:pointer}.viral-photo{height:190px;border-radius:10px;background-size:cover;background-position:center}.viral-grid h3{font-size:14px;line-height:1.4;margin:10px 0 0}
.ent-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ent-card{display:grid;grid-template-columns:190px 1fr;gap:18px;border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:.2s}.ent-photo{height:150px;background-size:cover;background-position:center}.ent-card>div:last-child{padding:22px 15px 10px 0}.ent-card h3{font-size:17px;line-height:1.35;margin:7px 0}
.international{display:grid;grid-template-columns:1fr 1fr;gap:20px}.international article{display:grid;grid-template-columns:45% 55%;border:1px solid var(--line);border-radius:12px;overflow:hidden}.intl-photo{min-height:190px;background-size:cover;background-position:center}.intl-body{padding:20px}.intl-body h3{font-size:16px;line-height:1.35;margin:7px 0}.intl-body p{font-size:12px;line-height:1.6;color:var(--muted)}
.food-section{background:#101828;color:#fff;padding:45px 0 55px}.food-section .eyebrow{color:#6bb7ff}.food-section .see-all{color:#6bb7ff}.food-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:18px}.food-grid article{position:relative;min-height:280px;overflow:hidden;border-radius:12px;background:#222}.food-photo{position:absolute;inset:0;background-size:cover;background-position:center}.food-grid article:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(0,0,0,.78))}.food-grid h3{position:absolute;z-index:2;left:20px;right:20px;bottom:16px;font-size:18px;line-height:1.3;margin:0}
.newsletter{padding:45px 0;background:#eef6ff}.newsletter-inner{display:flex;justify-content:space-between;align-items:center;gap:35px}.newsletter h2{font-size:25px;max-width:620px;margin:5px 0}.newsletter p{color:var(--muted);font-size:12px}.newsletter form{display:flex;min-width:410px}.newsletter input{flex:1;border:1px solid #ccd5e1;border-radius:9px 0 0 9px;padding:13px}.newsletter button{border:0;background:var(--blue);color:#fff;font-weight:800;font-size:10px;padding:0 17px;border-radius:0 9px 9px 0;cursor:pointer}
footer{background:#fff;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding:45px 0}.footer-brand img{width:210px}.footer-brand p{font-size:12px;color:var(--muted);line-height:1.7;max-width:320px}.footer-grid h4{font-size:10px;letter-spacing:1.2px;margin:5px 0 15px}.footer-grid a{display:block;font-size:12px;color:var(--muted);margin:10px 0}.copyright{border-top:1px solid var(--line);padding:18px 0;font-size:10px;color:#98a2b3}
.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);opacity:0;background:#101828;color:#fff;padding:12px 18px;border-radius:9px;font-size:12px;z-index:50;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
body.dark{--bg:#0b1220;--ink:#f4f7fb;--muted:#a9b4c5;--line:#253044;--card:#111a2b;--soft:#0f1726}body.dark .header,body.dark .search-panel,body.dark footer,body.dark .topbar{background:#0d1524}body.dark .search-toggle{background:#111a2b;color:#a9b4c5}body.dark .nav a{color:#c5cfdd}
.photo-1{background-image:url("https://images.unsplash.com/photo-1529107386315-e1a2ed48a620?auto=format&fit=crop&w=1200&q=80")}.photo-2{background-image:url("https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=700&q=80")}.photo-3{background-image:url("https://images.unsplash.com/photo-1521295121783-8a321d551ad2?auto=format&fit=crop&w=700&q=80")}.photo-4{background-image:url("https://images.unsplash.com/photo-1589578527966-fdac0f44566c?auto=format&fit=crop&w=700&q=80")}
.photo-5{background-image:url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=900&q=80")}.photo-6{background-image:url("https://images.unsplash.com/photo-1556761175-4b46a572b786?auto=format&fit=crop&w=900&q=80")}.photo-7{background-image:url("https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=900&q=80")}
.photo-8{background-image:url("https://images.unsplash.com/photo-1529107386315-e1a2ed48a620?auto=format&fit=crop&w=900&q=80")}.photo-9{background-image:url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=800&q=80")}.photo-10{background-image:url("https://images.unsplash.com/photo-1536240478700-b869070f9279?auto=format&fit=crop&w=800&q=80")}.photo-11{background-image:url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=800&q=80")}.photo-12{background-image:url("https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=800&q=80")}
.photo-13{background-image:url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=900&q=80")}.photo-14{background-image:url("https://images.unsplash.com/photo-1608889175113-8a1a4f2e0d5a?auto=format&fit=crop&w=900&q=80")}.photo-15{background-image:url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=900&q=80")}
.photo-16{background-image:url("https://images.unsplash.com/photo-1485846234645-a62644f84728?auto=format&fit=crop&w=900&q=80")}.photo-17{background-image:url("https://images.unsplash.com/photo-1461896836934-ffe607ba8211?auto=format&fit=crop&w=900&q=80")}.photo-18{background-image:url("https://images.unsplash.com/photo-1521295121783-8a321d551ad2?auto=format&fit=crop&w=900&q=80")}.photo-19{background-image:url("https://images.unsplash.com/photo-1495020689067-958852a7765e?auto=format&fit=crop&w=900&q=80")}.photo-20{background-image:url("https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=1000&q=80")}.photo-21{background-image:url("https://images.unsplash.com/photo-1563245372-f21724e3856d?auto=format&fit=crop&w=900&q=80")}.photo-22{background-image:url("https://images.unsplash.com/photo-1551218808-94e220e084d2?auto=format&fit=crop&w=900&q=80")}

@media(max-width:900px){
 .container{width:min(100% - 28px,700px)}.top-links a{display:none}.header-main{height:82px}.brand img{width:205px}.menu-btn{display:block}.nav{display:none}.nav.open{display:block}.nav-inner{display:flex;flex-direction:column;padding:5px 0}.nav a{padding:12px}.header-actions .search-toggle span{display:none}.hero-grid,.split-section{grid-template-columns:1fr}.featured .photo{height:300px}.card-grid,.viral-grid{grid-template-columns:1fr 1fr}.ent-grid,.international{grid-template-columns:1fr}.food-grid{grid-template-columns:1fr 1fr}.food-grid article:first-child{grid-column:span 2}.newsletter-inner{display:block}.newsletter form{min-width:0;width:100%;margin-top:20px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{display:none}
}
@media(max-width:560px){
 .topbar{display:none}.container{width:calc(100% - 24px)}.header-main{gap:10px}.brand img{width:175px}.live-btn{padding:9px}.search-toggle{padding:9px}.breaking-inner{min-height:38px}.breaking-label{font-size:9px;margin-right:8px}.ticker{font-size:10px}.hero-section{padding:28px 0}.section-heading h1{font-size:24px}.section-heading h2{font-size:20px}.side-news{margin-top:22px}.news-row{grid-template-columns:105px 1fr}.thumb{height:82px}.news-row h3{font-size:13px}.card-grid,.viral-grid,.food-grid{grid-template-columns:1fr}.food-grid article:first-child{grid-column:auto}.card-photo{height:210px}.wide-card{grid-template-columns:1fr}.wide-photo{min-height:220px}.ent-card{grid-template-columns:125px 1fr}.ent-photo{height:145px}.ent-card>div:last-child{padding:16px 12px 8px 0}.ent-card h3{font-size:14px}.international article{grid-template-columns:1fr}.intl-photo{min-height:210px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}.footer-grid>div:nth-child(4){display:none}.newsletter h2{font-size:20px}.newsletter button{font-size:9px;padding:0 11px}
}
