
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f3f3f3;color:#111}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.hidden{display:none!important}
.site-header{background:#fff;position:sticky;top:0;z-index:40;box-shadow:0 1px 12px #0002}.top{max-width:1500px;margin:auto;height:78px;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:31px;font-weight:900;letter-spacing:-1.5px}.logo b{color:#e3131b}.actions{display:flex;gap:10px;align-items:center}.actions button,.home-link{border:1px solid #ddd;background:#fff;padding:10px 15px;border-radius:24px;font-weight:800}nav{border-top:1px solid #eee;max-width:1500px;margin:auto;padding:13px 28px}nav a{font-weight:900}
main{max-width:1500px;margin:auto;padding:28px}.admin-bar{display:flex;align-items:center;gap:12px;background:#111;color:white;padding:12px 16px;margin-bottom:20px}.admin-bar span{opacity:.75;margin-right:auto}.admin-bar button{border:0;padding:8px 13px;font-weight:800}
.search-panel{background:#fff;border-top:1px solid #eee;padding:14px max(28px,calc((100vw - 1500px)/2 + 28px));box-shadow:0 5px 12px #0001}.search-panel>div{display:flex;gap:8px}.search-panel input{width:100%;padding:14px;border:2px solid #111}.search-panel button{border:0;background:#111;color:#fff;padding:0 20px;font-weight:800}.search-panel p{margin:7px 0 0;font-size:13px}
.hero{display:grid;grid-template-columns:1.5fr 1fr;gap:12px;height:520px;margin-bottom:42px}.hero-main,.hero-small{background-size:cover;background-position:center;position:relative;overflow:hidden;border-radius:8px}.hero-main:before,.hero-small:before{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,#000e)}.hero-main>div,.hero-small>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:24px;color:#fff}.hero-main span,.hero-small span,.category,.article-category{display:inline-block;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.4px;background:#e3131b;color:#fff;padding:6px 9px}.hero-main h1{font-size:38px;line-height:1.05;margin:8px 0}.hero-small h2{font-size:20px;line-height:1.12;margin:7px 0}.hero-small-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.section-title{display:flex;align-items:end;justify-content:space-between;border-bottom:3px solid #111;margin-bottom:20px}.section-title>div{display:flex;align-items:center;gap:10px}.section-title span{display:block;width:6px;height:34px;background:#e3131b}.section-title h2{font-size:31px;margin:0 0 10px}.section-title>b{font-size:13px;margin-bottom:13px;color:#666}
.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.story-card{background:white;border-radius:9px;overflow:hidden;display:flex;flex-direction:column;min-height:470px;transition:transform .15s,box-shadow .15s}.story-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0002}.story-card img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#ddd}.story-copy{padding:18px;display:flex;flex-direction:column;flex:1}.story-copy .category{align-self:flex-start}.story-copy h3{font-size:23px;line-height:1.13;margin:10px 0}.story-copy p{font-size:15px;line-height:1.52;color:#555;margin:0 0 15px}.read-more{font-weight:900;margin-top:auto}.image-error:before{content:"Image unavailable";display:grid;place-items:center;height:210px;background:#ddd;color:#777}
.article-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(300px,1fr);gap:28px;align-items:start}.article-card,.related{background:white;border-radius:9px;padding:28px}.back{font-weight:900;color:#e3131b}.article-category{margin-top:22px}.article-card h1{font-size:46px;line-height:1.07;letter-spacing:-1.5px;margin:12px 0 22px}.article-image{width:100%;max-height:650px;object-fit:cover}.article-body{max-width:900px;margin:28px auto}.article-body p{font-family:Georgia,'Times New Roman',serif;font-size:20px;line-height:1.8;margin:0 0 23px}.related{position:sticky;top:105px}.related h2{border-bottom:3px solid #e3131b;padding-bottom:10px}.related>a{display:grid;grid-template-columns:105px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid #ddd}.related img{width:105px;height:78px;object-fit:cover}.related span{font-size:10px;color:#e3131b;font-weight:900;text-transform:uppercase}.related h3{font-size:15px;line-height:1.15;margin:5px 0}.article-admin{display:flex;gap:10px;margin-top:30px}.article-admin button{padding:10px 15px;border:0;font-weight:900}.article-admin button:last-child{background:#b91c1c;color:white}
footer{background:#111;color:white;margin-top:55px;padding:55px max(28px,calc((100vw - 1500px)/2 + 28px))}footer .logo{color:white}footer p{color:#bbb}
.modal{position:fixed;inset:0;background:#000b;z-index:100;overflow:auto;padding:25px;display:grid;place-items:center}.modal-card{width:min(530px,100%);background:white;padding:26px;position:relative;border-radius:9px}.modal-card.editor{width:min(780px,100%)}.modal-card input,.modal-card textarea{display:block;width:100%;padding:12px;border:1px solid #bbb;margin:10px 0}.modal-card textarea{min-height:100px}.modal-card .body-editor{min-height:300px}.x{position:absolute;right:10px;top:7px;border:0;background:none;font-size:29px}.primary{background:#111;color:white;border:0;padding:12px 18px;font-weight:900}.preview{width:100%;max-height:250px;object-fit:cover}
@media(max-width:1000px){.story-grid{grid-template-columns:1fr 1fr}.hero{height:470px}.article-layout{grid-template-columns:1fr}.related{position:static}}
@media(max-width:650px){.top{height:65px;padding:0 14px}.logo{font-size:25px}nav{padding:11px 14px}main{padding:14px}.hero{display:block;height:auto}.hero-main{display:block;height:330px;margin-bottom:10px}.hero-small-grid{grid-template-columns:1fr 1fr}.hero-small{height:210px}.hero-main h1{font-size:28px}.hero-small h2{font-size:16px}.story-grid{grid-template-columns:1fr}.story-card{min-height:0}.article-card,.related{padding:16px}.article-card h1{font-size:32px}.article-body p{font-size:18px}.admin-bar{flex-wrap:wrap}.admin-bar span{width:100%;order:3}}
