.alerts-layer{--z-index:800;--alerts-layer-offset-top:1rem;--alerts-layer-offset-right:1rem;--alerts-item-font-size:13px;--alerts-item-border-radius:12px;--alerts-item-gap:.75rem;--alerts-item-tint-color:#f4f4f4;--alerts-item-tint-color--success:#afd4a9;--alerts-item-tint-color--info:#c1c9d9;--alerts-item-tint-color--danger:#f2ab99}html[data-theme=black] .alerts-layer{--alerts-item-tint-color:#fffcea;--alerts-item-tint-color--success:#afd4a9;--alerts-item-tint-color--info:#c1c9d9;--alerts-item-tint-color--danger:#f2ab99}.alerts-layer{position:fixed;top:var(--alerts-layer-offset-top);right:var(--alerts-layer-offset-right);z-index:var(--z-index)}.alerts-layer__list{display:flex;flex-direction:column;align-items:flex-end}.alerts-item{--tint-color:var(--alerts-item-tint-color);background:var(--x-background);color:var(--tint-color);border-radius:var(--alerts-item-border-radius);border:1px solid var(--tint-color);font-size:var(--alerts-item-font-size);font-weight:500;padding:.5rem .75rem;position:relative;display:inline-block;max-width:80vw;transition:all .2s;z-index:calc(var(--z-index) + 1)}.alerts-item--success{--tint-color:var(--alerts-item-tint-color--success)}.alerts-item--info{--tint-color:var(--alerts-item-tint-color--info)}.alerts-item--danger{--tint-color:var(--alerts-item-tint-color--danger)}.alerts-item:not(:last-child){margin-bottom:var(--alerts-item-gap)}.alerts-list-enter,.alerts-list-leave-to{opacity:0;transform:translateX(50px)}.icons-sprite-layer{position:absolute;width:0;height:0;overflow:hidden;z-index:-9999}.modal-layer{--z-index:663;--modal--padding:12px;--modal-layer--background:hsla(0,0%,100%,.4);--modal-layer__footer--color:#333}html[data-theme=black] .modal-layer,html[data-theme=void] .modal-layer{--modal-layer--background:rgba(0,0,0,.85);--modal-layer__footer--color:#888}.modal-layer{background:var(--modal-layer--background);backdrop-filter:blur(14px);overflow:auto;position:fixed;left:0;right:0;top:0;bottom:0;z-index:calc(var(--z-index))}.modal-layer::-webkit-scrollbar{width:16px}.modal-layer::-webkit-scrollbar-thumb{height:56px;border-radius:8px;border:4px solid transparent;background-clip:content-box;background-color:#ababab}.modal-layer__container{margin:0 auto;position:relative}.modal-layer__footer{text-align:center;padding:1rem;font-size:1.3rem;color:var(--modal-layer__footer--color)}.modal-layer__footer,.popover{-webkit-user-select:none;-moz-user-select:none;user-select:none}.popover{background:var(--popover-background);color:var(--popover-color);box-shadow:var(--popover-box-shadow);font-size:var(--popover-item-font-size);line-height:1.5em;border-radius:var(--popover-border-radius);overflow:hidden;position:absolute;display:flex;flex-direction:column;max-width:400px}@media (max-width:859px){.popover{max-width:320px}}.popover__header{padding:var(--popover-main-offset) var(--popover-main-offset) 0;box-shadow:0 0 0 var(--popover-search-bottom-offset) #fff;position:relative}.popover__main{flex:1;display:flex;flex-direction:column}.popover--scrolled .popover__header{box-shadow:0 0 0 var(--popover-search-bottom-offset) #fff,0 2px 4px 0 rgba(0,0,0,.4)}.popover__scrollable{flex:1}.popover__content{padding:var(--popover-main-offset);position:relative}.popover__content-horizon{position:absolute;top:0;left:0;width:100%;height:calc(var(--popover-search-bottom-offset) + var(--popover-main-offset));pointer-events:none}.popover__section:first-of-type .popover-title{padding-top:5px}.popover .vb .vb-content{-webkit-overflow-scrolling:touch}.popover .vb .vb-dragger{width:2px;right:var(--popover-scrollbar-offset);display:none;padding:var(--popover-scrollbar-offset) 0;box-sizing:border-box}@media (max-width:859px){.popover .vb .vb-dragger{display:block}}.popover .vb .vb-dragger .vb-dragger-styler{backface-visibility:hidden;transform:rotate3d(0,0,0);background-color:rgba(0,0,0,.1);border-radius:3px;height:calc(100% - var(--popover-scrollbar-offset)*2)}@media (min-width:860px){.popover .vb:hover .vb-dragger{display:block}}.popover-title{display:flex;align-items:center;font-size:14px;line-height:20px;padding-top:7px;padding-bottom:7px;padding-left:var(--popover-item-offset-left);padding-right:var(--popover-item-offset-right);color:#595959}.popover-title--centered{justify-content:center;white-space:nowrap;padding-left:8px;padding-right:8px}.popover-search{position:relative;height:36px}.popover-search .v-field{width:100%;position:absolute;top:0;left:0}.popover-search .v-field__icon{top:7px}.popover-search .v-field__icon--left{left:10px}.popover-search .v-text-input{height:34px}.popover-search .v-text-input__input{line-height:1.3em}.popover-search .v-text-input--icon-l{padding-left:41px}.popover-item{background:var(--popover-item-background);color:var(--popover-item-color);border-radius:var(--popover-item-border-radius);padding-top:6px;padding-bottom:6px;padding-left:var(--popover-item-offset-left);padding-right:var(--popover-item-offset-right);display:flex;align-items:center;cursor:pointer}.popover-item:not(:last-child){margin-bottom:var(--popover-item-gap)}.popover-item--focused,.popover-item:hover{background:var(--popover-item-background--hover);color:var(--popover-item-color--hover)}.popover-item--selected{--popover-item-offset-right:10px;background:var(--popover-item-background--selected);color:var(--popover-item-color--selected)}.popover-item--disabled{pointer-events:none;opacity:.6}.popover-item__icon,.popover-item__image{flex-shrink:0;width:var(--popover-item__icon-size);height:var(--popover-item__icon-size);margin-right:var(--popover-item__icon-offset)}.popover-item__icon{display:flex;align-items:center;justify-content:center}.popover-item__icon svg{fill:currentColor;flex-shrink:0}.popover-item__image{background-color:var(--layout-item--background,#dedede);border-radius:var(--popover-item-border-radius);background-size:cover;background-repeat:no-repeat;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);image-rendering:-webkit-optimize-contrast}.popover-item--selected.popover-item--focused,.popover-item--selected:hover{background:var(--popover--item-background--selected-hover);color:var(--popover--item-color--selected-hover)}.popover-item--selected .popover-item__label{font-weight:500}.popover-item--selected .popover-item__slot{margin-right:0}.popover-item--with-details{align-items:flex-start}.popover-item--with-details .popover-item__main:not(:first-child){margin-top:-2px}.popover-item__main{min-width:0}.popover-item__main:not(:last-child){margin-right:10px}.popover-item__details{font-size:14px;line-height:20px;color:#595959;margin-top:1px;margin-bottom:-3px}.popover-item__slot{margin-left:auto;margin-right:-8px}.popover-item__slot .icon{display:block}.popover-item .popover-item__details,.popover-item .popover-item__label,.popover-item .popover-title__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popover-layer{--z-index:800;--popover-border-radius:6px;--popover-main-offset:6px;--popover-search-bottom-offset:4px;--popover-scrollbar-offset:8px;--popover-item-font-size:13px;--popover-item-border-radius:6px;--popover-item-offset-left:10px;--popover-item-offset-right:18px;--popover-item-gap:4px;--popover-item__icon-size:22px;--popover-item__icon-offset:10px;--popover-background:#fff;--popover-color:var(--x-color);--popover-box-shadow:0 4px 8px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.25);--popover-item-background:transparent;--popover-item-color:inherit;--popover-item-background--hover:#f0f2f5;--popover-item-color--hover:inherit;--popover-item-background--selected:#e7e1fe;--popover-item-color--selected:inherit;--popover-item-background--selected-hover:#d8d1f4;--popover-item-color--selected-hover:inherit}html[data-theme=black] .popover-layer{--popover-background:#181818;--popover-color:var(--x-color);--popover-box-shadow:0 4px 8px rgba(0,0,0,.25),0 0 1px hsla(0,0%,100%,.25);--popover-item-background:transparent;--popover-item-color:inherit;--popover-item-background--hover:#222;--popover-item-color--hover:inherit;--popover-item-background--selected:#332d46;--popover-item-color--selected:inherit;--popover-item-background--selected-hover:#3d3653;--popover-item-color--selected-hover:inherit}.popover-layer{width:100%;position:absolute;top:0;left:0}.popover-layer .popover{position:absolute;top:var(--top,0);left:var(--left,0);z-index:var(--z-index)}.tabbar{display:grid;grid-template-columns:repeat(var(--tabbar-item-count),20%);justify-content:space-between;margin:0 auto;width:100%}.tabbar-item{--tabbar-item--color:#868e96;--tabbar-item--color-hover:#212529;--tabbar-item--color-active:#212529;--tabbar-item__badge--color:#e03131;--tabbar-item__badge--border:var(--x-background)}html[data-theme=black] .tabbar-item{--tabbar-item--color:#9f9f9f;--tabbar-item--color-hover:#fffcea;--tabbar-item--color-active:#fffcea;--tabbar-item__badge--color:#e03131;--tabbar-item__badge--border:var(--x-background)}html[data-theme=void] .tabbar-item{--tabbar-item--color:#828282;--tabbar-item--color-hover:#ccc;--tabbar-item--color-active:#fff;--tabbar-item__badge--color:#e03131;--tabbar-item__badge--border:var(--x-background)}.tabbar-item{background:transparent;color:var(--tabbar-item--color);display:flex;flex-direction:column;align-items:center;justify-content:center;outline-style:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;list-style:none;position:relative;margin:4px 2px;padding:10px 16px;outline:none;transition:var(--x-transition)}.tabbar-item--active{color:var(--tabbar-item--color-active)}@media (hover:hover){.tabbar-item:hover{color:var(--tabbar-item--color-hover);text-decoration:none}}.tabbar-item__icon{position:relative}.tabbar-item__icon svg{fill:currentColor;flex-shrink:0;display:block}.tabbar-item__title{font-size:1rem;line-height:1.2em;word-break:break-all}.tabbar-item__badge,.tabbar-item__title{-webkit-user-select:none;-moz-user-select:none;user-select:none}.tabbar-item__badge{position:absolute;right:-5px;top:-5px;background-color:var(--tabbar-item__badge--color);border-radius:50%;border:2px solid var(--tabbar-item__badge--border);display:block;flex-grow:0;flex-shrink:0;height:10px;width:10px}.app-tabbar{--tabbar-item-count:1;--tabbar--background:var(--x-body--background);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:769px)and (max-width:1070px){.app-tabbar{position:sticky;top:0}}@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}.placeholder--size-s{--padding:5rem 1rem}.placeholder--size-m{--padding:10rem 1rem}.placeholder--size-l{--padding:15rem 1rem}.placeholder{--placeholder-text--color:#868e96}html[data-theme=black] .placeholder{--placeholder-text--color:#828282}.placeholder{display:flex;align-items:center;box-sizing:border-box;flex-direction:column;justify-content:center;color:inherit;text-align:center;padding:var(--padding);-webkit-user-select:none;-moz-user-select:none;user-select:none}.placeholder__icon{display:inline-block;vertical-align:top}.placeholder__icon svg{fill:currentColor;flex-shrink:0;display:block}.placeholder__header{font-size:2.2rem}.placeholder__header,.placeholder__text{font-weight:400;margin:0;padding:0;line-height:1.6em}.placeholder__text{color:var(--placeholder-text--color,inherit);font-size:1.5rem}.placeholder__header+.placeholder__text{margin-top:7px}.spacer[data-v-da09a067]{height:var(--height)}.help-item{--help-item__title--color:#212529;--help-item__caption--color:#495057}html[data-theme=black] .help-item{--help-item__title--color:#f0f0f0;--help-item__caption--color:#999}.help-item{display:inline-flex;flex-direction:row;align-items:center;position:relative;overflow:hidden;text-decoration:none;transition:var(--x-transition)}.help-item__content{display:flex;flex-direction:column;align-items:baseline}.help-item__title{color:var(--help-item__title--color);font-size:1.4rem;font-weight:500;line-height:1.4em}.help-item__caption{color:var(--help-item__caption--color);font-size:1.3rem;font-weight:var(--x-font-weight--normal);line-height:1.4em}@media(hover:hover){.help-item:hover{text-decoration:none}}.placeholder-loading,html[data-theme=black] .placeholder-loading{--loading-spiner--color:#aaa}.placeholder-loading{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:10rem 1rem}.spinner{color:var(--loading-spiner--color,#ddd);transition:opacity .15s ease;animation:rotator 1.4s linear infinite;animation-play-state:paused}.spinner.show{animation-play-state:running}.spinner.v-enter,.spinner.v-leave-active{opacity:0}.spinner.v-enter-active,.spinner.v-leave{opacity:1}.spinner .path{stroke:currentColor;stroke-dasharray:126;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes rotator{0%{transform:scale(.5) rotate(0deg)}to{transform:scale(.5) rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:126}50%{stroke-dashoffset:63;transform:rotate(135deg)}to{stroke-dashoffset:126;transform:rotate(450deg)}}.header[data-v-6ca910c8]{white-space:pre-line;word-wrap:break-word;word-break:break-word;font-weight:var(--x-font-weight--bold);font-size:2rem;line-height:1.5em}.meta-info{--meta-info__item--color:#666;--meta-info__item--color-hover:#212529;--meta-info__item--color-active:#212529}html[data-theme=black] .meta-info{--meta-info__item--color:#919190;--meta-info__item--color-hover:#f2f2f0;--meta-info__item--color-active:#f2f2f0}html[data-theme=void] .meta-info{--meta-info__item--color:#828282;--meta-info__item--color-hover:#ccc;--meta-info__item--color-active:#fff}.meta-info{display:flex;justify-content:left;align-items:center;position:relative}.meta-info__item{position:relative;color:var(--meta-info__item--color);font-size:1.2rem;line-height:1.2em;transition:var(--x-transition)}@media (hover:hover){.meta-info__item:is(a,.meta-info__item--action):hover{text-decoration:none;cursor:pointer;color:var(--meta-info__item--color-hover)}}.meta-info__item--active{color:var(--meta-info__item--color-active)}.meta-info svg{fill:currentColor;flex-shrink:0;display:block}.meta-info__item+.meta-info__item{margin-left:1.25rem}.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}.button--size-xs{--button--button-size:24px;--button--font-size:1.2rem;--button--padding:5px}.button--size-s{--button--button-size:28px;--button--font-size:1.3rem;--button--padding:10px}.button--size-m{--button--button-size:32px;--button--font-size:1.4rem;--button--padding:12px}.button--size-l{--button--button-size:38px;--button--font-size:1.4rem;--button--padding:16px}.button{--button__badge--color:#e03131}.button--mode-primary{--button--background:#212529;--button--color:#f8f9fa;--button--background-hover:#343a40;--button--color-hover:#f8f9fa}html[data-theme=black] .button--mode-primary{--button--background:#f2f2f0;--button--color:#1d1d1d;--button--background-hover:#e5e5e3;--button--color-hover:#1d1d1d}.button--mode-secondary{--button--background:#f1f3f5;--button--color:#343a40;--button--background-hover:#e9ecef;--button--color-hover:#212529}html[data-theme=black] .button--mode-secondary{--button--background:#1f1f1f;--button--color:#f0f0f0;--button--background-hover:#242424;--button--color-hover:#f0f0f0}.button--mode-tertiary{--button--background:transparent;--button--color:#495057;--button--background-hover:#e9ecef;--button--color-hover:#212529}html[data-theme=black] .button--mode-tertiary{--button--background:transparent;--button--color:#999;--button--background-hover:#242424;--button--color-hover:#f0f0f0}.button--mode-outline{--button--background:transparent}.button{background:var(--button--background);color:var(--button--color);margin:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;box-shadow:none;max-width:100%;min-height:var(--button--button-size);min-width:var(--button--button-size);display:inline-block;border-radius:8px;transition:var(--x-transition);font-family:var(--x-font-family)}@media (hover:hover){.button:hover{background:var(--button--background-hover);color:var(--button--color-hover);text-decoration:none}}.button__badge{position:absolute;right:4px;top:4px;background-color:var(--button__badge--color);border-radius:50%;display:block;height:6px;width:6px}.button__container{position:relative;align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-height:inherit;text-align:center;width:100%}.button__icon svg{fill:currentColor;flex-shrink:0;display:block}.button__icon--before{padding-left:var(--button--padding)}.button__icon--after{padding-right:var(--button--padding)}.button__label{white-space:nowrap;word-break:keep-all;font-size:var(--button--font-size);line-height:1.2em;font-weight:500}.button__label:last-child{padding-right:var(--button--padding)}.button__label:first-child{padding-left:var(--button--padding)}.button--singe-icon .button__icon--after,.button--singe-icon .button__icon--before{margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.button__icon--after:not(:first-child),.button__icon--before:not(:last-child)+.button__label{margin-left:6px}.button--stretched{display:block;flex-basis:0;flex-grow:1;width:100%}.button--active{background:var(--button--background-hover);box-shadow:0 1px 1px rgba(32,35,51,.04),0 2px 4px rgba(32,35,51,.02)}.button--disabled{opacity:.4;pointer-events:none;cursor:default}@media (hover:hover){.button--disabled:hover{background:var(--button--background);color:var(--button--color)}}.items-list{display:flex;flex-direction:column}.items-list>:not(:last-child){position:relative;margin-bottom:var(--m-size,1.5rem)}.items-list--entries{--m-size:4.0rem}.items-list--users{--m-size:1.5rem}.items-list--badges{--m-size:3.0rem}.items-list--feeds{--m-size:2.0rem}.items-list--notifications{--m-size:2.5rem}.items-list--helps{--m-size:1.5rem;align-items:flex-start}.items-list--tags{--m-size:1.0rem;align-items:flex-start}.items-list--tickets{--m-size:1.5rem;align-items:flex-start}.items-list--logins{--m-size:1.0rem;align-items:flex-start}.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--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--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:pointer;background:var(--select-field--background);border-radius:8px;border:1px solid var(--select-field--border-color);transition:border-color .15s ease,background .15s ease}.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);flex-shrink:0}.select-field__icon svg{fill:currentColor;flex-shrink:0}.select-field__input{display:block;background:transparent;border:0;padding:0;height:100%;width:100%;outline:none;color:var(--select-field--color,#111);font-size:var(--select-field--font-size);font-family:inherit;line-height:1.5em;cursor:pointer}.select-field__input>option{background:var(--select-field--background);color:var(--select-field--color)}.select-field__input:last-child{padding-right:var(--select-field--padding)}.select-field__input:first-child{padding-left:var(--select-field--padding)}.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}.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:9999s}.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(--x-separator--color,#f1f3f5)}.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:#f3f3f1;--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:#f9f9f7;--x-color-white--shade50:#797978;--x-color-white--tint60:#fafaf9;--x-color-white--shade60:#616160;--x-color-white--tint70:#fbfbfa;--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:#198bb1;--x-color-action--tint20:#49afd1;--x-color-action--shade20:#167c9e;--x-color-action--tint30:#60b9d6;--x-color-action--shade30:#146c8a;--x-color-action--tint40:#77c3dc;--x-color-action--shade40:#115d76;--x-color-action--tint50:#8dcde2;--x-color-action--shade50:#0e4d63;--x-color-action--tint60:#a4d7e8;--x-color-action--shade60:#0b3e4f;--x-color-action--tint70:#bbe1ee;--x-color-action--shade70:#082e3b;--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:#030f14;--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:#63183b;--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:#72b599;--x-color-success--shade30:#25694c;--x-color-success--tint40:#86c0a7;--x-color-success--shade40:#205a41;--x-color-success--tint50:#9acbb6;--x-color-success--shade50:#1a4b36;--x-color-success--tint60:#aed5c5;--x-color-success--shade60:#153c2c;--x-color-success--tint70:#c2dfd3;--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:#ffcf80;--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:#fff5e6;--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:#173e6c;--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:#dfebf9;--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:#d1d6db;--x-color-gray--shade50:#51575c;--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:#72b599;--x-color-green--shade30:#25694c;--x-color-green--tint40:#86c0a7;--x-color-green--shade40:#205a41;--x-color-green--tint50:#9acbb6;--x-color-green--shade50:#1a4b36;--x-color-green--tint60:#aed5c5;--x-color-green--shade60:#153c2c;--x-color-green--tint70:#c2dfd3;--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:#ffcf80;--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:#fff5e6;--x-color-orange--shade90:#1a1000;--x-color-purple:#735ce6;--x-color-purple--tint5:#7a64e7;--x-color-purple--shade5:#6d57da;--x-color-purple--tint10:#816ce8;--x-color-purple--shade10:#6753cf;--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:#392e73;--x-color-purple--tint60:#c7bef5;--x-color-purple--shade60:#2e255c;--x-color-purple--tint70:#d5cef7;--x-color-purple--shade70:#221c45;--x-color-purple--tint80:#e3defa;--x-color-purple--shade80:#17122e;--x-color-purple--tint85:#eae7fb;--x-color-purple--shade85:#110e22;--x-color-purple--tint90:#f1effc;--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:#63183b;--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:#bc96df;--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-separator--color:#f1f3f5}html[data-theme=black]{--x-body--background:#111;--x-body--color:var(--x-color-white);--x-background:var(--x-body--background);--x-separator--color:#292b2e}html[data-theme=void]{--x-body--background:#000;--x-body--color:var(--x-color-white);--x-background:var(--x-body--background);--x-separator--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)}.spoiler{background-color:currentColor;border-radius:3px;cursor:pointer;transition:background-color .1s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.spoiler.revealed{background-color:transparent;-webkit-user-select:text;-moz-user-select:text;user-select:text}