@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,400&family=Roboto&display=swap";body{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box;font-family:Nunito,sans-serif;border:none}div,span,a,button,input,textarea{font-size:1rem;font-weight:600}li{margin-left:1.5rem}button{cursor:pointer;border:none;background-color:transparent;font-family:inherit;font-size:inherit;color:inherit}button:disabled{cursor:default;-webkit-user-select:none;user-select:none}input{font-family:inherit;font-size:inherit;background-color:transparent;color:var(--text-color)}:focus{outline:none}::selection{background:rgba(var(--primary-var),.8);color:var(--text-color)}label{-webkit-user-select:none;user-select:none}blockquote{border-left:.3rem solid var(--quote-color);padding-left:.5rem;margin:.5rem 0 .5rem .5rem}.md-spoiler-text{background:var(--text-color);transition:background-color .5s ease;transition-delay:9999999s}.md-spoiler-text *{opacity:0;transition:opacity .5s ease;transition-delay:9999999s}.md-spoiler-text:hover{background:inherit;transition-delay:.25s}.md-spoiler-text:hover *{opacity:1;transition-delay:.1s}input[type=checkbox]{display:none}input[type=checkbox]:checked+label{background:var(--primary)}input[type=checkbox]:checked+label:before{opacity:1}input[type=checkbox]:disabled+label{opacity:.5}input[type=checkbox]+label{--size: 1.25em;width:var(--size);min-width:var(--size);height:var(--size);background:var(--input-element-bg);border-radius:.25rem;display:inline-block;box-sizing:border-box;position:relative;cursor:pointer;transition:background-color .25s ease}input[type=checkbox]+label:before{content:"";position:absolute;width:60%;height:27%;border-bottom:4px solid var(--text-on-primary);border-left:4px solid var(--text-on-primary);transform:translateY(-76%) translate(-52%) rotate(-45deg);margin-top:50%;margin-left:50%;opacity:0;transition:opacity .25s ease}label:is(:hover,:focus)+input[type=checkbox]+label:before,input[type=checkbox]+label:is(:hover,:focus):before{opacity:.333}a{color:var(--link-color);text-decoration:none;filter:brightness(1);transition:filter .2s ease;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}a:hover{filter:brightness(1.1)}a:active{filter:brightness(.9)}p{margin-block-start:1em;margin-block-end:1em}table{border-collapse:collapse;margin:.75rem 0;table-layout:fixed;width:100%}td,th{padding:.3rem}thead>tr{background:var(--table-header-bg)}thead th{border:1px solid var(--table-header-divider);border-top-width:0;border-bottom-width:0;padding:.6rem .4rem}thead th:first-child{border-left-width:0;border-top-left-radius:.5rem}thead th:last-child{border-right-width:0;border-top-right-radius:.5rem}tbody>tr{transition:background-color .1s ease}tbody>tr:nth-child(2n){background:var(--table-row-alt-bg)}tbody>tr:last-child td:first-child{border-bottom-left-radius:.5rem}tbody>tr:last-child td:last-child{border-bottom-right-radius:.5rem}tbody>tr:hover{background:var(--table-row-hover-bg)}td code{line-break:anywhere}.pane{padding:1rem;background:var(--bg-el1-color);border:1px solid var(--border-color);border-radius:1rem}.home-button img{width:2rem;height:2rem}:root{--scale: 1;--primary-var: 240, 128, 128;--image-height-limited: 70vh;--border-color: rgb(128 128 128 / 14%);--v-widthM: 50rem;--v-widthL: 60rem;background-color:var(--bg-color);color:var(--text-color)}:root:not(.theme-override){--bg-color: #121212;--bg-el1-color: #1f1f1f;--bg-el2-color: #292929;--text-color: #e4e4e4;--text-on-primary: var(--text-color);--primary: lightcoral;--primary-contrast: #e65d5d;--shadow-color: #0000009c;--dark-shadow-color: black;--controls-bg: #121212ad;--controls-color: var(--text-color);--controls-link-color: var(--link-color);--progress-bar-color: var(--primary);--progress-bar-tip: var(--text-color);--primary-faint: #875e5e;--primary-transparent: #f07f7f80;--link-color: #7da3f9;--switcher-bg-hover: #333333;--switcher-bg-active: #404040;--switcher-bg-selected: #616161;--divider-color: var(--border-color);--user-admin-bg: darkred;--user-admin-color: #ff3939;--user-mod-bg: green;--user-mod-color: lightgreen;--cancel-btn-bg: #5b5b5b;--upvote-hover: #efc77b;--upvote-filled: orange;--downvote-hover: #99abe3;--downvote-filled: royalblue;--transparent-btn-hover: #ffffff1a;--transparent-btn-active: #ffffff40;--input-element-bg: #4a4a4a;--scrollbar-color: #e4e4e4a6;--scrollbar-color-hover: #e4e4e4;--code-bg: #363636;--table-header-bg: #4e4e4e;--table-header-divider: #2d2d2d;--table-row-alt-bg: #313131;--table-row-hover-bg: #3e3e3e;--tooltip-bg: black;--quote-color: cornflowerblue;--error: #c30101;--comment-collapser-bg: rgba(4, 4, 4, .6);--comment-collapser-hover-bg: rgba(0, 0, 0, .8);--header-bg: var(--bg-color);--header-stroke: var(--text-color);--fab-root-filter: grayscale(1) brightness(.5) opacity(.65);--fab-root-filter-active: grayscale(1) brightness(.4) opacity(1);--fab-root-shadow: var(--shadow-color)}:root.theme-override.theme-light{--bg-color: #ffffff;--bg-el1-color: var(--bg-color);--bg-el2-color: #f1f1f1;--text-color: #2c2c2c;--text-on-primary: white;--primary-contrast: #f57272;--primary: #ff4747;--shadow-color: #0000000d;--dark-shadow-color: #0000006d;--controls-bg: #121212ad;--controls-color: #e4e4e4;--controls-link-color: #7da3f9;--progress-bar-color: lightcoral;--progress-bar-tip: #e4e4e4;--primary-faint: #875e5e;--primary-transparent: #f07f7f80;--link-color: #5589ff;--switcher-bg-hover: #ebebeb;--switcher-bg-active: #dcdcdc;--switcher-bg-selected: #c4c4c4;--divider-color: var(--border-color);--user-admin-bg: darkred;--user-admin-color: #cf0808;--user-mod-bg: green;--user-mod-color: #31cd31;--cancel-btn-bg: #5b5b5b;--upvote-hover: #e29709;--upvote-filled: orange;--downvote-hover: #547eff;--downvote-filled: royalblue;--transparent-btn-hover: #00000009;--transparent-btn-active: #00000018;--input-element-bg: var(--bg-el2-color);--scrollbar-color: #a3a3a3a6;--scrollbar-color-hover: #a3a3a3d9;--code-bg: var(--bg-el2-color);--table-header-bg: #e0e0e0;--table-header-divider: var(--border-color);--table-row-alt-bg: #f5f5f5;--table-row-hover-bg: #eaeaea;--tooltip-bg: white;--quote-color: cornflowerblue;--error: #bf0000;--comment-collapser-bg: rgba(4, 4, 4, .15);--comment-collapser-hover-bg: rgba(0, 0, 0, .25);--header-bg: var(--bg-color);--header-stroke: #c3c3c4;--fab-root-filter: grayscale(1) brightness(1) opacity(.3);--fab-root-filter-active: grayscale(1) brightness(1) opacity(.5);--fab-root-shadow: #00000026}.row{display:flex}.title-row{width:100%;justify-content:space-between}.title-row>:global(*){flex:initial}.hidden{display:none!important}.transparent-button{background-color:unset;border-radius:50%;transition:background-color .25s ease}.transparent-button:where(:hover,:focus-visible){background-color:var(--transparent-btn-hover)}.transparent-button:active{background-color:var(--transparent-btn-active)}.download-tool{display:flex;flex-direction:column;justify-content:space-between;width:min(100%,50rem);min-height:100vh;margin:0 auto;padding:1rem;font-size:1.2rem}.hidden{display:none}.controls{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.controls>.spacer{height:.5rem}.row{display:flex;flex-direction:row;align-items:center;gap:.5rem}.row>.spacer{width:1rem}.name-row{width:100%}.name-row>.info{flex-grow:1;text-align:right;font-size:.9em;font-weight:400}button.download-type{padding:.25rem .5rem;border-radius:.25rem;border:1px solid var(--border-color);background-color:var(--background-color);color:var(--text-color);transition:background-color .2s}button.download-type:hover,button.download-type:focus-visible{background-color:var(--bg-el1-color)}button.download-type.active,button.download-type:active{background-color:var(--bg-el2-color)}button.main-action{padding:.25rem 1rem;border-radius:2rem;transition:background-color .2s;font-size:1.25rem}button.main-action.primary{background-color:var(--text-color);color:var(--bg-color)}button.main-action.secondary{border:2px solid var(--text-color);color:var(--text-color)}button.main-action:disabled{opacity:.5}input.date{width:8rem}.error.big{font-size:1.5rem;color:var(--error);text-align:center}.archive-stream-feedback.svelte-nd3mxm.svelte-nd3mxm{width:100%}.row.svelte-nd3mxm.svelte-nd3mxm{align-items:center;justify-content:space-between}.row.svelte-nd3mxm.svelte-nd3mxm:not(.progress){padding:0 1rem}.progress.svelte-nd3mxm.svelte-nd3mxm{--percent:0%;width:100%;height:2.5rem;margin:.5rem 0;border-radius:2rem;border:1px solid var(--primary);padding:0 .75rem;display:flex;position:relative}.progress.svelte-nd3mxm.svelte-nd3mxm:before{content:"";position:absolute;top:-1px;left:-2px;display:block;min-width:2rem;width:calc(var(--percent) + 2px);height:calc(100% + 2px);background-color:var(--primary);border-radius:2rem;transition:width .75s ease}.progress.svelte-nd3mxm .date.svelte-nd3mxm{color:var(--text-color);position:relative}
