:root{--bg: #f1f5f9;--panel: #ffffff;--ink: #0f172a;--muted: #64748b;--border: #e2e8f0;--brand: #2563eb;--brand-ink: #1d4ed8;--shell: 1600px;--gutter: clamp(16px, 3vw, 40px);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink)}*{box-sizing:border-box}body{margin:0;background:var(--bg)}.app{max-width:1200px;margin:0 auto;padding:16px}.app__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.app__brand h1{margin:0;font-size:20px}.app__tagline{margin:2px 0 0;color:var(--muted);font-size:13px}.app__nav{display:flex;gap:8px}.app__nav a{padding:8px 14px;border-radius:8px;text-decoration:none;color:var(--muted);font-weight:600;font-size:14px}.app__nav a.active{background:var(--brand);color:#fff}.filterbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin:16px 0;padding:12px 14px;background:var(--panel);border:1px solid var(--border);border-radius:10px}.filterbar__field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--muted)}.filterbar__field input,.filterbar__field select{padding:7px 9px;border:1px solid var(--border);border-radius:7px;font-size:14px;color:var(--ink);background:#fff;min-width:160px}.filterbar__apply{margin-left:auto;padding:8px 14px;border:1px solid var(--brand);border-radius:7px;background:var(--brand);color:#fff;font-weight:600;cursor:pointer}.filterbar__apply:hover{background:var(--brand-ink)}.filterbar__apply:disabled{background:#fff;border-color:var(--border);color:var(--border);cursor:default}.filterbar__reset{padding:8px 14px;border:1px solid var(--border);border-radius:7px;background:#fff;color:var(--brand-ink);font-weight:600;cursor:pointer}.filterbar__reset:hover{background:#f8fafc}.kpi{display:flex;align-items:baseline;gap:10px;margin-bottom:8px}.kpi__value{font-size:34px;font-weight:700;color:var(--brand-ink)}.kpi__label{color:var(--muted);font-size:14px}.overview__kpis{display:flex;flex-wrap:wrap;gap:36px;margin-bottom:8px}.overview__blurb{margin:4px 0 14px;color:var(--muted);font-size:14px;line-height:1.5}.overview__cta{font-weight:600;font-size:14px;color:var(--brand-ink);text-decoration:none}.overview__cta:hover{text-decoration:underline}.tiles{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 16px}.tile{display:flex;flex-direction:column;gap:2px;min-width:110px;padding:8px 12px;background:var(--panel);border:1px solid var(--border);border-left:4px solid var(--brand);border-radius:8px}.tile__value{font-size:22px;font-weight:700;font-variant-numeric:tabular-nums}.tile__label{font-size:12px;color:var(--muted)}.maplegend{display:flex;align-items:center;gap:4px;margin-top:8px;font-size:12px;color:var(--muted)}.maplegend__swatch{width:22px;height:12px;border-radius:2px}.maplegend__label{margin:0 4px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.card{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:14px 16px;min-width:0}.card__title{margin:0;font-size:15px}.card__subtitle{margin:2px 0 10px;color:var(--muted);font-size:12px}.card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.card__actions{flex:0 0 auto}.card__control{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.card__control select{padding:5px 8px;border:1px solid var(--border);border-radius:7px;font-size:14px;color:var(--ink);background:#fff}.card--wide{grid-column:1 / -1}.map{height:420px;width:100%;border-radius:8px;z-index:0}.map__count{background:transparent;border:none;box-shadow:none;padding:0;margin:0;font-size:11px;font-weight:700;color:#fff;text-shadow:0 0 2px rgba(0,0,0,.85),0 0 2px rgba(0,0,0,.85);pointer-events:none}.map__count:before{display:none}.datatable{width:100%;border-collapse:collapse;font-size:14px}.datatable th,.datatable td{padding:8px 10px;border-bottom:1px solid var(--border);text-align:left}.datatable__num{text-align:right;font-variant-numeric:tabular-nums}.state{display:flex;align-items:center;justify-content:center;height:240px;color:var(--muted);font-size:14px;text-align:center}.state--error{color:#b91c1c}.app__footer{margin-top:20px;padding-top:12px;border-top:1px solid var(--border);color:var(--muted);font-size:12px}@media (max-width: 760px){.grid{grid-template-columns:1fr}.filterbar__field input,.filterbar__field select{min-width:130px}}.bulletin__controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin:16px 0}.bulletin__weekpick{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--muted)}.bulletin__weekpick select{padding:7px 9px;border:1px solid var(--border);border-radius:7px;font-size:14px;color:var(--ink);background:#fff;min-width:200px}.bulletin__print{margin-left:auto;padding:8px 14px;border:1px solid var(--border);border-radius:7px;background:#fff;color:var(--brand-ink);font-weight:600;cursor:pointer}.bulletin__print:hover{background:#f8fafc}.bulletin__doc{display:flex;flex-direction:column;gap:16px}.bulletin__header{position:relative;padding:18px 24px;background:linear-gradient(180deg,#fff,#f6f9fc);border:1px solid var(--border);border-radius:10px;text-align:center}.bulletin__logo{position:absolute;left:24px;top:50%;transform:translateY(-50%);height:96px;width:auto;border-radius:18px;padding:8px;background:#fff;box-shadow:0 8px 20px #0f609b1f}.bulletin__headtext{line-height:1.4}.bulletin__gov{font-size:18px;font-weight:700;color:#243b53}.bulletin__h2{font-size:16px;font-weight:600;color:#243b53}.bulletin__h3{font-size:15px;font-weight:600;color:#334155}.bulletin__loc{font-size:13px;color:var(--muted)}.bulletin__title{margin:8px 0;font-size:24px;color:var(--ink)}.bulletin__period{display:inline-block;padding:6px 14px;border-radius:999px;background:#eff6ff;color:#0f609b;font-size:13px;font-weight:600}.bulletin-print-only{display:none}.print-note{color:#7b8794;font-style:italic;font-size:12px}.bulletin__toprow{align-items:stretch}.bulletin__chartcol{display:flex;flex-direction:column;gap:16px}.distribution__controls{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:10px}.distribution__field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--muted)}.distribution__field select{padding:6px 9px;border:1px solid var(--border);border-radius:7px;font-size:14px;color:var(--ink);background:#fff;min-width:160px}.bulletin__filternote{margin:-6px 0 16px;padding:8px 10px;border:1px solid #fde68a;border-radius:8px;background:#fffbeb;color:#92400e;font-size:12px}.bulletin__pill{display:inline-block;margin-bottom:12px;padding:6px 12px;border-radius:999px;background:#eff6ff;color:#0f609b;font-size:12px;font-weight:600}.richtext{font-size:14px;line-height:1.6;color:var(--ink)}.richtext p{margin:0 0 8px}.richtext img{max-width:100%;height:auto}.richtext table{border-collapse:collapse}.richtext td,.richtext th{border:1px solid var(--border);padding:4px 8px}.trendgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.trendcard{border:1px solid var(--border);border-radius:8px;padding:8px 8px 4px;min-width:0}.trendcard__title{font-size:12px;font-weight:600;color:var(--ink);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tablescroll{overflow-x:auto}.datatable--distribution{border:1px solid #d9e2ec;border-radius:12px;border-collapse:separate;border-spacing:0;overflow:hidden;font-size:13px}.datatable--distribution th{background:#f8fafc;border-bottom:1px solid #d9e2ec;border-right:1px solid #d9e2ec;padding:10px 12px;white-space:nowrap}.datatable--distribution td{border-bottom:1px solid #e7edf3;border-right:1px solid #e7edf3;padding:10px 12px;white-space:nowrap}.datatable--distribution tr:last-child td{border-bottom:none}.datatable--distribution th:last-child,.datatable--distribution td:last-child{border-right:none}.datatable__label{font-weight:600;color:#243b53}.datatable--distribution td.datatable__num{color:#0f609b}.datatable__total{font-weight:700}td.datatable__total{color:#243b53}.eventwrap{border:1px solid #d9e2ec;border-radius:8px;background:#fff;padding:14px 16px}.eventwrap__head{font-size:14px;font-weight:700;color:#0f609b;margin-bottom:12px}.eventwrap__empty{color:#7b8794;font-style:italic}.eventitem--sep{border-top:1px solid #e7edf3;margin-top:12px;padding-top:12px}.eventitem__title{font-size:13px;font-weight:700;color:#243b53;margin-bottom:6px}.eventitem__meta{font-size:11px;color:#52606d;margin-bottom:6px}.eventitem__body{font-size:14px;line-height:1.5;color:var(--ink)}.bulletin__closing{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px;background:var(--panel);border:1px solid var(--border);border-radius:10px}.bulletin__closinglogo{height:150px;width:auto}.bulletin__closingbox{width:100%;padding:16px 20px;background:#eff6ff;border:1px solid #cfe3f2;border-radius:10px;text-align:center}.bulletin__closingtitle{font-size:22px;font-weight:700;color:#0f3d73;margin-bottom:8px}.bulletin__closingbox p{margin:0 0 8px;font-size:14px;line-height:1.7;color:var(--ink)}@media (max-width: 760px){.trendgrid{grid-template-columns:1fr}.bulletin__logo{position:static;transform:none;display:block;margin:0 auto 10px}}@media print{@page{size:A4 portrait;margin:14mm 9mm}:root{--bg: #ffffff}body{background:#fff}.app{max-width:none;padding:0}.app__header,.govheader,.app__footer,.app__nav,.filterbar,.bulletin__controls,.bulletin-screen-only{display:none!important}.bulletin-print-only{display:block!important}.bulletin__doc{gap:12px}.card,.bulletin__closing,.trendcard,.eventwrap,.eventitem{border-color:#d9e2ec;box-shadow:none;break-inside:avoid}.tablescroll{overflow-x:visible}.card__title{text-transform:uppercase;letter-spacing:.03em;color:#0f609b}.bulletin__header{border:none;border-bottom:4px solid #910101;border-radius:0;background:#fff;box-shadow:none;padding:0 0 10px;text-align:left}.bulletin__logo{position:static;transform:none;box-shadow:none;background:none;padding:0;border-radius:0;height:84px;float:left;margin-right:14px}.bulletin__gov,.bulletin__h2,.bulletin__h3,.bulletin__loc,.bulletin__title{color:#910101!important}.bulletin__title{font-size:20px;margin:6px 0 4px}.bulletin__period{background:none;padding:0;color:#910101;font-weight:700}.trendgrid,.bulletin__toprow{grid-template-columns:repeat(2,minmax(0,1fr))}}.govheader{--gov-blue: #2460b9;--gov-blue-dark: #1d4e9e;display:flex;align-items:stretch;background:var(--gov-blue);color:#fff;border-bottom:3px solid #0447af}.govheader__brand{display:flex;align-items:center;gap:14px;padding:12px 28px;background:var(--gov-blue-dark);flex:0 0 auto}.govheader__brand,.govheader__brand:visited{color:inherit;text-decoration:none}.govheader__brand:hover .govheader__office,.govheader__brand:focus-visible .govheader__office{text-decoration:underline}.govheader__brand:focus-visible{outline:2px solid #fff;outline-offset:-3px}.govheader__emblem{width:62px;height:62px;object-fit:contain;flex:none}.govheader__names{display:flex;flex-direction:column;gap:2px}.govheader__ministry,.govheader__address{margin:0;font-size:13px;font-weight:600;line-height:1.3}.govheader__office{margin:0;font-size:17px;font-weight:700;line-height:1.25;max-width:26ch}.govheader__notice{position:relative;flex:1 1 auto;display:flex;align-items:center;gap:14px;padding:10px 28px;min-width:0;font-size:14px}.govheader__notice:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/header-topbg-wxRJ2a4s.png) center bottom / contain no-repeat;opacity:.5;pointer-events:none}.govheader__noticelabel,.govheader__noticetext{position:relative}.govheader__noticelabel{font-weight:700;white-space:nowrap;padding-right:14px;border-right:1px solid rgba(255,255,255,.45)}.govheader__date{display:flex;align-items:center;gap:12px;padding:10px 28px;flex:0 0 auto}.govheader__flag{width:42px;height:56px;object-fit:contain;flex:none}.govheader__dates p{margin:0;font-size:13px;line-height:1.5;white-space:nowrap}@media (max-width: 1100px){.govheader{flex-wrap:wrap}.govheader__brand,.govheader__notice,.govheader__date{padding:10px 16px}.govheader__brand{flex:1 1 100%}.govheader__office{font-size:15px;max-width:none}.govheader__notice{order:3;flex:1 1 100%}}@media (max-width: 640px){.govheader__brand,.govheader__brand:visited{color:inherit;text-decoration:none}.govheader__brand:hover .govheader__office,.govheader__brand:focus-visible .govheader__office{text-decoration:underline}.govheader__brand:focus-visible{outline:2px solid #fff;outline-offset:-3px}.govheader__emblem{width:48px;height:48px}.govheader__date{flex:1 1 100%}.govheader__notice{flex-wrap:wrap;gap:4px}.govheader__noticelabel{border-right:0;padding-right:0}}.app--flush{max-width:none;padding:0}.app--flush .app__footer{max-width:var(--shell);margin:0 auto;padding:24px var(--gutter) 32px}.resources{--brand: #2460b9;--brand-ink: #0447af;--brand-soft: #eaf1fb;--rail: 268px;min-height:100%}.resources .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}.resources__toolbar{background:linear-gradient(180deg,#fff,#f7faff);border-bottom:1px solid #cbd9ee;box-shadow:0 1px 4px #0447af14}.resources__toolbarinner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;max-width:none;margin:0;padding:18px var(--gutter)}.resources__heading{margin:0;font-size:clamp(20px,2.2vw,26px);font-weight:700;letter-spacing:-.01em;color:var(--brand-ink)}.resources__sub{margin:4px 0 0;color:var(--muted);font-size:13px}.resources__toolbar .filterbar{flex:1 1 420px;justify-content:flex-end;margin:0;padding:0;background:transparent;border:0;border-radius:0;align-items:center;gap:10px}.resources__toolbar .filterbar__field{flex-direction:row;align-items:center;gap:8px;margin:0}.resources__toolbar .filterbar__field--search{flex:1 1 280px;max-width:460px}.resources__toolbar .filterbar__field input,.resources__toolbar .filterbar__field select{height:42px;width:100%;min-width:0;border-color:#cbd9ee;border-radius:999px;padding:0 16px;background:#fff}.resources__toolbar .filterbar__field input:focus,.resources__toolbar .filterbar__field select:focus{outline:2px solid var(--brand);outline-offset:1px}.resources__toolbar .filterbar__apply{margin-left:0;height:42px;padding:0 24px;border-radius:999px;box-shadow:0 2px 6px #2460b947}.resources__body{display:grid;grid-template-columns:var(--rail) minmax(0,1fr);align-items:start;gap:clamp(16px,2vw,28px);max-width:none;margin:0;padding:clamp(16px,2vw,24px) var(--gutter) 8px}.resources__body--railclosed{grid-template-columns:auto minmax(0,1fr)}.resources__rail{position:sticky;top:12px;display:flex;flex-direction:column;gap:18px;padding:16px;background:var(--panel);border:1px solid var(--border);border-radius:14px;box-shadow:0 1px 2px #0f172a0a}.resources__railhead{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.resources__clear{padding:0;border:0;background:none;color:var(--brand-ink);font-size:12px;font-weight:700;text-transform:none;letter-spacing:0;cursor:pointer}.resources__clear:hover{text-decoration:underline}.resources__railactions{display:flex;align-items:center;gap:10px}.resources__railcollapse{display:grid;place-items:center;width:24px;height:24px;padding:0;border:1px solid var(--border);border-radius:7px;background:#fff;color:var(--brand-ink);font-size:12px;line-height:1;cursor:pointer}.resources__railcollapse:hover{background:var(--brand-soft);border-color:var(--brand)}.resources__railopen{position:sticky;top:12px;display:flex;flex-direction:column;align-items:center;gap:10px;padding:12px 8px;border:1px solid var(--border);border-radius:14px;background:var(--panel);color:var(--brand-ink);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.resources__railopen:hover{background:var(--brand-soft);border-color:var(--brand)}.resources__railopenlabel{writing-mode:vertical-rl}.resources__railmobile{display:none;background:var(--panel);border:1px solid var(--border);border-radius:12px}.resources__railmobile>summary{padding:12px 14px;font-size:14px;font-weight:700;color:var(--brand-ink);cursor:pointer}.resources__railmobilebody{display:flex;flex-direction:column;gap:16px;padding:0 14px 14px}.facet__label{margin:0 0 8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.facet__list{display:flex;flex-direction:column;gap:2px}.facet__item{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 10px;border:0;border-radius:8px;background:none;color:var(--ink);font-size:13px;text-align:left;cursor:pointer}.facet__item:hover{background:var(--brand-soft)}.facet__item--active{background:var(--brand);color:#fff;font-weight:600}.facet__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.facet__count{flex:none;min-width:22px;padding:1px 6px;border-radius:999px;background:#f1f5f9;color:var(--muted);font-size:11px;font-weight:700;text-align:center}.facet__item--active .facet__count{background:#ffffff3d;color:#fff}.resources__results{min-width:0}.resources__resultshead{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.resources__count{margin:0;color:var(--muted);font-size:13px}.resources__count strong{color:var(--ink);font-size:15px}.resources__active{display:flex;flex-wrap:wrap;gap:6px}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid #cbd9ee;border-radius:999px;background:var(--brand-soft);color:var(--brand-ink);font-size:12px;font-weight:600;cursor:pointer}.pill:hover{background:#dbe7f8}.resources__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));align-items:stretch;gap:12px}.resource{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:1fr auto;align-items:start;gap:12px 14px;padding:16px 18px;background:var(--panel);border:1px solid var(--border);border-radius:14px;box-shadow:0 1px 2px #0f172a0a;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.resource:hover{border-color:#bcd0ee;box-shadow:0 6px 18px #0f172a14;transform:translateY(-1px)}.resource__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--brand-soft);color:var(--brand-ink)}.resource--video .resource__icon{background:#fdeceb;color:#b42318}.resource--image .resource__icon{background:#ecfdf3;color:#067647}.resource--iec_material .resource__icon{background:#fef6e7;color:#b54708}.resource__main{min-width:0}.resource__top{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px}.resource__type{padding:2px 8px;border-radius:999px;background:var(--brand-soft);color:var(--brand-ink);font-weight:700}.resource--video .resource__type{background:#fdeceb;color:#b42318}.resource--image .resource__type{background:#ecfdf3;color:#067647}.resource--iec_material .resource__type{background:#fef6e7;color:#b54708}.resource__lang,.resource__meta{color:var(--muted)}.resource__meta:before{content:"·";margin-right:8px}.resource__title{margin:6px 0 0;font-size:16px;line-height:1.35}.resource__desc{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.resource__tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.resource__tag{padding:2px 8px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:12px}.resource__cta{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;gap:8px;align-self:end}.resource__action{display:inline-block;padding:9px 18px;border:1px solid var(--brand);border-radius:999px;background:var(--brand);color:#fff;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;font-family:inherit;line-height:1.2;cursor:pointer}.resource__action:hover{background:var(--brand-ink);border-color:var(--brand-ink)}.resource__action--ghost{background:#fff;border-color:#cbd9ee;color:var(--brand-ink)}.resource__action--ghost:hover{background:var(--brand-soft);border-color:var(--brand)}.resources__pager{display:flex;justify-content:center;gap:8px;margin:20px 0 4px}.resources__pager button{padding:8px 16px;border:1px solid var(--border);border-radius:999px;background:var(--panel);color:var(--ink);font-size:13px;font-weight:600;cursor:pointer}.resources__pager button:disabled{color:var(--muted);cursor:default;opacity:.6}@media (max-width: 1000px){.resources__body,.resources__body--railclosed{grid-template-columns:minmax(0,1fr)}.resources__rail,.resources__railopen{display:none}.resources__railmobile{display:block}}@media (max-width: 700px){.resources__toolbarinner{padding:14px var(--gutter)}.resources__toolbar .filterbar{flex:1 1 100%;justify-content:stretch}.resources__toolbar .filterbar__field--search{flex:1 1 100%;max-width:none}.resources__toolbar .filterbar__field:not(.filterbar__field--search){flex:1 1 140px}.resources__toolbar .filterbar__apply{flex:1 1 120px}.resource{gap:12px;padding:14px}.resource__icon{width:38px;height:38px;border-radius:10px}.resource__cta{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.resource__action{display:block;text-align:center}.resource__meta{width:100%}.resource__meta:before{content:none}}.resource--open{grid-column:1 / -1;border-color:#bcd0ee;box-shadow:0 6px 18px #0f172a14}.viewer{grid-column:1 / -1;margin:16px -18px -16px;padding:14px 18px 16px;border-top:1px solid var(--border);background:#f4f6fa;border-radius:0 0 13px 13px}.viewer__frame{display:block;width:100%;height:min(84vh,1100px);border:1px solid var(--border);border-radius:8px;background:#fff}.viewer__video{position:relative;width:100%;aspect-ratio:16 / 9;max-height:min(84vh,1100px);margin:0 auto;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#000}.viewer__video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.viewer__player{display:block;width:100%;max-height:min(84vh,1100px);border:1px solid var(--border);border-radius:8px;background:#000}.viewer__image{display:block;max-width:100%;max-height:min(84vh,1100px);margin:0 auto;object-fit:contain}@media (max-width: 720px){.viewer{margin:14px -14px -14px;padding:12px 14px 14px}.viewer__frame{height:70vh}}
