:root{--bar-bg: #76bf98;--bg: #fdfffc;--highlight-color: #78c79d41;--txt-color: #090909;--heading-color: #fdfffc;--lotus-pink: #90b2f041;background-color:var(--bar-bg)}*{margin:0;padding:0;box-sizing:border-box}.container{margin:0;padding:0;display:flex;flex-direction:column}.editor{background-color:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:start;padding:20px 0;width:50%}#editor-txtarea{z-index:10;color:var(--txt-color);background-color:var(--bg);font-family:IBM Plex Mono,monospace;font-size:1rem;font-weight:400;outline:none;width:95%;height:95%;border:none;resize:none}.preview{margin:0;color:var(--txt-color);overflow-y:scroll;text-align:left;word-wrap:break-word;white-space:pre-wrap;word-break:break-word;padding:20px;font-family:IBM Plex Sans,sans-serif;font-size:1rem;background-color:var(--bg);justify-content:start;width:50%;border-left:2px dashed var(--bar-bg)}.hero{z-index:-1;display:flex;gap:0px;height:100vh;padding:0}.editor_bar{z-index:10000;color:var(--heading-color);font-family:IBM Plex Sans,monospace;font-size:24px;font-weight:700;display:flex;align-items:center;background-color:var(--bar-bg);padding:0 5px;justify-content:space-between}ul.menu{display:flex;gap:20px}ul.menu>li{cursor:pointer;list-style:none}::placeholder{color:var(--txt-color);opacity:1}::-ms-input-placeholder{color:var(--txt-color)}hr{background:var(--bar-bg);border:none;height:2px}.preview a{color:var(--txt-color);text-decoration-line:underline;text-decoration-color:var(--bar-bg);cursor:pointer}.preview a:hover{background-color:var(--highlight-color);padding:0 5px;border-radius:5px}#menu-icon{position:relative;right:5px}.preview_txtarea,code{font-family:IBM Plex Mono,Roboto,monospace;color:var(--txt-color);background-color:var(--highlight-color);padding:1px 5px;border-radius:5px}.preview_txtarea,ul>li{line-height:20px;list-style:square;padding-left:.2em}.preview_txtarea,ol>li{line-height:20px;padding-left:.2em}.preview_txtarea,ul,ol{padding-left:3em}.preview h1,.preview h2,.preview h3,.preview h4,.preview h5,.preview h6,.preview ul,.preview ol,.preview p{margin:0;line-height:20px}.preview ul,.preview ol{margin-top:-20px}.preview h1,.preview h2,.preview h3,.preview h4,.preview h5,.preview h6,.preview p,.preview code{line-height:normal}.preview o .preview a:hover{background-color:var(--highlight-color);padding:0 5px;border-radius:5px}.preview-selector>p{font-size:18px;font-weight:400}.preview-selector{margin-right:7px;display:flex;align-items:center;justify-content:center;height:95%;min-width:30px;border-radius:5px;padding:1px 2px;background-color:var(--heading-color);justify-content:var(--before-transform, center);transition:justify-content ease-in .5s}.preview-marker{display:inline-block;height:100%;border-radius:4px;width:10px;background-color:var(--bar-bg);transition:transform .3s}#theme-picker{color:var(--heading-color)}
