: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}.base-menu-popover-menu.items.tag-select-menu,.tag-select-menu{padding:6px;gap:4px}.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item:hover .ask-dialog-answer-option,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item:hover .chat-input-answer-option,.tag-select-menu .base-menu-popover-menu-item:hover .ask-dialog-answer-option,.tag-select-menu .base-menu-popover-menu-item:hover .chat-input-answer-option{color:rgba(15,22,30,.86)}.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item:hover .ask-dialog-answer-option-icon,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item:hover .chat-input-answer-option-icon,.tag-select-menu .base-menu-popover-menu-item:hover .ask-dialog-answer-option-icon,.tag-select-menu .base-menu-popover-menu-item:hover .chat-input-answer-option-icon{color:rgba(15,22,30,.56)}.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item.active .ask-dialog-answer-option,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item.active .ask-dialog-answer-option-icon,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item.active .chat-input-answer-option,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item.active .chat-input-answer-option-icon,.tag-select-menu .base-menu-popover-menu-item.active .ask-dialog-answer-option,.tag-select-menu .base-menu-popover-menu-item.active .ask-dialog-answer-option-icon,.tag-select-menu .base-menu-popover-menu-item.active .chat-input-answer-option,.tag-select-menu .base-menu-popover-menu-item.active .chat-input-answer-option-icon{color:rgba(15,22,30,.86)}.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item .ask-dialog-answer-option,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item .chat-input-answer-option,.tag-select-menu .base-menu-popover-menu-item .ask-dialog-answer-option,.tag-select-menu .base-menu-popover-menu-item .chat-input-answer-option{display:inline-flex;align-items:center;gap:6px;color:rgba(15,22,30,.7)}.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item .ask-dialog-answer-option-icon,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item .chat-input-answer-option-icon,.tag-select-menu .base-menu-popover-menu-item .ask-dialog-answer-option-icon,.tag-select-menu .base-menu-popover-menu-item .chat-input-answer-option-icon{color:rgba(15,22,30,.56)}.tag-select-menu-current-item{border-radius:6px;background:rgba(32,39,79,.04);display:inline-flex;height:32px;padding:0 8px;justify-content:center;align-items:center;gap:4px;flex-shrink:0;transition:all .3s ease-in-out;cursor:pointer}.tag-select-menu-current-item:hover{background:rgba(32,39,79,.06)}.tag-select-menu-current-item.active,.tag-select-menu-current-item:active{background:rgba(32,39,79,.08)}.tag-select-menu-current-item.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.tag-select-menu-current-item.disabled.active,.tag-select-menu-current-item.disabled:active,.tag-select-menu-current-item.disabled:hover{background:rgba(32,39,79,.04)}.tag-select-menu-current-item.disabled .ask-dialog-answer-option,.tag-select-menu-current-item.disabled .chat-input-answer-option{color:rgba(15,22,30,.43)}.tag-select-menu-current-item.disabled .ask-dialog-answer-option-icon,.tag-select-menu-current-item.disabled .chat-input-answer-option-icon{color:rgba(15,22,30,.35)}.tag-select-menu-current-item .ask-dialog-answer-option,.tag-select-menu-current-item .chat-input-answer-option{display:inline-flex;align-items:center;gap:6px;color:rgba(15,22,30,.86);font-size:12px}.tag-select-menu-current-item .ask-dialog-answer-option-icon,.tag-select-menu-current-item .chat-input-answer-option-icon{color:rgba(15,22,30,.7)}.ask-modal-dialog{margin-top:12px}.ask-modal-dialog-wrapper{width:100%}.ask-modal-dialog-action-patterns{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.ask-modal-dialog-action-pattern{border:1px solid rgba(49,52,56,.12);background:rgba(15,22,30,.03);color:rgba(15,22,30,.7);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:500;cursor:pointer}.ask-modal-dialog-action-pattern:hover{background:rgba(15,22,30,.06)}.ask-modal-dialog-example-prompts{margin-top:10px;display:flex;flex-direction:column;gap:8px}.ask-modal-dialog-example-prompt{text-align:left;width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(49,52,56,.08);background:#fff;color:rgba(15,22,30,.8);font-size:13px;font-weight:500;cursor:pointer}.ask-modal-dialog-example-prompt:hover{background:rgba(15,22,30,.03)}.common-base-root-modal .common-base-modal-content.ask-modal{gap:0;padding:20px 28px 28px}.common-base-root-modal .common-base-modal-content.ask-modal .common-base-modal-header-title{display:flex;align-items:center;justify-content:space-between;flex:1}.common-base-root-modal .common-base-modal-content.ask-modal .ask-modal-chat-history{color:#797d81;display:flex;gap:6px;align-items:center;padding-right:30px;cursor:pointer;font-size:12px;font-style:normal;font-weight:500;line-height:22px}.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}.onboarding-alert{position:relative;width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:2px;background:#dbe7ff}.onboarding-alert,.onboarding-alert-link{color:#3277ff;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.onboarding-alert-link{text-decoration:underline;cursor:pointer}.onboarding-alert-link:hover{color:#276df9;text-decoration:underline}.onboarding-alert-close{position:absolute;padding:4px;top:12px;right:42px}.onboarding-alert+.new-dashboard{height:calc(100vh - 48px);overflow:hidden}.onboarding-alert+.new-dashboard-content{height:calc(100vh - 48px)}.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}