.chat-search{flex-direction:column;gap:4px;margin-bottom:8px;display:flex}.chat-search-input{border:1px solid var(--border);background:var(--background);border-radius:6px;align-items:center;gap:6px;height:32px;padding:0 8px;display:flex}.chat-search-input:focus-within{box-shadow:inset 0 0 0 2px var(--ring)}.chat-search-input>svg{width:16px;height:16px;color:var(--muted-foreground);flex-shrink:0}.chat-search-input input{min-width:0;color:var(--foreground);background:0 0;border:0;outline:none;flex:1;font-size:13px}.chat-search-input input::placeholder{color:var(--muted-foreground)}.chat-search-row{text-align:left;width:100%;min-height:36px;color:var(--foreground);border-radius:6px;align-items:center;gap:8px;padding:0 8px;font-size:13px;display:flex}.chat-search-row>svg{width:16px;height:16px;color:var(--muted-foreground);flex-shrink:0}.chat-search-row:hover,.chat-search-row:focus-visible,.chat-search-hit a:hover{background:var(--sidebar-accent)}.chat-search-row:focus-visible,.chat-search-hit a:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.chat-search-results h3{min-width:0;color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;flex:1;padding-left:4px;font-size:12px;font-weight:500;overflow:hidden}.chat-search-results h3:focus{outline:none}.chat-search-results h3:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:4px}.chat-search-results ul{flex-direction:column;gap:2px;display:flex}.chat-search-hit a{border-radius:6px;flex-direction:column;gap:2px;min-height:44px;padding:6px 8px;display:flex}.chat-search-hit .truncate{font-size:13px}.chat-search-meta{color:var(--muted-foreground);font-size:11px}.chat-search-snippet{-webkit-line-clamp:2;color:var(--muted-foreground);overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.chat-search-snippet mark{color:var(--foreground);text-decoration:underline;-webkit-text-decoration-color:var(--ring);text-decoration-color:var(--ring);text-underline-offset:2px;background:0 0;font-weight:600}.chat-search-error{color:var(--destructive);padding:8px 8px 0;font-size:12px;line-height:1.5}@media (max-width:480px){.chat-search-snippet{-webkit-line-clamp:3}}
.workspace-search{gap:6px;margin-bottom:12px;display:flex}.workspace-search input{flex:1;min-width:0}.workspace-search-results{border:1px solid var(--border);border-radius:8px;max-height:50dvh;margin:0;padding:0;list-style:none;overflow-y:auto}.workspace-search-results li+li{border-top:1px solid var(--border)}.workspace-search-row{width:100%;min-height:32px;color:var(--foreground);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:0;grid-template-columns:minmax(0,1fr);gap:2px;padding:6px 8px;display:grid}.workspace-search-row:hover{background:var(--accent)}.workspace-search-row:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.workspace-search-row:disabled{cursor:default}.workspace-search-path{text-overflow:ellipsis;white-space:nowrap;min-width:0;font:12px/1.5 var(--font-mono);overflow:hidden}.workspace-search-line{color:var(--muted-foreground)}.workspace-search-text{overflow-wrap:anywhere;white-space:pre-wrap;min-width:0;font:12px/1.5 var(--font-mono)}.workspace-search-note{color:var(--muted-foreground);margin:8px 0 0;font-size:12px}.response-tool-duration{color:var(--muted-foreground)}@media (max-width:480px){.workspace-search-results{max-height:45dvh}}
.presence-avatars{align-items:center;margin:0;padding:0;list-style:none;display:inline-flex}.presence-avatar{--presence-colour:var(--muted-foreground);block-size:26px;inline-size:26px;box-shadow:0 0 0 2px var(--background);border:1.5px solid var(--presence-colour);background:var(--muted);color:var(--muted-foreground);letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;font-size:11px;font-weight:500;line-height:1;display:inline-flex;position:relative}.presence-avatar+.presence-avatar{margin-inline-start:-6px}.presence-avatar[data-driver=true]{color:var(--foreground);border-width:2px}.presence-avatar-more{border-style:dashed}.presence-avatar[data-typing=true]:after{content:"";background:var(--presence-colour);border-radius:1px;inline-size:2px;animation:1s step-end infinite presence-caret;position:absolute;inset-block:3px;inset-inline-end:-4px}.presence-draft{border-radius:var(--radius-md);background:var(--muted);flex-direction:column;gap:.15rem;block-size:62px;margin-block-end:.5rem;padding:.5rem .75rem;display:flex;overflow:hidden}.presence-draft-name{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);font-size:11px;font-weight:500}.presence-draft-text{color:var(--foreground);opacity:.55;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.session-driver{background:var(--muted);min-block-size:28px;color:var(--muted-foreground);white-space:nowrap;border-radius:4px;align-items:center;gap:.35rem;padding-inline:.55rem;font-size:12px;line-height:1;display:inline-flex}.session-driver:hover{color:var(--foreground)}.session-driver:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.session-invite-link{align-items:center;gap:.5rem;display:flex}.session-invite-link code{white-space:nowrap;border-radius:var(--radius-sm);background:var(--muted);flex:1;min-inline-size:0;padding:.35rem .5rem;font-size:12px;overflow-x:auto}.session-roster{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.session-roster li{align-items:center;gap:.5rem;font-size:14px;display:flex}.session-roster .session-roster-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-inline-size:0;overflow:hidden}@keyframes presence-caret{0%,49%{opacity:1}50%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.presence-avatar[data-typing=true]:after{animation:none}}@media (max-width:640px){.workspace-header .session-driver{display:none}.presence-draft{block-size:46px}.presence-draft-text{-webkit-line-clamp:1}}
.pinned-answers{margin-top:24px}.pinned-answers h2{margin:0 0 10px;font-size:.95rem;font-weight:600}.pinned-answers ul{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.pinned-answer{border:1px solid var(--border);border-radius:var(--radius-lg,12px);background:var(--card);gap:8px;padding:12px 14px;display:grid}.pinned-answer-head h3{margin:0;font-size:.9rem;font-weight:600}.pinned-answer-meta{color:var(--muted-foreground);font-size:.75rem}.pinned-answer-empty{color:var(--muted-foreground);margin:0;font-size:.85rem}.pinned-answer-actions{flex-wrap:wrap;gap:4px;display:flex}
.education-modal{gap:1.5rem;max-height:calc(100dvh - 2rem);padding:clamp(1.25rem,4vw,2rem);overflow-y:auto}.education-brand{margin-bottom:.25rem}.education-brand .brand-icon{width:24px;height:auto}.education-brand .brand-wordmark{font-size:18px}.education-features{gap:1.35rem;margin:.25rem 0 .75rem;display:grid}.education-features li{align-items:flex-start;gap:.9rem;animation:.36s cubic-bezier(.2,.7,.2,1) both education-rise;display:flex}.education-features li:nth-child(2){animation-delay:70ms}.education-features li:nth-child(3){animation-delay:.14s}.education-features li>svg{width:19px;height:19px;color:var(--muted-foreground);flex-shrink:0;margin-top:2px}.education-features strong{font-size:14px;font-weight:500;display:block}.education-features span{color:var(--muted-foreground);margin-top:.25rem;font-size:13px;line-height:1.6;display:block}.education-features kbd{border:1px solid var(--border);background:var(--background);min-width:1.35em;color:var(--foreground);font-family:var(--font-mono,ui-monospace, monospace);text-align:center;vertical-align:baseline;border-radius:4px;padding:0 .35em;font-size:11px;line-height:1.5;display:inline-block}@keyframes education-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.education-footer,.education-footer-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.education-footer{justify-content:space-between}.education-footer-actions{justify-content:flex-end;margin-left:auto}.sidebar-announcement-action{cursor:pointer;align-items:center;gap:.4rem;margin-top:.75rem;font-size:12px;font-weight:500;display:inline-flex}.sidebar-announcement-action:hover{text-underline-offset:3px;text-decoration:underline}.header-announcement{align-items:center;min-width:0;display:flex}.cli-download-link{color:var(--muted-foreground);min-width:0}.cli-download-link>span{text-overflow:ellipsis;white-space:nowrap;max-width:15rem;overflow:hidden}.cli-install-instructions{gap:.85rem;min-width:0;display:grid}.cli-install-tabs{width:100%;display:flex}.cli-install-tabs>button{flex:1;min-width:0;padding-inline:.5rem;font-size:12px}.cli-install-command{border-radius:var(--radius);background:var(--muted);overflow:hidden}.cli-install-command-heading{color:var(--muted-foreground);justify-content:space-between;align-items:center;padding:.45rem .6rem .15rem 1rem;font-size:11px;display:flex}.cli-install-command-heading>span{align-items:center;gap:.4rem;display:flex}.cli-install-command-heading>span>svg{width:14px;height:14px}.cli-install-command pre{white-space:pre-wrap;overflow-wrap:anywhere;padding:.7rem 1rem 1.15rem;font-size:12px;line-height:1.7}.cli-install-command pre:before{content:attr(data-prompt) " ";color:var(--muted-foreground);-webkit-user-select:none;user-select:none}.cli-install-next{color:var(--muted-foreground);font-size:13px;line-height:1.7}.cli-install-next code{color:var(--foreground);font-size:12px}.cli-install-help{text-underline-offset:3px;color:var(--muted-foreground);justify-self:start;font-size:12px;text-decoration:underline}@media (max-width:639px){.cli-download-link{padding-inline:.4rem;font-size:11px}.cli-download-link>svg{display:none}.cli-download-link>span{max-width:8rem}.cli-install-tabs>button{padding-inline:.3rem;font-size:11px}.education-footer-actions>button{padding-inline:.65rem;font-size:12px}}@media (prefers-reduced-motion:reduce){.education-modal,.education-features li{animation:none}}
.onboarding-checklist{background:var(--sidebar-accent);border-radius:6px;min-width:0;padding:12px}.onboarding-checklist-head{align-items:center;gap:6px;display:flex}.onboarding-checklist-head h3{overflow-wrap:anywhere;flex:1;min-width:0;font-size:13px;font-weight:500}.onboarding-checklist-count{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:11px}.onboarding-checklist-items{gap:2px;margin-top:8px;padding:0;list-style:none;display:grid}.onboarding-checklist-items li{grid-template-columns:16px 1fr;column-gap:8px;min-width:0;display:grid}.onboarding-checklist-item{text-align:left;width:100%;color:var(--foreground);border-radius:6px;grid-template-columns:16px 1fr;align-items:center;column-gap:8px;min-width:0;padding:6px;font-size:12px;line-height:1.4;display:grid}.onboarding-checklist-items li>.onboarding-checklist-item{grid-column:1/-1}.onboarding-checklist-item>svg{width:16px;height:16px;color:var(--muted-foreground)}.onboarding-checklist-item>span{overflow-wrap:anywhere}button.onboarding-checklist-item{cursor:pointer}button.onboarding-checklist-item:hover{background:color-mix(in oklab, var(--foreground) 6%, transparent)}button.onboarding-checklist-item:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.onboarding-checklist-hint{color:var(--muted-foreground);overflow-wrap:anywhere;grid-column:2;padding:0 6px 6px;font-size:11px;line-height:1.5}li[data-done] .onboarding-checklist-item>svg{color:var(--primary)}li[data-done] .onboarding-checklist-item>span:not(.sr-only){color:var(--muted-foreground);text-decoration:line-through;-webkit-text-decoration-color:color-mix(in oklab, var(--muted-foreground) 50%, transparent);text-decoration-color:color-mix(in oklab, var(--muted-foreground) 50%, transparent)}.onboarding-checklist-complete{align-items:center;gap:8px;margin-top:8px;font-size:12px;display:flex}.onboarding-checklist-complete>svg{width:16px;height:16px;color:var(--primary)}@media (prefers-reduced-motion:no-preference){li[data-done] .onboarding-checklist-item>svg,.onboarding-checklist-complete{animation:.18s ease-out onboarding-check}}@keyframes onboarding-check{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:none}}
