:root{--borderRadius: 8px}*:focus-visible{outline:none}.outline-editor{overflow:hidden;width:100%;position:relative}.outline-editor__loading{position:absolute;width:100%;height:100%;z-index:1;border-radius:var(--borderRadius);background:rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center}.outline-editor__loading:after{position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 100%);animation:shimmer 3s infinite;content:""}.outline-editor__content{background:var(--white);padding:1rem;border-bottom-left-radius:var(--borderRadius);border-bottom-right-radius:var(--borderRadius);border:2px solid var(--gray100);border-top:none;max-height:60vh;overflow-y:auto}.outline-editor__heading-h2{font-size:1.5rem;font-weight:700;margin-top:1rem}.outline-editor__heading-h3.outline-editor__heading-h3{font-size:1.2rem;font-weight:500;letter-spacing:0;line-height:1.8rem;margin-bottom:.5rem}.outline-editor__hashtag{background:var(--gray200);padding:2px}@keyframes shimmer{to{transform:translate(100%)}}
