:root,:host{--color-twoslash-error-foreground:#f14d4c;--color-twoslash-error:#f14d4c1a;--color-twoslash-tag-foreground:#0f74c5;--color-twoslash-tag:#0f74c51a;--color-twoslash-tag-warn-foreground:#c67c00;--color-twoslash-tag-warn:#c67c001a;--color-twoslash-tag-annotate-foreground:#009962;--color-twoslash-tag-annotate:#0099621a}@supports (color:lab(0% 0 0)){:root,:host{--color-twoslash-error-foreground:lab(57.3944% 63.124 38.0626);--color-twoslash-error:lab(57.3944% 63.124 38.0626/.1);--color-twoslash-tag-foreground:lab(47.0007% -3.24479 -50.2754);--color-twoslash-tag:lab(47.0007% -3.24479 -50.2754/.1);--color-twoslash-tag-warn-foreground:lab(59.0347% 25.0884 72.7454);--color-twoslash-tag-warn:lab(59.0347% 25.0884 72.7454/.1);--color-twoslash-tag-annotate-foreground:lab(55.5653% -50.5798 19.8044);--color-twoslash-tag-annotate:lab(55.5653% -50.5798 19.8044/.1)}}.fd-twoslash-popover{z-index:50;border:1px solid var(--border);background:var(--background);min-width:240px;max-width:min(450px,96vw);max-height:400px;color:var(--foreground);transform-origin:var(--radix-popover-content-transform-origin);border-radius:.75rem;padding:.75rem;font-size:.8125rem;overflow:auto;box-shadow:0 4px 12px #00000014;box-shadow:0 4px 12px lab(0% 0 0/.08)}.dark .fd-twoslash-popover{box-shadow:0 4px 12px #0000004d;box-shadow:0 4px 12px lab(0% 0 0/.3)}.fd-twoslash-popover[data-state=open]{animation:.15s ease-out fd-twoslash-in}.fd-twoslash-popover[data-state=closed]{animation:.1s ease-in fd-twoslash-out}@keyframes fd-twoslash-in{0%{opacity:0;transform:scale(.96)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes fd-twoslash-out{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.96)translateY(-4px)}}.fd-twoslash-popover:focus-visible{outline:none}.twoslash-completion-list,.twoslash-popup-container{-webkit-user-select:none;user-select:none;white-space:normal;border:1px solid var(--border);z-index:8;width:18rem;color:var(--foreground);background:var(--background);border-radius:.5rem;flex-direction:column;margin-top:.5rem;margin-right:-18rem;padding:.5rem;display:flex;position:relative;box-shadow:0 4px 12px #00000014;box-shadow:0 4px 12px lab(0% 0 0/.08)}.dark .twoslash-completion-list,.dark .twoslash-popup-container{box-shadow:0 4px 12px #0000004d;box-shadow:0 4px 12px lab(0% 0 0/.3)}.twoslash-completion-cursor{flex-direction:column;display:inline-flex}.twoslash-completion-list:hover{-webkit-user-select:auto;user-select:auto}.twoslash-popup-arrow{display:none}.twoslash-popup-code{overflow-wrap:anywhere;line-height:1.6;font-size:.8125rem!important}.twoslash-popup-code .line{padding-left:0!important}.twoslash-popup-docs,.twoslash-popup-docs-tags{color:var(--muted-foreground);margin-top:.5rem!important;font-size:.8125rem!important;line-height:1.6!important}.twoslash-popup-docs-tag{flex-direction:row;gap:.375rem;display:flex}.twoslash-popup-docs-tag-name{color:var(--foreground);font-weight:500}.twoslash:hover .twoslash-hover{border-color:var(--muted-foreground)}.twoslash .twoslash-hover{all:unset;cursor:help;border-bottom:1px dotted #0000;transition:border-color .15s;position:relative}.twoslash .twoslash-error-line{background:var(--color-twoslash-error);border-left:2px solid var(--color-twoslash-error-foreground);color:var(--color-twoslash-error-foreground);border-radius:0 .25rem .25rem 0;margin:.25rem 0;padding:.375rem .75rem;font-size:.8125rem;position:relative}.twoslash .twoslash-error{-webkit-text-decoration:wavy underline var(--color-twoslash-error-foreground);-webkit-text-decoration:wavy underline var(--color-twoslash-error-foreground);-webkit-text-decoration:wavy underline var(--color-twoslash-error-foreground);text-decoration:wavy underline var(--color-twoslash-error-foreground);text-underline-offset:3px}.twoslash-completion-cursor:before{content:"";background:var(--foreground);opacity:.5;width:1px;height:1.2em}.twoslash-completion-list{display:inline-flex}.twoslash-completion-list li{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.375rem;padding:.125rem 0;font-size:.8125rem;display:inline-flex;overflow:hidden}.twoslash-completion-list li span.twoslash-completions-unmatched{color:var(--muted-foreground)}.twoslash-completion-list .deprecated{opacity:.5;text-decoration:line-through}.twoslash-completion-list .twoslash-completions-icon{width:.875rem;color:var(--muted-foreground);flex:none}.twoslash .twoslash-tag-line{background:var(--color-twoslash-tag);border-left:2px solid var(--color-twoslash-tag-foreground);color:var(--color-twoslash-tag-foreground);border-radius:0 .25rem .25rem 0;align-items:center;gap:.375rem;margin:.25rem 0;padding:.375rem .75rem;font-size:.8125rem;display:flex;position:relative}.twoslash .twoslash-tag-line .twoslash-tag-icon{width:.875rem;color:inherit}.twoslash .twoslash-tag-line.twoslash-tag-error-line{background:var(--color-twoslash-error);border-left-color:var(--color-twoslash-error-foreground);color:var(--color-twoslash-error-foreground)}.twoslash .twoslash-tag-line.twoslash-tag-warn-line{background:var(--color-twoslash-tag-warn);border-left-color:var(--color-twoslash-tag-warn-foreground);color:var(--color-twoslash-tag-warn-foreground)}.twoslash .twoslash-tag-line.twoslash-tag-annotate-line{background:var(--color-twoslash-tag-annotate);border-left-color:var(--color-twoslash-tag-annotate-foreground);color:var(--color-twoslash-tag-annotate-foreground)}.twoslash-meta-line{display:flex}@media (prefers-reduced-motion:reduce){.twoslash *,.fd-twoslash-popover{transition:none!important;animation:none!important}}
