:root{--padding:24px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;height:100%;font-family:sofia-pro,sans-serif;position:relative;display:flex;flex-wrap:wrap}*{-ms-overflow-style:none;scrollbar-width:none}*::-webkit-scrollbar{display:none}textarea{resize:vertical}input,textarea{font-family:sofia-pro,sans-serif;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;background:0 0;border-radius:8px}.header{width:100vw;height:50px;background:#fff;box-shadow:inset 0 -1px rgba(10,32,55,.2);display:flex;align-items:center}.header .title{flex-grow:1}.header .title i{font-style:normal;font-size:13px;font-weight:500;color:#afb8c1;margin-left:12px}.header .export,.header .title{margin:0 24px;font-weight:900}.header .export{background:#0092ff;padding:2px 16px 4px;border-radius:999px;color:#fff;transition:.3s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header .export:hover{background:#006fff}.header .charCount,.header .wordCount{margin-left:12px;font-size:14px}.editor,.preview{width:50vw;height:calc(100vh - 50px);overflow-y:scroll;display:inline-flex;flex-direction:column}.editor{background-image:linear-gradient(270deg,#f6f8fc 0%,#FFFFFF 100%)}.editor .article-info-wrap{padding:24px}.editor .article-info-wrap .article-info-title{font-size:25px;font-weight:900}.editor .front-matter{background-image:linear-gradient(270deg,#ecf0f4 0%,#eff2f8 100%);padding:24px 24px 32px;display:flex;flex-direction:column}.editor .front-matter input,.editor .front-matter textarea{background:#fff;width:calc(100% - 24px);padding:6px 12px;transition:.3s ease;box-shadow:0 0 rgba(0,172,255,0),0 0 rgba(0,172,255,0)}.editor .front-matter input:hover,.editor .front-matter textarea:hover{box-shadow:0 0 8px 2px rgba(0,172,255,.1),0 0 2px 1px rgba(0,172,255,.3)}.editor .front-matter input:active,.editor .front-matter input:focus,.editor .front-matter textarea:active,.editor .front-matter textarea:focus{box-shadow:0 0 0 2px rgba(0,172,255,.5),0 0 rgba(0,172,255,0)}.editor .front-matter .front-matter-title{font-size:25px;font-weight:900}.editor .front-matter .front-matter-info{margin-bottom:24px}.editor .front-matter .show-more{background:#656c74;color:#fff;display:inline-flex;margin:0 auto;font-size:14px;font-weight:900;cursor:pointer;padding:0 12px 2px;border-radius:999px;transition:.3s ease}.editor .front-matter .show-more:hover{background:#393f47}.editor .front-matter .entry{margin-bottom:-4px}.editor .front-matter .entry .entry-title-wrap{margin-left:12px;margin-bottom:6px;position:relative}.editor .front-matter .entry .entry-title-wrap .entry-title{font-size:18px;font-weight:900;display:inline-flex;pointer-events:none;align-items:center}.editor .front-matter .entry .entry-title-wrap .entry-title b,.editor .front-matter .entry .entry-title-wrap .entry-title i{margin-left:8px}.editor .front-matter .entry .entry-title-wrap .entry-title b{font-size:13px;color:#fff;background:#b9c1ca;padding:0 6px 1px;border-radius:99px;font-weight:500}.editor .front-matter .entry .entry-title-wrap .entry-title i{font-style:normal;pointer-events:auto;cursor:pointer;display:flex;width:18px;height:18px;color:#92979c;background:#dee4eb;border-radius:10px;font-size:13px;align-items:center;justify-content:center;padding:0 1px 2px;margin-top:1px;transition:.3s ease}.editor .front-matter .entry .entry-title-wrap .entry-title:hover i{background:#cbd2d9;color:#000}.editor .front-matter .entry .entry-title-wrap .entry-title:hover+.entry-info{opacity:1;transform:scale(1)translateY(-10px)}.editor .front-matter .entry .entry-title-wrap .entry-info{opacity:0;position:absolute;background:#007bff;color:#fff;box-shadow:0 8px 16px -4px #007bff;left:0;bottom:20px;padding:4px 8px 6px;line-height:1.1em;border-radius:8px;transition:.2s ease;font-size:14px;z-index:10;transform:scale(0)translateY(0)}.editor .front-matter .entry .entry-input-wrap .entry-input-chars{text-align:right;font-size:12px;color:#9b9caf;margin-right:12px}.editor .front-matter .entry.entry-description textarea{height:70px}.editor .front-matter .entry.entry-seoDescription textarea{height:50px}.editor .front-matter .entry.entry-featureImage{margin-bottom:16px}.editor .front-matter .entry.advanced-entry{display:none}.editor .front-matter .entry.advanced-entry.show-advanced{display:block}.editor textarea.article-body-editor{font-family:fira-mono,monospace;font-weight:400;resize:none;padding:var(--padding);overflow:hidden;flex-shrink:0}.preview .hero{display:flex;flex-direction:column;align-items:center;padding:48px 24px}.preview .hero .description,.preview .hero .summary,.preview .hero .title{text-align:center}.preview .hero .summary,.preview .hero .title{font-weight:900}.preview .hero .summary{font-size:19px}.preview .hero .title{font-size:36px;line-height:1.1em;margin:10px 0 16px}.preview .hero .description{color:#6a686f;font-size:22px;line-height:1.2em}.preview .hero .image{--feature_image_width:calc(50vw - 48px);width:var(--feature_image_width);height:calc(var(--feature_image_width) * .56);background-size:cover;background-position:50%;border-radius:12px;margin:32px 0 0}.preview .hero .image.empty{box-shadow:inset 0 0 0 2px #d5d9dd;display:flex;justify-content:center;align-items:center}.preview .hero .image.empty:after{content:"Feature Image";color:#72727e;font-weight:900}.preview .content{padding:0 48px 96px}.preview .content h1,.preview .content h2,.preview .content h3,.preview .content h4,.preview .content h5,.preview .content h6,.preview .content p{margin:0}.preview .content a{text-decoration:none;color:#7f00ff;font-weight:600;border-bottom:2px solid #d9cbff}.preview .content a.cta{padding:20px;display:flex;justify-content:center;border-radius:999px;border-bottom:0;color:#fff;box-shadow:0 12px 24px -4px rgba(126,0,255,.54),0 4px 8px -4px rgba(47,0,96,.75);background:linear-gradient(0deg,rgba(21,0,38,.3),transparent),linear-gradient(90deg,#7500ff,#be00ff);text-align:center}.preview .content h2{margin:36px 0 12px}.preview .content h3{margin:32px 0 12px}.preview .content h3.toc+ul{list-style:none;display:flex;flex-wrap:wrap;flex-direction:column;align-items:flex-start;padding-inline-start:0}.preview .content h3.toc+ul li{background:#f3f5f9;display:inline-flex;flex-basis:100%;border-radius:4px 12px 12px 4px;margin:0 0 8px}.preview .content h3.toc+ul li a{font-size:16px;color:#000;padding:7px 12px;border-bottom:0;margin:0;flex-grow:1;border-left:6px solid #5000ff;border-radius:4px 0 0 4px}.preview .content h4,.preview .content h5,.preview .content h6{margin:24px 0 8px}.preview .content p{margin:0 0 20px}.preview .content ol,.preview .content ul{padding-inline-start:24px}.preview .content blockquote{padding:16px;background:#f3f5f9;border-radius:12px;margin-inline-start:0;margin-inline-end:0;width:100%;margin-left:-16px}.preview .content blockquote p{margin:0}.words{display:none;position:absolute;bottom:var(--padding);background:#000;color:#fff;border-radius:99px;font-weight:700;font-size:130%;padding:8px 20px 10px;box-shadow:0 12px 24px -4px rgba(0,0,0,.2);pointer-events:none}#compiled-markdown,#editor{display:inline-block;flex-basis:50%;height:100vh;box-sizing:border-box;overflow-y:scroll;-ms-overflow-style:none;padding:var(--padding)}#compiled-markdown::-webkit-scrollbar,#editor::-webkit-scrollbar{display:none}#editor{border:none;resize:none;outline:none;background-color:#f6f8fc;font-family:monaco,courier,monospace}#compiled-markdown>*:not(.front-matter){margin-top:0}#compiled-markdown .front-matter{background:#161622;width:100%;margin-left:calc(0px - var(--padding));margin-top:calc(0px - var(--padding));color:#514e59;padding:var(--padding)var(--padding)8px}#compiled-markdown .front-matter span,#compiled-markdown .front-matter strong{display:flex;width:100%}#compiled-markdown .front-matter strong{margin-bottom:var(--padding);font-size:120%;font-weight:400;line-height:1.2em;color:#d0cdd9}#compiled-markdown .front-matter span{font-weight:700}#compiled-markdown .front-matter span i{font-style:normal;margin-right:4px}#compiled-markdown .front-matter span i.warning{color:#f06}#compiled-markdown .front-matter+*{margin-top:var(--padding)}