:root{--color-bg-body: #F9FAFB;--color-bg-header: #FFFFFF;--color-bg-sidebar: #FFFFFF;--color-bg-card: #FFFFFF;--color-bg-input: #FFFFFF;--color-text-primary: #111827;--color-text-secondary: #6B7280;--color-text-muted: #9CA3AF;--color-border: #E5E7EB;--color-border-subtle: #F3F4F6}html[data-theme=light]{--color-bg-body: #F9FAFB;--color-bg-header: #FFFFFF;--color-bg-sidebar: #FFFFFF;--color-bg-card: #FFFFFF;--color-bg-input: #FFFFFF;--color-text-primary: #111827;--color-text-secondary: #6B7280;--color-text-muted: #9CA3AF;--color-border: #E5E7EB;--color-border-subtle: #F3F4F6}html[data-theme=dark]{--color-bg-body: #111827;--color-bg-header: #1F2937;--color-bg-sidebar: #1F2937;--color-bg-card: #1e2533;--color-bg-input: #374151;--color-text-primary: #F9FAFB;--color-text-secondary: #D1D5DB;--color-text-muted: #9CA3AF;--color-border: #374151;--color-border-subtle: #2d3748}@media (prefers-color-scheme: dark){html[data-theme=system]{--color-bg-body: #111827;--color-bg-header: #1F2937;--color-bg-sidebar: #1F2937;--color-bg-card: #1e2533;--color-bg-input: #374151;--color-text-primary: #F9FAFB;--color-text-secondary: #D1D5DB;--color-text-muted: #9CA3AF;--color-border: #374151;--color-border-subtle: #2d3748}}body{background-color:var(--color-bg-body);color:var(--color-text-primary)}.app-shell{height:100vh;height:100dvh;background-color:var(--color-bg-body);color:var(--color-text-primary)}.app-header{background-color:var(--color-bg-header);color:var(--color-text-primary)}.app-sidebar{background-color:var(--color-bg-sidebar);color:var(--color-text-primary)}.app-chat-input{background-color:var(--color-bg-input);color:var(--color-text-primary)}.app-synth-picker{background-color:var(--color-bg-card);border-color:var(--color-border)}.app-surface{background-color:var(--color-bg-card);color:var(--color-text-primary);border-color:var(--color-border)}.app-text-muted{color:var(--color-text-muted)}.app-text-secondary{color:var(--color-text-secondary)}.app-loading-screen{background-color:var(--color-bg-body);color:var(--color-text-muted)}.app-chat-input textarea{background-color:var(--color-bg-card);color:var(--color-text-primary)}.app-chat-input button[data-role=stop]{background-color:var(--color-bg-card)}.settings-modal-panel{background-color:var(--color-bg-card);color:var(--color-text-primary)}.settings-modal-sticky{background-color:var(--color-bg-card)}html[data-theme=dark] [data-pill-model=claude][data-pill-active=true]{--pill-color: #C9941F;--pill-bg: #1E1508;--pill-border: #6B470E}html[data-theme=dark] [data-card-model=claude]{--card-border: #6B470E38;--card-header-bg: #181004;--card-header-border: #6B470E45;--card-model-color: #C9941F;--card-badge-border: #6B470E60;--card-badge-bg: #6B470E18}html[data-theme=dark] [data-pill-model=chatgpt][data-pill-active=true]{--pill-color: #25A876;--pill-bg: #061810;--pill-border: #0B5A38}html[data-theme=dark] [data-card-model=chatgpt]{--card-border: #0B5A3838;--card-header-bg: #041210;--card-header-border: #0B5A3845;--card-model-color: #25A876;--card-badge-border: #0B5A3860;--card-badge-bg: #0B5A3818}html[data-theme=dark] [data-pill-model=gemini][data-pill-active=true]{--pill-color: #5A8FE0;--pill-bg: #0A1525;--pill-border: #1D4A96}html[data-theme=dark] [data-card-model=gemini]{--card-border: #1D4A9638;--card-header-bg: #08101E;--card-header-border: #1D4A9645;--card-model-color: #5A8FE0;--card-badge-border: #1D4A9660;--card-badge-bg: #1D4A9618}html[data-theme=dark] [data-pill-model=llama][data-pill-active=true]{--pill-color: #1EA89E;--pill-bg: #071716;--pill-border: #0B5C58}html[data-theme=dark] [data-card-model=llama]{--card-border: #0B5C5838;--card-header-bg: #051012;--card-header-border: #0B5C5845;--card-model-color: #1EA89E;--card-badge-border: #0B5C5860;--card-badge-bg: #0B5C5818}html[data-theme=dark] [data-pill-model=mistral][data-pill-active=true]{--pill-color: #C96820;--pill-bg: #1A0D04;--pill-border: #6E350A}html[data-theme=dark] [data-card-model=mistral]{--card-border: #6E350A38;--card-header-bg: #140A04;--card-header-border: #6E350A45;--card-model-color: #C96820;--card-badge-border: #6E350A60;--card-badge-bg: #6E350A18}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}@keyframes streamCursor{0%,to{opacity:1}50%{opacity:0}}.thread-area{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;overflow-x:hidden}.response-card-body{min-width:0;overflow-wrap:break-word;max-height:400px;overflow-y:auto}.synthesis-card-body,.collaborate-output-card-body{min-width:0;overflow-wrap:break-word;max-height:500px;overflow-y:auto}.arbiter-card-body{min-width:0;overflow-wrap:break-word;max-height:600px;overflow-y:auto}.collaborate-chain-step-body{min-width:0;overflow-wrap:break-word;max-height:380px;overflow-y:auto}.critique-card{flex:1 1 0;min-width:240px}.critique-card-body{min-width:0;overflow-wrap:break-word;max-height:250px;overflow-y:auto}.exchange-block{min-width:0}@media (max-width: 640px){.response-card-row{flex-direction:column!important;flex-wrap:nowrap!important}.response-card-row>*,.response-card{min-width:0!important;flex:1 1 auto!important}.response-card-body,.synthesis-card-body,.collaborate-output-card-body,.arbiter-card-body,.collaborate-chain-step-body,.critique-card-body{max-height:none;overflow-y:auto;overflow-x:hidden}.critique-card{flex:1 1 100%;min-width:0}}@media (min-width: 641px) and (max-width: 1024px){.response-card-row>*{min-width:200px!important}.response-card-body{max-height:60vh}.synthesis-card-body,.collaborate-output-card-body,.arbiter-card-body{max-height:70vh}.collaborate-chain-step-body{max-height:55vh}.critique-card{min-width:160px}.critique-card-body{max-height:40vh}}.sidebar-drawer{transition:transform .22s cubic-bezier(.4,0,.2,1)}.model-toggle-row{scrollbar-width:none;-ms-overflow-style:none}.model-toggle-row::-webkit-scrollbar{display:none}@media (max-width: 640px){.user-bubble{max-width:92%!important}}@media (max-width: 640px){button{min-height:38px}}@media (max-width: 1024px){html,body,#root{overflow-x:hidden}}html[data-theme=dark] pre,html[data-theme=system] pre{background-color:#0d1117!important;border-color:#374151}html[data-theme=dark] pre code,html[data-theme=system] pre code{color:#e6edf3!important}@media (prefers-color-scheme: dark){html[data-theme=system] pre{background-color:#0d1117!important;border-color:#374151}html[data-theme=system] pre code{color:#e6edf3!important}}html[data-theme=dark] .collaborate-output-card{background-color:#0a1a24!important;border-color:#1a4a6a!important}@media (prefers-color-scheme: dark){html[data-theme=system] .collaborate-output-card{background-color:#0a1a24!important;border-color:#1a4a6a!important}}html[data-theme=dark]{--synthesis-header-bg: #1a1428}@media (prefers-color-scheme: dark){html[data-theme=system]{--synthesis-header-bg: #1a1428}}@media (max-width: 640px){.synthesis-card-header-right{margin-left:0!important;width:100%;justify-content:flex-start!important}}.attach-menu-item{display:flex;align-items:center;gap:9px;width:100%;padding:10px 14px;border:none;background:transparent;font-family:IBM Plex Sans,sans-serif;font-size:13px;color:var(--color-text-secondary);text-align:left;cursor:pointer;transition:background-color .1s;white-space:nowrap}.attach-menu-item:hover{background-color:var(--color-bg-body)}.attach-menu-item:disabled{color:var(--color-text-muted);cursor:not-allowed}.attach-menu-item:disabled:hover{background-color:transparent}
