.app-tabbar{--tabbar-item-count:5}.app-tabbar,html[data-theme=black] .app-tabbar{--tabbar--background:var(--x-body--background)}.app-tabbar{background:var(--tabbar--background);z-index:500;width:100%;display:flex;justify-content:center;align-items:center;align-content:center;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.app-tabbar__layout{display:flex;justify-content:space-between;width:100vw;height:var(--tabbar--height);margin-right:auto;margin-left:auto;max-width:var(--large-screen-max-width);padding-right:var(--layout-tabbar-padding);padding-left:var(--layout-tabbar-padding)}@media(max-width:768px){.app-tabbar{position:fixed;bottom:0;padding-bottom:calc(env(safe-area-inset-bottom, 0px) - env(safe-area-max-inset-bottom, 0px))}}@media (min-width:1069px){.app-tabbar{position:sticky;top:0}}.app-tabbar--loading{opacity:.6}.app-content{max-width:var(--large-screen-max-width);padding:var(--layout-content-padding);margin:0 auto}.action-item{--action-item--color:#495057;--action-item--color-hover:#222}html[data-theme=black] .action-item{--action-item--color:#a7a7a7;--action-item--color-hover:#fff}.action-item{color:var(--action-item--color);display:flex;flex-direction:row;align-items:center;padding:.5rem .75rem;cursor:pointer}@media(hover:hover){.action-item:hover{color:var(--action-item--color-hover);text-decoration:none}}.action-item--disabled{opacity:.4;pointer-events:none;cursor:default}@media(hover:hover){.action-item--disabled:hover{color:var(--action-item--color)}}.action-item__icon svg{fill:currentColor;flex-shrink:0;display:block}.action-item__label{font-weight:500;margin-left:.5rem;font-size:1.2rem;line-height:1.2em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.user-item{--user-item__name--color:var(--x-body--color);--user-item__name--color-hover:var(--x-body--color);--user-item__username--color:#666;--user-item__username--color-hover:var(--x-body--color);--user-item__avatar--background:rgba(0,0,0,.09)}html[data-theme=black] .user-item{--user-item__name--color:var(--x-body--color);--user-item__name--color-hover:var(--x-body--color);--user-item__username--color:var(--x-color-white--shade40,#999);--user-item__username--color-hover:var(--x-body--color);--user-item__avatar--background:hsla(0,0%,100%,.05)}.user-item--mode-hero{--user-item__avatar--size:46px;--user-item__avatar--border-radius:8px}.user-item--mode-normal{--user-item__avatar--size:36px;--user-item__avatar--border-radius:8px}.user-item--mode-small{--user-item__avatar--size:18px;--user-item__avatar--border-radius:4px}.user-item{display:flex;align-items:center;position:relative}.user-item__avatar{background:var(--user-item__avatar--background,rgba(0,0,0,.09));border-radius:var(--user-item__avatar--border-radius,8px);position:relative;overflow:hidden;width:var(--user-item__avatar--size,34px);height:var(--user-item__avatar--size,34px);margin-right:.75rem;flex-shrink:0}@media(hover:hover){.user-item__avatar:hover{color:inherit;text-decoration:none}}.user-item__avatar img{width:100%;height:100%;display:block}.user-item__content{display:flex;flex-direction:column;position:relative;align-items:flex-start}.user-item__name{display:inline-flex;align-items:center;color:var(--user-item__name--color,#212529);font-weight:500;font-size:1.3rem;line-height:1.3em;transition:var(--x-transition)}@media(hover:hover){.user-item__name[href]:hover{text-decoration:none;color:var(--user-item__name--color-hover,#212529)}}.user-item__verified{color:var(--x-color-pink--shade30);margin-left:.5rem}.user-item__verified svg{fill:currentColor;flex-shrink:0;display:block}.user-item__username{color:var(--user-item__username--color,#666);font-weight:400;font-size:1.2rem;line-height:1.3em;transition:var(--x-transition)}@media(hover:hover){.user-item__username[href]:hover{text-decoration:none;color:var(--user-item__username--color-hover,#212529)}}.user-item__actions{margin-left:auto}.user-item-wrapper:not(:last-child){position:relative;margin-bottom:.75rem;padding-bottom:.75rem}.badge[data-v-7ed10534]{--badge--size:0.7rem;background:var(--tint,currentColor);display:block;width:var(--badge--size);height:var(--badge--size);border-radius:50%}.badge--black[data-v-7ed10534]{--tint:#212529}.badge--grape[data-v-7ed10534]{--tint:#862e9c}.badge--indigo[data-v-7ed10534]{--tint:#364fc7}.badge--pink[data-v-7ed10534]{--tint:#a61e4d}.badge--violet[data-v-7ed10534]{--tint:#5f3dc4}.badge--blue[data-v-7ed10534]{--tint:#1864ab}.badge--cyan[data-v-7ed10534]{--tint:#0b7285}.badge--teal[data-v-7ed10534]{--tint:#087f5b}.badge--green[data-v-7ed10534]{--tint:#2b8a3e}.badge--lime[data-v-7ed10534]{--tint:#5c940d}.badge--yellow[data-v-7ed10534]{--tint:#e67700}.badge--orange[data-v-7ed10534]{--tint:#d9480f}.badge--red[data-v-7ed10534]{--tint:#c92a2a}.badge--gold[data-v-7ed10534]{--tint:gold}.user-card{--user-card__username--color:#495057;--user-card__avatar--background:rgba(0,0,0,.09)}html[data-theme=black] .user-card{--user-card__username--color:var(--x-color-white--shade40,#999);--user-card__avatar--background:hsla(0,0%,100%,.09)}.user-card{--user-card--padding:1.5rem}.user-card__content-wrapper{display:flex;justify-content:space-between;align-items:center;position:relative;margin-bottom:var(--user-card--padding)}.user-card__content{display:flex;flex-direction:column;flex:1}.user-card__name{white-space:pre-line;word-wrap:break-word;word-break:break-word;font-size:2.4rem;font-weight:var(--x-font-weight--bold);line-height:1.5em}.user-card__username{white-space:nowrap;text-overflow:ellipsis;word-wrap:break-word;color:var(--user-card__username--color);font-weight:var(--x-font-weight--normal)}.user-card__bio,.user-card__username{word-break:break-word;font-size:1.5rem;line-height:1.4em}.user-card__bio{-webkit-font-smoothing:subpixel-antialiased;margin-bottom:1rem}.user-card__avatar{background:var(--user-card__avatar--background,rgba(0,0,0,.09));border-radius:8px;position:relative;overflow:hidden;width:57px;height:57px;margin-left:.75rem;flex-shrink:0}.user-card__avatar__has-view{cursor:pointer}.user-card__avatar img{width:100%;height:100%;display:block}.link{--link__icon--background:#f1f3f5;--link__icon--color:#212529;--link__title--color:#212529;--link__url--color:#495057}html[data-theme=black] .link{--link__icon--background:#1f1f1f;--link__icon--color:#f0f0f0;--link__title--color:#f0f0f0;--link__url--color:#999}.link{display:inline-flex;flex-direction:row;align-items:center;position:relative;overflow:hidden;text-decoration:none;transition:var(--x-transition)}.link__icon{background:var(--link__icon--background);color:var(--link__icon--color);margin-right:9px;padding:11px;border-radius:8px}.link__icon svg{display:block;fill:currentColor}.link__content{display:flex;flex-direction:column;align-items:baseline}.link__title{color:var(--link__title--color);font-size:1.4rem;font-weight:500;line-height:1.4em}.link__url{color:var(--link__url--color);font-size:1.3rem;font-weight:var(--x-font-weight--normal);line-height:1.4em}@media(hover:hover){.link:hover{text-decoration:none}}.link-item-wrapper:not(:last-child){position:relative;margin-bottom:.5rem;padding-bottom:.5rem}.attachments>*+*{margin-top:.75rem}.attachments picture{display:block;overflow:hidden;border-radius:12px}.attachments picture:not(:last-child){margin-bottom:.75rem}.attachments picture img,.attachments picture video{width:100%;height:auto;display:block}.attachments--mode-compact picture{max-width:250px}.entry__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.entry__content{color:var(--x-body--color);font-size:1.5rem;line-height:1.4em;word-break:break-word;-webkit-font-smoothing:subpixel-antialiased;margin-bottom:.75rem}.entry__reactions{justify-content:flex-start!important;margin:1rem 0}.entry__attachments{margin-bottom:1rem}.entry-item-wrapper:not(:last-child){position:relative;margin-bottom:2rem;padding-bottom:2rem}.entry-pseudo-form{--entry-pseudo-form--background:#fff;--entry-pseudo-form--border-color:#f0f0f0;--entry-pseudo-form__icon--color:#868e96;--entry-pseudo-form__placeholder--color:#868e96;--entry-pseudo-form--background-hovered:#fff;--entry-pseudo-form--border-color-hovered:#e9ecef;--entry-pseudo-form--background-dragover:#f5f5f5;--entry-pseudo-form--border-color-dragover:var(--x-color-pink--tint10)}html[data-theme=black] .entry-pseudo-form{--entry-pseudo-form--background:#181818;--entry-pseudo-form--border-color:#1b1b1b;--entry-pseudo-form__icon--color:#666;--entry-pseudo-form__placeholder--color:#666;--entry-pseudo-form--background-hovered:#181818;--entry-pseudo-form--border-color-hovered:#1f1f1f;--entry-pseudo-form--background-dragover:#151515;--entry-pseudo-form--border-color-dragover:var(--x-color-pink--shade50)}.entry-pseudo-form{display:flex;flex-direction:row;align-items:center;height:5rem;width:100%;padding:1rem;cursor:text;background:var(--entry-pseudo-form--background);border:1px solid var(--entry-pseudo-form--border-color);border-radius:8px;transition:var(--x-transition);box-shadow:var(--x-box-shadow--elevation-2)}.entry-pseudo-form--dragover{background:var(--entry-pseudo-form--background-dragover);border-style:dashed;border-color:var(--entry-pseudo-form--border-color-dragover)}@media(hover:hover){.entry-pseudo-form:not(.entry-pseudo-form--dragover):hover{background:var(--entry-pseudo-form--background-hovered);border:1px solid var(--entry-pseudo-form--border-color-hovered)}}.entry-pseudo-form__icon{color:var(--entry-pseudo-form__icon--color);display:flex;justify-content:center;align-items:center;padding:8px}.entry-pseudo-form__icon svg{fill:currentColor;flex-shrink:0}.entry-pseudo-form__placeholder{display:flex;align-items:center;background:transparent;border:0;border-radius:0;height:100%;width:100%;outline:none;font-size:1.4rem;color:var(--entry-pseudo-form__placeholder--color);font-family:inherit;line-height:1.6;padding:.1rem .2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.entry-history{--entry-history__content--background:#f5f5f5}html[data-theme=black] .entry-history{--entry-history__content--background:#181818}.entry-history__header{display:flex;flex-direction:column;margin-bottom:1rem}.entry-history__meta{margin-top:.5rem}.entry-history__content{background:var(--entry-history__content--background);padding:1rem 1rem;border-radius:8px;font-size:1.4rem;line-height:1.4em;word-break:break-word}.comment{--gap-branch:2rem;--avatar-size:18px}.comment--level-1{--level:1}.comment--level-2{--level:2}.comment--level-3{--level:3}.comment--level-4{--level:4}.comment--level-5{--level:5}.comment--level-6{--level:6}.comment--level-7{--level:7}.comment{--comment--background-highlighted:hsla(0,0%,100%,.03);--comment__author--backgroud:var(--x-color-pink--tint10);--comment__author--color:var(--x-color-pink--tint70)}html[data-theme=black] .comment{--comment--background-highlighted:hsla(0,0%,100%,.03);--comment__author--backgroud:var(--x-color-pink--tint60);--comment__author--color:var(--x-color-pink--shade50)}.comment{display:grid;grid-template-columns:auto 1fr}.comment--highlighted{--animation-duration:1.2s;background-color:var(--comment--background-highlighted);animation:commentAttention var(--animation-duration) forwards ease-in-out}.comment__body{padding:1rem 0}.comment__header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:.75rem}.comment__author{margin-left:1rem;font-size:1.1rem;line-height:1.6em;color:var(--comment__author--backgroud);background:var(--comment__author--color);padding:0 .3rem;border-radius:4px;text-transform:lowercase}.comment__content{color:var(--x-body--color);font-size:1.5rem;line-height:1.4em;margin-bottom:.75rem;word-break:break-word}.comment__attachments{margin-bottom:1rem}@keyframes commentAttention{0%,50%{background-color:var(--comment--background-highlighted)}to{background-color:transparent}}.comment-item-wrapper:not(:last-child){position:relative;margin-bottom:.5rem;padding-bottom:.5rem}.thumb-grid{display:flex;flex-direction:row}.thumb-grid .thumb+.thumb{margin-left:2rem}.thumb{--thumb--background:#fafafa;--thumb__cancel--background:#212529;--thumb__cancel--background-hover:#343a40;--thumb__cancel--border-color:#fff;--thumb__cancel--color:#fff;--thumb__cancel--color-hover:#fff}html[data-theme=black] .thumb{--thumb--background:#171717;--thumb__cancel--background:#f2f2f0;--thumb__cancel--background-hover:#e5e5e3;--thumb__cancel--border-color:#111;--thumb__cancel--color:#1d1d1d;--thumb__cancel--color-hover:#1d1d1d}.thumb{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:100px;height:100px}.thumb__preview{background-color:var(--thumb--background);background-size:cover;background-position:50%;position:relative;overflow:hidden;aspect-ratio:1;width:inherit;height:inherit;border-radius:8px}.thumb__preview--status-error img{filter:blur(5px) grayscale(1)}.thumb__preview--status-error:after{content:"";pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 16px 3px rgba(255,0,0,.27);position:absolute;top:0;left:0;width:100%;height:100%}.thumb__preview--status-uploading img{filter:blur(5px) grayscale(1)}.thumb__preview img{position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.thumb__cancel{--size:26px;position:absolute;z-index:1;top:calc(var(--size)*-.4);right:calc(var(--size)*-.4);display:flex;align-items:center;justify-content:center;width:var(--size);height:var(--size);background-color:var(--thumb__cancel--background);border:3px solid var(--thumb__cancel--border-color);color:var(--thumb__cancel--color);border-radius:50%;cursor:pointer}.thumb__cancel svg{fill:currentColor;flex-shrink:0;display:block}@media(hover:hover){.thumb__cancel .button:hover{background:var(--thumb__cancel--background-hover);color:var(--thumb__cancel--color-hover)}}.comment-form{--comment-form--padding:1rem;--comment-form--background:#fff;--comment-form--border:1px solid #f0f0f0;--comment-form--background-dragover:#f5f5f5;--comment-form--border-dragover:1px dashed var(--x-color-pink--tint10);--comment-form--background-hovered:#fff;--comment-form--border-hovered:1px solid #f0f0f0}html[data-theme=black] .comment-form{--comment-form--background:#181818;--comment-form--border:1px solid #1b1b1b;--comment-form--background-dragover:#151515;--comment-form--border-dragover:1px dashed var(--x-color-pink--shade50);--comment-form--background-hovered:#181818;--comment-form--border-hovered:1px solid #1f1f1f}.comment-form{display:flex;flex-direction:column;overflow:hidden;background:var(--comment-form--background);border:var(--comment-form--border);border-radius:8px;transition:background-color .1s linear,border-color .1s linear,box-shadow .1s linear;box-shadow:var(--x-box-shadow--elevation-2)}.comment-form--dragover{background:var(--comment-form--background-dragover);border:var(--comment-form--border-dragover)}.comment-form--hovered:not(.comment-form--dragover){background:var(--comment-form--background-hovered);border:var(--comment-form--border-hovered)}.comment-form__header{display:flex;justify-content:space-between;align-items:center;padding:var(--comment-form--padding) var(--comment-form--padding) .75rem var(--comment-form--padding)}.comment-form__field{border:none;padding:var(--comment-form--padding);margin:0;outline:0;min-height:5rem;width:100%;overflow-y:auto;overflow-x:hidden;font-size:1.5rem;line-height:1.4em;word-wrap:break-word;-webkit-font-smoothing:subpixel-antialiased;display:block;cursor:text}.comment-form__field:empty:before{font-size:1.4rem;line-height:1.35em;content:attr(placeholder);display:block;opacity:.6;pointer-events:none;transition:opacity .3s}.comment-form__field:empty:active:before,.comment-form__field:empty:focus:before{opacity:.3}.comment-form__header+.comment-form__field{padding-top:0}.comment-form__attachments{padding:0 var(--comment-form--padding)}.comment-form__actions{display:flex;justify-content:space-between;align-items:center;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;padding:.5rem}.comment-reply{--gap-branch:2rem;--avatar-size:18px}.comment-reply--level-1{--level:1}.comment-reply--level-2{--level:2}.comment-reply--level-3{--level:3}.comment-reply--level-4{--level:4}.comment-reply--level-5{--level:5}.comment-reply{display:grid;grid-template-columns:auto 1fr}.comment-history{--comment-history__content--background:#f5f5f5}html[data-theme=black] .comment-history{--comment-history__content--background:#181818}.comment-history__header{display:flex;flex-direction:column;margin-bottom:1rem}.comment-history__meta{margin-top:.5rem}.comment-history__content{background:var(--comment-history__content--background);padding:1rem 1rem;border-radius:8px;font-size:1.4rem;line-height:1.4em;word-break:break-word}.comments-tree{margin:2rem 0 0}.comments-tree__refresh-button{height:0;display:flex;justify-content:center;align-items:flex-end;position:sticky;margin:5rem 10px 0;z-index:1}@media(max-width:768px){.comments-tree__refresh-button{bottom:calc(var(--tabbar--height) + 8px)}}@media (min-width:1069px){.comments-tree__refresh-button{bottom:8px}}.user-item-button{--user-item-button--background:transparent;--user-item-button--background-hover:#f1f3f5;--user-item-button__chevron--color:#adb5bd;--user-item-button__chevron--color-hover:#212529}html[data-theme=black] .user-item-button{--user-item-button--background:transparent;--user-item-button--background-hover:#1f1f1f;--user-item-button__chevron--color:#666;--user-item-button__chevron--color-hover:#888}.user-item-button{background:var(--user-item-button--background,transparent);border-radius:10px;display:flex;justify-content:space-between;align-items:center;padding:8px;margin:0;cursor:pointer;transition:var(--x-transition)}.user-item-button__chevron{display:flex;justify-content:center;align-items:center;color:var(--user-item-button__chevron--color)}.user-item-button__chevron svg{display:block;fill:currentColor}@media(hover:hover){.user-item-button:hover>.user-item-button__chevron{color:var(--user-item-button__chevron--color-hover)}.user-item-button:hover{background:var(--user-item-button--background-hover);text-decoration:none}}.feed-item{--feed-item__icon--background:#fafafa;--feed-item__name--color:var(--x-body--color);--feed-item__name--color-hover:var(--x-body--color)}html[data-theme=black] .feed-item{--feed-item__icon--background:#171717;--feed-item__name--color:var(--x-body--color);--feed-item__name--color-hover:var(--x-body--color)}.feed-item{--feed-item__icon--size:40px;flex-direction:row}.feed-item,.feed-item__icon{display:flex;align-items:center;position:relative}.feed-item__icon{background:var(--feed-item__icon--background,rgba(0,0,0,.09));margin-right:.75rem;overflow:hidden;width:var(--feed-item__icon--size);height:var(--feed-item__icon--size);border-radius:8px;flex-shrink:0;justify-content:center}.feed-item__content{display:flex;flex-direction:column;position:relative;align-items:flex-start;flex:1}.feed-item__name{color:var(--feed-item__name--color);font-size:1.4rem;font-weight:400;line-height:1.4em;transition:var(--x-transition);margin-bottom:.25rem}@media(hover:hover){.feed-item__name[href]:hover{text-decoration:none;color:var(--feed-item__name--color-hover)}}.feed-item__author{color:var(--feed-item__author--color);font-weight:400;font-size:1.2rem;line-height:1.3em;transition:var(--x-transition)}@media(hover:hover){.feed-item__author[href]:hover{text-decoration:none;color:var(--feed-item__author--color-hover)}}.feed-item__actions{margin-left:auto}.feed-item-wrapper:not(:last-child){position:relative;margin-bottom:2rem}.notification-item{--notification-item__icon--background:#fafafa;--notification-item__name--color:#212529;--notification-item__label--color:#666;--notification-item__badge--color:#e03131;--notification-item__badge--border:var(--x-background)}html[data-theme=black] .notification-item{--notification-item__icon--background:#171717;--notification-item__name--color:var(--x-body--color);--notification-item__label--color:#919190;--notification-item__badge--color:#e03131;--notification-item__badge--border:var(--x-background)}.notification-item{--notification-item__icon--size:40px}.notification-item--type-mention{--notification-item__icon--color:var(--x-color-pink--shade30)}.notification-item--type-subscription{--notification-item__icon--color:var(--x-color-success--shade10)}.notification-item--type-comment,.notification-item--type-reply{--notification-item__icon--color:var(--x-color-action--shade30)}.notification-item{display:flex;align-items:flex-start;position:relative}.notification-item__badge{position:absolute;right:-2px;top:-2px;background-color:var(--notification-item__badge--color);border-radius:50%;border:3px solid var(--notification-item__badge--border);display:block;flex-grow:0;flex-shrink:0;height:12px;width:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.notification-item__icon{background:var(--notification-item__icon--background);color:var(--notification-item__icon--color);margin-right:.75rem;padding:11px;width:var(--notification-item__icon--size);height:var(--notification-item__icon--size);position:relative;border-radius:8px;display:flex;justify-content:center;align-items:center}.notification-item__icon svg{display:block;fill:currentColor}.notification-item__content{display:flex;flex-direction:column;position:relative;align-items:flex-start;flex:1;color:var(--notification-item__label--color)}@media(hover:hover){.notification-item__content:hover{text-decoration:none;color:var(--notification-item__label--color)}}.notification-item__label{color:var(--notification-item__label--color);font-size:1.4rem;font-weight:400;line-height:1.4em;margin-bottom:.25rem}.notification-item__label a{color:var(--notification-item__name--color)}@media(hover:hover){.notification-item__label a:hover{text-decoration:underline;color:var(--notification-item__name--color)}}.notification-item__actions{margin-left:auto}.notification-item-wrapper:not(:last-child){position:relative;margin-bottom:1.25rem;padding-bottom:1.25rem}.search-form{display:flex;justify-content:space-between}.search-form__field{display:flex;width:100%}.search-form__filter{display:flex;margin-left:5px}.tag-item{--tag-item--background:#f1f3f5;--tag-item__hash--color:#868e96;--tag-item__label--color:#212529;--tag-item--background-hover:#e9ecef}html[data-theme=black] .tag-item{--tag-item--background:#1f1f1f;--tag-item__hash--color:var(--x-color-white--shade40,#999);--tag-item__label--color:#f0f0f0;--tag-item--background-hover:#242424}.tag-item{display:inline-flex;background:var(--tag-item--background);border-radius:8px;height:28px;position:relative;overflow:hidden;padding:0 1.25rem;transition:var(--x-transition)}.tag-item,.tag-item__content{flex-direction:row;align-items:center}.tag-item__content{display:flex}.tag-item__hash{color:var(--tag-item__hash--color)}.tag-item__hash,.tag-item__label{font-size:1.4rem;font-weight:var(--x-font-weight--normal);line-height:1.2em}.tag-item__label{display:flex;justify-content:center;color:var(--tag-item__label--color)}.tag-item__hash+.tag-item__label{margin-left:.75rem}.tag-item__actions{margin-left:auto}@media(hover:hover){.tag-item[href]:hover{background:var(--tag-item--background-hover);text-decoration:none}}.tag-item-wrapper:not(:last-child){position:relative;margin-bottom:.5rem;padding-bottom:.5rem}.tint-item{background:var(--tint-color);position:relative;border:2px solid var(--tint-color);border-radius:8px;display:block;height:var(--item-size);width:var(--item-size);cursor:pointer}.tint-item--selected{box-shadow:inset var(--x-body--background) 0 0 0 3px}.tint-item--code-rgb{--tint-color:rgb}.tint-item--code-yolo{--tint-color:yolo}.tint-item--code-gold{--tint-color:gold}.tint-item--code-red{--tint-color:red}.tint-item--code-orange{--tint-color:orange}.tint-item--code-yellow{--tint-color:#ff0}.tint-item--code-lime{--tint-color:lime}.tint-item--code-green{--tint-color:green}.tint-item--code-teal{--tint-color:teal}.tint-item--code-cyan{--tint-color:cyan}.tint-item--code-blue{--tint-color:blue}.tint-item--code-violet{--tint-color:violet}.tint-item--code-pink{--tint-color:pink}.tint-item--code-indigo{--tint-color:indigo}.tint-item--code-grape{--tint-color:#421c52}.tint-item--code-gray{--tint-color:gray}.tints-grid[data-v-5730c1ea]{--item-size:4.4rem;display:grid;grid-template-columns:repeat(auto-fill,var(--item-size));grid-gap:1rem}.login-item{--login-item--background:#f1f3f5;--login-item__key--color:#868e96;--login-item__value--color:#212529;--login-item--background-hover:#e9ecef}html[data-theme=black] .login-item{--login-item--background:#1f1f1f;--login-item__key--color:var(--x-color-white--shade40,#999);--login-item__value--color:#f0f0f0;--login-item--background-hover:#242424}.login-item{display:inline-flex;flex-direction:column;align-items:flex-start;background:var(--login-item--background);border-radius:8px;position:relative;overflow:hidden;padding:1.25rem 1.5rem;transition:var(--x-transition)}.login-item__content{display:flex;flex-direction:row;align-items:center}.login-item__content:not(:last-child){margin-bottom:.5rem}.login-item__key{color:var(--login-item__key--color)}.login-item__key,.login-item__value{font-size:1.4rem;font-weight:var(--x-font-weight--normal);line-height:1.2em}.login-item__value{display:flex;justify-content:center;color:var(--login-item__value--color)}.login-item__key+.login-item__value{margin-left:.5rem}.login-item-wrapper:not(:last-child){position:relative;margin-bottom:.5rem}.permission-item-wrapper{margin-bottom:1rem}.permission-item{--permission-item__label--color:var(--x-body--color)}.permission-item--state-allowed{--permission-item__icon--background:#aed5c5;--permission-item__icon--color:#153c2c}.permission-item--state-denied{--permission-item__icon--background:#ffc2c8;--permission-item__icon--color:#66141c}html[data-theme=black] .permission-item{--permission-item__label--color:var(--x-body--color)}html[data-theme=black] .permission-item--state-allowed{--permission-item__icon--background:#153c2c;--permission-item__icon--color:#86c0a7}html[data-theme=black] .permission-item--state-denied{--permission-item__icon--background:#801a24;--permission-item__icon--color:#ffadb5}.permission-item,.permission-item__state{display:flex;align-items:center;position:relative}.permission-item__state{background:var(--permission-item__icon--background);color:var(--permission-item__icon--color);margin-right:.75rem;padding:4px;width:30px;height:30px;border-radius:8px;justify-content:center}.permission-item__state svg{display:block;fill:currentColor}.tag-header{--tag-header__label-color:var(--x-body--color);--tag-header__hash-color:#868e96}html[data-theme=black] .tag-header{--tag-header__label-color:var(--x-body--color);--tag-header__hash-color:var(--x-color-white--shade40,#999)}.tag-header__content{display:flex;flex-direction:row;align-items:center;margin-bottom:1rem}.tag-header__hash{color:var(--tag-header__hash-color);font-size:2rem;font-weight:var(--x-font-weight--normal);line-height:1.6em}.tag-header__label{color:var(--tag-header__label-color);font-size:2.3rem;font-weight:var(--x-font-weight--bold);line-height:1.4em}.tag-header__hash+.tag-header__label{margin-left:.5rem}.badge-item{--badge-item--background:transparent;--badge-item__icon--background:#f5f5f5;--badge-item__icon--color:var(--x-body--color);--badge-item__label--color:var(--x-body--color);--badge-item__description--color:#495057}.badge-item--type-common{--badge-item__icon--background:var(--x-color-green--tint80);--badge-item__icon--color:var(--x-color-green--tint20);--badge-item__label--color:var(--x-color-green--shade10)}.badge-item--type-rare{--badge-item__icon--background:var(--x-color-blue--tint80);--badge-item__icon--color:var(--x-color-blue--tint20);--badge-item__label--color:var(--x-color-blue--shade10)}.badge-item--type-epic{--badge-item__icon--background:var(--x-color-violet--tint80);--badge-item__icon--color:var(--x-color-violet--tint20);--badge-item__label--color:var(--x-color-violet--shade10)}.badge-item--type-legendary{--badge-item__icon--background:var(--x-color-orange--tint80);--badge-item__icon--color:var(--x-color-orange--shade10);--badge-item__label--color:var(--x-color-orange--shade10)}html[data-theme=black] .badge-item{--badge-item--background:transparent;--badge-item__icon--background:#161616;--badge-item__icon--color:var(--x-body--color);--badge-item__label--color:var(--x-body--color);--badge-item__description--color:#999}html[data-theme=black] .badge-item--type-common{--badge-item__icon--background:var(--x-color-green--shade70);--badge-item__icon--color:var(--x-color-green--tint20);--badge-item__label--color:var(--x-color-green--tint20)}html[data-theme=black] .badge-item--type-rare{--badge-item__icon--background:var(--x-color-blue--shade70);--badge-item__icon--color:var(--x-color-blue--tint20);--badge-item__label--color:var(--x-color-blue--tint20)}html[data-theme=black] .badge-item--type-epic{--badge-item__icon--background:var(--x-color-violet--shade70);--badge-item__icon--color:var(--x-color-violet--tint20);--badge-item__label--color:var(--x-color-violet--tint20)}html[data-theme=black] .badge-item--type-legendary{--badge-item__icon--background:var(--x-color-orange--shade70);--badge-item__icon--color:var(--x-color-orange--tint20);--badge-item__label--color:var(--x-color-orange--tint20)}.badge-item{display:inline-flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;background:var(--badge-item--background);position:relative;overflow:hidden}.badge-item__icon{background:var(--badge-item__icon--background);color:var(--badge-item__icon--color);display:flex;justify-content:center;padding:1.3rem;margin-right:1rem;border-radius:8px}.badge-item__icon svg{fill:currentColor;width:2.7rem;height:2.7rem;display:block}.badge-item__content{display:flex;flex-direction:column}.badge-item__label{color:var(--badge-item__label--color);font-size:1.4rem;font-weight:var(--x-font-weight--semi-bold);line-height:1.4em;margin-bottom:0}.badge-item__description{color:var(--badge-item__description--color);font-size:1.4rem;font-weight:var(--x-font-weight--normal);line-height:1.4em;margin-bottom:.75rem}.badge-item-wrapper:not(:last-child){position:relative;margin-bottom:1.5rem;padding-bottom:1.5rem}.avatar{--avatar--background:rgba(0,0,0,.09)}html[data-theme=black] .avatar{--avatar--background:hsla(0,0%,100%,.09)}.avatar{background:var(--avatar--background,rgba(0,0,0,.09));border-radius:8px;position:relative;overflow:hidden;width:40px;height:40px}@media(hover:hover){.avatar:is(a,.avatar--action):hover{cursor:pointer;color:inherit;text-decoration:none}}.avatar img{width:100%;height:100%;display:block}.branches{--branch--color:#ebebeb}html[data-theme=black] .branches{--branch--color:#222}.branches{display:flex;width:calc(var(--gap-branch)*(var(--level) - 1))}.branches__item{width:var(--gap-branch,0);border-left:1px solid var(--branch--color);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);flex-shrink:0}.branches__item:last-child:before{content:"";box-sizing:content-box;display:block;width:15px;height:calc(var(--avatar-size)*.5);padding-bottom:calc(var(--avatar-size)*.5);border:solid var(--branch--color);border-width:0 0 1px 1px;border-bottom-left-radius:10px;margin-left:-1px}.dynamic-content{position:relative}.dynamic-content__toggle{display:inline-block;margin-top:1rem}.content{overflow:hidden;transition:max-height .3s ease-out}.collapsed{-webkit-mask-image:linear-gradient(180deg,#000 50%,transparent);mask-image:linear-gradient(180deg,#000 50%,transparent)}.toggle-button:hover{text-decoration:underline}.toggle-button:focus{outline:none}.n-checkbox{--n-checkbox__control--background:rgba(0,0,0,.1);--n-checkbox__control--border-color:rgba(0,0,0,.06);--n-checkbox__control--color-checked:#fff;--n-checkbox__control--background-checked:var(--x-color-pink--tint10);--n-checkbox__control--border-color-checked:var(--x-color-pink)}html[data-theme=black] .n-checkbox{--n-checkbox__control--background:hsla(0,0%,100%,.1);--n-checkbox__control--border-color:hsla(0,0%,100%,.06);--n-checkbox__control--color-checked:#fff;--n-checkbox__control--background-checked:var(--x-color-pink--shade10);--n-checkbox__control--border-color-checked:var(--x-color-pink--shade30)}.n-checkbox{position:relative;display:inline-flex;justify-content:flex-start;align-items:flex-start;min-width:18px;min-height:24px;cursor:pointer}.n-checkbox--checked .n-checkbox__control{color:var(--n-checkbox__control--color-checked);background-color:var(--n-checkbox__control--background-checked);border:1px solid var(--n-checkbox__control--border-color-checked)}.n-checkbox--disabled{opacity:.4;pointer-events:none;cursor:default}.n-checkbox__input{position:absolute;top:0;left:0;opacity:0;padding:0;margin:0;visibility:hidden}.n-checkbox__label{padding-left:24px;font-size:1.5rem;font-weight:500;line-height:1.6em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.n-checkbox__control{position:absolute;z-index:1;top:3px;left:0;width:18px;height:18px;color:var(--n-checkbox__control--color-checked);background-color:var(--n-checkbox__control--background);border:1px solid var(--n-checkbox__control--border-color);border-radius:5px;box-sizing:border-box;transition:background-color .1s linear,border-color .1s linear,box-shadow .1s linear}.n-checkbox__control svg{display:block;fill:currentColor}.otp-input{--otp-input--color:#212529;--otp-input--background:#f1f3f5;--otp-input--border-color:#f0f0f0;--otp-input--background-focused:#f1f3f5;--otp-input--border-color-focused:#d76ea0;--otp-input--background-hovered:#f1f3f5;--otp-input--border-color-hovered:#e9ecef}html[data-theme=black] .otp-input{--otp-input--color:#fffcea;--otp-input--background:#181818;--otp-input--border-color:#1b1b1b;--otp-input--background-focused:#181818;--otp-input--border-color-focused:#771d47;--otp-input--background-hovered:#181818;--otp-input--border-color-hovered:#1f1f1f}.otp-input-container{display:flex;justify-content:space-between}.otp-input-wrapper{width:42px;height:50px}.otp-input{width:100%;height:100%;text-align:center;font-size:2.3rem;background:var(--otp-input--background);border:1px solid var(--otp-input--border-color);color:var(--otp-input--color);border-radius:8px}.otp-input:focus,.otp-input:focus-visible{outline:none;background:var(--otp-input--background-focused);border-color:var(--otp-input--border-color-focused)}@media(hover:hover){.otp-input:not(.otp-input--focused):not(.otp-input:focus):hover{background:var(--otp-input--background-hovered);border-color:var(--otp-input--border-color-hovered)}}.search-field{display:flex;flex-direction:row;align-items:center;height:5rem;width:100%;padding:1rem;cursor:text;background:var(--search-field--backgroud,#f7f7f7);border-radius:8px;border:1px solid var(--search-field--border-color,#f1f1f1)}.search-field__icon{color:var(--search-field__icon--color,#aaa);display:flex;justify-content:center;align-items:center;padding:8px}.search-field__icon svg{fill:currentColor;flex-shrink:0}.search-field__input{display:flex;align-items:center;background:transparent;border:0;border-radius:0;height:100%;width:100%;outline:none;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;color:var(--search-field--color,#111);font-size:1.4rem;font-family:inherit;line-height:1.6;padding:.1rem .2rem}.search-field__input::-moz-placeholder{color:var(--search-field__placeholder--color,#999);opacity:1}.search-field__input::placeholder{color:var(--search-field__placeholder--color,#999);opacity:1}.search-field__input::-webkit-search-cancel-button,.search-field__input::-webkit-search-decoration,.search-field__input::-webkit-search-results-button,.search-field__input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.select-field--size-s{--select-field--height:36px;--select-field--font-size:1.4rem;--select-field--padding:1.25rem}.select-field--size-m{--select-field--height:38px;--select-field--font-size:1.4rem;--select-field--padding:1.25rem}.select-field--size-l{--select-field--height:44px;--select-field--font-size:1.5rem;--select-field--padding:1.25rem}.select-field{--select-field--color:#212529;--select-field--background:#f1f3f5;--select-field--border-color:#f0f0f0;--select-field__icon--color:#868e96;--select-field__placeholder--color:#868e96;--select-field--background-focused:#f1f3f5;--select-field--border-color-focused:#d76ea0;--select-field--background-hovered:#f1f3f5;--select-field--border-color-hovered:#e9ecef}html[data-theme=black] .select-field{--select-field--color:#fffcea;--select-field--background:#181818;--select-field--border-color:#1b1b1b;--select-field__icon--color:#999;--select-field__placeholder--color:#999;--select-field--background-focused:#181818;--select-field--border-color-focused:#771d47;--select-field--background-hovered:#181818;--select-field--border-color-hovered:#1f1f1f}.select-field{display:flex;flex-direction:row;align-items:center;height:var(--select-field--height);width:100%;cursor:text;background:var(--select-field--background);border-radius:8px;border:1px solid var(--select-field--border-color)}.select-field--focused{background:var(--select-field--background-focused);border-color:var(--select-field--border-color-focused)}@media(hover:hover){.select-field:not(.select-field--focused):hover{background:var(--select-field--background-hovered);border-color:var(--select-field--border-color-hovered)}}.select-field__icon{color:var(--select-field__icon--color,#aaa);display:flex;justify-content:center;align-items:center;padding-left:var(--select-field--padding)}.select-field__icon svg{fill:currentColor;flex-shrink:0}.select-field__input{display:flex;align-items:center;background:transparent;border:0;border-radius:0;padding:0;height:100%;width:100%;outline:none;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;color:var(--select-field--color,#111);font-size:var(--select-field--font-size);font-family:inherit;line-height:1.5em}.select-field__input:last-child{padding-right:var(--select-field--padding)}.select-field__input:first-child{padding-left:var(--select-field--padding)}.select-field__input::-moz-placeholder{-moz-user-select:none;user-select:none;color:var(--select-field__placeholder--color,#999);opacity:1}.select-field__input::placeholder{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--select-field__placeholder--color,#999);opacity:1}.select-field__input::-webkit-search-cancel-button,.select-field__input::-webkit-search-decoration,.select-field__input::-webkit-search-results-button,.select-field__input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.select-field__clear:not(:first-child),.select-field__icon:not(:last-child)+.select-field__input{margin-left:8px}.select-field--stretched{display:block;flex-basis:0;flex-grow:1;width:100%}.select-field--disabled{opacity:.4;pointer-events:none;cursor:default}@media(hover:hover){.select-field--disabled:hover{background:var(--select-field--background);color:var(--select-field--color)}}.skeleton{--skeleton-background:rgba(0,0,0,.09)}html[data-theme=black] .skeleton{--skeleton-background:hsla(0,0%,100%,.05)}.skeleton{background:var(--skeleton-background);width:100%;max-width:100%;border-radius:6px;display:inline-flex;line-height:1;position:relative;overflow:hidden;visibility:visible;z-index:1;width:var(--w);height:var(--h)}.text-field--size-s{--text-field--height:36px;--text-field--font-size:1.4rem;--text-field--padding:1.25rem}.text-field--size-m{--text-field--height:38px;--text-field--font-size:1.4rem;--text-field--padding:1.25rem}.text-field--size-l{--text-field--height:44px;--text-field--font-size:1.5rem;--text-field--padding:1.25rem}.text-field{--text-field--color:#212529;--text-field--background:#f1f3f5;--text-field--border-color:#f0f0f0;--text-field__icon--color:#868e96;--text-field__placeholder--color:#868e96;--text-field--background-focused:#f1f3f5;--text-field--border-color-focused:#d76ea0;--text-field--background-hovered:#f1f3f5;--text-field--border-color-hovered:#e9ecef}html[data-theme=black] .text-field{--text-field--color:#fffcea;--text-field--background:#181818;--text-field--border-color:#1b1b1b;--text-field__icon--color:#999;--text-field__placeholder--color:#999;--text-field--background-focused:#181818;--text-field--border-color-focused:#771d47;--text-field--background-hovered:#181818;--text-field--border-color-hovered:#1f1f1f}.text-field{display:flex;flex-direction:row;align-items:center;height:var(--text-field--height);width:100%;cursor:text;background:var(--text-field--background);border-radius:8px;border:1px solid var(--text-field--border-color)}.text-field--focused{background:var(--text-field--background-focused);border-color:var(--text-field--border-color-focused)}@media(hover:hover){.text-field:not(.text-field--focused):hover{background:var(--text-field--background-hovered);border-color:var(--text-field--border-color-hovered)}}.text-field__icon{color:var(--text-field__icon--color,#aaa);display:flex;justify-content:center;align-items:center;padding-left:var(--text-field--padding)}.text-field__icon svg{fill:currentColor;flex-shrink:0}.text-field__input{display:flex;align-items:center;background:transparent;border:0;border-radius:0;padding:0;height:100%;width:100%;outline:none;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;color:var(--text-field--color,#111);font-size:var(--text-field--font-size);font-weight:500;font-family:var(--x-font-family);line-height:1.5em}.text-field__input:last-child{padding-right:var(--text-field--padding)}.text-field__input:first-child{padding-left:var(--text-field--padding)}.text-field__input::-moz-placeholder{-moz-user-select:none;user-select:none;color:var(--text-field__placeholder--color,#999);opacity:1}.text-field__input::placeholder{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--text-field__placeholder--color,#999);opacity:1}.text-field__input::-webkit-search-cancel-button,.text-field__input::-webkit-search-decoration,.text-field__input::-webkit-search-results-button,.text-field__input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.text-field__input:-webkit-autofill,.text-field__input:-webkit-autofill:active,.text-field__input:-webkit-autofill:focus,.text-field__input:-webkit-autofill:hover{font-family:var(--x-font-family);-webkit-text-fill-color:var(--text-field--color);-webkit-transition:background-color 0s 0s,color 0s 0s;transition:background-color 0s 0s,color 0s 0s;transition-delay:calc(infinity*1s)}.text-field__input:-webkit-autofill:first-line{-webkit-text-fill-color:var(--text-field--color);font-size:var(--text-field--font-size);font-weight:500;font-family:var(--x-font-family);line-height:1.5em}.text-field__clear:not(:first-child),.text-field__icon:not(:last-child)+.text-field__input{margin-left:8px}.text-field--stretched{display:block;flex-basis:0;flex-grow:1;width:100%}.text-field--disabled{opacity:.4;pointer-events:none;cursor:default}@media(hover:hover){.text-field--disabled:hover{background:var(--text-field--background);color:var(--text-field--color)}}.form-block{margin-bottom:2rem;position:relative}.form-block:last-of-type{margin-bottom:0}.form-block__label{display:block;font-weight:500;font-size:1.5rem;margin-bottom:.5rem;line-height:2rem}.form-divider{height:0;margin:.5rem 0;background:transparent;border-bottom:1px solid var(--separator--color,#eee)}.form-status,html[data-theme=black] .form-status{--form-status--background:var(--x-body--background)}.form-status{display:flex;background:var(--form-status--background);border:1px solid;border-color:var(--form-status--border-color);margin-bottom:1.5rem;padding:1rem;border-radius:8px}.form-status__icon{display:flex;align-content:center;align-items:center}.form-status__icon svg{fill:currentColor;flex-shrink:0;display:block}.form-status__content{display:flex;flex-direction:column;justify-content:center;font-size:1.4rem;line-height:1.2em}.form-status__content .header{white-space:nowrap;word-break:keep-all;font-weight:500}.form-status__content .message{font-weight:400}.form-status__content .header+.message{margin-top:.25rem}.form-status__icon+.form-status__content{margin-left:1rem}.form-text{color:#919190;font-size:1.4rem;line-height:1.4em;margin-bottom:2rem;position:relative}.form-text--align-center{text-align:center;font-size:1.3rem;line-height:1.3em}.form-text--align-right{text-align:right}.form-text--align-left{text-align:left}.form-text:last-of-type{margin-bottom:0}:root{--tabbar--height:49px;--large-screen-max-width:620px;--wide-large-screen-max-width:1720px;--mobile-page-vertical-padding:12px;--mobile-page-horizontal-padding:12px;--desktop-page-vertical-padding:2rem;--desktop-page-horizontal-padding:24px;--layout-tabbar-padding:var(--desktop-page-horizontal-padding);--layout-content-padding:var(--desktop-page-vertical-padding) var(--desktop-page-horizontal-padding)}@media(max-width:768px){:root{--layout-tabbar-padding:var(--mobile-page-horizontal-padding);--layout-content-padding:var(--mobile-page-vertical-padding) var(--mobile-page-horizontal-padding) calc(var(--tabbar--height) + var(--mobile-page-vertical-padding))}}:root{--x-font-family:system-ui,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;--x-font-size--small:1.4rem;--x-font-size--base:1.5rem;--x-font-size--form-title:2.3rem;--x-font-size--module:2.3rem;--x-font-size--big:1.83rem;--x-font-size--title:3.85rem;--x-font-weight--light:300;--x-font-weight--normal:400;--x-font-weight--medium:500;--x-font-weight--semi-bold:600;--x-font-weight--bold:700;--x-font-weight--extra-bold:900;--x-color-white:#f2f2f0;--x-color-white--tint5:#f3f3f1;--x-color-white--shade5:#e6e6e4;--x-color-white--tint10:#f3f3f2;--x-color-white--shade10:#dadad8;--x-color-white--tint20:#f5f5f3;--x-color-white--shade20:#c2c2c0;--x-color-white--tint30:#f6f6f5;--x-color-white--shade30:#a9a9a8;--x-color-white--tint40:#f7f7f6;--x-color-white--shade40:#919190;--x-color-white--tint50:#f9f9f8;--x-color-white--shade50:#797978;--x-color-white--tint60:#fafaf9;--x-color-white--shade60:#616160;--x-color-white--tint70:#fbfbfb;--x-color-white--shade70:#494948;--x-color-white--tint80:#fcfcfc;--x-color-white--shade80:#303030;--x-color-white--tint85:#fdfdfd;--x-color-white--shade85:#242424;--x-color-white--tint90:#fefefe;--x-color-white--shade90:#181818;--x-color-black:#212529;--x-color-black--tint5:#2c3034;--x-color-black--shade5:#1f2327;--x-color-black--tint10:#373b3e;--x-color-black--shade10:#1e2125;--x-color-black--tint20:#4d5154;--x-color-black--shade20:#1a1e21;--x-color-black--tint30:#646669;--x-color-black--shade30:#171a1d;--x-color-black--tint40:#7a7c7f;--x-color-black--shade40:#141619;--x-color-black--tint50:#909294;--x-color-black--shade50:#111315;--x-color-black--tint60:#a6a8a9;--x-color-black--shade60:#0d0f10;--x-color-black--tint70:#bcbebf;--x-color-black--shade70:#0a0b0c;--x-color-black--tint80:#d3d3d4;--x-color-black--shade80:#070708;--x-color-black--tint85:#dededf;--x-color-black--shade85:#050606;--x-color-black--tint90:#e9e9ea;--x-color-black--shade90:#030404;--x-color-action:#1c9bc5;--x-color-action--tint5:#27a0c8;--x-color-action--shade5:#1b93bb;--x-color-action--tint10:#33a5cb;--x-color-action--shade10:#198cb1;--x-color-action--tint20:#49afd1;--x-color-action--shade20:#167c9e;--x-color-action--tint30:#60b9d6;--x-color-action--shade30:#146d8a;--x-color-action--tint40:#77c3dc;--x-color-action--shade40:#115d76;--x-color-action--tint50:#8ecde2;--x-color-action--shade50:#0e4e63;--x-color-action--tint60:#a4d7e8;--x-color-action--shade60:#0b3e4f;--x-color-action--tint70:#bbe1ee;--x-color-action--shade70:#082f3b;--x-color-action--tint80:#d2ebf3;--x-color-action--shade80:#061f27;--x-color-action--tint85:#ddf0f6;--x-color-action--shade85:#04171e;--x-color-action--tint90:#e8f5f9;--x-color-action--shade90:#031014;--x-color-second:#c63077;--x-color-second--tint5:#c93a7e;--x-color-second--shade5:#bc2e71;--x-color-second--tint10:#cc4585;--x-color-second--shade10:#b22b6b;--x-color-second--tint20:#d15992;--x-color-second--shade20:#9e265f;--x-color-second--tint30:#d76ea0;--x-color-second--shade30:#8b2253;--x-color-second--tint40:#dd83ad;--x-color-second--shade40:#771d47;--x-color-second--tint50:#e398bb;--x-color-second--shade50:#63183c;--x-color-second--tint60:#e8acc9;--x-color-second--shade60:#4f1330;--x-color-second--tint70:#eec1d6;--x-color-second--shade70:#3b0e24;--x-color-second--tint80:#f4d6e4;--x-color-second--shade80:#280a18;--x-color-second--tint85:#f6e0eb;--x-color-second--shade85:#1e0712;--x-color-second--tint90:#f9eaf1;--x-color-second--shade90:#14050c;--x-color-success:#35966d;--x-color-success--tint5:#3f9b74;--x-color-success--shade5:#328f68;--x-color-success--tint10:#49a17c;--x-color-success--shade10:#308762;--x-color-success--tint20:#5dab8a;--x-color-success--shade20:#2a7857;--x-color-success--tint30:#72b699;--x-color-success--shade30:#25694c;--x-color-success--tint40:#86c0a7;--x-color-success--shade40:#205a41;--x-color-success--tint50:#9acbb6;--x-color-success--shade50:#1b4b37;--x-color-success--tint60:#aed5c5;--x-color-success--shade60:#153c2c;--x-color-success--tint70:#c2e0d3;--x-color-success--shade70:#102d21;--x-color-success--tint80:#d7eae2;--x-color-success--shade80:#0b1e16;--x-color-success--tint85:#e1efe9;--x-color-success--shade85:#081710;--x-color-success--tint90:#ebf5f0;--x-color-success--shade90:#050f0b;--x-color-error:#ff3347;--x-color-error--tint5:#ff3d50;--x-color-error--shade5:#f23043;--x-color-error--tint10:#ff4759;--x-color-error--shade10:#e62e40;--x-color-error--tint20:#ff5c6c;--x-color-error--shade20:#cc2939;--x-color-error--tint30:#ff707e;--x-color-error--shade30:#b32432;--x-color-error--tint40:#ff8591;--x-color-error--shade40:#991f2b;--x-color-error--tint50:#ff99a3;--x-color-error--shade50:#801a24;--x-color-error--tint60:#ffadb5;--x-color-error--shade60:#66141c;--x-color-error--tint70:#ffc2c8;--x-color-error--shade70:#4d0f15;--x-color-error--tint80:#ffd6da;--x-color-error--shade80:#330a0e;--x-color-error--tint85:#ffe0e3;--x-color-error--shade85:#26080b;--x-color-error--tint90:#ffebed;--x-color-error--shade90:#1a0507;--x-color-warning:#ffa000;--x-color-warning--tint5:#ffa50d;--x-color-warning--shade5:#f29800;--x-color-warning--tint10:#ffaa1a;--x-color-warning--shade10:#e69000;--x-color-warning--tint20:#ffb333;--x-color-warning--shade20:#cc8000;--x-color-warning--tint30:#ffbd4d;--x-color-warning--shade30:#b37000;--x-color-warning--tint40:#ffc666;--x-color-warning--shade40:#996000;--x-color-warning--tint50:#ffd080;--x-color-warning--shade50:#805000;--x-color-warning--tint60:#ffd999;--x-color-warning--shade60:#664000;--x-color-warning--tint70:#ffe3b3;--x-color-warning--shade70:#4d3000;--x-color-warning--tint80:#ffeccc;--x-color-warning--shade80:#332000;--x-color-warning--tint85:#fff1d9;--x-color-warning--shade85:#261800;--x-color-warning--tint90:#fff6e6;--x-color-warning--shade90:#1a1000;--x-color-blue:#2d7cd9;--x-color-blue--tint5:#3883db;--x-color-blue--shade5:#2b76ce;--x-color-blue--tint10:#4289dd;--x-color-blue--shade10:#2970c3;--x-color-blue--tint20:#5796e1;--x-color-blue--shade20:#2463ae;--x-color-blue--tint30:#6ca3e4;--x-color-blue--shade30:#205798;--x-color-blue--tint40:#81b0e8;--x-color-blue--shade40:#1b4a82;--x-color-blue--tint50:#96beec;--x-color-blue--shade50:#173e6d;--x-color-blue--tint60:#abcbf0;--x-color-blue--shade60:#123257;--x-color-blue--tint70:#c0d8f4;--x-color-blue--shade70:#0e2541;--x-color-blue--tint80:#d5e5f7;--x-color-blue--shade80:#09192b;--x-color-blue--tint85:#e0ebf9;--x-color-blue--shade85:#071321;--x-color-blue--tint90:#eaf2fb;--x-color-blue--shade90:#050c16;--x-color-gray:#a3adb8;--x-color-gray--tint5:#a8b1bc;--x-color-gray--shade5:#9ba4af;--x-color-gray--tint10:#acb5bf;--x-color-gray--shade10:#939ca6;--x-color-gray--tint20:#b5bdc6;--x-color-gray--shade20:#828a93;--x-color-gray--tint30:#bfc6cd;--x-color-gray--shade30:#727981;--x-color-gray--tint40:#c8ced4;--x-color-gray--shade40:#62686e;--x-color-gray--tint50:#d1d6dc;--x-color-gray--shade50:#52575c;--x-color-gray--tint60:#dadee3;--x-color-gray--shade60:#41454a;--x-color-gray--tint70:#e3e6ea;--x-color-gray--shade70:#313437;--x-color-gray--tint80:#edeff1;--x-color-gray--shade80:#212325;--x-color-gray--tint85:#f1f3f4;--x-color-gray--shade85:#181a1c;--x-color-gray--tint90:#f6f7f8;--x-color-gray--shade90:#101112;--x-color-green:#35966d;--x-color-green--tint5:#3f9b74;--x-color-green--shade5:#328f68;--x-color-green--tint10:#49a17c;--x-color-green--shade10:#308762;--x-color-green--tint20:#5dab8a;--x-color-green--shade20:#2a7857;--x-color-green--tint30:#72b699;--x-color-green--shade30:#25694c;--x-color-green--tint40:#86c0a7;--x-color-green--shade40:#205a41;--x-color-green--tint50:#9acbb6;--x-color-green--shade50:#1b4b37;--x-color-green--tint60:#aed5c5;--x-color-green--shade60:#153c2c;--x-color-green--tint70:#c2e0d3;--x-color-green--shade70:#102d21;--x-color-green--tint80:#d7eae2;--x-color-green--shade80:#0b1e16;--x-color-green--tint85:#e1efe9;--x-color-green--shade85:#081710;--x-color-green--tint90:#ebf5f0;--x-color-green--shade90:#050f0b;--x-color-orange:#ffa000;--x-color-orange--tint5:#ffa50d;--x-color-orange--shade5:#f29800;--x-color-orange--tint10:#ffaa1a;--x-color-orange--shade10:#e69000;--x-color-orange--tint20:#ffb333;--x-color-orange--shade20:#cc8000;--x-color-orange--tint30:#ffbd4d;--x-color-orange--shade30:#b37000;--x-color-orange--tint40:#ffc666;--x-color-orange--shade40:#996000;--x-color-orange--tint50:#ffd080;--x-color-orange--shade50:#805000;--x-color-orange--tint60:#ffd999;--x-color-orange--shade60:#664000;--x-color-orange--tint70:#ffe3b3;--x-color-orange--shade70:#4d3000;--x-color-orange--tint80:#ffeccc;--x-color-orange--shade80:#332000;--x-color-orange--tint85:#fff1d9;--x-color-orange--shade85:#261800;--x-color-orange--tint90:#fff6e6;--x-color-orange--shade90:#1a1000;--x-color-purple:#735ce6;--x-color-purple--tint5:#7a64e7;--x-color-purple--shade5:#6d57db;--x-color-purple--tint10:#816ce9;--x-color-purple--shade10:#6853cf;--x-color-purple--tint20:#8f7deb;--x-color-purple--shade20:#5c4ab8;--x-color-purple--tint30:#9d8dee;--x-color-purple--shade30:#5140a1;--x-color-purple--tint40:#ab9df0;--x-color-purple--shade40:#45378a;--x-color-purple--tint50:#b9aef3;--x-color-purple--shade50:#3a2e73;--x-color-purple--tint60:#c7bef5;--x-color-purple--shade60:#2e255c;--x-color-purple--tint70:#d5cef8;--x-color-purple--shade70:#231c45;--x-color-purple--tint80:#e3defa;--x-color-purple--shade80:#17122e;--x-color-purple--tint85:#eae7fb;--x-color-purple--shade85:#110e23;--x-color-purple--tint90:#f1effd;--x-color-purple--shade90:#0c0917;--x-color-pink:#c63077;--x-color-pink--tint5:#c93a7e;--x-color-pink--shade5:#bc2e71;--x-color-pink--tint10:#cc4585;--x-color-pink--shade10:#b22b6b;--x-color-pink--tint20:#d15992;--x-color-pink--shade20:#9e265f;--x-color-pink--tint30:#d76ea0;--x-color-pink--shade30:#8b2253;--x-color-pink--tint40:#dd83ad;--x-color-pink--shade40:#771d47;--x-color-pink--tint50:#e398bb;--x-color-pink--shade50:#63183c;--x-color-pink--tint60:#e8acc9;--x-color-pink--shade60:#4f1330;--x-color-pink--tint70:#eec1d6;--x-color-pink--shade70:#3b0e24;--x-color-pink--tint80:#f4d6e4;--x-color-pink--shade80:#280a18;--x-color-pink--tint85:#f6e0eb;--x-color-pink--shade85:#1e0712;--x-color-pink--tint90:#f9eaf1;--x-color-pink--shade90:#14050c;--x-color-red:#ff3347;--x-color-red--tint5:#ff3d50;--x-color-red--shade5:#f23043;--x-color-red--tint10:#ff4759;--x-color-red--shade10:#e62e40;--x-color-red--tint20:#ff5c6c;--x-color-red--shade20:#cc2939;--x-color-red--tint30:#ff707e;--x-color-red--shade30:#b32432;--x-color-red--tint40:#ff8591;--x-color-red--shade40:#991f2b;--x-color-red--tint50:#ff99a3;--x-color-red--shade50:#801a24;--x-color-red--tint60:#ffadb5;--x-color-red--shade60:#66141c;--x-color-red--tint70:#ffc2c8;--x-color-red--shade70:#4d0f15;--x-color-red--tint80:#ffd6da;--x-color-red--shade80:#330a0e;--x-color-red--tint85:#ffe0e3;--x-color-red--shade85:#26080b;--x-color-red--tint90:#ffebed;--x-color-red--shade90:#1a0507;--x-color-violet:#792ec0;--x-color-violet--tint5:#8038c3;--x-color-violet--shade5:#732cb6;--x-color-violet--tint10:#8643c6;--x-color-violet--shade10:#6d29ad;--x-color-violet--tint20:#9458cd;--x-color-violet--shade20:#61259a;--x-color-violet--tint30:#a16dd3;--x-color-violet--shade30:#552086;--x-color-violet--tint40:#af82d9;--x-color-violet--shade40:#491c73;--x-color-violet--tint50:#bc97e0;--x-color-violet--shade50:#3d1760;--x-color-violet--tint60:#c9abe6;--x-color-violet--shade60:#30124d;--x-color-violet--tint70:#d7c0ec;--x-color-violet--shade70:#240e3a;--x-color-violet--tint80:#e4d5f2;--x-color-violet--shade80:#180926;--x-color-violet--tint85:#ebe0f6;--x-color-violet--shade85:#12071d;--x-color-violet--tint90:#f2eaf9;--x-color-violet--shade90:#0c0513;--x-box-shadow--depth-4:0 1.6px 3.6px 0 rgba(0,0,0,.09),0 0.3px 0.9px 0 hsla(0,0%,4%,.11);--x-box-shadow--depth-8:0 3.2px 7.2px 0 rgba(0,0,0,.09),0 0.6px 1.8px 0 hsla(0,0%,4%,.11);--x-box-shadow--depth-16:0 6.4px 14.4px 0 rgba(0,0,0,.09),0 1.2px 3.6px 0 hsla(0,0%,4%,.11);--x-box-shadow--depth-32:0 12.8px 28.8px 0 rgba(0,0,0,.09),0 2.4px 7.2px 0 hsla(0,0%,4%,.11);--x-box-shadow--depth-64:0 25.6px 57.6px 0 rgba(0,0,0,.22),0 4.8px 14.4px 0 rgba(0,0,0,.18);--x-box-shadow--elevation-1:0px 0px 2px rgba(0,0,0,.03),0px 2px 2px rgba(0,0,0,.06);--x-box-shadow--elevation-1_invert_y:0px 0px 2px rgba(0,0,0,.03),0px -2px 2px rgba(0,0,0,.06);--x-box-shadow--elevation-2:0px 4px 8px rgba(0,0,0,.04),0px 0px 4px rgba(0,0,0,.06);--x-box-shadow--elevation-3:0px 0px 2px rgba(0,0,0,.08),0px 4px 16px rgba(0,0,0,.08);--x-box-shadow--elevation-4:0px 0px 8px rgba(0,0,0,.12),0px 16px 16px rgba(0,0,0,.16);--x-motion-timing--linear:cubic-bezier(0,0,1,1);--x-motion-timing--standard:cubic-bezier(0.8,0,0.2,1);--x-motion-timing--accelerate:cubic-bezier(0.9,0.1,1,0.2);--x-motion-timing--decelerate:cubic-bezier(0.1,0.9,0.2,1);--x-border-radius--small:6px;--x-border-radius--base:12px;--x-border-radius--rounded:20px;--x-brands-color--vk:#2787f5;--x-brands-color--github:#6e5494;--x-brands-color--yandex:#c31111;--x-brands-color--microsoft:#7fba00;--x-transition:transform 0.1s ease-out,background 0.1s ease-out,color 0.1s ease-out,opacity 0.1s ease-out,-webkit-transform 0.1s ease-out}html{--x-body--background:#fff;--x-body--color:var(--x-color-black);--x-background:var(--x-body--background);--x-divider-color:#f1f3f5}html[data-theme=black]{--x-body--background:#111;--x-body--color:var(--x-color-white);--x-background:var(--x-body--background);--x-divider-color:#292b2e}*{box-sizing:border-box}html{font-size:62.5%}body{background:var(--x-body--background);color:var(--x-body--color);font-family:var(--x-font-family);font-size:var(--x-font-size--base);font-weight:var(--x-font-weight--normal);line-height:1.6;margin:0;-webkit-font-smoothing:subpixel-antialiased;-webkit-overflow-scrolling:touch;-moz-osx-font-smoothing:auto;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;height:-webkit-fill-available;-webkit-overflow-scrolling:auto;padding-right:calc(20px - 100vw + 100%)}@media(max-width:768px){body{padding-right:0}}body::-webkit-scrollbar{width:16px}body::-webkit-scrollbar-thumb{height:56px;border-radius:8px;border:4px solid transparent;background-clip:content-box;background-color:#ababab}html[data-modal=on] body{overflow:hidden;margin-left:calc(100vw - 100%)}a{-webkit-tap-highlight-color:rgba(0,0,0,0);color:var(--x-color-action);cursor:pointer;text-decoration:none;transition:opacity .1s ease-out,color .1s ease-out}a.disabled{pointer-events:none;opacity:.8}@media(hover:hover){a:hover{text-decoration:underline;color:var(--x-color-action--shade30)}}@media(active:active){a:active{color:var(--x-color-error)}}a:focus{outline:0}[hidden]{display:none}.quote{--quote--offset-x:10px;--quote--offset-y:2px;--quote--line-width:4px;--quote--line-color:var(--x-color-pink--tint10)}html[data-theme=black] .quote{--quote--line-color:var(--x-color-pink--shade50)}.quote{display:inline-block;position:relative;padding:var(--quote--offset-y) 0;padding-left:calc(var(--quote--line-width) + var(--quote--offset-x));margin:5px 0}.quote:before{content:"";flex-shrink:0;width:var(--quote--line-width);position:absolute;top:0;bottom:0;left:0;background-color:var(--quote--line-color);border-radius:var(--quote--line-width)}