:root{--bg: #f4f6f8;--surface: #ffffff;--surface-2: #eef1f4;--fg: #111827;--fg-muted: #454b56;--border: #dde2e8;--border-strong: #868c95;--accent: #0e5a57;--accent-hover: #0a4845;--accent-fg: #ffffff;--accent-soft: #ecf6f4;--hero: linear-gradient(160deg, #e2f0ee 0%, #eaf0f8 100%);--urgent: #99211b;--urgent-soft: #fdeceb;--note: #fff4d6;--note-fg: #4d3200;--ok: #1c6b45;--focus: #1d64d8;--shadow: 0 1px 2px rgb(16 24 40 / .05), 0 1px 3px rgb(16 24 40 / .07);--shadow-lg: 0 4px 12px rgb(16 24 40 / .08);--tone-0: #fde8cf;--tone-1: #fbefbd;--tone-2: #dbe8fb;--tone-3: #d7f2df;--tone-4: #e8e3fb;--tone-5: #fbdde3;--radius: 14px;--radius-sm: 10px;--tap: 48px;--gap: 12px;--page: 34rem;--page-wide: 76rem;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #0f1419;--surface: #161c23;--surface-2: #1e252e;--fg: #eef1f5;--fg-muted: #a9b2bf;--border: #2a323c;--border-strong: #6b7581;--accent: #7dd3c7;--accent-hover: #9ee0d7;--accent-fg: #0f1419;--accent-soft: #15302e;--hero: linear-gradient(160deg, #132826 0%, #161d27 100%);--urgent: #ff9b93;--urgent-soft: #34191a;--note: #342a10;--note-fg: #ffe1a3;--ok: #71d3a4;--focus: #8ab4ff;--shadow: 0 1px 2px rgb(0 0 0 / .4);--shadow-lg: 0 4px 14px rgb(0 0 0 / .45);--tone-0: #3a2a17;--tone-1: #36301a;--tone-2: #1b2a40;--tone-3: #173024;--tone-4: #2a2440;--tone-5: #3a1f26}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Noto Sans Hebrew,Arial,sans-serif;font-size:17px;line-height:1.6;text-align:start}p,li,dd{margin-block-end:1.6em;max-width:72ch}p:last-child{margin-block-end:0}h1,h2,h3{line-height:1.25;margin:0 0 .5rem;letter-spacing:-.01em}h1{font-size:1.6rem}h2{font-size:1.2rem}h3{font-size:1.05rem}p{margin:0 0 .75rem}a{color:var(--accent)}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:6px}.skip{position:absolute;inset-inline-start:-9999px;top:0;background:var(--accent);color:var(--accent-fg);padding:.75rem 1rem;z-index:100}.skip:focus{inset-inline-start:0}#main:focus{outline:none}.page{max-width:var(--page);margin:0 auto;padding:0 1rem 6rem}.page.wide{max-width:var(--page-wide)}.draftribbon{background:var(--note);color:var(--note-fg);font-size:.85rem;line-height:1.45;padding:.4rem 1rem;text-align:center}.draftribbon strong{margin-inline-end:.35rem}.topbar{position:sticky;top:0;z-index:20;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.topbar-inner{max-width:var(--page-wide);margin:0 auto;padding:.35rem 1rem;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem var(--gap);min-height:var(--tap)}.brand{font-weight:800;color:inherit;text-decoration:none;font-size:1.05rem;line-height:1.15;margin-inline-end:auto;display:flex;align-items:center;gap:.55rem;min-height:var(--tap)}.brandmark{width:26px;height:26px;border-radius:8px;background:var(--accent);box-shadow:7px -5px 0 -2px var(--accent-soft);flex:none}[dir=rtl] .brandmark{box-shadow:-7px -5px 0 -2px var(--accent-soft)}.tabs{display:flex;gap:.25rem;order:3;flex:1 1 100%}.tabs a{flex:1;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:0 .9rem;border-radius:var(--radius-sm);color:var(--fg-muted);font-weight:600;font-size:.95rem;text-decoration:none;white-space:nowrap}.tabs a:hover{background:var(--surface-2);color:var(--fg)}.tabs a[aria-current=page]{background:var(--accent-soft);color:var(--accent)}.iconbtn{min-width:var(--tap);min-height:var(--tap);display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:1px solid var(--border-strong);background:var(--surface);color:var(--fg);border-radius:var(--radius-sm);font:inherit;font-size:.9rem;cursor:pointer;padding:0 .7rem}.iconbtn[aria-current=true]{background:var(--accent-soft);border-color:var(--accent)}.badge{background:var(--accent);color:var(--accent-fg);border-radius:999px;font-size:.75rem;font-weight:700;padding:0 .4rem;min-width:1.25rem;text-align:center}@media(min-width:48rem){.tabs{order:0;flex:0 1 auto}.tabs a{flex:none}}.hero{margin:1rem -1rem 0;padding:1.75rem 1rem 1.25rem;background:var(--hero);border-bottom:1px solid var(--border)}.hero h1{font-size:1.85rem;margin-bottom:.25rem}.hero>p{color:var(--fg-muted);margin-bottom:0}@media(min-width:36rem){.hero{margin-inline:0;border:1px solid var(--border);border-radius:20px;padding:2rem 1.5rem 1.5rem}}.searchform{display:flex;flex-wrap:wrap;gap:8px;margin:1rem 0}.searchform input{flex:1 1 12rem;min-height:52px;padding:0 1rem;font:inherit;color:var(--fg);background:var(--surface);border:2px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow)}.searchform input:focus{border-color:var(--accent)}.searchform .btn{min-height:52px;padding:0 1.4rem}.btn{min-height:var(--tap);padding:0 1.1rem;border-radius:var(--radius-sm);border:1px solid transparent;background:var(--accent);color:var(--accent-fg);font:inherit;font-weight:650;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;text-decoration:none;transition:background-color .15s,border-color .15s}.btn:hover{background:var(--accent-hover)}.btn.secondary{background:var(--surface);color:var(--fg);border-color:var(--border-strong)}.btn.secondary:hover{background:var(--surface-2);border-color:var(--accent)}.btn.block{width:100%}.btn:disabled{opacity:.6;cursor:progress}.nearme{margin-top:.25rem}.suggestions{list-style:none;margin:-.5rem 0 1rem;padding:0;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-lg);overflow:hidden}.suggestions li{margin:0;max-width:none}.suggestions li+li{border-top:1px solid var(--border)}.suggestions button{width:100%;min-height:var(--tap);padding:.5rem .9rem;background:none;border:0;font:inherit;color:inherit;text-align:start;cursor:pointer;display:flex;justify-content:space-between;gap:var(--gap);align-items:center}.suggestions button:hover{background:var(--accent-soft)}.suggestions .count{color:var(--fg-muted);font-size:.8rem;background:var(--surface-2);border-radius:999px;padding:0 .5rem;font-variant-numeric:tabular-nums}.needs{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gap);margin:1rem 0 2rem}.need{min-height:104px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);color:inherit;text-decoration:none;font:inherit;font-weight:650;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.75rem .5rem;text-align:center;transition:border-color .15s,box-shadow .15s,transform .15s}.need:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.need .glyph{font-size:1.5rem;line-height:1;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--surface-2)}.need .glyph[data-tone="0"]{background:var(--tone-0)}.need .glyph[data-tone="1"]{background:var(--tone-1)}.need .glyph[data-tone="2"]{background:var(--tone-2)}.need .glyph[data-tone="3"]{background:var(--tone-3)}.need .glyph[data-tone="4"]{background:var(--tone-4)}.need .glyph[data-tone="5"]{background:var(--tone-5)}.urgent{border:1px solid var(--urgent);border-inline-start-width:4px;background:var(--urgent-soft);border-radius:var(--radius-sm);padding:.35rem .75rem;margin:1rem 0;display:flex;align-items:center;flex-wrap:wrap;gap:.15rem .6rem;font-size:.85rem}.urgent h2{color:var(--urgent);font-size:.85rem;margin:0;white-space:nowrap}.urgent ul{display:flex;flex-wrap:wrap;gap:.1rem .5rem;list-style:none;margin:0;padding:0}.urgent li{margin:0}.urgent a{display:inline-flex;align-items:center;min-height:34px;padding:0 .3rem;color:var(--urgent);font-weight:650;white-space:nowrap}.searchform.refine{margin:1.25rem 0 .5rem}.resultbar{display:flex;align-items:center;gap:var(--gap);flex-wrap:wrap;margin:.75rem 0;color:var(--fg-muted);font-size:.95rem}.resultbar strong{color:var(--fg);font-size:1.05rem}.results-layout{display:block}.filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:1rem;box-shadow:var(--shadow)}.filters-title{font-size:.95rem;margin:0 0 .25rem}@media(min-width:64rem){.results-layout{display:grid;grid-template-columns:18rem minmax(0,1fr);gap:1.5rem;align-items:start}.filters{position:sticky;top:5.5rem;margin:0}.filters .chip{min-height:40px}}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:.5rem 0 1rem}.chip{min-height:44px;padding:0 .85rem;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface);color:inherit;font:inherit;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.chip:hover{border-color:var(--accent);background:var(--accent-soft)}.chip[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:var(--accent-fg)}.chip .count{opacity:.8;font-size:.8rem;font-variant-numeric:tabular-nums}.cards{display:flex;flex-direction:column;gap:var(--gap);list-style:none;margin:0;padding:0}.cards>li{max-width:none;margin:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem .9rem;box-shadow:var(--shadow);transition:border-color .15s,box-shadow .15s}.card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-lg)}.card h3{margin-bottom:.1rem;font-size:1.1rem}.card h3 a{color:inherit;text-decoration:none}.card h3 a:hover{color:var(--accent);text-decoration:underline}.card .org{color:var(--fg-muted);font-size:.88rem;margin-bottom:.5rem}.card .desc{color:var(--fg-muted);font-size:.95rem;margin-bottom:.6rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card .meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .6rem;font-size:.85rem;color:var(--fg-muted);margin-bottom:.75rem}.card .meta .where{font-weight:650;color:var(--fg)}.tag{background:var(--surface-2);color:var(--fg);border-radius:999px;padding:.1rem .6rem;font-size:.8rem}.tag.national{background:var(--accent-soft);color:var(--accent);font-weight:650}.actions{display:flex;gap:8px;flex-wrap:wrap}.actions .btn{flex:1 1 auto;min-width:7rem;font-size:.95rem}.actions .btn:first-child:not(.secondary){flex-grow:2}.notice{background:var(--surface-2);border-radius:var(--radius-sm);padding:.6rem .8rem;font-size:.9rem;color:var(--fg-muted);margin:.5rem 0}.empty{text-align:center;padding:3rem 1rem;color:var(--fg-muted)}.detail{padding-top:1.25rem}.detail section{margin-bottom:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1.1rem}.detail h2{font-size:.95rem;color:var(--fg-muted);text-transform:none;margin-bottom:.35rem}.detail .lead{font-size:1.05rem}.detail dl{margin:0}.detail dt{font-weight:600;margin-top:.5rem}.detail dd{margin:0}.detail .chips{margin:.25rem 0 0}.sticky-actions{position:sticky;bottom:0;background:linear-gradient(to top,var(--bg) 70%,transparent);padding:.75rem 0 1rem;display:flex;gap:8px}.source{font-size:.85rem;color:var(--fg-muted);border-top:1px solid var(--border);padding-top:.75rem}.footer{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1rem;font-size:.85rem;color:var(--fg-muted)}.footer nav{display:flex;gap:.25rem 1rem;flex-wrap:wrap;margin-top:.5rem}.footer nav a{display:inline-flex;align-items:center;min-height:var(--tap);min-width:var(--tap);justify-content:center;padding:0 .4rem}.spinner{display:inline-block;width:1.1em;height:1.1em;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;vertical-align:-.2em}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.need:hover{transform:none}}@media(prefers-contrast:more){:root{--border: currentColor;--border-strong: currentColor;--fg-muted: var(--fg)}}.card,.need,.chip,.btn,.endpoint{overflow-wrap:anywhere}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(min-width:48rem){:root{--page: 46rem}.needs{grid-template-columns:repeat(3,1fr)}}.facetgroup{margin:.75rem 0}.facetlabel{display:block;font-size:.8rem;font-weight:650;color:var(--fg-muted);margin-bottom:.35rem}.facetgroup .chips{margin:0}@media(max-width:26rem){.brand{font-size:.95rem}}.devdocs{max-width:100%}.devdocs .lede{color:var(--fg-muted);font-size:1.05rem}.devdocs code{unicode-bidi:isolate}.devdocs .version{color:var(--fg-muted);margin-top:-.5rem}.devdocs h2{margin-top:2rem}.devdocs code{background:var(--surface-2);padding:.1rem .35rem;border-radius:5px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.9em;word-break:break-word}.endpoint{border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem;margin:1rem 0;background:var(--surface)}.endpoint h3{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.95rem}.endpoint .summary{color:var(--fg-muted)}.method{font-size:.75rem;font-weight:700;padding:.15rem .45rem;border-radius:5px;background:var(--accent-soft);color:var(--accent);letter-spacing:.04em}.method.post,.method.delete{background:var(--urgent-soft);color:var(--urgent)}.endpoint table{width:100%;border-collapse:collapse;font-size:.85rem;margin:.5rem 0}.endpoint th,.endpoint td{text-align:start;padding:.35rem .5rem;border-bottom:1px solid var(--border);vertical-align:top}.endpoint th{color:var(--fg-muted);font-weight:600}.req{color:var(--urgent);font-size:.75rem}.codeblock{position:relative;margin:.75rem 0}.codeblock pre{background:var(--surface-2);border-radius:var(--radius);padding:.85rem;overflow-x:auto;margin:0;font-size:.82rem;line-height:1.5}.codeblock pre code{background:none;padding:0}.codeblock .copy{position:absolute;top:.35rem;inset-inline-end:.35rem;font:inherit;font-size:.85rem;min-height:var(--tap);min-width:var(--tap);padding:0 .9rem;border-radius:8px;border:1px solid var(--border-strong);background:var(--surface);color:var(--fg);cursor:pointer}.searchform{flex-wrap:wrap}.searchform .btn.smart{flex:1 1 100%}.hint{color:var(--fg-muted);font-size:.9rem;margin:-.5rem 0 1rem}.quoted{font-weight:400}.lead{font-size:1.05rem}.mcpcard{border:2px solid var(--accent);border-radius:var(--radius);padding:1rem;margin:1rem 0 1.5rem;background:var(--surface)}.mcpurl{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.mcpurl code{font-size:1rem;background:var(--surface-2);padding:.5rem .7rem;border-radius:8px;flex:1 1 18rem;overflow-x:auto}.mcpcard .copy{position:static;min-height:var(--tap);padding:0 1rem}.toollist{list-style:none;margin:0;padding:0;display:grid;gap:.4rem}.toollist li{display:flex;gap:.6rem;flex-wrap:wrap;align-items:baseline;margin:0;max-width:none}.toollist code{flex:0 0 auto}.toollist span{color:var(--fg-muted);font-size:.9rem}.steps{padding-inline-start:1.4rem}.steps li{margin-bottom:.6rem}.callout{border-inline-start:4px solid var(--accent);background:var(--accent-soft);border-radius:8px;padding:.8rem 1rem;margin:1.5rem 0}.callout p{margin:0}.params{display:grid;gap:.35rem;margin:.6rem 0}.params>div{display:grid;grid-template-columns:max-content 1fr;gap:.2rem .8rem}.params dt{margin:0}.params dd{margin:0;color:var(--fg-muted);font-size:.9rem}.example{font-size:.85rem;margin-top:.6rem}.example a{overflow-wrap:anywhere}.muted{color:var(--fg-muted)}@media(max-width:30rem){.params>div{grid-template-columns:1fr}}.iconbtn select{min-height:var(--tap);width:100%;cursor:pointer}.ask{margin:var(--gap) auto 0;max-width:var(--page);padding:16px;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);text-align:start}.ask h2{margin:0 0 4px;font-size:1.1rem;line-height:1.5;color:var(--fg)}.ask-lead{margin:0 0 12px;line-height:1.6;color:var(--fg-muted)}.ask textarea{width:100%;padding:12px;border:1px solid var(--border-strong);border-radius:10px;font:inherit;line-height:1.6;color:var(--fg);background:var(--bg);resize:vertical;min-height:5.5rem}.ask textarea:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.ask-actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--gap);margin-top:var(--gap)}.ask-actions .btn{min-height:var(--tap)}.ask-actions .hint{margin:0}.ask button[disabled]{opacity:.6;cursor:not-allowed}.ask-answer:empty{display:none}.ask-working{margin:var(--gap) 0 0;color:var(--fg-muted);font-style:italic}.ask-error{margin:var(--gap) 0 0;padding:12px;border-radius:10px;color:var(--fg);background:var(--urgent-soft);border:1px solid var(--urgent)}.ask-prose{margin-top:16px;padding-top:16px;border-top:1px solid var(--border);line-height:1.75;color:var(--fg)}.ask-prose:focus-visible{outline:3px solid var(--focus);outline-offset:4px}.ask-prose p{margin:0 0 14px}.ask-prose ul{margin:0 0 14px;padding-inline-start:22px}.ask-prose li{margin-bottom:6px;line-height:1.7}.ask-prose a.tel{display:inline-block;min-height:32px;padding:4px 8px;border-radius:8px;font-weight:700;white-space:nowrap;color:var(--fg);background:var(--accent-soft);text-decoration-thickness:2px}.ask-prose a.tel:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.ask-understood{margin:var(--gap) 0 0;color:var(--fg-muted)}.ask-understood .chip{display:inline-block;margin:4px 4px 0 0;padding:2px 10px;border:1px solid var(--border-strong);border-radius:999px;color:var(--fg)}.ask-caveat{margin:var(--gap) 0 0;color:var(--fg-muted);line-height:1.6}.dash{--map-base: #b3bac4;--map-ink: #0e5a57;--map-ring: #111827;--ix-0: #f2b8b1;--ix-1: #fae0dc;--ix-2: #efeeeb;--ix-3: #d6e5f8;--ix-4: #a9c8f0;--sq-1: #e6f3f1;--sq-2: #c3e3de;--sq-3: #8fcac1;--sq-4: #5aa99e;padding-top:1.25rem}@media(prefers-color-scheme:dark){.dash{--map-base: #3a424d;--map-ink: #7dd3c7;--map-ring: #ffffff;--ix-0: #6e2c27;--ix-1: #45261f;--ix-2: #33363b;--ix-3: #1f3656;--ix-4: #2b5189;--sq-1: #173230;--sq-2: #1d4843;--sq-3: #256158;--sq-4: #2f7d72}}.dash-head h1{font-size:1.75rem;margin-bottom:.25rem}.dash-head p{color:var(--fg-muted);max-width:80ch}.dashtabs{display:flex;gap:.25rem;overflow-x:auto;border-bottom:1px solid var(--border);margin:1rem 0;scrollbar-width:thin}.dashtab{min-height:var(--tap);padding:0 1rem;border:0;border-bottom:3px solid transparent;background:none;color:var(--fg-muted);font:inherit;font-weight:650;white-space:nowrap;cursor:pointer}.dashtab:hover{color:var(--fg)}.dashtab[aria-selected=true]{color:var(--accent);border-bottom-color:var(--accent)}.filterbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:1rem;box-shadow:var(--shadow)}.filterrow{display:flex;flex-wrap:wrap;gap:.75rem;align-items:end}.filterrow label,.tabletools label,.inline-select{display:flex;flex-direction:column;gap:.2rem;font-size:.8rem;font-weight:650;color:var(--fg-muted);flex:1 1 9rem}.inline-select{flex:none}.filterrow select,.tabletools select,.tabletools input,.inline-select select{min-height:44px;padding:0 .6rem;font:inherit;font-size:.95rem;font-weight:400;color:var(--fg);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm)}.filterrow .clearall{flex:none;min-height:44px}.activefilters{margin:.75rem 0 0}.chiplabel{opacity:.85;font-size:.8rem}.kpis{display:grid;grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:var(--gap);margin-bottom:1rem}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem .9rem;display:flex;flex-direction:column;gap:.1rem;box-shadow:var(--shadow)}.kpi-label{font-size:.8rem;font-weight:650;color:var(--fg-muted)}.kpi-value{font-size:1.6rem;font-weight:750;line-height:1.2;font-variant-numeric:tabular-nums}.kpi-note{font-size:.75rem;color:var(--fg-muted)}.kpis.compact{margin:0}.panels{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr)}.panelstack{display:grid;gap:1rem;align-content:start}@media(min-width:64rem){.panels{grid-template-columns:repeat(2,minmax(0,1fr))}.panels.single{grid-template-columns:minmax(0,1fr)}.panel.wide{grid-column:1 / -1}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;box-shadow:var(--shadow);min-width:0}.panel-head{display:flex;justify-content:space-between;align-items:start;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.panel h2{font-size:1.05rem;margin-bottom:.2rem}.panel-sub{color:var(--fg-muted);font-size:.85rem;margin:0;max-width:70ch}.btn.small{min-height:40px;font-size:.85rem;padding:0 .8rem}.bars{list-style:none;margin:0;padding:0;display:grid;gap:2px}.bars li{margin:0;max-width:none}.bar-row{display:grid;grid-template-columns:minmax(7rem,38%) 1fr 4.5rem;align-items:center;gap:.6rem;width:100%;min-height:40px;padding:.2rem .4rem;border:0;border-radius:8px;background:none;color:inherit;font:inherit;font-size:.9rem;text-align:start}button.bar-row{cursor:pointer}button.bar-row:hover{background:var(--surface-2)}.bars li.selected .bar-row{background:var(--accent-soft);font-weight:650}.bar-label{overflow-wrap:anywhere;line-height:1.3}.bar-note{color:var(--fg-muted);font-size:.8rem;font-weight:400}.bar-track{height:12px;background:var(--surface-2);border-radius:4px;overflow:hidden}.bar-fill{display:block;height:100%;background:var(--accent);border-radius:4px}.bar-value{text-align:end;font-variant-numeric:tabular-nums;font-weight:650}.tablewrap{overflow-x:auto}.dtable{width:100%;border-collapse:collapse;font-size:.9rem}.dtable th,.dtable td{text-align:start;padding:.45rem .5rem;border-bottom:1px solid var(--border);vertical-align:middle}.dtable thead th{color:var(--fg-muted);font-size:.8rem;font-weight:650;white-space:nowrap}.dtable tbody th{font-weight:600}.dtable .num{text-align:end;font-variant-numeric:tabular-nums;white-space:nowrap}.dtable tr.selected td,.dtable tr.selected th{background:var(--accent-soft)}.cell-note{display:block;font-size:.75rem;color:var(--fg-muted);font-weight:400}.sortbtn,.linkbtn{background:none;border:0;padding:.3rem 0;font:inherit;color:inherit;cursor:pointer;min-height:32px}.sortbtn{font-weight:650}.linkbtn{color:var(--accent);text-decoration:underline;text-underline-offset:2px;text-align:start}.meter{display:inline-block;width:3.5rem;height:8px;background:var(--surface-2);border-radius:4px;overflow:hidden;vertical-align:middle;margin-inline-end:.4rem}.meter>span{display:block;height:100%;background:var(--accent)}.tabletools{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;align-items:end}.tabletools label{flex:0 1 14rem}.mapwrap{position:relative;max-width:380px;margin:0 auto}.map{display:block;width:100%;height:auto;cursor:crosshair}.maptip{position:absolute;left:0;pointer-events:none;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:.4rem .6rem;font-size:.85rem;display:flex;flex-direction:column;white-space:nowrap;z-index:2}.gaplist{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:.5rem}.gaplist li{margin:0;max-width:none;border:1px solid var(--border);border-inline-start:4px solid var(--urgent);border-radius:var(--radius-sm);padding:.5rem .7rem;display:flex;flex-direction:column;font-size:.85rem;line-height:1.4}.gaplist strong{font-size:.95rem}.matrix{border-collapse:separate;border-spacing:2px;font-size:.85rem}.matrix th{text-align:start;font-weight:600;padding:.3rem .5rem;white-space:nowrap}.matrix thead th{color:var(--fg-muted);font-size:.78rem;vertical-align:bottom}.matrix .colhead{min-width:3.6rem;max-width:6.5rem;white-space:normal;line-height:1.25}.matrix td{padding:0;border-radius:4px}.matrix td button{width:100%;min-width:3.4rem;min-height:36px;border:0;background:none;color:var(--fg);font:inherit;font-variant-numeric:tabular-nums;cursor:pointer;border-radius:4px}.matrix td button:hover{outline:2px solid var(--fg);outline-offset:-2px}.matrix tr.selected th{color:var(--accent)}.ix-0{background:var(--ix-0)}.ix-1{background:var(--ix-1)}.ix-2{background:var(--ix-2)}.ix-3{background:var(--ix-3)}.ix-4{background:var(--ix-4)}.sq-0{background:var(--surface-2)}.sq-1{background:var(--sq-1)}.sq-2{background:var(--sq-2)}.sq-3{background:var(--sq-3)}.sq-4{background:var(--sq-4)}.legend{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.8rem;color:var(--fg-muted);margin-bottom:.6rem}.legend .ix{display:inline-block;width:1.1rem;height:1.1rem;border-radius:3px}.legend .ix-2,.legend .ix-3{margin-inline-start:.6rem}.dash-source{font-size:.8rem;color:var(--fg-muted);margin-top:1.5rem}
