.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}.home-chat-root .chat-thread-main{flex:1 1 auto;min-height:0;display:flex;align-items:stretch}.home-chat-root .chat-thread-scroll{padding:56px 24px 20px}@media (max-width:560px){.home-chat-root .chat-thread-scroll{padding:40px 14px 16px}}.home-chat-root .team-activity-rail{flex:0 0 260px;width:260px;min-height:0;overflow-y:auto;border-left:1px solid var(--hair,rgba(255,255,255,.06));background:rgba(255,255,255,.018);padding:14px 12px}.home-chat-root .team-activity-rail-title{color:var(--fg-3);font-size:12px;font-weight:600;margin:0 0 10px}.home-chat-root .team-activity-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.home-chat-root .team-activity-item{display:grid;grid-template-columns:26px minmax(0,1fr);gap:8px;padding:8px;border:1px solid var(--hair,rgba(255,255,255,.06));border-radius:8px;background:rgba(255,255,255,.026)}.home-chat-root .team-activity-avatar{position:relative;display:inline-flex;width:24px;height:24px}.home-chat-root .team-activity-branch{position:absolute;right:-3px;bottom:-3px;width:13px;height:13px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--bg,#0F0F12);border:1px solid var(--hair-strong,rgba(255,255,255,.12));color:var(--fg-3)}.home-chat-root .team-activity-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.home-chat-root .team-activity-item-title{color:var(--fg);font-size:12.5px;font-weight:600;line-height:1.35;overflow:hidden;text-overflow:ellipsis}.home-chat-root .team-activity-item-detail,.home-chat-root .team-activity-item-meta{color:var(--fg-4);font-size:11px;line-height:1.35}@media (max-width:1100px){.home-chat-root .team-activity-rail{flex-basis:200px;width:200px;padding:12px 8px}}@media (max-width:980px){.home-chat-root .team-activity-rail{display:none}}@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)}}.handy-voice-pill{opacity:0;animation:handy-voice-fade-in .3s ease-in-out forwards}.handy-voice-pill:focus-within .handy-voice-close,.handy-voice-pill:hover .handy-voice-close{opacity:1!important}@keyframes handy-voice-fade-in{0%{opacity:0}to{opacity:1}}@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 .user-message-shell{position:relative;max-width:100%}.home-chat-root .user-message-shell:after{content:"";position:absolute;top:100%;right:0;width:74px;height:12px}.home-chat-root .user-message-shell--editing:after{display:none}.home-chat-root .user-message-shell--editing{width:var(--user-message-edit-width,-moz-max-content);width:var(--user-message-edit-width,max-content);min-width:min(280px,100%);max-width:100%}.home-chat-root .user-message-actions{position:absolute;top:calc(100% + 2px);right:0;z-index:2;display:flex;justify-content:flex-end;gap:2px;opacity:0;pointer-events:none;transition:opacity .14s ease}.home-chat-root .chat-message-copyable{-webkit-user-select:text;-moz-user-select:text;user-select:text}.home-chat-root .chat-message-copyable ::-moz-selection,.home-chat-root .chat-message-copyable::-moz-selection{background:rgba(143,215,255,.24);color:#ffffff}.home-chat-root .chat-message-copyable ::selection,.home-chat-root .chat-message-copyable::selection{background:rgba(143,215,255,.24);color:#ffffff}.home-chat-root .assistant-message-actions,.home-chat-root .user-message-actions{-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-chat-root .user-message-shell:focus-within .user-message-actions,.home-chat-root .user-message-shell:hover .user-message-actions{opacity:1;pointer-events:auto}@media (hover:none){.home-chat-root .user-message-actions{opacity:1;pointer-events:auto}}.home-chat-root .user-message-editor{width:100%;border-radius:14px;background:#333336;border:1px solid rgba(255,255,255,.14);padding:12px;box-shadow:0 2px 8px rgba(0,0,0,.16);transition:border-color .14s ease,box-shadow .14s ease}.home-chat-root .user-message-editor:focus-within{border-color:rgba(255,255,255,.3);box-shadow:0 0 0 3px rgba(255,255,255,.07),0 4px 14px rgba(0,0,0,.24)}.home-chat-root .user-message-editor-input{width:100%;min-height:64px;max-height:280px;resize:vertical;border:none;outline:none;background:transparent;color:var(--fg,#F5F0E8);font:inherit;font-size:13.5px;line-height:1.55;white-space:pre-wrap;display:block}.home-chat-root .user-message-editor-input::-moz-placeholder{color:var(--fg-4)}.home-chat-root .user-message-editor-input::placeholder{color:var(--fg-4)}.home-chat-root .user-message-editor-input:focus,.home-chat-root .user-message-editor-input:focus-visible{outline:none;box-shadow:none}.home-chat-root .user-message-editor-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;margin-top:10px}.home-chat-root .user-message-editor-cancel,.home-chat-root .user-message-editor-send{height:30px;border-radius:8px;padding:0 14px;font-size:13px;font-weight:500;line-height:1;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease,opacity .12s ease}.home-chat-root .user-message-editor-cancel{border:1px solid rgba(255,255,255,.14);background:transparent;color:var(--fg-2,#B8B8BD)}.home-chat-root .user-message-editor-cancel:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.24);color:var(--fg,#EDEDED)}.home-chat-root .user-message-editor-send{border:1px solid transparent;background:#FFFFFF;color:#0F0F12}.home-chat-root .user-message-editor-send:hover:not(:disabled){background:#F2F2F2}.home-chat-root .user-message-editor-send:disabled{opacity:.4;cursor:default}.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 textarea.composer-input.composer-input--mirrored-caret{caret-color:transparent}.home-chat-root .composer-input-wrap{position:relative}.home-chat-root .composer-mention-mirror{position:absolute;inset:0;z-index:2;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}@keyframes mention-mark-in{0%{opacity:0}to{opacity:1}}.home-chat-root .inline-mention-chip{position:relative;display:inline-flex;align-items:center;overflow:hidden;max-width:min(164px,100%);gap:5px;margin:0 2px 0 0;padding:2px 7px 2px 3px;vertical-align:-2px;border:1px solid var(--mention-accent-border);border-radius:8px;background:rgba(255,255,255,.075);box-shadow:0 1px 2px var(--mention-accent-shadow);color:var(--mention-accent-text);font-size:.94em;font-weight:560;letter-spacing:0;line-height:1.25;white-space:nowrap;transition:padding-right .14s ease;animation:mention-mark-in .12s ease both}.home-chat-root .composer-mention-mirror .inline-mention-chip{max-width:min(164px,calc(100% - 4px));padding-right:8px;pointer-events:auto}.home-chat-root .composer-mention-mirror .inline-mention-chip:focus-within,.home-chat-root .composer-mention-mirror .inline-mention-chip:hover{padding-right:22px}.home-chat-root .composer-mention-caret{display:inline-block;width:1px;height:1.28em;margin:0 -.5px;vertical-align:-3px;background:var(--fg);animation:composer-mirrored-caret-blink 1.05s steps(1) infinite}@keyframes composer-mirrored-caret-blink{0%,49%{opacity:1}50%,to{opacity:0}}.home-chat-root .inline-mention-mark{width:16px;height:16px;flex:0 0 16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:7.5px;font-weight:700;letter-spacing:-.02em;color:var(--fg-2,#c8c8ce);background:rgba(255,255,255,.08)}.home-chat-root .inline-mention-avatar{width:16px;height:16px;flex:0 0 16px;border-radius:50%;background:rgba(255,255,255,.06)}@keyframes mention-orb-breathe{0%,to{filter:none}50%{filter:brightness(1.12) saturate(1.18)}}.home-chat-root .assistant-markdown{white-space:normal;overflow-wrap:anywhere;font-size:15px;line-height:1.68}.home-chat-root .assistant-markdown>:first-child{margin-top:0}.home-chat-root .assistant-markdown>:last-child{margin-bottom:0}.home-chat-root .assistant-markdown p{margin:0 0 .82em}.home-chat-root .assistant-markdown h1,.home-chat-root .assistant-markdown h2,.home-chat-root .assistant-markdown h3{margin:1.25em 0 .42em;color:var(--fg,#f5f0e8);font-weight:660;line-height:1.25}.home-chat-root .assistant-markdown h1{font-size:1.16em}.home-chat-root .assistant-markdown h2{font-size:1.08em}.home-chat-root .assistant-markdown h3{font-size:1.02em}.home-chat-root .assistant-markdown strong{color:var(--fg,#f5f0e8);font-weight:660}.home-chat-root .assistant-markdown ol,.home-chat-root .assistant-markdown ul{margin:.35em 0 .82em;padding-left:1.35em}.home-chat-root .assistant-markdown li{margin:.18em 0;padding-left:.08em}.home-chat-root .assistant-markdown li>p{margin:.18em 0}.home-chat-root .assistant-markdown a{color:#8fd7ff;text-decoration:underline;text-decoration-color:rgba(143,215,255,.42);text-underline-offset:3px}.home-chat-root .assistant-markdown code{border-radius:5px;background:rgba(255,255,255,.075);padding:.08em .32em;color:#f6e7b6;font-family:var(--mono);font-size:.92em}.home-chat-root .assistant-markdown pre{max-width:100%;margin:.72em 0 .9em;overflow-x:auto;border:1px solid var(--hair,rgba(255,255,255,.08));border-radius:8px;background:rgba(0,0,0,.35);padding:12px 14px}.home-chat-root .assistant-markdown pre code{display:block;background:transparent;padding:0;color:#f5f0e8;white-space:pre}.home-chat-root .assistant-markdown blockquote{margin:.8em 0;border-left:2px solid rgba(143,215,255,.45);padding-left:12px;color:var(--fg-2,#d6d1c8)}.home-chat-root .assistant-markdown-table-wrap{max-width:100%;overflow-x:auto;margin:.85em 0 1em;border:1px solid var(--hair,rgba(255,255,255,.08));border-radius:8px}.home-chat-root .assistant-markdown table{width:100%;border-collapse:collapse;min-width:420px;font-size:.94em}.home-chat-root .assistant-markdown td,.home-chat-root .assistant-markdown th{border-bottom:1px solid rgba(255,255,255,.07);padding:8px 10px;text-align:left;vertical-align:top}.home-chat-root .assistant-markdown th{background:rgba(255,255,255,.045);color:var(--fg,#f5f0e8);font-weight:600}.home-chat-root .assistant-markdown tr:last-child td{border-bottom:0}.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 .inline-mention-chip{animation:none}}.home-chat-root .inline-mention-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.home-chat-root .inline-mention-remove{position:absolute;right:3px;top:50%;width:13px;height:13px;padding:0;transform:translateY(-50%);border:0;border-radius:999px;background:rgba(255,255,255,.14);color:var(--fg-2);cursor:pointer;font:600 10px/13px var(--ui);opacity:0;pointer-events:none;transition:opacity .12s ease,background-color .12s ease}.home-chat-root .inline-mention-chip:focus-within .inline-mention-remove,.home-chat-root .inline-mention-chip:hover .inline-mention-remove,.home-chat-root .inline-mention-remove:focus-visible{opacity:1;pointer-events:auto}.home-chat-root .inline-mention-remove:hover{background:rgba(255,255,255,.22);color:var(--fg)}.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-row--active,.home-chat-root .composer-mention-menu-row:focus-visible{background:rgba(255,255,255,.07);color:var(--fg,#F5F0E8)}.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-pill.composer-mode-chip{position:relative;justify-content:flex-start;min-width:0;height:28px;padding:0 10px;overflow:hidden;transition:min-width .14s ease,padding-right .14s ease,background-color .14s ease,color .14s ease,border-color .14s ease}.home-chat-root .workspace-pill.composer-mode-chip:focus-visible,.home-chat-root .workspace-pill.composer-mode-chip:hover{min-width:76px;padding-right:31px}.home-chat-root .composer-mode-chip-x{position:absolute;right:7px;top:50%;display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center;transform:translateY(-50%);border-radius:999px;color:var(--fg-2);font-size:11px;font-weight:600;line-height:1;opacity:0;transition:opacity .12s ease,background-color .12s ease,color .12s ease}.home-chat-root .composer-mode-chip:focus-visible .composer-mode-chip-x,.home-chat-root .composer-mode-chip:hover .composer-mode-chip-x{opacity:1}.home-chat-root .composer-mode-chip-x:hover{background:rgba(255,255,255,.2);color:var(--fg)}.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)}}