: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{--shell: none;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;--accent: #2460b9;--accent-ink: #0447af;--accent-soft: #eaf1fb;--accent-line: #c9dcf6;--rail: 268px;min-height:100%}.rtype--guideline{--accent: #2460b9;--accent-ink: #0447af;--accent-soft: #eaf1fb;--accent-line: #c7dbf6}.rtype--iec_material{--accent: #c2740a;--accent-ink: #92400e;--accent-soft: #fef6e7;--accent-line: #f5dfb6}.rtype--image{--accent: #0b8457;--accent-ink: #066043;--accent-soft: #e8fbf1;--accent-line: #b6e7cf}.rtype--video{--accent: #c0392b;--accent-ink: #98241a;--accent-soft: #fdeceb;--accent-line: #f5c8c3}.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,#f5f9ff);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:var(--shell);margin:0 auto;padding:20px var(--gutter) 18px}.resources__heading{margin:0;font-size:clamp(21px,2.2vw,27px);font-weight:800;letter-spacing:-.02em;color:var(--brand-ink)}.resources__sub{margin:4px 0 0;color:var(--muted);font-size:13px}.resources__toolbar .filterbar{flex:1 1 380px;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{height:44px;width:100%;min-width:0;border-color:#cbd9ee;border-radius:999px;padding:0 18px;background:#fff;font-size:14px}.resources__toolbar .filterbar__field input:focus{outline:2px solid var(--brand);outline-offset:1px}.resources__toolbar .filterbar__apply{margin-left:0;height:44px;padding:0 26px;border-radius:999px;font-weight:700;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:var(--shell);margin:0 auto;padding:clamp(16px,2vw,24px) var(--gutter) 8px}.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:16px;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__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__list--types{gap:6px}.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-family:inherit;font-size:13px;text-align:left;cursor:pointer}.facet__item:hover{background:var(--brand-soft)}.facet__item--active,.facet__item--active:hover{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}.typefacet{display:flex;align-items:center;gap:9px;width:100%;padding:7px 9px;border:1px solid var(--accent-line);border-radius:10px;background:#fff;color:var(--accent-ink);font-family:inherit;font-size:13px;font-weight:600;text-align:left;cursor:pointer}.typefacet:hover{background:var(--accent-soft)}.typefacet--active,.typefacet--active:hover{background:var(--accent);border-color:var(--accent);color:#fff}.typefacet__icon{display:grid;place-items:center;width:24px;height:24px;flex:none;border-radius:7px;background:var(--accent-soft);color:var(--accent-ink)}.typefacet__name{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.typefacet__count{flex:none;min-width:22px;padding:1px 6px;border-radius:999px;background:var(--accent-soft);color:var(--accent-ink);font-size:11px;font-weight:800;text-align:center}.typefacet--active .typefacet__icon,.typefacet--active .typefacet__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:14px}.resources__count{margin:0;color:var(--muted);font-size:13px}.resources__count strong{color:var(--ink);font-size:16px}.resources__headtools{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-left:auto}.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-family:inherit;font-size:12px;font-weight:600;cursor:pointer}.pill:hover{background:#dbe7f8}.viewtoggle{display:inline-flex;flex:none;gap:2px;padding:3px;border:1px solid var(--border);border-radius:999px;background:#eef2f8}.viewtoggle__btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:0;border-radius:999px;background:none;color:var(--muted);font-family:inherit;font-size:12.5px;font-weight:700;cursor:pointer}.viewtoggle__btn:hover{color:var(--brand-ink)}.viewtoggle__btn--active,.viewtoggle__btn--active:hover{background:#fff;color:var(--brand-ink);box-shadow:0 1px 3px #0f172a29}.rgroup+.rgroup{margin-top:26px}.rgroup__head{position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:12px;margin:0 0 14px;padding:11px 16px;border:1px solid var(--brand-ink);border-radius:12px;background:var(--brand)}.rgroup__icon{display:grid;place-items:center;width:38px;height:38px;flex:none;border-radius:11px;background:#fff;border:1px solid var(--brand-ink);color:var(--brand-ink)}.rgroup__text{min-width:0}.rgroup__title{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:0;font-size:17px;font-weight:800;letter-spacing:-.01em;color:#fff}.rgroup__count{padding:2px 9px;border-radius:999px;background:#fff3;color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.rgroup__blurb{margin:2px 0 0;color:#ffffffd1;font-size:12.5px}.rgrid{display:grid;align-items:start;gap:16px}.rgrid--tiles{grid-template-columns:repeat(auto-fill,minmax(268px,1fr))}.rgrid--tiles>.rcard{height:356px}.rgrid--list{grid-template-columns:minmax(0,1fr);gap:12px}.rgrid--list>.rcard{height:178px;grid-template-columns:200px minmax(0,1fr);grid-template-rows:minmax(0,1fr);border-left:4px solid var(--accent)}.rcard{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);min-width:0;overflow:hidden;background:var(--panel);border:1px solid var(--border);border-radius:16px;box-shadow:0 1px 2px #0f172a0d;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.rcard:hover{border-color:var(--accent-line);box-shadow:0 10px 24px #0f172a1a;transform:translateY(-2px)}.rgrid>.rcard--open{grid-column:1 / -1;height:auto;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;overflow:visible;border-color:var(--accent);box-shadow:0 12px 30px #0f172a24;transform:none}.rcard--open .rcard__cover{display:none}.rcard__cover{position:relative;display:grid;place-items:center;height:150px;overflow:hidden;border-bottom:1px solid var(--accent-line);background-color:var(--accent-soft);background-image:radial-gradient(circle at 78% 18%,#ffffffd9,#fff0 58%),linear-gradient(135deg,var(--accent-soft) 0%,#ffffff 120%);color:var(--accent)}.rgrid--list>.rcard .rcard__cover{height:100%;border-bottom:0;border-right:1px solid var(--accent-line)}.rcard__cover--photo{background:#0b1220}.rcard__coverimg{display:block;width:100%;height:100%;object-fit:cover}.rcard__coverglyph{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:#fff;border:1px solid var(--accent-line);box-shadow:0 4px 14px #0f172a14;color:var(--accent-ink)}.rcard__kind{position:absolute;top:10px;left:10px;padding:2px 8px;border-radius:7px;border:1px solid var(--accent-line);background:#fffffff0;color:var(--accent-ink);font-size:10px;font-weight:800;letter-spacing:.06em}.rcard__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:46px;height:46px;padding-left:3px;border-radius:50%;background:#fffffff0;color:var(--accent);box-shadow:0 4px 14px #0f172a47}.rcard__body{display:flex;flex-direction:column;gap:7px;min-width:0;min-height:0;padding:14px 16px 16px}.rcard__top{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.rcard__type{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;background:var(--accent-soft);color:var(--accent-ink);font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.rcard__meta{color:var(--muted);font-size:11.5px}.rcard__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;font-size:15.5px;font-weight:700;line-height:1.35;color:var(--ink)}.rcard__desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:var(--muted);font-size:12.5px;line-height:1.5}.rgrid--list>.rcard .rcard__desc{-webkit-line-clamp:3}.rgrid>.rcard .rcard__desc--full{display:block;-webkit-line-clamp:unset;overflow:visible;max-width:92ch}.rcard__facts{margin:0;color:var(--muted);font-size:12px;word-break:break-word}.rcard__tags{display:flex;gap:5px;overflow:hidden;max-height:22px}.rcard--open .rcard__tags{flex-wrap:wrap;max-height:none;overflow:visible}.rcard__tag{flex:none;padding:2px 8px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:14ch}.rcard__tag--more{background:#f1f5f9;font-weight:700;max-width:none}.rcard__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:auto;padding-top:4px}.rbtn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border:1px solid transparent;border-radius:999px;font-family:inherit;font-size:12.5px;font-weight:700;line-height:1.2;text-decoration:none;white-space:nowrap;cursor:pointer}.rbtn--primary{background:var(--accent);border-color:var(--accent);color:#fff}.rbtn--primary:hover{background:var(--accent-ink);border-color:var(--accent-ink)}.rbtn--ghost{background:#fff;border-color:var(--accent-line);color:var(--accent-ink)}.rbtn--ghost:hover{background:var(--accent-soft);border-color:var(--accent)}.rbtn--quiet{padding:8px 6px;background:none;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.rbtn--quiet:hover{color:var(--accent-ink)}.resources__pager{display:flex;justify-content:center;gap:8px;margin:24px 0 4px}.resources__pager button{padding:9px 18px;border:1px solid var(--border);border-radius:999px;background:var(--panel);color:var(--ink);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer}.resources__pager button:disabled{color:var(--muted);cursor:default;opacity:.6}.viewer{margin:0;padding:0 16px 16px;background:#fff;border-radius:0 0 15px 15px}.viewer__frame{display:block;width:100%;height:min(84vh,1100px);border:1px solid var(--border);border-radius:10px;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:10px;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:10px;background:#000}.viewer__image{display:block;max-width:100%;max-height:min(84vh,1100px);margin:0 auto;border-radius:10px;object-fit:contain}@media (max-width: 1000px){.resources__body{grid-template-columns:minmax(0,1fr)}.resources__rail{display:none}.resources__railmobile{display:block}}@media (max-width: 700px){.resources__toolbarinner{padding:16px var(--gutter) 16px}.resources__toolbar .filterbar{flex:1 1 100%;justify-content:stretch}.resources__toolbar .filterbar__field--search{flex:1 1 60%;max-width:none}.resources__toolbar .filterbar__apply{flex:0 0 auto;padding:0 20px}.resources__headtools{width:100%;margin-left:0}.rgroup__head{padding:10px 12px}.rgroup__icon{width:32px;height:32px;border-radius:9px}.rgroup__title{font-size:15px}.rgrid--tiles{grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr));gap:12px}.rgrid--tiles>.rcard{height:320px}.rgrid--list>.rcard{height:auto;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr)}.rgrid--list>.rcard .rcard__cover{height:130px;border-bottom:1px solid var(--accent-line);border-right:0}.rcard__cover{height:130px}.viewer{padding:0 12px 12px}.viewer__frame{height:70vh}}
