@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;700;800&display=swap";:root{--bg:#0a0d14;--bg2:#0f1420;--panel:rgba(255,255,255,.045);--panel2:rgba(255,255,255,.07);--panel3:rgba(255,255,255,.09);--text:rgba(255,255,255,.94);--muted:rgba(255,255,255,.64);--muted2:rgba(255,255,255,.46);--border:rgba(255,255,255,.1);--border2:rgba(255,255,255,.16);--shadow:0 20px 60px rgba(0,0,0,.38);--radius:18px;--radius2:14px;--accent:#7c5cff;--accent2:#2bd4ff;--danger:#ff4d6d}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Geist,ui-sans-serif,system-ui,sans-serif;color:var(--text);background:radial-gradient(1200px 700px at 0% 0%,rgba(124,92,255,.17),transparent 58%),radial-gradient(1000px 600px at 100% 10%,rgba(43,212,255,.11),transparent 56%),radial-gradient(900px 700px at 50% 100%,rgba(124,92,255,.08),transparent 60%),linear-gradient(180deg,#0a0d14,#0b1018);overflow:hidden}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}button,input,textarea{font:inherit}.appTwoCols{height:100vh;display:grid;grid-template-columns:320px 1fr}.leftSidebar{border-right:1px solid var(--border);background:#070a11d1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.leftSidebar>*:first-child{flex:0 0 auto;min-height:0;border-bottom:1px solid var(--border)}.leftSidebar>*:last-child{flex:1 1 auto;min-height:0;overflow:hidden}.sidebarShell{display:flex;flex-direction:column;height:100vh;min-width:0;min-height:0;border-right:1px solid var(--border);background:#070a11d1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:hidden}.sidebarBody{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:8px}.sidebarSection{min-height:0;display:flex;flex-direction:column}.sidebarSectionProjects{flex:0 1 50%;min-height:0}.sidebarSectionDefaultChats{flex:1 1 50%;min-height:0}.sidebarSectionCollapsed{flex:0 0 auto!important}.sectionList{flex:1;min-height:0;overflow:auto}.sidebarSectionBottom{border-top:1px solid var(--border);margin-top:8px;padding-top:8px}.sidebarSectionHeader{padding:12px 16px 8px;display:flex;flex-direction:column;gap:10px}.sidebarSectionTitle{font-size:14px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.4px}.sidebarList{padding-top:8px}.sidebarGroup{display:flex;flex-direction:column;gap:6px}.sidebarItemActions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.sidebarSectionHeaderTop{display:flex;flex-direction:column;gap:10px}.sidebarProjectActiveChatInfo{margin:6px 0 0 14px;padding:8px 10px;border-left:1px solid rgba(255,255,255,.12);opacity:.9}.sidebarProjectActiveChatLabel{font-size:11px;line-height:1.2;color:var(--muted);margin-bottom:4px}.sidebarProjectActiveChatName{font-size:13px;line-height:1.35;color:var(--text);word-break:break-word}.sectionToggle{display:flex;align-items:center;gap:8px;border:none;background:transparent;padding:0;color:var(--text);cursor:pointer;text-align:left}.sectionChevron{color:var(--muted2);transition:transform .18s ease,color .18s ease;flex:0 0 auto}.sectionChevron.closed{transform:rotate(-90deg)}.sectionToggle:hover .sectionChevron{color:var(--text)}.iconMenuButton{width:28px;height:28px;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;background:transparent;color:var(--muted2);cursor:pointer;flex:0 0 auto}.iconMenuButton:hover{background:#ffffff14;color:var(--text)}.itemMenuPortal{position:fixed;min-width:160px;padding:6px;border:1px solid var(--border);border-radius:12px;background:#111622;box-shadow:0 14px 30px #00000059;z-index:9999}.itemMenuEntry{width:100%;border:none;background:transparent;color:var(--text);border-radius:10px;padding:10px 12px;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}.itemMenuEntry:hover{background:#ffffff12}.itemMenuEntry.danger{color:#ff9aaa}.itemMenuEntry.danger:hover{background:#ff4d6d1f}.btnWithIcon{display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.full.btnWithIcon{display:flex}.nestedChats{margin-left:18px;padding-left:12px;border-left:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:8px;animation:nestedFade .16s ease}.nestedChatsHeader{padding-right:8px}.nestedChatsList{display:flex;flex-direction:column;gap:8px}.nestedChatItem{background:#ffffff06}.nestedChatsEmpty{color:var(--muted);font-size:14px;padding:8px 4px}@keyframes nestedFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.historySidebar{border-right:1px solid var(--border);background:#070a11d1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;flex-direction:column;min-width:0}.historyTop{padding:16px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:14px}.historyBrand{display:flex;align-items:center;gap:12px}.historyBrandText{min-width:0}.historyTitle{font-size:15px;font-weight:800;letter-spacing:.2px}.historySubtitle{font-size:13px;color:var(--muted);margin-top:2px}.logo{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,#7c5cfff2,#2bd4ffa6);box-shadow:0 10px 30px #7c5cff38;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.historyList{flex:1;overflow:auto;padding:12px;display:flex;flex-direction:column;gap:12px}.historyItem{width:100%;border:1px solid transparent;background:#ffffff08;color:var(--text);border-radius:14px;padding:12px;display:flex;align-items:flex-start;gap:10px;text-align:left;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .06s ease}.historyItem:hover{background:#ffffff0f;border-color:#ffffff14}.historyItem:active{transform:translateY(1px)}.historyItem.active{background:linear-gradient(180deg,#7c5cff2e,#2bd4ff14);border-color:#7c5cff4d}.historyItemMain{flex:1;min-width:0}.historyItemTitle{font-size:17px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:6px}.historyItemMeta{display:flex;gap:8px;font-size:13px;color:var(--muted2)}.chatWorkspace,.projectChatsWorkspace{min-width:0;display:flex;flex-direction:column;height:100vh}.projectChatsStage{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);padding:14px}.projectChatsCard{width:100%;max-width:1000px;min-width:0;min-height:0;display:flex;flex-direction:column;border:1px solid var(--border);background:#ffffff08;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;margin:0 auto}.projectChatsTopbar{border-bottom:1px solid var(--border);background:#0a0e16b8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:14px 18px;display:flex;gap:14px;align-items:center;justify-content:space-between;flex:0 0 auto}.projectChatsTopbarMain{min-width:0}.projectChatsTopbarTitle{font-weight:800;letter-spacing:.2px;line-height:1.1;font-size:22px}.projectChatsTopbarSubtitle{font-size:15px;color:var(--muted);margin-top:3px}.projectChatsCardList{flex:1;min-height:0;overflow:auto;padding:12px;display:flex;flex-direction:column;gap:12px}.projectChatsEmptyState{min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px}.topbar{border-bottom:1px solid var(--border);background:#0a0e16b8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:14px 18px;display:flex;gap:14px;align-items:center;justify-content:space-between;flex:0 0 auto}.brand{display:flex;align-items:center;min-width:220px}.brandText .title{font-weight:800;letter-spacing:.2px;line-height:1.1;font-size:22px}.brandText .subtitle{font-size:15px;color:var(--muted);margin-top:3px}.controls{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap;justify-content:flex-end}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:14px;color:var(--muted2)}.field input{width:260px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);outline:none;font-size:17px}.field input:focus{border-color:#7c5cff8c;box-shadow:0 0 0 4px #7c5cff24}.btn{border:1px solid var(--border);background:#ffffff0f;color:var(--text);border-radius:12px;padding:10px 12px;cursor:pointer;transition:transform .06s ease,background .18s ease,border-color .18s ease,filter .18s ease;-webkit-user-select:none;user-select:none}.btn:hover{background:#ffffff1a}.btn:active{transform:translateY(1px)}.btn.ghost{background:transparent}.btn.primary{background:linear-gradient(135deg,#7c5cfff5,#2bd4ff9e);border-color:#ffffff29}.btn.primary:hover{filter:brightness(1.05)}.btn.disabled{opacity:.42;cursor:not-allowed}.btn.danger{background:#ff4d6d26;border-color:#ff4d6d52}.btn.full{width:100%}.btn.voice{background:#ffffff0d;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;flex:0 0 auto}.btn.voice.recording{background:#ff4d6d33;border-color:var(--danger);color:var(--danger);animation:pulseMic 1.5s infinite}@keyframes pulseMic{0%{transform:scale(1);box-shadow:0 0 #ff4d6d66}70%{transform:scale(1.05);box-shadow:0 0 0 10px #ff4d6d00}to{transform:scale(1);box-shadow:0 0 #ff4d6d00}}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.2);border-top-color:var(--text);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chatStage{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);padding:14px}.chatPanel{width:100%;max-width:1000px;min-width:0;min-height:0;display:flex;flex-direction:column;border:1px solid var(--border);background:#ffffff08;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;margin:0 auto}.chatList{flex:1;min-height:0;overflow:auto;padding:20px 18px 14px}.projectChatsList{display:flex;flex-direction:column;gap:12px}.projectChatsActions{display:flex;justify-content:flex-start;margin-bottom:12px}.projectChatsEmptyWrap{padding-top:12px}.projectChatsEmptyBox{max-width:520px}.chatList,.historyList,.projectChatsCardList{scrollbar-width:thin;scrollbar-color:rgba(124,92,255,.18) transparent}.chatList::-webkit-scrollbar,.historyList::-webkit-scrollbar,.projectChatsCardList{width:8px}.chatList::-webkit-scrollbar-track,.historyList::-webkit-scrollbar-track,.projectChatsCardList{background:transparent}.chatList::-webkit-scrollbar-thumb,.historyList::-webkit-scrollbar-thumb,.projectChatsCardList{background:#7c5cff0f;border-radius:999px;transition:background .2s ease}.chatList:hover::-webkit-scrollbar-thumb,.historyList:hover::-webkit-scrollbar-thumb,.projectChatsCardList{background:#7c5cff33}.chatList::-webkit-scrollbar-thumb:active,.historyList::-webkit-scrollbar-thumb:active,.projectChatsCardList{background:#7c5cff4d}.row{display:flex;margin-bottom:18px}.rowUser{justify-content:flex-end}.rowAssistant{justify-content:flex-start}.bubble{max-width:min(760px,94%);border-radius:18px;padding:12px 14px;border:1px solid var(--border);background:#ffffff0d}.bubble.user{background:linear-gradient(180deg,#7c5cff33,#7c5cff1f);border-color:#7c5cff42}.bubble.assistant{background:#ffffff0b}.meta{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:var(--muted);margin-bottom:8px}.meta .role{font-weight:700;color:#ffffffd6}.content{font-size:16px;line-height:1.7;color:var(--text);white-space:pre-wrap;word-break:break-word}.line{margin:3px 0}.hr{height:1px;background:#ffffff1f;margin:10px 0}.inlineCode{background:#00000040;border:1px solid rgba(255,255,255,.12);padding:2px 6px;border-radius:8px;font-size:13px}.bulletLine{display:flex;gap:8px;align-items:flex-start;margin:4px 0}.bullet{opacity:.8;margin-top:1px}.typing{display:inline-flex;align-items:center;gap:6px;padding:10px 12px;border-radius:14px;border:1px solid var(--border);background:#ffffff0a;margin:0 0 14px}.typingLabel{font-size:15px;color:#ffffff8c;margin-right:2px;font-style:italic}.dot{width:7px;height:7px;border-radius:50%;background:#ffffffa6;animation:blink 1.2s infinite ease-in-out}.dot:nth-child(2){animation-delay:.12s}.dot:nth-child(3){animation-delay:.24s}@keyframes blink{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-1px)}}.error{border-top:1px solid rgba(255,77,109,.24);background:#ff4d6d14;padding:10px 14px;flex:0 0 auto}.errorTitle{font-weight:800;color:#ffffffeb;margin-bottom:2px}.errorText{font-size:13px;color:#ffffffc7}.composer{flex:0 0 auto;border-top:1px solid var(--border);padding:12px;background:#0a0e166b}.composerInner{display:flex;gap:10px;align-items:flex-end;padding:10px;border:1px solid var(--border2);border-radius:16px;background:#ffffff0b}textarea{resize:none;width:100%;min-height:46px;max-height:none;overflow:hidden;border:none;outline:none;background:transparent;color:var(--text);font-size:17px;line-height:1.45;padding:6px}.composerActions{display:flex;gap:8px;flex:0 0 auto;align-items:center}.answerDepthWrap{position:relative;flex:0 0 auto}.answerDepthSelect{height:40px;border:1px solid var(--border);border-radius:12px;background:#ffffff0f;color:var(--text);padding:0 30px 0 12px;font-size:14px;outline:none;cursor:pointer}.answerDepthSelect:hover{background:#ffffff1a;border-color:#7c5cff6b}.answerDepthSelect:focus{border-color:#7c5cff8c;box-shadow:0 0 0 4px #7c5cff24}.answerDepthSelect:disabled{opacity:.42;cursor:not-allowed}.answerDepthSelect option{background:#111622;color:var(--text)}.emptyChatWrap{min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px}.emptyChatBubble{max-width:520px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;border-radius:18px;background:var(--panel2);border:1px solid var(--border)}.emptyChatTitle{font-size:18px;font-weight:700}.emptyChatText{color:var(--muted)}@media(max-width:1400px){.appTwoCols{grid-template-columns:280px 1fr}}@media(max-width:1200px){.chatStage{grid-template-columns:minmax(0,1fr)}}@media(max-width:980px){.appTwoCols{grid-template-columns:1fr}.sidebarShell{display:none}.field input{width:220px}}@media(max-width:640px){body{overflow:auto}.topbar{padding:12px}.chatStage{padding:10px}.controls{width:100%;justify-content:flex-start}.field,.field input{width:100%}.bubble{max-width:100%}}
