:root {
	--navy: #05265d;
	--deep-navy: #001b47;
	--blue: #1766d5;
	--green: #19a33b;
	--orange: #f57c00;
	--red: #df3038;
	--ink: #10234c;
	--line: #e4e9f1;
}

* { box-sizing: border-box; }
body { margin: 0; color: #17223b; font: 14px/1.45 Arial, sans-serif; background: #fff; }
a { color: inherit; text-decoration: none; }
.container { width: min(1320px, calc(100% - 32px)); margin: auto; }
.flex-between { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.republic-bar { padding: 9px 0; color: #fff; font-size: 11px; background: var(--deep-navy); }
.republic-bar i { display: inline-block; height: 12px; margin: 0 12px; border-left: 1px solid #ffffff55; }
.top-links,.social-links { display:flex; align-items:center; }.top-links { gap:17px; }.top-links > a:hover { color:#b7d900; }.social-links { gap:8px; padding:0 12px; border-right:1px solid #ffffff33; border-left:1px solid #ffffff33; }.social-links a { display:grid; width:20px; height:20px; place-items:center; border-radius:50%; color:#fff; background:#ffffff18; transition:background .2s ease,color .2s ease; }.social-links a:hover { color:var(--deep-navy); background:#fff; }.social-links svg { width:12px; height:12px; fill:currentColor; }.language-link { white-space:nowrap; }
.flag { display: inline-block; width: 18px; height: 12px; margin-right: 9px; vertical-align: -2px; background: linear-gradient(90deg,#14a04a 33%,#f7d31b 33% 66%,#d82635 66%); }
.brand-bar { min-height: 108px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand strong { display: block; color: #111; font-size: 22px; line-height: 1.05; max-width: 360px; }
.brand small { display: block; margin-top: 10px; color: #627086; }
.seal { display:block; width:78px; height:78px; object-fit:contain; }
.header-actions { display: flex; gap: 16px; }
.header-actions-module { align-items: stretch; }
.mobile-actions { display:none; }
.action { display:flex; min-width: 110px; min-height:70px; align-items:center; justify-content:center; flex-direction:column; padding: 13px 14px; color: #fff; border-radius: 8px; background: var(--action-color, var(--blue)); font-size: 12px; text-align:center; line-height:1.35; transition:transform .18s ease,box-shadow .18s ease,filter .18s ease; }
.action:hover { color:#fff; filter:brightness(1.04); box-shadow:0 9px 18px #10234c25; transform:translateY(-2px); }
.red { background: var(--red); }.green { background: var(--green); }.orange { background: var(--orange); }.blue { background: var(--blue); }
.main-nav { background: var(--navy); color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 700; }
.nav-row { display: flex; align-items: center; }
.fallback-menu,.main-nav .mod-menu { display: flex; gap: 27px; margin: 0; padding: 0; list-style: none; }
.fallback-menu a,.main-nav .mod-menu > li > a { display: block; padding: 18px 0 16px; border-bottom: 3px solid transparent; white-space: nowrap; }
.fallback-menu a.active,.fallback-menu a:hover,.main-nav .mod-menu > li.current > a,.main-nav .mod-menu > li.active > a,.main-nav .mod-menu > li > a:hover { color: #b7d900; border-color: #b7d900; }
.main-nav .mod-menu > li { position: relative; }.main-nav .mod-menu > li.parent > a::after { content:"⌄"; margin-left:6px; color:#b7d900; font-size:13px; }
.main-nav .mod-menu > li:has(> .topbar-only) { display:none; }
.main-nav .mod-menu__sub { position:absolute; z-index:6; top:100%; left:0; visibility:hidden; min-width:235px; margin:0; padding:7px 0; opacity:0; list-style:none; border-top:3px solid #b7d900; background:var(--deep-navy); box-shadow:0 12px 22px #001b4745; transform:translateY(6px); transition:opacity .18s ease,transform .18s ease,visibility .18s ease; }
.main-nav .mod-menu__sub li { position:relative; }.main-nav .mod-menu__sub a { display:block; padding:10px 14px; color:#fff; font-size:11px; line-height:1.3; white-space:nowrap; }.main-nav .mod-menu__sub a:hover,.main-nav .mod-menu__sub li.current > a { color:#b7d900; background:#ffffff12; }
.main-nav .mod-menu li:hover > .mod-menu__sub,.main-nav .mod-menu li:focus-within > .mod-menu__sub { visibility:visible; opacity:1; transform:translateY(0); }
.menu-toggle { display: none; }
.search-toggle { align-self: stretch; min-width: 56px; margin-left: auto; color: #fff; border: 0; border-left: 1px solid #ffffff22; background: transparent; cursor: pointer; font-size: 27px; line-height: 1; }
.search-toggle:hover,.search-toggle[aria-expanded="true"] { background: #ffffff16; }
.search-panel { padding: 14px 0; background: #fff; box-shadow: 0 8px 18px #001b4730; }
.search-form { display: flex; gap: 9px; }
.search-form input[type="search"] { flex: 1; min-width: 0; padding: 12px 15px; border: 1px solid #cad5e3; border-radius: 5px; font: inherit; }
.search-form button { padding: 0 20px; color: #fff; border: 0; border-radius: 5px; background: var(--green); cursor: pointer; font-weight: 700; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hero-slider { position: relative; min-height: 350px; overflow: hidden; color: #fff; background: #00173e; }
.hero-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; background: linear-gradient(90deg, #00173ecc, #00173e77 46%, #00173e05), var(--slide-image) center 43%/cover; transition: opacity .55s ease, visibility .55s ease; }
.hero-slide.is-active { visibility: visible; opacity: 1; }
.hero-copy { padding: 48px 0 38px; }
.tag { padding: 7px 10px; border-radius: 4px; color: #fff; background: #24a83b; font-size: 10px; font-weight: 700; text-transform: uppercase; }
h1 { margin: 17px 0 8px; font-size: clamp(28px, 4vw, 42px); line-height: 1.08; }
.hero p { margin-bottom: 22px; }
.button { display: inline-block; padding: 12px 17px; border-radius: 4px; background: #21a935; color: #fff; font-weight: 700; }
.button b { margin-left: 15px; }
.slider-arrow { position: absolute; z-index: 2; top: 50%; display: grid; width: 44px; height: 44px; place-items: center; color: #fff; border: 0; border-radius: 50%; background: #ffffff35; cursor: pointer; font-size: 23px; transform: translateY(-50%); transition: background .2s ease; }
.slider-arrow:hover { background: #ffffff60; }.slider-prev { left: 28px; }.slider-next { right: 28px; }
.slider-dots { position: absolute; z-index: 2; bottom: 15px; left: 50%; display: flex; gap: 9px; transform: translateX(-50%); }
.slider-dot { width: 13px; height: 13px; padding: 0; border: 2px solid #fff; border-radius: 50%; background: #fff; cursor: pointer; }
.slider-dot.is-active { background: var(--green); box-shadow: 0 0 0 2px #ffffff80; }
.stats { display:grid; grid-template-columns:repeat(6,1fr); gap:10px; padding:28px 0 18px; }
.stats.stats-columns-3 { grid-template-columns:repeat(3,1fr); }.stats.stats-columns-4 { grid-template-columns:repeat(4,1fr); }.stats.stats-columns-5 { grid-template-columns:repeat(5,1fr); }
.stat-card { position:relative; display:flex; min-height:94px; align-items:center; gap:12px; padding:14px 14px; overflow:hidden; border:1px solid var(--line); border-radius:9px; background:#fff; box-shadow:0 4px 14px #10234c0c; transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.stat-card::before { position:absolute; top:0; right:0; left:0; height:3px; content:""; background:var(--stat-color,#1766d5); opacity:.9; }
.stat-card:hover { border-color:#c9d8eb; box-shadow:0 12px 24px #10234c16; transform:translateY(-3px); }
.stat-icon { width:35px; height:35px; flex:0 0 auto; color:var(--stat-color,#1766d5); fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; }
.stat-card b,.stat-card small { display: block; }.stat-card b { color: #111; font-size: 23px; line-height:1.05; }.stat-card small { margin-top: 6px; color:#17223b; font-size: 12px; line-height:1.25; }
.stats:not(.has-icons) .stat-card { align-items:flex-start; justify-content:center; flex-direction:column; }
.section { padding: 4px 0 20px; }.section h2 { color: var(--ink); font-size: 17px; text-align: center; text-transform: uppercase; }
.quick-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.quick-grid a { min-height: 145px; padding: 15px 10px; border-radius: 10px; background: #eff6ff; text-align: center; transition:transform .2s ease,box-shadow .2s ease; }
.quick-grid a:hover { transform:translateY(-4px); box-shadow:0 10px 20px #10234c18; }
.quick-grid a:nth-child(2) { background:#effaf0 }.quick-grid a:nth-child(3) { background:#f7f0fb }.quick-grid a:nth-child(4) { background:#fff2f0 }.quick-grid a:nth-child(5) { background:#effafa }.quick-grid a:nth-child(6) { background:#fff7e9 }
.quick-grid strong,.quick-grid span { display: block; }.quick-grid strong { margin-top: 6px; color:#111; font-size: 13px; }.quick-grid span { margin-top: 10px; color:var(--navy); font-size: 11px; }
.quick-icon { width:48px; height:48px; overflow:visible; fill:currentColor; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:2; }.quick-icon .icon-light { fill:none; stroke:#fff; stroke-width:2.4; }.quick-grid a:nth-child(1) .quick-icon { color:#1766d5 }.quick-grid a:nth-child(2) .quick-icon { color:#18a13e }.quick-grid a:nth-child(3) .quick-icon { color:#8b3fc4 }.quick-grid a:nth-child(4) .quick-icon { color:#e13b42 }.quick-grid a:nth-child(5) .quick-icon { color:#159a9f }.quick-grid a:nth-child(6) .quick-icon { color:#f17900 }
.dashboard { display: grid; grid-template-columns: 1.1fr 1fr .95fr; gap: 14px; padding: 6px 0 24px; }
.panel { overflow: hidden; padding: 15px; border: 1px solid var(--line); border-radius: 8px; }
.panel-heading { display:flex; justify-content:space-between; align-items:center; gap: 8px; }.panel-heading h3 { margin:0 0 12px; color: var(--ink); font-size: 15px; text-transform:uppercase; }.panel-heading a { color:var(--navy); font-size:12px; font-weight:700; }
.news img { width:100%; height:150px; object-fit:cover; border-radius:4px; transition:transform .25s ease,filter .25s ease,box-shadow .25s ease; }.news > a:first-of-type:hover img { filter:brightness(1.04); transform:scale(1.055); box-shadow:0 13px 24px #00112e24; }.news h4 { margin:11px 0 7px; color:var(--ink); font-size:20px; line-height:1.18; }.news p { margin-bottom:0; color:#34425b; font-size:14px; line-height:1.55; }
.news-carousel { position:relative; }
.news-carousel-frame { position:relative; overflow:hidden; }
.news-slide { position:absolute; inset:0; visibility:hidden; opacity:0; transform:translateX(22px); transition:opacity .28s ease,transform .28s ease,visibility .28s ease; }
.news-slide.is-active { position:relative; visibility:visible; opacity:1; transform:translateX(0); }
.news-slide-image { display:block; overflow:hidden; border-radius:7px; background:#eef4f8; }
.news-slide-image img { display:block; height:235px; border-radius:7px; }
.news-slide-image:hover img { filter:brightness(1.04); transform:scale(1.055); box-shadow:none; }
.news-slide-copy { padding:14px 0 0; }
.news-slide-meta { display:inline-block; margin-bottom:9px; color:#087d38; font-size:10px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.news-slide h4 { margin:0 0 10px; color:var(--ink); font-size:clamp(22px,2vw,30px); line-height:1.12; }
.news-slide h4 a:hover { color:#1766d5; }
.news-slide p { color:#33435c; font-size:14px; line-height:1.4; }
.news-slide-readmore { display:inline-flex; margin-top:13px; color:#087d38; font-size:13px; font-weight:800; }
.news-slide-readmore:hover { color:#1766d5; }
.news-carousel-controls { position:absolute; z-index:5; top:102px; right:10px; left:10px; display:flex; align-items:center; justify-content:space-between; gap:12px; pointer-events:none; }
.news-carousel-controls > button { display:grid; width:38px; height:38px; place-items:center; color:#fff; border:1px solid #ffffff70; border-radius:50%; background:#001b44a6; backdrop-filter:blur(8px); cursor:pointer; font-size:18px; font-weight:800; pointer-events:auto; transition:background .2s ease,transform .2s ease,box-shadow .2s ease; }
.news-carousel-controls > button:hover { background:#1766d5d9; box-shadow:0 8px 16px #00112e38; transform:translateY(-2px); }
.news-carousel-dots { position:absolute; z-index:5; top:216px; left:50%; display:flex; align-items:center; gap:7px; padding:7px 10px; border-radius:999px; background:#ffffffdc; box-shadow:0 8px 16px #10234c18; transform:translateX(-50%); }
.news-carousel-dots button { width:10px; height:10px; padding:0; border:0; border-radius:50%; background:#c9d4e3; cursor:pointer; transition:background .2s ease,transform .2s ease; }
.news-carousel-dots button.is-active { background:#19a33b; box-shadow:0 0 0 3px #19a33b18; transform:scale(1.16); }
.news-list { margin-top:15px; border-top:1px solid var(--line); }.news-item { display:grid; grid-template-columns:64px 46px minmax(0,1fr); gap:11px; align-items:center; padding:11px 0; border-bottom:1px solid var(--line); }.news-item img { width:64px; height:54px; border-radius:4px; object-fit:cover; transition:transform .25s ease,filter .25s ease,box-shadow .25s ease; }.news-item:hover img { filter:brightness(1.05); box-shadow:0 8px 16px #10234c26; transform:scale(1.08); }.news-item b { padding:6px 2px; color:var(--navy); border-radius:5px; background:#f5f7fb; font-size:17px; line-height:1; text-align:center; }.news-item b small,.news-item span small { display:block; margin-top:4px; }.news-item b small { font-size:10px; }.news-item span { min-width:0; }.news-item span strong { display:block; color:var(--ink); font-size:13px; line-height:1.2; }.news-item span small { color:#657086; font-size:12px; line-height:1.3; }
.health-list { margin:0; padding:0; list-style:none; }.health-list li { display:grid; grid-template-columns:1fr 108px 72px; gap:8px; align-items:center; padding:13px 0; border-top:1px solid var(--line); }.health-list small { display:block; font-size:10px; }.health-list li .sparkline,.health-list li .health-value { color:var(--health-color,#1766d5); }.sparkline { width:108px; height:32px; overflow:visible; fill:currentColor; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.6; }.sparkline polyline { fill:none; stroke-dasharray:160; stroke-dashoffset:160; transition:stroke-dashoffset 1.25s ease; }.sparkline circle { opacity:0; stroke:none; transform:scale(.2); transform-box:fill-box; transform-origin:center; transition:opacity .22s ease,transform .22s ease; }.health-panel.is-visible .sparkline polyline { stroke-dashoffset:0; }.health-panel.is-visible .sparkline circle { opacity:1; transform:scale(1); }.sparkline circle:nth-child(1) { transition-delay:.18s; }.sparkline circle:nth-child(2) { transition-delay:.26s; }.sparkline circle:nth-child(3) { transition-delay:.34s; }.sparkline circle:nth-child(4) { transition-delay:.42s; }.sparkline circle:nth-child(5) { transition-delay:.50s; }.sparkline circle:nth-child(6) { transition-delay:.58s; }.sparkline circle:nth-child(7) { transition-delay:.66s; }.sparkline circle:nth-child(8) { transition-delay:.74s; }.sparkline circle:nth-child(9) { transition-delay:.82s; }.sparkline circle:nth-child(10) { transition-delay:.90s; }.sparkline circle:nth-child(11) { transition-delay:.98s; }.red-line { color:#ed3037 }.orange-line { color:#f57c00 }.green-line { color:#19a33b }.blue-line { color:#1766d5 }.health-value { font-size:19px; line-height:1; text-align:right; }.health-value small { margin-top:4px; font-size:10px; font-weight:700; }.health-value em { display:block; margin-top:5px; color:#7c8799; font-size:8px; font-style:normal; font-weight:400; white-space:nowrap; }.danger-value { color:#ed3037 }.warning-value { color:#f57c00 }.success-value { color:#19a33b }.blue-value { color:#1766d5 }.panel-heading span { color:var(--navy); font-size:12px; font-weight:700; }
.health-map-preview { position:relative; margin-top:16px; padding:16px 15px 15px; overflow:hidden; border:1px solid #dce9ef; border-radius:12px; background:linear-gradient(145deg,#f7fbff,#eef9f1); box-shadow:0 12px 24px #10234c0c; }.health-map-preview::before { position:absolute; right:-42px; bottom:-44px; width:150px; height:150px; content:""; border-radius:50%; background:#19a33b12; }.health-map-preview-copy { position:relative; z-index:1; }.health-map-preview-copy > span { color:#087d38; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }.health-map-preview h4 { max-width:280px; margin:5px 0 6px; color:var(--ink); font-size:18px; line-height:1.15; }.health-map-preview p { max-width:310px; margin:0 0 10px; color:#526078; font-size:12px; line-height:1.45; }.coverage-legend { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:6px 12px; max-width:250px; }.coverage-legend span { display:flex; align-items:center; gap:6px; color:#54657a; font-size:10px; font-weight:700; }.coverage-legend i { display:block; width:11px; height:11px; border-radius:3px; }.coverage-excellent { background:#0d9c73; }.coverage-good { background:#45c97b; }.coverage-medium { background:#8edda8; }.coverage-low { background:#c9efcf; }.mali-map-card { position:absolute; right:12px; bottom:48px; width:170px; max-width:43%; opacity:.96; }.mali-map-card svg { display:block; width:100%; height:auto; filter:drop-shadow(0 12px 18px #10234c18); }.region { stroke:#ffffffaa; stroke-width:2; }.region-excellent { fill:#0d9c73; }.region-good { fill:#45c97b; }.region-medium { fill:#8edda8; }.region-low { fill:#c9efcf; }.river { fill:none; stroke:#61c5dc; stroke-width:4; stroke-linecap:round; opacity:.75; }.map-dot { stroke:#fff; stroke-width:2; }.dot-hopital { fill:#e33139; }.dot-csref { fill:#1766d5; }.dot-cscom { fill:#19a33b; }.dot-pharmacie { fill:#8b3fc4; }.health-map-preview-link { position:relative; z-index:1; display:inline-flex; margin-top:13px; padding:10px 13px; color:var(--navy); border:1px solid #dce5ef; border-radius:8px; background:#fff; box-shadow:0 8px 16px #10234c0b; font-size:11px; font-weight:800; }.health-map-preview-link:hover { color:#fff; border-color:#1766d5; background:#1766d5; }
@media (prefers-reduced-motion: reduce) { .sparkline polyline { stroke-dashoffset:0; transition:none; }.sparkline circle { opacity:1; transform:none; transition:none; } }
.purple-line,.purple-value { color:#8b3fc4; }
.alert { display:flex; gap:12px; margin-bottom:9px; padding:13px; border-radius:5px; background:#fff0ee; font-size:12px; }.alert small { display:block; }.alert.danger { color:#cb2330 }.alert.warning { color:#d86b00; background:#fff5e9 }.alert.info { color:#1766d5; background:#eef4ff }
.dashboard-side { display:flex; flex-direction:column; gap:12px; }
.minister-profile { padding:0; color:#fff; border-color:#24364f; background:#102b52; }.minister-profile img { display:block; width:100%; height:235px; object-fit:cover; object-position:center 38%; transition:transform .25s ease,filter .25s ease; }.minister-profile:hover img { filter:brightness(1.06); transform:scale(1.06); }.minister-profile-copy { padding:13px 14px 15px; }.minister-profile h3 { margin:0 0 4px; color:#fff; font-size:17px; line-height:1.15; }.minister-profile h3 small { display:block; margin-bottom:5px; color:#b7d900; font-size:10px; text-transform:uppercase; }.minister-profile p { margin:7px 0 11px; color:#d6dfed; font-size:11px; line-height:1.45; }.minister-profile a { color:#b7d900; font-size:11px; font-weight:700; text-transform:uppercase; }.minister-profile a:hover { color:#fff; }
.assistant { position:relative; padding:18px; overflow:hidden; color:#0f5f2c; border:1px solid #cfe9d3; border-radius:14px; background:radial-gradient(circle at 92% 10%, #b7d90038 0 62px, transparent 63px),linear-gradient(145deg,#f8fff8 0%,#eef9ef 50%,#edf7ff 100%); box-shadow:0 14px 30px #10234c14; }.assistant::before { position:absolute; top:15px; right:16px; display:grid; width:42px; height:42px; place-items:center; content:"IA"; color:#fff; border-radius:14px; background:linear-gradient(135deg,#19a33b,#1766d5); box-shadow:0 10px 18px #0f7b3b28; font-size:13px; font-weight:800; letter-spacing:.05em; }.assistant h3 { max-width:calc(100% - 58px); margin:0; color:#087d38; font-size:16px; line-height:1.2; letter-spacing:.04em; text-transform:uppercase; }.assistant p { max-width:calc(100% - 46px); margin:5px 0 14px; color:#335146; font-size:12px; }.assistant-form { display:flex; align-items:center; gap:10px; }.assistant-form input { min-width:0; height:48px; flex:1; padding:0 15px; color:var(--ink); border:1px solid #cbded1; border-radius:10px; background:#fff; box-shadow:inset 0 1px 0 #fff,0 7px 18px #10234c0a; font:inherit; }.assistant-form input:focus { border-color:#19a33b; outline:0; box-shadow:0 0 0 3px #19a33b22; }.assistant-form button { width:48px; height:48px; flex:0 0 48px; color:#fff; border:0; border-radius:50%; background:linear-gradient(135deg,#19a33b,#087d38); box-shadow:0 12px 20px #087d3830; cursor:pointer; font-size:20px; font-weight:800; transition:transform .2s ease,box-shadow .2s ease,filter .2s ease; }.assistant-form button:hover { filter:brightness(1.06); transform:translateY(-2px); box-shadow:0 15px 24px #087d3840; }.assistant-chat-form button { width:34px; flex:0 0 34px; color:#fff; border:0; border-radius:50%; background:var(--green); cursor:pointer; }.assistant-links { display:flex; flex-wrap:wrap; gap:8px; margin-top:13px; }.assistant-links button { padding:8px 11px; color:#0f6b31; border:1px solid #caeacf; border-radius:999px; background:#ffffffcc; box-shadow:0 4px 10px #10234c0a; cursor:pointer; font:inherit; font-size:11px; font-weight:700; transition:transform .18s ease,border-color .18s ease,background .18s ease; }.assistant-links button:hover { border-color:#19a33b; background:#e9f8ea; transform:translateY(-1px); }
.dashboard-award { display:flex; min-height:176px; align-items:center; justify-content:space-between; gap:15px; padding:18px; color:#fff; border-color:#244d7d; background:linear-gradient(135deg,#05265d,#0d4f88); box-shadow:0 10px 22px #10234c16; }.dashboard-award div { min-width:0; }.dashboard-award span { display:block; margin-bottom:7px; color:#b7d900; font-size:9px; font-weight:700; letter-spacing:.09em; text-transform:uppercase; }.dashboard-award h3 { margin:0; color:#fff; font-size:19px; line-height:1.1; }.dashboard-award p { margin:9px 0 0; color:#dce8fb; font-size:11px; line-height:1.45; }.dashboard-award img { display:block; width:116px; height:116px; flex:0 0 auto; object-fit:cover; border:2px solid #fff; border-radius:9px; box-shadow:0 9px 19px #00112e88; transition:transform .25s ease,box-shadow .25s ease; }.dashboard-award img:hover { box-shadow:0 14px 25px #00112ebb; transform:scale(1.08); }
.assistant-dialog[hidden] { display:none; }.assistant-dialog { position:fixed; z-index:30; right:24px; bottom:24px; width:min(365px,calc(100% - 32px)); padding:0; pointer-events:none; }.assistant-dialog-backdrop { display:none; }.assistant-chat { position:relative; display:flex; width:100%; max-height:min(720px,calc(100vh - 42px)); flex-direction:column; overflow:hidden; border:1px solid #edf1f7; border-radius:24px; background:#ffffffee; box-shadow:0 24px 65px #001b4740; backdrop-filter:blur(10px); pointer-events:auto; }.assistant-chat header { display:flex; align-items:center; justify-content:space-between; padding:18px 20px 12px; color:var(--ink); background:#fff; }.assistant-chat header div,.assistant-chat header span { display:flex; align-items:center; gap:12px; }.assistant-chat header span { align-items:flex-start; flex-direction:column; gap:0; }.assistant-chat header strong { font-size:16px; }.assistant-chat header small { color:#0f9c46; font-size:12px; font-weight:700; }.assistant-chat header i { display:inline-block; width:8px; height:8px; margin-right:5px; border-radius:50%; background:#13b653; box-shadow:0 0 0 3px #13b6531f; }.assistant-chat header button { color:#526078; border:0; background:transparent; cursor:pointer; font-size:27px; line-height:1; }.assistant-chat header button:hover { color:var(--navy); }.assistant-avatar { display:grid; width:60px; height:60px; padding:5px; place-items:center; overflow:hidden; border:3px solid #19a33b; border-radius:50%; background:#fff; box-shadow:0 0 0 4px #e9f8ee,0 6px 14px #10234c18; }.assistant-avatar img { display:block; width:100%; height:100%; object-fit:contain; object-position:center; border-radius:50%; background:#fff; }.assistant-messages { display:flex; min-height:0; max-height:270px; padding:8px 20px 10px; overflow:auto; flex-direction:column; gap:10px; background:#fff; }.assistant-message { max-width:88%; padding:12px 14px; border-radius:16px; font-size:14px; line-height:1.45; white-space:pre-wrap; }.assistant-message.bot { align-self:flex-start; border:0; background:#f0f3f8; box-shadow:inset 0 1px 0 #fff; }.assistant-message.bot a { display:block; margin-top:7px; color:#087d38; font-weight:700; }.assistant-message-actions { display:flex; flex-wrap:wrap; gap:7px; margin-top:9px; }.assistant-message.bot .assistant-message-actions a { display:inline-flex; margin:0; padding:8px 10px; color:#087d38; border:1px solid #caeacf; border-radius:999px; background:#fff; font-size:12px; line-height:1.2; }.assistant-message.bot .assistant-message-actions a:hover { color:#fff; border-color:#19a33b; background:#19a33b; }.assistant-sources { margin-top:8px; padding-top:6px; border-top:1px solid #dde6ef; }.assistant-sources a { color:#1766d5 !important; font-size:12px; }.assistant-message.user { align-self:flex-end; color:#fff; background:#168e3a; }.assistant-dialog-prompts { padding:0 20px 8px; background:#fff; }.assistant-dialog-prompts p { display:inline-block; margin:0 0 10px; padding:10px 13px; color:#263651; border-radius:999px; background:#f1f4f8; font-size:13px; font-weight:700; }.assistant-dialog-prompts button { display:block; width:max-content; max-width:100%; margin:7px 0; padding:9px 13px; color:#0f9c46; border:1px solid #dce6e3; border-radius:999px; background:#fff; cursor:pointer; font:inherit; font-size:13px; font-weight:800; box-shadow:0 4px 9px #10234c08; transition:border-color .18s ease,transform .18s ease,background .18s ease; }.assistant-dialog-prompts button:hover { border-color:#19a33b; background:#f1fbf3; transform:translateX(3px); }.assistant-disclaimer { margin:0; padding:8px 20px 0; color:#738098; background:#fff; font-size:10px; }.assistant-chat-form { display:flex; gap:9px; padding:12px 20px 18px; background:#fff; }.assistant-chat-form input { min-width:0; flex:1; padding:13px 15px; border:1px solid #dfe7ef; border-radius:999px; background:#fff; box-shadow:0 8px 20px #10234c0a; font:inherit; }.assistant-chat-form input:focus { border-color:#19a33b; outline:0; box-shadow:0 0 0 3px #19a33b20; }.assistant-chat-form button { width:48px; height:48px; flex:0 0 48px; color:#fff; border:0; border-radius:50%; background:linear-gradient(135deg,#19a33b,#087d38); box-shadow:0 12px 22px #087d3835; cursor:pointer; font-size:22px; font-weight:800; }.assistant-floating-launcher { position:fixed; right:24px; bottom:24px; z-index:29; display:grid; width:68px; height:68px; padding:6px; place-items:center; color:#fff; border:3px solid #19a33b; border-radius:50%; background:#fff; box-shadow:0 0 0 5px #e9f8ee,0 14px 32px #001b4738; cursor:pointer; }.assistant-floating-launcher img { display:block; width:100%; height:100%; object-fit:contain; object-position:center; border-radius:50%; background:#fff; }.assistant-floating-launcher span { position:absolute; right:-3px; bottom:-3px; padding:3px 7px; border:2px solid #fff; border-radius:999px; background:#1766d5; font-size:10px; font-weight:900; }.assistant-floating-launcher:hover { transform:translateY(-2px); }.assistant-dialog-open { overflow:auto; }
@keyframes assistantPulse { 0% { box-shadow:0 0 0 0 #19a33b42,0 0 0 6px #e9f8ee,0 18px 38px #001b4742; } 70% { box-shadow:0 0 0 16px #19a33b00,0 0 0 6px #e9f8ee,0 18px 38px #001b4742; } 100% { box-shadow:0 0 0 0 #19a33b00,0 0 0 6px #e9f8ee,0 18px 38px #001b4742; } }
@keyframes assistantPop { from { opacity:0; transform:translateY(14px) scale(.97); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes assistantTypingDot { 0%,80%,100% { opacity:.35; transform:translateY(0) scale(.86); } 40% { opacity:1; transform:translateY(-4px) scale(1); } }
.assistant-dialog { width:min(390px,calc(100% - 32px)); }.assistant-chat { border:1px solid #d7e5dc; border-radius:28px; background:linear-gradient(180deg,#ffffff 0%,#fbfffb 48%,#f3faf5 100%); box-shadow:0 28px 72px #001b4752; animation:assistantPop .28s ease both; }.assistant-chat::before { position:absolute; top:-70px; right:-50px; width:170px; height:170px; content:""; border-radius:50%; background:radial-gradient(circle,#b7d90055 0 36%,#19a33b1d 37% 64%,transparent 65%); pointer-events:none; }.assistant-chat header { position:relative; z-index:1; padding:18px 20px 14px; border-bottom:1px solid #edf3ef; background:linear-gradient(135deg,#ffffff,#f5fff6); }.assistant-chat header strong { color:#0d244f; font-size:17px; letter-spacing:-.01em; }.assistant-chat header small { display:inline-flex; align-items:center; gap:4px; padding:3px 8px; border-radius:999px; background:#eaf8ee; color:#087d38; font-size:11px; }.assistant-chat header i { margin-right:1px; }.assistant-chat header button { display:grid; width:36px; height:36px; place-items:center; color:#526078; border-radius:50%; background:#f2f5f8; font-size:24px; transition:background .18s ease,color .18s ease,transform .18s ease; }.assistant-chat header button:hover { color:#fff; background:#0d244f; transform:rotate(90deg); }.assistant-avatar { width:58px; height:58px; border-color:#0fa348; box-shadow:0 0 0 5px #e5f8ea,0 10px 20px #10234c1c; }.assistant-messages { max-height:300px; padding:15px 20px 12px; background:linear-gradient(180deg,#fff,#fbfdfb); scrollbar-width:thin; }.assistant-message { border-radius:18px; font-size:13px; box-shadow:0 7px 17px #10234c0c; }.assistant-message.bot { border:1px solid #e6ebf1; background:#f3f6fa; border-bottom-left-radius:6px; }.assistant-message.user { background:linear-gradient(135deg,#19a33b,#087d38); border-bottom-right-radius:6px; box-shadow:0 9px 18px #087d3827; }.assistant-dialog-prompts { padding:0 20px 10px; background:#fbfdfb; }.assistant-dialog-prompts p { color:#0d244f; background:#edf6ef; font-size:12px; }.assistant-dialog-prompts button { display:inline-block; margin:5px 5px 5px 0; padding:8px 12px; border-color:#cfe7d4; background:#fff; font-size:12px; box-shadow:0 7px 16px #10234c0b; }.assistant-dialog-prompts button:hover { box-shadow:0 9px 18px #10234c12; transform:translateY(-1px); }.assistant-disclaimer { padding:4px 20px 0; background:#fbfdfb; }.assistant-chat-form { padding:12px 20px 19px; background:#fbfdfb; }.assistant-chat-form input { padding:14px 16px; border-color:#d5e2d8; box-shadow:inset 0 1px 0 #fff,0 9px 22px #10234c10; }.assistant-chat-form button { background:linear-gradient(135deg,#19a33b,#087d38); box-shadow:0 12px 22px #087d383d; transition:filter .18s ease,transform .18s ease,box-shadow .18s ease; }.assistant-chat-form button:hover { filter:brightness(1.06); transform:translateY(-2px); box-shadow:0 15px 25px #087d384a; }.assistant-floating-launcher { width:74px; height:74px; padding:7px; border-color:#12a64d; background:#fff; box-shadow:0 0 0 6px #e9f8ee,0 18px 38px #001b4742; animation:assistantPulse 2.8s ease-out infinite; transition:transform .2s ease,box-shadow .2s ease; }.assistant-floating-launcher::before { position:absolute; inset:-8px; content:""; border:1px solid #19a33b2b; border-radius:50%; }.assistant-floating-launcher:hover { animation:none; transform:translateY(-4px) scale(1.03); box-shadow:0 0 0 6px #e9f8ee,0 22px 42px #001b4750; }.assistant-floating-launcher span { right:-2px; bottom:-1px; padding:4px 8px; background:linear-gradient(135deg,#1766d5,#0d244f); box-shadow:0 5px 12px #001b4738; }
.assistant-message.assistant-typing { display:flex; width:max-content; max-width:none; align-items:center; gap:6px; padding:13px 15px; }.assistant-typing span { display:block; width:8px; height:8px; border-radius:50%; background:#0fa348; animation:assistantTypingDot 1.15s ease-in-out infinite; }.assistant-typing span:nth-child(2) { animation-delay:.16s; }.assistant-typing span:nth-child(3) { animation-delay:.32s; }
.media-row { display:grid; grid-template-columns:1.05fr 1fr 1.05fr; gap:14px; padding-bottom:25px; }.media-row .panel { min-height:190px; }
.agenda-panel { position:relative; background:linear-gradient(145deg,#fff,#f8fbff); }.agenda-panel::after { position:absolute; top:0; right:0; width:72px; height:72px; content:""; border-radius:0 0 0 72px; background:#19a33b10; }.agenda-heading { position:relative; z-index:1; }.agenda-heading span { display:block; margin-bottom:4px; color:#087d38; font-size:9px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }.agenda-heading h3 { margin-bottom:9px; }.agenda-heading a { position:relative; z-index:1; color:#1766d5; font-size:10px; font-weight:700; }.agenda-list { margin:0; padding:0; list-style:none; }.agenda-list li { display:flex; gap:12px; padding:10px 0; border-top:1px solid var(--line); transition:transform .18s ease; }.agenda-list li:hover { transform:translateX(3px); }.agenda-list time { display:grid; width:42px; min-width:42px; height:45px; place-items:center; align-content:center; color:#fff; border-radius:7px; background:linear-gradient(145deg,#1766d5,#05265d); line-height:1; box-shadow:0 5px 11px #10234c1c; }.agenda-list time b { font-size:16px; }.agenda-list time small { margin-top:3px; color:#dceaff; font-size:8px; font-weight:700; }.agenda-list span { min-width:0; font-size:12px; line-height:1.25; }.agenda-list span a { color:var(--ink); font-weight:700; }.agenda-list span a:hover { color:#1766d5; }.agenda-list span small { display:block; margin-top:5px; color:#657086; font-size:9px; }.agenda-list span i { color:#19a33b; font-style:normal; }
.gallery-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }.gallery-grid button { padding:0; overflow:hidden; border:0; border-radius:7px; background:#eef2f7; cursor:pointer; }.gallery-grid img { display:block; width:100%; height:82px; object-fit:cover; transition:transform .25s ease,opacity .25s ease; }.gallery-grid button:hover img,.gallery-grid button:focus img { opacity:.88; transform:scale(1.08); }
.gallery-lightbox[hidden] { display:none; }.gallery-lightbox { position:fixed; z-index:30; inset:0; display:grid; place-items:center; padding:18px; }.gallery-lightbox-backdrop { position:absolute; inset:0; background:#00112ecc; }.gallery-lightbox section { position:relative; display:grid; width:min(1180px,100%); height:min(820px,calc(100vh - 36px)); grid-template-columns:64px minmax(0,1fr) 64px; align-items:center; }.gallery-lightbox figure { display:flex; min-width:0; max-height:100%; margin:0; align-items:center; flex-direction:column; gap:10px; }.gallery-lightbox figure img { display:block; max-width:100%; max-height:calc(100vh - 90px); border-radius:5px; object-fit:contain; box-shadow:0 15px 45px #00112e99; }.gallery-lightbox figcaption { color:#fff; font-size:12px; }.gallery-arrow,.gallery-close { z-index:1; color:#fff; border:0; border-radius:50%; background:#ffffff24; cursor:pointer; transition:background .2s ease; }.gallery-arrow:hover,.gallery-close:hover { background:#ffffff48; }.gallery-arrow { width:48px; height:48px; font-size:22px; }.gallery-previous { justify-self:start; }.gallery-next { justify-self:end; }.gallery-close { position:absolute; z-index:2; top:0; right:0; width:42px; height:42px; font-size:26px; }.gallery-lightbox-open { overflow:hidden; }
.gallery-page-header { background:linear-gradient(135deg,#0b3172,#1a9b78); }.gallery-album-grid { display:grid; gap:22px; }.gallery-album { padding:22px; border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:0 14px 34px #10234c0d; }.gallery-album-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; margin-bottom:14px; }.gallery-album-heading span { display:inline-block; margin-bottom:8px; color:#17813a; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }.gallery-album-heading h2 { margin:0; color:var(--ink); font-size:clamp(23px,3vw,34px); line-height:1.12; }.gallery-album-heading > a { flex:0 0 auto; color:var(--blue); font-weight:800; }.gallery-album p { max-width:900px; color:#4d5a72; font-size:17px; line-height:1.65; }.gallery-album-photos { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:18px; }.gallery-album-photos button { height:180px; padding:0; overflow:hidden; border:0; border-radius:10px; background:#eef3f8; cursor:pointer; }.gallery-album-photos img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .25s ease,filter .25s ease; }.gallery-album-photos button:hover img,.gallery-album-photos button:focus img { filter:brightness(1.04); transform:scale(1.06); }.gallery-empty { padding:18px; border-radius:10px; background:#f4f8f3; color:#627086; }
.video-carousel { position:relative; padding-bottom:17px; }.video-carousel-slides { position:relative; min-height:153px; }.video-card { position:absolute; inset:0; display:block; width:100%; overflow:hidden; min-height:250px; padding:0; color:#fff; border:0; border-radius:5px; background:#071531 var(--video-image) center/cover; cursor:pointer; opacity:0; pointer-events:none; text-align:left; transform:translateX(8px); transition:opacity .28s ease,transform .28s ease; }.video-card.is-active { opacity:1; pointer-events:auto; transform:translateX(0); }.video-card::before { position:absolute; inset:0; content:""; background:linear-gradient(#001b4708,#001b47d4); }.video-play,.video-title { position:absolute; z-index:1; }.video-play { top:42%; left:50%; width:43px; height:43px; padding:10px 0 0 15px; border-radius:50%; background:#ffffff80; font-size:18px; transform:translate(-50%,-50%); }.video-title { right:12px; bottom:11px; left:12px; font-size:12px; font-weight:700; }.video-carousel-dots { position:absolute; bottom:-80px; left:50%; display:flex; gap:8px; padding:5px 11px; border-radius:16px 16px 0 0; background:#fff; transform:translateX(-50%); }.video-carousel-dots button { width:9px; height:9px; padding:0; border:0; border-radius:50%; background:#0f1727; cursor:pointer; transition:background .18s ease,transform .18s ease; }.video-carousel-dots button:hover { transform:scale(1.18); }.video-carousel-dots button.is-active { background:#19a33b; box-shadow:0 0 0 2px #d8f3de; }
.video-dialog[hidden] { display:none; }.video-dialog { position:fixed; z-index:30; inset:0; display:grid; place-items:center; padding:18px; }.video-dialog-backdrop { position:absolute; inset:0; background:#00112ecc; }.video-dialog section { position:relative; width:min(980px,100%); overflow:hidden; border-radius:10px; background:#fff; box-shadow:0 18px 48px #00112eaa; }.video-dialog-frame { position:relative; padding-top:56.25%; background:#000; }.video-dialog iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }.video-dialog footer { display:flex; align-items:center; justify-content:space-between; gap:14px; padding:14px 17px; color:var(--ink); background:#fff; }.video-dialog footer strong { font-size:14px; }.video-dialog footer a { flex:0 0 auto; color:#1766d5; font-size:12px; font-weight:700; }.video-dialog-close { position:absolute; z-index:2; top:10px; right:10px; display:grid; width:40px; height:40px; place-items:center; color:#fff; border:0; border-radius:50%; background:#001b47bb; cursor:pointer; font-size:27px; line-height:1; }.video-dialog-close:hover { background:#1766d5; }.video-dialog-open { overflow:hidden; }
.component-shell { width:min(1320px,calc(100% - 32px)); margin:auto; }.component-area:empty { display:none; }
.component-area { min-width:0; padding:28px 0; }.component-area .item-page { max-width:900px; margin:auto; }.component-area .page-header h1,.component-area .page-header h2 { color:var(--ink); font-size:32px; line-height:1.15; }.component-area .item-image img { display:block; width:100%; max-height:460px; margin:16px 0 22px; border-radius:8px; object-fit:cover; }.component-area p { font-size:16px; }
.com-content-article > .page-header:has(> h1) { display:none; }
.editorial-article { max-width:920px; margin:auto; }.editorial-back { display:inline-block; margin-bottom:15px; color:#1766d5; font-size:12px; font-weight:700; }.editorial-back:hover { color:#087d38; }.editorial-header { margin-bottom:18px; }.editorial-meta { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-bottom:9px; }.editorial-meta a,.editorial-meta time,.editorial-views { font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }.editorial-meta a { padding:5px 8px; color:#fff; border-radius:4px; background:#087d38; }.editorial-meta time { color:#657086; }.editorial-views { display:inline-flex; align-items:center; gap:4px; color:#1766d5; }.editorial-views svg { width:14px; height:14px; fill:currentColor; }.editorial-header h1 { max-width:880px; margin:0; color:var(--ink); font-size:35px; line-height:1.13; }.editorial-header p { margin:9px 0 0; color:#657086; font-size:14px; }.editorial-card { overflow:hidden; border:1px solid var(--line); border-radius:12px; background:#fff; box-shadow:0 10px 26px #10234c0e; }.editorial-image { display:grid; min-height:160px; max-height:440px; margin:0; padding:18px; place-items:center; overflow:hidden; background:linear-gradient(135deg,#f3f7fc,#eaf1fa); }.editorial-image img { display:block; width:100%; max-height:404px; object-fit:contain; }.editorial-body { padding:25px 28px 30px; color:#28354d; }.editorial-body p { margin:0 0 15px; font-size:16px; line-height:1.7; }.editorial-body h2,.editorial-body h3 { margin:23px 0 10px; color:var(--ink); line-height:1.2; }.editorial-body strong { color:var(--ink); }.editorial-body .document-download { display:inline-flex; align-items:center; margin-top:5px; padding:11px 15px; color:#fff; border-radius:6px; background:#1766d5; transition:background .2s ease,transform .2s ease; }.editorial-body .document-download:hover { color:#fff; background:#087d38; transform:translateY(-2px); }.is-communique .editorial-card { border-top:4px solid var(--blue); }
.editorial-tools { display:flex; flex-wrap:wrap; gap:9px; margin-top:16px; }.article-listen-button,.article-listen-stop { display:inline-flex; align-items:center; gap:8px; padding:10px 13px; border:1px solid #cfe1d3; border-radius:999px; cursor:pointer; font:inherit; font-size:12px; font-weight:800; transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease; }.article-listen-button { color:#fff; background:linear-gradient(135deg,#19a33b,#087d38); box-shadow:0 10px 20px #087d3826; }.article-listen-button:hover { border-color:#19a33b; box-shadow:0 14px 24px #087d3838; transform:translateY(-2px); }.article-listen-button[aria-pressed="true"] { background:linear-gradient(135deg,#1766d5,#0d244f); }.article-listen-button:disabled { opacity:.6; cursor:not-allowed; transform:none; }.listen-icon { display:grid; width:22px; height:22px; place-items:center; border-radius:50%; background:#ffffff24; font-size:10px; line-height:1; }.article-listen-stop { color:#0d244f; background:#fff; }.article-listen-stop:hover { border-color:#1766d5; background:#f5f9ff; transform:translateY(-2px); }
.search-page-header { margin-bottom:18px; padding:22px 24px; color:#fff; border-radius:11px; background:linear-gradient(135deg,var(--deep-navy),#0b438d); }.search-page-header h1 { margin:0; color:#fff; font-size:30px; }.search-page-header p { margin:7px 0 0; color:#d7e6ff; font-size:13px; }.com-finder > h1 { display:none; }.com-finder__form,.com-finder__results,.com-finder__empty { padding:16px; border:1px solid var(--line); border-radius:8px; background:#fff; }.com-finder__results,.com-finder__empty { margin-top:16px; }.com-finder__search { margin:0; padding:0; border:0; }.com-finder__search .input-group { display:flex; flex-wrap:wrap; gap:8px; }.com-finder__search input[type="text"] { min-width:230px; flex:1; padding:10px 12px; border:1px solid #cad5e3; border-radius:5px; font:inherit; }.com-finder__search button { padding:10px 14px; border:0; border-radius:5px; cursor:pointer; font:inherit; font-weight:700; }.com-finder__search button[type="submit"] { color:#fff; background:var(--green); }.com-finder__search .btn-secondary,.com-finder__advanced,.result__title-url { display:none !important; }.com-finder__empty h2 { color:var(--ink); }
.service-page-header { margin-bottom:18px; padding:23px 25px; color:#fff; border-radius:11px; background:linear-gradient(135deg,var(--deep-navy),#0b438d); }.service-page-header span { color:#b7d900; font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }.service-page-header h1 { margin:5px 0 7px; color:#fff; font-size:31px; }.service-page-header p { max-width:720px; margin:0; color:#d7e6ff; font-size:14px; }.service-form-card { padding:22px; border:1px solid var(--line); border-radius:10px; background:#fff; box-shadow:0 8px 20px #10234c0b; }.service-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px; }.service-request-form label { display:block; margin-bottom:15px; color:var(--ink); font-size:13px; font-weight:700; }.service-request-form input,.service-request-form select,.service-request-form textarea { display:block; width:100%; margin-top:6px; padding:11px 12px; border:1px solid #cad5e3; border-radius:5px; background:#fff; font:inherit; }.service-request-form textarea { resize:vertical; }.service-request-form button { padding:12px 17px; color:#fff; border:0; border-radius:5px; background:var(--green); cursor:pointer; font-weight:700; }.service-request-form button:disabled { opacity:.65; cursor:wait; }.service-form-trap { position:absolute; left:-9999px; }.service-form-feedback { margin:14px 0 0; padding:11px 13px; color:#176c30; border-radius:5px; background:#e5f6e6; font-size:13px !important; }.service-form-feedback.is-error { color:#a51f29; background:#fff0ee; }.alerts-header { background:linear-gradient(135deg,#6f1218,#df3038); }.health-alert-grid { display:grid; gap:13px; }.health-alert-card { padding:17px 18px; border:1px solid var(--line); border-left:5px solid var(--red); border-radius:8px; background:#fff; box-shadow:0 7px 18px #10234c0b; }.health-alert-card.alert-level-1 { border-left-color:var(--orange); }.health-alert-card.alert-level-2 { border-left-color:var(--blue); }.health-alert-card span { color:var(--red); font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }.health-alert-card h2 { margin:5px 0; color:var(--ink); font-size:18px; }.health-alert-card p { margin:0 0 8px; color:#526078; font-size:14px; }.health-alert-card > a { color:#1766d5; font-size:12px; font-weight:700; }.health-alert-empty { padding:16px; border:1px solid var(--line); border-radius:8px; background:#fff; }
.contact-details { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-bottom:18px; }.contact-details div { padding:16px; border:1px solid var(--line); border-radius:8px; background:#fff; }.contact-details span,.contact-details strong,.contact-details small,.contact-details a { display:block; }.contact-details span { margin-bottom:6px; color:#657086; font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }.contact-details strong { color:var(--ink); font-size:15px; }.contact-details small { margin-top:4px; color:#657086; }.contact-details a { margin-top:3px; color:#1766d5; font-weight:700; }.service-form-card h2 { margin:0 0 15px; color:var(--ink); font-size:20px; text-transform:uppercase; }
.health-map-header { background:linear-gradient(135deg,#087d38,#159a9f); }.health-map-tools { display:grid; grid-template-columns:minmax(0,1.6fr) minmax(180px,.7fr) auto; gap:10px; margin-bottom:14px; padding:14px; border:1px solid var(--line); border-radius:9px; background:#fff; box-shadow:0 7px 18px #10234c0b; }.health-map-tools label span { display:block; margin-bottom:5px; color:var(--ink); font-size:11px; font-weight:700; }.health-map-tools input,.health-map-tools select { display:block; width:100%; padding:10px 11px; color:var(--ink); border:1px solid #cad5e3; border-radius:5px; background:#fff; font:inherit; }.health-map-tools button { align-self:end; padding:11px 13px; color:#fff; border:0; border-radius:5px; background:var(--green); cursor:pointer; font-weight:700; }.health-map-tools button:disabled { opacity:.75; cursor:wait; }.health-map-ai-context { margin:-4px 0 14px; padding:9px 12px; color:#087d38; border:1px solid #cce7cf; border-radius:7px; background:#eff9ef; font-size:12px; font-weight:700; }.health-map-layout { display:grid; grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr); gap:14px; align-items:start; }.health-map-visual,.health-map-results { overflow:hidden; border:1px solid var(--line); border-radius:10px; background:#fff; box-shadow:0 8px 20px #10234c0a; }.health-map-caption,.health-map-results-heading { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:13px 15px; border-bottom:1px solid var(--line); }.health-map-caption strong,.health-map-results-heading h2 { margin:0; color:var(--ink); font-size:15px; }.health-map-caption span,.health-map-results-heading strong { color:#087d38; font-size:10px; font-weight:700; text-transform:uppercase; }.health-map-legend { display:flex; flex-wrap:wrap; gap:6px 11px; padding:9px 13px; border-bottom:1px solid var(--line); background:#f9fbfe; }.health-map-legend span { display:flex; align-items:center; gap:5px; color:#55657c; font-size:10px; font-weight:700; }.health-map-legend i { display:block; width:10px; height:10px; border-radius:50%; }.legend-cscom { background:#19a33b; }.legend-csref { background:#1766d5; }.legend-hopital { background:#e33139; }.legend-pharmacie { background:#8b3fc4; }.health-map-shape { position:relative; min-height:400px; overflow:hidden; background:linear-gradient(145deg,#eaf6e8,#e8f1fa); }.health-map-shape::before,.health-map-shape::after { position:absolute; content:""; border:1px solid #8eb59e66; border-radius:45%; }.health-map-shape::before { inset:17% 10% 12% 13%; transform:rotate(-8deg); }.health-map-shape::after { inset:30% 22% 23% 21%; transform:rotate(18deg); }.health-map-river { position:absolute; top:56%; right:-5%; left:-5%; height:24px; background:#86c6df99; transform:rotate(-7deg); }.health-map-road { position:absolute; height:3px; border-radius:3px; background:#ffffffcc; box-shadow:0 0 0 1px #bfcfcb88; }.road-one { top:38%; right:3%; left:5%; transform:rotate(22deg); }.road-two { top:70%; right:14%; left:1%; transform:rotate(-31deg); }.facility-marker { position:absolute; z-index:2; top:var(--y); left:var(--x); display:grid; width:31px; height:31px; place-items:center; color:#fff; border:2px solid #fff; border-radius:50%; background:#1766d5; cursor:pointer; font-size:11px; font-weight:700; box-shadow:0 6px 12px #001b4738; transform:translate(-50%,-50%); transition:filter .2s ease,transform .2s ease; }.facility-marker[hidden] { display:none; }.facility-marker:hover { z-index:3; filter:brightness(1.15); transform:translate(-50%,-50%) scale(1.16); }.facility-marker.marker-cscom { background:#19a33b; }.facility-marker.marker-csref { background:#1766d5; }.facility-marker.marker-hopital { background:#e33139; }.facility-marker.marker-pharmacie { background:#8b3fc4; }.health-map-visual > p { margin:0; padding:12px 14px; color:#657086; font-size:11px; }.health-map-results-heading h2 { text-transform:uppercase; }.facility-list { max-height:460px; padding:10px; overflow:auto; }.facility-card { margin-bottom:9px; padding:12px; border:1px solid var(--line); border-radius:7px; background:#fff; transition:border-color .2s ease,background .2s ease,box-shadow .2s ease; }.facility-card:last-child { margin-bottom:0; }.facility-card.is-highlighted { border-color:#19a33b; background:#f0faef; box-shadow:0 0 0 3px #19a33b22; }.facility-card-top,.facility-actions { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:7px; }.facility-type { padding:4px 7px; color:#1766d5; border-radius:999px; background:#edf4ff; font-size:9px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }.facility-type-hopital { color:#b9232a; background:#fdebec; }.facility-type-cscom { color:#087d38; background:#eaf7e8; }.facility-type-csref { color:#1766d5; background:#edf4ff; }.facility-type-pharmacie { color:#71329e; background:#f4edfa; }.facility-locality { color:#657086; font-size:10px; }.facility-card h3 { margin:8px 0 4px; color:var(--ink); font-size:16px; }.facility-card p { margin:0 0 9px; color:#596980; font-size:12px; }.facility-distance { display:block; margin-bottom:9px; color:#087d38; font-size:11px; }.facility-actions { justify-content:flex-start; }.facility-actions a { color:#1766d5; font-size:11px; font-weight:700; }.facility-actions .facility-call { color:#087d38; }.facility-empty { margin:0; padding:18px; color:#657086; text-align:center; }.health-map-note { margin:13px 0 0; color:#657086; font-size:11px !important; }
.health-map-tools { grid-template-columns:minmax(0,1.45fr) minmax(145px,.55fr) minmax(135px,.5fr) auto; }.health-map-shape { min-height:470px; background:linear-gradient(145deg,#edf6e9,#e4eef8); }.health-map-shape::before { inset:5% 12% 5% 12%; border:0; border-radius:0; background:#d4e7d3; clip-path:polygon(35% 0,61% 4%,66% 27%,85% 43%,78% 67%,63% 72%,54% 94%,28% 100%,18% 81%,4% 73%,11% 48%,28% 35%); transform:none; }.health-map-shape::after { inset:13% 20% 16% 20%; border-color:#a2bba788; border-radius:38% 62% 46% 54%; transform:rotate(-14deg); }.health-map-river { top:69%; height:15px; background:#86c6df88; transform:rotate(-13deg); }
.faq-list { display:grid; gap:10px; }.faq-list details { overflow:hidden; border:1px solid var(--line); border-radius:8px; background:#fff; box-shadow:0 6px 16px #10234c08; }.faq-list summary { position:relative; padding:16px 48px 16px 17px; color:var(--ink); cursor:pointer; font-size:15px; font-weight:700; list-style:none; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary::after { position:absolute; top:50%; right:17px; content:"+"; color:var(--green); font-size:23px; transform:translateY(-50%); }.faq-list details[open] summary::after { content:"−"; }.faq-list p { margin:0; padding:0 17px 16px; color:#526078; font-size:14px; line-height:1.55; }
.former-ministers-header { background:linear-gradient(135deg,#05265d,#1766d5); }.former-ministers-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:17px; }.former-minister-card { overflow:hidden; border:1px solid var(--line); border-radius:10px; background:#fff; box-shadow:0 8px 20px #10234c0b; transition:transform .2s ease,box-shadow .2s ease; }.former-minister-card:hover { transform:translateY(-4px); box-shadow:0 14px 28px #10234c18; }.former-minister-image { display:block; overflow:hidden; background:#eef4f8; }.former-minister-image img { display:block; width:100%; height:255px; object-fit:cover; object-position:center top; transition:transform .25s ease; }.former-minister-card:hover img { transform:scale(1.04); }.former-minister-copy { padding:16px 17px 18px; }.former-minister-copy span { color:#087d38; font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }.former-minister-copy h2 { margin:6px 0 9px; color:var(--ink); font-size:19px; line-height:1.15; }.former-minister-copy h2 a:hover { color:#1766d5; }.former-minister-copy p { margin:0 0 13px; color:#526078; font-size:13px; line-height:1.5; }.former-minister-readmore { color:#1766d5; font-size:12px; font-weight:700; }.former-minister-readmore:hover { color:#087d38; }
.communiques-header { background:linear-gradient(135deg,#05265d,#0b438d); }.communiques-grid { display:grid; gap:13px; }.communique-card { padding:18px 20px; border:1px solid var(--line); border-left:5px solid var(--blue); border-radius:9px; background:#fff; box-shadow:0 8px 20px #10234c0b; transition:transform .2s ease,box-shadow .2s ease; }.communique-card:hover { transform:translateY(-2px); box-shadow:0 13px 24px #10234c17; }.communique-date { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:8px; }.communique-date time { color:#087d38; font-size:11px; font-weight:700; text-transform:uppercase; }.communique-date span { color:#657086; font-size:10px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; }.communique-card h2 { margin:0 0 8px; color:var(--ink); font-size:19px; line-height:1.25; }.communique-card h2 a:hover { color:#1766d5; }.communique-card p { margin:0 0 11px; color:#526078; font-size:14px; line-height:1.5; }.communique-readmore,.document-download { color:#1766d5; font-size:12px; font-weight:700; }.communique-readmore:hover,.document-download:hover { color:#087d38; }
.agenda-page-header { background:linear-gradient(135deg,#05265d,#087d38); }.agenda-page-grid { display:grid; gap:13px; }.agenda-event-card { display:grid; grid-template-columns:92px minmax(0,1fr); gap:18px; align-items:center; padding:17px 19px; border:1px solid var(--line); border-radius:10px; background:#fff; box-shadow:0 8px 20px #10234c0b; transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }.agenda-event-card:hover { border-color:#c7dce8; box-shadow:0 13px 26px #10234c17; transform:translateY(-3px); }.agenda-event-card time { display:grid; min-height:92px; place-items:center; align-content:center; color:#fff; border-radius:9px; background:linear-gradient(145deg,#1766d5,#05265d); box-shadow:0 7px 15px #10234c22; text-align:center; }.agenda-event-card time b { font-size:30px; line-height:1; }.agenda-event-card time small { margin-top:5px; color:#dceaff; font-size:11px; font-weight:700; text-transform:uppercase; }.agenda-event-card time em { margin-top:4px; color:#b7d900; font-size:10px; font-style:normal; font-weight:700; }.agenda-event-place { color:#087d38; font-size:10px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; }.agenda-event-card h2 { margin:5px 0 7px; color:var(--ink); font-size:20px; line-height:1.2; }.agenda-event-card h2 a:hover { color:#1766d5; }.agenda-event-card p { margin:0 0 9px; color:#526078; font-size:13px; line-height:1.5; }.agenda-event-link { color:#1766d5; font-size:12px; font-weight:700; }.agenda-event-link:hover { color:#087d38; }
.org-page-header { background:linear-gradient(135deg,#05265d,#1766d5); }.org-notice { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:14px; padding:16px 18px; border-left:5px solid #f57c00; border-radius:0 9px 9px 0; background:#fff8ed; }.org-notice strong { color:#8a4a00; font-size:14px; }.org-notice p { margin:4px 0 0; color:#6c5a45; font-size:12px; line-height:1.5; }.org-notice a { flex:0 0 auto; padding:10px 12px; color:#fff; border-radius:5px; background:#1766d5; font-size:11px; font-weight:700; }.org-search { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:7px 12px; margin-bottom:18px; padding:14px; border:1px solid var(--line); border-radius:9px; background:#fff; box-shadow:0 7px 18px #10234c0b; }.org-search label { grid-column:1 / -1; color:var(--ink); font-size:12px; font-weight:700; }.org-search input { min-width:0; padding:11px 12px; border:1px solid #cad5e3; border-radius:5px; font:inherit; }.org-search span { align-self:center; color:#087d38; font-size:11px; font-weight:700; }.org-chart { padding:18px; border:1px solid var(--line); border-radius:11px; background:#f8fbff; box-shadow:0 8px 20px #10234c0a; }.org-root { width:min(470px,100%); margin:auto; padding:16px 18px; color:#fff; border-radius:9px; background:linear-gradient(135deg,#05265d,#0b438d); box-shadow:0 8px 18px #10234c25; text-align:center; }.org-root span,.org-root strong { display:block; }.org-root span { margin-bottom:5px; color:#b7d900; font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }.org-root strong { font-size:17px; }.org-connector { width:2px; height:30px; margin:auto; background:#9db4d0; }.org-branches { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:13px; }.org-branch { overflow:hidden; border:1px solid var(--line); border-top:4px solid #1766d5; border-radius:8px; background:#fff; box-shadow:0 6px 16px #10234c09; }.org-branch.tone-green { border-top-color:#19a33b; }.org-branch.tone-orange { border-top-color:#f57c00; }.org-branch.tone-purple { border-top-color:#8b3fc4; }.org-branch.tone-red { border-top-color:#ed3037; }.org-branch.tone-teal { border-top-color:#159a9f; }.org-branch summary { position:relative; padding:13px 34px 13px 13px; cursor:pointer; list-style:none; }.org-branch summary::-webkit-details-marker { display:none; }.org-branch summary::after { position:absolute; top:16px; right:13px; color:#1766d5; content:"+"; font-size:20px; line-height:1; }.org-branch[open] summary::after { content:"−"; }.org-branch summary span,.org-branch summary strong,.org-branch summary small { display:block; }.org-branch summary span { color:#657086; font-size:9px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }.org-branch summary strong { margin-top:4px; color:var(--ink); font-size:15px; line-height:1.2; }.org-branch summary small { margin-top:6px; color:#087d38; font-size:10px; }.org-items { padding:0 10px 10px; }.org-items article { margin-top:7px; padding:10px; border-radius:6px; background:#f7f9fc; }.org-items article[hidden],.org-branch[hidden] { display:none; }.org-items h2 { margin:0 0 4px; color:var(--ink); font-size:12px; line-height:1.3; }.org-items p { margin:0; color:#5a6980; font-size:11px; line-height:1.45; }.org-glossary { margin-top:14px; overflow:hidden; border:1px solid var(--line); border-radius:8px; background:#fff; }.org-glossary summary { padding:14px 16px; color:#1766d5; cursor:pointer; font-size:13px; font-weight:700; }.org-glossary div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px 18px; padding:0 16px 15px; }.org-glossary p { margin:0; color:#526078; font-size:11px; }.org-glossary strong { color:var(--ink); }
.news-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:20px; align-items:start; }.news-sidebar { position:sticky; top:18px; padding-top:28px; }.news-sidebar .assistant { border-radius:9px; box-shadow:0 10px 24px #10234c0c; }
.news-blog { overflow:hidden; }.news-blog-header { display:flex; align-items:end; justify-content:space-between; gap:16px; margin-bottom:18px; padding:22px 24px; color:#fff; border-radius:11px; background:linear-gradient(135deg,var(--deep-navy),#0b438d); }.news-blog-header h1 { margin:0; color:#fff; font-size:30px; }.news-blog-header p { max-width:560px; margin:7px 0 0; color:#d7e6ff; font-size:13px; }.news-blog-header span { color:#b7d900; font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; white-space:nowrap; }
.news-blog-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:17px; }.news-blog-entry { min-width:0; }.news-blog-entry.is-featured { grid-column:1 / -1; }.news-blog-card { height:100%; overflow:hidden; border:1px solid var(--line); border-radius:10px; background:#fff; box-shadow:0 8px 20px #10234c0b; transition:transform .2s ease,box-shadow .2s ease; }.news-blog-card:hover { transform:translateY(-3px); box-shadow:0 13px 25px #10234c18; }.news-blog-image { display:block; overflow:hidden; background:#eef4f8; }.news-blog-image img { display:block; width:100%; height:170px; object-fit:cover; transition:transform .25s ease,filter .25s ease; }.news-blog-card:hover .news-blog-image img { filter:brightness(1.04); transform:scale(1.06); }.news-blog-copy { padding:15px 16px 17px; }.news-blog-date { display:inline-block; margin-bottom:8px; color:#087d38; font-size:10px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }.news-blog-card h2 { margin:0 0 8px; color:var(--ink); font-size:18px; line-height:1.18; }.news-blog-card h2 a:hover { color:#1766d5; }.news-blog-card p { margin:0 0 12px; color:#526078; font-size:13px; line-height:1.5; }.news-blog-readmore { color:#1766d5; font-size:12px; font-weight:700; }.news-blog-readmore:hover { color:#087d38; }.news-blog-entry.is-featured .news-blog-card { display:grid; grid-template-columns:44% minmax(0,1fr); }.news-blog-entry.is-featured .news-blog-image img { height:100%; min-height:245px; }.news-blog-entry.is-featured .news-blog-copy { align-self:center; padding:22px; }.news-blog-entry.is-featured h2 { font-size:24px; }
.news-blog-navigation { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:22px; padding-top:15px; border-top:1px solid var(--line); }.news-blog-navigation > span { color:#657086; font-size:12px; }.news-blog-navigation .pagination { display:flex; gap:5px; margin:0; padding:0; list-style:none; }.news-blog-navigation .page-link { display:grid; min-width:32px; min-height:32px; padding:5px; place-items:center; color:var(--navy); border:1px solid var(--line); border-radius:5px; background:#fff; font-size:12px; }.news-blog-navigation .active .page-link,.news-blog-navigation .page-link:hover { color:#fff; border-color:var(--blue); background:var(--blue); }.news-blog-navigation .disabled .page-link { color:#aab4c4; background:#f5f7fa; }
footer { padding:30px 0 0; color:#fff; background:var(--deep-navy); }.footer-grid { display:grid; grid-template-columns:1.5fr .84fr 1fr 1.34fr 1.62fr; gap:18px; padding-bottom:24px; }.footer-grid > div { min-width:0; padding-right:18px; border-right:1px solid #ffffff1f; }.footer-grid > div:last-child { padding-right:0; border-right:0; }.footer-grid p { color:#c0cce0; font-size:12px; }.footer-brand { display:flex; align-items:center; gap:10px; }.footer-brand img { display:block; width:58px; height:58px; object-fit:contain; }.footer-brand strong { display:block; color:#fff; font-size:13px; line-height:1.3; }.footer-identity > p { margin:10px 0 9px; line-height:1.45; }.footer-social { display:flex; gap:7px; }.footer-social a { display:grid; width:25px; height:25px; place-items:center; border-radius:50%; color:#fff; background:#ffffff18; transition:background .2s ease,transform .2s ease; }.footer-social a:hover { color:#fff; background:#ffffff36; transform:translateY(-2px); }.footer-social svg { width:13px; height:13px; fill:currentColor; }.footer-column p { margin:7px 0 0; line-height:1.3; }.footer-contact p { display:flex; align-items:flex-start; gap:7px; margin:8px 0 0; line-height:1.35; }.footer-contact svg { width:15px; height:15px; flex:0 0 auto; fill:#dce8fb; }.footer-contact a:hover { color:#b7d900; }.footer-newsletter p { margin:7px 0 10px; line-height:1.4; }.footer-newsletter form { position:relative; display:flex; overflow:hidden; border-radius:5px; background:#fff; }.footer-newsletter input[type="email"] { min-width:0; flex:1; padding:10px 11px; border:0; outline:0; font:inherit; }.footer-newsletter button { padding:0 12px; color:#fff; border:0; background:var(--green); cursor:pointer; font-weight:700; }.footer-newsletter button:disabled { opacity:.7; cursor:wait; }.newsletter-trap { position:absolute; left:-9999px; }.footer-newsletter .newsletter-feedback { margin:7px 0 0; color:#b7d900; font-size:11px; }.footer-newsletter .newsletter-feedback.is-error { color:#ffb0b0; }.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:22px; padding-top:11px; padding-bottom:11px; border-top:1px solid #ffffff38; }.footer-bottom p { margin:0; color:#c0cce0; font-size:11px; line-height:1.45; }.footer-bottom span { color:#7184a2; }.footer-bottom a { color:#dce8fb; }.footer-bottom a:hover { color:#b7d900; }.footer-signatures { display:flex; flex:0 0 auto; align-items:center; gap:18px; }.footer-award { display:flex; align-items:center; gap:7px; text-align:left; }.footer-award img { display:block; width:46px; height:46px; object-fit:cover; border:1px solid #fff; border-radius:6px; box-shadow:0 8px 18px #00112e88; transition:transform .25s ease,box-shadow .25s ease; }.footer-award img:hover { box-shadow:0 13px 24px #00112ebb; transform:scale(1.12); }.footer-award strong { color:#dce8fb; font-size:10px; letter-spacing:.08em; }.footer-credit { display:flex; flex:0 0 auto; align-items:center; gap:9px; }.footer-credit a { display:flex; align-items:center; }.footer-credit img { display:block; width:76px; height:42px; object-fit:contain; transition:transform .2s ease,filter .2s ease; }.footer-credit a:hover img { filter:brightness(1.15); transform:translateY(-2px); }
.article-attachments { margin:1.35rem 0 0; padding:1.1rem; border:1px solid #d9e3f0; border-radius:15px; background:linear-gradient(145deg,#fff,#f8fbff); box-shadow:0 12px 26px #10234c0b; }.article-attachments-heading { display:flex; gap:.85rem; align-items:center; margin-bottom:.9rem; }.article-attachments-heading > span { display:grid; width:42px; height:42px; place-items:center; border-radius:13px; background:#eaf7e8; font-size:23px; }.article-attachments-heading h2 { margin:0; color:var(--navy); font-size:1.2rem; }.article-attachments-heading p { margin:.15rem 0 0; color:#64738b; font-size:.86rem; }.article-attachments-list { display:grid; gap:.7rem; }.article-attachment-card { display:grid; grid-template-columns:auto minmax(0,1fr) auto auto; gap:.8rem; align-items:center; padding:.85rem .9rem; color:var(--ink); border:1px solid #d9e5f2; border-radius:13px; background:#fff; transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease; }.article-attachment-card:hover { border-color:#b8d1eb; box-shadow:0 12px 22px #10234c12; transform:translateY(-2px); }.article-attachment-icon { display:grid; width:40px; height:40px; place-items:center; color:#1766d5; border-radius:12px; background:#eef5ff; }.article-attachment-icon svg { width:22px; height:22px; fill:currentColor; }.article-attachment-meta strong,.article-attachment-meta small { display:block; }.article-attachment-meta strong { color:var(--navy); line-height:1.25; }.article-attachment-meta small { margin-top:.2rem; color:#64738b; font-size:.78rem; }.article-attachment-type { padding:.3rem .48rem; color:#087d38; border-radius:999px; background:#eaf7e8; font-size:.7rem; font-weight:800; }.article-attachment-action { padding:.5rem .72rem; color:#fff; border-radius:999px; background:var(--green); font-size:.75rem; font-weight:800; white-space:nowrap; }.article-interactions { margin:1.5rem 0 0; padding:1rem 1.15rem 1.15rem; border:1px solid #d9e3f0; border-radius:14px; background:#fff; }.article-interactions h2,.article-interactions h3,.article-interactions p { margin-top:0; }.article-interactions-bar,.article-comment-fields { display:flex; gap:1rem; justify-content:space-between; }.article-interactions-bar h2 { margin-bottom:.25rem; font-size:1.25rem; }.article-interactions-bar p { margin-bottom:0; color:#5d6d85; font-size:.9rem; }.article-share { display:flex; flex-wrap:wrap; gap:.42rem; align-self:flex-start; justify-content:flex-end; }.article-share a,.article-share button { display:grid; width:38px; height:38px; padding:0; place-items:center; color:var(--navy); border:1px solid #cfdbea; border-radius:50%; background:#f6f9fd; cursor:pointer; transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease; }.article-share svg { width:17px; height:17px; fill:currentColor; }.article-share a:hover,.article-share button:hover { color:#fff; border-color:#1766d5; background:#1766d5; transform:translateY(-2px); }.article-share button.is-copied { color:#fff; border-color:var(--green); background:var(--green); }.article-rating { display:flex; gap:.9rem; align-items:center; margin:.9rem 0 1rem; padding:.75rem .85rem; border-radius:9px; background:#f8fbff; }.article-rating > div:first-child { margin-right:auto; }.article-rating strong,.article-rating small { display:block; }.article-rating small { margin-top:.15rem; color:#657086; font-size:.76rem; }.article-stars { display:flex; gap:.12rem; }.article-stars button { padding:0; color:#c5cfdd; border:0; background:transparent; cursor:pointer; font-size:1.75rem; line-height:1; transition:color .15s ease,transform .15s ease; }.article-stars button:hover,.article-stars button:has(~ button:hover),.article-stars button.is-average { color:#f5b400; }.article-stars button:hover { transform:scale(1.13); }.article-rating-summary { min-width:62px; margin:0; color:var(--navy); text-align:right; }.article-rating-summary strong { display:inline; font-size:1.2rem; }.article-rating-summary span { color:#657086; font-size:.82rem; }.article-rating-summary small { white-space:nowrap; }.article-comments { padding-top:1rem; border-top:1px solid #e1e8f2; }.article-comments-note { color:#5d6d85; }.article-comments-list article { margin:.85rem 0; padding:.85rem 1rem; border-radius:12px; background:#f7f9fc; }.article-comments-list article p { margin:0; }.article-comments-list article p:first-child { display:flex; gap:.75rem; justify-content:space-between; margin-bottom:.35rem; color:var(--navy); }.article-comments-list time { color:#718097; font-size:.85rem; }.article-comment-form { margin-top:1.2rem; padding:1rem; border-radius:14px; background:#f7fbf5; }.article-comment-fields label { flex:1; }.article-comment-form label { display:block; color:var(--navy); font-weight:700; }.article-comment-form input,.article-comment-form textarea { display:block; width:100%; margin:.35rem 0 .85rem; padding:.75rem; color:var(--ink); border:1px solid #cbd8ca; border-radius:8px; background:#fff; font:inherit; }.article-comment-form button { padding:.6rem .85rem; color:#fff; border:1px solid var(--green); border-radius:999px; background:var(--green); cursor:pointer; font:inherit; font-weight:700; line-height:1.15; }.article-comment-feedback { margin:.75rem 0 0; color:#087d38; font-weight:700; }.article-comment-trap { position:absolute; left:-10000px; }
.is-document-library { max-width:1080px; }.is-document-library .editorial-card { overflow:visible; border:0; background:transparent; box-shadow:none; }.is-document-library .editorial-body { padding:0; }.documents-politiques > p:first-child { margin:0 0 18px; padding:17px 19px; color:#40516c; border-left:4px solid var(--green); border-radius:0 9px 9px 0; background:#f3f8f1; font-size:15px; }.documents-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }.documents-list article { position:relative; min-height:210px; padding:18px 18px 17px 74px; border:1px solid var(--line); border-radius:11px; background:#fff; box-shadow:0 8px 20px #10234c0a; transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }.documents-list article::before { position:absolute; top:18px; left:18px; display:grid; width:40px; height:48px; place-items:center; color:#fff; border-radius:6px; content:"PDF"; background:linear-gradient(145deg,#1766d5,#05265d); font-size:10px; font-weight:700; letter-spacing:.05em; }.documents-list article:hover { border-color:#c5d7eb; box-shadow:0 13px 25px #10234c16; transform:translateY(-3px); }.documents-list h2 { margin:0 0 8px; color:var(--ink); font-size:17px; line-height:1.25; }.documents-list p { margin:0 0 13px; color:#596980; font-size:13px; line-height:1.55; }.documents-list p:last-child { margin-top:auto; }.documents-list .button { display:inline-flex; align-items:center; gap:7px; padding:9px 11px; color:#1766d5; border:1px solid #c8d9ed; border-radius:6px; background:#f5f9ff; font-size:11px; font-weight:700; transition:color .2s ease,background .2s ease,border-color .2s ease; }.documents-list .button::before { content:"↓"; font-size:14px; }.documents-list .button:hover { color:#fff; border-color:#1766d5; background:#1766d5; }.documents-politiques > p:last-child { margin:18px 0 0; text-align:right; }.documents-politiques > p:last-child a { color:#1766d5; font-size:12px; font-weight:700; }.documents-politiques > p:last-child a:hover { color:#087d38; }
@media (max-width: 900px) {
	.desktop-only { display:none; }.brand-bar { min-height:85px; }.brand strong { font-size:17px; }.seal { width:68px; height:68px; }.footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.footer-grid > div { padding-right:0; border-right:0; }.footer-bottom { flex-wrap:wrap; }
		.mobile-actions { display:block; width:100%; padding:0 12px 12px; }.mobile-actions .header-actions-module { display:grid; grid-template-columns:repeat(4,1fr); gap:6px; }.mobile-actions .action { min-width:0; padding:9px 8px; font-size:10px; line-height:1.25; }
	.main-nav { position:relative; }.menu-toggle { display:block; flex:1; padding:15px 0; color:#fff; border:0; background:transparent; cursor:pointer; text-align:left; text-transform:uppercase; font-weight:700; }.menu-toggle::after { margin-left:8px; content:"+"; color:#b7d900; }.mobile-open .menu-toggle::after { content:"−"; }
	.fallback-menu,.main-nav .mod-menu { display:none; }.main-nav.mobile-open .fallback-menu,.main-nav.mobile-open .mod-menu { position:absolute; z-index:12; top:100%; right:0; left:0; display:block; padding:8px 20px 15px; color:#fff; background:var(--deep-navy); box-shadow:0 14px 26px #001b4755; }.main-nav.mobile-open .fallback-menu a,.main-nav.mobile-open .mod-menu > li > a { padding:12px 0 10px; border-bottom:1px solid #ffffff22; white-space:normal; }.main-nav .mod-menu > li.parent > a::after { float:right; }.main-nav .mod-menu__sub { position:static; display:block; visibility:visible; min-width:0; padding:2px 0 4px 13px; opacity:1; border-top:0; background:transparent; box-shadow:none; transform:none; }.main-nav .mod-menu__sub a { padding:8px 10px; white-space:normal; }
	.hero-slider { min-height:320px; }.slider-prev { left: 12px; }.slider-next { right: 12px; }.stats,.stats.stats-columns-3,.stats.stats-columns-4,.stats.stats-columns-5,.stats.stats-columns-6 { grid-template-columns:repeat(3,1fr); }.quick-grid { grid-template-columns:repeat(3,1fr); }.dashboard,.media-row,.news-layout { grid-template-columns:1fr; }.news-sidebar { position:static; padding:0 0 24px; }
	.former-ministers-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.health-map-layout { grid-template-columns:1fr; }.health-map-shape { min-height:330px; }.facility-list { max-height:none; }
	.org-branches { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 520px) {
		.container,.component-shell { width:min(100% - 24px,1320px); }.mobile-actions .header-actions-module { grid-template-columns:repeat(2,1fr); }.stats,.stats.stats-columns-3,.stats.stats-columns-4,.stats.stats-columns-5,.stats.stats-columns-6,.quick-grid,.news-blog-grid { grid-template-columns:repeat(2,1fr); }.stat-card b { font-size:19px; }.stat-icon { width:30px; height:30px; }.footer-grid { grid-template-columns:1fr; gap:14px; }.footer-bottom { display:block; }.footer-signatures { margin-top:10px; flex-wrap:wrap; gap:12px; }.news-blog-header { padding:18px; }.news-blog-header h1 { font-size:25px; }.news-blog-header span { display:none; }.news-blog-grid,.service-form-grid,.contact-details { grid-template-columns:1fr; }.news-blog-entry.is-featured .news-blog-card { display:block; }.news-blog-entry.is-featured .news-blog-image img { min-height:0; height:185px; }.news-blog-entry.is-featured h2 { font-size:20px; }
	.former-ministers-grid { grid-template-columns:1fr; }.former-minister-image img { height:280px; }
	.editorial-header h1 { font-size:27px; }.editorial-image { min-height:120px; max-height:310px; padding:12px; }.editorial-image img { max-height:286px; }.editorial-body { padding:19px 17px 22px; }.editorial-body p { font-size:15px; }
	.article-attachment-card { grid-template-columns:auto minmax(0,1fr); }.article-attachment-type,.article-attachment-action { justify-self:start; }.article-interactions-bar,.article-comment-fields { display:block; }.article-share { margin-top:.75rem; justify-content:flex-start; }.article-rating { align-items:flex-start; flex-wrap:wrap; }.article-rating > div:first-child { width:100%; }.article-rating-summary { margin-left:auto; }
	.documents-list { grid-template-columns:1fr; }.documents-list article { min-height:0; padding:16px 15px 15px 66px; }.documents-list article::before { top:16px; left:15px; }
	.health-map-tools { grid-template-columns:1fr; }.health-map-shape { min-height:270px; }
	.agenda-event-card { grid-template-columns:70px minmax(0,1fr); gap:13px; padding:14px; }.agenda-event-card time { min-height:74px; }.agenda-event-card time b { font-size:24px; }.agenda-event-card h2 { font-size:17px; }
	.org-notice { display:block; }.org-notice a { display:inline-block; margin-top:10px; }.org-search { grid-template-columns:1fr; }.org-branches,.org-glossary div { grid-template-columns:1fr; }.org-chart { padding:12px; }.org-root strong { font-size:15px; }
	.assistant-dialog { right:12px; bottom:12px; left:12px; width:auto; }.assistant-chat { max-height:calc(100vh - 24px); border-radius:20px; }.assistant-floating-launcher { right:14px; bottom:14px; }
}
.legend-clinique { background:#159a9f; }.legend-autre { background:#657086; }.facility-marker.marker-clinique { background:#159a9f; }.facility-marker.marker-autre { background:#657086; }.facility-type-clinique { color:#087b82; background:#e8f7f7; }.facility-type-autre { color:#526078; background:#f1f4f8; }.facility-meta,.facility-services { display:flex; flex-wrap:wrap; gap:5px; margin:0 0 8px; }.facility-meta span,.facility-services span { padding:4px 7px; color:#526078; border-radius:999px; background:#f3f6fa; font-size:9px; font-weight:700; }.facility-meta .is-emergency { color:#b9232a; background:#fdebec; }.facility-services span { color:#087d38; background:#eef9ef; }
.facility-marker.is-focused { z-index:4; box-shadow:0 0 0 6px #19a33b30,0 10px 20px #001b4740; transform:translate(-50%,-50%) scale(1.25); }
.is-health-facility .fields-container { display:none; }
.facility-profile-detail { margin:22px 0 0; padding:24px; border:1px solid #dce6f1; border-radius:16px; background:linear-gradient(145deg,#fff,#f7fbff); box-shadow:0 14px 32px #10234c0d; }
.facility-profile-intro { position:relative; padding:0 0 18px; border-bottom:1px solid var(--line); }
.facility-profile-intro h2 { margin:10px 0 8px; color:var(--ink); font-size:24px; line-height:1.15; }
.facility-profile-intro p { max-width:820px; margin:0; color:#4d5e76; font-size:16px; line-height:1.65; }
.facility-profile-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:18px; }
.facility-profile-grid article { padding:14px; border:1px solid #e0e8f2; border-radius:12px; background:#fff; }
.facility-profile-grid span { display:block; margin-bottom:6px; color:#68778f; font-size:11px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.facility-profile-grid strong { display:block; color:var(--ink); font-size:15px; line-height:1.35; }
.facility-profile-grid a { color:#1766d5; }
.facility-profile-grid .is-available { color:#087d38; }
.facility-profile-grid .is-unavailable { color:#a06400; }
.facility-profile-services { margin-top:20px; }
.facility-profile-services h2 { margin:0 0 10px; color:var(--ink); font-size:18px; }
.facility-profile-services div { display:flex; flex-wrap:wrap; gap:8px; }
.facility-profile-services span { padding:8px 10px; color:#087d38; border:1px solid #cdebd2; border-radius:999px; background:#f0fbf1; font-size:12px; font-weight:700; }
.facility-profile-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.facility-profile-actions a { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 15px; color:#fff; border-radius:999px; background:#1766d5; font-size:13px; font-weight:800; box-shadow:0 10px 20px #1766d522; transition:transform .18s ease,box-shadow .18s ease,filter .18s ease; }
.facility-profile-actions a:hover { color:#fff; filter:brightness(1.05); box-shadow:0 14px 25px #1766d535; transform:translateY(-2px); }
.facility-profile-actions .facility-call { background:#19a33b; }
.assistant-facility-card { margin:8px 0 12px; padding:14px; border:1px solid #d8e5f1; border-radius:16px; background:#fff; box-shadow:0 10px 24px #10234c12; }
.assistant-facility-card h3 { margin:8px 0 6px; color:var(--ink); font-size:17px; line-height:1.2; }
.assistant-facility-card p { margin:0 0 10px; color:#53647b; font-size:12px; line-height:1.5; }
.assistant-facility-card dl { display:grid; grid-template-columns:auto minmax(0,1fr); gap:6px 10px; margin:10px 0; padding:10px; border-radius:12px; background:#f7f9fc; }
.assistant-facility-card dt { color:#6b7890; font-size:10px; font-weight:800; text-transform:uppercase; }
.assistant-facility-card dd { margin:0; color:var(--ink); font-size:12px; font-weight:700; }
.assistant-facility-services { display:flex; flex-wrap:wrap; gap:6px; margin:10px 0; }
.assistant-facility-services span { padding:6px 8px; color:#087d38; border-radius:999px; background:#ecf9ee; font-size:10px; font-weight:800; }
.assistant-facility-actions { display:flex; flex-wrap:wrap; gap:7px; margin-top:11px; }
.assistant-facility-actions a { padding:8px 9px; color:#1766d5; border:1px solid #cbdcf0; border-radius:999px; background:#f6faff; font-size:10px; font-weight:800; }
.assistant-facility-actions a:hover { color:#fff; border-color:#1766d5; background:#1766d5; }
.assistant-facility-actions .is-call { color:#087d38; border-color:#cdebd2; background:#f0fbf1; }
.assistant-facility-actions .is-call:hover { color:#fff; border-color:#19a33b; background:#19a33b; }
@media (max-width: 760px) {
	.facility-profile-detail { padding:17px; }.facility-profile-grid { grid-template-columns:1fr; }.facility-profile-intro h2 { font-size:21px; }
}
.vaccine-calendar-page { width:min(1440px,calc(100% - 48px)); margin:26px auto 44px; }
.vaccine-calendar-header { overflow:hidden; background:linear-gradient(135deg,#0f7c49,#1f6ed4); }
.vaccine-calendar-header::after { position:absolute; right:-70px; bottom:-95px; width:280px; height:280px; content:""; border-radius:50%; background:#ffffff18; }
.vaccine-calendar-shell { position:relative; overflow-x:auto; padding:20px 16px 26px; border:1px solid #d8e4f2; border-radius:18px; background:linear-gradient(180deg,#fff 0%,#f8fbff 100%); box-shadow:0 18px 36px #10234c12; }
.vaccine-calendar-axis { position:relative; display:grid; min-width:1180px; grid-template-columns:repeat(var(--stage-count),minmax(170px,1fr)); gap:22px; padding:42px 8px 0; }
.vaccine-calendar-axis::before { position:absolute; z-index:0; top:73px; right:52px; left:52px; height:4px; content:""; border-radius:999px; background:linear-gradient(90deg,#19a33b,#1766d5 38%,#1766d5 68%,#19a33b); box-shadow:0 4px 12px #1766d52a; }
.vaccine-calendar-axis::after { position:absolute; z-index:0; top:65px; right:34px; width:0; height:0; content:""; border-top:10px solid transparent; border-bottom:10px solid transparent; border-left:18px solid #1f7c36; }
.vaccine-calendar-label { position:absolute; z-index:2; top:0; left:50%; padding:9px 34px; color:#fff; border-radius:0 0 10px 10px; background:linear-gradient(135deg,#1766d5,#0f57b7); box-shadow:0 8px 18px #1766d530; font-size:15px; font-weight:900; letter-spacing:.05em; text-transform:uppercase; transform:translateX(-50%); }
.vaccine-stage { position:relative; z-index:1; display:flex; align-items:center; flex-direction:column; text-align:center; }
.vaccine-stage-marker { display:grid; width:54px; height:54px; place-items:center; color:#fff; border:4px solid #fff; border-radius:50%; background:var(--stage-color,#1766d5); box-shadow:0 10px 18px #10234c26; }
.vaccine-stage-marker svg { width:26px; height:26px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.9; }
.vaccine-stage h2 { margin:9px 0 10px; padding:7px 20px; color:#fff; border-radius:999px; background:var(--stage-color,#1766d5); box-shadow:0 8px 16px #10234c18; font-size:15px; line-height:1.1; }
.vaccine-stage h2 a:hover { color:#fff; }
.vaccine-stage-card { width:100%; min-height:176px; padding:17px 15px; border:1px solid #dfe7f1; border-radius:14px; background:#fff; box-shadow:0 12px 22px #10234c0e; text-align:left; }
.vaccine-stage.is-green { --stage-color:#4aa33f; --stage-soft:#eff9ed; }
.vaccine-stage.is-blue { --stage-color:#1766d5; --stage-soft:#eef5ff; }
.vaccine-stage-card .vaccine-list,.vaccine-stage-card ul { display:grid; gap:12px; margin:0; padding:0; list-style:none; }
.vaccine-stage-card li { position:relative; min-height:36px; padding-left:45px; color:var(--ink); font-size:15px; line-height:1.25; }
.vaccine-stage-card li::before { position:absolute; top:0; left:0; display:grid; width:34px; height:34px; place-items:center; content:"+"; color:#fff; border-radius:50%; background:var(--stage-color,#1766d5); box-shadow:0 7px 13px #10234c1f; font-weight:900; }
.vaccine-stage-card li strong { display:block; color:var(--stage-color,#1766d5); font-size:15px; }
.vaccine-stage-card li span { display:block; margin-top:3px; color:#526078; font-size:12px; }
.vaccine-stage-card p { margin:13px 0 0; padding:10px 11px; color:#526078; border-radius:10px; background:var(--stage-soft,#eef5ff); font-size:12px; line-height:1.45; }
.vaccine-calendar-note { margin:14px 0 0; color:#64748b; font-size:13px; text-align:right; }
@media (max-width: 900px) {
	.vaccine-calendar-page { width:min(100% - 24px,1320px); margin-top:20px; }
	.vaccine-calendar-shell { overflow-x:visible; padding:16px; }
	.vaccine-calendar-axis { display:block; min-width:0; padding:62px 0 0 22px; }
	.vaccine-calendar-axis::before { top:80px; right:auto; bottom:28px; left:26px; width:4px; height:auto; background:linear-gradient(180deg,#19a33b,#1766d5 45%,#19a33b); }
	.vaccine-calendar-axis::after { display:none; }
	.vaccine-calendar-label { top:0; left:22px; transform:none; }
	.vaccine-stage { align-items:flex-start; margin:0 0 20px; padding-left:42px; text-align:left; }
	.vaccine-stage-marker { position:absolute; top:0; left:0; width:52px; height:52px; }
	.vaccine-stage h2 { margin-top:5px; }
	.vaccine-stage-card { min-height:0; }
}

/* Carte sanitaire : couleur pour les services du Ministère */
.legend-service {
  background: #0f766e !important;
}

.health-map-marker[data-type="service"],
.facility-marker[data-type="service"],
.marker-service,
.health-map-pin[data-type="service"],
[data-facility-type="service"],
[data-type="service"] {
  background: #0f766e !important;
  border-color: #0f766e !important;
}

/* Carte sanitaire : couleur visible pour la légende Service */
.legend-service {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #0f766e !important;
  margin-right: 6px !important;
  vertical-align: middle !important;
}

/* Badge Service du Ministère */
.facility-card [data-type="service"],
.facility-type-service,
.badge-service {
  background: #e6f7f4 !important;
  color: #0f766e !important;
}

/* Marqueurs service sur la carte */
.health-map-marker[data-type="service"],
.facility-marker[data-type="service"],
.health-map-pin[data-type="service"],
.marker-service {
  background: #0f766e !important;
  border-color: #0f766e !important;
}
