.auth-module__cni4Dq__page{--auth-canvas:#f7f9fc;--auth-surface:#fff;--auth-soft:#f6f7fb;--auth-border:#e0e4ed;--auth-control-border:#d9dfe9;--auth-line:#eceef3;--auth-text:#25252b;--auth-muted:#71717a;--auth-accent:var(--auth-accent-light,#635ffa);--auth-action:#635ffa;--auth-action-text:#fff;--auth-action-border:var(--auth-action-border-light,transparent);--auth-danger:#b42335;--auth-danger-bg:#fff3f4;--auth-success:#18785c;background:var(--auth-canvas);min-height:100dvh;color:var(--auth-text);font:400 14px/20px var(--font-inter), Inter, sans-serif;isolation:isolate;justify-content:center;align-items:center;padding:40px 20px;display:flex}.dark .auth-module__cni4Dq__page{--auth-canvas:#111722;--auth-surface:#191d25;--auth-soft:#202630;--auth-border:#343b48;--auth-control-border:#3d4654;--auth-line:#2b313c;--auth-text:#ededf0;--auth-muted:#a5a9b6;--auth-accent:var(--auth-accent-dark,#aba7ff);--auth-action-border:var(--auth-action-border-dark,transparent);--auth-danger:#fba3ad;--auth-danger-bg:#322127;--auth-success:#6dd5af;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.auth-module__cni4Dq__entry{width:100%;max-width:456px}.auth-module__cni4Dq__shell{border:1px solid var(--auth-border);background:var(--auth-surface);border-radius:12px;width:100%;box-shadow:0 12px 36px #1218280f,0 2px 6px #12182805}.auth-module__cni4Dq__panel{--auth-panel-inline:36px;--auth-panel-end:36px;width:100%;min-width:0;padding:36px var(--auth-panel-inline) var(--auth-panel-end)}.dark .auth-module__cni4Dq__shell{box-shadow:0 12px 36px #0000002e}.auth-module__cni4Dq__panelInner{width:100%;min-width:0}.auth-module__cni4Dq__logoSlot{margin-bottom:24px}.auth-module__cni4Dq__logoSlot:empty{display:none}.auth-module__cni4Dq__logoSlot>div{justify-content:center}.auth-module__cni4Dq__logoSlot>div>img{max-width:min(220px,100%);max-height:44px}.auth-module__cni4Dq__form{flex-direction:column;gap:24px;width:100%;min-width:0;display:flex}.auth-module__cni4Dq__heading{letter-spacing:-.65px;text-align:left;margin:0;font-size:26px;font-weight:600;line-height:34px}.auth-module__cni4Dq__subtitle{text-align:left;color:var(--auth-muted);margin:10px 0 0;font-size:13px;line-height:21px}.auth-module__cni4Dq__subtitle,.auth-module__cni4Dq__hint,.auth-module__cni4Dq__error,.auth-module__cni4Dq__formError{overflow-wrap:anywhere}.auth-module__cni4Dq__fields{gap:18px;display:grid}.auth-module__cni4Dq__split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;display:grid}.auth-module__cni4Dq__field{gap:7px;min-width:0;display:grid}.auth-module__cni4Dq__labelRow{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.auth-module__cni4Dq__labelRow label{color:var(--auth-text);font-size:13px;font-weight:500;line-height:20px}.auth-module__cni4Dq__inputWrap{border:1px solid var(--auth-control-border);background:var(--auth-surface);border-radius:7px;transition:border-color .12s,box-shadow .12s;display:flex;position:relative;box-shadow:0 1px 2px #12182808}.auth-module__cni4Dq__inputWrap:hover:not(:focus-within):not([data-invalid=true]){border-color:color-mix(in srgb, var(--auth-muted) 28%, var(--auth-control-border))}.auth-module__cni4Dq__inputWrap:focus-within{border-color:var(--auth-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--auth-accent) 11%, transparent)}.auth-module__cni4Dq__inputWrap[data-invalid=true]{border-color:var(--auth-danger)}.auth-module__cni4Dq__input{width:100%;min-width:0;height:44px;color:var(--auth-text);font:400 14px/20px var(--font-inter), Inter, sans-serif;background:0 0;border:0;border-radius:7px;outline:none;padding:10px 12px}.auth-module__cni4Dq__input::placeholder{color:var(--auth-muted);opacity:.75}.auth-module__cni4Dq__input[data-password]{padding-right:44px}.auth-module__cni4Dq__input:autofill{background:var(--auth-surface);color:var(--auth-text)}.auth-module__cni4Dq__input:-webkit-autofill{-webkit-text-fill-color:var(--auth-text);box-shadow:0 0 0 1000px var(--auth-surface) inset}.auth-module__cni4Dq__input:disabled{opacity:.7;cursor:default}.auth-module__cni4Dq__passwordToggle{width:34px;height:34px;color:var(--auth-muted);cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;display:grid;position:absolute;top:5px;right:4px}.auth-module__cni4Dq__passwordToggle:hover{color:var(--auth-text);background:var(--auth-soft)}.auth-module__cni4Dq__hint{color:var(--auth-muted);margin:0;font-size:11px;line-height:17px}.auth-module__cni4Dq__visuallyHidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.auth-module__cni4Dq__error{color:var(--auth-danger);margin:0;font-size:12px;line-height:18px}.auth-module__cni4Dq__formError{border:1px solid color-mix(in srgb, var(--auth-danger) 28%, transparent);background:var(--auth-danger-bg);color:var(--auth-danger);border-radius:7px;padding:10px 12px;font-size:12px;line-height:19px}.auth-module__cni4Dq__formError p{margin:0}.auth-module__cni4Dq__primary{border:1px solid var(--auth-action-border);background:var(--auth-action);width:100%;min-height:46px;color:var(--auth-action-text);font:500 14px/20px var(--font-inter), Inter, sans-serif;cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;text-decoration:none;transition:box-shadow .12s;display:inline-flex}.auth-module__cni4Dq__primary:hover:not(:disabled){box-shadow:0 2px 8px #171a281a}.auth-module__cni4Dq__primary:disabled{background:var(--auth-soft);color:var(--auth-muted);border-color:var(--auth-border);cursor:default}.auth-module__cni4Dq__primary[aria-busy=true]{background:var(--auth-action);color:var(--auth-action-text)}.auth-module__cni4Dq__footer{margin:0 calc(-1 * var(--auth-panel-inline,0px)) calc(-1 * var(--auth-panel-end,0px));padding:18px var(--auth-panel-inline,20px);border-top:1px solid var(--auth-line);background:color-mix(in srgb, var(--auth-soft) 65%, var(--auth-surface));color:var(--auth-muted);border-radius:0 0 11px 11px;flex-wrap:wrap;justify-content:center;gap:5px;font-size:13px;line-height:20px;display:flex}.auth-module__cni4Dq__footer .auth-module__cni4Dq__textLink{font-size:inherit;line-height:inherit}.auth-module__cni4Dq__textLink,.auth-module__cni4Dq__returnLink{color:var(--auth-accent);cursor:pointer;font:500 13px/20px var(--font-inter), Inter, sans-serif;background:0 0;border:0;padding:0;text-decoration:none}.auth-module__cni4Dq__textLink:hover,.auth-module__cni4Dq__returnLink:hover{text-underline-offset:3px;text-decoration:underline}.auth-module__cni4Dq__returnLink{justify-content:center;align-self:center;align-items:center;gap:6px;display:inline-flex}.auth-module__cni4Dq__legal{text-align:center;color:var(--auth-muted);margin:0;font-size:11px;line-height:18px}.auth-module__cni4Dq__legal a{color:inherit;font:inherit;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--auth-muted) 45%, transparent);text-decoration-color:color-mix(in srgb, var(--auth-muted) 45%, transparent);text-underline-offset:3px}.auth-module__cni4Dq__legal a:hover{color:var(--auth-text)}.auth-module__cni4Dq__strengthItems{color:var(--auth-muted);flex-wrap:wrap;gap:4px 14px;margin:0;padding:0;font-size:11px;line-height:18px;list-style:none;display:flex}.auth-module__cni4Dq__requirement{align-items:center;gap:4px;display:inline-flex}.auth-module__cni4Dq__requirement[data-met=true]{color:var(--auth-success)}.auth-module__cni4Dq__loading{min-height:280px;color:var(--auth-muted);justify-content:center;align-items:center;padding:24px;display:flex}.auth-module__cni4Dq__skeleton{gap:22px;min-height:318px;padding:6px 0;display:grid}.auth-module__cni4Dq__skeleton span{background:var(--auth-soft);border-radius:6px;height:46px}.auth-module__cni4Dq__skeleton span:first-child{width:65%;height:27px}.auth-module__cni4Dq__statusCard{flex-direction:column;gap:18px;display:flex}.auth-module__cni4Dq__successMark{width:40px;height:40px;color:var(--auth-success);background:color-mix(in srgb, var(--auth-success) 10%, var(--auth-surface));border-radius:50%;align-self:flex-start;place-items:center;padding:8px;display:grid}.auth-module__cni4Dq__page button:focus-visible,.auth-module__cni4Dq__page a:focus-visible{outline:2px solid var(--auth-accent);outline-offset:3px}@media (max-width:600px){.auth-module__cni4Dq__page{padding:24px 20px}.auth-module__cni4Dq__panel{--auth-panel-inline:20px;--auth-panel-end:28px;padding-top:28px}.auth-module__cni4Dq__logoSlot>div>img{max-width:min(190px,100%);max-height:40px}.auth-module__cni4Dq__input{font-size:16px}}@media (max-width:380px){.auth-module__cni4Dq__split{gap:12px}.auth-module__cni4Dq__heading{font-size:26px}}@media (prefers-reduced-motion:reduce){.auth-module__cni4Dq__page *,.auth-module__cni4Dq__page :before{transition:none!important;animation:none!important}}
.domain-logo-module__i5eRSq__brand{justify-content:center;align-items:center;width:100%;min-height:56px;display:flex}.domain-logo-module__i5eRSq__brand img{object-fit:contain;width:auto;max-width:min(240px,100%);height:auto;max-height:56px;display:block}.domain-logo-module__i5eRSq__skeleton{background:#e8ecf3;border-radius:6px;width:144px;height:36px;display:block}.dark .domain-logo-module__i5eRSq__skeleton{background:#242c39}
.destination-search-module__xwU6vq__picker{--destination-canvas:#f7f9fc;--destination-surface:#fff;--destination-text:#25252b;--destination-muted:#71717a;--destination-line:#e4e7ee;--destination-hover:#f1f0ff;--destination-accent:#635ffa;min-height:0;color:var(--destination-text);background:var(--destination-canvas);font-family:var(--font-inter), Inter, sans-serif;flex-direction:column;font-size:13px;line-height:20px;display:flex}.dark .destination-search-module__xwU6vq__picker{--destination-canvas:#111722;--destination-surface:#191d25;--destination-text:#ededf0;--destination-muted:#9b9da7;--destination-line:#2c303a;--destination-hover:#2b2946;--destination-accent:#a7a3ff}.destination-search-module__xwU6vq__search{background:var(--destination-surface);color:var(--destination-muted);border-bottom:1px solid var(--destination-line);align-items:center;gap:9px;padding:12px 14px;display:flex}.destination-search-module__xwU6vq__search input{min-width:0;height:32px;color:var(--destination-text);font:inherit;background:0 0;border:0;outline:none;flex:1}.destination-search-module__xwU6vq__search:focus-within{box-shadow:inset 0 -2px var(--destination-accent)}.destination-search-module__xwU6vq__filters{border-bottom:1px solid var(--destination-line);gap:4px;padding:10px 12px;display:flex}.destination-search-module__xwU6vq__picker button{font:inherit;cursor:pointer}.destination-search-module__xwU6vq__filters button{min-height:32px;color:var(--destination-muted);background:0 0;border:0;border-radius:5px;align-items:center;gap:6px;padding:4px 10px;display:flex}.destination-search-module__xwU6vq__filters button[aria-pressed=true]{color:var(--destination-accent);background:var(--destination-hover)}.destination-search-module__xwU6vq__picker button:focus-visible{outline:2px solid var(--destination-accent);outline-offset:-2px}.destination-search-module__xwU6vq__picker button:disabled{cursor:default;opacity:.55}.destination-search-module__xwU6vq__list{overscroll-behavior:contain;flex:1;min-height:80px;max-height:min(390px,100dvh - 280px);padding:6px 8px 10px;overflow-y:auto}.destination-search-module__xwU6vq__group{color:var(--destination-muted);justify-content:space-between;align-items:center;padding:8px 10px 3px;font-size:11px;font-weight:500;display:flex}.destination-search-module__xwU6vq__row{width:100%;min-height:56px;color:var(--destination-text);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;display:flex}.destination-search-module__xwU6vq__row:hover,.destination-search-module__xwU6vq__row[aria-selected=true]{background:var(--destination-hover)}.destination-search-module__xwU6vq__row svg{color:var(--destination-accent);flex-shrink:0}.destination-search-module__xwU6vq__rowText{flex-direction:column;flex:1;min-width:0;display:flex}.destination-search-module__xwU6vq__name,.destination-search-module__xwU6vq__meta{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.destination-search-module__xwU6vq__name{font-weight:500}.destination-search-module__xwU6vq__meta{color:var(--destination-muted);font-size:12px;line-height:18px}.destination-search-module__xwU6vq__state{text-align:center;color:var(--destination-muted);padding:30px 16px}.destination-search-module__xwU6vq__state button,.destination-search-module__xwU6vq__pagination button{border:1px solid var(--destination-line);min-height:32px;color:var(--destination-text);background:var(--destination-surface);border-radius:5px;padding:5px 8px}.destination-search-module__xwU6vq__ghosts{gap:10px;padding:14px 10px;display:grid}.destination-search-module__xwU6vq__ghosts div{background:var(--destination-line);opacity:.6;border-radius:5px;height:46px}.destination-search-module__xwU6vq__pagination{border-top:1px solid var(--destination-line);color:var(--destination-muted);justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:11px;display:flex}.destination-search-module__xwU6vq__pagination button{align-items:center;gap:3px;font-size:12px;display:flex}.destination-search-module__xwU6vq__footer{border-top:1px solid var(--destination-line);background:var(--destination-surface);padding:6px}.destination-search-module__xwU6vq__footer button{width:100%;min-height:34px;color:var(--destination-text);text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;padding:7px 10px;display:flex}.destination-search-module__xwU6vq__footer button:hover{background:var(--destination-hover)}.destination-search-module__xwU6vq__error{color:#ba4141;margin:0;padding:10px 14px;font-size:12px}.dark .destination-search-module__xwU6vq__error{color:#f09d9d}.destination-search-module__xwU6vq__status{color:var(--destination-muted);justify-content:center;align-items:center;gap:7px;padding:8px 12px;display:flex}.destination-search-module__xwU6vq__picker .destination-search-module__xwU6vq__search input:focus-visible{box-shadow:none;outline:none}.destination-search-module__xwU6vq__avatar{border-radius:9px;flex:0 0 36px;width:36px;height:36px;overflow:hidden}.destination-search-module__xwU6vq__logo{object-fit:contain;background:0 0;width:100%;height:100%}.destination-search-module__xwU6vq__initials{background:var(--destination-surface);width:100%;height:100%;box-shadow:inset 0 0 0 1px var(--destination-line);color:var(--destination-muted);letter-spacing:-.3px;border-radius:inherit;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.destination-search-module__xwU6vq__filters button span{opacity:.8;font-variant-numeric:tabular-nums;font-size:11px}.destination-search-module__xwU6vq__meta{align-items:center;gap:5px;display:flex}.destination-search-module__xwU6vq__parentName{text-overflow:ellipsis;min-width:0;overflow:hidden}.destination-search-module__xwU6vq__meta>span:not(.destination-search-module__xwU6vq__parentName){flex-shrink:0}@media (max-width:600px){.destination-search-module__xwU6vq__search{padding:10px 12px}.destination-search-module__xwU6vq__row{min-height:58px}}
.create-workspace-dialog-module__WUk_jG__dialog{--create-surface:#fff;--create-canvas:#f7f9fc;--create-text:#25252b;--create-muted:#71717a;--create-border:#e2e5ec;--create-accent:#635ffa;border:1px solid var(--create-border);background:var(--create-surface);width:min(460px,100vw - 32px);color:var(--create-text);font-family:var(--font_default), Inter, sans-serif;border-radius:12px;font-size:13px;line-height:20px;overflow:hidden}.dark .create-workspace-dialog-module__WUk_jG__dialog{--create-surface:#191d25;--create-canvas:#111722;--create-text:#ededf0;--create-muted:#9b9da7;--create-border:#303644;--create-accent:#a7a3ff}.create-workspace-dialog-module__WUk_jG__dialog .create-workspace-dialog-module__WUk_jG__header{background:var(--create-surface);text-align:left;padding:20px 24px}.create-workspace-dialog-module__WUk_jG__header h2{letter-spacing:-.25px;font-size:16px;font-weight:600;line-height:24px}.create-workspace-dialog-module__WUk_jG__dialog .create-workspace-dialog-module__WUk_jG__body{background:var(--create-canvas);padding:24px}.create-workspace-dialog-module__WUk_jG__form{flex-direction:column;gap:22px;display:flex}.create-workspace-dialog-module__WUk_jG__field{flex-direction:column;gap:8px;display:flex}.create-workspace-dialog-module__WUk_jG__field label{align-items:baseline;gap:7px;font-size:13px;font-weight:500;display:flex}.create-workspace-dialog-module__WUk_jG__field label span{color:var(--create-muted);font-size:12px;font-weight:400}.create-workspace-dialog-module__WUk_jG__dialog .create-workspace-dialog-module__WUk_jG__field input{border:1px solid var(--create-border);background:var(--create-surface);width:100%;height:40px;color:var(--create-text);font:inherit;border-radius:6px;padding:9px 12px;box-shadow:0 1px 2px #0f172a05}.create-workspace-dialog-module__WUk_jG__field input::placeholder{color:var(--create-muted);opacity:.75}.create-workspace-dialog-module__WUk_jG__dialog .create-workspace-dialog-module__WUk_jG__field input:focus-visible{outline:2px solid color-mix(in srgb, var(--create-accent) 24%, transparent);outline-offset:1px;border-color:var(--create-accent);box-shadow:none}.create-workspace-dialog-module__WUk_jG__field p,.create-workspace-dialog-module__WUk_jG__progress{color:var(--create-muted);margin:0;font-size:12px;line-height:18px}.create-workspace-dialog-module__WUk_jG__error{background:color-mix(in srgb, #e05666 7%, var(--create-surface));color:#b33648;overflow-wrap:anywhere;border:1px solid #e056663d;border-radius:6px;padding:10px 12px}.dark .create-workspace-dialog-module__WUk_jG__error{color:#f3a4af}.create-workspace-dialog-module__WUk_jG__dialog .create-workspace-dialog-module__WUk_jG__footer{background:var(--create-surface);flex-direction:row;justify-content:flex-end;gap:8px;padding:16px 24px;display:flex}.create-workspace-dialog-module__WUk_jG__footer button{border-radius:6px;height:36px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:500;line-height:20px}.create-workspace-dialog-module__WUk_jG__footer .create-workspace-dialog-module__WUk_jG__primary{color:#fff;background:#635ffa;border:1px solid #635ffa}.create-workspace-dialog-module__WUk_jG__footer .create-workspace-dialog-module__WUk_jG__primary:hover:not(:disabled){background:#5652e2}.create-workspace-dialog-module__WUk_jG__footer .create-workspace-dialog-module__WUk_jG__secondary{border:1px solid var(--create-border);background:var(--create-surface);color:var(--create-text)}.create-workspace-dialog-module__WUk_jG__footer .create-workspace-dialog-module__WUk_jG__secondary:hover:not(:disabled){background:var(--create-canvas)}.create-workspace-dialog-module__WUk_jG__footer button:focus-visible{outline:2px solid var(--create-accent);outline-offset:2px}@media (max-width:767px){.create-workspace-dialog-module__WUk_jG__dialog{border-radius:12px 12px 0 0;width:100%}.create-workspace-dialog-module__WUk_jG__dialog .create-workspace-dialog-module__WUk_jG__header,.create-workspace-dialog-module__WUk_jG__dialog .create-workspace-dialog-module__WUk_jG__body{padding:20px}.create-workspace-dialog-module__WUk_jG__dialog .create-workspace-dialog-module__WUk_jG__footer{padding:14px 20px;padding-bottom:max(14px, env(safe-area-inset-bottom))}.create-workspace-dialog-module__WUk_jG__dialog .create-workspace-dialog-module__WUk_jG__field input{font-size:16px}}
.workspace-switcher-module__bU48Oa__menu{width:100%;margin:0;padding:0}.workspace-switcher-module__bU48Oa__trigger{width:100%;height:44px;color:var(--sidebar-foreground);font-family:var(--font-inter), Inter, sans-serif;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:6px;font-size:13px;font-weight:500;line-height:18px;display:flex;overflow:hidden}.workspace-switcher-module__bU48Oa__trigger:hover,.workspace-switcher-module__bU48Oa__trigger[data-state=open]{background:var(--sidebar-accent);color:var(--sidebar-accent-foreground)}.workspace-switcher-module__bU48Oa__trigger:focus-visible{outline:2px solid var(--sidebar-ring);outline-offset:-2px}.workspace-switcher-module__bU48Oa__avatar{border-radius:6px;flex-shrink:0;width:32px;height:32px}.workspace-switcher-module__bU48Oa__image{object-fit:contain;background:0 0}.workspace-switcher-module__bU48Oa__details{flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex}.workspace-switcher-module__bU48Oa__name,.workspace-switcher-module__bU48Oa__count{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.workspace-switcher-module__bU48Oa__count{color:var(--muted-foreground);font-size:11px;font-weight:400;line-height:15px}.workspace-switcher-module__bU48Oa__chevron{width:14px;height:14px;color:var(--muted-foreground);flex-shrink:0}.workspace-switcher-module__bU48Oa__iconOnly{gap:4px;width:52px;padding:4px}.workspace-switcher-module__bU48Oa__iconOnly .workspace-switcher-module__bU48Oa__avatar{width:28px;height:28px}.workspace-switcher-module__bU48Oa__iconOnly .workspace-switcher-module__bU48Oa__chevron{width:12px;height:12px}.workspace-switcher-module__bU48Oa__popup{--switch-surface:#fff;--switch-text:#25252b;--switch-muted:#71717a;--switch-line:#ececef;--switch-hover:#f4f4f8;--switch-selected:#f1f0ff;--switch-accent:#635ffa;border:1px solid var(--switch-line);background:var(--switch-surface);width:320px;max-width:calc(100vw - 24px);max-height:min(440px,100dvh - 90px);color:var(--switch-text);font-family:var(--font-inter), Inter, sans-serif;border-radius:10px;flex-direction:column;padding:0;font-size:13px;line-height:20px;display:flex;overflow:hidden;box-shadow:0 12px 40px #12182824,0 2px 6px #1218280d}.dark .workspace-switcher-module__bU48Oa__popup{--switch-surface:#191d25;--switch-text:#ededf0;--switch-muted:#9b9da7;--switch-line:#2c303a;--switch-hover:#292d38;--switch-selected:#2b2946;--switch-accent:#a7a3ff}.workspace-switcher-module__bU48Oa__fallback{background:var(--sidebar-accent);color:var(--sidebar-foreground);border-radius:6px;font-size:11px;font-weight:500}.workspace-switcher-module__bU48Oa__searchRow{border-bottom:1px solid var(--switch-line);min-height:48px;color:var(--switch-muted);flex-shrink:0;align-items:center;gap:10px;padding:0 14px;display:flex}.workspace-switcher-module__bU48Oa__searchRow input{width:100%;min-width:0;height:47px;color:var(--switch-text);font:inherit;background:0 0;border:0;outline:none;padding:0}.workspace-switcher-module__bU48Oa__searchRow input::placeholder{color:var(--switch-muted)}.workspace-switcher-module__bU48Oa__searchRow:focus-within{box-shadow:inset 0 -1px var(--switch-accent)}.workspace-switcher-module__bU48Oa__list{overscroll-behavior:contain;min-height:0;max-height:316px;padding:6px;scroll-padding:6px;overflow-y:auto}.workspace-switcher-module__bU48Oa__popup .workspace-switcher-module__bU48Oa__workspaceItem{min-height:44px;color:var(--switch-text);font:inherit;cursor:pointer;border-radius:6px;gap:10px;padding:7px 9px}.workspace-switcher-module__bU48Oa__rowAvatar{border-radius:6px;flex-shrink:0;width:28px;height:28px}.workspace-switcher-module__bU48Oa__rowName{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.workspace-switcher-module__bU48Oa__popup .workspace-switcher-module__bU48Oa__workspaceItem[data-current=true]{background:var(--switch-selected)}.workspace-switcher-module__bU48Oa__popup .workspace-switcher-module__bU48Oa__workspaceItem[data-highlighted],.workspace-switcher-module__bU48Oa__popup .workspace-switcher-module__bU48Oa__createItem[data-highlighted]{background:var(--switch-hover)}.workspace-switcher-module__bU48Oa__popup .workspace-switcher-module__bU48Oa__workspaceItem:focus-visible,.workspace-switcher-module__bU48Oa__popup .workspace-switcher-module__bU48Oa__createItem:focus-visible{box-shadow:inset 0 0 0 1px var(--switch-accent)}.workspace-switcher-module__bU48Oa__popup .workspace-switcher-module__bU48Oa__check{color:var(--switch-accent)}.workspace-switcher-module__bU48Oa__popupFooter{border-top:1px solid var(--switch-line);flex-shrink:0;padding:6px}.workspace-switcher-module__bU48Oa__popup .workspace-switcher-module__bU48Oa__createItem{min-height:38px;color:var(--switch-text);font:inherit;cursor:pointer;border-radius:6px;gap:10px;padding:8px 10px}.workspace-switcher-module__bU48Oa__popup .workspace-switcher-module__bU48Oa__createItem svg{color:var(--switch-muted)}.workspace-switcher-module__bU48Oa__empty{color:var(--switch-muted);text-align:center;padding:28px 16px}.workspace-switcher-module__bU48Oa__destinationPopup{border-radius:10px;flex-direction:column;width:380px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 90px);display:flex;overflow:hidden;box-shadow:0 12px 40px #12182824,0 2px 6px #1218280d;padding:0!important}@media (max-width:767px){.workspace-switcher-module__bU48Oa__menu{padding-right:28px}}
.able-module__jv8uXq__root,.able-module__jv8uXq__theme{--able-canvas:#f7f9fc;--able-surface:#fff;--able-soft:#f1f3f8;--able-text:#25252b;--able-muted:#71717a;--able-line:#e3e7ee;--able-border:#d8dce6;--able-accent:#635ffa;--able-accent-soft:#edecff;--able-danger:#b42318;--able-success:#25754c;--able-warning:#a26415;--able-shadow:0 4px 20px #27345206, 0 1px 3px #27345205;--able-grid:#465d7e0b;font-family:var(--font_default), Inter, sans-serif;color:var(--able-text);font-size:13px;line-height:20px}[class~=dark] .able-module__jv8uXq__root,[class~=dark] .able-module__jv8uXq__theme{--able-canvas:#111722;--able-surface:#191d25;--able-soft:#232936;--able-text:#ededf0;--able-muted:#a6abba;--able-line:#2d3441;--able-border:#41495b;--able-accent:#a7a3ff;--able-accent-soft:#292745;--able-danger:#f4aaa4;--able-success:#8fcba9;--able-warning:#e9bf83;--able-shadow:0 4px 20px #00000016;--able-grid:#9bb5d90e}.able-module__jv8uXq__root{width:100%;min-width:0;height:calc(100dvh - var(--header-height,65px));background:var(--able-canvas);min-height:440px;display:flex;overflow:hidden}.able-module__jv8uXq__root button,.able-module__jv8uXq__theme button,.able-module__jv8uXq__root input,.able-module__jv8uXq__theme input,.able-module__jv8uXq__root textarea{font:inherit}.able-module__jv8uXq__root button,.able-module__jv8uXq__theme button{cursor:pointer}.able-module__jv8uXq__root button:disabled,.able-module__jv8uXq__theme button:disabled{cursor:default;opacity:.45}.able-module__jv8uXq__root :is(button,a,input,textarea):focus-visible,.able-module__jv8uXq__theme :is(button,a,input,textarea,[tabindex]):focus-visible{outline:2px solid var(--able-accent);outline-offset:3px}.able-module__jv8uXq__main{background-image:linear-gradient(var(--able-grid) 1px, transparent 1px), linear-gradient(90deg, var(--able-grid) 1px, transparent 1px);background-size:28px 28px;flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.able-module__jv8uXq__composerToolbar{justify-content:space-between;align-items:center;gap:12px;min-height:40px;padding:0 3px 7px;display:flex}.able-module__jv8uXq__toolbarScope,.able-module__jv8uXq__toolbarActions{align-items:center;gap:4px;min-width:0;display:flex}.able-module__jv8uXq__toolbarActions{flex-shrink:0}.able-module__jv8uXq__toolbarScope{flex:1}.able-module__jv8uXq__toolbarScope .able-module__jv8uXq__scopeTrigger{min-width:0;max-width:min(100%,220px)}.able-module__jv8uXq__iconButton,.able-module__jv8uXq__scopeTrigger,.able-module__jv8uXq__primaryButton,.able-module__jv8uXq__quietButton,.able-module__jv8uXq__textButton,.able-module__jv8uXq__sendButton,.able-module__jv8uXq__latestButton{border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:7px;font-size:12px;font-weight:500;line-height:18px;text-decoration:none;transition:background-color .15s,border-color .15s;display:inline-flex}.able-module__jv8uXq__iconButton{width:32px;height:32px;color:var(--able-muted);background:0 0;flex-shrink:0}.able-module__jv8uXq__iconButton:hover{color:var(--able-text);background:var(--able-soft)}.able-module__jv8uXq__historyToggle[aria-expanded=true],.able-module__jv8uXq__historyToggle[aria-expanded=true]:hover{background:var(--able-accent);color:var(--able-surface)}.able-module__jv8uXq__scopeTrigger{max-width:220px;min-height:32px;color:var(--able-text);background:0 0;padding:4px 8px}.able-module__jv8uXq__scopeTrigger span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.able-module__jv8uXq__scopeTrigger:hover{background:var(--able-soft)}.able-module__jv8uXq__scopeTrigger svg{color:var(--able-muted);flex-shrink:0}.able-module__jv8uXq__transcript{overscroll-behavior:contain;scrollbar-gutter:stable;flex:1;min-height:0;overflow-y:auto}.able-module__jv8uXq__transcript[data-idle=true]{scrollbar-gutter:auto;flex-direction:column;display:flex}.able-module__jv8uXq__welcome{flex-shrink:0;width:min(100% - 64px,760px);margin:auto;padding:32px 0}.able-module__jv8uXq__greeting{text-align:center;margin-bottom:0}.able-module__jv8uXq__greeting h1{letter-spacing:-.8px;margin:0;font-size:clamp(26px,2.3vw,30px);font-weight:550;line-height:1.3}.able-module__jv8uXq__composer{border:1px solid var(--able-border);background:var(--able-surface);width:100%;box-shadow:var(--able-shadow);border-radius:13px;padding:16px 16px 12px}.able-module__jv8uXq__composer:focus-within{border-color:var(--able-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--able-accent), transparent 92%)}.able-module__jv8uXq__composer textarea{resize:none;width:100%;min-height:52px;max-height:180px;color:var(--able-text);background:0 0;border:0;padding:0;font-size:14px;line-height:23px;display:block;outline:none!important}.able-module__jv8uXq__composer textarea::placeholder{color:var(--able-muted)}.able-module__jv8uXq__composerFooter{justify-content:flex-end;align-items:end;gap:12px;padding-top:8px;display:flex}.able-module__jv8uXq__composerFooter>span{color:var(--able-muted);text-overflow:ellipsis;white-space:nowrap;margin-right:auto;padding-bottom:6px;font-size:11px;line-height:18px;overflow:hidden}.able-module__jv8uXq__sendButton{color:#fff;background:#635ffa;border-color:#635ffa;border-radius:8px;flex-shrink:0;width:34px;height:34px}.able-module__jv8uXq__sendButton:hover{background:#5551e8}.able-module__jv8uXq__sendButton:disabled{background:var(--able-soft);border-color:var(--able-line);color:var(--able-muted);opacity:1!important}.able-module__jv8uXq__suggestions{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 14px;display:grid}.able-module__jv8uXq__suggestions button{min-width:0;color:var(--able-text);text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;min-height:52px;padding:6px 8px;display:flex}.able-module__jv8uXq__suggestionCopy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.able-module__jv8uXq__suggestionTitle{font-size:13px;font-weight:500;line-height:20px}.able-module__jv8uXq__suggestionDescription{color:var(--able-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:17px;overflow:hidden}.able-module__jv8uXq__suggestions button:hover:not(:disabled){background:var(--able-soft)}.able-module__jv8uXq__suggestions svg{color:var(--able-muted);opacity:.5;flex-shrink:0;transition:opacity .15s;transform:rotate(45deg)}.able-module__jv8uXq__suggestions button:hover svg,.able-module__jv8uXq__suggestions button:focus-visible svg{opacity:1}.able-module__jv8uXq__messages{flex-direction:column;gap:30px;width:min(100% - 64px,760px);margin:0 auto;padding:26px 0 40px;display:flex}.able-module__jv8uXq__userMessage{justify-content:flex-end;padding-left:32px;display:flex}.able-module__jv8uXq__userMessage>p{background:var(--able-soft);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:12px 12px 3px;max-width:92%;margin:0;padding:12px 16px;font-size:14px;line-height:23px}.able-module__jv8uXq__assistantMessage{min-width:0}.able-module__jv8uXq__assistantMessage:empty{display:none}.able-module__jv8uXq__messageState{color:var(--able-muted);margin:12px 0 0;font-size:11px}.able-module__jv8uXq__working{color:var(--able-muted);align-items:center;gap:8px;font-size:12px;display:flex}.able-module__jv8uXq__composerDock{flex-shrink:0;width:min(100% - 64px,760px);margin:0 auto;padding:8px 0 14px;position:relative}.able-module__jv8uXq__composerHint{text-align:center;color:var(--able-muted);margin:9px 0 0;font-size:10px;line-height:16px}.able-module__jv8uXq__latestButton{background:var(--able-surface);border-color:var(--able-border);color:var(--able-text);box-shadow:var(--able-shadow);padding:5px 10px;font-size:11px;position:absolute;top:-34px;left:50%;transform:translate(-50%)}.able-module__jv8uXq__errorBanner{width:min(100% - 64px,760px);color:var(--able-danger);flex-shrink:0;margin:0 auto;padding:10px 0;font-size:12px}.able-module__jv8uXq__errorBanner>div{gap:14px;margin-top:5px;display:flex}.able-module__jv8uXq__textButton{min-height:26px;color:var(--able-accent);background:0 0;padding:0;font-size:12px}.able-module__jv8uXq__textButton:hover{text-decoration:underline}.able-module__jv8uXq__historyRail{background:var(--able-surface);border-right:1px solid var(--able-line);flex-direction:column;flex-shrink:0;width:270px;display:flex}.able-module__jv8uXq__historyHeading{border-bottom:1px solid var(--able-line);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;min-height:65px;padding:14px 12px 14px 20px;display:flex}.able-module__jv8uXq__historyHeading h2{margin:0;font-size:14px;font-weight:600;line-height:20px}.able-module__jv8uXq__historyActions{flex-shrink:0;align-items:center;gap:2px;display:flex}.able-module__jv8uXq__historyList{overscroll-behavior:contain;flex:1;min-height:0;padding:12px 10px 20px;overflow-y:auto}.able-module__jv8uXq__historyItem{width:100%;min-height:40px;color:var(--able-text);text-align:left;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;margin:2px 0;padding:9px 10px;display:flex}.able-module__jv8uXq__historyItem>span{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:100%;font-size:13px;line-height:20px;overflow:hidden}.able-module__jv8uXq__historyItem>time{color:var(--able-muted);flex-shrink:0;font-size:11px;line-height:18px}.able-module__jv8uXq__historyItem:hover{background:var(--able-soft)}.able-module__jv8uXq__historyItem[aria-current]{background:var(--able-accent-soft);color:var(--able-accent);font-weight:500}.able-module__jv8uXq__historyMore{color:var(--able-muted);background:0 0;border:0;margin-top:8px;padding:8px 10px;font-size:12px}.able-module__jv8uXq__historyEmpty{color:var(--able-muted);padding:20px 10px;font-size:12px}.able-module__jv8uXq__historyEmpty p{margin:0}.able-module__jv8uXq__historySkeleton,.able-module__jv8uXq__conversationSkeleton,.able-module__jv8uXq__artifactSkeleton{flex-direction:column;gap:12px;display:flex}.able-module__jv8uXq__historySkeleton{gap:14px;padding:8px 10px}.able-module__jv8uXq__historySkeleton span,.able-module__jv8uXq__conversationSkeleton span,.able-module__jv8uXq__artifactSkeleton span{background:var(--able-soft);border-radius:4px;height:12px;display:block}.able-module__jv8uXq__historySkeleton span:nth-child(2){width:72%}.able-module__jv8uXq__historySkeleton span{height:24px}.able-module__jv8uXq__conversationSkeleton{gap:18px;width:min(100% - 64px,760px);margin:30px auto}.able-module__jv8uXq__conversationSkeleton span{width:75%;height:18px}.able-module__jv8uXq__conversationSkeleton span:first-child{width:42%;height:50px;margin-left:auto}.able-module__jv8uXq__conversationSkeleton span:last-child{width:52%}.able-module__jv8uXq__scopeMenu{background:var(--able-surface);border:1px solid var(--able-line);z-index:80;border-radius:9px;width:292px;max-width:calc(100vw - 24px);padding:6px;box-shadow:0 12px 32px #00000016}.able-module__jv8uXq__scopeSearch{color:var(--able-muted);border-bottom:1px solid var(--able-line);align-items:center;gap:8px;margin-bottom:5px;padding:8px;display:flex}.able-module__jv8uXq__scopeSearch input{width:100%;min-width:0;color:var(--able-text);background:0 0;border:0;outline:none;font-size:12px}.able-module__jv8uXq__scopeOptions{overscroll-behavior:contain;max-height:min(340px,55dvh);overflow-y:auto}.able-module__jv8uXq__scopeOption{width:100%;min-height:38px;color:var(--able-text);text-align:left;background:0 0;border:0;border-radius:5px;justify-content:space-between;align-items:center;gap:10px;padding:8px;font-size:12px;display:flex}.able-module__jv8uXq__scopeOption>span{overflow-wrap:anywhere;min-width:0}.able-module__jv8uXq__scopeOption:hover{background:var(--able-soft)}.able-module__jv8uXq__scopeOption small{color:var(--able-muted);margin-top:2px;font-size:10px;font-weight:400;line-height:16px;display:block}.able-module__jv8uXq__scopeOption strong{font-weight:500}.able-module__jv8uXq__scopeOption svg{color:var(--able-accent);flex-shrink:0}.able-module__jv8uXq__sectionLabel{color:var(--able-muted);margin:9px 8px 3px;font-size:10px}.able-module__jv8uXq__menuState{color:var(--able-muted);margin:0;padding:12px 8px;font-size:12px}.able-module__jv8uXq__menuState p{margin:0}.able-module__jv8uXq__menuState button{margin-left:6px}.able-module__jv8uXq__artifacts{flex-direction:column;gap:14px;margin-top:18px;display:flex}.able-module__jv8uXq__assistantMessage>.able-module__jv8uXq__artifacts:first-child{margin-top:0}.able-module__jv8uXq__artifacts+.able-module__jv8uXq__markdown{margin-top:20px}.able-module__jv8uXq__artifact{border:1px solid var(--able-line);background:var(--able-surface);min-width:0;box-shadow:var(--able-shadow);border-radius:10px;overflow:hidden}.able-module__jv8uXq__artifactHeader{border-bottom:1px solid var(--able-line);justify-content:space-between;align-items:flex-start;gap:12px;padding:15px 18px;display:flex}.able-module__jv8uXq__artifactHeader>div:first-child{min-width:0}.able-module__jv8uXq__artifactHeader h3{overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:600;line-height:20px}.able-module__jv8uXq__artifactHeader p{color:var(--able-muted);margin:2px 0 0;font-size:11px;line-height:17px}.able-module__jv8uXq__artifactHeadingActions{align-items:center;gap:6px;margin-top:-5px;display:flex}.able-module__jv8uXq__artifactStatus{color:var(--able-muted);white-space:nowrap;align-items:center;gap:5px;padding:3px 0;font-size:10px;display:inline-flex}.able-module__jv8uXq__artifact[data-status=completed] .able-module__jv8uXq__artifactStatus{color:var(--able-success)}.able-module__jv8uXq__artifact[data-status=awaiting_approval] .able-module__jv8uXq__artifactStatus,.able-module__jv8uXq__artifact[data-status=unconfirmed] .able-module__jv8uXq__artifactStatus{color:var(--able-warning)}.able-module__jv8uXq__artifact[data-status=failed] .able-module__jv8uXq__artifactStatus{color:var(--able-danger)}.able-module__jv8uXq__artifactBody{min-width:0;padding:18px}.able-module__jv8uXq__artifactBody:empty{display:none}.able-module__jv8uXq__artifactSummary{color:var(--able-muted);overflow-wrap:anywhere;margin:0 0 16px;font-size:12px;line-height:20px}.able-module__jv8uXq__artifactSummary:last-child{margin-bottom:0}.able-module__jv8uXq__artifactNote{border-top:1px solid var(--able-line);color:var(--able-muted);overflow-wrap:anywhere;margin:14px 0 0;padding-top:12px;font-size:11px;line-height:18px}.able-module__jv8uXq__artifactSkeleton span:first-child{width:70%}.able-module__jv8uXq__artifactSkeleton span:last-child{width:48%}.able-module__jv8uXq__metrics{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:20px 24px;margin:0;display:grid}.able-module__jv8uXq__metrics dt{color:var(--able-muted);font-size:11px;line-height:17px}.able-module__jv8uXq__metrics dd{letter-spacing:-.6px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin:5px 0 0;font-size:26px;font-weight:550;line-height:34px}.able-module__jv8uXq__metrics p{color:var(--able-muted);margin:4px 0 0;font-size:10px;line-height:17px}.able-module__jv8uXq__metrics+.able-module__jv8uXq__fields,.able-module__jv8uXq__metrics+.able-module__jv8uXq__tableScroll,.able-module__jv8uXq__metrics+.able-module__jv8uXq__chart,.able-module__jv8uXq__metrics+.able-module__jv8uXq__steps{margin-top:20px}.able-module__jv8uXq__fields,.able-module__jv8uXq__changes{flex-direction:column;margin:0;display:flex}.able-module__jv8uXq__fields>div,.able-module__jv8uXq__changes>div{border-bottom:1px solid var(--able-line);grid-template-columns:minmax(100px,1fr) minmax(0,2fr);gap:16px;padding:9px 0;display:grid}.able-module__jv8uXq__fields>div:first-child,.able-module__jv8uXq__changes>div:first-child{padding-top:0}.able-module__jv8uXq__fields>div:last-child,.able-module__jv8uXq__changes>div:last-child{border-bottom:0;padding-bottom:0}.able-module__jv8uXq__fields dt,.able-module__jv8uXq__changes dt{color:var(--able-muted);font-size:12px}.able-module__jv8uXq__fields dd,.able-module__jv8uXq__changes dd{overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:12px}.able-module__jv8uXq__previousValue{color:var(--able-muted);text-decoration:line-through}.able-module__jv8uXq__tableScroll{border:1px solid var(--able-line);border-radius:6px;max-width:100%;overflow-x:auto}.able-module__jv8uXq__tableScroll table{border-collapse:collapse;width:100%;font-size:12px;line-height:19px}.able-module__jv8uXq__tableScroll th{background:var(--able-soft);color:var(--able-muted);text-align:left;white-space:nowrap;padding:9px 12px;font-size:11px;font-weight:500}.able-module__jv8uXq__tableScroll td{border-top:1px solid var(--able-line);vertical-align:top;overflow-wrap:anywhere;min-width:100px;max-width:280px;padding:10px 12px}.able-module__jv8uXq__resultCount,.able-module__jv8uXq__emptyResult{color:var(--able-muted);margin:10px 0 0;font-size:11px}.able-module__jv8uXq__emptyResult:first-child{margin-top:0}.able-module__jv8uXq__chart{flex-direction:column;gap:14px;display:flex}.able-module__jv8uXq__chartRow{grid-template-columns:minmax(65px,1fr) minmax(80px,2fr) auto;align-items:center;gap:14px;font-size:11px;display:grid}.able-module__jv8uXq__chartRow>span{color:var(--able-muted);overflow-wrap:anywhere}.able-module__jv8uXq__chartRow strong{font-variant-numeric:tabular-nums;font-weight:500}.able-module__jv8uXq__chartTrack{background:var(--able-soft);border-radius:3px;height:8px;overflow:hidden}.able-module__jv8uXq__chartTrack i{background:var(--able-accent);border-radius:3px;height:100%;display:block}.able-module__jv8uXq__steps{flex-direction:column;gap:13px;margin:0;padding:0;list-style:none;display:flex}.able-module__jv8uXq__steps li{align-items:flex-start;gap:10px;font-size:12px;display:flex}.able-module__jv8uXq__steps li>svg{flex-shrink:0;margin-top:3px}.able-module__jv8uXq__steps li>span:not(.able-module__jv8uXq__stepDot){flex:1}.able-module__jv8uXq__steps li>small{color:var(--able-muted);text-transform:capitalize;font-size:10px}.able-module__jv8uXq__steps li[data-state=completed]>svg{color:var(--able-success)}.able-module__jv8uXq__steps li[data-state=failed]{color:var(--able-danger)}.able-module__jv8uXq__stepDot{background:var(--able-border);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin:6px 3px 0}.able-module__jv8uXq__sources{border-top:1px solid var(--able-line);margin:16px 0 0;padding:0;list-style:none}.able-module__jv8uXq__sources li{padding-top:12px}.able-module__jv8uXq__sources a{color:var(--able-accent);align-items:center;gap:5px;font-size:12px;display:inline-flex}.able-module__jv8uXq__sources strong{font-size:12px;font-weight:500}.able-module__jv8uXq__sources p{color:var(--able-muted);margin:4px 0 0;font-size:11px;line-height:18px}.able-module__jv8uXq__questions{flex-direction:column;gap:18px;display:flex}.able-module__jv8uXq__questions p{margin:0 0 10px;font-size:13px}.able-module__jv8uXq__questionOptions{flex-wrap:wrap;gap:8px;display:flex}.able-module__jv8uXq__primaryButton,.able-module__jv8uXq__quietButton{min-height:34px;padding:7px 12px}.able-module__jv8uXq__primaryButton{color:#fff;background:#635ffa;border-color:#635ffa}.able-module__jv8uXq__primaryButton:hover{background:#5551e8}.able-module__jv8uXq__quietButton{color:var(--able-text);border-color:var(--able-border);background:var(--able-surface)}.able-module__jv8uXq__quietButton:hover{background:var(--able-soft)}.able-module__jv8uXq__approval,.able-module__jv8uXq__attention{border-top:1px solid var(--able-line);margin-top:18px;padding-top:16px}.able-module__jv8uXq__approval p,.able-module__jv8uXq__attention p{color:var(--able-muted);margin:0 0 12px;font-size:12px;line-height:19px}.able-module__jv8uXq__approval label{font-size:12px;display:block}.able-module__jv8uXq__approval input{border:1px solid var(--able-border);width:100%;color:var(--able-text);background:var(--able-surface);border-radius:5px;margin:8px 0 12px;padding:8px 10px;display:block}.able-module__jv8uXq__approvalButtons{flex-wrap:wrap;gap:8px;display:flex}.able-module__jv8uXq__artifactFooter{border-top:1px solid var(--able-line);flex-wrap:wrap;gap:12px 20px;padding:12px 18px;display:flex}.able-module__jv8uXq__artifactFooter a{color:var(--able-accent);align-items:center;gap:5px;font-size:11px;font-weight:500;text-decoration:none;display:inline-flex}.able-module__jv8uXq__artifactFooter a:hover{text-decoration:underline}.able-module__jv8uXq__disclosure{border-top:1px solid var(--able-line);margin-top:16px;padding-top:12px}.able-module__jv8uXq__disclosure summary{cursor:pointer;color:var(--able-muted);align-items:center;gap:5px;font-size:12px;display:flex}.able-module__jv8uXq__disclosure[open] summary{margin-bottom:12px}.able-module__jv8uXq__markdown{overflow-wrap:anywhere;font-size:14px;line-height:24px}.able-module__jv8uXq__markdown>:first-child{margin-top:0}.able-module__jv8uXq__markdown>:last-child{margin-bottom:0}.able-module__jv8uXq__markdown p{margin:0 0 14px}.able-module__jv8uXq__markdown :is(h2,h3,h4){margin:20px 0 10px;font-size:15px;font-weight:600;line-height:24px}.able-module__jv8uXq__markdown :is(ul,ol){margin:10px 0 16px;padding-left:22px}.able-module__jv8uXq__markdown ul{list-style-type:disc}.able-module__jv8uXq__markdown ol{list-style-type:decimal}.able-module__jv8uXq__markdown li{margin:4px 0}.able-module__jv8uXq__markdown strong{font-weight:600}.able-module__jv8uXq__markdown a{color:var(--able-accent);text-underline-offset:3px;text-decoration:underline}.able-module__jv8uXq__markdown code{background:var(--able-soft);border-radius:3px;padding:2px 4px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px}.able-module__jv8uXq__markdown pre{background:var(--able-soft);border-radius:6px;max-width:100%;padding:14px;line-height:21px;overflow-x:auto}.able-module__jv8uXq__markdown pre code{background:0 0;padding:0}.able-module__jv8uXq__markdown blockquote{border-left:2px solid var(--able-border);color:var(--able-muted);margin:14px 0;padding-left:16px}.able-module__jv8uXq__artifactBody .able-module__jv8uXq__markdown{font-size:12px;line-height:21px}.able-module__jv8uXq__overlay{z-index:80;background:#13172225;position:fixed;inset:0}[class~=dark] .able-module__jv8uXq__overlay{background:#00000065}.able-module__jv8uXq__detailPanel{z-index:81;background:var(--able-canvas);border-left:1px solid var(--able-line);flex-direction:column;width:min(600px,90vw);display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-12px 0 48px #00000015}.able-module__jv8uXq__detailHeading{border-bottom:1px solid var(--able-line);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.able-module__jv8uXq__detailHeading h2{margin:0;font-size:13px;font-weight:600}.able-module__jv8uXq__detailBody{min-height:0;padding:24px;overflow-y:auto}.able-module__jv8uXq__historyDialog{z-index:81;background:var(--able-surface);flex-direction:column;width:min(340px,100vw - 40px);display:flex;position:fixed;inset:0 auto 0 0;box-shadow:12px 0 48px #00000015}.able-module__jv8uXq__historyDialog .able-module__jv8uXq__historyHeading{padding-top:max(14px, env(safe-area-inset-top))}.able-module__jv8uXq__muted{color:var(--able-muted);font-size:12px}.able-module__jv8uXq__srOnly{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.able-module__jv8uXq__spin{animation:1s linear infinite able-module__jv8uXq__able-spin}@keyframes able-module__jv8uXq__able-spin{to{transform:rotate(360deg)}}@media (max-width:1100px){.able-module__jv8uXq__historyRail{width:250px}}@media (max-width:767px){.able-module__jv8uXq__root{min-height:340px}.able-module__jv8uXq__composerToolbar{gap:6px;min-height:42px;padding:0 0 6px}.able-module__jv8uXq__historyRail{display:none}.able-module__jv8uXq__iconButton{width:36px;height:36px}.able-module__jv8uXq__scopeTrigger{max-width:160px;min-height:36px}.able-module__jv8uXq__toolbarActions{gap:0}.able-module__jv8uXq__welcome{width:calc(100% - 32px);padding:24px 0}.able-module__jv8uXq__greeting h1{letter-spacing:-.65px;max-width:330px;margin-inline:auto;font-size:26px}.able-module__jv8uXq__composer{padding:14px 13px 10px}.able-module__jv8uXq__composer textarea{font-size:16px}.able-module__jv8uXq__suggestions{grid-template-columns:minmax(0,1fr);gap:0;margin:0 0 8px}.able-module__jv8uXq__suggestions button{min-height:34px;padding:6px 8px}.able-module__jv8uXq__suggestionCopy{flex-direction:row;align-items:baseline;gap:12px}.able-module__jv8uXq__suggestionTitle{flex-shrink:0;font-size:12px}.able-module__jv8uXq__suggestionDescription{text-align:right;margin-left:auto}.able-module__jv8uXq__messages{gap:26px;width:calc(100% - 32px);padding-top:16px}.able-module__jv8uXq__userMessage{padding-left:14px}.able-module__jv8uXq__userMessage>p{padding:10px 13px;font-size:13px}.able-module__jv8uXq__composerDock{width:calc(100% - 24px);padding-bottom:max(8px, env(safe-area-inset-bottom))}.able-module__jv8uXq__composerHint{margin-top:6px;font-size:9px}.able-module__jv8uXq__errorBanner{width:calc(100% - 32px);font-size:11px}.able-module__jv8uXq__artifactHeader{gap:8px;padding:13px 14px}.able-module__jv8uXq__artifactHeader h3{font-size:12px}.able-module__jv8uXq__artifactHeadingActions{gap:0}.able-module__jv8uXq__artifactStatus{font-size:9px}.able-module__jv8uXq__artifactBody{padding:14px}.able-module__jv8uXq__metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.able-module__jv8uXq__metrics dd{font-size:23px;line-height:31px}.able-module__jv8uXq__fields>div,.able-module__jv8uXq__changes>div{grid-template-columns:minmax(82px,1fr) minmax(0,1.5fr);gap:10px}.able-module__jv8uXq__artifactFooter{padding:12px 14px}.able-module__jv8uXq__detailPanel{width:100%}.able-module__jv8uXq__detailHeading{padding:12px 16px}.able-module__jv8uXq__detailBody{padding:16px}.able-module__jv8uXq__primaryButton,.able-module__jv8uXq__quietButton{min-height:38px}.able-module__jv8uXq__scopeOption{min-height:42px}}@media (prefers-reduced-motion:reduce){.able-module__jv8uXq__root *,.able-module__jv8uXq__theme *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.able-module__jv8uXq__renameDialog{z-index:91;border:1px solid var(--able-line);background:var(--able-surface);border-radius:12px;outline:none;width:min(440px,100vw - 32px);max-height:calc(100dvh - 32px);position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 24px 80px -20px #11172247}.able-module__jv8uXq__renameHeading{border-bottom:1px solid var(--able-line);padding:20px 24px}.able-module__jv8uXq__renameDialog h2{letter-spacing:-.025em;margin:0;font-size:16px;font-weight:600;line-height:24px}.able-module__jv8uXq__renameForm{flex-direction:column;display:flex}.able-module__jv8uXq__renameField{background:var(--able-canvas);flex-direction:column;gap:8px;padding:24px;font-size:13px;font-weight:500;display:flex}.able-module__jv8uXq__renameField input{border:1px solid var(--able-border);background:var(--able-surface);width:100%;min-width:0;height:36px;color:var(--able-text);font:inherit;border-radius:6px;padding:8px 10px;font-weight:400}.able-module__jv8uXq__renameActions{border-top:1px solid var(--able-line);justify-content:flex-end;gap:8px;padding:16px 24px;display:flex}.able-module__jv8uXq__renameCancel,.able-module__jv8uXq__renameSave{border:1px solid var(--able-border);height:32px;font:500 13px / 20px var(--font-inter), Inter, sans-serif;cursor:pointer;border-radius:6px;padding:0 12px}.able-module__jv8uXq__renameCancel{background:var(--able-surface);color:var(--able-text)}.able-module__jv8uXq__renameCancel:hover{background:var(--able-soft)}.able-module__jv8uXq__renameSave{color:#fff;background:#635ffa;border-color:#635ffa}.able-module__jv8uXq__renameSave:disabled{opacity:.45;cursor:not-allowed}.able-module__jv8uXq__renameDialog :is(input,button):focus-visible{outline:2px solid var(--able-accent);outline-offset:2px}.able-module__jv8uXq__discovery{box-shadow:none;color:var(--able-muted);background:0 0;justify-content:space-between;align-items:center;gap:14px;padding:10px 16px;font-size:11px;display:flex}.able-module__jv8uXq__discovery .able-module__jv8uXq__textButton{font-size:11px}.able-module__jv8uXq__composerSendActions{align-items:center;gap:7px;margin-left:auto;display:flex}.able-module__jv8uXq__composerSendActions>button[aria-label=Stop\ response]{background:var(--able-soft);border:1px solid var(--able-border);color:var(--able-text)}.able-module__jv8uXq__dictationShortcut{color:var(--able-muted);font-size:11px}.able-module__jv8uXq__dictationShortcut kbd{font:inherit;margin-left:3px}@media (max-width:640px){.able-module__jv8uXq__dictationShortcut{display:none}}.able-module__jv8uXq__fullChange{border:1px solid var(--able-line);background:var(--able-soft);max-height:300px;color:var(--able-text);white-space:pre-wrap;overflow-wrap:anywhere;tab-size:2;border-radius:6px;margin:0;padding:12px;font:11px/19px ui-monospace,SFMono-Regular,monospace;overflow:auto}.able-module__jv8uXq__scopeMenu{z-index:160;max-height:min(440px, var(--radix-popover-content-available-height));border-radius:10px;box-shadow:0 12px 36px -8px #11172233}.able-module__jv8uXq__scopeOption[aria-pressed=true]{background:var(--able-soft);color:var(--able-accent)}.able-module__jv8uXq__scopeOption:focus-visible{outline:2px solid var(--able-accent);outline-offset:-2px}.able-module__jv8uXq__scopeOptions{overscroll-behavior:contain}.able-module__jv8uXq__detailPanel,.able-module__jv8uXq__historyDialog{outline:none;height:100dvh}.able-module__jv8uXq__detailHeading{background:var(--able-surface);min-height:72px}.able-module__jv8uXq__detailHeading h2{letter-spacing:-.025em;font-size:16px;line-height:24px}.able-module__jv8uXq__detailBody{overscroll-behavior:contain;padding-bottom:max(24px, env(safe-area-inset-bottom));flex:1}.able-module__jv8uXq__historyDialog{border-right:1px solid var(--able-line)}@media (max-width:767px){.able-module__jv8uXq__detailPanel{width:calc(100vw - 16px)}.able-module__jv8uXq__detailHeading,.able-module__jv8uXq__detailBody{padding-left:20px;padding-right:20px}.able-module__jv8uXq__renameField input{font-size:16px}}.able-module__jv8uXq__widgetLauncher{z-index:35;border:1px solid var(--able-line);background:var(--able-surface);height:40px;color:var(--able-text);border-radius:12px;align-items:center;gap:9px;padding:0 15px;font-weight:500;display:flex;position:fixed;bottom:20px;right:22px;box-shadow:0 4px 20px #19294514}.able-module__jv8uXq__widgetLauncher:hover{border-color:var(--able-accent)}.able-module__jv8uXq__widgetLauncher i{background:var(--able-accent);border-radius:50%;width:6px;height:6px}.able-module__jv8uXq__widgetPanel{z-index:60;border:1px solid var(--able-border);background:var(--able-surface);border-radius:18px;flex-direction:column;width:min(560px,100vw - 40px);height:min(780px,100dvh - 96px);display:flex;position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 18px 70px #101d3433,0 2px 8px #101d3410}.able-module__jv8uXq__widgetHeader{border-bottom:1px solid var(--able-line);background:var(--able-surface);justify-content:space-between;align-items:center;gap:16px;padding:15px 18px;display:flex}.able-module__jv8uXq__widgetHeader>div:last-child{gap:4px;display:flex}.able-module__jv8uXq__widgetHeader h2{margin:0;font-size:14px;font-weight:600}.able-module__jv8uXq__widgetHeader span{color:var(--able-muted);font-size:12px}.able-module__jv8uXq__widgetLoading{color:var(--able-muted);padding:32px}.able-module__jv8uXq__compactChat{border:0;flex:1;height:auto;min-height:0}.able-module__jv8uXq__compactChat .able-module__jv8uXq__transcript{padding:22px 18px 18px}.able-module__jv8uXq__compactChat .able-module__jv8uXq__welcome{justify-content:center;min-height:240px}.able-module__jv8uXq__compactChat .able-module__jv8uXq__greeting h1{font-size:23px}.able-module__jv8uXq__compactChat .able-module__jv8uXq__greeting p{color:var(--able-muted);max-width:270px;margin:12px auto 0;line-height:22px}.able-module__jv8uXq__compactChat .able-module__jv8uXq__composerDock{width:calc(100% - 32px);padding:12px 0 16px}.able-module__jv8uXq__compactChat .able-module__jv8uXq__messages{max-width:100%}.able-module__jv8uXq__compactChat .able-module__jv8uXq__suggestions{grid-template-columns:1fr;gap:4px;margin-bottom:16px}.able-module__jv8uXq__compactChat .able-module__jv8uXq__suggestions button{min-height:45px}.able-module__jv8uXq__dictationControls{flex:1;align-items:center;gap:7px;min-width:0;display:flex}.able-module__jv8uXq__dictationControls>span{color:var(--able-muted);font-size:12px}.able-module__jv8uXq__dictationControls button[aria-pressed=true]{background:var(--able-accent-soft);color:var(--able-accent)}.able-module__jv8uXq__fixedScope{text-overflow:ellipsis;white-space:nowrap;max-width:210px;color:var(--able-muted);padding:4px 0;font-size:12px;overflow:hidden}.able-module__jv8uXq__elapsed{color:var(--able-muted);font-variant-numeric:tabular-nums;font-size:11px}.able-module__jv8uXq__progressDetails{color:var(--able-muted);margin-left:auto;font-size:11px}.able-module__jv8uXq__progressDetails summary{cursor:pointer}.able-module__jv8uXq__progressDetails ol{margin:8px 0 0;padding:0;list-style:none}.able-module__jv8uXq__progressDetails li{padding:3px 0}@media (max-width:600px){.able-module__jv8uXq__widgetPanel{border-radius:18px 18px 0 0;width:100vw;height:calc(100dvh - 12px);bottom:0;right:0}.able-module__jv8uXq__widgetLauncher{bottom:14px;right:14px}}@media (prefers-reduced-motion:reduce){.able-module__jv8uXq__widgetPanel,.able-module__jv8uXq__widgetLauncher{transition:none;animation:none}}.able-module__jv8uXq__working{flex-wrap:wrap}.able-module__jv8uXq__progressDetails[open]{flex-basis:100%;margin-left:22px}
.notifications-module__it6Z2q__trigger{color:#71717a;border-radius:6px;width:32px;height:32px;padding:0}.notifications-module__it6Z2q__trigger svg{width:16px;height:16px}.notifications-module__it6Z2q__trigger:hover,.notifications-module__it6Z2q__trigger[data-state=open]{color:#25252b;background:#f2f4f8}.notifications-module__it6Z2q__panel{color:#25252b;width:360px;max-width:calc(100vw - 24px);font-family:var(--font_default), Inter, sans-serif;background:#fff;border:1px solid #e3e5eb;border-radius:10px;padding:0;font-size:13px;line-height:20px;overflow:hidden;box-shadow:0 12px 36px #27345212,0 2px 6px #27345208}.notifications-module__it6Z2q__header{border-bottom:1px solid #ececef;justify-content:space-between;align-items:center;gap:16px;min-height:52px;padding:10px 12px 10px 18px;display:flex}.notifications-module__it6Z2q__header h2{margin:0;font-size:13px;font-weight:600;line-height:20px}.notifications-module__it6Z2q__close{color:#71717a;cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;width:28px;height:28px;padding:0;display:grid}.notifications-module__it6Z2q__close:hover{color:#25252b;background:#f2f4f8}.notifications-module__it6Z2q__close:focus-visible{outline-offset:2px;outline:2px solid #635ffa}.notifications-module__it6Z2q__empty{color:#71717a;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:190px;padding:32px 20px;display:flex}.notifications-module__it6Z2q__empty>svg{color:#9b9da7}.notifications-module__it6Z2q__empty p{margin:0}.dark .notifications-module__it6Z2q__trigger{color:#9b9da7}:is(.dark .notifications-module__it6Z2q__trigger:hover,.dark .notifications-module__it6Z2q__trigger[data-state=open]){color:#ededf0;background:#252934}.dark .notifications-module__it6Z2q__panel{color:#ededf0;background:#191d25;border-color:#393d48;box-shadow:0 12px 36px #00000030}.dark .notifications-module__it6Z2q__header{border-color:#272a32}:is(.dark .notifications-module__it6Z2q__close,.dark .notifications-module__it6Z2q__empty){color:#9b9da7}.dark .notifications-module__it6Z2q__close:hover{color:#ededf0;background:#252934}
.search-module__PcfzGa__dialog,.search-module__PcfzGa__trigger{--search-surface:#fff;--search-text:#25252b;--search-muted:#71717a;--search-line:#ececef;--search-hover:#f7f7fa;--search-selected:#f0efff;--search-accent:#635ffa;font-family:var(--font-inter), Inter, sans-serif;color:var(--search-text);font-size:13px;font-weight:400;line-height:20px}:is(.dark .search-module__PcfzGa__dialog,.dark .search-module__PcfzGa__trigger){--search-surface:#191d25;--search-text:#ededf0;--search-muted:#9b9da7;--search-line:#2c303a;--search-hover:#242831;--search-selected:#2b2946;--search-accent:#a7a3ff}.search-module__PcfzGa__overlay{z-index:60;background:#161c2833;position:fixed;inset:0}.dark .search-module__PcfzGa__overlay{background:#0000008c}.search-module__PcfzGa__dialog{z-index:61;border:1px solid var(--search-line);background:var(--search-surface);border-radius:10px;outline:none;flex-direction:column;width:min(600px,100vw - 32px);max-height:calc(100dvh - 160px);display:flex;position:fixed;top:clamp(64px,12vh,140px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 16px 56px #1218282e,0 2px 8px #1218280f}.search-module__PcfzGa__dialog[data-workspace-overlay]{z-index:81;border-radius:12px;box-shadow:0 24px 80px -20px #11172247}.search-module__PcfzGa__dialog .search-module__PcfzGa__command{height:auto;min-height:0;max-height:inherit;border-radius:inherit;color:inherit;background:0 0}.search-module__PcfzGa__inputRow{border-bottom:1px solid var(--search-line);flex-shrink:0;align-items:center;gap:8px;min-height:54px;padding-right:12px;display:flex}.search-module__PcfzGa__inputRow [data-slot=command-input-wrapper]{border:0;flex:1;gap:10px;min-width:0;height:53px;padding:0 0 0 16px}.search-module__PcfzGa__inputRow [data-slot=command-input-wrapper]>svg{width:16px;height:16px;color:var(--search-muted);opacity:1}.search-module__PcfzGa__inputRow [cmdk-input]{height:53px;font:inherit;color:var(--search-text);border-radius:0;padding:0}.search-module__PcfzGa__inputRow [cmdk-input]::placeholder{color:var(--search-muted)}.search-module__PcfzGa__close{width:32px;height:32px;color:var(--search-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.search-module__PcfzGa__close:hover,.search-module__PcfzGa__trigger:hover{background:var(--search-hover);color:var(--search-text)}.search-module__PcfzGa__close:focus-visible,.search-module__PcfzGa__clear:focus-visible,.search-module__PcfzGa__trigger:focus-visible{outline:2px solid var(--search-accent);outline-offset:2px}.search-module__PcfzGa__dialog .search-module__PcfzGa__list{overscroll-behavior:contain;min-height:0;max-height:480px;padding:6px;scroll-padding:6px}.search-module__PcfzGa__dialog .search-module__PcfzGa__group{color:var(--search-text);padding:0 0 4px;overflow:visible}.search-module__PcfzGa__group+.search-module__PcfzGa__group{border-top:1px solid var(--search-line);margin-top:6px;padding-top:6px}.search-module__PcfzGa__group [cmdk-group-heading]{color:var(--search-muted);padding:8px 10px 6px;font-size:11px;font-weight:500;line-height:16px}.search-module__PcfzGa__dialog .search-module__PcfzGa__item{min-height:38px;font:inherit;color:var(--search-text);cursor:pointer;border-radius:6px;gap:12px;padding:9px 10px}.search-module__PcfzGa__dialog .search-module__PcfzGa__item[data-selected=true]{background:var(--search-selected);color:var(--search-text)}.search-module__PcfzGa__dialog .search-module__PcfzGa__item>.search-module__PcfzGa__itemIcon{width:17px;height:17px;color:var(--search-muted);stroke-width:1.7px;flex-shrink:0}.search-module__PcfzGa__dialog .search-module__PcfzGa__item[data-selected=true]>.search-module__PcfzGa__itemIcon{color:var(--search-accent)}.search-module__PcfzGa__itemContent{flex-direction:column;flex:1;min-width:0;display:flex}.search-module__PcfzGa__itemHeading{align-items:baseline;gap:10px;min-width:0;display:flex}.search-module__PcfzGa__itemName{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:500;overflow:hidden}.search-module__PcfzGa__itemParent{color:var(--search-muted);text-overflow:ellipsis;white-space:nowrap;max-width:45%;margin-left:auto;font-size:12px;line-height:18px;overflow:hidden}.search-module__PcfzGa__dialog .search-module__PcfzGa__item>.search-module__PcfzGa__resultEnter{width:14px;height:14px;color:var(--search-muted);opacity:0}.search-module__PcfzGa__item[data-selected=true]>.search-module__PcfzGa__resultEnter{opacity:1}.search-module__PcfzGa__footer{border-top:1px solid var(--search-line);min-height:36px;color:var(--search-muted);flex-shrink:0;align-items:center;gap:18px;padding:6px 16px;font-size:11px;line-height:16px;display:flex}.search-module__PcfzGa__shortcutHint,.search-module__PcfzGa__arrowKeys{align-items:center;gap:5px;display:inline-flex}.search-module__PcfzGa__arrowKeys{gap:2px}.search-module__PcfzGa__escapeHint{margin-left:auto}.search-module__PcfzGa__dialog .search-module__PcfzGa__empty{text-align:center;padding:36px 20px}.search-module__PcfzGa__emptyTitle{margin:0;font-size:13px;font-weight:500;line-height:20px}.search-module__PcfzGa__emptyDescription{overflow-wrap:anywhere;max-width:380px;color:var(--search-muted);margin:5px auto 14px;font-size:12px;line-height:18px}.search-module__PcfzGa__clear{border:1px solid var(--search-line);min-height:32px;font:inherit;background:var(--search-surface);color:var(--search-text);cursor:pointer;border-radius:6px;padding:5px 10px;font-weight:500}.search-module__PcfzGa__clear:hover{background:var(--search-hover)}.search-module__PcfzGa__trigger{border:1px solid var(--search-line);min-width:182px;height:32px;color:var(--search-muted);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:8px;padding:5px 9px;font-weight:400;display:inline-flex}.search-module__PcfzGa__triggerShortcut{font:inherit;white-space:nowrap;margin-left:auto;font-size:11px;line-height:16px}.search-module__PcfzGa__srOnly{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (max-width:639px){.search-module__PcfzGa__dialog{border-radius:9px;width:calc(100vw - 24px);max-height:calc(100dvh - 80px);top:56px}.search-module__PcfzGa__trigger{border-color:#0000;justify-content:center;width:32px;min-width:32px;padding:0}.search-module__PcfzGa__triggerLabel,.search-module__PcfzGa__triggerShortcut{display:none}.search-module__PcfzGa__itemParent{max-width:35%}.search-module__PcfzGa__footer{gap:14px;padding-left:12px;padding-right:12px}}@media (prefers-reduced-motion:no-preference){.search-module__PcfzGa__overlay{animation:.12s ease-out search-module__PcfzGa__overlay-in}.search-module__PcfzGa__dialog{animation:.12s ease-out search-module__PcfzGa__dialog-in}}@keyframes search-module__PcfzGa__overlay-in{0%{opacity:0}to{opacity:1}}@keyframes search-module__PcfzGa__dialog-in{0%{opacity:0;transform:translate(-50%,-4px)}to{opacity:1;transform:translate(-50%)}}.search-module__PcfzGa__dialog .search-module__PcfzGa__ableGroup{border-top:1px solid var(--search-line);padding:6px 0 0}.search-module__PcfzGa__dialog .search-module__PcfzGa__ableItem{min-height:58px;font:inherit;color:var(--search-text);cursor:pointer;border-radius:7px;gap:12px;padding:10px;display:flex}.search-module__PcfzGa__dialog .search-module__PcfzGa__ableItem[data-selected=true]{background:var(--search-selected);color:var(--search-text)}.search-module__PcfzGa__ableIcon{border:1px solid var(--search-line);background:var(--search-surface);width:32px;height:32px;color:var(--search-accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.search-module__PcfzGa__ableContent{flex:1;gap:1px;min-width:0;display:grid}.search-module__PcfzGa__ableTitle{font-weight:500}.search-module__PcfzGa__ableQuery{color:var(--search-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px;overflow:hidden}.search-module__PcfzGa__dialog .search-module__PcfzGa__ableItem>svg{color:var(--search-muted)}.search-module__PcfzGa__error{color:var(--destructive);margin:0;padding:10px 16px;font-size:12px;line-height:18px}.search-module__PcfzGa__compactEmpty{min-height:48px;color:var(--search-muted);justify-content:space-between;align-items:center;gap:16px;padding:8px 10px;display:flex}.search-module__PcfzGa__compactEmpty .search-module__PcfzGa__emptyTitle{font-size:12px;font-weight:400}.search-module__PcfzGa__compactEmpty .search-module__PcfzGa__clear{color:var(--search-muted);background:0 0;border:0;padding:4px 6px;font-size:12px}
.able-queue-module__cIEf1q__queue{border:1px solid var(--able-border);background:var(--able-surface);width:100%;min-width:0;color:var(--able-text);font:400 12px / 18px var(--font-inter), Inter, sans-serif;border-radius:10px;margin:0 0 12px;overflow:hidden;box-shadow:0 2px 6px #11172205}.able-queue-module__cIEf1q__queue header{justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;display:flex}.able-queue-module__cIEf1q__queue header>div{gap:2px;min-width:0;display:grid}.able-queue-module__cIEf1q__queue strong{font-size:12px;font-weight:550}.able-queue-module__cIEf1q__queue strong span{color:var(--able-muted);font-variant-numeric:tabular-nums;margin-left:5px}.able-queue-module__cIEf1q__queue small{color:var(--able-muted);font-size:11px}.able-queue-module__cIEf1q__queue button{min-height:28px;color:var(--able-muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;gap:5px;padding:4px 6px;display:inline-flex}.able-queue-module__cIEf1q__queue button:hover{color:var(--able-text);background:var(--able-soft)}.able-queue-module__cIEf1q__queue button:disabled{opacity:.5;cursor:default}.able-queue-module__cIEf1q__queue button:focus-visible,.able-queue-module__cIEf1q__queue textarea:focus-visible{outline:2px solid var(--able-accent);outline-offset:2px}.able-queue-module__cIEf1q__queue ol{border-top:1px solid var(--able-line);max-height:200px;margin:0;padding:0;list-style:none;overflow-y:auto}.able-queue-module__cIEf1q__queue li{align-items:flex-start;gap:10px;padding:10px 14px;display:flex}.able-queue-module__cIEf1q__queue li+li{border-top:1px solid var(--able-line)}.able-queue-module__cIEf1q__index{color:var(--able-muted);font-variant-numeric:tabular-nums;padding-top:3px;font-size:11px}.able-queue-module__cIEf1q__copy,.able-queue-module__cIEf1q__edit{flex:1;min-width:0}.able-queue-module__cIEf1q__copy p{text-overflow:ellipsis;white-space:nowrap;margin:0 0 2px;overflow:hidden}.able-queue-module__cIEf1q__actions{gap:2px;display:flex}.able-queue-module__cIEf1q__edit textarea{resize:vertical;border:1px solid var(--able-border);background:var(--able-surface);width:100%;min-height:64px;max-height:180px;color:var(--able-text);font:inherit;border-radius:6px;padding:8px;display:block}.able-queue-module__cIEf1q__edit>div{justify-content:flex-end;gap:8px;margin-top:6px;display:flex}.able-queue-module__cIEf1q__notice{color:var(--able-muted);border-top:1px solid var(--able-line);margin:0;padding:10px 14px}
.access-module__PJLwKq__page{color:#25252b;min-height:100dvh;font-family:var(--font-inter), Inter, sans-serif;background:#f7f9fc;justify-content:center;align-items:center;padding:32px 16px;font-size:13px;line-height:20px;display:flex}.access-module__PJLwKq__content{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:480px;display:flex}.access-module__PJLwKq__content h1{text-align:center;margin:0;font-size:20px;font-weight:600;line-height:28px}.access-module__PJLwKq__panel{border:1px solid #e4e7ee;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 6px 24px #1218280f}.access-module__PJLwKq__signOut{color:#71717a;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:6px;padding:5px 8px;display:flex}.access-module__PJLwKq__signOut:focus-visible,.access-module__PJLwKq__state button:focus-visible{outline-offset:2px;outline:2px solid #635ffa}.access-module__PJLwKq__state{text-align:center;padding:40px 20px}.access-module__PJLwKq__state button{color:inherit;background:#fff;border:1px solid #e4e7ee;border-radius:6px;padding:5px 10px}.dark .access-module__PJLwKq__page{color:#ededf0;background:#111722}.dark .access-module__PJLwKq__panel{border-color:#2c303a}.dark .access-module__PJLwKq__signOut{color:#9b9da7}.dark .access-module__PJLwKq__state button{background:#191d25;border-color:#2c303a}
