:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.adm-action-sheet-popup>.adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.adm-action-sheet-extra{display:flex;justify-content:center;color:var(--adm-color-weak);font-size:var(--adm-font-size-7);padding:18px 12px}.adm-action-sheet-button-item-wrapper,.adm-action-sheet-button-list,.adm-action-sheet-extra{border-bottom:1px solid var(--adm-color-border)}.adm-action-sheet-button-item-wrapper:last-child{border-bottom:none}.adm-action-sheet-button-item{text-align:center;display:block;background-color:var(--adm-color-background);padding:16px}.adm-action-sheet-button-item:active{background-color:var(--adm-color-border)}.adm-action-sheet-button-item-disabled{cursor:not-allowed;pointer-events:none;opacity:.4}.adm-action-sheet-button-item-name{color:var(--adm-color-text);font-size:var(--adm-font-size-10)}.adm-action-sheet-button-item-description{font-size:var(--adm-font-size-6);color:var(--adm-color-weak);padding-top:4px}.adm-action-sheet-button-item-danger .adm-action-sheet-button-item-name{color:var(--adm-color-danger)}.adm-action-sheet-button-item-bold .adm-action-sheet-button-item-name{font-weight:700}.adm-action-sheet-cancel{background-color:var(--adm-color-fill-content);padding-top:8px}.adm-popup{--z-index:var(--adm-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:8px;bottom:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{cursor:pointer;padding:4px;font-size:18px;line-height:1;color:var(--adm-color-weak)}.adm-mask{--z-index:var(--adm-mask-z-index,1000);position:fixed;z-index:var(--z-index);display:block}.adm-mask,.adm-mask-aria-button{top:0;left:0;width:100%;height:100%}.adm-mask-aria-button{position:absolute;z-index:0;pointer-events:none}.adm-mask-content{z-index:1}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-center-popup{--background-color:var(--adm-center-popup-background-color,var(--adm-color-background));--border-radius:var(--adm-center-popup-border-radius,8px);--max-width:var(--adm-center-popup-max-width,75vw);--min-width:var(--adm-center-popup-min-width,280px);--z-index:var(--adm-center-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{position:fixed;z-index:1;top:50%;left:50%;width:auto;min-width:var(--min-width);max-width:var(--max-width);transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{position:absolute;z-index:100;right:8px;top:8px;cursor:pointer;padding:4px;font-size:18px;color:var(--adm-color-weak)}.adm-dot-loading{display:inline-block}.adm-infinite-scroll{color:var(--adm-color-weak);padding:18px;display:flex;justify-content:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:8px}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size:48px;margin:0 auto 8px}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s linear infinite}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.change-domain{background:#dbe7ff;color:#3277ff;position:relative;font-size:15px;font-weight:500;line-height:24px;padding:12px;text-align:center}.change-domain.home{position:fixed;left:0;top:0;width:100%;z-index:10}.change-domain.home+.home-index .rflow-header{top:48px}.change-domain a{color:#3277ff;text-decoration:underline}.change-domain a:hover{color:#1a5bbf;text-decoration:underline}.change-domain .change-domain-close{position:absolute;right:46px;top:50%;transform:translateY(-50%);cursor:pointer;color:#3277ff}.change-domain .change-domain-close:hover{color:#1a5bbf}.change-domain+.new-dashboard,.change-domain+.new-dashboard-content{height:calc(100vh - 48px)}@media screen and (max-width:768px){.change-domain{font-size:12px;line-height:12px}.change-domain.home+.home-index .rflow-header{top:36px}.change-domain .change-domain-close{right:12px}.app:has(.change-domain.home){padding-top:96px!important}}@keyframes gradient{to{background-position:var(--bg-size,300%) 0}}.ui-gradient-text{--tw-gradient-stops:var() display:inline;animation:gradient 8s linear infinite;-webkit-background-clip:text;background-clip:text;background-size:var(--bg-size) 100%;background-image:linear-gradient(to right in oklab,var(--color-from) 0,var(--color-to) 50%,var(--color-from) 100%);color:transparent}.card-spotlight{position:relative;overflow:hidden;--mouse-x:50%;--mouse-y:50%;--spotlight-color:hsla(0,0%,100%,.05);--spotlight-opacity:0.6;--spotlight-size:100px}.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle var(--spotlight-size) at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 50%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:focus-within:before,.card-spotlight:hover:before{opacity:var(--spotlight-opacity)}.dashboard-entries{transition:opacity .3s ease;opacity:0;display:block}.dashboard-entries.landing{opacity:1}.dashboard-entries.second-screen{opacity:0;pointer-events:none}.dashboard-entries.show{opacity:1;pointer-events:all}.dashboard-entries-header{padding:0 0 10px;width:100%}.dashboard-entries-title{font-family:var(--font-aleo);margin-right:6px;color:#0f161e;font-size:23px;font-weight:400;line-height:16px}.dashboard-entries-items{padding:2px 12px 12px 10px}.dashboard-entries-desc{color:rgba(15,22,30,.4);font-size:16px;font-weight:400;line-height:16px}.dashboard-entries-item{cursor:pointer;flex:1 1;padding:20px;outline:1px solid rgba(49,52,56,.04);box-shadow:0 1px 5px 0 rgba(0,0,0,.02);border-radius:8px;transition:all .2s ease-in-out;background:#fff}.dashboard-entries-item:hover{box-shadow:0 4px 12px 0 rgba(0,0,0,.04)}.dashboard-entries-item:hover .dashboard-entries-item-arrow{color:var(--spotlight-color)}.dashboard-entries-item:active{box-shadow:0 2px 8px 0 rgba(0,0,0,.05)}.dashboard-entries-item-icon{width:46px;height:46px}.dashboard-entries-item-top{display:flex;align-items:center;gap:6px}.dashboard-entries-item-title{flex-shrink:0;font-family:var(--font-aleo);color:#0f161e;font-size:17px;font-weight:400;line-height:16px}.dashboard-entries-item-tag{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;height:20px;padding:0 8px;font-family:var(--font-inter);border-radius:34px;white-space:nowrap;border:1px solid transparent;background-clip:padding-box,border-box;background-origin:padding-box,border-box;background-image:linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,#e3dbfa,#e2f6f8)}.dashboard-entries-item-arrow{flex-shrink:0;margin-left:auto;width:14px;height:14px;color:rgba(3,9,17,.2)}.dashboard-entries-item-desc{margin-top:8px;color:rgba(15,22,30,.56);font-size:13px;font-weight:400;line-height:19px}.dashboard-landing{height:68vh;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:40px;position:relative;z-index:3;transition:opacity .4s ease;opacity:1}.dashboard-landing.hidden{opacity:0;pointer-events:none}.dashboard-landing-title{color:#0f161e;font-family:var(--font-aleo);font-size:26px;font-weight:400;line-height:40px}.dashboard-landing-content{max-width:832px;width:calc(100% - 40px)}.dashboard-landing-dialog{height:160px;border-radius:16px;outline:1px solid rgba(49,52,56,.04);background:#fff;box-shadow:0 6px 16px 0 rgba(0,0,0,.03)}.dashboard-landing-dialog.focus{outline-color:rgba(15,22,30,.08)}.dashboard-landing-entries{margin-top:36px;width:100%}.dashboard-landing .card-spotlight.dashboard-entries-item{padding:20px 20px 16px}@media screen and (min-height:1000px){.dashboard-landing{height:85vh;justify-content:center}}.delete-modal-header .common-base-modal-header-title{padding-top:30px;color:#1d2129;text-align:center;font-size:18px;font-weight:600;line-height:26px}.delete-modal-header .common-base-modal-close{display:none}.delete-modal-content{width:100%}.delete-modal-desc{color:rgba(15,22,30,.7);text-align:center;font-size:18px;line-height:26px;font-weight:400;margin-top:10px}.delete-modal-footer{display:flex;align-items:center;justify-content:center;gap:8px;padding:48px 0 12px}.delete-modal .ui-button.medium{width:126px;height:32px;padding:0;font-weight:700}.move-modal{pointer-events:all;border-radius:12px;background:#fff;box-shadow:0 4px 20px 0 rgba(0,0,0,.12);padding:20px 0;height:570px;display:flex;flex-direction:column;gap:24px}.move-modal .move-header{width:100%;padding:0 20px;color:rgba(15,22,30,.92);font-size:16px;font-weight:600;display:flex;flex-direction:column;align-items:center;gap:30px;flex-shrink:0}.move-modal .move-header-top{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.move-modal .move-header-close{cursor:pointer;position:absolute;width:28px;height:28px;top:50%;right:-6px;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;border-radius:4px;color:#797d81;transition:all .2s ease-in-out}.move-modal .move-header-close:hover{background:rgba(15,22,30,.06);color:rgba(15,22,30,.86)}.move-modal .move-header-close:active{background:rgba(15,22,30,.08);color:rgba(15,22,30,.86)}.move-modal .move-header-bottom{width:100%;display:flex;justify-content:center;align-items:center}.move-modal .move-header-back{color:rgba(15,22,30,.92);font-size:14px;font-weight:500;line-height:20px;display:flex;align-items:center;gap:10px;cursor:pointer}.move-modal .move-header-new-icon{color:#797d81;transition:all .2s ease-in-out}.move-modal .move-header-new{margin-left:auto;border-radius:6px;background:rgba(32,39,79,.06);color:rgba(15,22,30,.86);display:flex;align-items:center;gap:3px;font-size:12px;font-weight:500;line-height:18px;padding:0 8px;height:28px;cursor:pointer;transition:all .2s ease-in-out}.move-modal .move-header-new:hover{background:rgba(32,39,79,.08);color:#222930}.move-modal .move-header-new:hover .move-header-new-icon{color:#31373e}.move-modal .move-header-new:active{background:rgba(32,39,79,.06);color:#222930}.move-modal .move-header-new:active .move-header-new-icon{color:#31373e}.move-modal .move-content{width:100%;flex:1 1;flex-shrink:0;display:flex;flex-direction:column;gap:32px;overflow:hidden;padding:0 16px}.move-modal .move-ponder-item{cursor:pointer;border-radius:8px;display:flex;min-height:48px;padding:4px;align-items:center;gap:12px;flex-shrink:0}.move-modal .move-ponder-item.active,.move-modal .move-ponder-item:hover{background:rgba(32,39,79,.04)}.move-modal .move-ponder-item:active{background:rgba(32,39,79,.06)}.move-modal .move-ponder-item-logo{width:70px;height:40px;flex-shrink:0;border-radius:8px;background:#f3f3f5;display:flex;align-items:center;justify-content:center}.move-modal .move-ponder-item-content{flex:1 1;flex-shrink:0;display:flex;flex-direction:column;gap:2px;overflow:hidden}.move-modal .move-ponder-item-title{overflow:hidden;color:#0f161e;text-overflow:ellipsis;font-size:15px;font-weight:600;line-height:18px}.move-modal .move-ponder-item-desc{overflow:hidden;color:rgba(15,22,30,.3);text-overflow:ellipsis;font-size:12px;font-weight:400;line-height:15px}.move-modal .move-list{width:100%;flex:1 1;flex-shrink:0;display:flex;flex-direction:column;gap:6px;overflow-y:auto}.move-modal .move-list::-webkit-scrollbar{width:.1px}.move-modal .move-list.empty{justify-content:center;align-items:center}.move-modal .move-list-txt{color:rgba(15,22,30,.3);font-size:12px;font-weight:400}.move-modal .common-card.list.space-folders-item.list.move-item,.move-modal .common-card.list.spaces-item.list.move-item{flex-shrink:0;width:100%;padding:4px 8px 4px 4px;min-height:48px;display:flex;align-items:center;gap:12px;transition:all .2s ease-in-out;border-radius:8px;overflow:hidden;cursor:pointer}.move-modal .common-card.list.space-folders-item.list.move-item .spaces-item-tag,.move-modal .common-card.list.spaces-item.list.move-item .spaces-item-tag{width:70px;height:40px;border-radius:8px}.move-modal .common-card.list.space-folders-item.list.move-item .spaces-item-tag-icon,.move-modal .common-card.list.spaces-item.list.move-item .spaces-item-tag-icon{width:24px;height:24px}.move-modal .common-card.list.space-folders-item.list.move-item .spaces-item-name,.move-modal .common-card.list.spaces-item.list.move-item .spaces-item-name{min-height:18px;line-height:18px;font-size:15px}.move-modal .common-card.list.space-folders-item.list.move-item .column-list-item-right,.move-modal .common-card.list.spaces-item.list.move-item .column-list-item-right{display:none}.move-modal .common-card.list.space-folders-item.list.move-item .space-folders-item-content,.move-modal .common-card.list.spaces-item.list.move-item .space-folders-item-content{width:100%;display:flex;align-items:center;gap:12px}.move-modal .common-card.list.space-folders-item.list.move-item .space-folders-item-main,.move-modal .common-card.list.spaces-item.list.move-item .space-folders-item-main{width:70px;height:40px;padding:0 5px}.move-modal .common-card.list.space-folders-item.list.move-item .space-folders-item-file:first-child,.move-modal .common-card.list.spaces-item.list.move-item .space-folders-item-file:first-child{top:6px}.move-modal .common-card.list.space-folders-item.list.move-item .space-folders-item-file:nth-child(2),.move-modal .common-card.list.spaces-item.list.move-item .space-folders-item-file:nth-child(2){top:3px;z-index:1;transform:scale(.9);opacity:.4}.move-modal .common-card.list.space-folders-item.list.move-item .space-folders-item-name,.move-modal .common-card.list.spaces-item.list.move-item .space-folders-item-name{margin-top:0;flex:1 1;flex-shrink:0}.move-modal .common-card.list.space-folders-item.list.move-item:hover .space-folders-item-main,.move-modal .common-card.list.spaces-item.list.move-item:hover .space-folders-item-main{background:#f2f2f4;outline:1px solid hsla(0,0%,100%,.86)}.move-modal .common-card.list.space-folders-item.list.move-item.active,.move-modal .common-card.list.spaces-item.list.move-item.active{background:rgba(32,39,79,.04)}.move-modal .common-card.list.space-folders-item.list.move-item.active .spaces-item-tag,.move-modal .common-card.list.spaces-item.list.move-item.active .spaces-item-tag{background:#fff}.move-modal .common-card.list.space-folders-item.list.move-item.active .space-folders-item-main,.move-modal .common-card.list.spaces-item.list.move-item.active .space-folders-item-main{background:#f2f2f4;outline:1px solid hsla(0,0%,100%,.86)}.move-modal .move-item-arrow{margin-left:auto;display:flex;width:28px;height:28px;justify-content:center;align-items:center;color:rgba(15,22,30,.7);border-radius:8px;background:rgba(15,22,30,.04)}.move-modal .move-item-arrow:active,.move-modal .move-item-arrow:hover{background:rgba(15,22,30,.06);color:rgba(15,22,30,.92)}.move-modal .move-footer{padding:0 20px;width:100%;flex-shrink:0;display:flex;justify-content:space-between;align-items:center}.move-modal .move-footer .move-footer-btn{height:36px;min-width:80px;padding:5px 16px;display:flex;justify-content:center;align-items:center;flex-shrink:0;color:hsla(0,0%,100%,.92);font-size:14px;font-weight:600;gap:6px}.move-modal .move-footer .move-footer-btn-loading{animation:loading-rotate 1s linear infinite}.move-modal .move-footer .move-footer-pages{display:flex;align-items:center;gap:4px;color:rgba(15,22,30,.3);font-size:12px;font-weight:400}.move-modal .move-footer .move-footer-pages span:last-child{color:rgba(15,22,30,.56)}.move-modal .move-footer .move-footer-desc{color:rgba(15,22,30,.3);font-size:12px;font-weight:400}.common-base-modal-content.rename-modal .rename-modal-content{width:100%}.common-base-modal-content.rename-modal .rename-modal-cover{margin:37px auto 0;width:140px;height:80px;border-radius:6px;overflow:hidden;background:hsla(240,9%,96%,.7)}.common-base-modal-content.rename-modal .rename-modal-cover.folder{background:#f2f2f4;position:relative}.common-base-modal-content.rename-modal .rename-modal-cover.center{display:flex;align-items:center;justify-content:center}.common-base-modal-content.rename-modal .rename-modal-cover.txt{padding:12px}.common-base-modal-content.rename-modal .rename-modal-content-file{border-radius:6px;width:calc(100% - 20px);height:100%;position:absolute;overflow:hidden;transform:translateX(-50%);left:50%;background:#fff}.common-base-modal-content.rename-modal .rename-modal-content-file:first-child{top:12px;height:calc(100% - 14px);z-index:2}.common-base-modal-content.rename-modal .rename-modal-content-file:nth-child(2){top:6px;z-index:1;transform:scale(.9);opacity:.4}.common-base-modal-content.rename-modal .rename-modal-content-file-mask{position:absolute;left:0;bottom:0;width:140px;height:34px;z-index:3}.common-base-modal-content.rename-modal .rename-modal-cover-txt{color:rgba(15,22,30,.86);white-space:nowrap;font-size:10px;font-weight:400;line-height:16px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:inherit;-webkit-line-clamp:4;-webkit-box-orient:vertical}.common-base-modal-content.rename-modal .rename-modal-input{padding:9px 12px;border:1px solid #e9e9ec;border-radius:8px;font-size:14px;font-weight:500;line-height:22px;margin-top:32px}.common-base-modal-content.rename-modal .rename-modal-input::selection{background:#3f60e5;color:#fff}.common-base-modal-content.rename-modal .rename-modal-footer{display:flex;justify-content:center;margin-top:14px}.ponders-item{overflow:hidden;display:flex;flex-direction:column;position:relative}.ponders-item.list{width:100%;min-height:72px;background:#fdfdfd}.ponders-item.list:hover .ponders-item-img{border:1px solid rgba(49,52,56,.08)}.ponders-item.list .ponders-item-img{width:98px;height:56px;border-radius:6px;border:.5px solid rgba(49,52,56,.04);flex-shrink:0}.ponders-item.list .ponders-item-bottom{position:absolute;left:0;padding:0;flex:none;width:100%;display:flex;flex-shrink:0;align-items:center;justify-content:space-between;background:transparent;flex-direction:row}.ponders-item.list .ponders-item-title{overflow:hidden;flex:1 1;flex-shrink:0;padding:0 30px 0 122px}.ponders-item-img{width:100%;height:auto;background:#f6f6f6}.ponders-item-space{top:10px;left:10px;padding:1px 6px;position:absolute;border-radius:4px;background:hsla(0,0%,45%,.5);color:#fff;font-size:12px;font-weight:500;line-height:18px}.ponders-item-bottom{flex:1 1;flex-shrink:0;width:100%;background:#fff;padding:12px 16px 16px;display:flex;flex-direction:column;justify-content:space-between}.ponders-item-title{color:#0f161e;font-size:14px;font-weight:600;line-height:22px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:inherit;-webkit-line-clamp:1;-webkit-box-orient:vertical}.ponders-item-time{margin-top:4px;color:rgba(49,52,56,.5);font-size:12px;font-weight:400;line-height:18px}.ponders.hidden{display:none}.ponders-title{color:rgba(15,22,30,.92);font-weight:500}.ponders-dashboard-items{padding:2px 12px 12px}.ponders-list-header{width:100%;color:rgba(15,22,30,.56);font-size:12px;font-weight:500;line-height:16px;display:flex;align-items:center;padding:0 50px 0 8px}.ponders-list-header-right{width:500px;margin-left:auto;display:flex;align-items:center;gap:10px}@media screen and (max-width:1000px){.ponders-list-header-right{width:300px}}.ponders-content{height:calc(100vh - 50px);overflow:auto;width:100%}.ponders-content-grid{display:flex;flex-wrap:wrap;gap:20px;padding:1px 12px}.ponders-content-loading{width:100%;text-align:center;height:25px;line-height:25px}.ponders-content-container{display:flex;flex-direction:row;gap:16px}.ponders .ponders-list-header-right-item{width:30%}.ponders .ponders-list-header-right-item:first-child{width:40%}.ponders-item-new{height:190px}.ponders .ponders-item-right{width:60%}.spaces-list.hidden{display:none}.spaces-list .spaces-items-list{gap:0;margin:0 -8px}.spaces-dashboard-list{padding:2px 12px 12px}.infinite-scroll-component__outerdiv{width:100%}.spaces-item-new{height:248px}.new-dashboard .new-dashboard-content{height:100vh;overflow:auto}.new-dashboard .new-dashboard-container{max-width:1136px;position:relative}.new-dashboard .new-dashboard-container .ponders-item,.new-dashboard .new-dashboard-container .spaces-item{flex:none;flex-shrink:0;width:236px}.new-dashboard-second-screen{padding:80px 0 0;position:relative;z-index:2;top:-16vh}.new-dashboard .dashboard-section.row.ponders,.new-dashboard .dashboard-section.row.spaces-list{margin-top:48px}.new-dashboard .new-dashboard-container.second-screen{scroll-snap-type:none;overscroll-behavior:auto}@media screen and (min-height:1000px){.new-dashboard-second-screen{padding-bottom:16vh}}