.spinner{border:.1rem solid;border-bottom:.1rem solid rgba(0,0,0,0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.switch-thumb[data-state=checked] .switch-thumb-on{display:block}.switch-thumb[data-state=checked] .switch-thumb-off,.switch-thumb[data-state=unchecked] .switch-thumb-on{display:none}.switch-thumb[data-state=unchecked] .switch-thumb-off{display:block}@keyframes ticker{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(-100%,0,0)}}.progress1{--mask:radial-gradient(23.87px at 50% calc(100% + 16.8px),#0000 calc(99% - 4px),#000 calc(101% - 4px) 99%,#0000 101%) calc(50% - 28px) calc(50% - 9px + 0.5px) /56px 18px repeat-x,radial-gradient(23.87px at 50% -16.8px,#0000 calc(99% - 4px),#000 calc(101% - 4px) 99%,#0000 101%) 50% calc(50% + 9px) /56px 18px repeat-x;background:linear-gradient(60deg,hsl(var(--brand)),hsl(var(--brand)));animation:ticker 3s linear infinite}.progress1,.progress2{-webkit-mask:var(--mask);mask:var(--mask);height:20px;width:100%}.progress2{--mask:radial-gradient(6px at 50% calc(100% + 0px),#0000 calc(99% - 2px),#000 calc(101% - 2px) 99%,#0000 101%) calc(50% - 10px) calc(50% - 3.5px + 0.5px) /20px 7px repeat-x,radial-gradient(6px at 50% 0px,#0000 calc(99% - 2px),#000 calc(101% - 2px) 99%,#0000 101%) 50% calc(50% + 3.5px) /20px 7px repeat-x;background:linear-gradient(60deg,hsl(var(--primary)),hsl(var(--primary)));animation:ticker 2s linear infinite}.image-preview-container:hover .image-preview-remove-btn{opacity:1}.markdown-paragraph:not(:last-child),.text-sm>pre:not(:last-child){margin-bottom:1rem}.json-diff-viewer{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-family:var(--font-mono);color:var(--background-content);background:var(--background)}.json-diff-viewer tr{vertical-align:top}.json-diff-viewer tr .line-add{background:hsl(var(--background-success))}.json-diff-viewer tr .line-remove{background:hsl(var(--background-destructive));color:hsl(var(--background-destructive-content))}.json-diff-viewer tr .line-modify{background:hsl(var(--background-grey2))}.json-diff-viewer tr:hover td{position:relative}.json-diff-viewer tr:hover td:before{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.05);content:"";pointer-events:none}.json-diff-viewer tr.message-line{border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));text-align:center}.json-diff-viewer tr.message-line td{padding:.5rem 0;font-size:var(--font-size-xs);font-family:var(--font-mono)}.json-diff-viewer tr.expand-line{text-align:center}.json-diff-viewer tr.expand-line td{padding:4px 0}.json-diff-viewer tr.expand-line:hover td:before{background:rgba(0,0,0,0)}.json-diff-viewer tr.expand-line .has-lines-before{border-bottom:1px solid hsl(var(--border))}.json-diff-viewer tr.expand-line .has-lines-after{border-top:1px solid hsl(var(--border))}.json-diff-viewer tr.expand-line button{padding:0;border:none;margin:0 .5em;background:rgba(0,0,0,0);color:hsl(var(--brand));cursor:pointer;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.json-diff-viewer tr.expand-line button:hover{text-decoration:underline}.json-diff-viewer td{padding:1px;font-size:0}.json-diff-viewer td.line-number{box-sizing:content-box;padding:0 8px;border-right:1px solid hsl(var(--border));font-family:var(--font-mono);font-size:var(--font-size-xs);text-align:right;-webkit-user-select:none;-moz-user-select:none;user-select:none}.json-diff-viewer pre{overflow:hidden;margin:0;font-size:var(--font-size-xs);line-height:var(--font-size-lg);white-space:pre-wrap;word-break:break-all}.json-diff-viewer pre .inline-diff-add{color:hsl(var(--background-success-content));background:hsl(var(--background-success));text-decoration:underline;word-break:break-all}.json-diff-viewer pre .inline-diff-remove{background:hsl(var(--background-destructive));color:hsl(var(--background-destructive-content));text-decoration:line-through;word-break:break-all}.json-diff-viewer-virtual pre{overflow-x:auto;white-space:pre}.json-diff-viewer-virtual pre::-webkit-scrollbar{display:none}.__json-pretty__{line-height:1.3;color:var(--background-content);background:var(--background);overflow:auto;font-size:var(--font-size-xs);white-space:pre-wrap}.__json-pretty__ .__json-key__{color:var(--operator-color)}.__json-pretty__ .__json-value__{color:var(--regex-color)}.__json-pretty__ .__json-string__{color:var(--string-color)}.__json-pretty__ .__json-boolean__{color:var(--bool-color)}.__json-pretty-error__{line-height:1.3;color:var(--destructive-content);background:var(--background);overflow:auto}.json-pretty-nowrap .__json-pretty__{width:-moz-max-content;width:max-content}@keyframes make100WidthCycle{0%{opacity:0;width:0}70%{width:70%;opacity:1}to{width:100%;opacity:0}}.make100WidthCycle{animation:make100WidthCycle 1.5s linear infinite}.crossed-out{position:relative}.crossed-out:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#000}.version-history-line{height:calc(50% - 8px)}:root{--progess-color-start:hsla(240,55%,50%,.56);--progress-color:#3A3AC6;--infinite-color-start:rgba(100,207,100,0.56);--infinite-color:#64CF64;--complete-color-start:rgba(207,100,137,0.96);--complete-color:#CF6464}.progress-transition{background:linear-gradient(to right,var(--progess-color-start) 0,var(--progress-color) 100%)}.infinite-transition{background:linear-gradient(to right,var(--infinite-color-start) 56%,var(--infinite-color) 100%)}.complete-transition{background:linear-gradient(to right,var(--complete-color-start) 0,var(--complete-color) 100%)}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,0.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,0.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.message-replay-event-bar{position:absolute;width:1px;top:0;background-color:hsl(var(--border));margin-left:1rem;z-index:0;height:100%}.message-replay:first-child .message-replay-event-bar{height:calc(100% - .75rem);margin-top:.75rem}.message-replay:last-child .message-replay-event-bar{top:0;height:1rem}.message-replay:only-child .message-replay-event-bar{display:none}.blockviewer-fade{background:linear-gradient(90deg,rgba(198,202,206,0) 0,hsl(var(--background-grey)) 100%)}:root{--upvote-background:120,61%,50%,.16;--downvote-background:330,27%,80%;--downvote-content:337 96% 9%;--upvote-content:120 49% 22%;--upvote-border:120 61%,50%,.24;--downvote-border:337 96%,9%,.24}.upvote-container{background-color:hsla(var(--upvote-background));color:hsl(var(--upvote-content));border-top:1px solid hsl(var(--upvote-border));border-bottom:1px solid hsl(var(--upvote-border));border-left:1px solid hsl(var(--upvote-border))}.downvote-container{background-color:hsl(var(--downvote-background));color:hsl(var(--downvote-content));border-top:1px solid hsl(var(--downvote-border));border-bottom:1px solid hsl(var(--downvote-border));border-left:1px solid hsl(var(--downvote-border))}.dynamic-app{box-shadow:0 1px 2px 0 rgba(0,0,0,.0588235294),0 1px 2px 0 rgba(32,32,32,.0588235294);transition-duration:.6s;transition-property:none}