.EditorTheme__code{background-color:transparent;font-family:Menlo,Consolas,Monaco,monospace;display:block;padding:8px 8px 8px 52px;line-height:1.53;font-size:13px;margin:8px 0;overflow-x:auto;border:1px solid hsl(var(--border));position:relative;border-radius:8px;tab-size:2;color:hsl(var(--theme-primary))}.EditorTheme__code:before{content:attr(data-gutter);position:absolute;background-color:transparent;border-right:1px solid hsl(var(--border));left:0;top:0;padding:8px;color:hsl(var(--theme-muted));white-space:pre-wrap;text-align:right;min-width:25px}.EditorTheme__table{border-collapse:collapse;border-spacing:0;overflow-y:scroll;overflow-x:scroll;table-layout:fixed;width:fit-content;width:100%;margin:0 0 30px}.EditorTheme__tokenComment,.EditorTheme__tokenPunctuation{color:hsl(var(--theme-muted))}.EditorTheme__tokenProperty,.EditorTheme__tokenSelector{color:hsl(var(--theme-accent))}.EditorTheme__tokenOperator{color:hsl(var(--theme-primary))}.EditorTheme__tokenAttr,.EditorTheme__tokenFunction,.EditorTheme__tokenVariable{color:hsl(var(--theme-accent))}.Collapsible__container{background-color:hsl(var(--theme-background));border:1px solid hsl(var(--border));border-radius:.5rem;margin-bottom:.5rem;color:hsl(var(--theme-primary))}.Collapsible__title{padding:.25rem .25rem .25rem 1rem;position:relative;font-weight:700;outline:none;cursor:pointer;list-style-type:disclosure-closed;list-style-position:inside;color:hsl(var(--theme-primary))}.Collapsible__title p{display:inline-flex}.Collapsible__title::marker{color:hsl(var(--theme-muted))}.Collapsible__container[open]>.Collapsible__title{list-style-type:disclosure-open}