:root{--bg:#0d1117;--surface:#161b22;--surface-2:#1c2430;--surface-3:#232d3b;--border:#2a3441;--border-soft:#202834;--text:#e6edf3;--text-dim:#9aa7b4;--text-faint:#939fab;--accent:#4fb8d8;--accent-soft:#12313d;--goal:#3fbf7f;--on-target:#4fb8d8;--off-target:#7d8894;--radius:8px;--radius-sm:5px;--maxw:68rem;--font:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--nav-h:3.75rem}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){--bg:#fff;--surface:#f6f8fa;--surface-2:#eef1f4;--surface-3:#e4e9ee;--border:#d6dde3;--border-soft:#e6ebef;--text:#10161c;--text-dim:#55606b;--text-faint:#5c666f;--accent:#0d6e8c;--accent-soft:#e2f0f5;--goal:#1c7a4a;--on-target:#0d6e8c;--off-target:#6f7a86}}:root[data-theme=light]{--bg:#fff;--surface:#f6f8fa;--surface-2:#eef1f4;--surface-3:#e4e9ee;--border:#d6dde3;--border-soft:#e6ebef;--text:#10161c;--text-dim:#55606b;--text-faint:#5c666f;--accent:#0d6e8c;--accent-soft:#e2f0f5;--goal:#1c7a4a;--on-target:#0d6e8c;--off-target:#6f7a86}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;padding-bottom:calc(var(--nav-h) + env(safe-area-inset-bottom));margin:0;font-size:16px;line-height:1.55}@media (width>=48rem){body{padding-bottom:2rem}}h1,h2,h3,h4{letter-spacing:-.02em;text-wrap:balance;margin:0;line-height:1.2}h1{font-size:clamp(1.5rem,4vw,2.1rem);font-weight:750}h2{font-size:clamp(1.15rem,2.5vw,1.4rem);font-weight:700}h3{font-size:1.02rem;font-weight:650}p{margin:0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.wrap{max-width:var(--maxw);flex-direction:column;gap:1.75rem;margin:0 auto;padding:1rem clamp(.85rem,3vw,1.5rem);display:flex}.stack{flex-direction:column;gap:.85rem;display:flex}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem}.muted{color:var(--text-dim);font-size:.88rem}.faint{color:var(--text-faint);font-size:.8rem}.num{font-variant-numeric:tabular-nums}.site-header{z-index:30;background:color-mix(in srgb, var(--bg) 88%, transparent);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header__inner{max-width:var(--maxw);align-items:center;gap:1rem;margin:0 auto;padding:.7rem clamp(.85rem,3vw,1.5rem);display:flex}.brand{letter-spacing:-.02em;color:var(--text);font-size:1.9rem;font-weight:750;line-height:1}.brand:hover{text-decoration:none}.brand span{color:var(--accent);font-size:1.18em;line-height:0}.top-nav{gap:.25rem;margin-left:auto;display:none}@media (width>=48rem){.top-nav{display:flex}}.top-nav a{color:var(--text-dim);border-radius:var(--radius-sm);padding:.4rem .7rem;font-size:.92rem;font-weight:550}.top-nav a:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.top-nav a[aria-current=page]{color:var(--text);background:var(--surface-2)}.theme-toggle{background:var(--surface-2);border:1px solid var(--border);color:var(--text-dim);border-radius:var(--radius-sm);cursor:pointer;flex:none;place-items:center;width:2.2rem;height:2.2rem;margin-left:auto;display:grid}@media (width>=48rem){.theme-toggle{margin-left:.5rem}}.theme-toggle:hover{color:var(--text);border-color:var(--accent)}.theme-toggle svg{width:1.05rem;height:1.05rem}.theme-toggle .icon-sun{display:none}:root[data-theme=light] .theme-toggle .icon-sun{display:block}:root[data-theme=light] .theme-toggle .icon-moon{display:none}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .theme-toggle .icon-sun{display:block}:root:not([data-theme=dark]) .theme-toggle .icon-moon{display:none}}.bottom-nav{z-index:40;background:color-mix(in srgb, var(--surface) 96%, transparent);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}@media (width>=48rem){.bottom-nav{display:none}}.bottom-nav a{height:var(--nav-h);color:var(--text-faint);letter-spacing:.02em;flex-direction:column;justify-content:center;align-items:center;gap:.15rem;font-size:.68rem;font-weight:550;display:flex}.bottom-nav a:hover{text-decoration:none}.bottom-nav a[aria-current=page]{color:var(--accent)}.bottom-nav svg{width:1.3rem;height:1.3rem}.crumbs{color:var(--text-faint);flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.82rem;display:flex}.crumbs a{color:var(--text-dim)}.crumbs .sep{opacity:.5}.table-scroll{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.88rem}thead th{background:var(--surface-2);color:var(--text-dim);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:.6rem .7rem;font-size:.68rem;font-weight:500;position:sticky;top:0}tbody td{border-bottom:1px solid var(--border-soft);white-space:nowrap;padding:.55rem .7rem}tbody tr:last-child td{border-bottom:none}tbody tr:nth-child(2n){background:color-mix(in srgb, var(--text) 3.5%, transparent)}tbody tr:hover{background:var(--surface-2)}td.n,th.n{text-align:right;font-variant-numeric:tabular-nums}td.rank,th.rank{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;width:1%;color:var(--text-faint);padding-left:.55rem;padding-right:.5rem}td.rank{font-size:.8rem}td.name{white-space:normal;min-width:9rem}.with-flag,.meta-line{align-items:center;gap:.45rem;display:flex}.with-flag>a{min-width:0}.src-warn{z-index:100;color:#fff;font-family:var(--mono);letter-spacing:.04em;border-top-right-radius:var(--radius-sm);background:#b3261e;align-items:baseline;gap:.5rem;padding:.4rem .8rem;font-size:.7rem;display:flex;position:fixed;bottom:0;left:0}.src-warn strong{letter-spacing:.08em;font-weight:700}.src-warn span{opacity:.85}@media (width<=48rem){.src-warn{bottom:3.5rem}}th.xg{color:var(--accent);font-weight:700}.tiles{grid-template-columns:repeat(auto-fit,minmax(6.5rem,1fr));gap:.6rem;display:grid}.tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.15rem;padding:.75rem .85rem;display:flex}.tile__value{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:1.45rem;font-weight:720;line-height:1.1}.tile__label{font-family:var(--mono);letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint);font-size:.63rem}.chips{flex-wrap:wrap;gap:.4rem;display:flex}.chip{background:var(--surface-2);border:1px solid var(--border);color:var(--text-dim);cursor:pointer;border-radius:999px;padding:.3rem .75rem;font-family:inherit;font-size:.8rem;font-weight:550}.chip:hover{color:var(--text);border-color:var(--accent)}.chip[aria-pressed=true]{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.chip__count{font-variant-numeric:tabular-nums;margin-left:.3rem;font-size:.92em}.entity-grid{grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:.6rem;display:grid}.entity{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);align-items:center;gap:.6rem;padding:.7rem .85rem;display:flex}.entity:hover{border-color:var(--accent);text-decoration:none}.entity__name{font-size:.92rem;font-weight:600}.entity__meta{color:var(--text-faint);font-size:.76rem}.note{background:var(--surface-2);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius-sm);color:var(--text-dim);padding:.8rem 1rem;font-size:.88rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:root{--role-g:#8b95a1;--role-d:#7fa6c2;--role-m:#63b3d9;--role-f:#4fc3e8}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){--role-g:#434d57;--role-d:#31647f;--role-m:#186f8c;--role-f:#0b7896}}:root[data-theme=light]{--role-g:#434d57;--role-d:#31647f;--role-m:#186f8c;--role-f:#0b7896}.role{letter-spacing:.02em;color:var(--text-dim);align-items:center;gap:.3rem;font-size:.72rem;font-weight:650;display:inline-flex}.role__badge{border-radius:var(--radius-sm);background:var(--surface-3);border:1px solid var(--border);place-items:center;min-width:1.85rem;padding:.1rem .3rem;display:inline-grid}.role__glove{opacity:.9;flex:none;width:.85em;height:.85em}.skip-link{z-index:100;background:var(--surface);border:1px solid var(--accent);border-radius:var(--radius-sm);color:var(--text);padding:.5rem .9rem;transition:top .15s;position:absolute;top:-3rem;left:.5rem}.skip-link:focus-visible{top:.5rem}.search-toggle{border-radius:var(--radius-sm);width:2.15rem;height:2.15rem;color:var(--text-dim);flex:none;justify-content:center;align-items:center;display:inline-flex}.search-toggle svg{width:1.15rem;height:1.15rem}.search-toggle:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.search-toggle[aria-expanded=true]{background:var(--surface-2);color:var(--text)}.header-search{border-top:1px solid var(--border);background:var(--surface)}.header-search[hidden]{display:none}.header-search__inner{max-width:var(--wrap,76rem);margin:0 auto;padding:.6rem 1rem .75rem}@media (prefers-reduced-motion:reduce){.skip-link{transition:none}}.sitesearch[data-astro-cid-7yy3665x]{position:relative}.sitesearch__label[data-astro-cid-7yy3665x]{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sitesearch__field[data-astro-cid-7yy3665x]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.6rem;padding:0 .85rem;display:flex}.sitesearch__field[data-astro-cid-7yy3665x]:focus-within{border-color:var(--accent)}.sitesearch--hero[data-astro-cid-7yy3665x] .sitesearch__field[data-astro-cid-7yy3665x]{background:var(--surface-2);border:1.5px solid color-mix(in srgb, var(--accent) 55%, transparent);box-shadow:0 0 0 4px var(--accent-soft);border-radius:12px;padding:.25rem 1.1rem}.sitesearch--hero[data-astro-cid-7yy3665x] .sitesearch__field[data-astro-cid-7yy3665x]:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb, var(--accent) 22%, transparent)}.sitesearch__icon[data-astro-cid-7yy3665x]{width:1.15rem;height:1.15rem;color:var(--text-faint);flex:none}.sitesearch--hero[data-astro-cid-7yy3665x] .sitesearch__icon[data-astro-cid-7yy3665x]{width:1.3rem;height:1.3rem;color:var(--accent)}.sitesearch__input[data-astro-cid-7yy3665x]{min-width:0;color:var(--text);font:inherit;background:0 0;border:0;flex:1;padding:.7rem 0}.sitesearch__input[data-astro-cid-7yy3665x]:focus{outline:none}.sitesearch__input[data-astro-cid-7yy3665x]::-webkit-search-cancel-button{cursor:pointer}.sitesearch--hero[data-astro-cid-7yy3665x] .sitesearch__input[data-astro-cid-7yy3665x]{padding:1.05rem 0;font-size:1.1rem}.sitesearch--hero[data-astro-cid-7yy3665x] .sitesearch__input[data-astro-cid-7yy3665x]::placeholder{color:var(--text-dim)}.sitesearch__submit[data-astro-cid-7yy3665x]{color:var(--text-faint);font:inherit;cursor:pointer;background:0 0;border:0;flex:none;padding:.35rem .2rem;font-size:.85rem}.sitesearch__submit[data-astro-cid-7yy3665x]:hover{color:var(--text)}.sitesearch--hero[data-astro-cid-7yy3665x] .sitesearch__submit[data-astro-cid-7yy3665x]{color:var(--accent);padding:.45rem .15rem .45rem .6rem;font-weight:600}.sitesearch__results[data-astro-cid-7yy3665x]{z-index:40;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);max-height:22rem;margin:.35rem 0 0;padding:.25rem;list-style:none;position:absolute;left:0;right:0;overflow-y:auto;box-shadow:0 12px 28px #00000047}.sitesearch__results[data-astro-cid-7yy3665x][hidden]{display:none}.sitesearch__results[data-astro-cid-7yy3665x] li{border-radius:var(--radius-sm)}.sitesearch__results[data-astro-cid-7yy3665x] a{color:var(--text);padding:.5rem .6rem;display:block}.sitesearch__results[data-astro-cid-7yy3665x] a:hover,.sitesearch__results[data-astro-cid-7yy3665x] li[data-active] a{background:var(--surface-2);text-decoration:none}.sitesearch__results[data-astro-cid-7yy3665x] .hit__name{align-items:center;gap:.45rem;font-size:1.12rem;font-weight:600;line-height:1.35;display:flex}.sitesearch__results[data-astro-cid-7yy3665x] .hit__flag{box-shadow:0 0 0 1px color-mix(in srgb, var(--text) 18%, transparent);border-radius:2px;flex:none}.sitesearch__results[data-astro-cid-7yy3665x] .hit__meta{color:var(--text-dim);font-size:.78rem;line-height:1.3;display:block}.sitesearch__status[data-astro-cid-7yy3665x]{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
