:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}ul{padding:0;margin:0}li{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{border:none;background-color:transparent;cursor:pointer}.btn:focus,.btn:hover{cursor:pointer;outline:dashed currentColor;outline-offset:.15em}.btn-save{display:flex;justify-content:center;align-items:center;background:hsl(13deg,75%,58%);padding:.4rem;border-radius:5px}.btn-save:focus,.btn-save:hover{outline:dashed hsl(0deg,0%,100%)}@media screen and (min-width: 45rem){.btn-save{min-width:10rem;gap:.5rem;padding:.7rem}}.btn-delete:focus,.btn-delete:hover{outline:dashed hsl(0deg,0%,100%)}.menu-btn-js{display:flex;justify-content:center;align-items:center}.btn-preview{color:#fff;display:flex;justify-content:center;align-items:center}.light-mode .btn-preview{color:#151619}.btn-add-document{background-color:#e46644;color:#fff;padding:.5rem;border-radius:8px}@media screen and (min-width: 45rem){.show-btn-text{color:#fff;position:relative;width:auto;height:auto;font-weight:400;font-family:Commissioner,sans-serif}}.hide-icon-js{display:none}.delete-close{background-color:#000;border:transparent;padding:.45rem;border-radius:5px;align-self:flex-end}.delete-close:focus,.delete-close:hover{outline:dashed hsl(216deg,8%,12%)}.btn-close-toggle{margin-block:1rem;color:#fff;background-color:#151619;border:none;outline:none;padding:1rem;border-radius:15px}.navbar-toggler:focus,.navbar-toggler:hover{outline:dashed hsl(0deg,0%,100%)}.navbar-toggler:disabled{outline:none;cursor:not-allowed;opacity:.25}.btn-close-theme{display:block;bottom:2rem;margin-block:1.5rem 1rem;color:#fff;background:hsl(13deg,75%,58%);padding:.5rem;border-radius:5px}.btn-theme-control{position:relative;color:#fff;background-color:#151619;border:none;outline:none;padding:1rem 3rem;border-radius:15px}.hide-theme-img{display:none}.check{position:absolute;top:50%;margin-top:-9px;left:3px;width:18px;height:18px;border-radius:50%;background-color:#151619;box-shadow:#fff;transition:transform .25s}.light-mode .check{transform:translate(72px)}.modal-wrapper{display:none;position:absolute;top:0;left:0;width:100%;height:100vh;background:hsla(225deg,9%,9%,.75)}.delete-confirmation{max-width:21.5rem;width:95%;background:hsl(0deg,0%,100%);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem;padding:1.5rem;border-radius:4px}.modal-heading{font-family:Roboto Slab,serif;font-size:1.25rem;font-weight:700;color:#353a40}.modal-text{color:#7d8187}.show-modal{display:flex;justify-content:center;align-items:center}.modal-text-ID{color:#e46644}.btn-confirm-delete,.btn-confirm-save-changes,.btn-confirm-exit{width:100%;text-align:center;padding-block:1rem;background-color:#e46644;color:#fff;border:transparent;border-radius:4px;font-weight:400;font-family:Roboto Mono,monospace}.btn-confirm-delete:focus,.btn-confirm-delete:hover,.btn-confirm-save-changes:focus,.btn-confirm-save-changes:hover,.btn-confirm-exit:focus,.btn-confirm-exit:hover{outline:dashed hsl(216deg,8%,12%)}.header{background-color:#353a40;color:#fff;position:relative}.top-menu{width:100%;display:flex;justify-content:space-between;align-items:stretch}.nav{flex:1 1 20%;display:flex;justify-content:center;align-items:center;min-width:2rem;max-width:4.5rem;height:4.5rem}.main-page{transition:transform .3s}.main-page.collapse{transform:translate3d(250px,0,0)}.current-file{display:flex;align-items:center;justify-content:space-between;flex:1 1 80%;background-color:#2b2d31;padding-inline:1.8rem;padding-block:.5rem}@media screen and (min-width: 45rem){.current-file{padding-block:1rem}}.file,.maintenance{display:flex;justify-content:center;align-items:center;gap:1rem;flex:1 1 60%}.maintenance{flex:1 1 30%;flex-direction:row-reverse}.file{width:100%}.document-title-wrapper{flex:1 1 80%;max-width:300px;position:relative}.document-title-wrapper:before{position:absolute;content:"";height:100%;width:2rem;background-repeat:no-repeat;top:0;left:2.5rem}.document-title-wrapper input:hover{box-shadow:0 1px #fff}.document-title-wrapper input:focus{box-shadow:0 1px #fff}.document-title{position:relative;background:transparent;color:#fff;border:none;outline:none;appearance:none;width:100%;cursor:text;font-weight:400;font-size:.9375rem;font-family:Roboto,serif}@media screen and (min-width: 45rem){.show-doc-title{font-size:.8125rem;font-weight:300;color:#7d8187;width:100%;height:auto;padding:0;margin-top:-1rem;overflow:hidden;clip:auto}}.logo-img{display:none}@media screen and (min-width: 61.25rem){.logo-img{display:block}}.document-img,.notes-img{object-fit:contain}.light-mode .preview-toggle{background-color:#f5f5f5;color:#151619}.navbar-collapse{width:250px;position:absolute;left:0;top:0px;background:hsl(216deg,8%,12%);min-height:100vh;color:#fff;transform:translate3d(-250px,0,0);transition:transform .3s;padding-block:1.5rem;padding-inline-start:1.5rem}.collapse{transform:translateZ(0)}.aside-main-title{font-family:Commissioner,sans-serif;font-size:.9375rem;font-weight:700;text-transform:uppercase;color:#fff;letter-spacing:2px}.aside-secondary-title{font-family:Roboto Slab,serif;font-size:.875rem;color:#f5f5f5;text-transform:uppercase;font-weight:900;letter-spacing:2px;margin-block:1rem}.nav-item{position:relative;display:flex;justify-content:start;padding-block:1rem;cursor:pointer}.nav-item:before{position:absolute;width:100%;height:100%;top:50%;margin-block-start:-8px;content:"";background-image:url(/assets/icon-document.e63a971b.svg);background-repeat:no-repeat;z-index:-1}.nav-link{display:flex;flex-direction:column;padding-left:2rem;align-items:first baseline;color:#fff;text-decoration:none;font-size:.9375rem;font-weight:400;width:85%;background-color:transparent;border-radius:8px}.nav-link:hover{cursor:pointer}.doc-nav-title{font-size:.8125rem;color:#7d8187}.container{padding-inline:1rem;width:100%;padding-block:2.5rem;position:relative}@media screen and (min-width: 45rem){.container{display:flex;gap:2rem}}.result pre{background-color:#7d8287}.editor,.result{max-width:42rem;margin-inline:auto;background-color:#353a40;color:#fff}@media screen and (min-width: 45rem){.editor,.result{flex:1 1 50%}}.result a{color:#f5f5f5;padding:1rem}.result img{width:100%;height:100%}li+li{margin-top:.25rem}.preview-toggle{display:flex;justify-content:center;align-items:center;justify-content:space-between;flex:1 1 50%;background-color:#1c1e21;color:#fff;padding-block:.75rem;padding-inline:1rem}.markdown-toggle-heading{text-transform:uppercase;font-family:Roboto,serif;font-weight:500;font-size:.875rem;color:#f5f5f5;letter-spacing:2px}.hide-markdown-heading{display:none}@media screen and (min-width: 45rem){.hide-markdown-heading{display:block}}@media screen and (min-width: 45rem){.hide-markdown-preview{display:none}}ol li{list-style:decimal}.result ul{padding-inline:1rem}.result ul li{list-style:disc}.result ul li::marker{color:red}form{height:100%}.markdown-content{border:none;font-family:Roboto Mono,monospace;font-weight:400;font-size:.875rem;color:#fff;background-color:#353a40;letter-spacing:2px;width:100%;height:100%;min-height:100vh;resize:none}.result h1{font-family:Roboto Slab,serif;font-size:2rem;font-weight:700}.result h2{font-size:1.75rem;font-weight:300}.result h3{font-size:1.5rem;font-weight:700;padding-block:1rem}.result h4{font-size:1.25rem;font-weight:700}.result h5{font-size:1rem;font-weight:700}.result h6{font-size:.875rem;font-weight:700;color:#e46644}pre{background-color:#f5f5f5;padding:1.5rem;border-radius:4px}.result p,.result li{font-family:Roboto Slab,serif;font-size:.875rem;font-weight:400;line-height:1.7}.result p{padding-block:1.5rem}.result-container{position:absolute;top:0;left:0;padding-inline:1rem;width:100%}@media screen and (min-width: 45rem){.result-container{position:relative;padding-inline:3rem}}@media screen and (min-width: 45rem){.editor-form-container{display:none}}.result blockquote p{font-weight:700;color:#1c1e21}blockquote{background:hsl(0deg,0%,96%);margin-block:1rem;padding-inline:1rem;border-radius:4px;position:relative;overflow:hidden}blockquote:before{position:absolute;content:"";width:4px;height:100%;top:0;left:0;background-color:#e46644}.markdown-write{position:relative}@media screen and (min-width: 45rem){.markdown-write:before{width:1px;position:absolute;height:100%;content:"";background:hsl(0deg,0%,89%);left:50%;top:0}}.main-page{background-color:#353a40}.loading-flex{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;text-align:center;gap:1rem;padding-inline:1rem}.light-mode .main-page,.light-mode .result,.light-mode .markdown-content{background-color:#fff;color:#353a40}.light-mode .result a{color:#2b2d31}.light-mode .markdown-toggle-heading{color:#353a40}body{background-color:#fff;font-family:Roboto Slab,serif;overflow-x:hidden}.app{width:100%}.app-max-height{height:100vh}
