.home-chat-root{--bg:transparent;--bg-deep:rgba(0,0,0,0.4);--menu-surface:#121214;--surface-alt:rgba(255,255,255,0.02);--surface-hover:rgba(255,255,255,0.035);--surface-selected:rgba(255,255,255,0.05);--hair:rgba(255,255,255,0.05);--hair-strong:rgba(255,255,255,0.08);--fg:#EDEDED;--fg-2:#B8B8BD;--fg-3:#8A8A92;--fg-4:#5D5D65;--fg-5:#3E3E46;--amber:#FFFFFF;--rose:#C28A8A;--ui:Inter,-apple-system,system-ui,sans-serif;--mono:"JetBrains Mono",ui-monospace,Menlo,monospace;background:transparent;color:var(--fg);font-family:var(--ui);height:100%;width:100%}.home-chat-root *{box-sizing:border-box}.home-chat-root .mono{font-family:var(--mono);font-variant-numeric:tabular-nums}.home-chat-root .kbd{border:1px solid var(--hair);border-radius:5px;font-family:var(--mono);font-size:10px;line-height:1;padding:2px 5px}.home-chat-root .ico{display:inline-flex;align-items:center;justify-content:center}.home-chat-root .hov{transition:background-color .14s ease,color .14s ease,border-color .14s ease}.home-chat-root .hov:hover{background-color:var(--surface-hover)}.home-chat-root .dot{display:inline-block;width:6px;height:6px;border-radius:999px;flex:0 0 auto}.home-chat-root .dot.amber{background:var(--amber);box-shadow:0 0 6px rgba(255,255,255,.6)}.home-chat-root .dot.rose{background:var(--rose);box-shadow:0 0 6px rgba(194,138,138,.45)}.home-chat-root .dot.idle{background:rgba(255,255,255,.22)}.home-chat-root .sidebar-badge{min-width:16px;height:16px;padding:0 5px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid var(--hair);color:var(--fg-3);display:inline-flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:9.5px}.liquid-glass-rail{position:relative;background-color:rgba(8,8,10,.55);backdrop-filter:blur(48px) saturate(180%);-webkit-backdrop-filter:blur(48px) saturate(180%);isolation:isolate}.home-chat-root .conv-row:hover{background-color:rgba(255,255,255,.03)!important}.home-chat-root .conv-row[data-selected]:hover{background-color:rgba(255,255,255,.06)!important}@media (prefers-reduced-motion:no-preference){.home-chat-root .micro-in{animation:home-chat-micro-in .28s cubic-bezier(.16,1,.3,1) both}.home-chat-root .dot.amber{animation:home-chat-amber-pulse 1.4s ease-in-out infinite}}@keyframes home-chat-micro-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes home-chat-amber-pulse{0%,to{box-shadow:0 0 6px rgba(255,255,255,.6)}50%{box-shadow:0 0 10px rgba(255,255,255,.85)}}@keyframes home-chat-blink{0%,to{opacity:.25}50%{opacity:1}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes home-chat-mic-pulse{0%,to{box-shadow:0 0 0 0 rgba(255,255,255,.55)}50%{box-shadow:0 0 0 6px rgba(255,255,255,0)}}.home-chat-root .nodrag{-webkit-app-region:no-drag}.todo-spin{animation:todo-spin .9s linear infinite}@keyframes todo-spin{to{transform:rotate(1turn)}}.home-chat-root textarea.composer-input::-moz-placeholder{color:var(--fg-4)}.home-chat-root textarea.composer-input::placeholder{color:var(--fg-4)}.home-chat-root textarea.composer-input:focus,.home-chat-root textarea.composer-input:focus-visible{outline:none;box-shadow:none}.home-chat-root textarea.composer-input{position:relative;z-index:1;resize:none;background:transparent;border:none;outline:none;color:transparent;caret-color:var(--fg);font-family:var(--ui);font-size:13px;line-height:1.5;width:100%;min-height:30px;max-height:calc(13px * 1.5 * 6);overflow-y:auto}.home-chat-root .composer-input-wrap{position:relative}.home-chat-root .composer-mention-mirror{position:absolute;inset:0;z-index:0;width:100%;min-height:30px;max-height:calc(13px * 1.5 * 6);overflow:hidden;pointer-events:none;color:var(--fg);font-family:var(--ui);font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.home-chat-root .composer-mention-mark{border-radius:999px;box-decoration-break:clone;-webkit-box-decoration-break:clone;color:var(--mention-accent-text);margin:0 -4px;padding:0 4px;background:color-mix(in srgb,var(--mention-accent) 14%,transparent);box-shadow:0 0 0 1px var(--mention-accent-border) inset;animation:mention-mark-in .26s ease-out both}@keyframes mention-mark-in{0%{opacity:0}to{opacity:1}}.home-chat-root .composer-mention-mark[data-trigger=explicit]{box-shadow:0 0 0 1px color-mix(in srgb,var(--mention-accent-border) 82%,rgba(255,255,255,.3)) inset}.home-chat-root .inline-mention-chip{position:relative;display:inline-flex;align-items:center;overflow:hidden;max-width:min(220px,100%);gap:5px;margin:0 1px;padding:1px 8px 1px 3px;vertical-align:-3px;border:1px solid var(--mention-accent-border);border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015)),var(--mention-accent-soft);box-shadow:inset 0 1px 0 rgba(255,255,255,.04);color:var(--mention-accent-text);font-size:.96em;font-weight:500;letter-spacing:.01em;line-height:1.35;white-space:nowrap;animation:mention-chip-in .46s cubic-bezier(.16,1,.3,1) both}.home-chat-root .inline-mention-chip:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(105deg,transparent 42%,rgba(255,255,255,.11) 50%,transparent 58%);background-size:240% 100%;background-repeat:no-repeat;animation:mention-chip-glint .85s ease-out .38s both}@keyframes mention-chip-in{0%{opacity:0;transform:translateY(2px) scale(.96);filter:blur(2.5px)}to{opacity:1;transform:none;filter:none}}@keyframes mention-chip-glint{0%{background-position:200% 0}to{background-position:-100% 0}}.home-chat-root .inline-mention-orb{width:13px;height:13px;flex:0 0 13px;border-radius:50%;background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.75),rgba(255,255,255,0) 42%),linear-gradient(140deg,color-mix(in srgb,var(--mention-accent) 72%,#ffffff),color-mix(in srgb,var(--mention-accent) 78%,#000000));box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);animation:mention-orb-breathe 4.4s ease-in-out 1.2s infinite}@keyframes mention-orb-breathe{0%,to{filter:none}50%{filter:brightness(1.12) saturate(1.18)}}.home-chat-root .composer-agent-tag-dot{width:8px;height:8px;flex:0 0 8px;align-self:center;margin-right:10px;border-radius:50%;background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.75),rgba(255,255,255,0) 42%),linear-gradient(140deg,color-mix(in srgb,var(--mention-accent) 72%,#ffffff),color-mix(in srgb,var(--mention-accent) 78%,#000000));box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);animation:mention-mark-in .26s ease-out both,mention-orb-breathe 4.4s ease-in-out 1.2s infinite}@media (prefers-reduced-motion:reduce){.home-chat-root .composer-agent-tag-dot,.home-chat-root .composer-mention-mark,.home-chat-root .inline-mention-chip,.home-chat-root .inline-mention-chip:after,.home-chat-root .inline-mention-orb{animation:none}}.home-chat-root .inline-mention-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.home-chat-root .composer-mention-menu{position:absolute;left:0;bottom:calc(100% + 8px);z-index:45;width:min(320px,calc(100vw - 48px));max-height:260px;overflow-y:auto;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#171719;box-shadow:0 14px 32px -20px rgba(0,0,0,.92);padding:5px}.home-chat-root .composer-mention-menu-row{width:100%;min-height:32px;border:none;border-radius:7px;background:transparent;color:var(--fg-2);cursor:pointer;display:flex;align-items:center;gap:8px;padding:6px 8px;text-align:left}.home-chat-root .composer-mention-menu-label{min-width:0;flex:1;color:var(--fg);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-chat-root .composer-mention-menu-kind{color:var(--fg-4);font-size:10px}.home-chat-root .composer-placeholder{position:absolute;inset:0;z-index:2;color:var(--fg-4);font-size:13px;line-height:1.5;pointer-events:none;display:flex;align-items:flex-start;padding-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-chat-root .composer-caret{display:inline-block;width:1.5px;height:13px;margin-left:1px;vertical-align:text-bottom;border-radius:9999px;background:rgba(196,168,126,.6)}.home-chat-root .composer-caret--blink{animation:composer-caret-blink 1.2s step-end infinite}@keyframes composer-caret-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}.home-chat-root .composer-prompts{display:flex;gap:6px;flex-wrap:wrap;padding:1px 0 2px}.home-chat-root .composer-prompt{height:25px;max-width:260px;background:rgba(255,255,255,.018);cursor:pointer;gap:5px}.home-chat-root .agent-context-chip,.home-chat-root .composer-prompt{border:1px solid var(--hair);border-radius:999px;color:var(--fg-3);display:inline-flex;align-items:center;font-size:11.5px;padding:0 9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-chat-root .agent-context-chip{height:26px;max-width:180px}.home-chat-root .workspace-surface{flex:1;min-height:0;display:flex;background:var(--bg);overflow:hidden}.home-chat-root .workspace-list-pane,.home-chat-root .workspace-main-pane,.home-chat-root .workspace-profile-pane{min-height:0;display:flex;flex-direction:column}.home-chat-root .workspace-list-pane{flex:0 0 318px;border-right:1px solid var(--hair)}.home-chat-root .workspace-list-pane.compact{flex-basis:304px}.home-chat-root .workspace-main-pane{flex:1;min-width:0}.home-chat-root .workspace-profile-pane{flex:0 0 340px;border-left:1px solid var(--hair);background:rgba(255,255,255,.012);padding:18px;overflow:auto}.home-chat-root .workspace-profile-pane.wide{flex-basis:380px}.home-chat-root .workspace-profile-pane.narrow{flex-basis:272px}.home-chat-root .workspace-tab-row,.home-chat-root .workspace-thread-header{flex:none;border-bottom:1px solid var(--hair);display:flex;align-items:center;gap:8px}.home-chat-root .workspace-tab-row{padding:10px 12px}.home-chat-root .workspace-thread-header{min-height:54px;padding:10px 16px}.home-chat-root .workspace-thread-header.tight{min-height:50px}.home-chat-root .workspace-agent-card strong,.home-chat-root .workspace-agent-row strong,.home-chat-root .workspace-agent-title strong,.home-chat-root .workspace-task-row strong,.home-chat-root .workspace-thread-header strong{display:block;color:var(--fg);font-size:12.5px;font-weight:500}.home-chat-root .workspace-agent-card small,.home-chat-root .workspace-agent-row small,.home-chat-root .workspace-agent-title small,.home-chat-root .workspace-task-row small,.home-chat-root .workspace-thread-header small{display:block;color:var(--fg-4);font-size:10.5px;margin-top:1px}.home-chat-root .workspace-scroll,.home-chat-root .workspace-thread-body{flex:1;min-height:0;overflow:auto}.home-chat-root .workspace-scroll{padding:8px}.home-chat-root .workspace-thread-body{padding:18px;display:flex;flex-direction:column;gap:12px}.home-chat-root .workspace-icon-btn,.home-chat-root .workspace-mini-btn,.home-chat-root .workspace-pill,.home-chat-root .workspace-send-btn{border:1px solid var(--hair);background:transparent;color:var(--fg-3);cursor:pointer;font-family:var(--ui);transition:background-color .14s ease,color .14s ease,border-color .14s ease}.home-chat-root .workspace-pill{height:24px;padding:0 10px;border-radius:999px;font-size:11.5px;border-color:transparent}.home-chat-root .workspace-pill[data-active=true]{background:var(--surface-selected);color:var(--fg);border-color:var(--hair)}.home-chat-root .workspace-mini-btn{height:25px;padding:0 9px;border-radius:6px;font-size:11.5px}.home-chat-root .workspace-icon-btn{border-radius:7px}.home-chat-root .workspace-icon-btn,.home-chat-root .workspace-send-btn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center}.home-chat-root .workspace-send-btn{border-radius:999px;background:#fff;color:var(--bg);border-color:transparent}.home-chat-root .workspace-agent-card,.home-chat-root .workspace-agent-row{width:100%;display:flex;align-items:center;gap:10px;border:none;border-radius:8px;background:transparent;color:inherit;text-align:left}.home-chat-root .workspace-agent-row{padding:9px 10px;cursor:pointer}.home-chat-root .workspace-agent-row[data-active=true]{background:var(--surface-selected)}.home-chat-root .workspace-approval-chip,.home-chat-root .workspace-count,.home-chat-root .workspace-status{border-radius:999px;background:rgba(255,255,255,.055);border:1px solid var(--hair);color:var(--fg-3);font-family:var(--mono);font-size:10px}.home-chat-root .workspace-count{min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.home-chat-root .workspace-approval-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 8px}.home-chat-root .workspace-approval{margin:12px 16px 0;padding:10px 12px;border:1px solid var(--hair);border-radius:10px;background:rgba(255,255,255,.018);display:flex;align-items:center;gap:10px;color:var(--fg-3);font-size:12px}.home-chat-root .workspace-approval strong{color:var(--fg-2);margin-right:5px}.home-chat-root .workspace-agent-title{display:flex;align-items:center;gap:10px;border:none;background:transparent;color:inherit;cursor:pointer;border-radius:999px;padding:3px 9px 3px 3px}.home-chat-root .workspace-message,.home-chat-root .workspace-phase-card,.home-chat-root .workspace-picker-shelf,.home-chat-root .workspace-proof-card,.home-chat-root .workspace-rich-card,.home-chat-root .workspace-task-table{border:1px solid var(--hair);border-radius:10px;background:rgba(255,255,255,.016)}.home-chat-root .workspace-rich-card{padding:12px;color:var(--fg-2);font-size:12.5px;line-height:1.55}.home-chat-root .workspace-card-title{display:flex;align-items:center;gap:7px;color:var(--fg-3);font-size:11.5px;margin-bottom:9px}.home-chat-root .workspace-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.home-chat-root .workspace-kpis span{border-radius:8px;background:rgba(255,255,255,.025);padding:8px}.home-chat-root .workspace-kpis strong{display:block;color:var(--fg);font-family:var(--mono);font-size:14px}.home-chat-root .workspace-kpis small{color:var(--fg-4);font-size:10px}.home-chat-root .workspace-reasoning{margin:0;padding-left:18px;color:var(--fg-2)}.home-chat-root .workspace-message{max-width:74%;padding:9px 12px;color:var(--fg-2);font-size:13px;line-height:1.55}.home-chat-root .workspace-message[data-from=user]{align-self:flex-end;color:var(--fg);background:var(--surface-selected)}.home-chat-root .workspace-composer-mini{flex:none;margin:0 18px 18px;padding:8px 8px 8px 12px;border-radius:999px;border:1px solid var(--hair);background:rgba(255,255,255,.018);display:flex;align-items:center;gap:9px;color:var(--fg-4);font-size:12.5px}.home-chat-root .workspace-composer-mini span{flex:1}.home-chat-root .workspace-profile-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.home-chat-root .workspace-profile-pane h2{margin:14px 0 8px;color:var(--fg);font-size:22px;font-weight:500;letter-spacing:-.02em}.home-chat-root .workspace-profile-pane p{margin:0 0 18px;color:var(--fg-3);font-size:12.5px;line-height:1.6}.home-chat-root .workspace-profile-metric{border-top:1px solid var(--hair);padding:10px 0;display:flex;align-items:center;justify-content:space-between;color:var(--fg-4);font-size:11.5px}.home-chat-root .workspace-profile-metric strong{color:var(--fg-2);font-family:var(--mono);font-weight:500}.home-chat-root .workspace-profile-actions{margin-top:12px;display:flex;gap:8px}.home-chat-root .workspace-check-row,.home-chat-root .workspace-picker-shelf button,.home-chat-root .workspace-profile-actions button{border:1px solid var(--hair);background:transparent;color:var(--fg-2);cursor:pointer;border-radius:8px;font-size:12px}.home-chat-root .workspace-profile-actions button{height:30px;padding:0 10px}.home-chat-root .workspace-checklist{display:flex;flex-direction:column;gap:5px}.home-chat-root .workspace-check-row{width:100%;padding:8px 9px;display:flex;align-items:center;gap:8px;text-align:left}.home-chat-root .workspace-check-row[data-state=done]{color:var(--fg-4);text-decoration:line-through}.home-chat-root .workspace-check-row[data-state=active]{color:var(--fg);border-color:var(--hair-strong);background:rgba(255,255,255,.035)}.home-chat-root .workspace-picker-shelf{padding:10px;display:flex;flex-wrap:wrap;gap:6px}.home-chat-root .workspace-picker-shelf .mono{width:100%;color:var(--fg-4);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.home-chat-root .workspace-picker-shelf button{display:inline-flex;align-items:center;gap:5px;padding:6px 9px}.home-chat-root .workspace-picker-shelf button[data-active=true]{border-color:var(--hair-strong);background:var(--surface-selected);color:var(--fg)}.home-chat-root .workspace-phase-card{display:flex;align-items:center;gap:16px;padding:14px}.home-chat-root .workspace-ring{width:58px;height:58px;border-radius:999px;border:2px solid var(--hair-strong);display:inline-flex;align-items:center;justify-content:center;color:var(--fg);font-family:var(--mono);font-size:12px}.home-chat-root .workspace-phase-card strong{display:block;color:var(--fg);font-size:13px;font-weight:500}.home-chat-root .workspace-phase-card small{color:var(--fg-4);font-size:11px}.home-chat-root .workspace-task-table{overflow:hidden}.home-chat-root .workspace-task-row{display:grid;grid-template-columns:32px minmax(0,1fr) 88px 40px;align-items:center;gap:10px;padding:9px 12px;border-top:1px solid var(--hair)}.home-chat-root .workspace-task-row:first-child{border-top:none}.home-chat-root .workspace-task-state{display:inline-flex;align-items:center;gap:4px;color:var(--fg-4);font-size:11px;text-transform:capitalize}.home-chat-root .workspace-task-state[data-state=active]{color:var(--amber)}.home-chat-root .workspace-task-state[data-state=waiting]{color:var(--rose)}.home-chat-root .workspace-agent-stack{display:flex;flex-direction:column;gap:6px}.home-chat-root .workspace-agent-card{padding:8px;border:1px solid var(--hair);background:rgba(255,255,255,.012);flex-wrap:wrap}.home-chat-root .workspace-agent-card>span:nth-child(2){flex:1;min-width:0}.home-chat-root .workspace-progress{width:100%;height:3px;border-radius:999px;background:rgba(255,255,255,.06);overflow:hidden}.home-chat-root .workspace-progress span{display:block;height:100%;border-radius:inherit;background:var(--fg-3)}.home-chat-root .workspace-proof-list{display:flex;flex-direction:column;gap:6px}.home-chat-root .workspace-proof-card{width:100%;padding:10px;color:inherit;cursor:pointer;text-align:left}.home-chat-root .workspace-proof-card strong{display:block;color:var(--fg-2);font-size:12px;font-weight:500;margin:4px 0}.home-chat-root .workspace-proof-card small{color:var(--fg-4);font-size:11px;line-height:1.4}.home-chat-root aside{transition:width .2s cubic-bezier(.16,1,.3,1)}.home-chat-root aside .hairline,.home-chat-root aside [style*=surface-alt]{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.home-chat-root .kbd{font-size:9.5px;color:var(--fg-4);background:rgba(255,255,255,.04);border-radius:4px;border:1px solid rgba(255,255,255,.06);line-height:1.4}.home-chat-root .kbd,.home-chat-root .sidebar-badge{font-family:var(--mono,"JetBrains Mono",monospace);padding:1px 5px}.home-chat-root .sidebar-badge{font-size:9px;color:var(--amber);background:rgba(255,255,255,.1);border-radius:4px}.action-chip{height:32px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:transparent;color:var(--fg-3);font-size:12.5px;font-family:var(--ui);display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:border-color .14s ease,color .14s ease,background .14s ease}.action-chip:hover{border-color:rgba(255,255,255,.14);color:var(--fg-2);background:rgba(255,255,255,.03)}@keyframes boardroom-pulse{0%{box-shadow:0 0 0 0 currentColor;opacity:1}70%{box-shadow:0 0 0 5px transparent;opacity:.65}to{box-shadow:0 0 0 0 transparent;opacity:1}}.home-chat-root .focus-ring:focus-visible{outline:none;box-shadow:0 0 0 1.5px rgba(255,255,255,.55);border-radius:8px}.home-chat-root .boardroom-watch-btn:hover{background-color:rgba(255,255,255,.04);color:var(--fg)}.home-chat-root .boardroom-watch-btn:active{border-color:rgba(255,255,255,.6);background-color:rgba(255,255,255,.08)}.home-chat-root .boardroom-ts{opacity:0;transition:opacity .14s ease}.home-chat-root .focus-ring:focus-within .boardroom-ts,.home-chat-root .focus-ring:hover .boardroom-ts,.home-chat-root [role=listitem]:first-child .boardroom-ts{opacity:1}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes br-pulse{0%,to{opacity:.45}50%{opacity:1}}@keyframes br-think{0%,to{transform:scale(1)}50%{transform:scale(1.4)}}