.editor-wrapper{border:1px solid rgba(0,0,0,.075);border-radius:4px;display:flex;flex-direction:column;height:calc(100vh - 68px)}.editor-wrapper .title-wrapper{padding:20px 20px 4px}.editor-wrapper .title-wrapper input{outline:none;border:none;background:var(--background-color);font-size:24px;font-weight:700;width:100%}.editor-wrapper .editor-content{flex:1;overflow:auto}.editor-wrapper .editor-menu{display:flex;padding:16px 20px 8px}.editor-wrapper .editor-menu .editor-menu-item{width:28px;height:28px;margin-right:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #00000038;border-radius:4px;font-size:12px;cursor:pointer}.editor-wrapper .editor-menu .editor-menu-item svg{fill:currentColor;height:16px;width:16px}.editor-wrapper .editor-menu .editor-menu-item:hover{background:var(--sidebar-color)}.editor-wrapper .editor-bar{padding:10px 20px;display:flex;background:var(--sidebar-color);color:#000000a6;font-size:12px}.editor-wrapper .editor-bar .bar-item{display:flex;margin-right:16px;border-right:1px solid rgba(0,0,0,.1);padding-right:16px}.editor-wrapper .editor-bar .bar-item:last-child{border-right:none}.editor-wrapper .editor-bar .bar-item .label{margin-right:8px}.ProseMirror{flex:1;outline:none;padding:12px 20px;line-height:20px}.ProseMirror p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.ProseMirror>*+*{margin-top:.75em}.ProseMirror ul,.ProseMirror ol{padding:0 1rem;padding-left:40px}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{line-height:1.1}.ProseMirror code{background-color:#6161611a;color:#616161}.ProseMirror pre{background:#0d0d0d;border-radius:.5rem;color:#fff;font-family:JetBrainsMono,monospace;padding:.75rem 1rem}.ProseMirror pre code{background:none;color:inherit;font-size:.8rem;padding:0}.ProseMirror mark{background-color:#faf594}.ProseMirror img{height:auto;max-width:100%}.ProseMirror hr{margin:1rem 0}.ProseMirror blockquote{border-left:2px solid rgba(13,13,13,.2);padding-left:1rem;color:#333}.ProseMirror hr{border:none;border-top:2px solid rgba(13,13,13,.1);margin:2rem 0}.ProseMirror ul[data-type=taskList]{list-style:none;padding:0}.ProseMirror ul[data-type=taskList] li{align-items:center;display:flex}.ProseMirror ul[data-type=taskList] li>label{flex:0 0 auto;margin-right:.5rem;user-select:none}.ProseMirror ul[data-type=taskList] li>div{flex:1 1 auto}@keyframes move{0%{opacity:.5;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.message-box{position:fixed;top:40px;right:50px;z-index:10001;background:#111;border-radius:8px;animation:move .3s linear}.message-box .message-content{display:flex;align-items:center;justify-content:center;min-width:120px;padding:16px 24px;font-size:15px;color:#fff;border-radius:8px;background:linear-gradient(109.41deg,#6734f733 13.03%,rgba(163,162,180,.2) 90.68%),rgba(123,238,104,.3);box-shadow:inset -6px -6px 12px #ffffff14,inset 6px 6px 12px #0000002e}.message-box .message-content a{color:#fff}.post-details{min-height:100vh}.post-details .post-container{width:1000px;margin:20px auto;padding:0 10px}.post-details .post-title{font-size:24px;text-align:center;font-weight:700;margin-bottom:20px}.post-details .post-header{display:flex;cursor:pointer;padding:0 8px 0 16px;height:50px;align-items:center;justify-content:space-between;background:var(--background-color);width:1000px;margin:auto}.post-details .post-header .logo-wrapper{display:flex;align-items:center}.post-details .post-header .logo-wrapper .logo{width:22px}.post-details .post-header .logo-wrapper .app-name{font-weight:700;margin-left:8px;font-size:14px}.post-details .post-date{text-align:center;font-size:13px;color:#888}.post-details .login-wrapper{padding:40px;text-align:center}:root{font-size:14px;font-weight:400;--background-color: #fffff0;--sidebar-color: #efefe0}body{background:var(--background-color)}*{padding:0;margin:0;box-sizing:border-box;font-family:Consolas,Menlo,Monaco,Courier New,monospace}.app-container{height:100vh;display:flex}.app-sidebar{width:300px;background:var(--background-color);border-right:1px solid rgba(0,0,0,.075)}.app-sidebar .sidebar-header{display:flex;padding:0 8px 0 16px;height:50px;align-items:center;border-bottom:1px solid rgba(0,0,0,.075);justify-content:space-between;background:var(--background-color)}.app-sidebar .sidebar-header .logo-wrapper{display:flex;align-items:center}.app-sidebar .sidebar-header .logo-wrapper .logo{width:22px}.app-sidebar .sidebar-header .logo-wrapper .app-name{font-weight:700;margin-left:8px;font-size:14px}.app-sidebar .sidebar-header .remix{fill:currentColor;height:20px;width:20px}.app-sidebar .sidebar-content{overflow:auto;padding:4px 0}.app-sidebar .sidebar-content .post-list .post-item{cursor:pointer;padding:10px 16px}.app-sidebar .sidebar-content .post-list .post-item:hover,.app-sidebar .sidebar-content .post-list .post-item.is-active{background-color:var(--sidebar-color)}.app-sidebar .sidebar-content .post-list .post-item .post-item-title{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sidebar .sidebar-content .post-list .post-item .post-item-content{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:13px;color:#969799;margin:4px 0}.app-sidebar .sidebar-content .post-list .post-item .post-item-created{color:#969799;font-size:13px}.app-content{flex:1;padding:0 20px;overflow-y:auto}.app-content .app-content-header{height:50px;display:flex;align-items:center;justify-content:space-between}.app-content .app-content-header .header-left{width:100px;font-size:13px;color:#666}
