:root{color-scheme:dark;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;--bg: #0a0a0a;--panel: #121212;--panel-soft: rgba(255, 255, 255, .03);--line: rgba(255, 255, 255, .1);--line-soft: rgba(255, 255, 255, .06);--text: #fafafa;--muted: #a3a3a3;--dim: #737373;--accent: #f5f5f5;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--bg)}body{min-height:100dvh;color:var(--text);background:var(--bg)}button,input,select,a{font:inherit}button{color:inherit;background:none;border:0;padding:0}a{color:inherit}.app-shell{min-height:100dvh;background:var(--bg)}.mobile-frame{min-height:100dvh;width:100%;max-width:820px;margin:0 auto;background:var(--bg)}.screen{min-height:100dvh;display:flex;flex-direction:column;padding:calc(var(--safe-top) + 12px) 16px calc(var(--safe-bottom) + 12px);background:var(--bg)}.home-screen{gap:14px}.thread-screen{padding:calc(var(--safe-top) + 12px) 0 0}.project-screen{gap:16px}.home-topbar,.thread-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px}.thread-topbar{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;padding:0 16px}.thread-header-main{min-width:0;display:flex;flex-direction:column;align-items:center;gap:2px}.thread-header-title{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;letter-spacing:-.02em;text-align:center}.thread-status-line{color:var(--muted);font-size:.72rem;line-height:1.2}.thread-status-line.running{color:var(--accent)}.thread-target-trigger{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:.8rem;line-height:1.2}.thread-target-trigger.static{cursor:default}.thread-target-tray{display:flex;flex-direction:column;gap:10px;padding:10px 16px 6px}.thread-target-group{display:flex;flex-direction:column;gap:6px}.thread-target-group-label{color:var(--dim);font-size:.72rem;letter-spacing:.01em;text-transform:uppercase}.thread-target-option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:14px;text-align:left;background:transparent}.thread-target-option.selected{background:#ffffff0d;border-color:#ffffff29}.thread-target-option-title{width:100%;display:inline-flex;align-items:center;gap:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem}.thread-target-option-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;color:var(--dim)}.thread-target-option-meta,.thread-target-empty{color:var(--muted);font-size:.78rem;line-height:1.35}.brand-lockup{display:inline-flex;align-items:center;min-width:0;text-decoration:none}.brand-mark{width:40px;height:40px;display:block}.brand-mark-image{object-fit:contain}.topbar-actions{display:inline-flex;align-items:center;gap:10px}.ghost-round{width:36px;height:36px;border-radius:999px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:var(--muted);background:transparent}.ghost-round.compact{width:36px;height:36px}.thread-section{flex:1;min-height:0}.home-screen .thread-section{padding-bottom:116px}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.section-head h2{margin:0;font-size:1rem;font-weight:600;letter-spacing:-.02em}.section-head span,.thread-meta-line,.thread-meta,.thread-time{color:var(--muted)}.section-action{color:var(--muted);font-size:.88rem}.threads-head{margin-top:10px}.filter-toggle{display:inline-flex;align-items:center;gap:6px}.filter-toggle.open svg{transform:rotate(180deg)}.inline-banner{margin-bottom:10px;color:var(--muted);font-size:.86rem}.thread-list{display:flex;flex-direction:column}.project-list{margin-bottom:22px}.project-list .thread-row{gap:7px;padding:14px 0}.project-list-compact{margin-bottom:0}.project-row.compact{padding:12px 0}.project-card-grid{display:grid;gap:12px;margin-bottom:16px}.project-command-card{position:relative;display:grid;gap:14px;padding:16px;border:1px solid rgb(255 255 255 / .08);border-radius:22px;background:radial-gradient(circle at top right,rgb(255 255 255 / .08),transparent 38%),linear-gradient(180deg,#ffffff0a,#ffffff05);box-shadow:0 18px 40px #0000002e}.project-command-card.selected{border-color:#ffffff2e;background:radial-gradient(circle at top right,rgb(255 255 255 / .12),transparent 42%),linear-gradient(180deg,#ffffff14,#ffffff08)}.project-command-select,.project-command-open{display:flex;width:100%;text-align:left}.project-command-select{flex-direction:column;gap:8px}.project-command-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:.8rem;letter-spacing:.01em}.project-command-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--text)}.project-command-title{color:var(--text);font-size:1.08rem;line-height:1.2;letter-spacing:-.03em}.project-command-copy{color:var(--muted);font-size:.92rem;line-height:1.5}.project-command-open{align-items:center;justify-content:space-between;min-height:38px;padding-top:12px;border-top:1px solid rgb(255 255 255 / .08);color:var(--text);font-size:.9rem}.project-target-stack{margin-bottom:18px}.onboarding-head{margin-top:4px}.onboarding-list{gap:10px;margin-bottom:20px}.onboarding-card{border:1px solid var(--line-soft);border-radius:18px;background:#ffffff08;overflow:hidden}.onboarding-card.open{border-color:#ffffff24;background:#ffffff0d}.onboarding-row{width:100%;padding:14px 14px 12px;text-align:left}.onboarding-detail{display:flex;flex-direction:column;gap:12px;padding:0 14px 14px;border-top:1px solid var(--line-soft)}.onboarding-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:12px}.onboarding-meta-grid div{display:flex;flex-direction:column;gap:4px;min-width:0}.onboarding-meta-grid span{color:var(--dim);font-size:.74rem;text-transform:uppercase}.onboarding-meta-grid strong{color:var(--text);font-size:.86rem;line-height:1.45;overflow-wrap:anywhere}.onboarding-copy-block{display:flex;flex-direction:column;gap:6px}.onboarding-json{margin:0;padding:10px 12px;max-height:220px;overflow:auto;border:1px solid var(--line-soft);border-radius:14px;background:#ffffff08;color:var(--muted);font-family:ui-monospace,SF Mono,Cascadia Code,Menlo,monospace;font-size:.74rem;line-height:1.5}.onboarding-field input,.onboarding-field textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#141414;color:var(--text);padding:10px 12px}.onboarding-field textarea{resize:vertical;min-height:96px}.onboarding-empty{margin-bottom:20px}.project-target-row{display:flex;gap:10px;overflow-x:auto;padding:2px 0 16px;margin-bottom:6px;scrollbar-width:none}.project-target-row::-webkit-scrollbar{display:none}.project-target-chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:transparent;font-size:.9rem}.project-target-chip-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--dim)}.project-target-chip.selected{color:var(--text);border-color:#ffffff2e;background:#ffffff0f}.recent-thread-filters{margin-bottom:6px}.thread-row{display:flex;flex-direction:column;align-items:stretch;gap:6px;width:100%;padding:12px 0;border-bottom:1px solid var(--line-soft);text-align:left}.recent-thread-list .thread-row{padding:14px 0}.recent-thread-list .thread-row.unread .thread-title{color:var(--text)}.thread-row-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.thread-title-row{min-width:0;display:inline-flex;align-items:center;gap:8px}.thread-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;line-height:1.3}.thread-unread-dot{width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:#f5f5f5;box-shadow:0 0 0 4px #ffffff0a}.thread-time{flex:0 0 auto;font-size:.8rem}.thread-meta{font-size:.86rem;line-height:1.45;color:var(--dim);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.project-stack{flex:1;min-height:0;overflow:auto;padding:4px 16px calc(var(--safe-bottom) + 20px)}.project-hero{display:flex;flex-direction:column;gap:10px;padding:10px 0 18px;border-bottom:1px solid var(--line-soft)}.project-kicker{color:var(--dim);font-size:.82rem;line-height:1.45}.project-hero h1{margin:0;font-size:1.24rem;line-height:1.15;letter-spacing:-.03em}.project-headline{margin:0;color:var(--muted);font-size:.98rem;line-height:1.5}.project-summary{color:var(--text);line-height:1.6;font-size:.96rem}.project-summary-block{display:flex;flex-direction:column;gap:8px}.project-summary-label{color:var(--muted);font-size:.8rem;letter-spacing:-.01em}.project-summary-list{margin:0;padding-left:18px;color:var(--text);line-height:1.6}.project-tag-row{display:flex;flex-wrap:wrap;gap:8px}.project-tag{min-height:28px;padding:0 10px;border-radius:999px;border:1px solid var(--line-soft);color:var(--muted);display:inline-flex;align-items:center;justify-content:center;font-size:.8rem}.project-meta-row{display:flex;flex-wrap:wrap;gap:10px 14px;color:var(--dim);font-size:.82rem}.project-actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:2px}.project-action-btn{min-height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:var(--text)}.project-action-btn.muted{color:var(--muted)}.project-thread-section{padding-top:18px}.home-new-thread-btn{position:fixed;right:max(16px,calc((100vw - min(100vw,820px))/2 + 16px));bottom:calc(var(--safe-bottom) + 18px);min-width:188px;max-width:calc(100vw - 32px);min-height:58px;padding:12px 12px 12px 18px;border-radius:999px;background:var(--accent);color:#0a0a0a;display:inline-flex;align-items:center;justify-content:space-between;gap:14px;box-shadow:0 14px 32px #00000057}.home-new-thread-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.home-new-thread-title{font-size:.95rem;line-height:1.1;letter-spacing:-.02em}.home-new-thread-meta{min-width:0;max-width:22ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111111b3;font-size:.78rem;line-height:1.3}.home-new-thread-icon{width:34px;height:34px;flex:0 0 auto;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#11111114}.empty-list{padding:16px 0;color:var(--muted)}.empty-list-title{color:var(--text);margin-bottom:6px}.empty-list-copy{line-height:1.55}.message-stack{flex:1;min-height:0;overflow:auto;padding:22px 16px 132px}.thread-empty{color:var(--muted);font-size:.92rem;padding:12px 0}.thread-empty-picker{display:flex;flex-direction:column;gap:12px;padding:16px 0}.thread-empty-title{color:var(--text);font-size:.98rem;font-weight:600;letter-spacing:-.02em}.thread-empty-copy{color:var(--muted);line-height:1.5}.thread-running-note{color:var(--muted);font-size:.82rem;padding:2px 0 8px}.thread-empty-groups{display:flex;flex-direction:column;gap:12px}.approval-panel{display:flex;flex-direction:column;gap:10px;padding-bottom:12px}.approval-card{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--line);border-radius:16px;background:#ffffff08}.approval-title{font-size:.92rem;font-weight:600;letter-spacing:-.02em}.approval-copy,.approval-meta{color:var(--muted);font-size:.84rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.approval-actions{display:flex;gap:10px;flex-wrap:wrap}.approval-input{width:100%;border:1px solid var(--line);border-radius:12px;background:#141414;color:var(--text);padding:10px 12px}.message-block{display:flex;width:100%;margin-bottom:16px}.message-block.role-user{justify-content:flex-end}.message-block.role-user .message-body{max-width:min(88%,460px);background:var(--accent);color:#111;border-radius:22px;padding:12px 15px}.message-block.role-assistant{justify-content:flex-start}.message-block.role-assistant .message-body{max-width:min(100%,680px);color:var(--text);padding:2px 0}.message-block.streaming .message-body{color:var(--muted)}.message-body{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;max-width:100%;font-size:1rem;line-height:1.58}.message-rich{white-space:normal}.message-rich>:first-child{margin-top:0}.message-rich>:last-child{margin-bottom:0}.message-rich p,.message-rich ul,.message-rich ol,.message-rich blockquote,.message-rich pre,.message-rich h1,.message-rich h2,.message-rich h3{margin:0 0 .9rem}.message-rich h1,.message-rich h2,.message-rich h3{line-height:1.25;letter-spacing:-.02em}.message-rich h1{font-size:1.05rem}.message-rich h2{font-size:1rem}.message-rich h3{font-size:.96rem}.message-rich ul,.message-rich ol{padding-left:1.2rem}.message-rich li+li{margin-top:.24rem}.message-rich a{color:inherit;text-decoration:underline;text-decoration-color:#ffffff47;text-underline-offset:.14em}.message-rich blockquote{margin-left:0;padding-left:.9rem;border-left:1px solid var(--line);color:var(--muted)}.md-inline-code{font-family:ui-monospace,SF Mono,Cascadia Code,Menlo,monospace;font-size:.9em;background:#ffffff0f;border:1px solid rgb(255 255 255 / .07);border-radius:8px;padding:.1rem .35rem}.md-code-block{display:flex;flex-direction:column}.md-code-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:.5rem}.md-code-copy{display:inline-flex;align-items:center;gap:.32rem;color:var(--muted);font-size:.75rem;line-height:1}.md-pre{overflow:auto;background:#ffffff0a;border:1px solid rgb(255 255 255 / .08);border-radius:14px;padding:.95rem 1rem;margin:0}.md-pre code{display:block;white-space:pre-wrap;overflow-wrap:anywhere;font-family:ui-monospace,SF Mono,Cascadia Code,Menlo,monospace;font-size:.86rem;line-height:1.55}.md-code-lang{color:var(--dim);font-size:.74rem;text-transform:lowercase;letter-spacing:.02em}.thread-footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:min(100%,820px);z-index:8;background:var(--bg);border-top:1px solid var(--line-soft)}.scroll-bottom-btn{position:fixed;left:50%;transform:translate(-50%);bottom:calc(var(--safe-bottom) + 88px);z-index:9;width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid var(--line);color:var(--text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.thread-meta-line{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:18px;margin-bottom:12px;font-size:.78rem;color:var(--dim)}.composer-cluster{display:flex;flex-direction:column;gap:6px}.composer-action{width:34px;height:34px;border-radius:999px;border:1px solid var(--line);color:var(--muted);display:inline-flex;align-items:center;justify-content:center}.composer-action.recording-stop{color:var(--text)}.composer-action.muted{opacity:.42}.composer-action:disabled{cursor:default}.composer-shell{min-height:46px;border-radius:0;padding:10px 10px 10px 12px;background:var(--bg)}.tray-shell{display:flex;flex-direction:column;gap:10px}.composer-file-search{display:flex;flex-direction:column;gap:10px;padding:2px 0 4px}.composer-file-search-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.composer-file-search-title{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-size:.84rem;letter-spacing:-.01em}.composer-file-search-close{width:28px;height:28px;border-radius:999px;border:1px solid var(--line);color:var(--muted);display:inline-flex;align-items:center;justify-content:center}.composer-file-search-input{width:100%;min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:14px;background:#ffffff08;color:var(--text);outline:none}.composer-file-search-results{display:flex;flex-direction:column;gap:6px;max-height:220px;overflow:auto}.composer-file-search-empty{color:var(--muted);font-size:.84rem;line-height:1.5;padding:8px 2px 2px}.composer-file-result{display:flex;flex-direction:column;align-items:flex-start;gap:3px;width:100%;padding:10px 12px;border:1px solid var(--line-soft);border-radius:14px;text-align:left;background:#ffffff05}.composer-file-result-name{width:100%;color:var(--text);font-size:.88rem;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.composer-file-result-meta{width:100%;color:var(--muted);font-size:.78rem;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.composer-shell textarea{width:100%;min-height:24px;max-height:160px;font:inherit;color:var(--text);background:transparent;border:0;outline:none;resize:none;line-height:1.5;padding:2px 0 0}.composer-shell textarea::placeholder{color:var(--dim)}.composer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px;border-top:1px solid var(--line-soft)}.composer-toolbar-left,.composer-toolbar-right{display:inline-flex;align-items:center;gap:8px}.composer-target-strip{flex:1;min-width:0;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;color:var(--muted)}.composer-target-label{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;line-height:1.2}.composer-send,.composer-voice{width:34px;height:34px;border-radius:999px;display:grid;place-items:center}.composer-send{background:var(--accent);color:#111}.composer-send:disabled{opacity:.46}.composer-voice{border:1px solid var(--line);color:var(--muted)}.composer-recording-indicator{min-width:58px;height:34px;padding:0 11px;border-radius:999px;border:1px solid var(--line);color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:.86rem;letter-spacing:-.01em}.recording-pulse{width:8px;height:8px;border-radius:999px;background:#f87171;box-shadow:0 0 #f8717173;animation:recording-pulse 1.2s ease-out infinite}.composer-voice:disabled{opacity:.52}.composer-voice.recording{background:#ffffff0f}.composer-voice.transcribing{opacity:.7}.thread-composer-tray{padding-bottom:0}.thread-footer .thread-composer-tray{width:100%}.thread-footer .tray-shell{border-radius:0;padding-bottom:max(10px,var(--safe-bottom));padding-left:16px;padding-right:16px}@media(min-width:768px){.thread-screen .message-stack{padding-bottom:156px}.thread-footer{width:min(calc(100% - 24px),796px);bottom:0;background:var(--panel);border:1px solid rgb(255 255 255 / .14);border-bottom:0;border-radius:20px 20px 0 0;box-shadow:0 -10px 30px #00000038}.thread-footer .tray-shell{border-radius:20px 20px 0 0;background:var(--panel);padding-left:18px;padding-right:18px}.thread-footer .composer-shell{background:transparent}.thread-footer .composer-toolbar{border-top-color:#ffffff14}.scroll-bottom-btn{bottom:calc(var(--safe-bottom) + 100px)}}.voice-bars{display:inline-flex;align-items:center;gap:2px;height:18px}.voice-bars span{width:2px;border-radius:999px;background:currentColor;transition:height .1s linear}@keyframes recording-pulse{0%{transform:scale(.9);box-shadow:0 0 #f8717173}70%{transform:scale(1);box-shadow:0 0 0 8px #f8717100}to{transform:scale(.9);box-shadow:0 0 #f8717100}}.voice-error{color:#fca5a5;font-size:.83rem;line-height:1.4}.overlay{position:fixed;inset:0;z-index:30;background:#00000080}.status-sheet{position:absolute;top:calc(var(--safe-top) + 56px);right:16px;width:min(260px,calc(100vw - 32px));border:1px solid var(--line);border-radius:16px;background:#111;padding:14px}.status-title{font-size:.92rem;font-weight:600;margin-bottom:10px}.status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0}.status-row span{color:var(--muted)}.status-note{margin-top:8px;color:var(--dim);font-size:.84rem;line-height:1.45;border-top:1px solid var(--line);padding-top:10px}.status-section-label{margin-top:10px;padding-top:10px;border-top:1px solid var(--line);color:var(--muted);font-size:.8rem;letter-spacing:.01em;text-transform:uppercase}.status-field{display:flex;flex-direction:column;gap:6px;margin-top:10px}.status-field span{color:var(--muted);font-size:.82rem}.status-action{margin-top:10px;width:100%;text-align:left;padding:10px 0 0;border-top:1px solid var(--line);color:var(--text)}.project-create-sheet{display:flex;flex-direction:column;gap:12px}.project-create-copy{color:var(--muted);font-size:.88rem;line-height:1.5}.project-create-field{display:flex;flex-direction:column;gap:6px}.project-create-field span{color:var(--muted);font-size:.82rem}.status-field select,.project-create-field input{width:100%;border:1px solid var(--line);border-radius:12px;background:#141414;color:var(--text);padding:10px 12px}.project-create-suggestions{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.project-create-suggestions::-webkit-scrollbar{display:none}.project-create-toggle{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.86rem}.project-create-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.auth-shell,.loading-shell{min-height:100dvh;display:grid;place-items:center;padding:24px;text-align:center}.auth-panel{width:min(420px,100%)}.auth-eyebrow{color:var(--muted);margin-bottom:10px}.auth-panel h1{margin:0;font-size:2rem;letter-spacing:-.04em}.auth-panel p{color:var(--muted);line-height:1.55;margin:12px 0 0}.auth-actions{display:flex;justify-content:center;margin-top:18px}.auth-link{display:inline-flex;padding:10px 16px;border:1px solid var(--line);border-radius:999px;color:var(--text);text-decoration:none}@media(min-width:920px){.screen{padding-left:20px;padding-right:20px}.message-block.role-user .message-body{max-width:560px}}
