.source-editor,.docs-code-block{--source-editor-background: hsl(210 33% 98%);--source-editor-foreground: hsl(222 31% 18%);--source-editor-gutter: hsl(214 29% 95%);--source-editor-gutter-foreground: hsl(218 14% 48%);--source-editor-current-line: hsl(214 42% 93% / .72);--source-editor-selection: hsl(216 92% 78% / .5);--source-editor-keyword: hsl(262 51% 43%);--source-editor-string: hsl(30 72% 35%);--source-editor-comment: hsl(215 14% 43%);--source-editor-arrow: hsl(193 75% 34%);--source-editor-punctuation: hsl(224 26% 45%);--source-editor-indent-guide: hsl(220 18% 55% / .4);--source-editor-font-size: 12px;--source-editor-line-height: 20px}.source-editor{display:flex;min-height:0;height:100%;flex-direction:column;overflow:hidden;background:var(--source-editor-background);color:var(--source-editor-foreground);font-family:var(--source-editor-font-family);font-size:var(--source-editor-font-size);font-weight:400;line-height:var(--source-editor-line-height)}.dark .source-editor,.dark .docs-code-block{--source-editor-background: hsl(222 18% 11%);--source-editor-foreground: hsl(219 24% 90%);--source-editor-gutter: hsl(222 17% 13%);--source-editor-gutter-foreground: hsl(218 13% 59%);--source-editor-current-line: hsl(218 24% 19% / .9);--source-editor-selection: hsl(216 76% 58% / .42);--source-editor-keyword: hsl(272 82% 78%);--source-editor-string: hsl(38 78% 73%);--source-editor-comment: hsl(216 17% 63%);--source-editor-arrow: hsl(190 82% 71%);--source-editor-punctuation: hsl(221 27% 69%);--source-editor-indent-guide: hsl(218 18% 66% / .34)}.docs-code-block{position:relative;overflow:hidden;border:1px solid hsl(var(--border));border-radius:.5rem;background:var(--source-editor-background);color:var(--source-editor-foreground);font-family:var(--source-editor-font-family);font-size:var(--source-editor-font-size);font-weight:400;line-height:var(--source-editor-line-height)}.docs-code-block-label{min-height:36px;padding:8px 48px 8px 12px;border-bottom:1px solid hsl(var(--border));background:var(--source-editor-gutter);color:var(--source-editor-gutter-foreground);font-family:var(--font-ui);font-size:10px;font-weight:500;line-height:20px;letter-spacing:.025em;text-transform:uppercase}.docs-code-block-copy{position:absolute;top:6px;right:8px;display:grid;width:28px;height:28px;place-items:center;border-radius:.375rem;background:var(--source-editor-gutter);color:var(--source-editor-gutter-foreground);opacity:.78;transition:color .15s,background-color .15s,opacity .15s}.docs-code-block-copy:hover{background:var(--source-editor-current-line);color:var(--source-editor-foreground);opacity:1}.docs-code-block-copy:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:-2px;opacity:1}.docs-code-block-error{margin:0;padding:12px 16px 0;color:hsl(var(--destructive));font-family:var(--font-ui);font-size:12px;line-height:18px}.docs-code-block pre{margin:0;padding:12px 16px;overflow-x:auto;color:var(--source-editor-foreground);font:inherit;line-height:inherit;-moz-tab-size:4;-o-tab-size:4;tab-size:4;white-space:pre;scrollbar-width:thin}.docs-code-block code{font:inherit}.docs-code-block ::-moz-selection{background:var(--source-editor-selection)}.docs-code-block ::selection{background:var(--source-editor-selection)}.source-editor-content{display:flex;min-width:0;min-height:0;flex:1;overflow:hidden}.source-editor-gutter{z-index:2;flex:0 0 auto;overflow:hidden;padding:12px 10px 12px 12px;background:var(--source-editor-gutter);color:var(--source-editor-gutter-foreground);font-size:11px;line-height:var(--source-editor-line-height);text-align:right;-webkit-user-select:none;-moz-user-select:none;user-select:none}.source-editor-line-number{display:block;width:100%;min-height:var(--source-editor-line-height);padding:0;border:0;background:transparent;color:inherit;font:inherit;line-height:var(--source-editor-line-height);text-align:right}.source-editor-line-number-error{cursor:pointer;color:hsl(var(--destructive));font-weight:600}.source-editor-line-number-error:focus-visible{border-radius:2px;outline:2px solid hsl(var(--ring));outline-offset:-1px}.source-editor-code{position:relative;min-width:0;flex:1;overflow:hidden}.source-editor-current-line{position:absolute;right:0;left:0;z-index:0;height:var(--source-editor-line-height);background:var(--source-editor-current-line);pointer-events:none}.source-editor-highlight,.source-editor-input{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;margin:0;padding:12px 16px;overflow:auto;font:inherit;line-height:var(--source-editor-line-height);letter-spacing:inherit;-moz-tab-size:4;-o-tab-size:4;tab-size:4;white-space:pre;scrollbar-width:thin}.source-editor-highlight{z-index:2;width:-moz-max-content;width:max-content;min-width:100%;color:var(--source-editor-foreground);pointer-events:none}.source-editor-input{z-index:3;width:100%;min-width:100%;resize:none;border:0;outline:none;background:transparent;color:transparent;caret-color:var(--source-editor-foreground)}.source-editor-highlight code{font:inherit}.source-editor-indent-guides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;pointer-events:none}.source-editor-indent-guides-content{box-sizing:border-box;min-width:100%;min-height:100%;padding:12px 16px;will-change:transform}.source-editor-indent-guide-line{position:relative;height:var(--source-editor-line-height)}.source-editor-indent-guide{position:absolute;top:0;bottom:0;left:calc(var(--source-editor-indent-level) * 4ch);border-left:1px solid var(--source-editor-indent-guide)}.source-editor-input::-moz-selection{background:var(--source-editor-selection);color:transparent}.source-editor-input::selection{background:var(--source-editor-selection);color:transparent}.source-editor-input:focus-visible{box-shadow:inset 2px 0 hsl(var(--ring))}.source-editor-footer{display:flex;height:24px;flex:0 0 24px;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid hsl(var(--border));padding:0 12px;color:var(--source-editor-gutter-foreground);font-family:var(--font-ui);font-size:11px;line-height:1}.source-editor-find{position:absolute;top:8px;right:10px;z-index:4;display:flex;align-items:center;gap:4px;min-height:30px;padding:3px 4px 3px 8px;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--popover));color:hsl(var(--popover-foreground));box-shadow:0 8px 24px #14181f29;font-family:var(--font-ui);font-size:11px;line-height:1}.source-editor-find input{width:144px;height:24px;border:0;border-radius:3px;background:transparent;color:inherit;outline:none}.source-editor-find input:focus-visible{box-shadow:inset 0 -2px hsl(var(--ring))}.source-editor-find-count{min-width:42px;color:hsl(var(--muted-foreground));text-align:center;white-space:nowrap}.source-editor-find button{width:24px;height:24px;border:0;border-radius:3px;background:transparent;color:inherit;cursor:pointer}.source-editor-find button:hover:not(:disabled){background:hsl(var(--accent))}.source-editor-find button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:-1px}.source-editor-find button:disabled{cursor:default;opacity:.45}.c4-source-panel{width:var(--c4-source-panel-width)}@media(max-width:1023px){.c4-source-panel{position:absolute;z-index:30;width:min(460px,calc(100% - 28px));max-width:calc(100% - 28px);height:100%}}.tok-kw{color:var(--source-editor-keyword)}.tok-str{color:var(--source-editor-string)}.tok-com{color:var(--source-editor-comment);font-style:italic}.tok-arr{color:var(--source-editor-arrow)}.tok-id{color:var(--source-editor-foreground)}.tok-pn{color:var(--source-editor-punctuation)}
