.prism-editor{min-height:200px;position:relative}.prism-editor.fullscreen{min-height:calc(100vh - 200px)}.prism-editor-element{font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:14px;line-height:1.5;padding:12px;margin:0;background:0 0;border:0;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;tab-size:2;-moz-tab-size:2}.prism-editor-pre{min-height:200px}.prism-editor-pre.fullscreen{min-height:calc(100vh - 200px)}.prism-editor-textarea{caret-color:#007acc;text-shadow:none;-webkit-text-stroke:transparent;min-height:200px}.prism-editor-textarea.fullscreen{min-height:calc(100vh - 200px)}.prism-editor-textarea.highlighted{color:#00000003;-webkit-text-fill-color:rgba(0,0,0,.01)}.prism-editor-fallback{color:hsl(var(--bc)/.8);min-height:200px}.prism-editor-fallback.fullscreen{min-height:calc(100vh - 200px)}.prism-editor.compact{min-height:150px}.prism-editor.tall{min-height:300px}.prism-editor.compact .prism-editor-pre,.prism-editor.compact .prism-editor-textarea,.prism-editor.compact .prism-editor-fallback{min-height:150px}.prism-editor.tall .prism-editor-pre,.prism-editor.tall .prism-editor-textarea,.prism-editor.tall .prism-editor-fallback{min-height:300px}.prism-editor.json .prism-editor-element,.prism-editor.xml .prism-editor-element,.prism-editor.html .prism-editor-element,.prism-editor.css .prism-editor-element{tab-size:2;-moz-tab-size:2}.prism-editor.python .prism-editor-element{tab-size:4;-moz-tab-size:4}.prism-editor.dark{--editor-bg:#1e1e1e;--editor-text:#d4d4d4;--editor-caret:#ffffff}.prism-editor.dark .prism-editor-textarea{caret-color:var(--editor-caret)}.prism-editor.dark .prism-editor-fallback{color:var(--editor-text)}.prism-editor-textarea:focus{outline:2px solid hsl(var(--primary));outline-offset:-2px}@media (max-width:768px){.prism-editor-element{font-size:12px;padding:8px}.prism-editor,.prism-editor .prism-editor-pre,.prism-editor .prism-editor-textarea,.prism-editor .prism-editor-fallback{min-height:150px}}div.prism-live{position:relative;box-sizing:border-box;display:flex;flex-flow:column;width:100%;height:100%;min-height:200px}textarea.prism-live,pre.prism-live{padding:.2rem .5rem;box-sizing:border-box;margin:0;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:.875em;line-height:1.5}textarea.prism-live{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;color:transparent;cursor:text;caret-color:#007acc;text-shadow:none;-webkit-text-stroke:transparent;background:0 0;outline:0;border:0;resize:none;overflow-y:auto;white-space:pre-wrap;word-wrap:break-word;padding:.2rem .5rem;font-family:inherit;font-size:inherit;line-height:inherit}@media (max-width:768px){textarea.prism-live{color:#00000003;-webkit-text-fill-color:rgba(0,0,0,.01)}}textarea.prism-live::-moz-selection{background:#cef;color:transparent}textarea.prism-live::selection{background:#cef;color:transparent}pre.prism-live{position:relative;z-index:0;overflow:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:.25rem;white-space:pre-wrap;word-wrap:break-word;padding:.2rem .5rem;line-height:1.5}pre.prism-live>code:empty:before{content:" "}.js-beautifier-editor{position:relative;width:100%;min-height:300px}.js-beautifier-editor.fullscreen{min-height:calc(100vh - 100px);height:calc(100vh - 100px)}.js-beautifier-textarea{position:absolute;top:0;left:0;width:100%;height:100%;min-height:300px;padding:12px;border:1px solid hsl(var(--border-color, #e2e8f0));border-radius:.375rem;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:14px;line-height:1.5;background:hsl(var(--base-100));color:hsl(var(--base-content));resize:none;overflow-y:auto;tab-size:2;-moz-tab-size:2;z-index:2;margin:0;outline:0}.js-beautifier-textarea.fullscreen{min-height:calc(100vh - 100px);height:calc(100vh - 100px)}.js-beautifier-textarea:focus{outline:2px solid hsl(var(--primary));outline-offset:-2px;border-color:hsl(var(--primary))}.js-beautifier-textarea.highlighted{color:#00000003;-webkit-text-fill-color:rgba(0,0,0,.01);caret-color:#007acc}.js-beautifier-pre{position:absolute;top:0;left:0;width:100%;height:100%;min-height:300px;padding:12px;border:1px solid transparent;border-radius:.375rem;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:14px;line-height:1.5;background:0 0;color:hsl(var(--base-content));pointer-events:none;user-select:none;overflow:hidden;white-space:pre-wrap;word-wrap:break-word;margin:0;tab-size:2;-moz-tab-size:2;z-index:1}.js-beautifier-pre.fullscreen{min-height:calc(100vh - 100px);height:calc(100vh - 100px)}.js-beautifier-fallback{position:absolute;top:0;left:0;width:100%;height:100%;min-height:300px;padding:12px;border:1px solid hsl(var(--border-color, #e2e8f0));border-radius:.375rem;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:14px;line-height:1.5;background:hsl(var(--base-100));color:hsl(var(--base-content)/.6);white-space:pre-wrap;word-wrap:break-word;overflow-y:auto;tab-size:2;-moz-tab-size:2;pointer-events:none;z-index:0;margin:0}.js-beautifier-fallback.fullscreen{min-height:calc(100vh - 100px);height:calc(100vh - 100px)}@media (max-width:768px){.js-beautifier-editor{min-height:200px}.js-beautifier-editor.fullscreen{min-height:calc(100vh - 100px);height:calc(100vh - 100px)}.js-beautifier-textarea,.js-beautifier-pre,.js-beautifier-fallback{font-size:12px;padding:8px;min-height:200px}.js-beautifier-textarea.fullscreen,.js-beautifier-pre.fullscreen,.js-beautifier-fallback.fullscreen{min-height:calc(100vh - 100px);height:calc(100vh - 100px)}}.js-beautifier-settings{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:.75rem 1rem;background:hsl(var(--base-200));border-radius:.5rem;margin-bottom:1rem;font-size:.875rem}.js-beautifier-settings label{display:flex;align-items:center;gap:.5rem;white-space:nowrap;font-weight:500;color:hsl(var(--base-content))}.js-beautifier-settings select,.js-beautifier-settings input[type=number]{min-width:70px;max-width:90px}.js-beautifier-settings input[type=checkbox]{margin:0}@media (max-width:768px){.js-beautifier-settings{gap:.75rem;padding:.5rem .75rem;font-size:.8rem}.js-beautifier-settings select,.js-beautifier-settings input[type=number]{min-width:60px;max-width:80px}}