@charset "UTF-8";:root{--bg: #111;--text: #e7e7e7;--border: #e8eaed;--primary: #3ceec4;--primary-dark: #2d8671;--secondary: #9df7e1;--highlightBackground: #293c4c;--highlightForeground: #52b1ff;--label: #2e2e2e;--disabled: #757575;--error: #ff4d4d;--alert100: #ff453a;--alert200: #ff9698;--alert300: rgba(255, 150, 152, .1);--alertBackground: #291e1f;--white: #fff;--black: #000;--grey100: #fafbfc;--grey200: #f2f2f2;--grey300: #e8eaed;--grey400: #e7e7e7;--grey500: #dcdcdc;--grey600: #d3d3d3;--grey700: #c7c7c7;--grey800: #b1b1b1;--grey900: #9f9f9f;--grey1000: #8f8f8f;--grey1100: #757575;--grey1200: #626262;--grey1300: #575757;--grey1400: #4a4a4a;--grey1550: #262626;--grey1500: #2e2e2e;--grey1600: #1f1f1f;--grey1700: #111;--title-xl: 2.125rem;--title-lg: 1.75rem;--title-md: 1.375rem;--title-sm: 1.25rem;--title-xs: 1.125rem;--body-lg: 1.0625rem;--body: 1rem;--body-sm: .9375rem;--caption-lg: .8125rem;--caption: .75rem;--caption-sm: .625rem;--font-thin: 100;--font-extralight: 200;--font-light: 300;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--font-extrabold: 800;--font-black: 900;--spacing-4: .25rem;--spacing-6: .375rem;--spacing-8: .5rem;--spacing-12: .75rem;--spacing-16: 1rem;--spacing-20: 1.25rem;--spacing-24: 1.5rem;--spacing-32: 2rem;--spacing-40: 2.5rem;--spacing-48: 3rem;--spacing-64: 4rem;--spacing-80: 5rem;--spacing-96: 6rem;--spacing-128: 10rem;--spacing-160: 10rem;--spacing-192: 12rem;--spacing-224: 14rem;--spacing-256: 16rem}[data-theme=dark]{--bg: #111;--text: #e7e7e7;--border: #e8eaed;--primary: #3ceec4;--primary-dark: #2d8671;--secondary: #9df7e1;--highlightBackground: #293c4c;--highlightForeground: #52b1ff;--label: #2e2e2e;--disabled: #757575;--error: #ff4d4d;--alert100: #ff453a;--alert200: #ff9698;--alert300: rgba(255, 150, 152, .1);--alertBackground: #291e1f;--white: #fff;--black: #000;--grey100: #fafbfc;--grey200: #f2f2f2;--grey300: #e8eaed;--grey400: #e7e7e7;--grey500: #dcdcdc;--grey600: #d3d3d3;--grey700: #c7c7c7;--grey800: #b1b1b1;--grey900: #9f9f9f;--grey1000: #8f8f8f;--grey1100: #757575;--grey1200: #626262;--grey1300: #575757;--grey1400: #4a4a4a;--grey1500: #2e2e2e;--grey1600: #1f1f1f;--grey1700: #111;--title-xl: 2.125rem;--title-lg: 1.75rem;--title-md: 1.375rem;--title-sm: 1.25rem;--title-xs: 1.125rem;--body-lg: 1.0625rem;--body: 1rem;--body-sm: .9375rem;--caption-lg: .8125rem;--caption: .75rem;--caption-sm: .625rem;--font-thin: 100;--font-extralight: 200;--font-light: 300;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--font-extrabold: 800;--font-black: 900;--spacing-4: .25rem;--spacing-6: .375rem;--spacing-8: .5rem;--spacing-12: .75rem;--spacing-16: 1rem;--spacing-20: 1.25rem;--spacing-24: 1.5rem;--spacing-32: 2rem;--spacing-40: 2.5rem;--spacing-48: 3rem;--spacing-64: 4rem;--spacing-80: 5rem;--spacing-96: 6rem;--spacing-128: 10rem;--spacing-160: 10rem;--spacing-192: 12rem;--spacing-224: 14rem;--spacing-256: 16rem}:root{--vh: 1vh;font-family:Open Sans,sans-serif;caret-color:#3ceec4}#root{font-family:Open Sans,sans-serif;display:flex;flex-direction:column;justify-content:center;overscroll-behavior:auto}*::-webkit-scrollbar{width:4px;height:4px}*::-webkit-scrollbar-button{width:0;height:0}*::-webkit-scrollbar-thumb{background-color:var(--grey1300);border-radius:4px}*::-webkit-scrollbar-track{background-color:transparent}*::-webkit-scrollbar-button:start:decrement,*::-webkit-scrollbar-button:end:increment{display:none!important;width:0;height:0}*::selection{background-color:var(--primary);color:var(--white)}html{overflow-y:clip}body,html{background-color:var(--bg);color:var(--text);font-family:Open Sans,sans-serif;font-feature-settings:"liga" off,"clig" off;height:100%;overscroll-behavior:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}:focus-visible:not(textarea){outline:none;outline-color:#5096ff;outline-style:solid;outline-width:2px}input{outline:none}input:focus-visible{border:1px solid var(--primary);outline:none}.pc_layout,.layout{height:calc(100 * var(--vh, 1vh));display:flex;flex-direction:column}@supports (height: 100dvh){.pc_layout,.layout{height:100dvh}}main{height:100%;display:flex;flex-direction:column;overflow:hidden;position:relative;flex:1}.header{font-size:18px;font-style:normal;font-weight:600;line-height:32px;padding:5px 11px 6px;height:45px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;position:relative;z-index:1}.header .ghost{font-size:17px;line-height:22px;letter-spacing:-.4px}button{cursor:pointer}.center{display:flex;justify-content:center;align-items:center;height:28px}.clip-loader{border:3px solid #f3f3f3;border-top:3px solid #3ceec4;border-radius:50%;width:25px;height:25px;animation:spin 1.3s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.relative{position:relative}.comment_highlight{scroll-margin-top:200px;background-color:var(--grey1600)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth;text-rendering:optimizeSpeed;box-sizing:border-box}body{min-height:calc(100 * var(--vh, 1vh));line-height:1.5;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}@supports (height: 100dvh){body{min-height:100dvh}}a{text-decoration:none;color:inherit}button{all:unset;cursor:pointer;user-select:none;box-sizing:border-box}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}input,textarea,button,select{font:inherit;border:none;background:none;outline:none}table{border-collapse:collapse;border-spacing:0}iframe,video,canvas,svg{max-width:100%;display:block}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}input[type=checkbox],input[type=radio],input[type=file]{display:none}.other h2{font-size:18px;color:#444;margin-bottom:7px}.other a{color:#777;text-decoration:underline;font-size:14px}.other ul{padding:0;margin:0;list-style-type:none}h1{font-size:24px;color:#333}.ltr{text-align:left}.rtl{text-align:right}.editor-container{height:100%;display:flex;flex-direction:column;overflow-y:hidden;border-radius:10px 10px 2px 2px;max-width:600px;color:#000;position:relative;line-height:20px;font-weight:400;text-align:left}.editor-container .toolbar button.toolbar-item{min-width:18px;height:18px;border:0;display:flex;background:none;border-radius:4px;cursor:pointer;vertical-align:middle;flex-shrink:0;align-items:center;justify-content:space-between}.editor-container .toolbar button.toolbar-item:disabled{cursor:not-allowed}.editor-container .toolbar button.toolbar-item i.format{background-size:contain;display:inline-block;height:18px;width:18px;margin-top:2px;vertical-align:-.25em;display:flex;opacity:.6}.editor-container .toolbar button.toolbar-item:disabled i.format{opacity:.2}.editor-container .toolbar button.toolbar-item.active{background-color:#dfe8fa4d}.editor-container .toolbar button.toolbar-item.active i{opacity:1}.editor-container .toolbar button.toolbar-item .text{display:flex;line-height:20px;width:200px;vertical-align:middle;font-size:14px;color:#777;text-overflow:ellipsis;width:70px;overflow:hidden;height:20px;text-align:left}.editor-container .toolbar button.toolbar-item .icon{display:flex;width:20px;height:20px;user-select:none;margin-right:8px;line-height:16px;background-size:contain}.editor-container .toolbar .divider{width:1px;height:80%;background-color:#eee;margin:0 4px}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through}.editor-text-underlineStrikethrough{text-decoration:underline line-through}.editor-text-code{background-color:#f0f2f5;padding:1px .25rem;font-family:Menlo,Consolas,Monaco,monospace;font-size:94%}.editor-link{color:var(--highlightForeground);text-decoration:underline}.tree-view-output{display:block;background:#222;color:#fff;padding:5px;font-size:12px;white-space:pre-wrap;margin:1px auto 10px;max-height:250px;position:relative;border-bottom-left-radius:10px;border-bottom-right-radius:10px;overflow:auto;line-height:14px}.editor-code{background-color:#f0f2f5;font-family:Menlo,Consolas,Monaco,monospace;display:block;padding:8px 8px 8px 52px;line-height:1.53;font-size:13px;margin:8px 0;tab-size:2;overflow-x:auto;position:relative}.editor-code:before{content:attr(data-gutter);position:absolute;background-color:#eee;left:0;top:0;border-right:1px solid #ccc;padding:8px;color:#777;white-space:pre-wrap;text-align:right;min-width:25px}.editor-code:after{content:attr(data-highlight-language);top:0;right:3px;padding:3px;font-size:10px;text-transform:uppercase;position:absolute;color:#00000080}.editor-tokenComment{color:#708090}.editor-tokenPunctuation{color:#999}.editor-tokenProperty{color:#905}.editor-tokenSelector{color:#690}.editor-tokenOperator{color:#9a6e3a}.editor-tokenAttr{color:#07a}.editor-tokenVariable{color:#e90}.editor-tokenFunction{color:#dd4a68}.editor-paragraph{margin:0 0 4px;position:relative}.editor-paragraph:last-child{margin-bottom:0}.editor-heading-h1{font-size:24px;color:#050505;font-weight:400;margin:0 0 12px;padding:0}.editor-heading-h2{font-size:15px;color:#65676b;font-weight:700;margin:10px 0 0;padding:0;text-transform:uppercase}.editor-quote{margin:0 0 0 20px;font-size:15px;color:#65676b;border-left-color:#ced0d4;border-left-width:4px;border-left-style:solid;padding-left:16px}.editor-list-ol,.editor-list-ul{padding:0;margin:0 0 0 16px}.editor-listitem{margin:8px 32px}.editor-nested-listitem{list-style-type:none}pre::-webkit-scrollbar{background:transparent;width:10px}pre::-webkit-scrollbar-thumb{background:#999}.debug-timetravel-panel{overflow:hidden;padding:0 0 10px;margin:auto;display:flex}.debug-timetravel-panel-slider{padding:0;flex:8}.debug-timetravel-panel-button{padding:0;border:0;background:none;flex:1;color:#fff;font-size:12px}.debug-timetravel-panel-button:hover{text-decoration:underline}.debug-timetravel-button{border:0;padding:0;font-size:12px;top:10px;right:15px;position:absolute;background:none;color:#fff}.debug-timetravel-button:hover{text-decoration:underline}.editor-container :first-child{margin-top:0}.editor-container .editor-image>div{position:relative}.editor-container .editor-image .image-edit-button{position:absolute;width:3rem;right:0;font-weight:500;font-size:1rem;padding:.5rem}.editor-container ul,.editor-container ol{margin:1.25rem 1rem 1.25rem .4rem}.editor-container ul li p,.editor-container ol li p{margin-top:.25em;margin-bottom:.25em}.editor-container ul{list-style:disc}.editor-container ol{list-style:decimal}.editor-container h1,.editor-container h2,.editor-container h3,.editor-container h4,.editor-container h5,.editor-container h6{line-height:1.1;margin-top:2.5rem;text-wrap:pretty}.editor-container h1,.editor-container h2{margin-top:3.5rem;margin-bottom:1.5rem}.editor-container h1{font-size:1.4rem}.editor-container h2{font-size:1.2rem}.editor-container h3{font-size:1.1rem}.editor-container h4,.editor-container h5,.editor-container h6{font-size:1rem}.editor-container code{background-color:var(--purple-light);border-radius:.4rem;color:var(--black);font-size:.85rem;padding:.25em .3em}.editor-container pre{background:var(--black);border-radius:.5rem;color:var(--white);margin:1.5rem 0;padding:.75rem 1rem}.editor-container pre code{background:none;color:inherit;font-size:.8rem;padding:0}.editor-container blockquote{border-left:3px solid var(--gray-3);margin:1.5rem 0;padding-left:1rem}.editor-container hr{border:none;border-top:1px solid var(--gray-2);margin:2rem 0}.post-content{padding:2px 24px 0;color:var(--grey400);letter-spacing:-.4px;overflow-y:auto;word-break:break-word}.post-content p{margin-bottom:4px}.post-content img{display:inline-block;cursor:pointer}.post-content b{font-weight:bolder}.post-content i em{font-style:italic}.post-content a{color:var(--highlightForeground);text-decoration:underline}.post-content ul,.post-content ol{padding:0 1rem;margin:1.25rem 1rem 1.25rem .4rem}.post-content ul li p,.post-content ol li p{margin-top:.25em;margin-bottom:.25em}.post-content ul{list-style:disc}.post-content ol{list-style:decimal}.ContentEditable__root{border:0;font-size:15px;display:block;position:relative;tab-size:1;outline:0;padding:8px 28px 40px}@media (max-width: 1025px){.ContentEditable__root{padding-left:8px;padding-right:8px}}.Placeholder__root{font-size:15px;color:#999;overflow:hidden;position:absolute;text-overflow:ellipsis;top:8px;left:28px;right:28px;user-select:none;white-space:nowrap;display:inline-block;pointer-events:none}.button{height:28px;display:inline-flex;justify-content:center;align-items:center;color:var(--bg);border-radius:30px;padding:0 10px}.button~.button{margin-left:4px}.button.primary{background:var(--primary)}.button.following{background:var(--grey1100);color:var(--grey1500)}.button.white{background:var(--white)}#root{height:100%}.landing{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:relative}.landing header{width:100%}.landing main{width:100%;padding:22px 20px 48px;display:flex;flex-direction:column;align-items:center;justify-content:center}.landing main .landing-content{width:100%}.landing main .landing-content .title-wrapper{display:flex;flex-direction:column;align-items:center;color:#fff}.landing main .landing-content .title{display:block;font-size:45px;line-height:46px;letter-spacing:-2px}.landing main .landing-content .title.slim{font-weight:200}.landing main .landing-content .subtitle{color:var(--grey1000);text-align:center;font-size:13px;line-height:18px;margin:12px 0 -10px;position:relative;z-index:2}.landing main .landing-content figure{position:relative;z-index:1;margin:0 auto}.landing main .landing-content figure img{margin:0 auto}.landing main .landing-content button{width:100%}.landing main .landing-content .buttons{display:flex;justify-content:center;align-items:center;margin-top:33px;color:var(--grey500, var(--grey600));font-size:12px;line-height:16px}.landing main .landing-content .buttons a{color:var(--primary)}.landing main .landing-content .buttons a.link{color:var(--grey500);font-size:12px;line-height:16px;position:absolute;right:20px}form.edit,form.login,form.signup{padding:24px 20px 20px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}form.edit .form-group,form.login .form-group,form.signup .form-group{flex:1;display:flex;flex-direction:column;gap:12px;justify-content:center;padding-bottom:44px}form.edit .form-group h2,form.login .form-group h2,form.signup .form-group h2{display:flex;align-items:center;color:var(--white);font-size:20px;line-height:25px;letter-spacing:-.4px;font-weight:500;margin-bottom:12px}form.edit .form-group h2 img,form.login .form-group h2 img,form.signup .form-group h2 img{height:40px}form.edit .form-group .find-id-password,form.login .form-group .find-id-password,form.signup .form-group .find-id-password{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}form.edit .form-group .find-id-password button,form.login .form-group .find-id-password button,form.signup .form-group .find-id-password button{margin-top:0}form.edit .form-group p,form.login .form-group p,form.signup .form-group p{font-size:13px;line-height:18px;text-align:center;color:var(--grey1100)}form.edit .form-group p a,form.login .form-group p a,form.signup .form-group p a{color:var(--primary);font-weight:500}form.signup .form-group{justify-content:start;overflow-y:auto}form.signup .form-group .input_id .ghost_button{position:absolute;top:50%;transform:translateY(-50%);right:16px;color:var(--primary)}form.signup .form-group .input_id .ghost_button.disabled{color:var(--grey1100)}form.signup .form-group::-webkit-scrollbar{display:none}form.signup .form-group h1{font-size:18px;font-weight:600}form.signup .form-group p{text-align:right}form.signup .form-group .checkbox-wrapper{font-size:12px;line-height:16px;color:var(--grey1000);margin-top:34px}.default{border-radius:12px;color:var(--bg)!important}.masonry-grid{display:flex;margin-left:-16px;width:auto}.masonry-grid_column{padding-left:16px;background-clip:padding-box}.flex{display:flex}.grow{flex:1}.tooltip{z-index:1000000;padding:4px 8px;border-radius:15px;background-color:var(--bg);font-size:11px;position:relative}.tooltip:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:14px solid var(--bg)}
