.HomeAISearch{width:806px;max-width:100%;margin:0 auto 40px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:20px;padding:8px;transition:all .1s}.HomeAISearch:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}.HomeAISearch textArea.HomeAISearch-input{padding:0 9px 0 8px;margin-top:8px;color:var(--text-5);border:none;outline:none;box-shadow:none;background:rgba(0,0,0,0)}.HomeAISearch textArea.HomeAISearch-input::placeholder{color:var(--text-7)}.HomeAISearch textArea.HomeAISearch-input::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3)}.HomeAISearch .HomeAISearch-footer{padding:8px}.HomeAISearch .HomeAISearch-footer .HomeAISearch-footer-button{display:flex;align-items:center;padding:0 8px;height:28px;color:var(--white);font-size:12px;font-weight:500;line-height:28px;border-radius:14px;border:1px solid var(--line-4);background:var(--bg-7);transition:all .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.HomeAISearch .HomeAISearch-footer .HomeAISearch-footer-button:hover{background:var(--bg-8)}.HomeAISearch .HomeAISearch-footer .HomeAISearch-footer-button.selected{color:var(--brand);border-color:var(--brand-bg-2);background:rgba(255,214,33,.15)}.HomeAISearch .HomeAISearch-footer .HomeAISearch-footer-onlineSearch{color:var(--white);font-weight:500;transition:all .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;position:relative;border-radius:50%;width:32px;height:32px;text-align:center;line-height:32px}.HomeAISearch .HomeAISearch-footer .HomeAISearch-footer-onlineSearch>svg{width:18px;height:18px}.HomeAISearch .HomeAISearch-footer .HomeAISearch-footer-onlineSearch:hover{background-color:var(--bg-7)}.HomeAISearch .HomeAISearch-footer .HomeAISearch-footer-onlineSearch:after{content:"";position:absolute;top:8px;right:-4px;width:1px;height:16px;background:var(--line-4)}.OutlinePage{width:100%;height:100vh;background:var(--bg-2);padding:12px;display:flex;flex-direction:column}.OutlinePage .OutlinePage-main{flex:1 1;min-height:0;max-width:1000px;width:100%;margin:0 auto}.OutlinePage .OutlinePage-main .AIOutlineEditor-footer{position:relative}