#dashboard-root :is(.projects-empty__title,.projects-page__loading,.project-data-table__empty,.empty-state-04__title,.projects-workspace__empty-title,.projects-sidebar__heading,.projects-sidebar__head-title,.projects-knowledge__heading,.projects-modal__title,.projects-modal__label,.projects-card__name,.project-data-table table thead th,.project-data-table__name-text,.projects-page h1,.projects-page h2,.projects-page h3,.projects-workspace h2,.projects-workspace h3,.projects-modal-shell h1,.projects-modal-shell h2,.projects-modal-shell h3){font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif!important;font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#dashboard-root :is(.projects-empty__title,.project-data-table__empty,.empty-state-04__title,.projects-workspace__empty-title){font-weight:800!important;letter-spacing:-.04em}#dashboard-root .projects-page{box-sizing:border-box;display:flex;flex-direction:column;height:100%;min-height:0;width:100%;max-width:none;overflow:hidden;padding:1rem .625rem 0}@media (min-width:640px){#dashboard-root .projects-page{padding:1.125rem .875rem 0}}@media (min-width:1024px){#dashboard-root .projects-page{padding:1.25rem 1rem 0}}#dashboard-root .projects-page-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-bottom:1.5rem;scrollbar-width:thin}#dashboard-root .projects-page--empty{padding:0}#dashboard-root .projects-page-scroll--empty-center{display:grid;grid-template-rows:minmax(2.5rem,2.25fr) auto minmax(3.5rem,2.5fr);align-content:stretch;justify-items:center;flex:1 1 auto;min-height:100%;box-sizing:border-box;padding-left:.625rem;padding-right:.625rem;padding-bottom:clamp(2.5rem,6vh,4rem);overflow-x:hidden;overflow-y:auto}@media (min-width:640px){#dashboard-root .projects-page-scroll--empty-center{padding-left:.875rem;padding-right:.875rem}}@media (min-width:1024px){#dashboard-root .projects-page-scroll--empty-center{padding-left:1rem;padding-right:1rem}}#dashboard-root .projects-page-scroll--empty-center .empty-state-04{grid-row:2;width:100%;flex-shrink:0;display:flex;justify-content:center;padding-top:0;padding-bottom:0}#dashboard-root .projects-page:not(.projects-page--empty){align-items:center}#dashboard-root .projects-page__shell{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;min-height:0;width:100%;max-width:52rem}#dashboard-root .projects-page__header{margin-bottom:1.125rem;flex-shrink:0;width:100%}#dashboard-root .projects-page__toolbar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.5rem;width:100%}#dashboard-root .projects-page__toolbar .agents-create-btn{margin-left:0;flex-shrink:0}#dashboard-root .projects-page__shell .projects-page-scroll{width:0;min-width:100%;flex:1 1 auto;min-height:0;overflow-x:hidden}#dashboard-root .projects-page__search{display:flex;flex:0 0 18.5rem;align-items:center;gap:.5rem;box-sizing:border-box;width:18.5rem;max-width:18.5rem;min-width:0;min-height:2.625rem;height:2.625rem;padding:0 .9rem;border-radius:.75rem;border:1.5px solid rgb(var(--dash-border-strong)/.95);background:rgb(var(--dash-control,var(--dash-card)));color:rgb(var(--dash-muted-foreground));cursor:text}#dashboard-root .projects-page__search:hover{border-color:rgb(var(--dash-border-strong)/.95)}#dashboard-root .projects-page__search:focus-within{border-color:rgb(var(--dash-border-strong)/.95)}#dashboard-root .projects-page__search-icon{flex-shrink:0;opacity:.72}#dashboard-root .projects-page__search-input{flex:1 1 auto;min-width:0;border:none;background:transparent;padding:0;margin:0;font-family:var(--font-dash),"DM Sans",system-ui,sans-serif;font-size:.875rem;line-height:1.4;color:rgb(var(--dash-foreground));outline:none}#dashboard-root .projects-page__search-input::-moz-placeholder{color:rgb(var(--dash-muted-foreground));opacity:1}#dashboard-root .projects-page__search-input::placeholder{color:rgb(var(--dash-muted-foreground));opacity:1}#dashboard-root .projects-page__loading{padding:2rem 0;font-size:.875rem;color:rgb(var(--dash-muted-foreground))}#dashboard-root .projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(17rem,1fr));gap:.875rem}#dashboard-root .projects-card{position:relative;display:flex;flex-direction:column;gap:0;min-height:9.5rem;padding:1rem 1rem .9rem;border-radius:1rem;border:1px solid rgb(var(--dash-border)/.75);background:rgb(var(--dash-panel));text-align:left;text-decoration:none;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}#dashboard-root .projects-card:hover{border-color:rgb(var(--dash-border-strong)/.85);background:rgb(var(--dash-accent)/.22);box-shadow:0 10px 28px rgb(0 0 0/.12);transform:translateY(-1px);text-decoration:none}#dashboard-root .projects-card--starred{border-color:rgb(245 158 11/.35);background:linear-gradient(180deg,rgb(245 158 11/.08) 0,rgb(var(--dash-panel)) 42%)}#dashboard-root .projects-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}#dashboard-root .projects-card__icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.625rem;border:1px solid rgb(var(--dash-border)/.65);background:rgb(var(--dash-muted)/.35);color:rgb(var(--dash-muted-foreground))}#dashboard-root .projects-card--starred .projects-card__icon{border-color:rgb(245 158 11/.35);background:rgb(245 158 11/.12);color:#f59e0b}#dashboard-root .projects-card__actions{position:relative;display:flex;align-items:center;gap:.15rem}#dashboard-root .projects-card__menu-btn,#dashboard-root .projects-card__star{display:flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem;border:none;border-radius:.5rem;background:transparent;color:rgb(var(--dash-muted-foreground));cursor:pointer;transition:background .15s ease,color .15s ease}#dashboard-root .projects-card__menu-btn:hover,#dashboard-root .projects-card__star:hover{background:rgb(var(--dash-accent)/.45);color:rgb(var(--dash-foreground))}#dashboard-root .projects-card__star.is-starred{color:#f59e0b}#dashboard-root .projects-card__body{display:flex;flex:1 1 auto;flex-direction:column;gap:.35rem;min-width:0}#dashboard-root .projects-card__name{font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif;font-size:.9375rem;font-weight:700;letter-spacing:-.02em;line-height:1.35;color:rgb(var(--dash-foreground))}#dashboard-root .projects-card__desc,#dashboard-root .projects-card__name{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}#dashboard-root .projects-card__desc{font-size:.8125rem;line-height:1.45;color:rgb(var(--dash-muted-foreground))}#dashboard-root .projects-card__desc--empty{font-style:italic;opacity:.72}#dashboard-root .projects-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:auto;padding-top:.85rem;font-size:.75rem;line-height:1.3;color:rgb(var(--dash-muted-foreground))}#dashboard-root .projects-card__meta-sep{opacity:.65}#dashboard-root .projects-card__meta-item{white-space:nowrap}#dashboard-root .projects-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;min-height:14rem;padding:2rem;border-radius:.875rem;border:1px dashed rgb(var(--dash-border)/.85);background:rgb(var(--dash-panel)/.5);text-align:center}#dashboard-root .projects-empty__title{margin:0;font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif;font-size:clamp(1.125rem,2vw,1.375rem);font-weight:800;letter-spacing:-.04em;line-height:1.2;color:rgb(var(--dash-foreground))}#dashboard-root .projects-empty__lead{font-size:.875rem;color:rgb(var(--dash-muted-foreground));max-width:22rem}#dashboard-root .projects-modal-backdrop{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgb(0 0 0/.55);backdrop-filter:blur(10px)}#dashboard-root .projects-modal-shell{display:flex;flex-direction:column;align-items:center;gap:.85rem;width:min(100%,30rem)}#dashboard-root .projects-modal__heading-block{width:100%;padding:0 .15rem}#dashboard-root .projects-modal__subhead{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgb(var(--dash-border)/.55);width:100%}#dashboard-root .projects-modal__subhead-spacer{flex:1 1 auto;min-width:0}#dashboard-root .projects-modal__lead{flex:1 1 auto;min-width:0;margin:0;max-width:none;font-size:.875rem;line-height:1.5;text-align:left;color:rgb(var(--dash-muted-foreground))}#dashboard-root .projects-modal__close{position:static;top:auto;right:auto;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;margin-top:0;border:1px solid rgb(var(--dash-border)/.75);border-radius:.625rem;background:rgb(var(--dash-control,var(--dash-card)));color:rgb(var(--dash-muted-foreground));cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}#dashboard-root .projects-modal{position:relative;width:100%;padding:1.35rem 1.35rem 1.25rem;border-radius:1.25rem;border:1px solid rgb(var(--dash-border)/.9);background:rgb(var(--dash-panel));box-shadow:0 24px 48px -18px rgb(0 0 0/.45),0 0 0 1px rgb(var(--dash-border)/.35)}#dashboard-root .projects-modal__title{margin:0;font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif;font-size:clamp(1.2rem,2.6vw,1.55rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;text-align:center;color:#fff}#dashboard-root[data-theme=light] .projects-modal__title{color:rgb(var(--dash-foreground))}#dashboard-root .projects-modal__close:hover:not(:disabled){border-color:rgb(var(--dash-border-strong)/.95);color:rgb(var(--dash-foreground));background:rgb(var(--dash-muted)/.35)}#dashboard-root .projects-modal__close:disabled{opacity:.5;cursor:not-allowed}#dashboard-root .projects-modal__error{margin:-.35rem 0 .9rem;padding:.65rem .75rem;border-radius:.625rem;border:1px solid rgb(var(--dash-destructive)/.35);background:rgb(var(--dash-destructive)/.08);font-size:.8125rem;line-height:1.45;color:rgb(var(--dash-destructive))}#dashboard-root .projects-modal__form{display:block}#dashboard-root .projects-modal__fields{display:flex;flex-direction:column;gap:1rem}#dashboard-root .projects-modal__field{display:flex;flex-direction:column;gap:.4rem}#dashboard-root .projects-modal__label-row{display:flex;align-items:center;gap:.35rem}#dashboard-root .projects-modal__label{font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--dash-foreground))}#dashboard-root .projects-modal__help{position:relative;display:inline-flex;flex-shrink:0}#dashboard-root .projects-modal__help-btn{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;padding:0;margin:0;border:none;border-radius:999px;background:rgb(var(--dash-muted)/.45);color:rgb(var(--dash-muted-foreground));cursor:help;transition:background .15s ease,color .15s ease}#dashboard-root .projects-modal__help-btn:hover,#dashboard-root .projects-modal__help:focus-within .projects-modal__help-btn{background:rgb(var(--dash-muted)/.72);color:rgb(var(--dash-foreground))}#dashboard-root .projects-modal__help-tip{position:absolute;z-index:3;top:calc(100% + .4rem);left:50%;transform:translateX(-50%);width:-moz-max-content;width:max-content;max-width:15rem;padding:.5rem .65rem;border-radius:.625rem;border:1px solid rgb(var(--dash-border)/.85);background:rgb(var(--dash-panel));box-shadow:0 10px 28px rgb(0 0 0/.22);font-family:var(--font-dash),"DM Sans",system-ui,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.45;letter-spacing:normal;text-transform:none;white-space:normal;text-align:left;color:rgb(var(--dash-muted-foreground));opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease}#dashboard-root .projects-modal__help:focus-within .projects-modal__help-tip,#dashboard-root .projects-modal__help:hover .projects-modal__help-tip{opacity:1;visibility:visible}#dashboard-root .projects-modal__input,#dashboard-root .projects-modal__textarea{width:100%;border-radius:.75rem;border:1px solid rgb(var(--dash-border)/.85);background:rgb(var(--dash-background));padding:.65rem .8rem;font-family:var(--font-dash),"DM Sans",system-ui,sans-serif;font-size:.9375rem;line-height:1.45;color:rgb(var(--dash-text));transition:border-color .15s ease,box-shadow .15s ease}#dashboard-root .projects-modal__input::-moz-placeholder,#dashboard-root .projects-modal__textarea::-moz-placeholder{color:rgb(var(--dash-muted-foreground)/.85)}#dashboard-root .projects-modal__input::placeholder,#dashboard-root .projects-modal__textarea::placeholder{color:rgb(var(--dash-muted-foreground)/.85)}#dashboard-root .projects-modal__input:focus,#dashboard-root .projects-modal__textarea:focus{outline:none;border-color:rgb(var(--dash-border-strong));box-shadow:0 0 0 2px rgb(var(--dash-ring)/.25)}#dashboard-root .projects-modal__textarea{min-height:6.5rem;resize:vertical}#dashboard-root .projects-modal__actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.625rem;margin-top:1.25rem;padding-top:1.1rem;border-top:1px solid rgb(var(--dash-border)/.55)}#dashboard-root .projects-modal__btn{-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.4rem!important;min-height:2.625rem!important;height:2.625rem!important;padding:0 1.05rem!important;margin:0!important;border-radius:.75rem!important;font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif!important;font-size:.75rem!important;font-weight:700!important;font-style:normal!important;font-synthesis:none!important;letter-spacing:.04em!important;text-transform:uppercase!important;line-height:1.05!important;text-decoration:none!important;white-space:nowrap!important;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}#dashboard-root .projects-modal__btn--ghost{color:rgb(var(--dash-foreground))!important;border:1.5px solid rgb(var(--dash-border-strong)/.95)!important;background:rgb(var(--dash-control,var(--dash-card)))!important}#dashboard-root .projects-modal__btn--ghost:hover:not(:disabled){border-color:#e30611!important;color:#e30611!important;background:rgb(var(--dash-control,var(--dash-card)))!important;text-decoration:none!important}#dashboard-root .projects-modal__btn--primary{border:none!important;background:#fff!important;color:#0a0a0a!important}#dashboard-root .projects-modal__btn--primary:hover:not(:disabled){background:#f4f4f5!important;color:#0a0a0a!important;text-decoration:none!important}#dashboard-root[data-theme=light] .projects-modal__btn--primary{background:#1a1816!important;color:#fff!important}#dashboard-root[data-theme=light] .projects-modal__btn--primary:hover:not(:disabled){background:#2e2a26!important;color:#fff!important}#dashboard-root .projects-modal__btn:disabled{opacity:.45;cursor:not-allowed}#dashboard-root .projects-workspace{display:grid;grid-template-columns:minmax(0,1fr);width:100%;max-width:none;height:100%;min-height:0;flex:1 1 auto;overflow:hidden;background:rgb(var(--dash-background))}#dashboard-root .projects-workspace--status{display:flex;align-items:center;justify-content:center;grid-template-columns:none}#dashboard-root .projects-workspace__status-text{margin:0;font-size:.875rem;color:rgb(var(--dash-muted-foreground))}#dashboard-root .dashboard-app-shell:has(.projects-workspace) .dash-shell-content,#dashboard-root .dashboard-app-shell:has(.projects-workspace) .dashboard-app-shell__content,#dashboard-root .dashboard-app-shell:has(.projects-workspace) main{min-width:0;max-width:none;width:100%;height:100%;overflow:hidden;padding:0!important}#dashboard-root .dashboard-app-shell:has(.projects-workspace) .dashboard-app-shell__content>*,#dashboard-root .dashboard-app-shell:has(.projects-workspace) main>*{height:100%;min-height:0;max-width:none;width:100%}#dashboard-root .projects-workspace__sidebar,#dashboard-root[data-theme=light] .projects-workspace__sidebar{display:none}#dashboard-root .projects-workspace__knowledge{min-height:0;overflow-y:auto;border-right:none;border-left:1px solid rgb(var(--dash-border)/.4);background:rgb(var(--dash-main-pane,var(--dash-background)));scrollbar-width:none;-ms-overflow-style:none}#dashboard-root .projects-workspace__knowledge::-webkit-scrollbar{width:0;height:0;display:none}#dashboard-root[data-theme=light] .projects-workspace__knowledge{background:rgb(var(--dash-main-pane,var(--dash-background)));border-left-color:rgb(var(--dash-border)/.65)}#dashboard-root .projects-workspace__main{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}#dashboard-root .projects-workspace__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .85rem;border-bottom:1px solid rgb(var(--dash-border)/.55);background:rgb(var(--dash-background));flex-shrink:0}#dashboard-root .projects-workspace__header-left{display:flex;align-items:center;gap:.5rem;min-width:0}#dashboard-root .projects-workspace__crumb{display:flex;align-items:center;gap:.35rem;min-width:0}#dashboard-root .projects-workspace__back,#dashboard-root .projects-workspace__name{font-family:var(--font-dash),"DM Sans",system-ui,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:normal;color:rgb(var(--dash-muted-foreground));white-space:nowrap}#dashboard-root .projects-workspace__back,#dashboard-root button.projects-workspace__back{display:inline-flex;align-items:center;flex-shrink:0;margin:0;padding:0;border:none;background:transparent;font:inherit;color:inherit;cursor:pointer;text-decoration:none}#dashboard-root .projects-workspace__back:hover,#dashboard-root button.projects-workspace__back:hover{color:rgb(var(--dash-foreground));text-decoration:none}#dashboard-root .projects-workspace__crumb-sep{flex-shrink:0;color:rgb(var(--dash-muted-foreground)/.55)}#dashboard-root .projects-workspace__name{margin:0;min-width:0;line-height:inherit;overflow:hidden;text-overflow:ellipsis}#dashboard-root .projects-workspace__header-actions{display:inline-flex;align-items:center;gap:.1rem;flex-shrink:0;padding:.2rem;border-radius:.75rem;border:1px solid rgb(var(--dash-border)/.65);background:rgb(var(--dash-muted)/.35);box-shadow:inset 0 1px 0 rgb(255 255 255/.03)}#dashboard-root[data-theme=light] .projects-workspace__header-actions{background:rgb(var(--dash-muted)/.55);box-shadow:inset 0 1px 0 rgb(255 255 255/.65)}#dashboard-root .projects-workspace__header-sep{display:block;width:1px;height:1rem;margin:0 .2rem;flex-shrink:0;background:rgb(var(--dash-border)/.85)}#dashboard-root .projects-workspace__tooltip{z-index:80;border-radius:.5rem;border:1px solid rgb(var(--dash-border)/.85);background:rgb(var(--dash-panel));color:rgb(var(--dash-foreground));padding:.35rem .55rem;font-size:.75rem;font-weight:500;line-height:1.25;box-shadow:0 8px 24px rgb(0 0 0/.14);animation:projects-tip-in .12s ease-out}@keyframes projects-tip-in{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}#dashboard-root .projects-workspace__icon-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:1.95rem!important;height:1.95rem!important;margin:0!important;padding:0!important;border:1px solid transparent!important;border-radius:.55rem!important;background:transparent!important;color:rgb(var(--dash-muted-foreground))!important;cursor:pointer;text-decoration:none!important;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}#dashboard-root .projects-workspace__icon-btn:hover{background:rgb(var(--dash-background)/.92)!important;border-color:rgb(var(--dash-border)/.75)!important;color:rgb(var(--dash-foreground))!important;box-shadow:0 1px 2px rgb(0 0 0/.06);text-decoration:none!important}#dashboard-root .projects-workspace__icon-btn:active{transform:translateY(.5px)}#dashboard-root .projects-workspace__icon-btn.is-starred{color:#d97706!important;background:rgb(245 158 11/.12)!important;border-color:rgb(245 158 11/.22)!important}#dashboard-root .projects-workspace__icon-btn.is-starred:hover{color:#b45309!important;background:rgb(245 158 11/.18)!important;border-color:rgb(245 158 11/.32)!important}#dashboard-root[data-theme=dark] .projects-workspace__icon-btn.is-starred{color:#fbbf24!important}#dashboard-root[data-theme=dark] .projects-workspace__icon-btn.is-starred:hover{color:#fcd34d!important}#dashboard-root .projects-sidebar{display:flex;flex-direction:column;height:100%;min-height:0;padding:.875rem .75rem .75rem;gap:.35rem}#dashboard-root .projects-sidebar__toolbar{position:sticky;top:0;z-index:2;display:flex;align-items:stretch;flex-shrink:0;margin:0 0 .55rem;padding:0 0 .65rem;border-bottom:1px solid rgb(var(--dash-border)/.55);background:transparent}#dashboard-root .projects-sidebar__new.agent-promo-cta-btn{width:100%!important;flex:1 1 auto!important;height:2.375rem!important;min-height:2.375rem!important;text-decoration:none!important}#dashboard-root .projects-sidebar__head{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:.2rem .35rem .45rem}#dashboard-root .projects-sidebar__head-title{margin:0;font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif;font-size:.8125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.25;color:rgb(var(--dash-muted-foreground));text-align:center}#dashboard-root .projects-sidebar__nav{display:flex;flex-direction:column;min-height:0;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;padding:.1rem 0 .35rem;scrollbar-width:none}#dashboard-root .projects-sidebar__nav::-webkit-scrollbar{width:0;height:0;display:none}#dashboard-root .projects-sidebar__empty{margin:.75rem 0 0;padding:0 .5rem;font-size:.875rem;line-height:1.4;font-weight:500;letter-spacing:-.01em;color:rgb(var(--dash-muted-foreground)/.78);text-align:center}#dashboard-root .projects-sidebar__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.05rem}#dashboard-root .projects-sidebar__item{margin:0}#dashboard-root .projects-sidebar__link{display:flex;min-height:2.25rem;align-items:center;gap:.5rem;border-radius:.5rem;padding:.4375rem .625rem;font-size:.8125rem;line-height:1.25;color:rgb(var(--dash-muted-foreground)/.88);text-decoration:none;transition:background-color .12s ease,color .12s ease}#dashboard-root .projects-sidebar__link:hover{background:rgb(var(--dash-foreground)/.045);color:rgb(var(--dash-foreground)/.92);text-decoration:none}#dashboard-root .projects-sidebar__link.is-active{background:rgb(var(--dash-foreground)/.07);color:rgb(var(--dash-foreground))}#dashboard-root .projects-sidebar__link-text{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#dashboard-root .projects-knowledge{display:flex;flex-direction:column;gap:1.25rem;height:100%;box-sizing:border-box;padding:1.15rem 1.05rem 1.35rem}#dashboard-root .projects-knowledge__header{display:flex;align-items:center;justify-content:space-between;gap:.65rem}#dashboard-root .projects-knowledge__header-actions{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0}#dashboard-root .projects-knowledge__header-main{display:flex;align-items:center;gap:.55rem;min-width:0}#dashboard-root .projects-knowledge__mark{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;flex-shrink:0;border-radius:.55rem;background:rgb(var(--dash-foreground)/.06);color:rgb(var(--dash-foreground)/.82)}#dashboard-root[data-theme=light] .projects-knowledge__mark{background:rgb(var(--dash-foreground)/.05);color:rgb(var(--dash-foreground)/.78)}#dashboard-root .projects-knowledge__heading{margin:0;font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif;font-size:.9375rem;font-weight:700;letter-spacing:-.03em;text-transform:none;line-height:1.2;color:rgb(var(--dash-foreground))}#dashboard-root .projects-knowledge__status{display:inline-flex;align-items:center;gap:.3rem;flex-shrink:0;padding:.2rem .45rem;border-radius:9999px;background:rgb(var(--dash-foreground)/.05);font-size:.625rem;font-weight:600;letter-spacing:.02em;color:rgb(var(--dash-muted-foreground))}#dashboard-root .projects-knowledge__hide{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:1.95rem!important;height:1.95rem!important;margin:0!important;padding:0!important;border:1px solid transparent!important;border-radius:.55rem!important;background:transparent!important;color:rgb(var(--dash-muted-foreground))!important;cursor:pointer;text-decoration:none!important;transition:background .15s ease,color .15s ease,border-color .15s ease}#dashboard-root .projects-knowledge__hide:hover{background:rgb(var(--dash-background)/.92)!important;border-color:rgb(var(--dash-border)/.75)!important;color:rgb(var(--dash-foreground))!important;text-decoration:none!important}#dashboard-root .projects-knowledge__status-spin{animation:projects-knowledge-spin .85s linear infinite}@keyframes projects-knowledge-spin{to{transform:rotate(1turn)}}#dashboard-root .projects-knowledge__lead{margin:-.35rem 0 0;padding:.7rem .8rem;border-radius:.75rem;border:1px solid rgb(var(--dash-border)/.45);background:rgb(var(--dash-secondary)/.35);font-size:.75rem;line-height:1.5;color:rgb(var(--dash-muted-foreground)/.95)}#dashboard-root[data-theme=light] .projects-knowledge__lead{background:rgb(var(--dash-secondary)/.55);border-color:rgb(var(--dash-border)/.7)}#dashboard-root .projects-knowledge__section{display:flex;flex-direction:column;gap:.55rem;margin:0;padding-top:0;border-top:0}#dashboard-root .projects-knowledge__section--files{flex:1 1 auto;min-height:0}#dashboard-root .projects-knowledge__title-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}#dashboard-root .projects-knowledge__title{margin:0;font-family:var(--font-dash),"DM Sans",system-ui,sans-serif!important;font-size:.6875rem;font-weight:600!important;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--dash-muted-foreground)/.9)}#dashboard-root .projects-knowledge__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:9999px;background:rgb(var(--dash-foreground)/.07);font-size:.625rem;font-weight:700;font-variant-numeric:tabular-nums;color:rgb(var(--dash-muted-foreground))}#dashboard-root .projects-knowledge__textarea{box-sizing:border-box;width:100%;min-height:9.5rem;margin:0;padding:.75rem .85rem;border-radius:.85rem;border:1px solid rgb(var(--dash-border)/.7);background:rgb(var(--dash-control,var(--dash-card)));box-shadow:inset 0 1px 0 rgb(var(--dash-foreground)/.03);font-family:var(--font-dash),"DM Sans",system-ui,sans-serif;font-size:.8125rem;line-height:1.55;color:rgb(var(--dash-foreground));resize:vertical;outline:none;transition:border-color .15s ease,box-shadow .15s ease}#dashboard-root .projects-knowledge__textarea::-moz-placeholder{color:rgb(var(--dash-muted-foreground)/.55)}#dashboard-root .projects-knowledge__textarea::placeholder{color:rgb(var(--dash-muted-foreground)/.55)}#dashboard-root .projects-knowledge__textarea:hover:not(:disabled){border-color:rgb(var(--dash-border-strong)/.85)}#dashboard-root .projects-knowledge__textarea:focus{border-color:rgb(var(--dash-foreground)/.28);box-shadow:inset 0 1px 0 rgb(var(--dash-foreground)/.03),0 0 0 3px rgb(var(--dash-foreground)/.06)}#dashboard-root .projects-knowledge__textarea:disabled{opacity:.65;cursor:default}#dashboard-root .projects-knowledge__dropzone{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.35rem!important;width:100%!important;min-height:7.5rem!important;margin:0!important;padding:1.1rem .9rem!important;border-radius:.95rem!important;border:1px dashed rgb(var(--dash-border-strong)/.75)!important;background:rgb(var(--dash-secondary)/.28)!important;color:rgb(var(--dash-muted-foreground))!important;cursor:pointer;text-align:center;text-decoration:none!important;transition:border-color .15s ease,background .15s ease,color .15s ease}#dashboard-root .projects-knowledge__dropzone.is-dragover,#dashboard-root .projects-knowledge__dropzone:hover:not(:disabled){border-color:rgb(var(--dash-foreground)/.35)!important;background:rgb(var(--dash-foreground)/.04)!important;color:rgb(var(--dash-foreground)/.88)!important;text-decoration:none!important}#dashboard-root .projects-knowledge__dropzone.is-busy,#dashboard-root .projects-knowledge__dropzone:disabled{opacity:.7;cursor:default}#dashboard-root .projects-knowledge__dropzone-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin-bottom:.2rem;border-radius:.65rem;background:rgb(var(--dash-foreground)/.06);color:inherit}#dashboard-root .projects-knowledge__dropzone-title{font-family:var(--font-dash),"DM Sans",system-ui,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:-.01em;color:rgb(var(--dash-foreground)/.9);text-decoration:none}#dashboard-root .projects-knowledge__dropzone-hint{max-width:14rem;font-size:.6875rem;line-height:1.4;color:rgb(var(--dash-muted-foreground)/.85)}#dashboard-root .projects-knowledge__files{display:flex;flex-wrap:wrap;gap:.75rem .85rem;margin:0;padding:0;list-style:none}#dashboard-root .projects-knowledge__file-card{list-style:none;margin:0;padding:0}#dashboard-root .projects-knowledge__file-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.1rem}#dashboard-root .projects-knowledge__upload{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.4rem!important;flex:1 1 auto!important;min-height:2.35rem!important;height:2.35rem!important;margin:0!important;padding:0 .9rem!important;border-radius:.75rem!important;border:1px solid rgb(var(--dash-border-strong)/.8)!important;background:rgb(var(--dash-control,var(--dash-card)))!important;font-family:var(--font-dash),"DM Sans",system-ui,sans-serif!important;font-size:.75rem!important;font-weight:600!important;letter-spacing:-.01em!important;text-transform:none!important;line-height:1!important;color:rgb(var(--dash-foreground))!important;cursor:pointer;text-decoration:none!important;transition:border-color .15s ease,background .15s ease}#dashboard-root .projects-knowledge__upload:hover:not(:disabled){border-color:rgb(var(--dash-foreground)/.28)!important;background:rgb(var(--dash-foreground)/.04)!important;color:rgb(var(--dash-foreground))!important;text-decoration:none!important}#dashboard-root .projects-knowledge__upload:disabled{opacity:.5;cursor:not-allowed}#dashboard-root .projects-knowledge__reindex{display:inline-flex!important;align-items:center!important;gap:.35rem!important;min-height:2.35rem!important;margin:0!important;padding:0 .65rem!important;border:1px solid transparent!important;border-radius:.75rem!important;background:transparent!important;font-family:var(--font-dash),"DM Sans",system-ui,sans-serif!important;font-size:.75rem!important;font-weight:500!important;color:rgb(var(--dash-muted-foreground))!important;cursor:pointer;text-decoration:none!important}#dashboard-root .projects-knowledge__reindex:hover:not(:disabled){color:rgb(var(--dash-foreground))!important;background:rgb(var(--dash-foreground)/.05)!important;text-decoration:none!important}#dashboard-root .projects-knowledge__reindex:disabled{opacity:.55;cursor:default}#dashboard-root .projects-knowledge__remove{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0;width:1.6rem!important;height:1.6rem!important;margin:0!important;padding:0!important;border:none!important;border-radius:.4rem!important;background:transparent!important;color:rgb(var(--dash-muted-foreground))!important;cursor:pointer;text-decoration:none!important}#dashboard-root .projects-knowledge__remove:hover{color:#ef4444!important;background:rgb(239 68 68/.1)!important;text-decoration:none!important}#dashboard-root .projects-workspace__chat{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}#dashboard-root .projects-workspace__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;min-height:0;padding:2rem clamp(1rem,4vw,2.5rem) 3rem;text-align:center}#dashboard-root .projects-workspace__empty-copy{display:flex;flex-direction:column;align-items:center;gap:.55rem;width:min(100%,40rem)}#dashboard-root .projects-workspace__empty-title{font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif;font-size:clamp(1.25rem,2.2vw,1.5rem);font-weight:800;letter-spacing:-.04em;color:rgb(var(--dash-foreground))}#dashboard-root .projects-workspace__empty-lead{margin:0;font-size:.875rem;line-height:1.5;color:rgb(var(--dash-muted-foreground));max-width:28rem}#dashboard-root .projects-workspace__composer-wrap{width:min(100%,44rem);margin-top:.35rem}#dashboard-root .projects-workspace__composer{display:flex;flex-direction:column;gap:.5rem;border-radius:.875rem;border:1.5px solid rgb(var(--dash-border-strong)/.85);background:rgb(var(--dash-control,var(--dash-panel)));padding:.85rem .9rem .7rem}#dashboard-root .projects-workspace__composer textarea{width:100%;min-height:4.5rem;resize:none;border:0;background:transparent;font-family:var(--font-dash),"DM Sans",system-ui,sans-serif;font-size:.9375rem;line-height:1.45;color:rgb(var(--dash-foreground));outline:none}#dashboard-root .projects-workspace__composer textarea::-moz-placeholder{color:rgb(var(--dash-muted-foreground))}#dashboard-root .projects-workspace__composer textarea::placeholder{color:rgb(var(--dash-muted-foreground))}#dashboard-root .projects-workspace__composer-bar{display:flex;justify-content:flex-end}#dashboard-root .projects-workspace__send{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:2.125rem!important;height:2.125rem!important;margin:0!important;padding:0!important;border:none!important;border-radius:999px!important;background:#fff!important;color:#0a0a0a!important;cursor:pointer;text-decoration:none!important}#dashboard-root[data-theme=light] .projects-workspace__send{background:#1a1816!important;color:#fff!important}#dashboard-root .projects-workspace__send:disabled{opacity:.4;cursor:not-allowed}#dashboard-root .projects-workspace__icon-btn--danger:hover{color:#ef4444!important;background:rgb(239 68 68/.12)!important;border-color:rgb(239 68 68/.28)!important;box-shadow:none}#dashboard-root .projects-menu{position:absolute;right:0;top:calc(100% + .25rem);z-index:20;min-width:10rem;padding:.35rem;border-radius:.625rem;border:1px solid rgb(var(--dash-border)/.85);background:rgb(var(--dash-panel));box-shadow:0 12px 32px rgb(0 0 0/.15)}#dashboard-root .projects-menu__item{display:block;width:100%;padding:.45rem .55rem;border:none;border-radius:.45rem;background:transparent;font-size:.8125rem;color:rgb(var(--dash-text));text-align:left;cursor:pointer}#dashboard-root .projects-menu__item:hover{background:rgb(var(--dash-accent)/.45)}#dashboard-root .projects-menu__item--danger{color:#ef4444}@media (max-width:1024px){#dashboard-root .projects-workspace{grid-template-columns:minmax(0,1fr)}}#dashboard-root .projects-table-view{display:flex;flex-direction:column;gap:1rem;width:100%;min-width:0}#dashboard-root .projects-table-view__actions-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:1.95rem!important;height:1.95rem!important;margin:0!important;padding:0!important;border:1px solid transparent!important;border-radius:.55rem!important;background:transparent!important;color:rgb(var(--dash-muted-foreground))!important;cursor:pointer;text-decoration:none!important;transition:background .15s ease,color .15s ease,border-color .15s ease}#dashboard-root .projects-table-view__actions-btn:hover,#dashboard-root .projects-table-view__actions-btn[data-state=open]{background:rgb(var(--dash-muted)/.55)!important;border-color:rgb(var(--dash-border)/.75)!important;color:rgb(var(--dash-foreground))!important;text-decoration:none!important}#dashboard-root .projects-row-menu{z-index:80;min-width:11.5rem;padding:.3rem;border-radius:.75rem;border:1px solid rgb(var(--dash-border)/.85);background:rgb(var(--dash-panel));color:rgb(var(--dash-foreground));box-shadow:inset 0 1px 0 rgb(255 255 255/.04),0 12px 32px rgb(0 0 0/.18);animation:projects-tip-in .12s ease-out}#dashboard-root[data-theme=light] .projects-row-menu{box-shadow:inset 0 1px 0 rgb(255 255 255/.7),0 12px 28px rgb(0 0 0/.1)}#dashboard-root .projects-row-menu__item{display:flex!important;align-items:center!important;gap:.55rem!important;width:100%;min-height:2rem;margin:0!important;padding:.4rem .55rem!important;border:none!important;border-radius:.5rem!important;background:transparent!important;font-family:var(--font-dash),"DM Sans",system-ui,sans-serif;font-size:.8125rem!important;font-weight:500!important;line-height:1.25!important;color:rgb(var(--dash-foreground))!important;cursor:pointer;text-decoration:none!important;outline:none!important}#dashboard-root .projects-row-menu__item:focus,#dashboard-root .projects-row-menu__item:hover,#dashboard-root .projects-row-menu__item[data-highlighted]{background:rgb(var(--dash-muted)/.65)!important;color:rgb(var(--dash-foreground))!important;text-decoration:none!important}#dashboard-root .projects-row-menu__item--danger{color:#ef4444!important}#dashboard-root .projects-row-menu__item--danger:focus,#dashboard-root .projects-row-menu__item--danger:hover,#dashboard-root .projects-row-menu__item--danger[data-highlighted]{background:rgb(239 68 68/.12)!important;color:#ef4444!important}#dashboard-root .projects-row-menu__icon{flex-shrink:0;color:rgb(var(--dash-muted-foreground))}#dashboard-root .projects-row-menu__item:hover .projects-row-menu__icon,#dashboard-root .projects-row-menu__item[data-highlighted] .projects-row-menu__icon{color:rgb(var(--dash-foreground))}#dashboard-root .projects-row-menu__icon--starred{color:#d97706!important}#dashboard-root[data-theme=dark] .projects-row-menu__icon--starred{color:#fbbf24!important}#dashboard-root .projects-row-menu__item--danger .projects-row-menu__icon{color:#ef4444}#dashboard-root .projects-row-menu__sep{height:1px!important;margin:.25rem .35rem!important;background:rgb(var(--dash-border)/.75)!important;border:none!important}#dashboard-root .project-data-table{width:100%;overflow:hidden;border-radius:.75rem;border:1.5px solid rgb(var(--dash-border-strong)/.85);background:rgb(var(--dash-control,var(--dash-panel)));box-shadow:none}#dashboard-root .project-data-table>div,#dashboard-root .project-data-table>div>div{overflow:hidden!important;max-width:100%}#dashboard-root .project-data-table table{table-layout:fixed;width:100%;border-collapse:collapse}#dashboard-root .project-data-table__col--name{width:34%}#dashboard-root .project-data-table__col--chats,#dashboard-root .project-data-table__col--files{width:11%;text-align:center;font-variant-numeric:tabular-nums}#dashboard-root .project-data-table__col--createdAt{width:18%;white-space:nowrap}#dashboard-root .project-data-table__col--activity{width:16%;white-space:nowrap}#dashboard-root .project-data-table__col--actions{width:2.75rem;text-align:center}#dashboard-root .project-data-table__name{display:inline-flex;align-items:center;gap:.4rem;min-width:0;max-width:100%}#dashboard-root .project-data-table__star{flex-shrink:0;color:#f59e0b}#dashboard-root .project-data-table__name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#dashboard-root .project-data-table table thead th{font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif;color:rgb(var(--dash-muted-foreground));font-weight:700;font-size:.625rem;letter-spacing:.04em;text-transform:uppercase;padding:.7rem .65rem;vertical-align:middle}#dashboard-root .project-data-table table thead th.project-data-table__col--actions,#dashboard-root .project-data-table table thead th.project-data-table__col--chats,#dashboard-root .project-data-table table thead th.project-data-table__col--files{text-align:center}#dashboard-root .project-data-table table thead th.project-data-table__col--name{padding-left:.9rem}#dashboard-root .project-data-table table tbody td{color:rgb(var(--dash-foreground));font-family:var(--font-dash),"DM Sans",system-ui,sans-serif;font-size:.875rem;padding:.75rem .65rem;vertical-align:middle;overflow:hidden;text-overflow:ellipsis}#dashboard-root .project-data-table table tbody td.project-data-table__col--name{padding-left:.9rem}#dashboard-root .project-data-table__empty{font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif!important;font-size:clamp(1rem,1.8vw,1.125rem)!important;font-weight:800!important;letter-spacing:-.04em;line-height:1.2;color:rgb(var(--dash-muted-foreground))!important}#dashboard-root .project-data-table .badge{border:none;border-radius:999px;font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif;font-size:.5625rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}@media (max-width:768px){#dashboard-root .projects-page{padding:1rem .5rem 0}#dashboard-root .projects-page__toolbar{width:100%;flex-wrap:wrap;justify-content:center}#dashboard-root .projects-page__search{flex:0 1 16rem;width:16rem;max-width:16rem}#dashboard-root .projects-page__toolbar .agents-create-btn{margin-left:0}#dashboard-root .project-data-table__col--createdAt{width:22%}#dashboard-root .project-data-table__col--activity{width:18%}#dashboard-root .project-data-table__col--chats,#dashboard-root .project-data-table__col--files{width:10%}#dashboard-root .projects-workspace{grid-template-columns:minmax(0,1fr)}#dashboard-root .projects-workspace__sidebar{display:none}}#dashboard-root .empty-state-04__marquee-mask{-webkit-mask-image:linear-gradient(180deg,transparent 0,rgb(0 0 0) 40%,rgb(0 0 0) 60%,transparent);mask-image:linear-gradient(180deg,transparent 0,rgb(0 0 0) 40%,rgb(0 0 0) 60%,transparent)}@keyframes empty-state-marquee-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}#dashboard-root .marquee-vertical-track{animation:empty-state-marquee-up var(--duration,14s) linear infinite;will-change:transform}#dashboard-root .empty-state-04 .border-dashed{border-style:none}#dashboard-root .empty-state-04 h2.empty-state-04__title,#dashboard-root .empty-state-04__title{font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif!important;font-size:clamp(1.25rem,2.4vw,1.5rem)!important;font-weight:800!important;font-style:normal;font-synthesis:none;letter-spacing:-.04em;line-height:1.15;color:rgb(var(--dash-foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#dashboard-root .empty-state-04__description{max-width:26rem;font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.55;color:rgb(var(--dash-muted-foreground))}#dashboard-root .empty-state-04__folder-icon{width:1.25rem;height:1.25rem}#dashboard-root .empty-state-04__folder-row{border-color:rgb(var(--dash-border)/.85)}#dashboard-root .empty-state-04__actions{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.625rem;margin-top:.375rem;width:100%;max-width:none}#dashboard-root .empty-state-04__btn,#dashboard-root .empty-state-04__btn>span{font-family:var(--font-brutal),"Unbounded",system-ui,sans-serif!important;font-size:.75rem!important;font-weight:700!important;font-style:normal!important;font-synthesis:none!important;letter-spacing:.04em!important;text-transform:uppercase!important;line-height:1.05!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#dashboard-root .empty-state-04__btn{-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;cursor:pointer;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.4rem!important;min-height:2.625rem!important;height:2.625rem!important;padding:0 1.05rem!important;margin:0!important;border-radius:.75rem!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:none!important;transition:background .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}#dashboard-root .empty-state-04__btn svg{width:.875rem;height:.875rem;flex-shrink:0}#dashboard-root .empty-state-04__btn--primary{border:none!important;background:#fff!important;color:#0a0a0a!important}#dashboard-root .empty-state-04__btn--primary:hover:not(:disabled){background:#f4f4f5!important;color:#0a0a0a!important;text-decoration:none!important}#dashboard-root[data-theme=light] .empty-state-04__btn--primary{background:#1a1816!important;color:#fff!important}#dashboard-root[data-theme=light] .empty-state-04__btn--primary:hover:not(:disabled){background:#2e2a26!important;color:#fff!important}#dashboard-root .empty-state-04__btn--secondary{color:rgb(var(--dash-foreground))!important;border:1.5px solid rgb(var(--dash-border-strong)/.95)!important;background:rgb(var(--dash-control,var(--dash-card)))!important}#dashboard-root .empty-state-04__btn--secondary:hover:not(:disabled){border-color:#e30611!important;color:#e30611!important;background:rgb(var(--dash-control,var(--dash-card)))!important;text-decoration:none!important}#dashboard-root .empty-state-04__btn:disabled{opacity:.45;cursor:not-allowed}