:root{--color-primary: #2a4cdf;--color-on-primary: #fdfeff;--color-secondary: #008a67;--color-camels: #bf8a36;--color-warn: #ff6f00;background-color:#fdfeff;color:#1d1d1d}.nomad-ripple__ink{position:absolute;top:0;left:0;width:var(--ripple-size);height:var(--ripple-size);margin-left:calc(var(--ripple-size) / -2);margin-top:calc(var(--ripple-size) / -2);transform:translate(var(--ripple-x),var(--ripple-y)) scale(0);border-radius:50%;background:currentColor;opacity:.18;pointer-events:none;animation:nomad-ripple .5s ease-out forwards;z-index:0}@keyframes nomad-ripple{to{transform:translate(var(--ripple-x),var(--ripple-y)) scale(1);opacity:0}}.plugin-registry{--plugin-registry-accent: #2a4cdf;--plugin-registry-card-border: rgba(29, 29, 29, .12);--plugin-registry-card-hover-border: rgba(42, 76, 223, .5);--plugin-registry-chart-active-bg: rgba(42, 76, 223, .06);--plugin-registry-control-bg: #fdfeff;--plugin-registry-control-border: rgba(29, 29, 29, .15);--plugin-registry-control-hover-border: rgba(42, 76, 223, .5);--plugin-registry-button-hover-bg: rgba(42, 76, 223, .08);--plugin-registry-pie-empty-bg: rgba(29, 29, 29, .08);--plugin-registry-pie-center-bg: #fdfeff;display:block;margin-top:4rem;margin-bottom:6rem;color:#1d1d1d}.plugin-registry h1{margin:0 0 .5em;font-size:2.125rem;font-weight:700;line-height:1.2}.plugin-registry h2{margin:96px 0 .25em;color:#1d1d1d;font-size:1.875rem;font-weight:700;line-height:1.2}.plugin-registry>p{max-width:52rem;margin:0 0 1.5em;color:#1d1d1db3;font-size:1rem;line-height:1.6}.plugin-registry h2+p{margin-bottom:2em}.plugin-registry a{color:var(--plugin-registry-accent);font-weight:600}.plugin-registry-scope{max-width:52rem;margin:0;padding:16px 18px;border:1px solid var(--plugin-registry-card-border);border-radius:4px;background:#fdfeff;color:#1d1d1db3}.plugin-registry-scope p{max-width:none;margin:0}.plugin-registry-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5em;margin:0 0 2em}.plugin-registry-tab{position:relative;overflow:hidden;isolation:isolate;display:grid;grid-template-columns:1fr auto;gap:.6em 1em;align-items:start;padding:1.5em;border:1px solid var(--plugin-registry-card-border);border-radius:4px;background:#fdfeff;color:#1d1d1da6;font:inherit;text-align:left;cursor:pointer;transition:border-color .2s ease}.plugin-registry-tab span{color:#1d1d1d;font-size:1.125rem;font-weight:700;line-height:1.25}.plugin-registry-tab strong{color:#1d1d1da6;font-size:1rem;font-weight:700}.plugin-registry-tab small{grid-column:1/-1;color:#1d1d1da6;font-size:.9375em;line-height:1.5}.plugin-registry-tab:hover{border-color:var(--plugin-registry-card-hover-border)}.plugin-registry-tab:focus-visible{outline:2px solid #2a4cdf;outline-offset:2px}.plugin-registry-tab--active{border-color:#2a4cdf;background:var(--plugin-registry-chart-active-bg)}.plugin-registry-tab--active strong{color:#2a4cdf}.plugin-registry-dashboard{display:grid;grid-template-columns:1fr 1fr;gap:1.5em;margin:0 0 2em}.plugin-registry-dashboard--single{grid-template-columns:1fr}.plugin-registry-dashboard--single .plugin-registry-chart__legend{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:768px){.plugin-registry-dashboard--single .plugin-registry-chart__legend{grid-template-columns:1fr}}.plugin-registry-chart__panel{padding:1.5em;border:1px solid var(--plugin-registry-card-border);border-radius:4px;background:#fdfeff;transition:border-color .2s ease}.plugin-registry-chart__panel:hover,.plugin-registry-chart__panel:focus-within{border-color:var(--plugin-registry-card-hover-border)}.plugin-registry-chart__panel-title{display:flex;gap:1em;align-items:baseline;justify-content:space-between;margin:0 0 1em}.plugin-registry-chart__panel-title strong{color:#1d1d1dd9;font-weight:700}.plugin-registry-chart__panel-title span{color:#1d1d1d73;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.plugin-registry-chart__panel-content{display:grid;grid-template-columns:180px minmax(0,1fr);gap:24px;align-items:center}.plugin-registry-chart__pie-wrap{display:flex;justify-content:center}.plugin-registry-chart__pie{position:relative;display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:164px;min-width:164px;height:164px;aspect-ratio:1;overflow:hidden;border-radius:50%;background:var(--plugin-registry-pie-empty-bg)}.plugin-registry-chart__pie:after{position:absolute;width:62%;height:62%;border-radius:50%;background:var(--plugin-registry-pie-center-bg);content:""}.plugin-registry-chart__pie-total{position:relative;z-index:1;display:grid;justify-items:center;color:#1d1d1d;line-height:1}.plugin-registry-chart__pie-total strong{color:#1d1d1d;font-size:1.5rem;font-weight:700;line-height:1.1}.plugin-registry-chart__pie-total span{margin-top:.2em;color:#1d1d1d73;font-size:.75rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.plugin-registry-chart__legend{display:grid;gap:.25rem;min-width:0;max-height:280px;padding-right:4px;overflow-y:auto;scrollbar-width:thin}.plugin-registry-chart__legend-item{position:relative;overflow:hidden;isolation:isolate;display:grid;grid-template-columns:12px 1fr auto;gap:.5rem;align-items:center;min-width:0;min-height:32px;padding:4px 8px;border:0;border-radius:4px;background:transparent;color:#1d1d1db3;font:inherit;font-size:.8rem;text-align:left;cursor:pointer}.plugin-registry-chart__legend-item:hover{background:#2a4cdf14;color:#192e86}.plugin-registry-chart__legend-item:focus-visible{outline:2px solid #2a4cdf;outline-offset:-2px}.plugin-registry-chart__legend-item.plugin-registry-chart__legend-item--active{background:var(--plugin-registry-chart-active-bg);color:#192e86;font-weight:700}.plugin-registry-chart__legend-item.plugin-registry-chart__legend-item--active .plugin-registry-chart__legend-swatch{outline:1px solid rgba(42,76,223,.24)}.plugin-registry-chart__legend-item.plugin-registry-chart__legend-item--faded{color:#1d1d1d66}.plugin-registry-chart__legend-item.plugin-registry-chart__legend-item--faded .plugin-registry-chart__legend-swatch{opacity:.32}.plugin-registry-chart__legend-label{min-width:0;overflow-wrap:anywhere;word-break:break-word}.plugin-registry-chart__legend-swatch{width:12px;height:12px;border-radius:2px}.plugin-registry-chart__legend-value{font-weight:600}.plugin-registry-controls{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,240px);gap:16px 24px;align-items:end;margin:0 0 1.5em}.plugin-registry-search,.plugin-registry-sort{display:grid;gap:.5em}.plugin-registry-search>span,.plugin-registry-sort>span{color:#1d1d1d66;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.plugin-registry-search input,.plugin-registry-search select,.plugin-registry-sort input,.plugin-registry-sort select{box-sizing:border-box;width:100%;padding:.75em 1em;border:1px solid var(--plugin-registry-control-border);border-radius:4px;background:var(--plugin-registry-control-bg);color:#1d1d1d;font-family:inherit;font-size:.95rem}.plugin-registry-search input::placeholder,.plugin-registry-search select::placeholder,.plugin-registry-sort input::placeholder,.plugin-registry-sort select::placeholder{color:#1d1d1d66}.plugin-registry-search input:focus,.plugin-registry-search select:focus,.plugin-registry-sort input:focus,.plugin-registry-sort select:focus{border-color:#2a4cdf;outline:none;box-shadow:0 0 0 3px #2a4cdf1f}.plugin-registry-search__field{position:relative;display:block}.plugin-registry-search__field .material-icons{position:absolute;top:50%;left:.9em;color:#1d1d1d59;font-size:1.2rem;transform:translateY(-50%)}.plugin-registry-search__field input{padding-left:2.6em}.plugin-registry-filter-summary{display:flex;grid-column:1/-1;flex-wrap:wrap;gap:10px;align-items:center;color:#1d1d1da6;font-size:.9rem}.plugin-registry-chips{display:flex;flex:1 1 auto;flex-wrap:wrap;gap:8px}.plugin-registry-chip{position:relative;overflow:hidden;isolation:isolate;display:inline-flex;gap:4px;align-items:center;min-height:28px;padding:0 8px 0 12px;border:1px solid #2a4cdf;border-radius:20px;background:#2a4cdf;color:#fdfeff;font:inherit;font-size:.85rem;font-weight:600;cursor:pointer}.plugin-registry-chip .material-icons{font-size:16px}.plugin-registry-filter__clear{position:relative;overflow:hidden;isolation:isolate;padding:0;border:0;background:none;color:#2a4cdf;font:inherit;font-size:.875rem;font-weight:600;cursor:pointer}.plugin-registry-filter__clear[hidden]{display:none}.plugin-registry-filter__clear:hover{text-decoration:underline}.plugin-registry-notice{margin:0 0 1.5em;padding:2.5em 1em;color:#1d1d1d99;font-size:.95rem;line-height:1.5;text-align:center}.plugin-registry-notice[hidden]{display:none}.plugin-registry-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.92rem}.plugin-registry-table thead th{padding:0 .6rem .75rem;border-bottom:1px solid rgba(29,29,29,.12);color:#1d1d1d66;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-align:left;text-transform:uppercase}.plugin-registry-table tbody td{padding:.9rem .6rem;border-bottom:1px solid rgba(29,29,29,.12);vertical-align:top}.plugin-registry-table tbody .plugin-registry-row--open td{border-bottom-color:transparent;background:#2a4cdf08}.plugin-registry-table tbody .plugin-registry-row--details td{padding:1.25rem .6rem 1.5rem;background:transparent}.plugin-registry-table th:nth-child(1),.plugin-registry-table td:nth-child(1){width:33%}.plugin-registry-table th:nth-child(2),.plugin-registry-table td:nth-child(2){width:34%}.plugin-registry-table th:nth-child(3),.plugin-registry-table td:nth-child(3){width:13%}.plugin-registry-table th:nth-child(4),.plugin-registry-table td:nth-child(4){width:14%}.plugin-registry-table th:nth-child(5),.plugin-registry-table td:nth-child(5){width:6%}.plugin-registry-table small{color:#1d1d1da6}.plugin-registry-row--main{cursor:pointer}@media(hover:hover){.plugin-registry-row--main:hover td{background:#2a4cdf08}}.plugin-registry-row__plugin-heading{display:flex;gap:6px;align-items:flex-start;max-width:100%;min-width:0}.plugin-registry-row__plugin-name{min-width:0;overflow-wrap:anywhere;line-height:1.35}.plugin-registry-row__meta{display:flex;flex-wrap:wrap;gap:.35em .6em;align-items:center;margin-top:.4em;color:#1d1d1da6;font-size:.875rem}.plugin-registry-row__badges{display:inline-flex;flex:0 0 auto;gap:.5em;align-items:center;margin-left:auto;padding-left:.5em}.plugin-registry-row__stars{display:inline-flex;gap:.25em;align-items:center;min-height:1.25rem;color:#1d1d1dbf;font-size:.8rem;font-weight:700;line-height:1.4}.plugin-registry-row__stars .material-icons{color:#bf8a36;font-size:15px}.plugin-registry-row__links{display:flex;flex-wrap:wrap;gap:.35em .75em}.plugin-registry-row__links a{font-size:.875rem;font-weight:600}.plugin-registry-row__toggle-cell{text-align:right}.plugin-registry-row__toggle{position:relative;overflow:hidden;isolation:isolate;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin:-2px 0;padding:0;border:0;border-radius:50%;background:transparent;color:#1d1d1d66;cursor:pointer}.plugin-registry-row__toggle .material-icons{font-size:20px;transition:transform .2s ease}.plugin-registry-row__toggle:hover{color:#2a4cdf}.plugin-registry-row__toggle:focus-visible{outline:2px solid #2a4cdf;outline-offset:2px}.plugin-registry-row--open .plugin-registry-row__toggle .material-icons{transform:rotate(180deg)}.plugin-registry-owner-badge{display:inline-flex;flex:0 0 auto;align-items:center;min-height:1.25rem;padding:0 .65em;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.03em;line-height:1.4;white-space:nowrap}.plugin-registry-owner-badge--fairmat{background:#2a4cdf1a;color:#2a4cdf}.plugin-registry-owner-badge--community{background:#1d1d1d0f;color:#1d1d1d99}.plugin-registry-row--details[hidden]{display:none}.plugin-registry-detail{display:grid;grid-template-columns:11rem minmax(0,1fr);gap:.75em 1.5em;margin:0}.plugin-registry-detail dt{color:#1d1d1d66;font-size:.7rem;font-weight:700;letter-spacing:.1em;line-height:1.6;text-transform:uppercase}.plugin-registry-detail dd{min-width:0;margin:0;color:#1d1d1db3;font-size:.9375rem;line-height:1.5;overflow-wrap:anywhere}.plugin-registry-detail__tokens{display:flex;flex-wrap:wrap;gap:.4em}.plugin-registry-token{padding:3px 10px;border:1px solid rgba(29,29,29,.15);border-radius:20px;color:#1d1d1dbf;font-size:.8rem;font-weight:600}.plugin-registry-row__warnings{margin:1.25em 0 0;padding-top:1em;border-top:1px solid rgba(29,29,29,.12);color:#1d1d1da6;font-size:.88rem;line-height:1.5}@media(max-width:1024px){.plugin-registry-tabs{gap:1em}.plugin-registry-tab{padding:1.15em}.plugin-registry-dashboard,.plugin-registry-controls,.plugin-registry-chart__panel-content{grid-template-columns:1fr}.plugin-registry-chart__pie{width:146px;min-width:146px;height:146px}.plugin-registry-filter-summary{grid-column:auto}.plugin-registry-row__plugin-heading{flex-wrap:wrap}.plugin-registry-row__badges{margin-left:0;padding-left:0}}@media(max-width:768px){.plugin-registry{margin-top:2.5rem;margin-bottom:4.5rem}.plugin-registry h2{margin-top:64px}.plugin-registry-tabs{grid-template-columns:1fr;gap:.75em}.plugin-registry-tab{gap:.3em .75em;padding:.85em 1em}.plugin-registry-tab span{font-size:1rem}.plugin-registry-tab small{font-size:.875rem;line-height:1.45}.plugin-registry-table{display:block;font-size:.9rem}.plugin-registry-table thead{display:none}.plugin-registry-table tbody,.plugin-registry-table tbody tr{display:block}.plugin-registry-table tbody tr[hidden]{display:none}.plugin-registry-table tbody td{display:block;padding:0;border:0;background:transparent}.plugin-registry-table th:nth-child(1),.plugin-registry-table td:nth-child(1),.plugin-registry-table th:nth-child(2),.plugin-registry-table td:nth-child(2),.plugin-registry-table th:nth-child(3),.plugin-registry-table td:nth-child(3),.plugin-registry-table th:nth-child(4),.plugin-registry-table td:nth-child(4),.plugin-registry-table th:nth-child(5),.plugin-registry-table td:nth-child(5){width:auto}.plugin-registry-table tbody .plugin-registry-row--main{position:relative;padding:1rem 2.25rem 1.15rem 0;border-bottom:1px solid rgba(29,29,29,.12)}.plugin-registry-table tbody .plugin-registry-row--main td+td{margin-top:.6rem}.plugin-registry-table tbody .plugin-registry-row--open{background:#2a4cdf08;border-bottom-color:transparent}.plugin-registry-table tbody .plugin-registry-row--open td,.plugin-registry-table tbody .plugin-registry-row--main:hover td{background:transparent}.plugin-registry-table tbody .plugin-registry-row--details td{padding:0 0 1.25rem}.plugin-registry-table td[data-label]{display:flex;flex-wrap:wrap;gap:.15rem .6rem;align-items:baseline}.plugin-registry-table td[data-label]:before{content:attr(data-label);color:#1d1d1d66;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.plugin-registry-table .plugin-registry-row__toggle-cell{position:absolute;top:.85rem;right:0;margin:0}.plugin-registry-detail{grid-template-columns:1fr;gap:.25em}.plugin-registry-detail dd+dt{margin-top:.75em}}
