pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
.FullscreenEditor-module__7WQJ9G__main{flex-direction:column;padding:0;display:flex}.FullscreenEditor-module__7WQJ9G__container{flex-direction:column;width:100%;max-width:100%;height:calc(100vh - 60px);margin:0 auto;padding:0;display:flex;overflow:hidden}.FullscreenEditor-module__7WQJ9G__editorContainer{border-top:1px solid var(--border);flex:1;grid-template-columns:1fr 1fr;gap:0;min-height:0;display:grid;overflow:hidden}.FullscreenEditor-module__7WQJ9G__panel{background:var(--surface);border-right:1px solid var(--border);border-radius:0;flex-direction:column;min-height:0;display:flex;overflow:hidden}.FullscreenEditor-module__7WQJ9G__panel:last-child{border-right:none}.FullscreenEditor-module__7WQJ9G__panelHeader{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:16px 20px;display:flex}.FullscreenEditor-module__7WQJ9G__panelLeft{align-items:center;gap:12px;display:flex}.FullscreenEditor-module__7WQJ9G__panelTitle{color:var(--text-secondary);align-items:center;gap:6px;font-size:.875rem;font-weight:600;display:flex}.FullscreenEditor-module__7WQJ9G__indentSelect{align-items:center;gap:8px;display:flex}.FullscreenEditor-module__7WQJ9G__indentSelect label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.FullscreenEditor-module__7WQJ9G__indentSelect select{border:1px solid var(--border);background:var(--surface);color:var(--text-primary);cursor:pointer;border-radius:6px;padding:6px 12px;font-family:inherit;font-size:.875rem;transition:all .2s}.FullscreenEditor-module__7WQJ9G__indentSelect select:hover{background:var(--background)}.FullscreenEditor-module__7WQJ9G__indentSelect select:focus{border-color:var(--primary);outline:none}.FullscreenEditor-module__7WQJ9G__panelActions{align-items:center;gap:8px;display:flex}.FullscreenEditor-module__7WQJ9G__btn{cursor:pointer;background:var(--background);color:var(--text-secondary);border:none;border:1px solid var(--border);border-radius:6px;padding:8px 16px;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s}.FullscreenEditor-module__7WQJ9G__btn:hover{background:var(--border)}.FullscreenEditor-module__7WQJ9G__btn.FullscreenEditor-module__7WQJ9G__active{background:var(--primary);color:#fff;border-color:var(--primary)}.FullscreenEditor-module__7WQJ9G__btn i{margin-right:6px;font-size:.75rem}.FullscreenEditor-module__7WQJ9G__divider{background:var(--border);width:1px;height:16px}.FullscreenEditor-module__7WQJ9G__editorWrapper{flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.FullscreenEditor-module__7WQJ9G__editorArea{flex:1;min-height:0;position:relative;overflow:hidden}.FullscreenEditor-module__7WQJ9G__editor{resize:none;width:100%;height:100%;color:var(--text-primary);white-space:pre;z-index:1;caret-color:var(--text-primary);background:0 0;border:none;outline:none;padding:16px 12px;font-family:SF Mono,Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:20px;position:absolute;top:0;left:0;overflow:auto}.FullscreenEditor-module__7WQJ9G__editor::selection{background:#2563eb4d}.FullscreenEditor-module__7WQJ9G__editor::placeholder{color:var(--text-muted)}.FullscreenEditor-module__7WQJ9G__outputScroll{background:var(--surface);position:absolute;inset:0;overflow:auto}.FullscreenEditor-module__7WQJ9G__outputScroll pre{white-space:pre;box-sizing:border-box;background:0 0;min-width:100%;margin:0;padding:16px 12px;font-family:SF Mono,Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:20px;display:inline-block}.FullscreenEditor-module__7WQJ9G__outputScroll pre code{background:0 0;padding:0;font-weight:600;display:inline}.FullscreenEditor-module__7WQJ9G__outputScroll pre code.FullscreenEditor-module__7WQJ9G__hljs{color:var(--text-primary)!important;background:0 0!important;padding:0!important}.FullscreenEditor-module__7WQJ9G__errorWrapper{background:var(--surface);flex-direction:column;flex:1;display:flex;overflow:auto}.FullscreenEditor-module__7WQJ9G__errorHeader{color:#dc2626;background:#ef44441a;border-bottom:1px solid #ef444433;align-items:center;gap:10px;padding:16px 20px;font-weight:600;display:flex}.FullscreenEditor-module__7WQJ9G__errorHeader i{font-size:1.1rem}.FullscreenEditor-module__7WQJ9G__errorContent{flex:1;padding:20px}.FullscreenEditor-module__7WQJ9G__errorMessage{color:var(--text-primary);background:var(--background);word-break:break-all;border-left:3px solid #dc2626;border-radius:6px;margin-bottom:16px;padding:12px 16px;font-family:SF Mono,Consolas,Monaco,Courier New,monospace;font-size:13px}.FullscreenEditor-module__7WQJ9G__errorLocation{color:var(--text-secondary);margin-bottom:12px;font-size:.9rem}.FullscreenEditor-module__7WQJ9G__errorLocation strong{color:#dc2626;font-weight:600}.FullscreenEditor-module__7WQJ9G__errorHint{color:var(--text-muted);background:var(--background);border-radius:6px;padding:12px 16px;font-size:.85rem}.FullscreenEditor-module__7WQJ9G__statusBar{background:var(--surface);border-top:1px solid var(--border);flex-shrink:0;padding:6px 16px}.FullscreenEditor-module__7WQJ9G__statusContent{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.FullscreenEditor-module__7WQJ9G__statusLeft,.FullscreenEditor-module__7WQJ9G__statusRight{align-items:center;gap:16px;display:flex}.FullscreenEditor-module__7WQJ9G__statValue{color:var(--primary);font-weight:600}.FullscreenEditor-module__7WQJ9G__statusError{color:#dc2626;align-items:center;gap:6px;display:flex}.FullscreenEditor-module__7WQJ9G__statusError i{font-size:.75rem}@media (max-width:900px){.FullscreenEditor-module__7WQJ9G__editorContainer{grid-template-columns:1fr}.FullscreenEditor-module__7WQJ9G__panel{border-right:none;border-bottom:1px solid var(--border);min-height:300px}.FullscreenEditor-module__7WQJ9G__panel:last-child{border-bottom:none}.FullscreenEditor-module__7WQJ9G__panelHeader{flex-direction:column;align-items:flex-start}.FullscreenEditor-module__7WQJ9G__panelActions{width:100%}}
