:root{
  --art-font-scale:1;
  --art-top-h:68px;
  --art-bottom-h:72px;
  --art-left-w:274px;
  --art-right-w:304px;
  --art-bg:#f3f7f6;
  --art-surface:#ffffff;
  --art-surface-soft:#f7faf9;
  --art-text:#15231f;
  --art-muted:#60716b;
  --art-border:#dbe7e2;
  --art-primary:#087a6c;
  --art-primary-dark:#056155;
  --art-primary-soft:#e7f5f1;
  --art-accent:#e9862f;
  --art-accent-soft:#fff3e8;
  --art-blue:#1769aa;
  --art-danger:#b4232f;
  --art-success:#18794e;
  --art-shadow:0 14px 36px rgba(27,61,52,.09);
  --art-shadow-sm:0 8px 22px rgba(27,61,52,.07);
  --art-radius:18px;
  --art-radius-sm:12px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--art-bg)}
html body{display:block!important;align-items:initial!important;justify-content:initial!important;margin:0!important;padding:var(--art-top-h) 0 calc(var(--art-bottom-h) + 16px)!important;background:radial-gradient(circle at 8% 0%,rgba(8,122,108,.08),transparent 31%),linear-gradient(180deg,#f8fbfa 0%,var(--art-bg) 100%)!important;color:var(--art-text)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;font-size:calc(16px * var(--art-font-scale));line-height:1.58;min-height:100vh;overflow-x:hidden;text-align:left}
body a{color:var(--art-primary);text-underline-offset:3px}
body a:hover{color:var(--art-primary-dark)}
body img{max-width:100%;height:auto}
body h1,body h2,body h3,body h4{font-family:inherit!important;color:var(--art-text)!important;line-height:1.18!important;letter-spacing:-.02em}
body h1{font-size:calc(clamp(1.8rem,3vw,2.65rem) * var(--art-font-scale))!important;margin:0 0 16px!important}
body h2{font-size:calc(clamp(1.42rem,2.3vw,2rem) * var(--art-font-scale))!important;margin:0 0 14px!important}
body h3{font-size:calc(clamp(1.12rem,1.8vw,1.42rem) * var(--art-font-scale))!important;margin:0 0 10px!important}
body p,body li,body td,body th,body label,body input,body select,body textarea,body button{font-size:calc(1rem * var(--art-font-scale))}
body p{color:#435650!important;line-height:1.72!important}
body .muted,body .meta-info,body .post-meta{color:var(--art-muted)!important}

/* Fixed module shell */
.articles-topbar{position:fixed;inset:0 0 auto 0;height:var(--art-top-h);z-index:1300;display:grid;grid-template-columns:minmax(270px,1fr) auto minmax(270px,1fr);align-items:center;gap:14px;padding:8px 18px;background:rgba(5,57,52,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 7px 24px rgba(4,47,43,.18);color:#fff}
.articles-topbar a{text-decoration:none}.articles-topbar__brand,.articles-topbar__actions{display:flex;align-items:center;gap:10px;min-width:0}.articles-topbar__actions{justify-content:flex-end}.articles-brand{display:flex;align-items:center;gap:9px;color:#fff!important;min-width:0}.articles-brand__mark{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#f4a54b,#dc7024);font-weight:900;box-shadow:inset 0 1px rgba(255,255,255,.35)}.articles-brand__copy{display:flex;flex-direction:column;line-height:1.05}.articles-brand__copy strong{font-size:14px;letter-spacing:.01em}.articles-brand__copy small{font-size:10px;color:#bfe2d9;margin-top:4px}.articles-topbar__divider{width:1px;height:30px;background:rgba(255,255,255,.17)}.articles-current-page{display:flex;align-items:center;gap:7px;min-width:0;color:#d8eee8}.articles-current-page b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.articles-current-page span{font-size:16px}
.articles-icon-button,.articles-search-button{border:1px solid rgba(255,255,255,.14)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;box-shadow:none!important;border-radius:11px!important;min-height:40px;cursor:pointer;transition:.18s ease}.articles-icon-button{width:40px;padding:0!important;display:grid;place-items:center;font-weight:800}.articles-icon-button:hover,.articles-search-button:hover{background:rgba(255,255,255,.15)!important;transform:translateY(-1px)}.articles-search-button{height:40px;display:flex;align-items:center;gap:7px;padding:0 10px!important}.articles-search-button kbd{font:inherit;font-size:10px;padding:2px 5px;border:1px solid rgba(255,255,255,.22);border-radius:5px;color:#d4e8e2}.articles-search-label{font-size:12px;font-weight:750}
.articles-topnav{display:flex;align-items:center;gap:5px}.articles-dropdown{position:relative}.articles-dropdown>button{height:40px;border:0!important;background:transparent!important;color:#e7f5f1!important;padding:0 13px!important;border-radius:10px!important;font-weight:750;cursor:pointer;box-shadow:none!important}.articles-dropdown>button:hover,.articles-dropdown.is-open>button{background:rgba(255,255,255,.1)!important;color:#fff!important}.articles-dropdown__menu{position:absolute;top:calc(100% + 5px);left:50%;transform:translateX(-50%) translateY(-5px);min-width:210px;padding:7px;background:#fff;border:1px solid var(--art-border);border-radius:14px;box-shadow:0 20px 44px rgba(0,39,35,.22);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,transform .16s ease;z-index:1400}.articles-dropdown__menu:before{content:"";position:absolute;left:0;right:0;top:-10px;height:12px}.articles-dropdown__menu a{display:block;padding:10px 11px;border-radius:9px;color:#27443d!important;font-size:13px;font-weight:700}.articles-dropdown__menu a:hover{background:var(--art-primary-soft);color:var(--art-primary-dark)!important}.articles-dropdown.is-open .articles-dropdown__menu,.articles-dropdown:hover .articles-dropdown__menu,.articles-dropdown:focus-within .articles-dropdown__menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.articles-profile{position:relative}.articles-profile__trigger{display:flex;align-items:center;gap:8px;min-width:0;border:0!important;background:transparent!important;color:#fff!important;padding:2px!important;cursor:pointer;box-shadow:none!important}.articles-profile__trigger img,.articles-profile__fallback{width:36px;height:36px;border-radius:12px;object-fit:cover;background:rgba(255,255,255,.12);display:grid;place-items:center}.articles-profile__trigger>span:last-child{display:flex;flex-direction:column;line-height:1.08;text-align:left;max-width:140px}.articles-profile__trigger strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.articles-profile__trigger small{font-size:10px;color:#bfe2d9;margin-top:3px}.articles-profile__menu{position:absolute;right:0;top:calc(100% + 8px);width:255px;padding:8px;background:#fff;border:1px solid var(--art-border);border-radius:15px;box-shadow:0 20px 44px rgba(0,39,35,.22);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:.16s ease}.articles-profile__menu:before{content:"";position:absolute;left:0;right:0;top:-12px;height:14px}.articles-profile.is-open .articles-profile__menu,.articles-profile:hover .articles-profile__menu,.articles-profile:focus-within .articles-profile__menu{opacity:1;visibility:visible;pointer-events:auto;transform:none}.articles-profile__menu a{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;color:#28453e!important}.articles-profile__menu a:hover{background:var(--art-primary-soft)}.articles-profile__menu a>span{width:26px;text-align:center}.articles-profile__menu a div{display:flex;flex-direction:column}.articles-profile__menu a strong{font-size:13px}.articles-profile__menu a small{font-size:10px;color:var(--art-muted);margin-top:2px}.articles-profile__divider{height:1px;background:var(--art-border);margin:5px}.articles-profile__logout{color:var(--art-danger)!important}.articles-auth-actions{display:flex;gap:6px}.articles-auth-actions a{padding:8px 10px;border-radius:9px;color:#fff!important;font-size:12px;font-weight:800;background:rgba(255,255,255,.09)}

/* Sidebars */
.articles-sidebar,.articles-right-sidebar{position:fixed;top:var(--art-top-h);bottom:var(--art-bottom-h);z-index:1100;background:#fff;border-color:var(--art-border);overflow:auto;transition:transform .24s ease,width .24s ease}.articles-sidebar{left:0;width:var(--art-left-w);border-right:1px solid var(--art-border);box-shadow:8px 0 26px rgba(39,78,68,.05)}.articles-right-sidebar{right:0;width:var(--art-right-w);border-left:1px solid var(--art-border);background:#f8fbfa}.articles-sidebar.is-collapsed{transform:translateX(-100%)}.articles-right-sidebar.is-collapsed{transform:translateX(100%)}
.articles-sidebar~.main-content{margin-left:var(--art-left-w)!important}.articles-right-sidebar~.main-content{margin-right:var(--art-right-w)!important}.articles-sidebar.is-collapsed~.main-content{margin-left:0!important}.articles-right-sidebar.is-collapsed~.main-content{margin-right:0!important}
.articles-sidebar__head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:15px 15px 10px;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid #edf3f0}.articles-sidebar__head div{display:flex;flex-direction:column}.articles-sidebar__head span{font-size:9px;letter-spacing:.14em;color:var(--art-primary);font-weight:900}.articles-sidebar__head strong{font-size:16px}.articles-sidebar__head button{width:31px;height:31px;border:1px solid var(--art-border)!important;border-radius:9px!important;background:#fff!important;color:#34534b!important;padding:0!important;box-shadow:none!important;cursor:pointer}.articles-sidebar__search{display:flex;align-items:center;gap:8px;margin:12px 13px;padding:0 10px;border:1px solid var(--art-border);border-radius:11px;background:#f8fbfa}.articles-sidebar__search input{min-width:0;width:100%;height:38px;border:0!important;background:transparent!important;padding:0!important;outline:0!important;box-shadow:none!important;font-size:13px!important}.articles-nav-group{border-bottom:1px solid #eff4f2;padding:6px 9px 9px}.articles-nav-group__title{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%;padding:8px 7px!important;border:0!important;background:transparent!important;color:#7a8d87!important;box-shadow:none!important;text-transform:uppercase;font-size:9px!important;letter-spacing:.11em;font-weight:900;cursor:pointer}.articles-nav-group__items{display:grid;gap:3px}.articles-nav-group.is-collapsed .articles-nav-group__items{display:none}.articles-nav-link{position:relative;display:grid!important;grid-template-columns:33px 1fr 8px;align-items:center;gap:8px;padding:9px!important;border-radius:11px;color:#29423c!important;text-decoration:none!important}.articles-nav-link:hover{background:#f0f8f5;color:var(--art-primary-dark)!important}.articles-nav-link.is-active{background:var(--art-primary-soft);color:var(--art-primary-dark)!important}.articles-nav-link__icon{width:31px;height:31px;border-radius:9px;background:#f2f7f5;display:grid;place-items:center}.articles-nav-link>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.articles-nav-link strong{font-size:12.5px;line-height:1.2}.articles-nav-link small{font-size:9.5px;color:#7b8d87;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.articles-nav-link i{width:6px;height:6px;border-radius:50%;background:var(--art-accent)}.articles-sidebar__foot{display:grid;gap:5px;padding:12px}.articles-sidebar__foot a{display:flex;gap:9px;align-items:center;padding:9px;border-radius:10px;text-decoration:none!important;color:#365149!important}.articles-sidebar__foot a:hover{background:#f0f8f5}.articles-sidebar__foot a>span:last-child{display:flex;flex-direction:column}.articles-sidebar__foot strong{font-size:12px}.articles-sidebar__foot small{font-size:9px;color:#7c8c87}
.articles-right-sidebar__inner{padding:14px;display:grid;gap:12px}.articles-context-card{background:#fff;border:1px solid var(--art-border);border-radius:15px;padding:14px;box-shadow:0 8px 20px rgba(35,68,59,.04)}.articles-context-card--hero{display:flex;gap:11px;background:linear-gradient(135deg,#eaf8f4,#fff8ef)}.articles-context-icon{font-size:24px}.articles-context-kicker{font-size:9px;letter-spacing:.12em;font-weight:900;color:var(--art-primary)}.articles-context-card h2{font-size:16px!important;margin:4px 0 5px!important}.articles-context-card p{font-size:12px!important;line-height:1.55!important;margin:0!important;color:#667a73!important}.articles-context-title{display:flex;align-items:center;gap:7px;margin-bottom:8px;color:#315149}.articles-context-title strong{font-size:12.5px}.articles-related-list{display:grid;gap:3px}.articles-related-list a{display:grid;grid-template-columns:27px 1fr 12px;align-items:center;gap:7px;padding:8px;border-radius:9px;color:#315149!important;text-decoration:none!important}.articles-related-list a:hover{background:var(--art-primary-soft)}.articles-related-list strong{font-size:11.5px}.articles-related-list b{color:#8da099}.articles-context-card--tip{background:#fffaf4;border-color:#f1dcc5}.articles-context-action{display:flex;justify-content:space-between;margin-top:10px;padding-top:9px;border-top:1px solid var(--art-border);font-size:11px;font-weight:800;text-decoration:none!important}.articles-featured-slot{overflow:hidden}.articles-featured-slot img{border-radius:10px!important}.articles-right-fab{display:none;position:fixed;right:14px;bottom:calc(var(--art-bottom-h) + 14px);z-index:1200;width:44px;height:44px;border:0!important;border-radius:14px!important;background:var(--art-primary)!important;color:#fff!important;box-shadow:var(--art-shadow)!important;cursor:pointer}

/* Main page surfaces */
body .main-content{min-width:0;padding:clamp(16px,2.2vw,30px)!important;background:transparent!important;transition:margin .24s ease!important;text-align:left!important}
body .main-content>.container,body>.container{width:min(100%,1100px)!important;max-width:1100px!important;margin:22px auto!important;padding:clamp(18px,3vw,34px)!important;background:rgba(255,255,255,.95)!important;border:1px solid var(--art-border)!important;border-radius:22px!important;box-shadow:var(--art-shadow)!important;text-align:left!important}
body .main-content>h1,body .main-content>h2,body .main-content>h3{max-width:1100px;margin-left:auto!important;margin-right:auto!important}
body .main-content>p{max-width:1100px;margin-left:auto!important;margin-right:auto!important}
body .post-card,body .card,body .stat-card,body .quick-link-card,body .ai-advice-section,body .success-message,body .filter-form,body .table-container{border-radius:16px!important;border:1px solid var(--art-border)!important;background:#fff!important;box-shadow:var(--art-shadow-sm)!important;color:var(--art-text)!important}
body .post-card{padding:20px!important;margin:0 0 14px!important;transition:transform .18s ease,box-shadow .18s ease}.post-card:hover{transform:translateY(-2px);box-shadow:var(--art-shadow)!important}.post-card h3{margin-bottom:6px!important}.post-card .post-excerpt,.post-card .post-content{color:#42564f!important;line-height:1.72!important}
body .posts-list{display:grid!important;gap:14px!important;max-width:1050px;margin:0 auto!important}
body .ai-advice-section{padding:22px!important;margin:18px auto!important;max-width:1050px;border-left:5px solid var(--art-primary)!important;background:linear-gradient(135deg,#f1faf7,#fff)!important}.ai-advice-section table{display:block;overflow-x:auto}

/* Buttons and forms */
.main-content button,body .button,body .nav-button,body .ai-search-btn,body .read-more,body .close-button,body .comment-button,body .comments-button,body .download-btn,body .comments-btn,body .action-link,body .ql-btn,body .update-button{font-family:inherit!important;font-weight:800!important;border-radius:11px!important;min-height:42px;line-height:1.2;text-decoration:none!important;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease}
.main-content button,body .button,body .nav-button,body .ai-search-btn,body .read-more,body .download-btn,body .ql-btn{background:var(--art-primary)!important;color:#fff!important;border:1px solid var(--art-primary)!important;padding:10px 15px!important;box-shadow:0 5px 14px rgba(8,122,108,.17)!important;cursor:pointer}
.main-content button:hover,body .button:hover,body .nav-button:hover,body .ai-search-btn:hover,body .read-more:hover,body .download-btn:hover,body .ql-btn:hover{transform:translateY(-1px);background:var(--art-primary-dark)!important;color:#fff!important}
body .close-button,body .comments-btn,body .comment-button{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px!important;border:1px solid #cbdcd6!important;background:#fff!important;color:#2e5148!important;box-shadow:none!important}
body .comments-btn{background:#a85a16!important;color:#fff!important;border-color:#a85a16!important}
body input[type=text],body input[type=search],body input[type=email],body input[type=number],body input[type=password],body select,body textarea{width:100%;max-width:100%;min-height:44px;padding:10px 12px!important;border:1px solid #cbdcd6!important;border-radius:11px!important;background:#fff!important;color:#17332c!important;font-family:inherit!important;outline:none!important;box-shadow:none!important}.search-bar form{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:8px!important;max-width:1050px;margin:0 auto}.search-bar{max-width:1050px!important;margin:12px auto!important}.search-bar input:focus,body input:focus,body select:focus,body textarea:focus{border-color:#46a797!important;box-shadow:0 0 0 3px rgba(8,122,108,.12)!important}

/* Tabs */
body .tabs{display:flex!important;gap:7px!important;padding:6px!important;margin:18px auto!important;max-width:1050px!important;background:#eaf3f0!important;border:1px solid var(--art-border)!important;border-radius:14px!important;overflow-x:auto!important}.tabs .tab{flex:1 0 auto!important;border:0!important;border-radius:10px!important;padding:11px 14px!important;background:transparent!important;color:#506861!important;font-weight:800!important;font-size:13px!important;white-space:nowrap}.tabs .tab:hover{background:#dfeee9!important;color:var(--art-primary-dark)!important}.tabs .tab.active{background:#fff!important;color:var(--art-primary-dark)!important;box-shadow:0 4px 12px rgba(43,81,70,.08)!important}.tab-content{max-width:1050px!important;margin:0 auto 18px!important;padding:clamp(16px,2vw,24px)!important;background:#fff!important;border:1px solid var(--art-border)!important;border-radius:16px!important;box-shadow:var(--art-shadow-sm)!important}

/* Cards from blog and navigation */
body .dashboard-content{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;justify-content:stretch!important}.dashboard-content .card{margin:0!important;padding:14px!important;text-align:left!important;background:#fff!important}.dashboard-content .card h3{font-size:15px!important}.dashboard-content .card p{font-size:12px!important;margin:6px 0!important}.dashboard-content .card a{display:inline-flex!important;padding:8px 10px!important;border-radius:9px!important;background:var(--art-primary)!important;color:#fff!important;font-size:11px!important;font-weight:800!important}
body .language-buttons,body .button-container,body .action-buttons{display:flex!important;gap:10px!important;flex-wrap:wrap!important;justify-content:center!important}.nav-button.english,.english-button{background:#1769aa!important;border-color:#1769aa!important}.nav-button.swahili,.swahili-button{background:#087a6c!important;border-color:#087a6c!important}

/* Tables */
body table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;background:#fff!important;border:1px solid var(--art-border)!important;border-radius:14px!important;overflow:hidden!important;box-shadow:none!important}body thead th,body th{background:#edf6f3!important;color:#23463d!important;padding:12px 13px!important;font-size:12px!important;text-align:left!important;border-bottom:1px solid var(--art-border)!important}body td{padding:12px 13px!important;font-size:13px!important;color:#38524b!important;border-bottom:1px solid #edf2f0!important;background:#fff!important}body tr:nth-child(even),body tr:nth-child(odd){background:#fff!important}body tbody tr:hover td{background:#f7fbfa!important}.responsive-table,.table-container{overflow-x:auto!important}

/* Category/quick grids */
body .stats-row,body .quick-links-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.stat-card,.quick-link-card{padding:16px!important}.stat-card .count{font-size:clamp(1.6rem,3vw,2.4rem)!important;font-weight:900!important;color:var(--art-primary)!important}.quick-link-card{display:flex!important;flex-direction:column!important;gap:6px!important}.ql-icon{font-size:24px}.ql-title{font-weight:900!important;color:#23473e!important}.ql-desc{font-size:12px!important;color:var(--art-muted)!important}.ql-btn-row{margin-top:auto!important}
body .pagination{display:flex!important;gap:6px!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;margin:20px auto!important}.pagination a,.pagination span{display:grid!important;place-items:center!important;min-width:38px!important;min-height:38px!important;padding:7px 10px!important;border:1px solid var(--art-border)!important;border-radius:10px!important;background:#fff!important;color:#31534a!important;font-weight:800!important;text-decoration:none!important}.pagination a:hover,.pagination .active,.pagination .current-page{background:var(--art-primary)!important;color:#fff!important;border-color:var(--art-primary)!important}

/* Reader */
body .branding{text-align:center!important;margin:8px 0 18px!important}.branding img{max-width:220px!important}.articles-reader-title-placeholder{}.articles-reader-meta-placeholder{}.post-content{font-family:Georgia,"Times New Roman",serif;font-size:calc(1.06rem * var(--art-font-scale));line-height:1.85!important;color:#273d37!important}.post-content h2,.post-content h3,.post-content h4{font-family:Inter,ui-sans-serif,system-ui,sans-serif!important}.post-content img{display:block;margin:20px auto;border-radius:12px}.post-content iframe{max-width:100%}.post-content blockquote{margin:20px 0;padding:14px 18px;border-left:4px solid var(--art-primary);background:#f0f8f5;border-radius:0 12px 12px 0}.post-content pre{overflow:auto;padding:14px;border-radius:12px;background:#12251f;color:#e8f4f0}

/* Search loader */
.ai-loader{border-color:#d7eee8!important;border-top-color:var(--art-primary)!important}.loader-container{border-radius:16px!important;background:#fff!important;border:1px solid var(--art-border)!important;box-shadow:var(--art-shadow-sm)!important}

/* Bottom nav */
.articles-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:1250;height:var(--art-bottom-h);display:grid;grid-auto-flow:column;grid-auto-columns:minmax(58px,1fr);align-items:center;padding:6px max(8px,env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-top:1px solid var(--art-border);box-shadow:0 -8px 24px rgba(38,69,60,.08)}.articles-bottom-nav a,.articles-bottom-nav button{height:55px;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:12px!important;color:#60736d!important;text-decoration:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;padding:3px!important;cursor:pointer}.articles-bottom-nav a span,.articles-bottom-nav button span{font-size:20px}.articles-bottom-nav small{font-size:9.5px!important;font-weight:800}.articles-bottom-nav a.is-active{background:var(--art-primary-soft)!important;color:var(--art-primary-dark)!important}.articles-bottom-nav a:hover,.articles-bottom-nav button:hover{background:#f1f7f5!important;color:var(--art-primary-dark)!important;transform:none!important}
.articles-more-sheet[hidden],.articles-search-palette[hidden],.articles-font-panel[hidden],.articles-shell-backdrop[hidden]{display:none!important}.articles-more-sheet{position:fixed;inset:0;z-index:1600}.articles-more-sheet__backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;border-radius:0!important;background:rgba(7,29,25,.45)!important;box-shadow:none!important}.articles-more-sheet__panel{position:absolute;left:10px;right:10px;bottom:calc(var(--art-bottom-h) + 8px);max-width:620px;margin:auto;padding:10px 12px 14px;background:#fff;border:1px solid var(--art-border);border-radius:20px;box-shadow:0 24px 60px rgba(7,34,28,.25)}.articles-more-sheet__handle{width:42px;height:4px;border-radius:10px;background:#d4dfdc;margin:0 auto 9px}.articles-more-sheet__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.articles-more-sheet__head div{display:flex;flex-direction:column}.articles-more-sheet__head strong{font-size:15px}.articles-more-sheet__head small{font-size:10px;color:var(--art-muted)}.articles-more-sheet__head button{width:34px;height:34px;padding:0!important;border:1px solid var(--art-border)!important;background:#fff!important;color:#35524a!important;box-shadow:none!important}.articles-more-sheet__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.articles-more-sheet__grid a,.articles-more-sheet__grid button{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:5px!important;padding:11px!important;min-height:72px;border:1px solid var(--art-border)!important;border-radius:12px!important;background:#f8fbfa!important;color:#315149!important;text-decoration:none!important;box-shadow:none!important}.articles-more-sheet__grid a span,.articles-more-sheet__grid button span{font-size:20px}.articles-more-sheet__grid b{font-size:11px}

/* Search + font panels */
.articles-shell-backdrop{position:fixed;inset:0;background:rgba(7,29,25,.38);z-index:1050}.articles-search-palette{position:fixed;inset:0;z-index:1500;padding:90px 16px 20px;background:rgba(7,29,25,.38)}.articles-search-panel{width:min(720px,100%);max-height:min(670px,calc(100vh - 120px));margin:auto;display:flex;flex-direction:column;background:#fff;border:1px solid var(--art-border);border-radius:20px;box-shadow:0 30px 80px rgba(7,31,26,.3);overflow:hidden}.articles-search-panel__form{display:grid;grid-template-columns:28px 1fr 36px;align-items:center;padding:13px 14px;border-bottom:1px solid var(--art-border)}.articles-search-panel__form input{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;font-size:16px!important}.articles-search-panel__form button{width:34px;height:34px;min-height:0!important;padding:0!important;background:#f4f8f7!important;color:#45615a!important;border:1px solid var(--art-border)!important;box-shadow:none!important}.articles-search-panel__hint{padding:8px 14px;font-size:10px;color:#71847e;background:#fafcfb}.articles-search-results{overflow:auto;padding:8px}.articles-search-results a{display:grid;grid-template-columns:38px 1fr 14px;align-items:center;gap:9px;padding:10px;border-radius:11px;color:#29463f!important;text-decoration:none!important}.articles-search-results a:hover{background:var(--art-primary-soft)}.articles-search-results a>span{width:36px;height:36px;display:grid;place-items:center;background:#f3f8f6;border-radius:10px}.articles-search-results a div{display:flex;flex-direction:column}.articles-search-results strong{font-size:12.5px}.articles-search-results small{font-size:9.5px;color:var(--art-muted)}.articles-search-empty{padding:20px;text-align:center;color:var(--art-muted)}
.articles-font-panel{position:fixed;top:76px;right:20px;z-index:1520;width:320px;padding:14px;background:#fff;border:1px solid var(--art-border);border-radius:16px;box-shadow:0 20px 50px rgba(7,31,26,.22)}.articles-font-panel__head{display:flex;justify-content:space-between;align-items:flex-start}.articles-font-panel__head div{display:flex;flex-direction:column}.articles-font-panel__head strong{font-size:14px}.articles-font-panel__head small{font-size:10px;color:var(--art-muted)}.articles-font-panel__head button{width:31px;height:31px;min-height:0!important;padding:0!important;background:#f5f8f7!important;color:#45615a!important;border:1px solid var(--art-border)!important;box-shadow:none!important}.articles-font-options{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin:12px 0}.articles-font-options button{min-height:36px!important;padding:5px!important;background:#f5f8f7!important;color:#355149!important;border:1px solid var(--art-border)!important;box-shadow:none!important;font-size:10px!important}.articles-font-options button.is-active{background:var(--art-primary)!important;color:#fff!important;border-color:var(--art-primary)!important}.articles-font-actions{display:flex;justify-content:space-between;align-items:center}.articles-font-actions button,.articles-font-actions a{font-size:10px!important;font-weight:800}.articles-font-actions button{min-height:34px!important;padding:6px 9px!important;background:#fff!important;color:#405c55!important;border:1px solid var(--art-border)!important;box-shadow:none!important}

/* Mobile */
@media(max-width:1120px){.articles-topbar{grid-template-columns:1fr auto}.articles-topnav{display:none}.articles-current-page{display:none}.articles-topbar__divider{display:none}.articles-right-sidebar{transform:translateX(100%)}.articles-right-sidebar.is-open{transform:none}.articles-right-sidebar~.main-content{margin-right:0!important}.articles-right-fab{display:grid;place-items:center}}
@media(max-width:900px){:root{--art-left-w:min(86vw,310px);--art-right-w:min(88vw,330px)}.articles-sidebar{transform:translateX(-100%);box-shadow:14px 0 34px rgba(7,31,26,.16)}.articles-sidebar.is-open{transform:none}.articles-sidebar~.main-content{margin-left:0!important}.articles-topbar{padding:8px 10px}.articles-brand__copy small,.articles-search-label,.articles-search-button kbd,.articles-profile__trigger>span:last-child{display:none}.articles-search-button{width:40px;padding:0!important;justify-content:center}.articles-topbar__actions{gap:5px}.articles-topbar__actions>.articles-icon-button[href*="customize"]{display:none}.articles-bottom-nav{overflow-x:auto;justify-content:start}.articles-bottom-nav a,.articles-bottom-nav button{min-width:64px}.articles-right-sidebar{bottom:var(--art-bottom-h)}.articles-sidebar{bottom:var(--art-bottom-h)}body .main-content{margin-left:0!important;margin-right:0!important;padding:14px!important}.search-bar form{grid-template-columns:1fr!important}.search-bar .ai-search-btn{width:100%!important}.stats-row,.quick-links-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:600px){:root{--art-top-h:62px;--art-bottom-h:68px}.articles-brand__copy strong{font-size:12px}.articles-brand__mark{width:34px;height:34px}.articles-topbar__actions>.articles-icon-button:nth-of-type(1){display:none}.articles-font-panel{left:10px;right:10px;top:70px;width:auto}.articles-more-sheet__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-content{grid-template-columns:1fr!important}.stats-row,.quick-links-row{grid-template-columns:1fr!important}body .main-content>.container,body>.container{margin:10px auto!important;padding:16px!important;border-radius:16px!important}body .tab-content{padding:14px!important}.tabs .tab{font-size:11px!important}.post-card{padding:15px!important}.articles-bottom-nav small{font-size:8.7px!important}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Subscription feed / embedded content refinements */
body .contaihner{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:transparent!important}
body #posts-container{display:grid!important;gap:14px!important}
body #posts-container .post{padding:18px!important;background:#fff!important;border:1px solid var(--art-border)!important;border-radius:16px!important;box-shadow:var(--art-shadow-sm)!important}
body #posts-container .post-title{display:block!important;text-align:left!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:calc(clamp(1.15rem,2vw,1.42rem) * var(--art-font-scale))!important;font-weight:900!important;color:#173d34!important;line-height:1.25!important;text-decoration:none!important;margin-bottom:6px!important}
body #posts-container .post-meta{text-align:left!important;font-size:11px!important;margin:0 0 12px!important;color:var(--art-muted)!important}
body #posts-container .featured-image{display:block!important;width:100%!important;max-height:380px!important;object-fit:cover!important;border-radius:13px!important;margin:12px 0!important}
body #posts-container .post-content{font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:calc(.98rem * var(--art-font-scale))!important;line-height:1.72!important;color:#40564f!important}
body #posts-container .comments-button,body #posts-container .like-button,body #posts-container .bookmark-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:10px 6px 0 0!important;min-height:38px!important;padding:8px 12px!important;border-radius:10px!important;font-size:11px!important;font-weight:850!important;text-decoration:none!important}
body #posts-container .comments-button{background:#fff!important;color:#355149!important;border:1px solid var(--art-border)!important}
body #posts-container .like-button{background:var(--art-primary)!important;color:#fff!important;border:1px solid var(--art-primary)!important}
body #posts-container .bookmark-button{background:#fff7ed!important;color:#8b4a13!important;border:1px solid #f1d1af!important}
body #loading{padding:18px!important;text-align:center!important;color:var(--art-muted)!important;font-weight:800!important}
body .iframe-container{width:100%!important;min-height:560px!important;border-radius:16px!important;overflow:hidden!important;border:1px solid var(--art-border)!important;background:#fff!important;box-shadow:var(--art-shadow-sm)!important}
body .iframe-container iframe{width:100%!important;min-height:560px!important;border:0!important}
body .table-main-content{width:min(100%,1050px)!important;max-width:1050px!important;margin:20px auto!important;padding:clamp(16px,2vw,24px)!important;border:1px solid var(--art-border)!important;border-radius:18px!important;background:#fff!important;box-shadow:var(--art-shadow)!important}
body .button-container a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:8px 12px!important;border-radius:10px!important;color:#fff!important;text-decoration:none!important;font-weight:800!important;font-size:12px!important}
body .button-container .first-button{background:var(--art-primary)!important}body .button-container .second-button{background:#1769aa!important}body .button-container .third-button{background:#8f4d16!important}

/* Keep the dedicated article reader typographic treatment scoped to reader structure. */
body .container > .articles-reader-title-placeholder{}
body .container > .articles-reader-meta-placeholder{}

/* Page-specific semantic accents without changing actions */
body .button.green{background:var(--art-success)!important;border-color:var(--art-success)!important;color:#fff!important}
body .button.orange{background:#a85716!important;border-color:#a85716!important;color:#fff!important}
body .action-link{display:inline-flex!important;align-items:center!important;min-height:32px!important;padding:6px 9px!important;margin:2px!important;background:#f2f8f6!important;border:1px solid var(--art-border)!important;border-radius:8px!important;color:#245248!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important;box-shadow:none!important}
body .action-link:hover{background:var(--art-primary-soft)!important;color:var(--art-primary-dark)!important}
body .toggle-btns{display:flex!important;gap:7px!important;flex-wrap:wrap!important;margin:14px 0!important}
body .toggle-btns button{min-height:38px!important;padding:8px 12px!important;font-size:11px!important}
body #showEnglishBtn{background:#1769aa!important;border-color:#1769aa!important}body #showSwahiliBtn{background:#087a6c!important;border-color:#087a6c!important}body #hideAllBtn{background:#8c3038!important;border-color:#8c3038!important}
body .issues-bar{margin:12px 0!important;padding:12px 14px!important;border-radius:12px!important;background:#fff7ed!important;border:1px solid #f1d2ae!important;color:#754112!important;font-size:12px!important}
body .filter-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr)) auto!important;gap:10px!important;align-items:end!important;padding:15px!important;margin:15px 0!important}.filter-form label{display:flex!important;flex-direction:column!important;gap:5px!important;color:#38544c!important;font-weight:800!important;font-size:11px!important}.filter-form button{height:44px!important}
body .success-message{padding:12px 14px!important;margin:10px 0!important;background:#edf9f3!important;border-color:#c9ead8!important;color:#176342!important;font-weight:800!important}
body .language-badge{display:inline-flex!important;align-items:center!important;padding:4px 7px!important;border-radius:999px!important;background:#edf6f3!important;color:#31574e!important;font-size:10px!important;font-weight:850!important}
@media(max-width:700px){body .filter-form{grid-template-columns:1fr!important}.filter-form button{width:100%!important}}
