:root{--green:#078a43;--green-2:#00a957;--ink:#111820;--muted:#6b7280;--line:#e5e7eb;--bg:#f7f8f8;--dark:#101418;--white:#fff;--danger:#e11d2f;--shadow:0 14px 40px rgba(17,24,32,.08);--radius:14px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:#fff;color:var(--ink)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 48px));margin:0 auto}.topbar{background:var(--dark);color:#e8ecef;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:20px;align-items:center;min-height:36px}.topbar a{opacity:.92}.masthead{background:#fff;border-bottom:1px solid var(--line)}.masthead-inner{display:grid;grid-template-columns:1fr 240px 260px;align-items:center;gap:28px;padding:26px 0}.brand-logo{line-height:1}.brand-logo strong{font-size:44px;letter-spacing:-2px;color:var(--green);font-weight:900}.brand-logo span{font-size:44px;color:#111820;font-weight:900}.brand-logo small{display:block;margin-top:6px;font-size:15px;font-weight:700}.verified-badge{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:700}.verified-icon{width:46px;height:46px;border-radius:12px;background:#e6f6ed;display:grid;place-items:center;color:var(--green);font-size:24px}.wa-button{background:var(--green);color:#fff;display:flex;gap:12px;align-items:center;justify-content:center;padding:12px 18px;border-radius:9px;font-weight:800;box-shadow:0 12px 26px rgba(7,138,67,.22)}.wa-button .wa{font-size:24px}.nav{background:#111820;color:#fff;border-bottom:3px solid var(--green)}.nav .container{display:flex;align-items:center;gap:0;overflow-x:auto}.nav a{padding:18px 22px;font-weight:800;font-size:13px;text-transform:uppercase;white-space:nowrap;border-right:1px solid rgba(255,255,255,.08)}.nav a.active,.nav a:hover{background:var(--green)}.ticker{background:#fff;border-bottom:1px solid var(--line);padding:14px 0}.ticker-inner{display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.ticker-label{background:var(--green);color:#fff;font-weight:900;padding:13px 20px;text-transform:uppercase;font-size:13px;white-space:nowrap}.ticker-content{padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex:1;font-size:14px}.ticker-time{color:var(--green);font-weight:800;white-space:nowrap}.main-grid{display:grid;grid-template-columns:280px 1fr 280px;gap:24px;margin-top:24px}.card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);overflow:hidden}.panel{padding:16px}.panel-title{display:flex;align-items:center;gap:10px;font-weight:900;text-transform:uppercase;border-bottom:1px solid var(--line);padding-bottom:12px;margin:0 0 14px}.panel-title:before{content:"";width:24px;height:24px;border:2px solid var(--green);border-radius:50%}.story-list{display:flex;flex-direction:column;gap:14px}.mini-story{display:grid;grid-template-columns:88px 1fr;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.mini-story:last-child{border-bottom:0;padding-bottom:0}.mini-story img{width:88px;height:68px;object-fit:cover;border-radius:8px}.mini-story h4{font-size:13px;line-height:1.25;margin:0 0 6px;font-weight:900}.time{font-size:12px;color:var(--green);font-weight:800}.panel-link{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:var(--green);font-weight:900;font-size:13px;margin-top:12px}.hero-card{position:relative;border-radius:var(--radius);overflow:hidden;min-height:410px;background:#111}.hero-card img{width:100%;height:410px;object-fit:cover}.hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.78))}.hero-copy{position:absolute;z-index:2;left:28px;right:28px;bottom:28px;color:#fff}.tag{display:inline-flex;background:var(--green);color:#fff;padding:7px 11px;border-radius:5px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.tag.red{background:var(--danger)}.hero-copy h1{font-size:34px;line-height:1.04;margin:16px 0 12px;letter-spacing:-1.3px}.hero-copy p{font-size:17px;line-height:1.45;margin:0 0 16px;color:#eef3f2}.meta{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:#d9e6df}.pick{display:grid;grid-template-columns:92px 1fr;gap:12px;margin-bottom:18px}.pick img{width:92px;height:82px;border-radius:8px;object-fit:cover}.pick small{color:var(--green);font-weight:900;text-transform:uppercase;font-size:11px}.pick h4{font-size:13px;line-height:1.22;margin:4px 0 6px;font-weight:900}.section-head{display:flex;align-items:center;gap:12px;margin:22px 0 14px;font-weight:900;text-transform:uppercase}.section-head:after{content:"";height:2px;background:var(--green);flex:1}.story-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:26px}.story-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 10px 24px rgba(17,24,32,.06)}.story-img{position:relative}.story-img img{height:132px;width:100%;object-fit:cover}.story-img .tag{position:absolute;left:10px;top:10px}.story-card h3{font-size:15px;line-height:1.23;margin:12px 12px 8px;font-weight:900}.story-card p{font-size:12px;color:var(--muted);margin:0 12px 12px}.footer{background:#101820;color:#fff;margin-top:22px}.footer-main{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1.35fr;gap:28px;padding:34px 0}.footer h4{margin:0 0 12px;font-size:14px;text-transform:uppercase}.footer p,.footer a{color:#d8dee5;font-size:13px;line-height:1.65}.footer-logo strong{font-size:30px;color:var(--green);font-weight:900}.footer-logo span{font-size:30px;font-weight:900}.socials{display:flex;gap:10px;flex-wrap:wrap}.socials a{width:34px;height:34px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;font-weight:900}.newsletter{display:flex;gap:0}.newsletter input{border:0;padding:12px 14px;border-radius:7px 0 0 7px;width:100%;min-width:0}.newsletter button,.btn{border:0;background:var(--green);color:#fff;padding:12px 16px;border-radius:0 7px 7px 0;font-weight:900;cursor:pointer}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:13px 0;color:#d8dee5;font-size:12px}.footer-bottom a{margin-left:20px;font-size:12px}.article-page{max-width:840px;margin:34px auto}.article-page h1{font-family:Georgia,serif;font-size:46px;line-height:1.05;margin:14px 0}.article-page .lead{font-size:20px;color:#4b5563;line-height:1.5}.article-page .body{font-size:18px;line-height:1.75;color:#1f2937}.tip-page{max-width:880px;margin:34px auto;padding:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.field label{font-weight:800}.field input,.field select,.field textarea{border:1px solid var(--line);border-radius:10px;padding:12px;font:inherit}.field textarea{min-height:120px}.full{grid-column:1/-1}.button-primary{background:var(--green);color:#fff;border:0;border-radius:9px;padding:13px 20px;font-weight:900;cursor:pointer}.notice-public{padding:14px 18px;border-radius:9px;background:#e6f6ed;color:#075c31;font-weight:800;margin:16px 0}@media(max-width:1050px){.masthead-inner{grid-template-columns:1fr}.main-grid{grid-template-columns:1fr}.story-cards{grid-template-columns:repeat(2,1fr)}.panel{box-shadow:none}.footer-main{grid-template-columns:1fr 1fr}.hero-card,.hero-card img{min-height:380px;height:380px}}@media(max-width:650px){.container{width:min(100% - 28px,1180px)}.topbar .container{display:block;padding:9px 0}.brand-logo strong,.brand-logo span{font-size:36px}.nav a{padding:14px 16px}.ticker-inner{display:block}.ticker-content{padding:12px 14px;display:block}.story-cards{grid-template-columns:1fr}.hero-copy h1{font-size:26px}.hero-copy{left:18px;right:18px}.footer-main{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom a{display:inline-block;margin:8px 16px 0 0}.form-grid{grid-template-columns:1fr}.article-page h1{font-size:34px}}
.crumb{display:inline-block;margin:12px 0 0;color:var(--green);font-weight:900}.page-heading{margin:28px 0 22px;border-bottom:1px solid var(--line);padding-bottom:18px}.page-heading h1{font-family:Georgia,serif;font-size:44px;line-height:1.05;margin:12px 0 8px}.page-heading p{font-size:18px;color:#4b5563;margin:0;max-width:760px}.page-cards{grid-template-columns:repeat(3,1fr);margin-top:18px}.page-static .body p{white-space:pre-wrap}.page-extra{margin-top:16px}.page-listing{min-height:420px}@media(max-width:900px){.page-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.page-cards{grid-template-columns:1fr}.page-heading h1{font-size:34px}}

/* Front-end admin editing controls */
.front-adminbar{position:sticky;top:0;z-index:9999;background:#072615;color:#fff;border-bottom:1px solid rgba(255,255,255,.14);box-shadow:0 10px 30px rgba(0,0,0,.18)}
.front-adminbar .container{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.front-adminbar span{color:#cfe8d9;font-size:13px;margin-left:8px}.front-admin-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.front-admin-actions a{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff;border-radius:999px;padding:8px 12px;font-weight:800;font-size:12px}.front-admin-actions a.primary{background:#0b8a43;border-color:#12a854}.front-admin-actions a:hover{background:#0b8a43}.hero-card,.mini-story,.pick,.story-card{position:relative}.front-edit-badge{position:absolute;right:8px;top:8px;z-index:20;background:#0b8a43;color:#fff;border:2px solid #fff;border-radius:999px;padding:7px 10px;font-size:12px;line-height:1;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.22);cursor:pointer;text-transform:none;letter-spacing:0}.front-edit-badge:hover{background:#075e31;transform:translateY(-1px)}.hero-card .front-edit-badge{right:16px;top:16px;padding:9px 13px}.mini-story .front-edit-badge,.pick .front-edit-badge{right:4px;top:4px;font-size:11px;padding:6px 8px}.front-context-actions{min-height:0;margin:0 0 12px}.article-page>.front-context-actions .front-edit-badge{position:static;display:inline-flex;width:max-content}.front-page-action-row{display:flex;justify-content:flex-end;margin:0 0 12px}.front-page-edit{display:inline-flex;align-items:center;gap:8px;background:#0b8a43;color:#fff;border-radius:999px;padding:10px 14px;font-weight:900;font-size:13px;box-shadow:0 10px 24px rgba(7,138,67,.18)}.front-page-edit:hover{background:#075e31}@media(max-width:650px){.front-adminbar .container{display:block;padding:9px 0}.front-admin-actions{margin-top:8px}.front-edit-badge{font-size:11px;padding:6px 8px}.front-page-action-row{justify-content:flex-start}}

/* Category/news menu pages: Briefly-style section layout for every menu except Home */
.category-page{background:#fff;padding-bottom:24px}.category-ad-top{margin-top:22px;margin-bottom:32px;background:#f0f0f0;border:1px solid #eee;min-height:118px;display:grid;place-items:center;color:#9ca3af;position:relative}.category-ad-top>span{position:absolute;top:10px;font-size:13px;color:#999}.category-ad-banner{width:min(720px,80%);height:72px;background:linear-gradient(90deg,#e7f6d9,#fafafa);border:1px solid #e2e8f0;display:grid;place-items:center;color:#111820;font-weight:800;border-radius:2px}.category-heading-wrap{margin-bottom:22px}.category-heading-line{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.category-heading-line span{height:2px;background:var(--green)}.category-heading-line h1{margin:0;text-transform:uppercase;color:var(--green);font-size:18px;letter-spacing:.04em;font-weight:900}.category-heading-wrap>p{text-align:center;color:#6b7280;font-size:15px;margin:10px auto 0;max-width:760px}.category-layout-grid{display:grid;grid-template-columns:1.05fr 1.05fr .72fr;gap:28px;align-items:start}.category-feature-card,.category-popular-card,.category-latest-card{background:#fff}.category-feature-card h2,.category-popular-card h2,.category-latest-card h2{margin:0 0 0;background:var(--green);color:#fff;text-transform:uppercase;font-size:16px;letter-spacing:.02em;font-weight:900;padding:15px 18px}.category-feature-link{position:relative;display:block;background:#0f1720;overflow:hidden}.category-feature-link img{width:100%;height:330px;object-fit:cover}.category-feature-link:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.62))}.category-feature-copy{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff}.category-feature-copy h3{font-size:30px;line-height:1.08;margin:10px 0 8px;font-weight:900;letter-spacing:-.6px}.category-feature-copy p{margin:0;color:#e8f4ee;font-size:14px;line-height:1.45}.category-popular-list{border-left:1px solid var(--line);border-right:1px solid var(--line)}.cat-popular-item{position:relative;display:grid;grid-template-columns:34px 116px 1fr;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cat-popular-item .rank{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#2868a5;color:#fff;font-weight:900;margin-left:0}.cat-popular-item img{width:116px;height:72px;object-fit:cover}.cat-popular-item small{display:block;color:var(--green);text-transform:uppercase;font-size:11px;font-weight:900;margin-bottom:3px}.cat-popular-item h3{font-size:17px;line-height:1.18;margin:0 12px 0 0;font-weight:900}.category-side-col{display:flex;flex-direction:column;gap:26px}.category-side-ad{background:#f4f4f4;padding:10px;border:1px solid #eee;color:#111820}.category-side-ad>span{display:block;text-align:center;color:#999;font-size:12px;margin-bottom:10px}.category-side-ad>div{background:#fff;border:1px solid #d6dde6;border-radius:14px;padding:18px;min-height:200px}.category-side-ad strong{display:block;font-size:18px;margin-bottom:14px}.category-side-ad p{font-size:14px;line-height:1.45;color:#111820}.category-side-ad button{background:#111820;color:#fff;border:0;border-radius:7px;padding:10px 14px;font-weight:900}.cat-latest-item{position:relative;display:block;border-bottom:1px solid var(--line);padding:18px 0}.cat-latest-item h3{font-size:18px;line-height:1.25;margin:0 0 10px;font-weight:900}.cat-latest-item div{display:flex;gap:12px;align-items:center;flex-wrap:wrap;color:#6b7280;font-size:13px}.cat-latest-item div span:first-child{background:#f3f4f6;border:1px solid #e5e7eb;color:#6b7280;padding:7px 10px}.empty-category-note{padding:22px;border:1px solid var(--line);border-top:0;color:#6b7280}.category-layout-grid .front-edit-badge{right:10px;top:10px}.cat-popular-item .front-edit-badge,.cat-latest-item .front-edit-badge{right:4px;top:8px;font-size:10px;padding:6px 8px}@media(max-width:1100px){.category-layout-grid{grid-template-columns:1fr 1fr}.category-side-col{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.category-feature-link img{height:300px}}@media(max-width:760px){.category-layout-grid{grid-template-columns:1fr}.category-side-col{display:flex}.category-heading-line{grid-template-columns:1fr}.category-heading-line span{display:none}.category-heading-line h1{text-align:center}.cat-popular-item{grid-template-columns:34px 92px 1fr}.cat-popular-item img{width:92px;height:64px}.category-feature-copy h3{font-size:24px}.category-ad-banner{width:92%}}

.policy-download{margin-top:28px;padding-top:22px;border-top:1px solid #e5e7eb}
.policy-download a{display:inline-block;background:#078a45;color:#fff;text-decoration:none;font-weight:800;padding:13px 18px;border-radius:12px}
.policy-download a:hover{background:#066c37}
.footer-bottom div:last-child{display:flex;flex-wrap:wrap;gap:14px 18px;justify-content:flex-end}
.footer-bottom a{margin:0!important}

.topbar-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.topbar-socials{display:inline-flex;align-items:center;gap:8px;margin-left:4px}.topbar-socials a{display:inline-grid;place-items:center;width:20px;height:20px;border:1px solid rgba(255,255,255,.25);border-radius:50%;font-size:11px;font-weight:900}.topbar-socials a:hover{background:rgba(255,255,255,.12)}.search-icon{opacity:.9}.socials:empty{display:none}.socials a[aria-label="LinkedIn"]{font-size:11px}.muted{color:#6b7280;font-size:13px;line-height:1.55}

.footer-bottom small{color:#94a3b8;font-size:11px}.topbar-socials{display:inline-flex;gap:10px;align-items:center;margin-left:8px}.topbar-socials a{font-weight:800}.socials{display:flex;gap:12px;flex-wrap:wrap}.socials a{width:42px;height:42px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;font-weight:900}
.socials a span,.topbar-socials a span{line-height:1}.socials a img{width:20px;height:20px;object-fit:contain}.topbar-socials a img{width:12px;height:12px;object-fit:contain}.wa.social-wa-icon{display:grid;place-items:center}.wa.social-wa-icon img{width:24px;height:24px;object-fit:contain}.wa.social-wa-icon span{line-height:1}
