@import"https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Source+Sans+3:wght@400;600;700&display=swap";:root{--c-primary: #a02060;--c-primary-mid: #F176AD;--c-primary-dark: #d4548e;--c-secondary: #40ADE2;--c-secondary-dark: #0d4d7a;--c-success: #10b981;--c-warning: #f59e0b;--c-danger: #ef4444;--c-info: #3b82f6;--c-text: #0f172a;--c-text-2: #64748b;--c-text-3: #94a3b8;--c-bg: #ffffff;--c-bg-subtle: #f8fafc;--c-bg-muted: #f1f5f9;--c-border: #e2e8f0;--c-border-strong: #cbd5e1;--color-primary: var(--c-primary-mid);--color-primary-dark: var(--c-primary-dark);--color-secondary: var(--c-secondary);--color-secondary-dark: var(--c-secondary-dark);--sp-1: .25rem;--sp-2: .5rem;--sp-3: .75rem;--sp-4: 1rem;--sp-5: 1.25rem;--sp-6: 1.5rem;--sp-8: 2rem;--sp-10: 2.5rem;--sp-12: 3rem;--text-xs: .75rem;--text-sm: .8125rem;--text-base: .9375rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.375rem;--text-2xl: 1.625rem;--text-3xl: 2rem;--touch-min: 44px;--radius-sm: 2px;--radius-md: 4px;--radius-lg: 6px;--shadow-xs: 0 1px 2px rgba(0,0,0,.05);--shadow-sm: 0 1px 4px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 24px rgba(0,0,0,.12);--z-dropdown: 200;--z-sticky: 300;--z-overlay: 400;--z-modal: 500;--z-toast: 8000;--transition-fast: .15s ease;--transition-normal: .22s ease;--transition-slow: .35s ease;--sidebar-w: 256px;--sidebar-collapsed: 64px;--topbar-h: 56px;--content-max: 1200px}button,input[type=submit],input[type=button],input[type=reset],a.pub-nav-cta,a.pub-hero-btn,a.pub-cta-btn,a.pub-rel-card__btn,a.pub-rel-carousel__view-more{border-radius:0}.show-md{display:none}.hide-md{display:block}@media (min-width: 768px){.show-md{display:block}.hide-md{display:none}}.show-lg{display:none}.hide-lg{display:flex}@media (min-width: 1024px){.show-lg{display:block}.hide-lg{display:none!important}}.hide-mobile{display:none}@media (min-width: 1024px){.hide-mobile{display:block}}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--sp-2)}.gap-3{gap:var(--sp-3)}.gap-4{gap:var(--sp-4)}.text-sm{font-size:var(--text-sm)}.text-muted{color:var(--c-text-2)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mt-4{margin-top:var(--sp-4)}.mb-4{margin-bottom:var(--sp-4)}.full-mobile{width:100%}@media (min-width: 768px){.full-mobile{width:auto}}:focus-visible{outline:2px solid var(--c-secondary);outline-offset:2px}:focus:not(:focus-visible){outline:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:var(--sp-4);padding:var(--sp-2) var(--sp-4);background:var(--c-primary);color:#fff;font-weight:600;z-index:var(--z-toast);border-radius:0 0 var(--radius-md) var(--radius-md)}.skip-link:focus{top:0;outline:2px solid var(--c-secondary)}.csms-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);background:#00000073;display:flex;align-items:center;justify-content:center;padding:var(--sp-4);box-sizing:border-box}.csms-confirm-dialog{background:var(--c-bg);border:1px solid var(--c-border);box-shadow:var(--shadow-lg);max-width:min(28rem,100%);width:100%;padding:var(--sp-5);box-sizing:border-box}.csms-confirm-title{margin:0 0 var(--sp-3);font-size:var(--text-lg);font-weight:700;color:var(--c-text);line-height:1.3}.csms-confirm-message{margin:0;font-size:var(--text-base);line-height:1.55;color:var(--c-text-2);white-space:pre-wrap}.csms-confirm-actions{display:flex;justify-content:flex-end;align-items:center;gap:var(--sp-3);margin-top:var(--sp-5);flex-wrap:wrap}.csms-confirm-btn{display:inline-flex;align-items:center;justify-content:center;min-height:var(--touch-min);padding:.5rem 1rem;font-size:var(--text-sm);font-weight:600;font-family:inherit;border:1.5px solid transparent;cursor:pointer;border-radius:0;transition:opacity var(--transition-fast),background var(--transition-fast)}.csms-confirm-btn:focus-visible{outline:2px solid var(--c-secondary);outline-offset:2px}.csms-confirm-btn--secondary{background:var(--c-bg);border-color:var(--c-border-strong);color:var(--c-text)}.csms-confirm-btn--secondary:hover{background:var(--c-bg-muted)}.csms-confirm-btn--primary{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}.csms-confirm-btn--primary:hover{opacity:.92}.csms-confirm-btn--danger{background:var(--c-danger);color:#fff;border-color:var(--c-danger)}.csms-confirm-btn--danger:hover{opacity:.92}.toast-container{position:fixed;top:max(1rem,env(safe-area-inset-top));right:max(1rem,env(safe-area-inset-right));z-index:var(--z-toast);display:flex;flex-direction:column;gap:.5rem;max-width:min(22rem,calc(100vw - 2rem));pointer-events:none}.toast-container .toast{pointer-events:auto}.toast{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem .875rem;border-radius:var(--radius-md, .375rem);border:1px solid var(--c-border, #e2e8f0);background:var(--c-bg, #fff);box-shadow:var(--shadow-lg, 0 10px 40px rgba(15, 23, 42, .12));color:var(--c-text, #0f172a);font-size:.875rem;line-height:1.45;animation:toast-in .2s ease-out}@keyframes toast-in{0%{opacity:0;transform:translateY(-.35rem)}to{opacity:1;transform:translateY(0)}}.toast--success{border-color:#86efac;background:#f0fdf4}.toast--error{border-color:#fecaca;background:#fef2f2}.toast--warning{border-color:#fde68a;background:#fffbeb}.toast--info{border-color:#bae6fd;background:#f0f9ff}.toast-icon{flex-shrink:0;font-weight:700;line-height:1.2}.toast-message{flex:1;min-width:0;white-space:pre-wrap;word-break:break-word}.toast-dismiss{flex-shrink:0;margin:-.15rem -.25rem -.15rem 0;padding:.15rem .35rem;border:none;background:transparent;color:var(--c-text-2, #64748b);font-size:1.25rem;line-height:1;cursor:pointer;border-radius:.25rem}.toast-dismiss:hover{background:#0000000f;color:var(--c-text, #0f172a)}:root{--brand: #bd457f;--brand-700: #b93d74;--brand-accent: #d97aa6;--brand-soft: #ffeaf4;--bg: #ffffff;--surface: #ffffff;--surface-2: #f1f5f9;--text: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--radius-sm: 10px;--radius-md: 14px;--shadow-sm: 0 10px 22px rgba(15, 23, 42, .04);--shadow-md: 0 12px 24px rgba(15, 23, 42, .06);--shadow-lg: 0 18px 45px rgba(15, 23, 42, .12);--focus-ring: 0 0 0 3px rgba(212, 84, 142, .18);--z-dropdown: 60;--z-hero-suggestions: 200}*,*:before,*:after{box-sizing:border-box}html{overflow-x:clip}body{margin:0;font-family:"Source Sans 3",Segoe UI,sans-serif;background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus-ring)}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;z-index:999;background:#fff;color:#0f172a;padding:.5rem .75rem;border:2px solid var(--brand)}.pub-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.pub-container{max-width:1200px;margin:0 auto;padding-inline:1.25rem}.pub-main{flex:1}.pub-topbar{background:transparent;color:#64748b;font-size:.75rem;border-bottom:1px solid #eef2f7}.pub-topbar a{color:#475569}.pub-topbar a:hover{color:var(--brand)}.pub-topbar-portal{color:var(--brand)!important}.pub-topbar-inner{min-height:2rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.pub-topbar-contact,.pub-topbar-links{display:flex;gap:.8rem;align-items:center}.pub-topbar-portal{font-weight:700}.pub-topbar a:hover{text-decoration:underline}.pub-header{position:sticky;top:0;z-index:30;background:#fffffff5;-webkit-backdrop-filter:saturate(145%) blur(6px);backdrop-filter:saturate(145%) blur(6px);border-bottom:1px solid #f1f5f9;box-shadow:0 1px #0f172a08}.pub-header-inner{min-height:4.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.pub-logo{display:inline-flex;align-items:center;gap:.65rem}.pub-logo-img{height:38px;width:auto;object-fit:contain}.pub-logo-text{display:flex;flex-direction:column;line-height:1.1}.pub-logo-title{font-weight:800;font-size:.95rem;color:#0f172a}.pub-logo-sub{font-size:.72rem;color:#64748b}.pub-header-right{display:flex;align-items:center;gap:.5rem}.pub-nav{display:flex;align-items:center;gap:.4rem}.pub-nav-link{font-size:.86rem;font-weight:600;color:#334155;padding:.45rem .7rem;border:none;border-radius:0;transition:background .16s ease,color .16s ease}.pub-nav-link:hover{background:#a8326a14}.pub-nav-link:hover,.pub-nav-link--active{color:var(--brand)}.pub-nav-link--active{background:#a8326a1a}.pub-hamburger{display:none;border:1px solid #e2e8f0;background:#fff;width:2.25rem;height:2.25rem;padding:.25rem;border-radius:0}.pub-ham-bar{display:block;height:2px;background:#334155;margin:4px 0}.pub-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#02061759;z-index:39}.pub-mobile-nav{position:fixed;top:0;right:0;width:min(90vw,340px);height:100vh;background:#fff;z-index:40;transform:translate(100%);visibility:hidden;transition:transform .2s ease,visibility 0s linear .2s;padding:4.5rem 1rem 1rem;display:flex;flex-direction:column;gap:.35rem;box-shadow:-16px 0 36px #0f172a2e}.pub-mobile-nav--open{transform:translate(0);visibility:visible;transition:transform .2s ease,visibility 0s}.pub-mobile-link,.pub-mobile-cta{padding:.7rem .55rem;font-size:.9rem;color:#334155;border-radius:0}.pub-mobile-link:hover,.pub-mobile-cta:hover{background:#e2e8f08c}.pub-mobile-link--active,.pub-mobile-cta{color:var(--brand);font-weight:700}.pub-mobile-divider{border-top:1px solid #e2e8f0;margin:.25rem 0}.pub-footer{margin-top:0;background:linear-gradient(160deg,#7b1040,#a43a6d 52%,#a8326a);color:#fce7f3}.pub-footer-grid{padding-block:2rem 1.35rem;display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:1.2rem}.pub-footer-logo-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.pub-footer-logo{width:38px;height:38px;object-fit:contain}.pub-footer-name{color:#fff;font-weight:700;font-size:.9rem}.pub-footer-tagline{font-size:.75rem;color:#f9c4dc}.pub-footer-desc{font-size:.8rem;line-height:1.5;color:#fde8f3}.pub-footer-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.45rem}.pub-footer-badge{font-size:.66rem;padding:.12rem .35rem;border:1px solid rgba(255,224,238,.45);color:#ffeaf4}.pub-footer-heading{color:#fff;font-size:.8rem;font-weight:700;margin-bottom:.45rem}.pub-footer-list{list-style:none;margin:0;padding:0;display:grid;gap:.32rem;font-size:.8rem}.pub-footer-contact li{display:flex;align-items:center;gap:.42rem}.pub-footer-contact-icon{color:#f9a8d4;line-height:0}.pub-footer a{color:#ffeaf4}.pub-footer a:hover{color:#fff;text-decoration:underline;text-underline-offset:2px}.pub-footer-bottom{border-top:1px solid rgba(255,224,238,.35);min-height:2.75rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-size:.75rem}.pub-footer-bottom-links{display:inline-flex;gap:.8rem}@media (max-width: 1023px){.pub-header-right{gap:.6rem}.pub-nav-link{font-size:.82rem;padding:.38rem .58rem}.pub-nav{display:none}.pub-hamburger{display:inline-block}.pub-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 767px){.pub-footer-grid{grid-template-columns:1fr}.pub-topbar-inner{padding-block:.3rem}}.csms-shell{min-height:100vh;display:flex;flex-direction:column}.csms-main{flex:1}.csms-header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:20}.csms-topbar{background:#a02060;color:#e2e8f0;font-size:.75rem}.csms-topbar-inner{max-width:1200px;margin:0 auto;padding:.35rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.csms-topbar-links{display:flex;gap:1rem}.csms-topbar a{color:#e2e8f0}.csms-header-inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.csms-logo-group{display:flex;align-items:center;gap:.75rem}.csms-logo-mark{width:auto;height:46px;max-width:200px;object-fit:contain;display:block}.csms-logo-text{display:flex;flex-direction:column}.csms-logo-title{font-size:1rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#0f172a}.csms-logo-subtitle{font-size:.75rem;color:#64748b}.csms-nav{display:flex;align-items:center;gap:1.25rem;font-size:.9rem}.csms-nav-link{padding:.4rem .25rem;border-bottom:2px solid transparent;color:#1e293b}.csms-nav-link--active{border-color:var(--brand);color:var(--brand)}.csms-nav-cta{padding:.45rem .9rem;border-radius:0;background:var(--brand);color:#fff;font-weight:600;font-size:.85rem}.csms-hero{background:linear-gradient(135deg,#a02060,#d97aa6 45%,#d4a574);color:#fff;padding-top:5rem;padding-bottom:5rem}.csms-hero-inner{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 2rem;display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:2rem}.csms-hero-kicker{font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.6rem;color:#ffffffd9}.csms-hero-title{font-family:Libre Baskerville,serif;font-size:2.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.csms-hero-subtitle{font-size:1rem;line-height:1.6;max-width:34rem;color:#f1f5f9e6}.csms-hero-actions{display:flex;gap:1rem;margin-top:1rem}.csms-hero-link{color:#fff;font-size:.9rem;font-weight:600;border-bottom:2px solid rgba(255,255,255,.6);padding-bottom:.1rem}.csms-hero-search{display:flex;align-items:center;gap:.5rem;padding:.4rem;border-radius:0;background:#0f172a99;max-width:32rem;box-shadow:var(--shadow-lg)}.csms-hero-search input{flex:1;border:none;outline:none;background:transparent;color:#fff;font-size:.9rem}.csms-hero-search input::placeholder{color:#e2e8f0cc}.csms-hero-search button{border:none;border-radius:0;background:#f59e0b;color:#111827;font-size:.85rem;font-weight:600;padding:.45rem 1rem;cursor:pointer}.csms-hero-map{border-radius:0;border:1px solid rgba(15,23,42,.35);background:radial-gradient(circle at 10% 0%,#0f172ae6,#0f172afa),url(https://upload.wikimedia.org/wikipedia/commons/1/1e/Kenya_location_map.svg) center/cover no-repeat;min-height:220px;position:relative;overflow:hidden;box-shadow:0 25px 50px #0f172a99}.csms-hero-map-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 30%,rgba(34,197,94,.18),transparent 55%)}.csms-hero-map-caption{position:absolute;left:1.25rem;bottom:1.25rem;font-size:.8rem;color:#e2e8f0f2}.csms-content{max-width:1200px;margin:0 auto;padding:1.75rem 1.5rem 3rem}.csms-section{margin-bottom:2.25rem}.csms-section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.75rem;gap:1rem}.csms-section-title{font-size:1.22rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.csms-section-subtitle{font-size:.85rem;color:#64748b;line-height:1.5;max-width:60ch}.csms-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.csms-stat-card{background:var(--surface);border-radius:0;padding:.9rem 1rem;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.csms-stat-label{font-size:.8rem;color:#64748b;margin-bottom:.3rem}.csms-stat-value{font-size:1.3rem;font-weight:700;color:#0f172a}.csms-stat-footnote{font-size:.75rem;color:var(--brand);margin-top:.15rem}.csms-card-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.csms-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.csms-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1rem 0 1.5rem;flex-wrap:wrap}.csms-input{border:1px solid var(--border);border-radius:0;padding:.6rem .8rem;font-size:.9rem;min-width:14rem;width:auto;background:var(--surface);color:var(--text);transition:border-color .15s,box-shadow .15s}.csms-form-field .csms-input{width:100%;min-width:0}.csms-page-header .csms-input{flex:1;min-width:16rem}.csms-input:focus{outline:none;border-color:var(--brand);box-shadow:var(--focus-ring)}.csms-meta-pill{background:var(--surface-2);color:var(--text);padding:.3rem .6rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.csms-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.75rem;font-size:.8rem}.csms-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.csms-form-field{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:#475569}.csms-code{background:var(--surface-2);padding:.4rem .6rem;font-size:.75rem;word-break:break-word}.csms-release-card{background:#fff;border-radius:0;border:1px solid #e2e8f0;padding:1rem;box-shadow:0 12px 24px #0f172a08}.csms-portal-card{background:#0f1e3a;color:#fff;border-radius:0;padding:1.1rem;font-weight:600;text-align:center}.csms-card{background:var(--surface);border-radius:0;border:1px solid var(--border);padding:1rem;box-shadow:var(--shadow-md)}.csms-card-title{font-size:.95rem;font-weight:600;margin-bottom:.3rem;color:#0f172a}.csms-card-meta{font-size:.75rem;color:#94a3b8;margin-bottom:.45rem}.csms-card-body{font-size:.85rem;color:#475569}.csms-link-inline{font-size:.8rem;color:var(--brand)}.csms-link-inline:hover{text-decoration:underline}.csms-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border)}.csms-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;cursor:pointer;padding:.75rem 1.1rem;font-size:.95rem;font-weight:650;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s,background .15s;border-top-left-radius:var(--radius-sm);border-top-right-radius:var(--radius-sm)}.csms-tab:hover{color:var(--text);background:#e2e8f073}.csms-tab--active{color:var(--brand);border-bottom-color:var(--brand);background:#d4548e14}.csms-alert{padding:.9rem 1rem;border-radius:0;font-size:.9rem;border:1px solid var(--border);background:var(--surface-2);color:var(--text)}.csms-alert--danger{border-color:#fecaca;background:#fef2f2;color:#991b1b}.csms-hint{font-size:.85rem;color:var(--text-muted)}.csms-form-field--narrow{max-width:360px}.csms-empty{padding:1.25rem;color:var(--text-muted)}.csms-empty--danger{color:#b91c1c}.csms-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:.4rem;border-radius:0;padding:.55rem 1rem;font-size:.875rem;font-weight:650;border:1px solid var(--border);background:var(--surface);color:#334155;cursor:pointer;transition:transform .06s,background .15s,border-color .15s,color .15s}.csms-btn:active{transform:translateY(1px)}.csms-btn--primary{background:var(--brand);border-color:var(--brand);color:#fff}.csms-btn--primary:hover{background:var(--brand-700);border-color:var(--brand-700)}.csms-btn--secondary{background:var(--surface-2)}.csms-btn--success{background:#22c55e;border-color:#22c55e;color:#fff}.csms-query-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;flex-wrap:wrap;margin-top:.75rem}.csms-query-endpoint{flex:1 1 520px;min-width:min(520px,100%)}.csms-query-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.csms-footer{background:#a02060;color:#e2e8f0;padding:1.75rem 1.5rem 1.25rem;margin-top:auto}.csms-footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,2.2fr) repeat(2,minmax(0,1.2fr));gap:1.75rem;font-size:.8rem}.csms-footer-heading{font-weight:600;margin-bottom:.4rem}.csms-footer-list{list-style:none;padding:0;margin:0;display:grid;gap:.25rem}.csms-footer-bottom{max-width:1200px;margin:1.25rem auto 0;border-top:1px solid rgba(148,163,184,.35);padding-top:.75rem;display:flex;justify-content:space-between;font-size:.75rem;color:#94a3b8}@media (max-width: 900px){.csms-hero-inner{grid-template-columns:minmax(0,1fr)}.csms-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.csms-card-list{grid-template-columns:minmax(0,1fr)}.csms-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.csms-form-grid,.csms-footer-inner{grid-template-columns:minmax(0,1fr)}}@media (max-width: 640px){.csms-header-inner{flex-direction:column;align-items:flex-start;gap:.6rem}.csms-topbar-inner{flex-direction:column;align-items:flex-start}.csms-nav{width:100%;justify-content:space-between;flex-wrap:wrap;row-gap:.4rem}.csms-hero-inner{padding-inline:1.1rem}.csms-hero{padding-top:3.5rem;padding-bottom:3.5rem}.csms-content{padding-inline:1.1rem}.csms-grid-3,.csms-card-grid{grid-template-columns:minmax(0,1fr)}.csms-page-header{flex-direction:column;align-items:flex-start}}.csms-container{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.csms-hero-eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.6rem;color:#ffffffd9}.csms-hero-subtitle{font-size:1rem;line-height:1.6;max-width:34rem;color:#f1f5f9e6;margin-bottom:1.5rem}.csms-search-form{display:flex;max-width:38rem}.csms-search-wrap{position:relative;flex:1;display:flex;align-items:center;background:#0f172a99;border-radius:0;box-shadow:0 18px 45px #0f172a59}.csms-search-icon{width:18px;height:18px;color:#e2e8f0b3;margin-left:.875rem;flex-shrink:0}.csms-search-input{flex:1;border:none;outline:none;background:transparent;color:#fff;font-size:.9rem;padding:.7rem .75rem;font-family:inherit}.csms-search-input::placeholder{color:#e2e8f0b3}.csms-search-btn{border:none;background:#f59e0b;color:#111827;font-size:.85rem;font-weight:600;padding:.7rem 1.1rem;cursor:pointer;font-family:inherit;flex-shrink:0}.csms-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:0;box-shadow:0 8px 32px #00000024;list-style:none;padding:.375rem 0;margin:0;z-index:100;max-height:320px;overflow-y:auto}.csms-suggestion-item{padding:.625rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;transition:background .1s}.csms-suggestion-item:hover{background:#f0f4ff}.csms-suggestion-name{font-size:.875rem;font-weight:500;color:#0f172a}.csms-suggestion-meta{font-size:.75rem;color:#94a3b8;white-space:nowrap}.csms-section--light{background:#fff;padding-top:2rem;padding-bottom:2rem}.csms-section:not(.csms-section--light){padding-top:2rem;padding-bottom:2rem}.csms-sectors-grid{display:flex;flex-wrap:wrap;gap:.625rem}.csms-sector-chip{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border:1.5px solid #cbd5e1;border-radius:0;background:#fff;font-size:.8125rem;font-weight:500;color:#334155;cursor:pointer;transition:all .15s;font-family:inherit}.csms-sector-chip:hover{border-color:#d97aa6;color:#d97aa6;background:#fef5f0}.csms-sector-chip--active{background:#d97aa6;border-color:#d97aa6;color:#fff}.csms-sector-icon{font-size:1rem}.csms-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.csms-clear-btn{font-size:.8125rem;color:#64748b;background:none;border:none;cursor:pointer;font-family:inherit;text-decoration:underline;padding:0}.csms-view-all{font-size:.875rem;color:#d97aa6;text-decoration:none;font-weight:500}.csms-indicator-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.csms-indicator-card{background:#fff;border:1px solid #e2e8f0;border-radius:0;padding:1.125rem 1.25rem;display:flex;flex-direction:column;gap:.25rem;text-decoration:none;color:inherit;transition:box-shadow .15s,border-color .15s;position:relative}.csms-indicator-card:hover{border-color:#d97aa6;box-shadow:0 4px 16px #b062411a}.csms-indicator-sector{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#d97aa6}.csms-indicator-name{font-size:.9rem;font-weight:600;color:#0f172a;line-height:1.35}.csms-indicator-meta{font-size:.775rem;color:#64748b;margin-top:.125rem}.csms-indicator-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:1rem}.csms-releases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.csms-release-card{background:#fff;border:1px solid #e2e8f0;border-radius:0;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;text-decoration:none;color:inherit;transition:box-shadow .15s,border-color .15s}.csms-release-card:hover{border-color:#d97aa6;box-shadow:0 4px 16px #b062411a}.csms-release-type{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#d97aa6}.csms-release-name{font-size:.9375rem;font-weight:600;color:#0f172a;line-height:1.3}.csms-release-desc{font-size:.8125rem;color:#475569;line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.csms-release-footer{display:flex;justify-content:space-between;font-size:.75rem;color:#94a3b8;margin-top:.25rem}.csms-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite;border-radius:0;min-height:120px}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0% 50%}}.csms-empty{padding:3rem 1rem;text-align:center;color:#64748b;font-size:.9rem}.csms-page-loading{text-align:center;color:#64748b;padding:4rem 1rem;font-size:.9375rem}.csms-indicator-page{min-height:70vh}.csms-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#64748b;padding:1rem 0}.csms-breadcrumb a{color:#d97aa6;text-decoration:none}.csms-indicator-header{background:linear-gradient(135deg,#bd457f,#d97aa6);color:#fff;padding:2rem 0;margin-bottom:2rem}.csms-indicator-header-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.csms-indicator-code-badge{display:inline-block;background:#ffffff26;border-radius:0;padding:.2rem .6rem;font-size:.75rem;font-family:Courier New,monospace;letter-spacing:.05em;margin-bottom:.5rem}.csms-indicator-title{font-size:1.625rem;font-weight:700;margin:0 0 .375rem;line-height:1.2}.csms-indicator-unit{font-size:.875rem;opacity:.8;margin:0 0 .5rem}.csms-indicator-definition{font-size:.875rem;opacity:.75;max-width:640px;line-height:1.55;margin:0}.csms-indicator-actions{display:flex;gap:.625rem;flex-wrap:wrap;flex-shrink:0}.indicator-layout{display:flex;flex-direction:column;gap:1.25rem}.indicator-filters-wrap{display:flex;flex-direction:column;gap:.6rem}.indicator-filters-toggle{align-self:flex-start;display:inline-flex;align-items:center;gap:.4rem;border:1px solid #e2cdd9;background:#fff;color:#334155;font:inherit;font-size:.86rem;font-weight:600;padding:.5rem .9rem;border-radius:0;cursor:pointer}.indicator-filters-toggle:hover{border-color:#a8326a;color:#a8326a}.indicator-filters--collapsed{display:none}.csms-indicator-filter-grid{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.csms-action-btn{padding:.5rem .875rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:0;color:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s;font-family:inherit}.csms-action-btn:hover{background:#ffffff40}.csms-indicator-body{display:block;padding-bottom:3rem}.csms-filter-panel{display:flex;flex-direction:column;gap:1rem}.csms-filter-title{font-size:.875rem;font-weight:700;color:#bd457f;text-transform:uppercase;letter-spacing:.06em;margin:0}.csms-filter-group{display:flex;flex-direction:column;gap:.375rem}.csms-filter-label{font-size:.75rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em}.csms-filter-select,.csms-filter-input{border:1.5px solid #e2e8f0;border-radius:0;padding:.5rem .75rem;font-size:.875rem;color:#1e293b;background:#fff;outline:none;font-family:inherit;width:100%}.csms-filter-select:focus,.csms-filter-input:focus{border-color:#d97aa6;box-shadow:0 0 0 2px #b062411a}.csms-source-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:0;padding:.875rem;margin-top:.5rem}.csms-source-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#475569;margin:0 0 .5rem}.csms-source-text{font-size:.8rem;color:#334155;margin:0 0 .25rem;line-height:1.5}.csms-source-dept,.csms-source-period{font-size:.75rem;color:#64748b;margin:0}.csms-results-area{display:flex;flex-direction:column;gap:1rem}.csms-results-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.csms-results-count{font-size:.875rem;color:#64748b;flex:1}.csms-view-toggle,.csms-chart-type-toggle{display:flex;background:#f1f5f9;border-radius:0;padding:2px}.csms-view-btn{padding:.375rem .875rem;border:none;border-radius:0;font-size:.8125rem;font-weight:500;cursor:pointer;background:transparent;color:#64748b;transition:all .15s;font-family:inherit}.csms-view-btn--active{background:#fff;color:#bd457f;box-shadow:0 1px 3px #0000001a}.csms-data-loading{display:flex;flex-direction:column;align-items:center;padding:3rem;color:#64748b;gap:.75rem}.csms-spinner{box-sizing:border-box;width:2.25rem;height:2.25rem;border:3px solid rgba(212,84,142,.2);border-top-color:#bd457f;border-radius:50%;animation:spin .75s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.csms-table-wrap{overflow-x:auto;border-radius:0;border:1px solid #e2e8f0}.csms-data-table{width:100%;border-collapse:collapse;font-size:.875rem}.csms-data-table th{background:#f8fafc;padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#475569;border-bottom:1px solid #e2e8f0;white-space:nowrap}.csms-data-table td{padding:.625rem 1rem;border-bottom:1px solid #f1f5f9;color:#334155}.csms-data-table tr:last-child td{border-bottom:none}.csms-data-table tr:hover td{background:#f8fafc}.csms-value-cell{font-weight:600;font-variant-numeric:tabular-nums}.csms-obs-status{display:inline-block;padding:.125rem .5rem;border-radius:0;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.csms-obs-status--a{background:#dcfce7;color:#15803d}.csms-obs-status--e{background:#fef9c3;color:#854d0e}.csms-obs-status--p{background:#dbeafe;color:#1e40af}.csms-obs-status--m{background:#f1f5f9;color:#64748b}.csms-chart-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:0;padding:1.5rem 1rem 1rem}.csms-chart-note{text-align:center;font-size:.75rem;color:#94a3b8;margin:.5rem 0 0}.page-loading{padding:3rem;text-align:center;color:#64748b}.csms-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite;display:block}.pif-field{position:relative}.pif-trigger{display:flex;align-items:center;border:1px solid var(--border);border-radius:0;background:#fff;cursor:text;transition:border-color .15s,box-shadow .15s}.pif-trigger:focus-within{border-color:var(--brand);box-shadow:var(--focus-ring)}.pif-search{flex:1;border:none;outline:none;padding:.55rem .75rem;font-size:.9rem;font-family:inherit;color:#0f172a;background:transparent}.pif-search::placeholder{color:#94a3b8}.pif-chevron{margin-right:.6rem;color:#94a3b8;flex-shrink:0;pointer-events:none}.pif-selected{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--brand);background:#fdf2f8;border-radius:0;padding:.55rem .75rem;gap:.5rem}.pif-selected-inner{display:flex;align-items:baseline;gap:.5rem;min-width:0;flex:1}.pif-code{font-family:ui-monospace,SFMono-Regular,monospace;font-size:.75rem;font-weight:700;color:#be185d;background:#fce7f3;padding:.1rem .4rem;border-radius:0;flex-shrink:0}.pif-name{font-size:.875rem;font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pif-clear{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:.875rem;padding:.1rem .25rem;line-height:1;flex-shrink:0;transition:color .1s}.pif-clear:hover{color:#ef4444}.pif-dropdown{position:absolute;top:calc(100% + 2px);left:0;right:0;background:#fff;border:1px solid var(--border);border-top:2px solid var(--brand);border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md);max-height:280px;overflow-y:auto;z-index:var(--z-dropdown);box-shadow:0 8px 24px #0f172a1f}.pif-option{display:flex;align-items:baseline;gap:.6rem;width:100%;padding:.5rem .75rem;background:none;border:none;border-bottom:1px solid #f8fafc;cursor:pointer;text-align:left;font-family:inherit;transition:background .1s}.pif-option:hover{background:#fdf2f8}.pif-option:last-of-type{border-bottom:none}.pif-option-code{font-family:ui-monospace,monospace;font-size:.75rem;font-weight:700;color:#be185d;background:#fce7f3;padding:.1rem .35rem;flex-shrink:0}.pif-option-name{font-size:.8625rem;color:#334155;line-height:1.35}.pif-empty{padding:1rem .75rem;font-size:.875rem;color:#94a3b8;text-align:center}.pif-more{padding:.5rem .75rem;font-size:.8rem;color:#64748b;font-style:italic;background:#f8fafc;border-top:1px solid #e2e8f0;text-align:center}.pvt-root{width:100%;display:flex;flex-direction:column}.pvt-meta{padding:.75rem 1.25rem .5rem;display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap;background:#fff;border-bottom:1px solid #d4d4d4}.pvt-meta-name{font-size:.9rem;font-weight:700;color:#0f172a}.pvt-meta-unit{font-size:.775rem;color:#525252;font-style:italic}.pvt-scroll{width:100%;overflow:auto;max-height:min(62vh,700px);-webkit-overflow-scrolling:touch}.pvt-table{border-collapse:collapse;width:max-content;min-width:100%;font-size:.875rem}.pvt-col-head{width:164px;min-width:120px}.pvt-col-val{width:108px;min-width:80px}.pvt-th{padding:.65rem .875rem;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background:#fff;color:#111;border-right:1px solid #d4d4d4;border-bottom:1px solid #111111;border-bottom:none;white-space:nowrap;position:sticky;top:0;z-index:3}.pvt-th--corner,.pvt-th--row-label{background:#fff;color:#111;text-align:left;position:sticky;left:0;z-index:5;border-right:1px solid #111111}.pvt-th--col{text-align:right;color:#111}.pvt-th--col-group{text-align:center;background:#fff;color:#111;font-size:.675rem;letter-spacing:.08em;border-bottom:1px solid #d4d4d4;border-right:none;padding:.35rem .5rem}.pvt-tr{transition:background .1s}.pvt-tr:hover .pvt-td--val{background:#fafafa!important}.pvt-tr:nth-child(2n) .pvt-td--val{background:#fff}.pvt-td{padding:.45rem .875rem;border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5;vertical-align:middle}.pvt-td--rowhead{text-align:left;background:#fff;font-weight:500;color:#111;white-space:nowrap;position:sticky;left:0;z-index:1;border-right:1px solid #d4d4d4;font-size:.875rem}.pvt-td--section{text-align:left;background:#fff;font-weight:700;color:#111;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;vertical-align:top;padding-top:.6rem;border-right:1px solid #111111;white-space:nowrap;position:sticky;left:0;z-index:2}.pvt-td--val{text-align:right;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.875rem;color:#0f172a;font-variant-numeric:tabular-nums;background:#fff}.pvt-null{color:#737373;font-family:inherit}.pvt-tr--foot .pvt-td{border-top:1px solid #111111;border-bottom:none;background:#fff;font-weight:700}.pvt-td--total-label{text-align:left;color:#111;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;position:sticky;left:0;background:#fff;border-right:1px solid #111111}.pvt-td--total{text-align:right;font-family:ui-monospace,monospace;color:#111;font-variant-numeric:tabular-nums}.pvt-footer{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1.25rem;background:#fff;border-top:1px solid #d4d4d4;font-size:.8rem;color:#111}.pvt-footer-page{color:#111;font-weight:600;font-size:.8125rem}.pvt-empty{padding:2.5rem 2rem;text-align:center;color:#111;font-size:.9375rem;line-height:1.55}.pub-home{background:#fff;color:#0f172a}.pub-section{padding-block:2.5rem}.pub-section--alt{background:#fcf7fb}.pub-section-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;margin-bottom:1rem}.pub-section-eyebrow{margin:0 0 .25rem;color:#9f3d71;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.pub-section-title{margin:0;font-size:clamp(1.35rem,2.6vw,1.8rem);font-weight:800;color:#0f172a}.pub-section-subtitle{margin:.3rem 0 0;font-size:.93rem;color:#64748b}.pub-view-all{font-size:.86rem;color:#bd457f;font-weight:700}.csms-content.pub-data-portal{max-width:none;width:100%;margin-inline:0;padding-inline:clamp(.75rem,2.5vw,2.25rem);padding-top:1.5rem;padding-bottom:2.5rem}.pub-data-portal{padding-top:0;padding-bottom:0}.pub-data-portal .csms-card,.pub-data-portal .csms-input,.pub-data-portal .csms-tabs,.pub-data-portal .csms-tab,.pub-data-portal__tabs,.pub-data-portal .csms-btn,.pub-data-portal .csms-meta-pill,.pub-data-portal .csms-code,.pub-data-portal .csms-alert,.pub-data-portal .csms-empty,.pub-data-portal .pif-trigger,.pub-data-portal .pif-selected,.pub-data-portal .pif-dropdown,.pub-data-portal .pif-option,.pub-data-portal .pif-more,.pub-data-portal .pif-empty{border-radius:0}.pub-data-portal .csms-tab{border-top-left-radius:0;border-top-right-radius:0}.pub-data-portal .csms-form-grid.pub-data-portal__grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr))}.pub-data-portal__results{padding:.75rem .85rem 1rem}.pub-data-portal__results .pvt-root{margin-inline:-.85rem;width:calc(100% + 1.7rem)}.pub-data-portal .pvt-scroll{max-height:min(72vh,880px)}.pub-data-portal__filters{padding:1rem 1.1rem}.pub-data-portal__filters .pub-data-portal__indicator-field{grid-column:1 / -1;width:100%;max-width:min(56rem,100%)}.pub-data-portal__filters .pub-data-portal__indicator-hint{grid-column:1 / -1}.pub-data-portal .pif-dropdown{min-width:min(100%,42rem);max-height:min(400px,52vh)}.pub-data-portal .pif-option-name--solo{font-size:.9rem;font-weight:600;color:#0f172a;white-space:normal;line-height:1.4;text-align:left;flex:1}.pub-data-portal .pif-name--primary{font-size:.92rem;font-weight:600;color:#0f172a;white-space:normal;line-height:1.35}.pub-data-portal .csms-section-header{margin-bottom:1rem}.pub-data-portal .csms-section-title{font-size:clamp(1.25rem,2.2vw,1.65rem);color:#9f3d71}.pub-data-portal .csms-section-subtitle{color:#475569}.pub-data-portal__tabs{border:1px solid #f3c6dc;background:#fff7fb;padding:.25rem;gap:.25rem}.pub-data-portal .csms-tab{border:1px solid transparent;font-weight:700;color:#7a3b62}.pub-data-portal .csms-tab:hover{background:#ffeaf4}.pub-data-portal .csms-tab--active{background:#fff;border-color:#eaa8c8;color:#be185d}.pub-data-portal__filters,.pub-data-portal__results{border-color:#f3c6dc;box-shadow:0 8px 24px #9f3d7114}.pub-data-portal .csms-form-field>label{color:#9f3d71;font-weight:700}.pub-data-portal .csms-hint{color:#6b7280}.pub-data-portal .csms-input{border-color:#edc2d8;background:#fff}.pub-data-portal .csms-input:focus{border-color:#bd457f;box-shadow:0 0 0 3px #d4548e29}.pub-data-portal .csms-empty{border:1px dashed #edc2d8;background:#fff8fc}.pub-data-portal .csms-code{background:#fff7fb;border-color:#edc2d8}.pub-data-portal .csms-meta-pill{background:#fde8f3;color:#9f3d71}.pub-data-portal .csms-query-actions .csms-btn--secondary{border-color:#e9adc9;color:#8f355f}.pub-data-portal .csms-query-actions .csms-btn--secondary:hover{background:#fff1f8}.pub-data-portal__filter-chip{padding:.28rem .5rem;font-size:.75rem}.pub-data-portal .pvt-th{background:#fbe7f2;color:#9f3d71;border-right:1px solid #f3c6dc}.pub-data-portal .pvt-th--corner,.pub-data-portal .pvt-th--row-label{background:#f8d6e7;color:#8b2f5c;border-right:2px solid #eab3cf}.pub-data-portal .pvt-th--col{color:#8b2f5c}.pub-data-portal .pvt-th--col-group{background:#f5c6df;color:#8b2f5c;border-bottom:1px solid #eab3cf}.pub-data-portal .pvt-tr:hover .pvt-td--val{background:#fff1f8!important}.pub-data-portal .pvt-tr:nth-child(2n) .pvt-td--val{background:#fff8fc}@media (max-width: 767px){.csms-content.pub-data-portal{padding-top:1.1rem;padding-inline:.75rem}.pub-data-portal__tabs{width:100%}.pub-data-portal .pvt-scroll{max-height:min(65vh,640px)}}.pub-hero--home{position:relative;overflow:visible;background:#f8fafc;border-bottom:1px solid #e9eef4;color:#0f172a}.pub-hero-inner--home{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:1.6rem;align-items:center;padding-block:clamp(2.4rem,4.5vw,3.5rem)}.pub-hero-kicker{margin:0 0 .6rem;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:#ffffffe6}.pub-hero-title--home{margin:0 0 .7rem;font-size:clamp(1.7rem,3.5vw,2.5rem);line-height:1.15;font-weight:800;color:#fff}.pub-hero-subtitle--home{margin:0 0 1.1rem;max-width:52ch;color:#ffffffeb;font-size:.98rem;line-height:1.55}.pub-hero-actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1rem}.pub-hero-btn{padding:.62rem 1.05rem;font-size:.88rem;font-weight:700;border:1px solid transparent}.pub-hero-btn--primary{background:#fff;color:#a8326a}.pub-hero-btn--ghost{background:#ffffff14;color:#fff;border-color:#ffffff59}.pub-hero-search-wrap{max-width:38rem}.pub-hero-search-label{display:block;margin-bottom:.35rem;font-size:.8rem;color:#ffffffe0}.pub-hero-search-card{background:#fff;border:1px solid rgba(255,255,255,.55);border-radius:0;box-shadow:0 10px 36px #0f172a24;overflow:hidden}.pub-hero-search-form{margin:0}.pub-hero-search-row{position:relative;z-index:1;display:flex;align-items:stretch;background:#fff;border:none}.pub-hero-search-icon{position:absolute;left:.7rem;top:50%;transform:translateY(-50%);color:#94a3b8;width:16px;height:16px}.pub-hero-search-input{flex:1;border:none;outline:none;font:inherit;color:#0f172a;padding:.7rem .7rem .7rem 2.2rem;min-width:0}.pub-hero-search-btn{border:none;background:#a8326a;color:#fff;font-weight:700;font:inherit;padding:.7rem 1rem;cursor:pointer}.pub-hero-suggestions{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:var(--z-hero-suggestions);background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 40px #0f172a2e;max-height:min(320px,50vh);overflow:auto;list-style:none;margin:0;padding:.35rem 0;border-radius:0}.pub-hero-suggestions.pub-hero-suggestions--in-card{position:static;left:auto;right:auto;top:auto;z-index:auto;border:none;border-top:1px solid #f1d5e8;border-radius:0;box-shadow:none;max-height:min(280px,42vh)}.pub-hero-suggestion{display:flex;justify-content:space-between;gap:.6rem;padding:.5rem .85rem;cursor:pointer}.pub-hero-suggestion:hover,.pub-hero-suggestion--active{background:#fdf2f8}.pub-hero-suggestion--muted{cursor:default;color:#64748b;font-size:.8125rem;font-weight:500}.pub-hero-suggestion--muted:hover{background:transparent}.pub-hero-suggestion-name{font-size:.84rem;font-weight:600;color:#0f172a}.pub-hero-suggestion-meta{font-size:.72rem;color:#64748b}.pub-hero-media{min-height:300px;border:1px solid rgba(255,255,255,.42);box-shadow:0 10px 28px #0f172a3d;overflow:hidden}.pub-hero-media-img{width:100%;height:100%;min-height:300px;object-fit:cover;display:block}.pub-key-stats{position:relative;overflow:hidden;margin-top:2.5rem;border-top:1px solid #f8d6e7;background:#fff8fc;padding-block:2.6rem}.pub-key-stats__photo{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/DJI_0018.jpg);background-size:cover;background-position:center}.pub-key-stats__wash{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#fffafde8,#fff7fbd9)}.pub-key-stats__inner{position:relative;z-index:1}.pub-key-stats__split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.2fr);gap:1.4rem;align-items:center}.pub-key-stats__intro{min-width:0}.pub-key-stats__org{margin:0 0 .4rem;font-size:clamp(1.2rem,2.2vw,1.65rem);color:#bd457f;font-weight:800}.pub-key-stats__tagline{margin:0 0 .8rem;color:#0f172a;font-weight:700}.pub-key-stats__mission{margin:0 0 1.1rem;color:#475569;font-size:.9rem;line-height:1.6}.pub-key-stats__cta{display:inline-flex;background:#bd457f;color:#fff;font-size:.84rem;font-weight:700;padding:.58rem 1.1rem}.pub-key-stats__panel{border:1px solid #f3bfd7;background:#ffffffe6;padding:1rem;box-shadow:0 8px 24px #d4548e1a}.pub-key-stats__glance-title{margin:0 0 .85rem;font-size:clamp(1.02rem,1.9vw,1.22rem);font-weight:800;color:#0f172a;line-height:1.25}.pub-key-stats__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid #f5d2e4;border-left:1px solid #f5d2e4}.pub-key-stats__cell{display:flex;flex-direction:column;gap:.25rem;min-width:0;border-right:1px solid #f5d2e4;border-bottom:1px solid #f5d2e4;padding:.85rem .8rem;background:#ffffffb8}.pub-key-stats__cell-icon{color:#bd457f}.pub-key-stats__svg{width:24px;height:24px}.pub-key-stats__cell-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#a04b78;font-weight:700}.pub-key-stats__cell-value{font-size:1.45rem;line-height:1.05;font-weight:800;color:#0f172a}.pub-key-stats__cell-caption{font-size:.72rem;color:#64748b;line-height:1.45}.pub-key-stats__source{margin:.75rem 0 0;font-size:.72rem;color:#64748b;line-height:1.5}.pub-key-stats__source a{color:#a8326a;font-weight:600;white-space:nowrap}.pub-key-stats__source a:hover{text-decoration:underline}.pub-home-sectors{scroll-margin-top:5rem}.pub-sector-panels{display:flex;flex-direction:column;gap:1rem}.pub-sector-panel{display:flex;border:1px solid #f4c8dd;background:#fff9fc}.pub-sector-panel__rail{flex:0 0 24%;min-width:11rem;background:linear-gradient(145deg,#bd457f,#d97aa6);color:#fff;padding:1.05rem;display:flex;flex-direction:column;justify-content:center;gap:.4rem}.pub-sector-panel__rail-title{margin:0;font-size:1.03rem;font-weight:800}.pub-sector-panel__rail-sub{margin:0;font-size:.78rem;line-height:1.45;color:#ffffffed}.pub-sector-panel__body{flex:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.pub-sector-panel__cell{border:none;border-left:1px solid #f7dcea;background:#fff;text-align:left;padding:1rem;display:flex;flex-direction:column;gap:.35rem;color:inherit;text-decoration:none;cursor:pointer;font:inherit}.pub-sector-panel__cell:first-of-type{border-left:none}.pub-sector-panel__cell:hover{background:#fff3f9}.pub-sector-panel__cell--active{background:#ffeaf4;box-shadow:inset 0 0 0 2px #bd457f}.pub-sector-panel__cell-icon{color:#bd457f;line-height:0}.pub-sector-panel__cell-svg{width:30px;height:30px;display:block}.pub-sector-panel__cell-title{font-size:.9rem;font-weight:700;color:#bd457f}.pub-sector-panel__cell-desc{margin:0;font-size:.8rem;line-height:1.5;color:#475569}.pub-sector-panel__cell-meta{margin-top:auto;font-size:.73rem;font-weight:700;color:#a04b78}.pub-sector-results{margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid #f1d1e2}.pub-indicator-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.8rem}.pub-indicator-card{border:1px solid #e2e8f0;border-left:3px solid transparent;background:#fff;padding:.95rem;display:flex;flex-direction:column;gap:.3rem}.pub-indicator-card:hover{border-left-color:#bd457f;box-shadow:0 4px 18px #0f172a14}.pub-indicator-sector-tag{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:#bd457f;font-weight:700}.pub-indicator-name{color:#0f172a;font-weight:700;font-size:.9rem;line-height:1.35}.pub-indicator-unit{color:#64748b;font-size:.79rem}.pub-indicator-footer{margin-top:auto;padding-top:.6rem;display:flex;justify-content:space-between;color:#94a3b8;font-size:.74rem}.pub-indicator-view-link{color:#bd457f;font-weight:700}.pub-home-releases--carousel{background-color:#fdf3f8;background-image:radial-gradient(circle at 15% 20%,#a8326a0f 0,#a8326a00 45%),radial-gradient(circle at 85% 80%,#a8326a0d 0,#a8326a00 45%),repeating-linear-gradient(-45deg,rgba(168,50,106,.025) 0,rgba(168,50,106,.025) 1px,transparent 1px,transparent 12px);border-top:1px solid #f6dcea;border-bottom:1px solid #f6dcea}.pub-rel-carousel__header{text-align:center;margin-bottom:1.4rem}.pub-rel-carousel__title{margin:0 0 .3rem;color:#bd457f;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:800}.pub-rel-carousel__subtitle{margin:0 0 .45rem;color:#334155;font-size:.92rem}.pub-rel-carousel__links{margin:0;font-size:.84rem;font-weight:700}.pub-rel-carousel__inline-link{color:#bd457f}.pub-rel-carousel__links-sep{color:#94a3b8;margin:0 .35rem}.pub-rel-carousel{display:flex;align-items:center;gap:.35rem}.pub-rel-carousel__arrow{width:2.1rem;height:2.1rem;border:1px solid #f3bfd7;background:#fff;color:#bd457f;font-size:1.3rem;cursor:pointer}.pub-rel-carousel__track{flex:1;min-width:0;display:flex;gap:.9rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.8rem}.pub-rel-card{flex:0 0 clamp(220px,50vw,252px);scroll-snap-align:start;border:1px solid #f4c8dd;background:#fff;display:flex;flex-direction:column;min-height:320px}.pub-rel-card__cover{display:flex;flex-direction:column;gap:.3rem;color:#fff;padding:.9rem;min-height:126px;text-decoration:none}.pub-rel-card__cover-brand{font-size:.67rem;text-transform:uppercase;letter-spacing:.06em;opacity:.92;font-weight:700}.pub-rel-card__cover-type{font-size:.7rem;opacity:.95;text-transform:uppercase;letter-spacing:.05em}.pub-rel-card__cover-title{font-size:.87rem;line-height:1.35;font-weight:700}.pub-rel-card__body{display:flex;flex-direction:column;gap:.5rem;padding:.85rem;flex:1}.pub-rel-card__ago{font-size:.72rem;color:#94a3b8}.pub-rel-card__name{color:#bd457f;font-size:.9rem;font-weight:700;line-height:1.35;text-decoration:none;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.pub-rel-card__actions{margin-top:auto;display:flex;gap:.4rem}.pub-rel-card__btn{flex:1;border:1px solid #f3bfd7;color:#bd457f;font-size:.75rem;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:.36rem;background:#fff}.pub-rel-card__btn:hover{background:#fff3f9}.pub-rel-carousel__footer{margin-top:1rem;text-align:center}.pub-rel-carousel__view-more{display:inline-flex;background:#bd457f;color:#fff;font-size:.86rem;font-weight:700;padding:.65rem 1.4rem}.pub-cta-banner{margin-top:2rem;margin-bottom:3.5rem;color:#0f172a;padding:2.8rem 1rem;text-align:center;position:relative;overflow:hidden;border:1px solid #e9d4e1;background-color:#fff;background-image:radial-gradient(circle at 12% 18%,#a8326a0f 0,#a8326a00 42%),radial-gradient(circle at 88% 82%,#a8326a0d 0,#a8326a00 42%),repeating-linear-gradient(-45deg,rgba(168,50,106,.03) 0,rgba(168,50,106,.03) 1px,transparent 1px,transparent 13px)}.pub-cta-content{position:relative;max-width:44rem;margin-inline:auto}.pub-cta-title{margin:0 0 .45rem;font-size:clamp(1.4rem,2.8vw,1.95rem);font-weight:800;color:#0f172a}.pub-cta-subtitle{margin:0 auto 1.2rem;max-width:58ch;font-size:.94rem;line-height:1.6;color:#475569}.pub-cta-actions{display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap}.pub-cta-btn{padding:.67rem 1.35rem;font-size:.87rem;font-weight:700}.pub-cta-btn--primary{background:#a8326a;color:#fff}.pub-cta-btn--primary:hover{background:#8c2957}.pub-empty{text-align:center;padding:2rem 1rem;color:#64748b;font-size:.9rem}.pub-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite}.pub-req{background:#fdf6fa;padding:2.5rem 0 3.5rem;min-height:70vh}.pub-req__inner{max-width:760px}.pub-req__head{text-align:center;margin-bottom:1.75rem}.pub-req__eyebrow{margin:0 0 .4rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#a8326a}.pub-req__title{margin:0 0 .6rem;font-size:clamp(1.6rem,3.2vw,2.2rem);font-weight:800;line-height:1.2;color:#0f172a}.pub-req__lead{margin:0 auto;max-width:40rem;font-size:1rem;line-height:1.6;color:#64748b}.pub-req__card{background:#fff;border:1px solid #f3bfd7;border-radius:0;padding:2rem;box-shadow:0 12px 36px #c84f891a}.pub-req__alert{background:#fef2f2;border:1px solid #fca5a5;color:#b91c1c;padding:.8rem 1rem;border-radius:0;margin-bottom:1.4rem;font-size:.9rem}.pub-req__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.pub-req__field{margin-bottom:1.25rem;display:flex;flex-direction:column}.pub-req__grid .pub-req__field{margin-bottom:1.25rem}.pub-req__label{margin-bottom:.4rem;font-size:.85rem;font-weight:600;color:#334155}.pub-req__input{width:100%;box-sizing:border-box;border:1px solid #e2cdd9;border-radius:0;padding:.68rem .85rem;font:inherit;font-size:.95rem;color:#0f172a;background:#fff;transition:border-color .15s,box-shadow .15s}.pub-req__input::placeholder{color:#b4a3ad}.pub-req__input:focus{outline:none;border-color:#a8326a;box-shadow:0 0 0 3px #c84f8926}.pub-req__textarea{resize:vertical;min-height:7rem;line-height:1.5}.pub-req__file{width:100%;font-size:.88rem;color:#64748b}.pub-req__file::file-selector-button{border:1px solid #f3bfd7;background:#fdf2f8;color:#a8326a;font:inherit;font-weight:600;font-size:.82rem;padding:.4rem .85rem;border-radius:0;margin-right:.75rem;cursor:pointer}.pub-req__file::file-selector-button:hover{background:#fce7f1}.pub-req__hint{margin-top:.4rem;font-size:.78rem;color:#94a3b8}.pub-req__actions{display:flex;justify-content:flex-end;border-top:1px solid #f5e1ec;padding-top:1.4rem;margin-top:.3rem}.pub-req__btn{border:1px solid transparent;border-radius:0;cursor:pointer;font:inherit;font-size:.95rem;font-weight:700;padding:.72rem 1.8rem;transition:background .15s,color .15s,border-color .15s}.pub-req__btn--primary{background:#a8326a;color:#fff}.pub-req__btn--primary:hover:not(:disabled){background:#8c2957}.pub-req__btn--primary:disabled{background:#e8b9cf;cursor:not-allowed}.pub-req__btn--ghost{background:#fff;color:#a8326a;border-color:#f3bfd7}.pub-req__btn--ghost:hover{background:#fdf2f8}.pub-req__success{background:#fff;border:1px solid #f3bfd7;border-radius:0;padding:2.75rem 2rem;text-align:center;box-shadow:0 12px 36px #c84f891a}.pub-req__success-icon{width:4rem;height:4rem;margin:0 auto 1rem;border-radius:50%;background:#fce7f1;color:#a8326a;display:flex;align-items:center;justify-content:center}.pub-req__success-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:800;color:#0f172a}.pub-req__success-text{margin:0 auto 1.5rem;max-width:34rem;color:#475569;font-size:.98rem;line-height:1.6}@media (max-width: 600px){.pub-req__grid{grid-template-columns:1fr;gap:0}.pub-req__card{padding:1.4rem}}.pub-hero--explorer{padding-bottom:0;overflow:visible;display:flex;flex-direction:column}.pub-hero--explorer .pub-container{padding-block:clamp(.75rem,1.5vw,1.1rem) 0;width:100%}.pub-hero-green__search-wrap{position:relative;max-width:780px;margin-inline:auto;margin-bottom:.55rem}.pub-hero-green__search-form{margin:0}.pub-hero-green__search-row{display:flex;align-items:stretch;background:#fff;border-radius:0;overflow:hidden;box-shadow:0 3px 18px #0000002e}.pub-hero-green__search-input{flex:1;border:none;outline:none;font:inherit;font-size:.94rem;color:#0f172a;padding:.78rem 1rem;min-width:0;background:#fff}.pub-hero-green__search-btn{border:none;background:#fff;color:#64748b;padding:0 1rem;cursor:pointer;display:flex;align-items:center}.pub-hero-green__search-btn:hover{color:#a8326a}.pub-hero-suggestions--green{position:absolute;left:0;right:0;top:calc(100% + 2px);z-index:var(--z-hero-suggestions, 200);background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 40px #0f172a2e;max-height:min(320px,50vh);overflow:auto;list-style:none;margin:0;padding:.35rem 0;border-radius:0}.pub-hero-green__examples{text-align:center;font-size:.82rem;color:#64748b;margin:0 0 1.1rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.25rem}.pub-hero-green__examples strong{margin-right:.3rem;color:#475569}.pub-hero-green__example-link{background:none;border:none;font:inherit;font-size:.82rem;color:#a8326a;cursor:pointer;text-decoration:underline;text-underline-offset:2px;padding:0 .15rem}.pub-hero-green__example-link:hover{color:#8c2957}.ward-explorer-hero{width:90%;max-width:1500px;margin:.4rem auto 0}.ward-explorer-hero__panel{display:grid;grid-template-columns:210px 310px 1fr;height:580px;background:#fff;box-shadow:0 -6px 32px #00000029}.ward-explorer-hero__left{border-right:1px solid #f0e6ef;display:flex;flex-direction:column;overflow:hidden}.ward-explorer-hero__col-title{flex-shrink:0;margin:0;padding:.6rem .9rem .5rem;font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#64748b;border-bottom:1px solid #f0e6ef;background:#fafafa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ward-explorer-hero__profile-ward{font-size:.68rem;font-weight:600;color:#a8326a;text-transform:none;letter-spacing:0}.ward-explorer-hero__ward-list{flex:1;min-height:0;overflow-y:auto;padding:.4rem .5rem;display:flex;flex-direction:column;gap:.18rem;scrollbar-width:thin;scrollbar-color:#f3bfd7 transparent}.ward-explorer-hero__ward-item{background:none;border:none;font:inherit;font-size:.95rem;color:#1e293b;padding:.55rem .75rem;text-align:left;cursor:pointer;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;justify-content:space-between;gap:.15rem;border-radius:0;transition:background .12s,color .12s}.ward-explorer-hero__ward-item:hover{background:#fdf2f8;color:#a8326a}.ward-explorer-hero__ward-item--active{background:#faedf5;color:#a8326a;font-weight:600;box-shadow:inset 3px 0 #a8326a}.ward-explorer-hero__ward-item--skeleton{height:32px;border-radius:0}.ward-explorer-hero__ward-urban-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#a8326a;flex-shrink:0;opacity:.55}.ward-explorer-hero__ward-legend{flex-shrink:0;padding:.35rem .75rem;font-size:.68rem;color:#94a3b8;border-top:1px solid #f0e6ef;background:#fafafa;display:flex;align-items:center;gap:.3rem}.ward-explorer-hero__center{border-right:1px solid #f0e6ef;display:flex;flex-direction:column;overflow:hidden}.ward-explorer-hero__no-selection{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1.5rem;color:#94a3b8;font-size:.9rem;text-align:center;line-height:1.5}.ward-explorer-hero__cat-grid{flex:1;min-height:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;overflow:hidden}.ward-explorer-hero__cat-cell{display:flex;flex-direction:column;padding:1rem 1.1rem .8rem;border-bottom:1px solid #f0e6ef;border-right:1px solid #f0e6ef;overflow:hidden}.ward-explorer-hero__cat-cell:nth-child(2n){border-right:none}.ward-explorer-hero__cat-cell:nth-child(n+3){border-bottom:none}.ward-explorer-hero__cat-header{font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.4rem}.ward-explorer-hero__cat-cell--demographics .ward-explorer-hero__cat-header{color:#7c3aed}.ward-explorer-hero__cat-cell--health .ward-explorer-hero__cat-header{color:#dc2626}.ward-explorer-hero__cat-cell--education .ward-explorer-hero__cat-header{color:#0284c7}.ward-explorer-hero__cat-cell--economics .ward-explorer-hero__cat-header{color:#15803d}.ward-explorer-hero__cat-value{font-size:2.1rem;font-weight:800;color:#a8326a;line-height:1;margin-bottom:.22rem}.ward-explorer-hero__cat-label{font-size:.78rem;color:#475569;line-height:1.3}.ward-explorer-hero__cat-unit{font-size:.68rem;color:#94a3b8;margin-top:.1rem}.ward-explorer-hero__cat-empty{font-size:1.8rem;font-weight:700;color:#cbd5e1;line-height:1;margin-bottom:.15rem}.ward-explorer-hero__cat-hint{font-size:.76rem;color:#94a3b8;line-height:1.4;white-space:pre-line}.ward-explorer-hero__right{position:relative;overflow:hidden;background:#e8f0ea;display:flex;flex-direction:column}.ward-explorer-hero__map-area{position:relative;flex:1;min-height:0;overflow:hidden}.ward-explorer-hero__map-viewport{position:absolute;top:0;right:0;bottom:0;left:0;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.ward-explorer-hero__map-viewport--dragging{cursor:grabbing}.ward-explorer-hero__svg-container{width:100%;height:100%;pointer-events:none;background:transparent}.ward-explorer-hero__svg-container svg{width:100%;height:100%;display:block;background:transparent}.ward-explorer-hero__svg-container path[data-ward]{pointer-events:fill;cursor:pointer;transition:filter .12s}.ward-explorer-hero__svg-container path[data-ward]:hover{filter:brightness(.78) saturate(1.4)}.ward-explorer-hero__zoom-controls{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:2px;z-index:10}.ward-explorer-hero__zoom-btn{width:30px;height:30px;background:#ffffffeb;border:1px solid #d1d5db;border-radius:0;cursor:pointer;font-size:1.15rem;font-weight:700;color:#334155;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000001a;transition:background .1s}.ward-explorer-hero__zoom-btn:hover{background:#fff;color:#a8326a}.ward-explorer-hero__zoom-btn--reset{font-size:0}.ward-explorer-hero__inset{position:absolute;top:10px;right:10px;width:200px;height:165px;background:#fff;border:1.5px solid #cbd5e1;border-radius:0;box-shadow:0 4px 14px #00000021;display:flex;flex-direction:column;overflow:hidden;z-index:15;transition:border-color .2s,box-shadow .2s}.ward-explorer-hero__inset--active{border-color:#a8326a;box-shadow:0 4px 18px #c84f8940}.ward-explorer-hero__inset-label{flex-shrink:0;padding:.28rem .5rem;font-size:.62rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none;cursor:grab}.ward-explorer-hero__inset-controls{display:flex;align-items:center;gap:.25rem}.ward-explorer-hero__inset-reset{background:none;border:none;font:inherit;font-size:.75rem;color:#94a3b8;cursor:pointer;padding:0 .1rem;line-height:1}.ward-explorer-hero__inset-reset:hover{color:#a8326a}.ward-explorer-hero__inset-drag-hint{color:#94a3b8;font-size:.85rem;letter-spacing:.02em;cursor:grab}.ward-explorer-hero__inset-map{flex:1;overflow:hidden;background:#e8f0ea}.ward-explorer-hero__inset-map svg{width:100%;height:100%;display:block}.ward-explorer-hero__inset-map path[data-ward]{cursor:pointer;pointer-events:fill}.ward-explorer-hero__inset-map path[data-ward]:hover{filter:brightness(.8)}@media (max-width: 1100px){.ward-explorer-hero__panel{grid-template-columns:190px 270px 1fr;height:550px}}@media (max-width: 860px){.ward-explorer-hero__panel{grid-template-columns:1fr;height:auto}.ward-explorer-hero__left{order:1;max-height:240px;border-right:none;border-bottom:1px solid #f0e6ef}.ward-explorer-hero__right{order:2;display:flex;height:380px;border-bottom:1px solid #f0e6ef}.ward-explorer-hero__center{order:3;border-right:none}}@media (max-width: 560px){.ward-explorer-hero__left{max-height:200px}.ward-explorer-hero__right{height:300px}.ward-explorer-hero__inset{top:6px;right:6px;width:128px;height:106px}.ward-explorer-hero__inset-label{padding:.2rem .35rem;font-size:.55rem}}@media (max-width: 1023px){.pub-hero-inner--home,.pub-key-stats__split{grid-template-columns:1fr}.pub-key-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pub-sector-panel{flex-direction:column}.pub-sector-panel__rail{min-width:0}.pub-sector-panel__body{grid-template-columns:repeat(2,minmax(0,1fr))}.pub-sector-panel__cell{border-left:1px solid #f7dcea;border-top:none}.pub-sector-panel__cell:nth-child(odd){border-left:none}.pub-sector-panel__cell:nth-child(n+3){border-top:1px solid #f7dcea}}@media (max-width: 767px){.pub-section{padding-block:2rem}.pub-section-header{flex-direction:column;align-items:flex-start}.pub-hero-media,.pub-hero-media-img{min-height:220px}.pub-sector-panel__body{grid-template-columns:1fr}.pub-sector-panel__cell{border-left:none;border-top:1px solid #f7dcea}.pub-sector-panel__cell:first-of-type{border-top:none}.pub-key-stats__grid{grid-template-columns:1fr}}.pub-hero-green__search-row,.pub-hero-suggestions--green,.pub-hero-suggestion:first-child{border-radius:0}.pub-hero-suggestion:last-child{border-radius:0}.pub-hero-btn,.pub-hero-media,.pub-hero-media-img,.pub-key-stats__panel{border-radius:0}.pub-key-stats__grid{border-radius:0;overflow:hidden}.pub-key-stats__cta{border-radius:0}.ward-explorer-hero__panel,.pub-sector-panel{border-radius:0;overflow:hidden}.pub-sector-panel__cell,.pub-indicator-card{border-radius:0}.pub-rel-card{border-radius:0;overflow:hidden}.pub-rel-card__cover,.pub-rel-card__btn{border-radius:0}.pub-rel-card__btn--primary{background:#a8326a;border-color:#a8326a;color:#fff}.pub-rel-card__btn--primary:hover{background:#8c2957;border-color:#8c2957}.pub-rel-carousel__arrow{border-radius:50%}.pub-rel-carousel__view-more{border-radius:0}.pub-cta-banner{border-radius:0;margin-inline:clamp(.75rem,4vw,2.5rem)}.pub-cta-btn,.pub-empty,.pub-view-all,.csms-card,.csms-release-card,.csms-input,.csms-btn,select.csms-input,.csms-tab,.csms-meta-pill,.pub-data-portal__filter-chip,.csms-code{border-radius:0}.pub-kpi{background:#fff;padding:2.25rem 0 3.5rem;min-height:70vh}.pub-kpi__head{max-width:52rem;margin:0 0 1.75rem}.pub-kpi__title{margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,1.95rem);font-weight:800;color:#0f172a;line-height:1.2;border-bottom:2px solid #e2e8f0;padding-bottom:.7rem}.pub-kpi__lead{margin:0;font-size:.98rem;line-height:1.6;color:#475569;max-width:46rem}.pub-kpi__loading{margin-top:1.5rem}.pub-kpi__footnote{margin:1.75rem 0 0;font-size:.82rem;color:#64748b;line-height:1.5}.pub-kpi__footnote a{color:#a8326a;font-weight:600}.pub-kpi__footnote a:hover{text-decoration:underline}.pub-kpi-fw{border:1px solid #e2e8f0;border-radius:0;background:#fff;padding:1.4rem 1.5rem;margin-bottom:1.75rem}.pub-kpi-fw__head{margin-bottom:.9rem}.pub-kpi-fw__name{margin:0 0 .2rem;font-size:1.1rem;font-weight:700;color:#0f172a}.pub-kpi-fw__meta{font-size:.82rem;color:#64748b;text-transform:capitalize}.pub-kpi-summary{list-style:none;margin:0 0 1.4rem;padding:.7rem 0;display:flex;flex-wrap:wrap;gap:1.5rem;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.pub-kpi-summary__item{display:inline-flex;align-items:baseline;gap:.4rem;font-size:.84rem}.pub-kpi-summary__dot{width:8px;height:8px;border-radius:50%;align-self:center}.pub-kpi-summary__count{font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums}.pub-kpi-summary__label{color:#64748b}.pub-kpi-pillar{margin-bottom:1.6rem}.pub-kpi-pillar:last-child{margin-bottom:0}.pub-kpi-pillar__title{margin:0 0 .6rem;font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#475569}.pub-kpi-tablewrap{overflow-x:auto;border:1px solid #eef2f7;border-radius:0}.pub-kpi-table{width:100%;border-collapse:collapse;font-size:.85rem;min-width:760px}.pub-kpi-table thead th{text-align:left;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;background:#f8fafc;padding:.55rem .8rem;border-bottom:1px solid #e2e8f0;white-space:nowrap}.pub-kpi-table tbody td{padding:.7rem .8rem;border-bottom:1px solid #f1f5f9;vertical-align:middle;color:#334155}.pub-kpi-table tbody tr:last-child td{border-bottom:none}.pub-kpi-table tbody tr:hover{background:#fcfcfd}.pub-kpi-table__num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.pub-kpi-table__num--latest{font-weight:700;color:#0f172a}.pub-kpi-table__yr{display:block;font-size:.68rem;color:#94a3b8;font-weight:400}.pub-kpi-table__indicator{min-width:200px}.pub-kpi-table__name{display:block;font-weight:600;color:#0f172a;line-height:1.3}.pub-kpi-table__link{font-size:.7rem;color:#a8326a;font-weight:600;letter-spacing:.02em}.pub-kpi-table__link:hover{text-decoration:underline}.pub-kpi-table__dept{color:#64748b;font-size:.8rem}.pub-kpi-table__prog{min-width:130px}.pub-kpi-bar{display:inline-block;width:70px;height:6px;background:#eef2f7;border-radius:0;overflow:hidden;vertical-align:middle;margin-right:.5rem}.pub-kpi-bar__fill{height:100%;background:#64748b;border-radius:0}.pub-kpi-bar__pct{font-size:.78rem;font-weight:700;color:#334155;font-variant-numeric:tabular-nums}.pub-kpi-status{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.pub-kpi-status__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pub-kpi-status__label{font-size:.8rem;font-weight:600}.pub-kpi-status--none{color:#94a3b8;font-size:.8rem}@media (max-width: 600px){.pub-kpi-fw{padding:1.1rem}.pub-kpi-summary{gap:1rem}}.pub-sdg-pillar-title{display:flex;align-items:center;gap:.55rem;text-transform:none;letter-spacing:0;font-size:.95rem;color:#0f172a}.pub-sdg-badge{flex-shrink:0;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.8rem;font-variant-numeric:tabular-nums}.csms-action-btn{border-radius:0}.csms-view-toggle,.csms-chart-type-toggle{border-radius:0;overflow:hidden}.csms-sector-chip,.pub-mobile-link,.pub-mobile-cta,.csms-filter-select,.csms-filter-input,.csms-link-inline,.csms-release-card,.csms-portal-card,.csms-indicator-card,.csms-search-wrap,.csms-suggestions,.csms-indicator-code-badge{border-radius:0}
