:root{--animation-duration: .1s;--line-height: 1.5}:root{--background-body: #fff;--background: #efefef;--background-alt: #f7f7f7;--selection: #9e9e9e;--text-main: #363636;--text-bright: #000;--text-muted: #70777f;--links: #0076d1;--focus: #0096bfab;--border: #dbdbdb;--code: #000;--button-base: #d0cfcf;--button-hover: #9b9b9b;--scrollbar-thumb: #aaa;--scrollbar-thumb-hover: var(--button-hover);--form-placeholder: #949494;--form-text: #1d1d1d;--variable: #39a33c;--highlight: #ff0}:where(html){scrollbar-color:var(--scrollbar-thumb) var(--background-body);scrollbar-width:thin}:where(body){font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;line-height:var(--line-height);max-width:50rem;margin:1.25rem auto;padding:0 .625rem;word-wrap:break-word;color:var(--text-main);background:var(--background-body);text-rendering:optimizeLegibility}:where(button,input,textarea){transition:background-color var(--animation-duration) linear,border-color var(--animation-duration) linear,color var(--animation-duration) linear,box-shadow var(--animation-duration) linear,transform var(--animation-duration) ease}:where(h1){font-size:2.2em;margin-top:0}:where(h1,h2,h3,h4,h5,h6){margin-bottom:.75rem;margin-top:1.5rem}:where(h1,h2,h3,h4,h5,h6,strong){color:var(--text-bright)}:where(h1,h2,h3,h4,h5,h6,b,strong,th){font-weight:600}:where(q:before){content:none}:where(q:after){content:none}:where(blockquote,q){border-left:.25rem solid var(--focus);margin:1.5em 0;padding:.5em 1em;font-style:italic}:where(blockquote>footer){font-style:normal;border:0}:where(blockquote cite){font-style:normal}:where(address){font-style:normal}:where(mark){background-color:var(--highlight);border-radius:.125rem;padding:0 .125rem;color:#000}:where(a>code,a>strong){color:inherit}:where(button,select,input[type=submit],input[type=reset],input[type=button],input[type=checkbox],input[type=range],input[type=radio]){cursor:pointer}:where(input,select){display:block}:where([type=checkbox],[type=radio]){display:initial}:where(input,button,textarea,select){color:var(--form-text);background-color:var(--background);font-family:inherit;font-size:inherit;margin-right:.375rem;margin-bottom:.375rem;padding:.625rem;border:none;border-radius:.375rem;outline:none}:where(button,input[type=submit],input[type=reset],input[type=button]){background-color:var(--button-base);padding-right:1.875rem;padding-left:1.875rem}:where(button:hover,input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover){background:var(--button-hover)}:where(input[type=color]){min-height:2rem;padding:.5rem;cursor:pointer}:where(input[type=checkbox],input[type=radio]){height:1em;width:1em}:where(input[type=radio]){border-radius:100%}:where(input){vertical-align:top}:where(label){vertical-align:middle;margin-bottom:.25rem;display:inline-block}:where(input:not([type=checkbox]):not([type=radio]),input[type=range],select,button,textarea){-webkit-appearance:none;-moz-appearance:none;appearance:none}:where(textarea){display:block;margin-right:0;box-sizing:border-box;resize:vertical}:where(textarea:not([cols])){width:100%}:where(textarea:not([rows])){min-height:2.5rem;height:8.75rem}:where(select){background:var(--background) var(--select-arrow) calc(100% - .75rem) 50% / .75rem no-repeat;padding-right:2.25rem}:where(select[multiple]){padding-right:.625rem;background-image:none;overflow-y:auto}:where(input:focus,select:focus,button:focus,textarea:focus){box-shadow:0 0 0 .125rem var(--focus)}:where(input[type=checkbox]:active,input[type=radio]:active,input[type=submit]:active,input[type=reset]:active,input[type=button]:active,input[type=range]:active,button:active){transform:translateY(.125rem)}:where(input:disabled,select:disabled,button:disabled,textarea:disabled){cursor:not-allowed;opacity:.5}:where(::placeholder){color:var(--form-placeholder)}:where(fieldset){border:1px var(--focus) solid;border-radius:.375rem;margin:0;margin-bottom:.75rem;padding:.625rem}:where(fieldset :is(h1,h2,h3,h4,h5,h6,p)){margin:0}:where(legend){font-size:.9em;font-weight:600}input[type=range]{margin:.625rem 0;padding:.625rem 0;background:transparent}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:.6rem;transition:var(--animation-duration);background:var(--background);border-radius:.1875rem}input[type=range]::-webkit-slider-thumb{height:1.25rem;width:1.25rem;border-radius:50%;background:var(--text-muted);-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin-top:-.45rem}input[type=range]:focus::-webkit-slider-runnable-track{background:var(--background)}input[type=range]::-moz-range-track{width:100%;height:.6rem;transition:var(--animation-duration);background:var(--background);border-radius:.1875rem}input[type=range]::-moz-range-thumb{height:1.25rem;width:1.25rem;border-radius:50%;background:var(--text-muted);border:none}:where(a){text-decoration:none;color:var(--links)}:where(a:hover){text-decoration:underline}:where(code,samp,time){background:var(--background);color:var(--code);padding:.15rem .3rem;border-radius:.375rem;font-size:1em}:where(pre>code){padding:.625rem;display:block;overflow-x:auto}:where(var){color:var(--variable);font-style:normal;font-family:monospace}:where(kbd){background:var(--background);border:1px solid var(--border);border-radius:.125rem;color:var(--text-main);padding:.125rem .25rem}:where(img,video){max-width:100%;height:auto}:where(hr){border:none;border-top:1px solid var(--border)}:where(::-webkit-scrollbar){height:.625rem;width:.625rem}:where(::-webkit-scrollbar-track){background:var(--background);border-radius:.375rem}:where(::-webkit-scrollbar-thumb){background:var(--scrollbar-thumb);border-radius:.375rem}:where(::-webkit-scrollbar-thumb:hover){background:var(--scrollbar-thumb-hover)}:where(::selection){background-color:var(--selection);color:var(--text-bright)}:where(dialog){background-color:var(--background-alt);color:var(--text-main);border:none;border-radius:.375rem;border-color:var(--border);padding:.625rem 1.875rem}:where(dialog>header:first-child){background-color:var(--background);border-radius:.375rem .375rem 0 0;margin:-.625rem 1.875rem .625rem;padding:.625rem;text-align:center}:where(dialog::backdrop){background:#0000009c;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}:where(footer){border-top:1px solid var(--border);padding-top:.625rem;color:var(--text-muted)}:where(body>footer){margin-top:2.5rem}@media print{:where(body,pre,code,summary,details,button,input,textarea){background-color:#fff}:where(button,input,textarea){border:1px solid #000}:where(body,h1,h2,h3,h4,h5,h6,pre,code,button,input,textarea,footer,summary,strong){color:#000}:where(summary::marker){color:#000}:where(summary::-webkit-details-marker){color:#000}:where(tbody tr:nth-child(2n)){background-color:#f2f2f2}:where(a){color:#00f;text-decoration:underline}}:where(table){border-collapse:collapse;margin-bottom:.625rem;width:100%;table-layout:fixed}:where(table caption){text-align:left}:where(td,th){padding:.375rem;text-align:left;vertical-align:top;word-wrap:break-word}:where(thead){border-bottom:1px solid var(--border)}:where(tfoot){border-top:1px solid var(--border)}:where(tbody tr:nth-child(2n)){background-color:var(--background)}:where(tbody tr:nth-child(2n) button){background-color:var(--background-alt)}:where(tbody tr:nth-child(2n) button:hover){background-color:var(--background-body)}:where(details){display:flex;flex-direction:column;align-items:flex-start;background-color:var(--background-alt);padding:.625rem .625rem 0;margin:1em 0;border-radius:.375rem;overflow:hidden}:where(details[open]){padding:.625rem}:where(details>:last-child){margin-bottom:0}:where(details[open] summary){margin-bottom:.625rem}:where(summary){display:list-item;background-color:var(--background);padding:.625rem;margin:-.625rem -.625rem 0;cursor:pointer;outline:none}:where(summary:hover,summary:focus){text-decoration:underline}:where(details>:not(summary)){margin-top:0}:where(summary::-webkit-details-marker){color:var(--text-main)}header.svelte-pog7r1{display:flex;flex-wrap:wrap;justify-content:space-between}header.svelte-pog7r1 form:where(.svelte-pog7r1){display:flex;align-self:flex-end}.sr-only.svelte-pog7r1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}main.svelte-pog7r1{display:flex;flex-direction:column;padding:1.5em 0;gap:2.5em}.repo.svelte-pog7r1{display:grid;grid-template-areas:"name indicator" "description description";grid-template-columns:auto 1fr;align-items:baseline;row-gap:1em;column-gap:1.5em}@media (max-width: 768px){.repo.svelte-pog7r1{grid-template-areas:"name" "indicator" "description";grid-template-columns:auto 1fr}}.repo_name.svelte-pog7r1{grid-area:name;margin:0}.repo_indicator.svelte-pog7r1{grid-area:indicator;display:flex;column-gap:1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.repo_description.svelte-pog7r1{grid-area:description;margin:0}.rounded.svelte-pog7r1{border-radius:9999px}.language.svelte-pog7r1:before{content:"";display:inline-block;width:.75em;height:.75em;border-radius:50%;margin-right:.5em;background-color:var(--language-color)}.star.svelte-pog7r1{color:inherit}.star.svelte-pog7r1:before{content:"⭐";display:inline-block;margin-right:.25em}.license.svelte-pog7r1:before{content:"⚖";display:inline-block;margin-right:.25em}nav.svelte-pog7r1{display:flex;justify-content:flex-end}
