*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:100%;scroll-behavior:smooth}
body{font-family:'Be Vietnam Pro',Arial,sans-serif;font-size:.95rem;line-height:1.55;color:#222;background:#f4f4f4}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
:root{--primary:#c50202;--primary-dark:#960000;--primary-light:#e60000;--muted:#666;--light:#f5f5f5;--border:#ddd;--radius:.45rem;--shadow:0 2px 8px rgba(0,0,0,.09);--header-h:76px;--nav-h:46px;--max-w:1200px}

/* TOPBAR */
.topbar{background:#f0f0f0;border-bottom:1px solid #e0e0e0;font-size:.78rem;color:#555}
.topbar__inner{max-width:var(--max-w);margin:0 auto;padding:5px 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px}
.topbar__left,.topbar__right{display:flex;gap:14px;align-items:center}
.topbar a:hover{color:var(--primary)}
.topbar__sep{color:#ccc}

/* HEADER */
.header{background:#fff;box-shadow:var(--shadow);position:sticky;top:0;z-index:900}
.header__inner{max-width:var(--max-w);margin:0 auto;padding:0 1rem;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:1rem}
.header__logo{display:flex;align-items:center;gap:.85rem;flex-shrink:0}
.header__logo-emblem{width:52px;height:52px;background:var(--primary);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.header__logo-emblem svg{width:30px;height:30px;fill:#fff}
.header__title{line-height:1.25}
.header__ministry{font-weight:800;font-size:clamp(.9rem,1.3vw,1.45rem);color:var(--primary);letter-spacing:-.2px}
.header__portal{font-size:.78rem;color:#555;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.header__toggle{display:none;background:none;border:none;cursor:pointer;padding:.4rem}
.hamburger{width:22px;height:2.5px;background:#222;position:relative;display:inline-block}
.hamburger::before,.hamburger::after{content:'';position:absolute;width:100%;height:2.5px;background:#222;left:0}
.hamburger::before{top:-7px}.hamburger::after{top:7px}

/* NAV */
.nav{background:#fff;border-top:1px solid var(--border);border-bottom:2px solid var(--primary);position:sticky;top:var(--header-h);z-index:800}
.nav__inner{max-width:var(--max-w);margin:0 auto;padding:0 1rem;height:var(--nav-h);display:flex;align-items:center;justify-content:center;gap:0;overflow-x:auto;scrollbar-width:none}
.nav__inner::-webkit-scrollbar{display:none}
.nav__list{display:flex;list-style:none;gap:2px;align-items:center}
.nav__link{display:flex;align-items:center;padding:.45rem 1rem;color:#222;font-weight:700;font-size:.85rem;border-radius:5px;white-space:nowrap;transition:background .2s,color .2s}
.nav__link:hover,.nav__link.active{background:var(--primary);color:#fff}

/* MISC */
.badge{display:inline-block;background:var(--primary);color:#fff;font-size:.64rem;padding:1px 5px;border-radius:2px;font-weight:800;vertical-align:middle;text-transform:uppercase;letter-spacing:.4px;margin-left:3px}
.badge.new{background:#E65100}
.btn{padding:.38rem .8rem;border-radius:.4rem;font-size:.85rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;cursor:pointer;font-family:inherit;font-weight:600;transition:all .22s ease;text-decoration:none;gap:4px}
.btn--outline{background:#fff;color:var(--primary);border-color:var(--primary)}
.btn--outline:hover{background:var(--primary);color:#fff}
.btn--small{font-size:.78rem;padding:.22rem .6rem}
.container{width:90%;max-width:var(--max-w);margin:0 auto}

/* BREADCRUMB */
.breadcrumb{font-size:.78rem;color:var(--muted);margin-bottom:1rem;display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.breadcrumb a{color:var(--primary)}.breadcrumb a:hover{text-decoration:underline}
.breadcrumb__sep{color:#ccc}

/* ARTICLE LAYOUT */
.article-layout{display:grid;grid-template-columns:1fr 280px;gap:1.4rem;margin-top:1.5rem;margin-bottom:2.5rem}
.article-card{background:#fff;border-radius:var(--radius);box-shadow:0 1px 6px rgba(0,0,0,.07);overflow:hidden;padding:1.4rem 1.6rem}
.article-cat{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--primary);margin-bottom:.5rem}
.article-title{font-size:1.45rem;font-weight:800;line-height:1.3;color:#111;margin-bottom:.8rem}
.article-meta{font-size:.78rem;color:var(--muted);display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}
.article-banner{width:100%;border-radius:var(--radius);margin-bottom:1.3rem;height:300px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3)}
.article-banner svg{width:64px;height:64px;fill:currentColor}
.article-lead{font-size:1rem;font-weight:600;color:#333;line-height:1.65;margin-bottom:1.2rem;padding:.9rem 1rem;background:#fff8f8;border-left:4px solid var(--primary);border-radius:0 var(--radius) var(--radius) 0}
.article-body{font-size:.92rem;line-height:1.75;color:#333}
.article-body p{margin-bottom:1rem}
.article-body h2{font-size:1.08rem;font-weight:800;color:#111;margin:1.5rem 0 .6rem;padding-bottom:.3rem;border-bottom:2px solid var(--primary)}
.article-body h3{font-size:.96rem;font-weight:700;color:var(--primary);margin:1.2rem 0 .4rem}
.article-body ul,.article-body ol{margin:.6rem 0 1rem 1.5rem}
.article-body li{margin-bottom:.35rem}
.article-body strong{color:#111}
.article-body .highlight-box{background:#f8f8ff;border:1px solid #ddd;border-radius:var(--radius);padding:.85rem 1rem;margin:1rem 0;font-size:.88rem}
.article-body .highlight-box strong{color:var(--primary)}
.article-tags{margin-top:1.4rem;padding-top:1rem;border-top:1px solid #eee;display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.article-tags>span{font-size:.75rem;font-weight:700;color:var(--muted)}
.tag{background:var(--light);border:1px solid var(--border);border-radius:3px;padding:3px 9px;font-size:.74rem;color:#444;cursor:pointer;transition:all .15s}
.tag:hover{background:var(--primary);border-color:var(--primary);color:#fff}
.article-nav{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}
.article-nav__item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem;transition:border-color .2s,box-shadow .2s;display:block}
.article-nav__item:hover{border-color:var(--primary);box-shadow:0 2px 8px rgba(197,2,2,.1)}
.article-nav__label{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.7px;color:var(--muted);margin-bottom:.3rem}
.article-nav__title{font-size:.82rem;font-weight:700;color:#222;line-height:1.35}
.article-nav__item:hover .article-nav__title{color:var(--primary)}
.article-nav__item.next{text-align:right}

/* SIDEBAR */
.sidebar{align-self:start;display:flex;flex-direction:column;gap:1rem}
.sidebar__block{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.05)}
.sidebar__block-head{background:var(--primary);color:#fff;padding:.5rem .9rem;font-size:.82rem;font-weight:800;display:flex;align-items:center;gap:6px}
.sidebar__block-body{padding:.85rem}
.sidebar__list{list-style:none}
.sidebar__list li{padding:.55rem 0;border-bottom:1px solid #f2f2f2;display:flex;align-items:flex-start;gap:8px}
.sidebar__list li:last-child{border-bottom:none}
.sidebar__list .num{flex-shrink:0;width:20px;height:20px;border-radius:3px;background:var(--light);color:var(--muted);font-size:.68rem;font-weight:800;display:flex;align-items:center;justify-content:center}
.sidebar__list li.top .num{background:var(--primary);color:#fff}
.sidebar__list a{font-size:.8rem;font-weight:600;color:#222;line-height:1.35;display:block;transition:color .2s}
.sidebar__list a:hover{color:var(--primary)}
.tag-cloud{display:flex;flex-wrap:wrap;gap:5px}
.event-list{display:flex;flex-direction:column;gap:10px}
.event-item{display:flex;gap:10px;align-items:flex-start}
.event-date{flex-shrink:0;width:40px;background:var(--primary);color:#fff;border-radius:4px;padding:5px 0;text-align:center}
.event-date__day{font-size:1.1rem;font-weight:900;line-height:1}
.event-date__mon{font-size:.6rem;text-transform:uppercase;opacity:.85}
.event-title{font-size:.8rem;font-weight:700;color:#222;line-height:1.3}
.event-meta{font-size:.71rem;color:var(--muted);margin-top:2px}
.event-item:hover .event-title{color:var(--primary)}

/* FOOTER */
.footer{background:var(--primary);color:#fff;width:100%}.footer__inner{max-width:var(--max-w);margin:0 auto}
.footer__inner{padding:1.4rem 1.2rem 1rem;display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:space-between}
.footer__col{flex:1 1 240px}
.footer__col h4{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.8px;margin-bottom:.7rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.25)}
.footer a{color:rgba(255,255,255,.82);font-size:.82rem}
.footer a:hover{color:#fff}
.footer__links{list-style:none;display:flex;flex-direction:column;gap:5px}
.footer__links li::before{content:'› ';opacity:.6}
.footer__info p{font-size:.82rem;line-height:1.65;opacity:.9}
.footer__bottom__wrap{border-top:1px solid rgba(255,255,255,.22);background:var(--primary)}.footer__bottom{max-width:var(--max-w);margin:0 auto;padding:.8rem 1.2rem;font-size:.75rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px;opacity:.8}

/* RESPONSIVE */
@media(max-width:900px){.article-layout{grid-template-columns:1fr}.footer__inner{flex-direction:column}}
@media(max-width:768px){:root{--header-h:64px}.header__toggle{display:block}.topbar__right{display:none}.nav{position:absolute;top:var(--header-h);left:0;width:100%;transform:translateY(-120%);transition:transform .3s ease;box-shadow:var(--shadow);z-index:850}.nav.is-open{transform:translateY(0)}.nav__inner{justify-content:flex-start;flex-direction:column;height:auto;padding:.5rem 1rem}.nav__list{flex-direction:column;width:100%}.nav__link{padding:.65rem .5rem;border-bottom:1px solid #f0f0f0;border-radius:0}.article-card{padding:1rem}.article-title{font-size:1.2rem}.article-nav{grid-template-columns:1fr}}
