.chat-room{width:100%;height:70%;background:#fff;position:relative}.chat-room .robot-output{width:100%;height:100%;display:flex;flex-direction:column}.chat-room .robot-output .robot-list{position:relative;width:100%;flex:1;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.chat-room .robot-output .robot-list .robot-item{display:flex;margin:0 auto 20px;width:100%;position:relative}.chat-room .robot-output .robot-list .robot-item .img{display:flex;align-items:center;width:40px;height:40px;border-radius:4px;overflow:hidden}.chat-room .robot-output .robot-list .robot-item .img>img{display:block;width:100%}.chat-room .robot-output .robot-list .robot-item .item-content{color:#2c2c2c;font-size:16px;padding:16px 20px;max-width:75%;width:auto;background:#fff;position:relative;line-height:24px;font-family:PingFang SC;font-size:15px;font-style:normal;font-weight:400}.chat-room .robot-output .robot-list .robot-item .item-content em{color:#0f67fe;font-size:15px;margin-top:8px;cursor:pointer;line-height:26px}.chat-room .robot-output .robot-list .robot-item .item-content hr{margin:15px 0!important}.chat-room .robot-output .robot-list .robot-item .item-content table{border-collapse:separate;border-spacing:0;width:100%;border:1px solid #e5e7eb;border-radius:10px;margin:16px 0;overflow:hidden}.chat-room .robot-output .robot-list .robot-item .item-content td,.chat-room .robot-output .robot-list .robot-item .item-content th{text-align:left;padding:12px 16px;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;font-size:15px;line-height:22px}.chat-room .robot-output .robot-list .robot-item .item-content td:last-child,.chat-room .robot-output .robot-list .robot-item .item-content th:last-child{border-right:none}.chat-room .robot-output .robot-list .robot-item .item-content tbody tr:last-child td{border-bottom:none}.chat-room .robot-output .robot-list .robot-item .item-content thead tr{background-color:#f6f6f6}.chat-room .robot-output .robot-list .robot-item .item-content th{background-color:#f6f6f6;color:#2c2c2c;font-weight:500;border-bottom:1px solid #e5e7eb}.chat-room .robot-output .robot-list .robot-item .item-content tbody tr{background-color:#fff}.chat-room .robot-output .robot-list .robot-item .item-content pre{font-family:PingFang SC;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.chat-room .robot-output .robot-list .robot-item .item-content .item-content-images .ant-image{margin-top:14px;margin-right:14px;width:78px;height:78px;border-radius:4px}.chat-room .robot-output .robot-list .robot-item .item-content>.iconfont{width:26px;height:26px;font-size:20px;position:absolute;top:16px;cursor:pointer;transition:all .3s linear;color:#a7a7a7;text-align:center;line-height:26px;border-radius:4px}.chat-room .robot-output .robot-list .robot-item .item-content>.iconfont:hover{background:#fff}.chat-room .robot-output .robot-list .robot-item .item-content.is-create .p1{display:flex;align-items:center}.chat-room .robot-output .robot-list .robot-item .item-content.is-create .p1 img{width:20px;height:20px;margin-right:10px}.chat-room .robot-output .robot-list .robot-item .item-content.is-create .p2{margin-top:24px}.chat-room .robot-output .robot-list .robot-item .item-content.is-create .bot-list{overflow:hidden;margin-top:15px}.chat-room .robot-output .robot-list .robot-item .item-content.is-create .bot-list .bot-list-item{float:left;margin-right:14px;border-radius:4px;border:1px solid #f6f6ff;background:linear-gradient(180deg,#f4f4ff,#fff);height:40px;padding:0 20px;cursor:pointer;line-height:40px;color:#2c2c2c;font-size:14px;margin-bottom:10px;transition:all .3s linear}.chat-room .robot-output .robot-list .robot-item .item-content.is-create .bot-list .bot-list-item:hover{border:1px solid #d2d2ff;background:linear-gradient(180deg,#f4f4ff,#fff)}.chat-room .robot-output .robot-list .robot-item .item-content.is-create button{width:68px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;background:#0f67fe;border-radius:4px;margin-top:10px;cursor:pointer}.chat-room .robot-output .robot-list .robot-item .item-content.is-create button .iconfont{font-size:14px;margin-left:2px}.chat-room .robot-output .robot-list .robot-item.is-bot{justify-content:start}.chat-room .robot-output .robot-list .robot-item.is-bot .img{margin-right:10px}.chat-room .robot-output .robot-list .robot-item.is-bot .item-content{border-radius:0 20px 20px 20px}.chat-room .robot-output .robot-list .robot-item.is-bot .iconfont{right:-30px}.chat-room .robot-output .robot-list .robot-item.is-me{justify-content:flex-end}.chat-room .robot-output .robot-list .robot-item.is-me .img{margin-left:10px}.chat-room .robot-output .robot-list .robot-item.is-me .item-content{border-radius:20px 0 20px 20px;background:#5785ec;color:#fff}.chat-room .robot-output .robot-list .robot-item.is-me .item-content .iconfont{left:-30px}.chat-room .robot-output .robot-list .robot-item.is-clear{width:100%;display:flex;align-items:center}.chat-room .robot-output .robot-list .robot-item.is-clear em{flex:1;height:1px;background:#eee}.chat-room .robot-output .robot-list .robot-item.is-clear span{padding:0 20px;color:#999;font-size:14px}.chat-room .robot-output .robot-list .robot-list-item{width:100%;height:auto;background:#fff;margin-bottom:20px}.chat-room .robot-output .robot-list .robot-list-item .item-q{display:flex;justify-content:flex-end}.chat-room .robot-output .robot-list .robot-list-item .item-q .item-msg{height:auto;color:#fff;font-size:16px;font-weight:400;line-height:26px;background:#0f67fe;border-radius:14px;padding:10px 14px;max-width:70%;word-break:break-all}.chat-room .robot-output .robot-list .robot-list-item .item-q>img{width:32px;height:32px;border-radius:50%;margin-right:8px}.chat-room .robot-output .robot-list .robot-list-item .item-a{display:flex;margin-top:20px}.chat-room .robot-output .robot-list .robot-list-item .item-a>img{width:32px;height:32px;border-radius:50%;margin-right:10px}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg{color:#352f44;font-size:16px;font-style:normal;font-weight:400;line-height:26px;border-radius:14px;width:100%;padding:5px 14px 10px 0}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg h1{font-size:20px;font-weight:700;margin-top:20px;margin-bottom:20px}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg h2{font-size:18px;font-weight:700;margin-top:20px;margin-bottom:20px}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg h3{font-size:16px;font-weight:700;margin-bottom:10px;margin-top:10px}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg ol,.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg ul{list-style:auto!important;margin:auto!important;padding:revert!important}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg hr{margin:15px 0!important}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg table{border-collapse:separate;border-spacing:0;width:100%;border:1px solid #e5e7eb;border-radius:10px;margin:16px 0;overflow:hidden}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg td,.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg th{text-align:left;padding:12px 16px;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;font-size:15px;line-height:22px}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg td:last-child,.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg th:last-child{border-right:none}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg tbody tr:last-child td{border-bottom:none}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg thead tr{background-color:#f6f6f6}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg th{background-color:#f6f6f6;color:#2c2c2c;font-weight:500;border-bottom:1px solid #e5e7eb}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg tbody tr{background-color:#fff}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg pre{font-family:PingFang SC;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg em,.chat-room .robot-output .robot-list .robot-list-item .item-a .item-msg sup{font-style:normal;cursor:pointer;margin:0 2px;color:#0f67fe;position:relative}.chat-room .robot-output .robot-list .robot-item.is-recommed{display:block;padding-left:50px}.chat-room .robot-output .robot-list .robot-item.is-recommed .recommed-item{width:85%;border-radius:30px;border:1px solid #eee;background:#fff;height:34px;line-height:34px;color:#686868;font-size:14px;padding:0 20px;margin-bottom:6px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.chat-room .robot-output .robot-list .robot-item.is-recommed .recommed-item span{width:90%;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.chat-room .robot-output .robot-list .robot-item.is-recommed .recommed-item .iconfont{font-size:16px;color:#a7a7a7}.chat-room .robot-output .robot-list .robot-item.is-brief{width:100%;height:auto;position:relative;margin-bottom:30px}.chat-room .robot-output .robot-list .robot-item.is-brief:after{display:block;content:"";border-radius:10px;background:#e0e0fb;width:calc(100% - 16px);left:0;right:0;margin:auto;bottom:-8px;position:absolute;z-index:1;height:50px}.chat-room .robot-output .robot-list .robot-item.is-brief .brief-row{width:100%;height:auto;display:flex;border-radius:8px;border:1px solid #fff;background:#fff;padding:14px 18px;position:relative;z-index:2}.chat-room .robot-output .robot-list .robot-item.is-brief .brief-row .brief-row-photo{width:60px;height:60px;border-radius:8px;border:1px solid #fff;background:#d9d9d9;box-shadow:0 2px 10px 0 rgba(0,0,0,.14);overflow:hidden;display:flex;align-items:center;margin-right:16px}.chat-room .robot-output .robot-list .robot-item.is-brief .brief-row .brief-row-photo img{display:block;width:100%}.chat-room .robot-output .robot-list .robot-item.is-brief .brief-row .brief-row-desc{flex:1}.chat-room .robot-output .robot-list .robot-item.is-brief .brief-row .brief-row-desc strong{color:#2c2c2c;font-size:16px;font-weight:700}.chat-room .robot-output .robot-list .robot-item.is-brief .brief-row .brief-row-desc p{color:#2c2c2c;font-size:14px;margin-top:10px}.chat-room .robot-output .robot-task{width:100%;height:auto;margin:0 auto;padding-top:10px}.chat-room .robot-output .robot-task .task-content{width:100%;display:block}.chat-room .robot-output .robot-task .task-content .task-input{border:1px solid #e3e7ec;background:#fff;height:auto;display:flex;align-items:flex-end;transition:all .3s linear;flex:1;border-radius:8px;box-shadow:0 4px 24px 0 rgba(0,0,0,.1);padding:8px 11px 8px 10px}.chat-room .robot-output .robot-task .task-content .task-input.is-active,.chat-room .robot-output .robot-task .task-content .task-input:hover{border-color:#0f67fe}.chat-room .robot-output .robot-task .task-content .task-input.is-active .task-btn{background-color:#0f67fe}.chat-room .robot-output .robot-task .task-content .task-input.is-disabled .searchInput{pointer-events:none;filter:grayscale(100%);-webkit-filter:grayscale(100%);cursor:not-allowed}.chat-room .robot-output .robot-task .task-content .task-input .searchInput{border:none;background:transparent;color:#393e44;max-height:200px;flex:1;scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.chat-room .robot-output .robot-task .task-content .task-input .searchInput:focus{box-shadow:none}.chat-room .robot-output .robot-task .task-content .task-input .searchInput:hover::-webkit-scrollbar-thumb{display:block}.chat-room .robot-output .robot-task .task-content .task-input .searchInput::-webkit-scrollbar{width:2px;position:absolute}.chat-room .robot-output .robot-task .task-content .task-input .searchInput::-webkit-scrollbar-track{border-radius:2px}.chat-room .robot-output .robot-task .task-content .task-input .searchInput::-webkit-scrollbar-thumb{border-radius:2px;background:#e5e7eb;display:none}.chat-room .robot-output .robot-task .task-content .task-input .task-btn{padding:8px 12px;display:flex;align-items:center;background:#d8dee7;border-radius:4px;cursor:pointer;height:34px;margin-left:10px}.chat-room .robot-output .robot-task .task-content .task-input .task-btn span{font-size:14px;color:#fff}.chat-room .robot-output .robot-task .task-content .task-input .task-btn:hover{background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),#0f67fe}.chat-room .robot-output .robot-task .brand-box{display:flex;align-items:center;justify-content:center;height:44px;width:100%;margin-bottom:-10px}.chat-room .robot-output .robot-task .brand-box img{width:24px;height:24px;border-radius:50%;margin-right:8px}.chat-room .robot-output .robot-task .brand-box span{color:#686868;font-size:14px}.min-w-\[8rem\]{min-width:6rem!important}.task-memu-chat{width:100%;margin-top:10px}.task-memu-chat .task-memu-item{width:max-content;max-width:calc(100% - 46px);padding:4px 12px;border-radius:4px;background:#edf5ff;color:#0f67fe;font-size:14px;margin-right:10px;transition:all .3s linear;cursor:pointer;margin-bottom:8px}.task-memu-chat .task-memu-item:hover{background:#d0e4ff;color:#0f67fe}.ai-think.thinking .ai-think-content{display:flex;flex-direction:column-reverse;max-height:100px;overflow:hidden}.ai-think.thinking .ai-think-content:after{position:absolute;height:20px;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);content:"";bottom:0;left:12px;right:0}.ai-blockquote-popover{max-width:450px;border-radius:8px;padding:16px;border:1px solid #f1f3f7;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.05);background-color:#fff}.scroll-to-bottom-button{position:absolute;right:22px;bottom:0;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:2px solid #ededed;background-color:#fff;color:#000;font-size:18px;cursor:pointer}.scroll-to-bottom-button:hover{background-color:#f5f5f5}.meetSelect .ant-select-selector{background-color:#fff!important;outline:none!important;box-shadow:none!important;border:1px solid #d9d9d9!important}.meetSelect .ant-select-selection-item{color:#000!important}.scene .btnBox{border-radius:8px;padding:0 10px;height:30px;box-sizing:border-box;line-height:28px;cursor:pointer}.person{background:#f6f7f9}.person .btnBox{color:#333;border:1px solid #8999b5;background-color:#fff}.person .btnBox:hover{background-color:#eef5ff}.government{background:linear-gradient(180deg,#f9e1e4,#fff4f4)}.government .btnBox{color:#e74e47;border:1px solid #f8c7cc;background-color:#fff}.government .btnBox:hover{background-color:#ffdee1}.education{background:#ecf9f4}.education .btnBox{color:#388c55;border:1px solid #bfe2cb;background-color:#fff}.education .btnBox:hover{background-color:#ddefe8}.customCheck .ant-checkbox-inner{border-radius:50%}.customCheck .ant-modal-content{padding:0}.customCheck .customInput svg{height:16px;width:16px}.customFolderModal .ant-checkbox-inner{border-radius:50%}.customFolderModal .ant-modal-content{padding:0}.SelectModel_modelList__rfXPI{padding:6px;width:222px;border-radius:16px;background:#fff}.SelectModel_modelItem__EGa4p{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-radius:10px;cursor:pointer;transition:background-color .2s}.SelectModel_modelItem__EGa4p:hover{background-color:#f5f5f5}.SelectModel_modelName__hpD_J{font-size:14px;color:#3d3d3d}.SelectModel_modelTrigger__wRd6Y{width:fit-content;display:flex;gap:4px;align-items:center;padding:6px;background:#fff;border-radius:26px;border:1px solid #e0e6ed;cursor:pointer;transition:all .3s}.SelectModel_modelTrigger__wRd6Y:hover{background:#f3f3f3}.SelectModel_modelLogo__h4MsM{width:20px;height:20px;border-radius:50%}.SelectModel_triggerText__Z9mt9{font-size:14px;color:#352f44}.SelectModel_arrowIcon__FxF_D{color:#352f44;font-size:20px;transition:transform .3s}.SelectModel_arrowIcon__FxF_D.SelectModel_arrowUp__ef4vw{transform:rotate(180deg)}.right-sidebar{display:flex;flex-direction:column;height:100%;width:100%;background:#fff;border-radius:24px;overflow:hidden}.right-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;border-bottom:1px solid #f0f0f0;min-height:48px}.right-sidebar__title{margin:0;font-size:16px;font-weight:600;color:#000}.right-sidebar__actions{display:flex;align-items:center;gap:8px}.right-sidebar__action-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer;transition:all .2s}.right-sidebar__action-btn svg.tingwu-icon{width:16px!important;height:16px!important;flex-shrink:0;color:#333}.right-sidebar__action-btn:hover{background:#e5e5e5;border-radius:4px}.right-sidebar__action-btn:last-child svg.tingwu-icon{width:18px!important;height:18px!important}.right-sidebar__content{flex:1;overflow-y:auto}.resizable-panel{position:relative;height:100%}.resizable-panel__handle{position:absolute;top:0;bottom:0;width:12px;cursor:col-resize;z-index:10;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.resizable-panel__handle:hover .resizable-panel__handle-line{background:#0f67fe;width:2px;height:100%}.resizable-panel__handle--left{right:-12px}.resizable-panel__handle--right{left:-12px}.resizable-panel__handle-line{width:0;height:100%;background:transparent;transition:all .2s}.transcribe-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.6);backdrop-filter:blur(10px)}.transcribe-overlay__card{position:relative;width:540px;height:650px;margin:0 16px;padding:68px 24px 30px;background:#fff;border:4px solid #fff;border-radius:32px;box-shadow:0 2px 62px rgba(46,58,72,.06);display:flex;flex-direction:column;align-items:center;overflow:hidden}.transcribe-overlay__card-top{position:absolute;left:-5px;right:-5px;top:-4px;height:195px;border-radius:24px 24px 0 0;opacity:.9;pointer-events:none;background:linear-gradient(180deg,#eaf4ff,rgba(234,244,255,.93) 7%,rgba(234,244,255,.5) 50%,rgba(234,244,255,0))}.transcribe-overlay__hero{position:relative;z-index:1;width:100%;max-width:400px;overflow:visible}.transcribe-overlay__pile--static{display:flex;width:100%;margin:0 auto;width:max-content;transition:transform .3s ease-in-out}.transcribe-overlay__pile--static.status-extract{transform:translateX(94px)}.transcribe-overlay__pile--static.status-transcript{transform:translateX(-148px)}.transcribe-overlay__pile--static.status-summary{transform:translateX(-379px)}.transcribe-overlay__pile--static .transcribe-overlay__pile-card{width:100%;box-sizing:border-box;width:232px;height:138px;transition:transform .3s ease-in-out}.transcribe-overlay__pile-card{padding:17px;border-radius:16px;background:hsla(0,0%,100%,.95);border:1px solid #e2e8f0;box-shadow:0 1px 37px -1px rgba(0,0,0,.04);position:relative}.transcribe-overlay__pile-card--active{border:none;background:linear-gradient(180deg,#f6fbff,#fff);padding:2px;box-shadow:0 8px 28px -6px rgba(15,103,254,.1);z-index:1;background:linear-gradient(180deg,#3295ff,#aae7ff)}.transcribe-overlay__pile-card--active+.transcribe-overlay__pile-card{transform:rotate(16deg) translateY(35px)}.transcribe-overlay__pile-card--active .transcribe-overlay__pile-content{background:#fff;border-radius:14px;padding:16px 16px 0;height:100%}.transcribe-overlay__pile-card--muted{transform:rotate(-16deg) translateY(35px);background:hsla(0,0%,100%,.6);opacity:.5}.transcribe-overlay__pile-card--done{background:hsla(0,0%,100%,.6)}.transcribe-overlay__pile-head{display:flex;align-items:center;gap:14px;margin-bottom:16px}.transcribe-overlay__pile-badge{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.transcribe-overlay__pile-badge--muted{background:#f1f5f9}.transcribe-overlay__pile-badge--muted span{font-size:14px;font-weight:600;color:#90a1b9;line-height:1}.transcribe-overlay__pile-badge--done{background:#00c950}.transcribe-overlay__pile-badge--active{background:radial-gradient(circle at 30% 30%,#649dff 0,#b9d3ff 100%)}.transcribe-overlay__pile-spinner{display:block;width:18px;height:18px;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:transcribe-spin .85s linear infinite}@keyframes transcribe-spin{to{transform:rotate(1turn)}}.transcribe-overlay__pile-titles{flex:1;min-width:0}.transcribe-overlay__pile-title{font-size:14px;font-weight:500;color:#45556c;line-height:20px}.transcribe-overlay__pile-title--primary{color:#0f67fe}.transcribe-overlay__pile-sub{margin-top:2px;font-size:11px;line-height:16.5px;color:rgba(0,0,0,.4)}.transcribe-overlay__skel-group{display:flex;flex-direction:column;gap:10px}.transcribe-overlay__skel{height:9px;border-radius:100px;background:#eff4ff}.transcribe-overlay__skel--w1{width:100%;max-width:189px}.transcribe-overlay__skel--w2{width:137px}.transcribe-overlay__skel--w3{width:97px}.transcribe-overlay__body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;margin-top:32px}.transcribe-overlay__ring-outer{padding:24px;border-radius:999px;border:1px solid #dce9ff;background:linear-gradient(180deg,#fff,#f6faff)}.transcribe-overlay__ring-wrap{position:relative;width:110px;height:110px}.transcribe-overlay__ring-svg{width:110px;height:110px;display:block}.transcribe-overlay__ring-track{stroke:rgba(15,103,254,.14);stroke-width:6}.transcribe-overlay__ring-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:inline-flex;flex-direction:row;align-items:baseline;justify-content:center;gap:2px;pointer-events:none;white-space:nowrap}.transcribe-overlay__ring-num{font-size:34px;font-weight:600;line-height:1;letter-spacing:-1.2px;background:linear-gradient(180deg,#0166ff,#5aa1fb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.transcribe-overlay__ring-pct{font-size:20px;font-weight:800;line-height:1;background:linear-gradient(180deg,#0267ff,#60a5fa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.transcribe-overlay__main-title{margin:20px 0 0;padding:0;font-size:20px;font-weight:700;color:#352f44;line-height:28px;letter-spacing:-.45px;text-align:center}.transcribe-overlay__ellipsis{font-weight:700}.transcribe-overlay__sub{margin:8px 0 0;font-size:14px;line-height:21px;color:rgba(0,0,0,.4);text-align:center}.transcribe-overlay__btn{position:relative;z-index:1;margin-top:32px;width:204px;height:43px;padding:0 24px;border:none;border-radius:999px;cursor:pointer;font-size:15px;font-weight:500;color:#fff;background:linear-gradient(180deg,#0f67fe,#5996ff)}.transcribe-overlay__btn:hover{opacity:.8}.transcribe-overlay__btn:active{opacity:1}.transcribe-overlay__hint{position:relative;z-index:1;margin:16px 0 0;max-width:280px;font-size:12px;line-height:18px;color:rgba(0,0,0,.4);text-align:center}.page-container{flex-direction:column;width:100%;height:100vh;background:#ecf3ff}.page-body,.page-container{display:flex;overflow:hidden;min-width:1080px}.page-body{flex-direction:row;flex-wrap:nowrap;flex:1;position:relative;padding:0 10px}@media(max-width:767px){.page-body,.page-container{min-width:0}.page-body{padding:0}.page-body--desktop .resize-handle,.page-body--desktop .sidebar-wrapper{display:none}.page-body--mobile main,.page-body>main{min-width:0;border-radius:0}.page-body--mobile{flex-direction:column}}.sidebar-wrapper{display:flex;flex-direction:column;flex-shrink:1;flex-grow:0;min-width:250px;max-width:35%;height:100%}.sidebar-wrapper--left{min-width:340px}.sidebar-wrapper--left-animated,.sidebar-wrapper--right-animated{overflow:hidden;transition:flex-basis .25s ease,min-width .25s ease,opacity .25s ease}.resize-handle{position:relative;width:12px;height:100%;cursor:col-resize;z-index:10;display:flex;align-items:center;justify-content:center;flex-shrink:0}.resize-handle:hover .resize-handle__line{background:#0f67fe;width:2px;height:100%}.resize-handle__line{width:0;height:100%;background:transparent;transition:all .2s}.resize-handle--left-animated,.resize-handle--right-animated{transition:opacity .25s ease}.toggle-left-sidebar{position:fixed;left:0;top:180px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;gap:0;width:27px;height:34px;background:#e3eeff;color:#0f67fe;border:none;border-radius:0 27px 27px 0;cursor:pointer;box-shadow:2px 0 8px rgba(0,0,0,.1);z-index:100}.toggle-left-sidebar:hover{width:30px;background:#e3eeff}.toggle-left-sidebar svg.tingwu-icon{height:16px!important;flex-shrink:0;color:#0f67fe;margin-left:-10px}.toggle-left-sidebar svg.tingwu-icon:first-child{margin-left:0}