.dashboard-section{position:relative;width:100%;--list-layout-right-width:40%;--list-layout-right-gap:10px}.dashboard-section-header{padding-bottom:12px;display:flex;align-items:center;gap:8px}.dashboard-section-header-title{color:rgba(15,22,30,.92);font-size:15px;font-weight:600}.dashboard-section.row .dashboard-section-header-title{color:rgba(15,22,30,.4);font-size:15px;font-weight:400;line-height:16px;font-family:var(--font-aleo)}.dashboard-section.row .dashboard-section-header-all{margin-left:auto;margin-top:auto;cursor:pointer;color:rgba(15,22,30,.7);font-size:13px;font-weight:500;line-height:22px}.dashboard-section.row .dashboard-section-header-new{border-radius:6px;background:rgba(32,39,79,.06);color:#797d81;display:flex;align-items:center;gap:3px;font-size:12px;font-weight:400;line-height:18px;padding:3px 8px;cursor:pointer;transition:all .2s ease-in-out}.dashboard-section.row .dashboard-section-header-new:hover{background:rgba(32,39,79,.06);color:#31373e}.dashboard-section.row .dashboard-section-header-new:hover .dashboard-section-header-new-icon{color:#31373e}.dashboard-section.row .dashboard-section-header-new:active{background:rgba(32,39,79,.08);color:#31373e}.dashboard-section.row .dashboard-section-header-new:active .dashboard-section-header-new-icon{color:#31373e}.dashboard-section.row .dashboard-section-header-new-icon{color:#797d81;transition:all .2s ease-in-out}.dashboard-row-layout{position:relative;margin:0 -12px}.dashboard-row-layout:hover .dashboard-row-arrow{opacity:1}.dashboard-row-layout .dashboard-row-items{width:100%;display:flex;gap:20px;overflow-x:auto}.dashboard-row-layout .dashboard-row-items::-webkit-scrollbar{height:.1px}.dashboard-row-layout .dashboard-row-arrow{cursor:pointer;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.06);outline:1px solid rgba(15,22,30,.04);padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden;color:rgba(15,22,30,.4);opacity:0;transition:all .2s ease-in-out;border-radius:40px;pointer-events:all}.dashboard-row-layout .dashboard-row-arrow:hover{color:#0f161e}.dashboard-row-layout .dashboard-row-arrow:active{color:rgba(15,22,30,.7)}.dashboard-row-layout .dashboard-row-arrow:after{content:"";position:absolute;inset:0;border-radius:50%;border:1px solid rgba(49,52,56,.02);pointer-events:none}.dashboard-row-layout .dashboard-row-mask{z-index:5;pointer-events:none;position:absolute;top:0;right:0;bottom:0;width:137px;background:linear-gradient(271deg,#fdfdfd 31.66%,hsla(0,0%,97%,0) 99.73%)}.dashboard-row-layout .dashboard-row-mask.left{transform:rotate(180deg);left:0;right:auto}.dashboard-row-layout .dashboard-row-mask.left .dashboard-row-arrow{left:80px;right:auto}.dashboard-column-layout{position:relative}.dashboard-column-layout-loading{width:100%}.dashboard-column-layout-empty{width:100%;background:#afeeee}.dashboard-column-layout-list{display:grid;gap:20px;justify-content:start;grid-template-columns:repeat(auto-fill,minmax(236px,1fr));padding:2px 12px 12px;margin:0 -12px}.dashboard-column-layout-list.single-row{grid-template-columns:repeat(auto-fill,minmax(0,236px))}.dashboard-column-layout-list.list{display:flex;flex-direction:column;margin:0 -8px;gap:0;padding:0 0 12px}.dashboard-column-layout-list-header{width:100%;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.dashboard-column-layout-list-header-title{color:rgba(15,22,30,.392);font-size:12px;font-weight:500;line-height:16px}.column-list-item-right{flex-shrink:0;width:var(--list-layout-right-width);display:flex;justify-content:space-between;align-items:center;gap:var(--list-layout-right-gap);padding-right:54px}@media screen and (max-width:1000px){.column-list-item-right{width:300px}}.column-list-item-item{flex:1;flex-shrink:0;color:rgba(15,22,30,.92);font-size:13px;font-weight:500}.column-list-item-item.header{color:rgba(15,22,30,.392);font-size:12px;font-weight:500;line-height:16px}@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 68%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:focus-within:before,.card-spotlight:hover:before{opacity:var(--spotlight-opacity)}.ask-dialog{width:100%;height:140px;padding:16px 16px 12px;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:12px;border:1px solid rgba(49,52,56,.08);background:#fff}.ask-dialog .ask-dialog-input{width:100%;color:#0f161e;font-size:14px;font-weight:500}.ask-dialog .ask-dialog-input::-moz-placeholder{color:rgba(15,22,30,.3)}.ask-dialog .ask-dialog-input::placeholder{color:rgba(15,22,30,.3)}.ask-dialog .ask-dialog-footer{margin-top:auto;height:32px;width:100%;display:flex;align-items:center}.ask-dialog .ask-dialog-left,.ask-dialog .ask-dialog-right{height:100%;display:flex;align-items:center}.ask-dialog .ask-dialog-right{margin-left:auto}.ask-dialog .ask-dialog-enter{flex-shrink:0;margin-left:12px;border-radius:6px;display:flex;width:32px;height:32px;justify-content:center;align-items:center;cursor:pointer;background:#0f161e;color:hsla(0,0%,100%,.92);font-size:18px}.ask-dialog .ask-dialog-loading{width:20px;height:20px;animation:loading-rotate 1s linear infinite}.ask-dialog .ask-dialog-enter.disabled{background:rgba(15,22,30,.08);cursor:not-allowed}.ask-modal-dialog{margin-top:16px}.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;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-top{display:flex;align-items:center;gap:6px}.dashboard-entries-item-icon{width:46px;height:46px;flex-shrink:0}.dashboard-entries-item-info{flex:1;flex-shrink:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.dashboard-entries-item-title{font-family:var(--font-aleo);color:#0f161e;font-size:17px;font-weight:400;line-height:16px;white-space:normal;word-break:break-word}.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}.new-dashboard-container.ponder .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}.new-dashboard-container.ponder .dashboard-landing.hidden{opacity:0;pointer-events:none}.new-dashboard-container.ponder .dashboard-landing.ipad{height:unset;padding:140px 0 100px}.new-dashboard-container.ponder .dashboard-landing.ipad .dashboard-landing-content{width:100%}.new-dashboard-container.ponder .dashboard-landing.ipad .dashboard-landing-entries{margin-top:24px}.new-dashboard-container.ponder .dashboard-landing.ipad .dashboard-entries-item-info{row-gap:2px}.new-dashboard-container.ponder .dashboard-landing.ipad .dashboard-entries-item-tag{height:16px;font-size:11px}.new-dashboard-container.ponder .dashboard-landing-title{color:#0f161e;font-family:var(--font-aleo);font-size:26px;font-weight:400;line-height:40px}.new-dashboard-container.ponder .dashboard-landing-content{max-width:832px;width:calc(100% - 40px)}.new-dashboard-container.ponder .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)}.new-dashboard-container.ponder .dashboard-landing-dialog.focus{outline-color:rgba(15,22,30,.08)}.new-dashboard-container.ponder .dashboard-landing-entries{margin-top:36px;width:100%}.new-dashboard-container.ponder .dashboard-landing .card-spotlight.dashboard-entries-item{padding:20px 20px 16px}@media screen and (min-height:1000px){.new-dashboard-container.ponder .dashboard-landing{height:85vh;justify-content:center}}@media (pointer:coarse){.new-dashboard-container.ponder .dashboard-landing .card-spotlight.dashboard-entries-item{padding:10px 10px 8px}.new-dashboard-container.ponder .dashboard-entries-item-icon{width:32px;height:32px}.new-dashboard-container.ponder .dashboard-entries-item-title{font-size:14px}.new-dashboard-container.ponder .dashboard-entries-item-desc{font-size:11px}.new-dashboard-container.ponder .dashboard-landing-title{font-size:22px}}.ponders-item{overflow:hidden;display:flex;flex-direction:column;position:relative}.ponders-item.grid{flex-shrink:0;width:236px}.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;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;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-item{padding:16px;display:flex;flex-direction:column;position:relative}.spaces-item:hover .spaces-item-img-item.left{transform:rotate(-22deg) scale(1.1) translateX(-3px)}.spaces-item:hover .spaces-item-img-item.center{transform:scale(1.1) translateY(-3px)}.spaces-item:hover .spaces-item-img-item.right{transform:rotate(22deg) scale(1.1) translateX(3px)}.spaces-item.grid{width:236px;flex-shrink:0}.spaces-item.list:hover .spaces-item-tag{background:#fff}.spaces-item.list .spaces-item-top{display:flex;align-items:center;gap:16px;flex:1;flex-shrink:0;padding:0;overflow:hidden}.spaces-item.list .spaces-item-tag{background:hsla(240,9%,96%,.7);border-radius:6px;width:98px;height:56px;flex-shrink:0;display:flex;justify-content:center;align-items:center;transition:all .2s ease-in-out}.spaces-item.list .spaces-item-name{margin-top:0;flex:1;flex-shrink:0;padding-right:30px;min-height:22px}.spaces-item-tag,.spaces-item-tag-icon{width:30px;height:30px}.spaces-item-name{margin-top:8px;color:#0f161e;font-size:14px;font-weight:600;line-height:22px;min-height:44px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:inherit;-webkit-line-clamp:2;-webkit-box-orient:vertical}.spaces-item-img{margin-top:10px;width:100%;height:122px;padding:23px 0;display:flex;align-items:center;position:relative;z-index:1;justify-content:center}.spaces-item-img.count-1{padding:17px 0}.spaces-item-img.count-1 .spaces-item-img-item{width:134px;height:88px;border-color:#fff}.spaces-item-img.count-2 .spaces-item-img-item{width:68px}.spaces-item-img.count-2 .spaces-item-img-item-text{padding-bottom:10px}.spaces-item-img-item{position:relative;width:62px;flex-shrink:0;border-radius:5px;border:1px solid rgba(49,52,56,.08);background:#fff;display:flex;flex-direction:column;gap:2px;transition:transform .3s ease-in-out}.spaces-item-img-item.left{transform:rotate(-22deg)}.spaces-item-img-item.right{transform:rotate(22deg)}.spaces-item-img-item-icon{width:100%;height:auto}.spaces-item-img-item-text{width:100%;padding:2px 6px 6px;color:rgba(49,52,56,.5);font-size:4px;font-weight:400;line-height:1.25;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:inherit;-webkit-line-clamp:2;-webkit-box-orient:vertical}.base-menu-popover-menu-group.common-card-menu-group .spaces-item-menu-group-name{padding:4px 0 6px 8px;color:rgba(15,22,30,.7);text-align:center;font-size:12px;font-weight:500;line-height:1.25}.base-menu-popover-menu-group.common-card-menu-group .spaces-item-menu-group-name.last{padding-top:14px}.base-menu-popover-menu-group:after{top:10px!important}.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}.anchor-page{height:100vh;background:#f3f3f4;position:fixed;left:0;top:0;width:100%;z-index:1000;padding-top:75px;padding-bottom:calc(72px + env(safe-area-inset-bottom, 0px))}.anchor-page-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.anchor-page .login-base-header{position:relative;z-index:2}.anchor-page-title{margin-top:12px;font-size:22px;font-weight:600}.anchor-page-desc,.anchor-page-title{color:#0f161e;line-height:24px;text-align:center}.anchor-page-desc{margin-top:30px;font-size:15px;font-weight:500;padding:0 12px}.anchor-page-logo-container{display:flex;justify-content:center}.anchor-page-logo{width:40px;height:40px}.anchor-page-ai{border-radius:46px;background:#fff;padding:1px 10px;margin:0 5px}.anchor-page-ai-text{text-align:center;font-size:16px;font-weight:500;line-height:24px;background:linear-gradient(135deg,#7fc9fe,#8c63ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.anchor-page-image{margin:20px auto 0 calc((100% - 322px) / 2)}.anchor-page-button{position:fixed;bottom:24px;cursor:pointer;margin:70px auto 0 20px;border-radius:12px;background:#0f161e;width:calc(100% - 40px);height:48px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:14px;font-weight:600;line-height:20px}.anchor-page-button:active,.anchor-page-button:hover{color:#fff}.anchor-page-tag{border-radius:6px;background:hsla(0,0%,100%,.23);height:20px;padding:0 6px;color:#fff;font-size:12px;font-weight:400;line-height:20px}.new-dashboard .new-dashboard-content{height:100vh;height:100dvh;overflow:auto;display:flex;flex-direction:column}.new-dashboard .new-dashboard-container{max-width:1136px;position:relative;flex:1;display:flex;flex-direction:column;min-height:0}.new-dashboard .new-dashboard-container.ponder{min-height:auto}.new-dashboard .new-dashboard-container.ipad{width:calc(100% - 80px);max-width:800px}@keyframes logoBreathing{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.mobile-logo-breathing{animation:logoBreathing 3s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.mobile-logo-breathing{animation:none}}