body{margin:0;padding:0;box-sizing:border-box}.cc-paragraph,body,p{font-family:Montserrat,sans-serif;font-size:13px;font-weight:500}button.pop{background-color:#f63c18;border-radius:3px;color:#fff}.editor-container{display:flex;position:relative;width:100%;height:100%}.line-numbers{width:40px;text-align:right;color:#000319;font-family:monospace;font-size:13px;background:#29abe2;user-select:none;overflow-y:hidden;overflow-x:hidden;position:absolute;left:0;top:0;height:100%;padding-right:10px}.line-number{height:20px;line-height:20px}.code-editor{flex:1;position:relative}.textarea{width:100%;height:100%;resize:none;padding-left:50px;font-family:monospace;font-size:13px;background:transparent;color:#fff}.highlight{left:50px;width:calc(100% - 50px);pointer-events:none;overflow:hidden;padding-left:10px;line-height:20px}.highlight,.highlighted-text,.syntax-textarea{position:absolute;top:0;font-family:monospace;font-size:13px;white-space:pre;height:100%}.highlighted-text,.syntax-textarea{width:100%;overflow:auto;left:0;padding-right:10px}.syntax-textarea{padding-left:59px;color:transparent;background:transparent;caret-color:#fff;border:1px solid #ccc;resize:none;z-index:1;line-height:20px}.highlighted-text{z-index:0;color:#fff;pointer-events:none}.keyword{color:#e66;font-weight:700}.property{color:#29abe2}.value{color:#a816a8}.featuretype{color:#59abae;font-weight:700}.featurepart{color:#e66;font-weight:700}.locator{color:#29abe2;font-weight:700}.comment{color:#6a9955;font-style:italic}.active-line{background:hsla(0,0%,100%,.1)}.line-numbers .active-line{color:#fff;font-weight:700}.highlight span.active-line{background:hsla(0,0%,100%,.1)}.line-layer{z-index:0}.line-highlight-bar{background:hsla(0,0%,100%,.05)}.cursor-line-bar,.line-highlight-bar{position:absolute;left:0;width:100%;height:20px;pointer-events:none}.cursor-line-bar{background:hsla(0,0%,100%,.08);border-top:1px solid hsla(0,0%,100%,.05);border-bottom:1px solid hsla(0,0%,100%,.05);box-sizing:border-box}.word-highlight-layer{z-index:1;color:transparent}.word-occurance{background-color:rgba(255,255,0,.15);border:1px solid rgba(255,255,0,.3);border-radius:2px}.word-occurance-cur{background-color:rgba(0,150,255,.2);border:1px solid rgba(0,150,255,.3);border-radius:2px}.highlight{z-index:2}.textarea{z-index:3}.error-squiggly{text-decoration:underline wavy #f63c18;text-decoration-skip-ink:none}.error-bubble{position:absolute;bottom:20px;right:20px;background-color:#f63c18;color:#fff;border-radius:10px;padding:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;box-shadow:0 4px 6px rgba(0,0,0,.3);z-index:20;transition:transform .2s}.error-bubble:hover{transform:scale(1.1)}.error-list .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:5px}.error-item{margin-bottom:4px;cursor:pointer}.error-item:hover{text-decoration:underline}