*{margin:0;padding:0;box-sizing:border-box}html{transition:background-color .4s ease,color .4s ease}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;transition:background-color .4s,color .4s,.4s ease;background-color:var(--color-theme-bg);color:var(--foreground)}.dark{--color-theme-row-bg:#2c2c2c;--color-theme-bg:#000;--foreground:#fff}.light{--color-theme-row-bg:#cbcbcb;--color-theme-bg:#bdbdbd;--foreground:#000}.cm-editor{width:100%;height:100%;font-family:monospace;font-size:12px;line-height:1.2;padding:10px;overflow:scroll;background-color:var(--background);color:var(--foreground);-ms-overflow-style:none;scrollbar-width:none}.cm-editor::-webkit-scrollbar{display:none}.cm-content{width:100%;height:100%;font-family:monospace;font-size:12px;line-height:1.2;padding:10px;background-color:var(--color-theme-row-bg);color:var(--foreground);overflow:hidden}.cm-activeLine{background-color:#ccc;border:1px #ccc}.cm-gutter,.cm-matchingBracket,.cm-selectionBackground{background-color:var(--color-theme-row-bg);color:var(--foreground)}.cm-matchingBracket{font-weight:700}.cm-content,.cm-editor,.cm-gutters,.cm-scroller{-ms-overflow-style:none;scrollbar-width:none;overflow:hidden}iframe{width:100%;height:100%;border:none}