:root{--navy:#13284a;--nav:#18203a;--red:#d40000;--red-dk:#b00007;--blue:#2663ec;--ink:#222;--muted:#777;--bg:#f7f7f7;--card:#fff;
--grad:linear-gradient(65deg,rgba(20,56,110,.96),rgba(16,32,57,.96),rgba(20,56,110,.96),rgba(16,32,57,.96));
--sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
--cond:"Oswald","Arial Narrow","Roboto Condensed","Helvetica Neue",Arial,sans-serif}
*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans)}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip{position:absolute;left:-999px;top:8px;background:#000;color:#fff;padding:8px 12px;z-index:9}.skip:focus{left:8px}
.container{max-width:1170px;margin:0 auto;padding:0 20px;width:100%;display:flex;align-items:center;justify-content:space-between}

/* header */
.site-head{color:#fff;padding:16px 0}
.head-dark{background:var(--navy);background-image:var(--grad)}
.head-blue{background:var(--blue)}
.logo{display:flex;align-items:center;gap:8px;color:#fff;font:800 25px/1 var(--sans);letter-spacing:-.6px}
.logo svg{width:30px;height:30px;flex:none}.logo b{font-weight:800;color:#ffd84d}
.head-blue .logo b{color:#fff;text-decoration:underline;text-decoration-color:var(--red);text-decoration-thickness:4px;text-underline-offset:4px}
.sign-up{background:var(--red);color:#fff;font:600 16px/1 var(--sans);padding:8px 11px;border-radius:3px}
.sign-up:hover{background:var(--red-dk)}

/* nav */
.main-nav{position:relative;font-size:16px}
.main-nav ul{list-style:none;display:flex;justify-content:space-between;gap:16px;margin:0;padding:9px 3px 10px;width:100%;font-weight:600;white-space:nowrap}
.nav-dark{background:var(--nav);color:#fff}
.nav-light{background:#fff;color:var(--ink);box-shadow:0 3px 8px rgba(136,136,136,.34)}
.main-nav a:hover,.main-nav a[aria-current]{color:var(--red)}.nav-dark a:hover,.nav-dark a[aria-current]{color:#ffd84d}
.nav-toggle{display:none;background:none;border:0;padding:10px 4px;cursor:pointer}
.nav-toggle span{display:block;width:24px;height:3px;margin:4px 0;border-radius:2px;background:currentColor;transition:transform .2s,opacity .2s}
.nav-dark .nav-toggle{color:#fff}.nav-light .nav-toggle{color:var(--ink)}
.main-nav.open .nav-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.main-nav.open .nav-toggle span:nth-child(2){opacity:0}
.main-nav.open .nav-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media (max-width:991px){
 .nav-toggle{display:block}
 .main-nav ul{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;padding:6px 20px 14px;z-index:4;background:inherit}
 .nav-dark ul{background:var(--nav)}.nav-light ul{background:#fff;box-shadow:0 8px 12px rgba(0,0,0,.12)}
 .main-nav ul li{padding:9px 0;border-top:1px solid rgba(127,127,127,.18)}
 .main-nav.open ul{display:flex}
}

/* ticker banner */
.ticker-box{width:100%;display:flex;justify-content:center;padding:25px 0;
 background:linear-gradient(90deg,rgba(10,22,48,.55),rgba(10,22,48,.25)),var(--banner,none) center/cover no-repeat,var(--navy)}
.ticker-container{display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;width:90%;max-width:1125px;color:#fff}
.breaking{font:700 36px/1 var(--cond);letter-spacing:5px;text-transform:uppercase;padding:5px 10px 7px;background:linear-gradient(#ff1a1a,#cc0008)}
.headline{width:100%;padding:5px 10px;background:#fff;color:var(--ink);font-weight:700;text-transform:uppercase;white-space:nowrap}
.scroll-bar{display:flex;width:100%}
.clock{flex:none;padding:5px 10px;font-size:14px;display:flex;align-items:center;background:linear-gradient(#ff1a1a,#cc0008);min-width:84px;justify-content:center}
.ticker-bar{flex:1;overflow:hidden;background:#222;padding:5px 0;font-weight:600;text-transform:uppercase;white-space:nowrap}
.scrolling-text{display:flex;align-items:center;gap:26px;padding-left:100%;width:max-content;animation:tick 60s linear infinite}
.scrolling-text:hover{animation-play-state:paused}
.scrolling-text a{display:inline-flex;align-items:center;gap:8px}.scrolling-text a:hover{color:#ffd84d}
.tick-cat{font-size:11px;letter-spacing:.05em;background:var(--red);padding:3px 6px;border-radius:3px}
@keyframes tick{from{transform:translateX(0)}to{transform:translateX(-100%)}}
@media (prefers-reduced-motion:reduce){.scrolling-text{animation:none;padding-left:10px}.ticker-bar{overflow-x:auto}}

/* layout */
.content-wrapper{display:flex;gap:20px;max-width:1170px;margin:0 auto;padding:20px 24px 32px}
.left-column{width:70%;min-width:0}.right-column{width:30%;min-width:0}
.card-link{display:block;color:inherit}
.ph{aspect-ratio:16/9;background:linear-gradient(135deg,#cfd8ea,#eef1f6)}

/* big hero card */
.hero{background:var(--card);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.hero>img,.hero>.ph{width:100%;height:auto;max-height:420px;object-fit:cover;aspect-ratio:16/8.7}
.hero-dark{background:#222;color:#fff}
.hero-body{padding:16px}
.category,.spot-cat{display:inline-block;color:#fff;background:var(--red);font-weight:700;text-transform:uppercase;border-radius:3px}
.hero .category{font-size:11px;letter-spacing:.05em;padding:4px 6px}
.hero h2{margin:10px 0 8px;font-size:30px;line-height:1.15}
.hero .subheadline{margin:0 0 8px;font-size:14px;line-height:1.45;color:#f0f0f0}
.hero .meta{font-size:12px;color:#c8c8c8;margin:0}
.card-link:hover .hero h2,.card-link:hover h3,.card-link:hover h4{color:var(--red)}
.card-link:hover .hero-dark h2{color:#ffd84d}

/* side-image cards */
.secondary-heroes{display:grid;grid-template-columns:1fr;gap:14px;margin-top:18px}
.hero-small{background:var(--card);border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden;display:flex;align-items:center}
.hero-small img,.hero-small .ph{width:330px;max-width:43%;height:220px;object-fit:cover;flex:none}
.hero-small-body{padding:10px 14px 12px}
.hero-small .category{font-size:10px;letter-spacing:.06em;padding:3px 6px;font-weight:600}
.hero-small h3{margin:10px 0 4px;font-size:18px;line-height:1.25}
.hero-small p{margin:5px 0;font-size:14px;line-height:1.4;color:#444}
.time{font-size:12px;color:var(--muted)}

/* section blocks */
.section-block,.widget-box{background:var(--card);border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.section-block{margin-top:26px;padding:14px 20px 10px 12px}
.widget-box{padding:14px 12px;margin-bottom:18px}
.section-block h3,.widget-box h3{margin:0 0 12px;font-size:16px;border-left:3px solid var(--red);padding-left:8px;text-transform:uppercase;letter-spacing:.08em}
.story-row{display:flex;gap:10px;margin-bottom:12px;align-items:center}
.story-row img,.story-row .ph{width:120px;min-width:120px;height:90px;border-radius:4px;object-fit:cover}
.story-row h4{margin:0 0 4px;font-size:14px;line-height:1.3}
.storyDescription{font-size:14px;line-height:1.3;margin:0 0 5px}
.story-row .meta{font-size:12px;color:var(--muted);margin:0}
.deals ul,.widget-box ul,.widget-box ol{margin:4px 0;padding-left:18px;font-size:14px;line-height:1.3}
.deals li,.widget-box li{margin-bottom:8px}
.deals a:hover,.widget-box a:hover{color:var(--red);text-decoration:underline}
.widget-box ol li::marker{font-weight:700;color:var(--ink)}

/* right spotlight */
.right-spotlight{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}
.spot-card{background:var(--card);border-radius:6px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.spot-card img,.spot-card .ph{width:100%;height:170px;object-fit:cover}
.spot-body{padding:12px}
.spot-cat{font-size:10px;padding:3px 6px;font-weight:600;letter-spacing:.05em}
.spot-card h4{margin:8px 0 4px;font-size:15px;line-height:1.25}

/* category bar */
.category-bar{margin:0 0 20px;padding:5px 15px;border-radius:6px;background:var(--blue);color:#fff;font-size:21px;font-weight:600;text-transform:uppercase}

/* article */
.article .hero-body{padding:20px 16px 8px}
.article h1{margin:10px 0 8px;font-size:30px;line-height:1.15}
.article .meta{font-size:12px;color:#aaa;margin:0 0 18px}
.post-body{font-size:20px;line-height:1.4}
.post-body p{margin:0 0 20px}
.post-body h2{font-size:24px;line-height:1.25;margin:30px 0 12px}
.post-body h3{font-size:21px;margin:24px 0 10px}
.post-body ul,.post-body ol{margin:0 0 20px;padding-left:24px}.post-body li{margin:0 0 8px}
.post-body a{color:var(--blue);text-decoration:underline}
.post-body strong{font-weight:700}
.note{margin:6px 0 16px;padding:12px 14px;border-left:3px solid var(--red);background:#f6f6f6;font-size:15px;line-height:1.45;color:#555}
.info .post-body{font-size:17px;line-height:1.55}.info .post-body h2{font-size:21px}
.nl-form{display:flex;gap:8px;flex-wrap:wrap}.nl-form input{flex:1 1 220px;padding:12px;border:1px solid #ccc;border-radius:4px;font:inherit}
.nl-form button{padding:12px 18px;border:0;border-radius:4px;background:var(--red);color:#fff;font:600 16px var(--sans);cursor:pointer}
.nl-fine{font-size:13px;color:var(--muted)}

/* footer */
.footer{margin-top:24px;padding:30px 16px 18px;text-align:center;color:#ddd;font-size:13px;background:var(--navy);background-image:var(--grad)}
.logo-foot{justify-content:center;margin:0 0 16px;font-size:22px}
.footer-links{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 16px}
.footer a:hover{color:#fff;text-decoration:underline}
.foot-note{max-width:760px;margin:0 auto 8px;color:#b9c0cc;font-size:12px}
.footer p{margin:0 0 6px}

/* responsive */
@media (min-width:768px) and (max-width:991px){
 .hero-small{flex-direction:column;align-items:stretch}.hero-small img,.hero-small .ph{width:100%;max-width:100%;height:auto;aspect-ratio:16/9}
}
@media (max-width:991px){.content-wrapper{flex-direction:column}.left-column,.right-column{width:100%}}
@media (max-width:767px){
 .content-wrapper{padding:20px 16px}
 .site-head{padding:12px 0}.logo{font-size:21px}.logo svg{width:26px;height:26px}.sign-up{font-size:14px;padding:6px 9px}
 .breaking{font-size:30px;width:100%;letter-spacing:4px}.headline{white-space:normal;padding:3px 10px}
 .hero h2,.article h1{font-size:24px}.hero>img{max-height:320px}
 .hero-small{flex-direction:column;align-items:stretch}.hero-small img,.hero-small .ph{width:100%;max-width:100%;height:auto;aspect-ratio:16/9}
 .story-row{flex-direction:column;align-items:flex-start;margin-bottom:20px}.story-row img,.story-row .ph{width:100%;height:auto;aspect-ratio:16/9}
 .spot-card img{height:auto;aspect-ratio:16/9}
 .category-bar{font-size:18px;display:inline-block;padding:5px 20px}
 .post-body{font-size:19px}
}
