:root{--focus-inner-color:var(--border-color);--focus-outer-color:var(--body-color)}@media (prefers-color-scheme:light){:root{--body-bg:#fff;--body-color:#212529;--link-color:#0d6efd;--secondary-color:#212529bf;--border-color:#dee2e6;--table-striped-bg:#f2f2f2;--row-bg--hover:#fff3cd;--btn-text-color:var(--body-color);--btn-border-color:var(--body-color);--btn-bg-color:var(--body-bg);--btn-text-color--hover:var(--body-bg);--btn-border-color--hover:var(--body-color);--btn-bg-color--hover:var(--body-color);--shadow:0 0 10px #0003;--backdrop:#00000080}}@media (prefers-color-scheme:dark){:root{--body-bg:#212529;--body-color:#adb5bd;--link-color:#6ea8fe;--secondary-color:#adb5bdbf;--border-color:#495057;--table-striped-bg:#2c3034;--row-bg--hover:#000032;--btn-text-color:var(--body-color);--btn-border-color:var(--body-color);--btn-bg-color:var(--body-bg);--btn-text-color--hover:var(--body-bg);--btn-border-color--hover:var(--body-color);--btn-bg-color--hover:var(--body-color);--shadow:0 0 15px #00000080, 0 0 3px #ffffff1a;--backdrop:#000000b3}}:focus{box-shadow:0 0 0 2px var(--focus-inner-color), 0 0 0 4px var(--focus-outer-color);outline:none}:focus:not(:focus-visible){box-shadow:none;outline:none}:focus-visible{box-shadow:0 0 0 2px var(--focus-inner-color), 0 0 0 4px var(--focus-outer-color);outline:none}body{color:var(--body-color);background-color:var(--body-bg);margin:0;font-family:JetBrains Mono,Menlo,Consolas,monospace;font-size:1rem;line-height:1}*,:after,:before{font-family:inherit;line-height:inherit;box-sizing:border-box}a{color:var(--link-color)}@media (hover:hover){a:hover{text-decoration:none}}h4{margin:.5rem 0}code{color:var(--body-bg);white-space:nowrap;background-color:var(--body-color);border-radius:2px;padding:0 .25rem}svg{vertical-align:top}.container{max-width:960px;margin-inline:auto}.full-height{min-height:100vh;padding:0 .5rem}dialog{padding:.5rem}@media (hover:hover){summary:hover{cursor:pointer}}.mt{margin-top:.5rem}.flex-column{flex-direction:column;gap:.5rem;display:flex}.flex-row{flex-direction:row;gap:.5rem;display:flex}.input,.select{width:100%;height:40px;font-family:inherit;font-size:inherit;color:inherit;border:2px solid var(--border-color);background-color:var(--body-bg);border-radius:0;padding-inline:.5rem}.input--filled,.select{border-color:var(--body-color)}.select-wrapper{position:relative}.select-wrapper:after{content:"";pointer-events:none;background-color:currentColor;width:10px;height:10px;position:absolute;top:50%;right:10px;transform:translateY(-50%);-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" fill=\"none\"><path fill=\"black\" fill-rule=\"evenodd\" d=\"M233.687 463.704a42.677 42.677 0 0 1-15.876-15.876L35.333 128.492c-11.691-20.46-4.583-46.523 15.876-58.214a42.668 42.668 0 0 1 21.169-5.621h364.955c23.564 0 42.667 19.102 42.667 42.666a42.668 42.668 0 0 1-5.622 21.169L291.901 447.828c-11.691 20.46-37.755 27.567-58.214 15.876Z\" clip-rule=\"evenodd\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" fill=\"none\"><path fill=\"black\" fill-rule=\"evenodd\" d=\"M233.687 463.704a42.677 42.677 0 0 1-15.876-15.876L35.333 128.492c-11.691-20.46-4.583-46.523 15.876-58.214a42.668 42.668 0 0 1 21.169-5.621h364.955c23.564 0 42.667 19.102 42.667 42.666a42.668 42.668 0 0 1-5.622 21.169L291.901 447.828c-11.691 20.46-37.755 27.567-58.214 15.876Z\" clip-rule=\"evenodd\"/></svg>");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.select-wrapper--disabled{opacity:.5;cursor:not-allowed}.select{appearance:none}::placeholder{color:var(--secondary-color)}.fade-in{animation:.3s forwards fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-out{animation:.3s forwards fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.slide-right-in{animation:.3s forwards slideRightIn}@keyframes slideRightIn{0%{transform:translate(100%)}to{transform:translate(0)}}.slide-right-out{animation:.3s forwards slideRightOut}@keyframes slideRightOut{0%{transform:translate(0)}to{transform:translate(100%)}}.slide-left-in{animation:.3s forwards slideLeftIn}@keyframes slideLeftIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.slide-left-out{animation:.3s forwards slideLeftOut}@keyframes slideLeftOut{0%{transform:translate(0)}to{transform:translate(-100%)}}.slide-top-in{animation:.3s forwards slideTopIn}@keyframes slideTopIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.slide-top-out{animation:.3s forwards slideTopOut}@keyframes slideTopOut{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.slide-bottom-in{animation:.3s forwards slideBottomIn}@keyframes slideBottomIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.slide-bottom-out{animation:.3s forwards slideBottomOut}@keyframes slideBottomOut{0%{transform:translateY(0)}to{transform:translateY(100%)}}.header{z-index:10;background-color:var(--body-bg);position:sticky;top:0}.header__content{border-bottom:2px solid var(--body-color);justify-content:space-between;padding:.5rem;display:flex}.logo{color:var(--btn-text-color);cursor:pointer;background:0 0;border:none;padding:0;font-size:40px}.logo--fallback span{display:inline-block;transform:rotate(180deg)}.counter{text-align:center;border:2px solid var(--body-color);border-radius:50px;justify-content:center;align-items:center;min-width:40px;min-height:40px;padding:0 .5rem;display:none}@media (width>=375px){.counter{display:flex}}.burger{background:0 0;border:none;width:40px;height:40px;padding:6px;position:relative}@media (hover:hover){.burger:hover{cursor:pointer}.burger:hover span:first-child{top:8px}.burger:hover span:nth-child(3){top:28px}}.burger span{background-color:var(--body-color);width:28px;height:2px;transition:all .3s;display:block;position:absolute}.burger span:first-child{top:10px}.burger span:nth-child(2){top:18px}.burger span:nth-child(3){top:26px}.loader{width:80px;height:80px;display:block}.loader--fixed{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lds-spinner{width:80px;height:80px;display:inline-block;position:relative}.lds-spinner div{transform-origin:40px 40px;animation:1.2s linear infinite lds-spinner}.lds-spinner div:after{content:" ";background-color:var(--body-color);border-radius:20%;width:6px;height:18px;display:block;position:absolute;top:3px;left:37px}.lds-spinner div:first-child{animation-delay:-1.1s;transform:rotate(0)}.lds-spinner div:nth-child(2){animation-delay:-1s;transform:rotate(30deg)}.lds-spinner div:nth-child(3){animation-delay:-.9s;transform:rotate(60deg)}.lds-spinner div:nth-child(4){animation-delay:-.8s;transform:rotate(90deg)}.lds-spinner div:nth-child(5){animation-delay:-.7s;transform:rotate(120deg)}.lds-spinner div:nth-child(6){animation-delay:-.6s;transform:rotate(150deg)}.lds-spinner div:nth-child(7){animation-delay:-.5s;transform:rotate(180deg)}.lds-spinner div:nth-child(8){animation-delay:-.4s;transform:rotate(210deg)}.lds-spinner div:nth-child(9){animation-delay:-.3s;transform:rotate(240deg)}.lds-spinner div:nth-child(10){animation-delay:-.2s;transform:rotate(270deg)}.lds-spinner div:nth-child(11){animation-delay:-.1s;transform:rotate(300deg)}.lds-spinner div:nth-child(12){animation-delay:0s;transform:rotate(330deg)}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.btn{min-width:220px;font-size:inherit;color:var(--btn-text-color);-webkit-user-select:none;user-select:none;border:2px solid var(--btn-border-color);background-color:var(--btn-bg-color);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.375rem;text-decoration:none;transition:all .3s;display:flex}@media (hover:hover){.btn:hover{color:var(--btn-text-color--hover);background-color:var(--btn-bg-color--hover);border-color:var(--btn-border-color--hover);cursor:pointer}}.btn--danger{--btn-text-color:#dc3545;--btn-border-color:#dc3545;--btn-bg-color--hover:#bb2d3b;--btn-border-color--hover:#b02a37}.btn--small{min-width:unset;width:44px}.btn--with-icon{padding-top:.3125rem;padding-bottom:.3125rem}.btn--icon{min-width:unset;border:none;padding:0}.btn--icon svg{transition:all .3s}@media (hover:hover){.btn--icon:hover{color:var(--btn-text-color);background:0 0}.btn--icon:hover svg{transform:scale(1.1)}}.btn[disabled]{color:var(--border-color);border-color:var(--border-color);pointer-events:none}.table{margin:.5rem}@media (width>=576px){.table{border:2px solid var(--border-color);max-height:calc(100vh - 102px - 1.5rem);overflow:auto}}.narrow{width:10px}table{border-spacing:0;display:block}@media (width>=576px){table{width:100%;display:table}}table ul{margin:0;padding-left:20px;line-height:1.2}thead{display:none}@media (width>=576px){thead{display:table-header-group}}thead th[data-sort-column]{-webkit-user-select:none;user-select:none}@media (hover:hover){thead th[data-sort-column]:hover{cursor:pointer}}thead th[data-sort-direction]:after{padding-left:3px;font-size:.7em;line-height:.7em}thead th[data-sort-direction=asc]:after{content:"▲"}thead th[data-sort-direction=desc]:after{content:"▼"}@media (width>=576px){thead th{z-index:2;color:var(--body-color);border-bottom:2px solid var(--border-color);background-color:var(--body-bg);position:sticky;top:0;left:-2px}}tbody{gap:.5rem;display:grid}@media (width>=576px){tbody{display:table-row-group}tbody td[data-qa=website]{z-index:1;background-color:inherit;transition:none;position:sticky;left:-2px}tbody td[data-qa=website]:after{content:"";background-color:var(--border-color);width:2px;display:block;position:absolute;top:0;bottom:0;right:-2px}}tr{border:2px solid var(--border-color);background-color:var(--table-striped-bg);transition:all .3s;display:block}tr:nth-child(2n){background-color:var(--body-bg)}@media (width>=576px){tr{border:none;display:table-row}}@media (hover:hover){tr:hover{color:var(--body-color);background-color:var(--row-bg--hover)}}@media (width>=576px){tr+tr td,tr+tr th{border-top:2px solid var(--border-color)}}th,td{text-align:left;word-break:break-word;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;transition:background-color .3s;display:flex}th:before,td:before{content:attr(data-title);font-weight:700}@media (width>=576px){th,td{white-space:pre;border-bottom:none;gap:0;display:table-cell}th:before,td:before{display:none}}td+td,th+th,td+th,th+td{border-top:2px solid var(--border-color)}@media (width>=576px){td+td,th+th,td+th,th+td{border-top:none}td+td,th+th{border-left:2px solid var(--border-color)}}.pagination{-webkit-user-select:none;user-select:none;flex-direction:column;gap:.5rem;margin:.5rem;display:flex}.pagination .select-wrapper{min-width:70px}@media (width>=576px){.pagination{flex-direction:row;justify-content:space-between}}.pagination__per-page,.pagination__buttons{justify-content:center;align-items:center;gap:.5rem;display:flex}.tags{flex-direction:column;gap:.5rem;display:flex}.tags .tags-list{flex-flow:column}.tags-list{flex-wrap:wrap;gap:.25rem .5rem;margin:0;padding:0;list-style:none;display:flex}.icon{width:30px;height:30px;color:var(--body-color);border:2px solid var(--body-color);background-color:var(--body-bg);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:background-color .3s,color .3s;display:flex}@media (hover:hover){.icon:hover{cursor:pointer}}.checkbox{vertical-align:middle;align-items:center;gap:.1875rem;transition:all .3s;display:inline-flex;position:relative}@media (hover:hover){.checkbox:hover{cursor:pointer}}.checkbox.disabled{opacity:.2;-webkit-user-select:none;user-select:none;pointer-events:none}.checkbox__input{clip:rect(1px, 1px, 1px, 1px);color:#fff0!important;pointer-events:none!important;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.checkbox__input:checked~.checkbox__icon:before{opacity:1}.checkbox__input:focus~.checkbox__icon{box-shadow:0 0 0 2px var(--focus-inner-color), 0 0 0 4px var(--focus-outer-color);outline:none}.checkbox__input:focus:not(:focus-visible)~.checkbox__icon{box-shadow:none;outline:none}.checkbox__input:focus-visible~.checkbox__icon{box-shadow:0 0 0 2px var(--focus-inner-color), 0 0 0 4px var(--focus-outer-color);outline:none}.checkbox__icon{border:2px solid var(--body-color);background-color:var(--body-bg);flex-shrink:0;width:20px;height:20px;display:block;position:relative}.checkbox__icon:before{content:"";opacity:0;background-color:var(--body-color);width:70%;height:70%;transition:opacity .15s;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox__label{font-size:1rem}.ts-checkbox{vertical-align:middle;align-items:center;gap:.1875rem;transition:all .3s;display:inline-flex;position:relative}@media (hover:hover){.ts-checkbox:hover{cursor:pointer}}.ts-checkbox.disabled{opacity:.2;-webkit-user-select:none;user-select:none;pointer-events:none}.ts-checkbox.ts-checkbox--include,.ts-checkbox.ts-checkbox--include .ts-checkbox__icon{border-color:#198754}.ts-checkbox.ts-checkbox--include .ts-checkbox__icon:before,.ts-checkbox.ts-checkbox--include .ts-checkbox__icon:after{opacity:1;background-color:#198754}.ts-checkbox.ts-checkbox--include .ts-checkbox__label{color:#198754}.ts-checkbox.ts-checkbox--exclude,.ts-checkbox.ts-checkbox--exclude .ts-checkbox__icon{border-color:#dc3545}.ts-checkbox.ts-checkbox--exclude .ts-checkbox__icon:after{opacity:1;background-color:#dc3545}.ts-checkbox.ts-checkbox--exclude .ts-checkbox__label{color:#dc3545}.ts-checkbox__input{clip:rect(1px, 1px, 1px, 1px);color:#fff0!important;pointer-events:none!important;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.ts-checkbox__input:focus~.ts-checkbox__icon{box-shadow:0 0 0 2px var(--focus-inner-color), 0 0 0 4px var(--focus-outer-color);outline:none}.ts-checkbox__input:focus:not(:focus-visible)~.ts-checkbox__icon{box-shadow:none;outline:none}.ts-checkbox__input:focus-visible~.ts-checkbox__icon{box-shadow:0 0 0 2px var(--focus-inner-color), 0 0 0 4px var(--focus-outer-color);outline:none}.ts-checkbox__icon{border:2px solid var(--body-color);background-color:var(--body-bg);flex-shrink:0;width:20px;height:20px;display:block;position:relative}.ts-checkbox__icon:before,.ts-checkbox__icon:after{content:"";opacity:0;background-color:var(--body-color);transition:opacity .15s;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ts-checkbox__icon:before{width:2px;height:70%}.ts-checkbox__icon:after{width:70%;height:2px}.ts-checkbox__label{font-size:1rem}.table .tags-list .ts-checkbox{border:2px solid var(--body-color);padding:.1875rem}.customize-columns{flex-direction:column;gap:.25rem;margin-top:.5rem;margin-bottom:.5rem;padding:0;list-style:none;display:flex}.images{flex-direction:column;gap:.5rem;display:flex;position:relative}@media (width>=768px){.images{flex-direction:row}}.images .loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.images__item{object-fit:contain;height:100px}@media (hover:hover){.images__item:hover{cursor:pointer}}.toast-container{z-index:11;flex-direction:column;gap:.5rem;display:flex;position:fixed;top:calc(58px + .5rem);right:.5rem}.toast{max-width:16rem;min-height:36px;color:var(--body-color);border:2px solid var(--border-color);background-color:var(--body-bg);box-shadow:4px 4px var(--body-color);opacity:0;pointer-events:none;padding:.5rem;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),opacity .3s;transform:translate(100%)}.toast--success{color:#198754;border-color:#198754}.toast.show{opacity:1;transform:translate(0)}.toast.hide{opacity:0;transform:translate(100%)}.primary-color{display:flex}.primary-color__inner{align-items:center;gap:.25rem;display:flex}.color-preview{border:2px solid var(--btn-border-color);width:20px;height:20px;display:block}.drawer-backdrop{z-index:99;background-color:var(--backdrop);width:100%;height:100%;position:fixed;top:0;left:0}.drawer{z-index:100;background-color:var(--body-bg);width:100%;min-width:300px;height:100%;min-height:300px;box-shadow:var(--shadow);flex-direction:column;display:flex;position:fixed}.drawer :focus{box-shadow:0 0 0 2px var(--focus-inner-color), 0 0 0 4px var(--focus-outer-color);outline:none}.drawer :focus:not(:focus-visible){box-shadow:none;outline:none}.drawer :focus-visible{box-shadow:0 0 0 2px var(--focus-inner-color), 0 0 0 4px var(--focus-outer-color);outline:none}.drawer--top{border-bottom:2px solid var(--border-color);top:0;left:0}.drawer--right{border-left:2px solid var(--border-color);top:0;right:0}.drawer--bottom{border-top:2px solid var(--border-color);bottom:0;left:0}.drawer--left{border-right:2px solid var(--border-color);top:0;left:0}.drawer__header{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;min-height:58px;padding:.5rem 1rem;display:flex}.drawer__title{margin:0}.drawer__close{color:inherit;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:22px}.drawer__content{flex:1;padding:1rem;overflow-y:auto}.modal{z-index:200;opacity:0;background-color:var(--backdrop);justify-content:center;align-items:center;width:100%;height:100%;padding:58px .5rem .5rem;display:flex;position:fixed;top:0;left:0}.modal__content{word-break:break-word;border:2px solid var(--border-color);background-color:var(--body-bg);width:auto;min-width:300px;max-width:90%;max-height:90%;box-shadow:var(--shadow);flex-direction:column;line-height:1.2;display:flex;overflow:hidden}.modal__content :focus{box-shadow:0 0 0 2px var(--focus-inner-color), 0 0 0 4px var(--focus-outer-color);outline:none}.modal__content :focus:not(:focus-visible){box-shadow:none;outline:none}.modal__content :focus-visible{box-shadow:0 0 0 2px var(--focus-inner-color), 0 0 0 4px var(--focus-outer-color);outline:none}.modal__content li+li{margin-top:.5rem}.modal__content-inner{overscroll-behavior:contain;max-height:70vh;padding:1rem;overflow-y:auto}.modal__content-inner>:first-child{margin-top:0}.modal__content-inner>:last-child{margin-bottom:0}.modal__header{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;min-height:58px;padding:1rem;display:flex}.modal__title{margin:0}.external-link[target=_blank]:after{content:"";vertical-align:middle;background-color:currentColor;width:1em;height:1em;margin-left:.25rem;display:inline-block;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11V3h-8v2h4v2h-2v2h-2v2h-2v2H9v2h2v-2h2v-2h2V9h2V7h2v4h2zM11 5H3v16h16v-8h-2v6H5V7h6V5z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11V3h-8v2h4v2h-2v2h-2v2h-2v2H9v2h2v-2h2v-2h2V9h2V7h2v4h2zM11 5H3v16h16v-8h-2v6H5V7h6V5z' fill='black'/%3E%3C/svg%3E%0A");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.table-info>:first-child{margin-top:0}.filter{flex-direction:row;align-items:end;gap:.5rem;display:flex}.filter__title{flex-grow:1;display:block}.filter__title-text{margin-bottom:.5rem;display:inline-block}.filter .btn{min-width:unset;flex-shrink:0;width:40px;height:40px;padding:0}
