:root{--qc-sidebar-width:320px;--qc-transition-speed:.35s;--qc-bg-app:#f5f5f7;--qc-bg-sidebar:#fff;--qc-bg-main:#fafafa;--qc-text-primary:#1a1a2e;--qc-text-secondary:#6b6b7b;--qc-text-muted:#9999a8;--qc-border-subtle:#eaeaef;--qc-border-light:#f0f0f4;--qc-shadow-card:0 1px 3px #0000000a,0 1px 2px #0000000f;--qc-shadow-card-hover:0 4px 12px #00000012,0 2px 4px #0000000d;--qc-shadow-elevated:0 8px 30px #00000014;--qc-color-project-btn:#4f46e5;--qc-color-project-btn-hover:#4338ca;--qc-color-session-btn:#0d9488;--qc-color-session-btn-hover:#0f766e;--qc-color-project-stripe:#818cf8;--qc-color-session-dot:#5eead4;--qc-radius-sm:8px;--qc-radius-md:12px;--qc-radius-lg:16px}.QuickCoderLayout-module__0CWGJq__appContainer{background:var(--qc-bg-app);width:100%;height:100vh;color:var(--qc-text-primary);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;font-family:Inter,Segoe UI,PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif;display:flex;overflow:hidden}.QuickCoderLayout-module__0CWGJq__sidebar{width:var(--qc-sidebar-width);min-width:var(--qc-sidebar-width);background:var(--qc-bg-sidebar);border-right:1px solid var(--qc-border-subtle);z-index:10;height:100%;box-shadow:var(--qc-shadow-elevated);flex-direction:column;flex-shrink:0;display:flex;position:relative;overflow:hidden}.QuickCoderLayout-module__0CWGJq__sidebarBrand{border-bottom:1px solid var(--qc-border-light);flex-shrink:0;align-items:center;gap:10px;padding:20px 20px 14px;display:flex}.QuickCoderLayout-module__0CWGJq__backBtn{border-radius:var(--qc-radius-sm);cursor:pointer;color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border:none;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.QuickCoderLayout-module__0CWGJq__backBtn:hover{opacity:.9;transform:scale(1.05)}.QuickCoderLayout-module__0CWGJq__backBtn:active{transition:all .1s;transform:scale(.93)}.QuickCoderLayout-module__0CWGJq__backBtn svg{width:18px;height:18px}.QuickCoderLayout-module__0CWGJq__brandText{letter-spacing:-.3px;color:var(--qc-text-primary);white-space:nowrap;font-size:16px;font-weight:650}.QuickCoderLayout-module__0CWGJq__brandSub{color:var(--qc-text-muted);letter-spacing:.2px;font-size:11px;font-weight:500}.QuickCoderLayout-module__0CWGJq__panelViewport{flex:1;position:relative;overflow:hidden}.QuickCoderLayout-module__0CWGJq__panelWrapper{width:200%;height:100%;transition:transform var(--qc-transition-speed)cubic-bezier(.4,0,.2,1);will-change:transform;display:flex}.QuickCoderLayout-module__0CWGJq__panelWrapper.QuickCoderLayout-module__0CWGJq__inSession{transform:translate(-50%)}.QuickCoderLayout-module__0CWGJq__panel{flex-direction:column;flex-shrink:0;width:50%;height:100%;display:flex;overflow:hidden auto}.QuickCoderLayout-module__0CWGJq__panel::-webkit-scrollbar{width:4px}.QuickCoderLayout-module__0CWGJq__panel::-webkit-scrollbar-track{background:0 0}.QuickCoderLayout-module__0CWGJq__panel::-webkit-scrollbar-thumb{background:#d4d4dc;border-radius:10px}.QuickCoderLayout-module__0CWGJq__panel::-webkit-scrollbar-thumb:hover{background:#b0b0ba}.QuickCoderLayout-module__0CWGJq__projectPanel{background:var(--qc-bg-sidebar)}.QuickCoderLayout-module__0CWGJq__panelHeader{border-bottom:1px solid var(--qc-border-light);flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;min-height:56px;padding:16px 20px;display:flex}.QuickCoderLayout-module__0CWGJq__headerTitle{text-transform:uppercase;letter-spacing:.8px;color:var(--qc-text-muted);white-space:nowrap;font-size:13px;font-weight:650}.QuickCoderLayout-module__0CWGJq__btnNewProject{background:var(--qc-color-project-btn);color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.1px;border:none;border-radius:22px;align-items:center;gap:6px;padding:8px 15px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 6px #4f46e540}.QuickCoderLayout-module__0CWGJq__btnNewProject:hover{background:var(--qc-color-project-btn-hover);transform:translateY(-1px);box-shadow:0 4px 14px #4f46e559}.QuickCoderLayout-module__0CWGJq__btnNewProject:active{transition:all .1s;transform:scale(.96);box-shadow:0 1px 3px #4f46e54d}.QuickCoderLayout-module__0CWGJq__btnNewProject .QuickCoderLayout-module__0CWGJq__btnIcon{flex-shrink:0;width:16px;height:16px}.QuickCoderLayout-module__0CWGJq__listContainer{flex-direction:column;flex:1;gap:6px;padding:10px 14px;display:flex}.QuickCoderLayout-module__0CWGJq__projectItem{border-radius:var(--qc-radius-md);cursor:pointer;background:#fafafc;border:1px solid #0000;align-items:center;gap:12px;padding:13px 16px;transition:all .2s;display:flex;position:relative;overflow:hidden}.QuickCoderLayout-module__0CWGJq__projectItem:before{content:"";background:var(--qc-color-project-stripe);border-radius:0 4px 4px 0;width:4px;transition:all .2s;position:absolute;top:8px;bottom:8px;left:0}.QuickCoderLayout-module__0CWGJq__projectItem:hover{box-shadow:var(--qc-shadow-card-hover);background:#f3f3f8;border-color:#e8e8f0;transform:translate(2px)}.QuickCoderLayout-module__0CWGJq__projectItem:active{transition:all .1s;transform:scale(.98)}.QuickCoderLayout-module__0CWGJq__projectIcon{border-radius:var(--qc-radius-sm);letter-spacing:-1px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;font-weight:700;display:flex}.QuickCoderLayout-module__0CWGJq__projectIcon.QuickCoderLayout-module__0CWGJq__typeA{color:#4f46e5;background:#eef2ff}.QuickCoderLayout-module__0CWGJq__projectIcon.QuickCoderLayout-module__0CWGJq__typeB{color:#db2777;background:#fdf2f8}.QuickCoderLayout-module__0CWGJq__projectIcon.QuickCoderLayout-module__0CWGJq__typeC{color:#059669;background:#ecfdf5}.QuickCoderLayout-module__0CWGJq__projectIcon.QuickCoderLayout-module__0CWGJq__typeD{color:#ea580c;background:#fff7ed}.QuickCoderLayout-module__0CWGJq__projectInfo{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.QuickCoderLayout-module__0CWGJq__projectName{color:var(--qc-text-primary);letter-spacing:-.2px;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.QuickCoderLayout-module__0CWGJq__projectMeta{color:var(--qc-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.QuickCoderLayout-module__0CWGJq__chevron{color:#c5c5d2;flex-shrink:0;width:16px;height:16px;transition:all .2s}.QuickCoderLayout-module__0CWGJq__projectItem:hover .QuickCoderLayout-module__0CWGJq__chevron{color:#8b8b9e;transform:translate(3px)}.QuickCoderLayout-module__0CWGJq__sessionPanel{background:#fdfdfe;border-left:1px solid #f0f0f5}.QuickCoderLayout-module__0CWGJq__sessionPanel .QuickCoderLayout-module__0CWGJq__panelHeader{background:#fafafd;gap:8px}.QuickCoderLayout-module__0CWGJq__btnBackPanel{border:1px solid var(--qc-border-subtle);cursor:pointer;color:#5a5a6e;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.QuickCoderLayout-module__0CWGJq__btnBackPanel:hover{color:#1a1a2e;background:#f0f0f6;border-color:#d0d0dc}.QuickCoderLayout-module__0CWGJq__btnBackPanel:active{transition:all .1s;transform:scale(.93)}.QuickCoderLayout-module__0CWGJq__btnBackPanel svg{width:16px;height:16px}.QuickCoderLayout-module__0CWGJq__currentProjectLabel{color:var(--qc-text-primary);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.2px;flex:1;min-width:0;font-size:13.5px;font-weight:600;overflow:hidden}.QuickCoderLayout-module__0CWGJq__btnNewSession{color:var(--qc-color-session-btn);border:1.5px solid var(--qc-color-session-btn);cursor:pointer;white-space:nowrap;letter-spacing:.1px;background:#fff;border-radius:20px;flex-shrink:0;align-items:center;gap:5px;padding:7px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.QuickCoderLayout-module__0CWGJq__btnNewSession:hover{border-color:var(--qc-color-session-btn-hover);color:var(--qc-color-session-btn-hover);background:#f0fdfa;box-shadow:0 2px 8px #0d94881f}.QuickCoderLayout-module__0CWGJq__btnNewSession:active{background:#e6faf7;transition:all .1s;transform:scale(.95)}.QuickCoderLayout-module__0CWGJq__btnNewSession .QuickCoderLayout-module__0CWGJq__btnIconSm{flex-shrink:0;width:14px;height:14px}.QuickCoderLayout-module__0CWGJq__sessionListContainer{flex-direction:column;flex:1;gap:3px;padding:8px 10px;display:flex}.QuickCoderLayout-module__0CWGJq__sessionItem{border-radius:var(--qc-radius-sm);cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:10px;padding:10px 14px;transition:all .18s;display:flex;position:relative}.QuickCoderLayout-module__0CWGJq__sessionItem:hover{background:#f9f9fc;border-color:#ececf2}.QuickCoderLayout-module__0CWGJq__sessionItem:active{background:#f2f2f8;transition:all 80ms;transform:scale(.985)}.QuickCoderLayout-module__0CWGJq__sessionItem.QuickCoderLayout-module__0CWGJq__activeSession{background:#f0fdf9;border-color:#c4f1e8}.QuickCoderLayout-module__0CWGJq__sessionInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.QuickCoderLayout-module__0CWGJq__sessionTitle{color:var(--qc-text-primary);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.1px;font-size:13px;font-weight:500;overflow:hidden}.QuickCoderLayout-module__0CWGJq__sessionDate{color:var(--qc-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.QuickCoderLayout-module__0CWGJq__emptySessions{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:30px 20px;display:flex}.QuickCoderLayout-module__0CWGJq__emptyIcon{background:#f0fdfa;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:4px;font-size:22px;display:flex}.QuickCoderLayout-module__0CWGJq__emptyText{color:var(--qc-text-muted);font-size:13px;font-weight:500}.QuickCoderLayout-module__0CWGJq__mainContent{background:var(--qc-bg-main);flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.QuickCoderLayout-module__0CWGJq__topBar{border-bottom:1px solid var(--qc-border-light);background:#fff;flex-shrink:0;align-items:center;gap:10px;height:48px;padding:0 24px;display:flex}.QuickCoderLayout-module__0CWGJq__breadcrumb{color:var(--qc-text-muted);letter-spacing:.2px;align-items:center;gap:6px;font-size:12px;display:flex}.QuickCoderLayout-module__0CWGJq__breadcrumb span{color:var(--qc-text-secondary);font-weight:500}.QuickCoderLayout-module__0CWGJq__sep{color:#ccc}.QuickCoderLayout-module__0CWGJq__contentArea{flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.QuickCoderLayout-module__0CWGJq__contentAreaSession{justify-content:stretch;align-items:stretch;padding:0}.QuickCoderLayout-module__0CWGJq__welcomeState{text-align:center;max-width:420px}.QuickCoderLayout-module__0CWGJq__welcomeIcon{background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;font-size:28px;display:flex}.QuickCoderLayout-module__0CWGJq__welcomeState h3{letter-spacing:-.3px;color:var(--qc-text-primary);margin-bottom:6px;font-size:18px;font-weight:650}.QuickCoderLayout-module__0CWGJq__welcomeState p{color:var(--qc-text-secondary);font-size:13px;line-height:1.6}.QuickCoderLayout-module__0CWGJq__activeSessionView{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.QuickCoderLayout-module__0CWGJq__apiWarning{z-index:100;color:#991b1b;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border-bottom:2px solid #fca5a5;align-items:center;gap:10px;padding:10px 20px;font-size:13px;font-weight:500;display:flex;position:fixed;top:0;left:0;right:0}.QuickCoderLayout-module__0CWGJq__apiWarningIcon{flex-shrink:0;font-size:18px}.QuickCoderLayout-module__0CWGJq__loadingState{width:100%;height:100vh;color:var(--qc-text-muted);background:var(--qc-bg-app);justify-content:center;align-items:center;font-size:15px;display:flex}@media (max-width:768px){:root{--qc-sidebar-width:280px}.QuickCoderLayout-module__0CWGJq__sidebarBrand{padding:14px 16px 10px}.QuickCoderLayout-module__0CWGJq__panelHeader{padding:12px 14px}.QuickCoderLayout-module__0CWGJq__listContainer{gap:4px;padding:8px}.QuickCoderLayout-module__0CWGJq__projectItem{gap:8px;padding:10px 12px}.QuickCoderLayout-module__0CWGJq__projectItem .QuickCoderLayout-module__0CWGJq__projectIcon{border-radius:6px;width:30px;height:30px;font-size:15px}.QuickCoderLayout-module__0CWGJq__sessionListContainer{padding:6px}.QuickCoderLayout-module__0CWGJq__sessionItem{gap:8px;padding:8px 10px}.QuickCoderLayout-module__0CWGJq__btnNewProject{border-radius:18px;padding:6px 12px;font-size:11px}.QuickCoderLayout-module__0CWGJq__btnNewSession{border-radius:16px;padding:5px 10px;font-size:10.5px}}.QuickCoderLayout-module__0CWGJq__itemMoreBtn{cursor:pointer;color:#999;opacity:0;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:16px;line-height:1;transition:all .15s;display:flex}.QuickCoderLayout-module__0CWGJq__projectItem:hover .QuickCoderLayout-module__0CWGJq__itemMoreBtn,.QuickCoderLayout-module__0CWGJq__projectItem:focus-within .QuickCoderLayout-module__0CWGJq__itemMoreBtn,.QuickCoderLayout-module__0CWGJq__sessionItem:hover .QuickCoderLayout-module__0CWGJq__itemMoreBtn,.QuickCoderLayout-module__0CWGJq__sessionItem:focus-within .QuickCoderLayout-module__0CWGJq__itemMoreBtn{opacity:1}.QuickCoderLayout-module__0CWGJq__itemMoreBtn:hover{color:#333;background:#0000000f}.QuickCoderLayout-module__0CWGJq__itemContextMenu{z-index:200;background:#fff;border:1px solid #e5e7eb;border-radius:10px;min-width:160px;animation:.15s QuickCoderLayout-module__0CWGJq__qcMenuFadeIn;position:fixed;overflow:hidden;box-shadow:0 4px 20px #0000001f,0 0 0 1px #00000008}@keyframes QuickCoderLayout-module__0CWGJq__qcMenuFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.QuickCoderLayout-module__0CWGJq__itemContextMenuItem{color:#333;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;padding:10px 16px;font-size:13px;transition:background .15s}.QuickCoderLayout-module__0CWGJq__itemContextMenuItem:hover{background:#0000000d}.QuickCoderLayout-module__0CWGJq__itemContextMenuItemDanger{color:#e53e3e}.QuickCoderLayout-module__0CWGJq__itemContextMenuItemDanger:hover{color:#e53e3e;background:#e53e3e14}.QuickCoderLayout-module__0CWGJq__loginPrompt{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.QuickCoderLayout-module__0CWGJq__loginPromptCard{text-align:center;border-radius:var(--qc-radius-lg);max-width:360px;box-shadow:var(--qc-shadow-card);border:1px solid var(--qc-border-subtle);background:#fff;padding:48px 40px}.QuickCoderLayout-module__0CWGJq__loginPromptIcon{background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;font-size:24px;display:flex}.QuickCoderLayout-module__0CWGJq__loginPromptTitle{letter-spacing:-.3px;color:var(--qc-text-primary);margin-bottom:8px;font-size:18px;font-weight:650}.QuickCoderLayout-module__0CWGJq__loginPromptDesc{color:var(--qc-text-secondary);margin-bottom:24px;font-size:13px;line-height:1.6}.QuickCoderLayout-module__0CWGJq__loginPromptBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border:none;border-radius:24px;align-items:center;gap:6px;padding:10px 32px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #4f46e54d}.QuickCoderLayout-module__0CWGJq__loginPromptBtn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #4f46e566}.QuickCoderLayout-module__0CWGJq__loginPromptBtn:active{transition:all .1s;transform:scale(.96)}
.CreateProjectModal-module___BHv1G__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s CreateProjectModal-module___BHv1G__fadeIn;display:flex;position:fixed;inset:0}@keyframes CreateProjectModal-module___BHv1G__fadeIn{0%{opacity:0}to{opacity:1}}.CreateProjectModal-module___BHv1G__modal{background:#fff;border-radius:20px;width:90%;max-width:480px;animation:.3s CreateProjectModal-module___BHv1G__slideUp;overflow:hidden;box-shadow:0 8px 32px #0003}@keyframes CreateProjectModal-module___BHv1G__slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.CreateProjectModal-module___BHv1G__header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.CreateProjectModal-module___BHv1G__header h3{color:#1a1a2e;letter-spacing:-.2px;margin:0;font-size:18px;font-weight:650}.CreateProjectModal-module___BHv1G__closeBtn{cursor:pointer;color:#6b6b7b;background:#fff;border:1px solid #eaeaef;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .15s;display:flex}.CreateProjectModal-module___BHv1G__closeBtn:hover{color:#1a1a2e;background:#f3f3f8}.CreateProjectModal-module___BHv1G__body{flex-direction:column;gap:18px;padding:20px 24px 24px;display:flex}.CreateProjectModal-module___BHv1G__directorySection{flex-direction:column;gap:8px;display:flex}.CreateProjectModal-module___BHv1G__directoryLabel{color:#6b6b7b;letter-spacing:.2px;font-size:13px;font-weight:600}.CreateProjectModal-module___BHv1G__directoryRow{align-items:center;gap:10px;display:flex}.CreateProjectModal-module___BHv1G__selectDirBtn{color:#4f46e5;cursor:pointer;white-space:nowrap;background:#eef2ff;border:1.5px dashed #4f46e5;border-radius:12px;flex-shrink:0;align-items:center;gap:6px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.CreateProjectModal-module___BHv1G__selectDirBtn:hover{color:#4338ca;background:#e0e7ff;border-color:#4338ca}.CreateProjectModal-module___BHv1G__selectDirBtn:active{transform:scale(.97)}.CreateProjectModal-module___BHv1G__selectDirBtn svg{width:18px;height:18px}.CreateProjectModal-module___BHv1G__selectedDirName{color:#059669;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:4px;font-size:13px;font-weight:500;display:flex;overflow:hidden}.CreateProjectModal-module___BHv1G__selectedDirName:before{content:"✓";font-size:12px;font-weight:700}.CreateProjectModal-module___BHv1G__field{flex-direction:column;gap:6px;display:flex}.CreateProjectModal-module___BHv1G__fieldLabel{color:#6b6b7b;letter-spacing:.2px;font-size:13px;font-weight:600}.CreateProjectModal-module___BHv1G__input{color:#1a1a2e;box-sizing:border-box;border:1.5px solid #e0e0e8;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:16px;transition:border-color .2s}.CreateProjectModal-module___BHv1G__input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.CreateProjectModal-module___BHv1G__input::placeholder{color:#c0c0cc}.CreateProjectModal-module___BHv1G__actions{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.CreateProjectModal-module___BHv1G__cancelBtn{color:#6b6b7b;cursor:pointer;background:#fff;border:1.5px solid #e0e0e8;border-radius:10px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:all .15s}.CreateProjectModal-module___BHv1G__cancelBtn:hover{background:#f5f5f7;border-color:#c8c8d4}.CreateProjectModal-module___BHv1G__confirmBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border:none;border-radius:10px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #4f46e54d}.CreateProjectModal-module___BHv1G__confirmBtn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #4f46e566}.CreateProjectModal-module___BHv1G__confirmBtn:active{transform:scale(.97)}.CreateProjectModal-module___BHv1G__confirmBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.CreateProjectModal-module___BHv1G__errorText{color:#dc2626;margin-top:-4px;font-size:12px}@media (max-width:768px){.CreateProjectModal-module___BHv1G__modal{border-radius:16px;width:95%;margin:0 10px}.CreateProjectModal-module___BHv1G__header{padding:16px 18px 0}.CreateProjectModal-module___BHv1G__body{gap:14px;padding:16px 18px 20px}}
.MarkdownRenderer-module__5cPDYW__root{color:#333;word-break:break-word;font-size:15px;line-height:1.6}.MarkdownRenderer-module__5cPDYW__root h1{border-bottom:1px solid #e0e0e0;margin:.8em 0 .4em;padding-bottom:.3em;font-size:1.5em;font-weight:700}.MarkdownRenderer-module__5cPDYW__root h2{border-bottom:1px solid #e8e8e8;margin:.7em 0 .35em;padding-bottom:.25em;font-size:1.3em;font-weight:700}.MarkdownRenderer-module__5cPDYW__root h3{margin:.6em 0 .3em;font-size:1.15em;font-weight:600}.MarkdownRenderer-module__5cPDYW__root h4,.MarkdownRenderer-module__5cPDYW__root h5,.MarkdownRenderer-module__5cPDYW__root h6{margin:.5em 0 .25em;font-size:1em;font-weight:600}.MarkdownRenderer-module__5cPDYW__root h1:first-child,.MarkdownRenderer-module__5cPDYW__root h2:first-child,.MarkdownRenderer-module__5cPDYW__root h3:first-child,.MarkdownRenderer-module__5cPDYW__root h4:first-child{margin-top:0}.MarkdownRenderer-module__5cPDYW__root p{margin:.4em 0}.MarkdownRenderer-module__5cPDYW__root p:first-child{margin-top:0}.MarkdownRenderer-module__5cPDYW__root p:last-child{margin-bottom:0}.MarkdownRenderer-module__5cPDYW__root ul,.MarkdownRenderer-module__5cPDYW__root ol{margin:.3em 0;padding-left:1.5em}.MarkdownRenderer-module__5cPDYW__root li{margin:.15em 0}.MarkdownRenderer-module__5cPDYW__root li>p{margin:0}.MarkdownRenderer-module__5cPDYW__root code{font-family:Consolas,Monaco,Courier New,monospace;font-size:.88em}.MarkdownRenderer-module__5cPDYW__root :not(pre)>code{color:#d63384;background:#afb8c133;border-radius:4px;padding:.15em .4em}.MarkdownRenderer-module__5cPDYW__root pre{background:#1e1e2e;border-radius:8px;margin:.6em 0;padding:14px 16px;overflow-x:auto}.MarkdownRenderer-module__5cPDYW__root pre code{color:#c9d1d9;background:0 0;border-radius:0;padding:0;font-size:.85em;line-height:1.55}.MarkdownRenderer-module__5cPDYW__root blockquote{color:#555;background:#aed6f126;border-left:4px solid #aed6f1;border-radius:0 6px 6px 0;margin:.5em 0;padding:.4em .8em}.MarkdownRenderer-module__5cPDYW__root blockquote p{margin:.2em 0}.MarkdownRenderer-module__5cPDYW__tableWrapper{margin:.5em 0;overflow-x:auto}.MarkdownRenderer-module__5cPDYW__root table{border-collapse:collapse;width:100%;font-size:.92em}.MarkdownRenderer-module__5cPDYW__root th,.MarkdownRenderer-module__5cPDYW__root td{text-align:left;border:1px solid #d0d7de;padding:6px 12px}.MarkdownRenderer-module__5cPDYW__root th{background:#f0f4f8;font-weight:600}.MarkdownRenderer-module__5cPDYW__root tr:nth-child(2n) td{background:#f8fafc}.MarkdownRenderer-module__5cPDYW__root a{color:#2980b9;text-decoration:none}.MarkdownRenderer-module__5cPDYW__root a:hover{text-decoration:underline}.MarkdownRenderer-module__5cPDYW__root hr{border:none;border-top:1px solid #e0e0e0;margin:.8em 0}.MarkdownRenderer-module__5cPDYW__root img{border-radius:6px;max-width:100%}.MarkdownRenderer-module__5cPDYW__root input[type=checkbox]{vertical-align:middle;margin-right:.4em}.MarkdownRenderer-module__5cPDYW__root strong{font-weight:600}.MarkdownRenderer-module__5cPDYW__root em{font-style:italic}.MarkdownRenderer-module__5cPDYW__root del{opacity:.7;text-decoration:line-through}
.QuickCoderChat-module__WOHZnW__page{flex-direction:column;flex:1 1 0;width:100%;height:100%;min-height:0;display:flex}.QuickCoderChat-module__WOHZnW__messages{box-sizing:border-box;-webkit-user-select:text;user-select:text;flex:1 1 0;min-height:0;padding:20px 12px 12px;overflow-y:auto}.QuickCoderChat-module__WOHZnW__message{margin-bottom:16px;display:flex}.QuickCoderChat-module__WOHZnW__messageUser{justify-content:flex-end}.QuickCoderChat-module__WOHZnW__messageAi{justify-content:flex-start}.QuickCoderChat-module__WOHZnW__bubble{word-break:break-word;white-space:pre-wrap;border-radius:16px;max-width:75%;padding:12px 16px;font-size:15px;line-height:1.6}.QuickCoderChat-module__WOHZnW__messageUser .QuickCoderChat-module__WOHZnW__bubble{color:#2c3e50;-webkit-user-select:text;user-select:text;background:linear-gradient(135deg,#d6eaf8 0%,#aed6f1 100%);border-bottom-right-radius:4px}.QuickCoderChat-module__WOHZnW__messageAi .QuickCoderChat-module__WOHZnW__bubble{color:#333;box-shadow:none;white-space:normal;-webkit-user-select:text;user-select:text;background:0 0;border-radius:0;padding:12px 16px;overflow-x:auto}.QuickCoderChat-module__WOHZnW__modelInfoArea{max-width:75%;margin-bottom:16px}.QuickCoderChat-module__WOHZnW__modelInfoHeader{margin-bottom:12px}.QuickCoderChat-module__WOHZnW__modelInfo{align-items:center;gap:12px;padding:0 4px;display:flex}.QuickCoderChat-module__WOHZnW__avatarPlaceholder{color:#fff;background-color:#d0d0d0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:600;display:flex}.QuickCoderChat-module__WOHZnW__avatarImage{object-fit:cover;border-radius:8px;flex-shrink:0;width:36px;height:36px}.QuickCoderChat-module__WOHZnW__modelDetails{flex-direction:column;gap:2px;display:flex}.QuickCoderChat-module__WOHZnW__modelNameRow{align-items:center;gap:6px;display:flex}.QuickCoderChat-module__WOHZnW__modelName{color:#333;font-size:15px;font-weight:600;line-height:1.4}.QuickCoderChat-module__WOHZnW__modelDivider{color:#bbb;font-size:12px}.QuickCoderChat-module__WOHZnW__modelProvider{color:#666;font-size:14px}.QuickCoderChat-module__WOHZnW__modelMetaRow{align-items:center;gap:8px;display:flex}.QuickCoderChat-module__WOHZnW__modelTime{color:#999;font-family:SF Mono,Monaco,monospace;font-size:13px}.QuickCoderChat-module__WOHZnW__thinkingArea{max-width:75%;margin-bottom:16px}.QuickCoderChat-module__WOHZnW__reasoningBox{box-shadow:none;border:1px solid #e0e0e0;border-radius:8px;transition:box-shadow .2s,border-color .2s;overflow:hidden}.QuickCoderChat-module__WOHZnW__reasoningBox:hover{border-color:#d0d0d0;box-shadow:0 4px 12px #00000014}.QuickCoderChat-module__WOHZnW__reasoningHeader{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#0000;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.QuickCoderChat-module__WOHZnW__reasoningHeaderLeft{color:#333;align-items:center;gap:10px;font-size:14px;display:flex}.QuickCoderChat-module__WOHZnW__bulbIcon{color:#666;flex-shrink:0;width:18px;height:18px}.QuickCoderChat-module__WOHZnW__chevron{color:#999;flex-shrink:0;width:16px;height:16px;transition:transform .2s}.QuickCoderChat-module__WOHZnW__reasoningBox.QuickCoderChat-module__WOHZnW__expanded .QuickCoderChat-module__WOHZnW__chevron{transform:rotate(90deg)}.QuickCoderChat-module__WOHZnW__reasoningBox.QuickCoderChat-module__WOHZnW__thinking .QuickCoderChat-module__WOHZnW__bulbIcon{color:#4f8cff;animation:1.5s ease-in-out infinite QuickCoderChat-module__WOHZnW__bulbPulse}@keyframes QuickCoderChat-module__WOHZnW__bulbPulse{0%,to{opacity:1;color:#4f8cff}50%{opacity:.5;color:#888}}.QuickCoderChat-module__WOHZnW__reasoningContent{background-color:#0000;max-height:0;transition:max-height .3s;overflow:hidden}.QuickCoderChat-module__WOHZnW__reasoningBox.QuickCoderChat-module__WOHZnW__expanded .QuickCoderChat-module__WOHZnW__reasoningContent{max-height:400px;overflow-y:auto}.QuickCoderChat-module__WOHZnW__reasoningContentInner{padding:0 16px 16px 44px}.QuickCoderChat-module__WOHZnW__thinkingText{color:#888;white-space:pre-wrap;word-wrap:break-word;-webkit-user-select:text;user-select:text;font-size:13px;line-height:1.7}.QuickCoderChat-module__WOHZnW__loadingDots{align-items:center;gap:5px;height:6px;margin-top:12px;padding-bottom:4px;display:none}.QuickCoderChat-module__WOHZnW__reasoningBox.QuickCoderChat-module__WOHZnW__thinking.QuickCoderChat-module__WOHZnW__expanded .QuickCoderChat-module__WOHZnW__loadingDots{display:flex}.QuickCoderChat-module__WOHZnW__dot{background-color:#666;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both QuickCoderChat-module__WOHZnW__dotBounce}.QuickCoderChat-module__WOHZnW__dot:first-child{animation-delay:-.32s}.QuickCoderChat-module__WOHZnW__dot:nth-child(2){opacity:.6;animation-delay:-.16s}.QuickCoderChat-module__WOHZnW__dot:nth-child(3){opacity:.3;animation-delay:0s}@keyframes QuickCoderChat-module__WOHZnW__dotBounce{0%,80%,to{transform:scale(.6)}40%{transform:scale(1)}}.QuickCoderChat-module__WOHZnW__status{text-align:center;color:#999;padding:8px;font-size:13px}.QuickCoderChat-module__WOHZnW__error{text-align:center;color:#e74c3c;background:#e74c3c14;border-radius:8px;margin:8px 0;padding:8px;font-size:13px}.QuickCoderChat-module__WOHZnW__inputContainer{box-sizing:border-box;background:#fafafa;border-top:1px solid #eaeaef;flex-shrink:0;width:100%;padding:12px 24px 24px}.QuickCoderChat-module__WOHZnW__inputWrap{box-sizing:border-box;background:#fff;border:1px solid #e0e0e0;border-radius:12px;max-width:800px;margin:0 auto;padding:16px;transition:border-color .3s,box-shadow .3s;position:relative}.QuickCoderChat-module__WOHZnW__inputWrap:focus-within{border-color:#b0b0b8;box-shadow:0 2px 8px #00000014}.QuickCoderChat-module__WOHZnW__inputArea{resize:none;color:#333;border:none;outline:none;width:100%;min-height:24px;max-height:150px;margin-bottom:12px;font-family:inherit;font-size:16px;line-height:1.5}.QuickCoderChat-module__WOHZnW__inputArea::placeholder{color:#9ca3af}.QuickCoderChat-module__WOHZnW__toolbar{justify-content:space-between;align-items:center;display:flex;position:relative}.QuickCoderChat-module__WOHZnW__toolbarLeft{align-items:center;gap:8px;display:flex}.QuickCoderChat-module__WOHZnW__toolBtn{cursor:pointer;color:#374151;white-space:nowrap;background:#fff;border:1px solid #e0e0e0;border-radius:6px;align-items:center;gap:4px;height:32px;padding:0 12px;font-family:inherit;font-size:13px;transition:all .2s;display:flex}.QuickCoderChat-module__WOHZnW__toolBtn:hover{background:#f9fafb;border-color:#d1d5db}.QuickCoderChat-module__WOHZnW__toolBtn:disabled{opacity:.5;cursor:not-allowed}.QuickCoderChat-module__WOHZnW__attachBtn{padding:0 10px;font-size:18px;font-weight:300}.QuickCoderChat-module__WOHZnW__modeBtn{justify-content:center;min-width:80px;font-weight:500}.QuickCoderChat-module__WOHZnW__modelBtn{justify-content:space-between;min-width:120px}.QuickCoderChat-module__WOHZnW__dropdownArrow{color:#6b7280;margin-left:2px;font-size:10px}.QuickCoderChat-module__WOHZnW__dropdown{position:relative}.QuickCoderChat-module__WOHZnW__dropdownMenu{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:140px;margin-bottom:4px;position:absolute;bottom:100%;left:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.QuickCoderChat-module__WOHZnW__dropdownItem{color:#374151;cursor:pointer;white-space:nowrap;justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;transition:background .15s;display:flex}.QuickCoderChat-module__WOHZnW__dropdownItem:hover{background:#f3f4f6}.QuickCoderChat-module__WOHZnW__dropdownItemActive{color:#111827;background:#f9fafb;font-weight:500}.QuickCoderChat-module__WOHZnW__checkMark{color:#10b981;margin-left:8px;font-size:12px}.QuickCoderChat-module__WOHZnW__sendBtn{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e0e0e0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.QuickCoderChat-module__WOHZnW__sendBtn:hover{color:#111827;background:#f9fafb;border-color:#d1d5db}.QuickCoderChat-module__WOHZnW__sendBtnDisabled{opacity:.4;cursor:not-allowed}.QuickCoderChat-module__WOHZnW__sendBtnDisabled:hover{color:#6b7280;background:#fff;border-color:#e0e0e0}.QuickCoderChat-module__WOHZnW__sendBtnStop{cursor:pointer;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.QuickCoderChat-module__WOHZnW__sendBtnStop:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5}.QuickCoderChat-module__WOHZnW__sendBtnStop:active{background:#fecaca;transform:scale(.95)}.QuickCoderChat-module__WOHZnW__sendBtn svg{width:16px;height:16px}.QuickCoderChat-module__WOHZnW__toolCard{max-width:25%;box-shadow:none;border:1px solid #e0e0e0;border-radius:8px;margin-top:0;margin-left:-30px;transition:box-shadow .2s,border-color .2s;overflow:hidden}.QuickCoderChat-module__WOHZnW__toolCardCollapsed:hover{box-shadow:none}.QuickCoderChat-module__WOHZnW__toolCardHeader{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#0000;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.QuickCoderChat-module__WOHZnW__toolCardCollapsed .QuickCoderChat-module__WOHZnW__toolCardHeader{border-bottom:none}.QuickCoderChat-module__WOHZnW__toolCardHeaderLeft{color:#333;flex:1;align-items:center;gap:10px;min-width:0;font-size:14px;display:flex}.QuickCoderChat-module__WOHZnW__toolCardIcon{color:#666;flex-shrink:0;width:18px;height:18px}.QuickCoderChat-module__WOHZnW__toolCardLabel{color:#333;font-size:14px;font-weight:500}.QuickCoderChat-module__WOHZnW__toolCardName{color:#999;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:12px}.QuickCoderChat-module__WOHZnW__toolCardChevron{color:#999;flex-shrink:0;width:16px;height:16px;transition:transform .2s}.QuickCoderChat-module__WOHZnW__toolCardChevronOpen{transform:rotate(90deg)}.QuickCoderChat-module__WOHZnW__toolCardBody{background-color:#0000;max-height:none;padding:0 16px 0 44px;overflow:visible}.QuickCoderChat-module__WOHZnW__toolCardCollapsed .QuickCoderChat-module__WOHZnW__toolCardBody{max-height:0;overflow:hidden}.QuickCoderChat-module__WOHZnW__toolCardSection{margin-bottom:12px}.QuickCoderChat-module__WOHZnW__toolCardSection:last-child{margin-bottom:0}.QuickCoderChat-module__WOHZnW__toolCardSectionLabel{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px;font-weight:600}.QuickCoderChat-module__WOHZnW__toolCardSectionValue{color:#888;word-break:break-all;background:0 0;border-radius:0;padding:0;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px;line-height:1.7}.QuickCoderChat-module__WOHZnW__toolCardResult{color:#888;white-space:pre-wrap;word-break:break-word;-webkit-user-select:text;user-select:text;background:0 0;border-radius:0;max-height:400px;margin:0;padding:0;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px;line-height:1.7;overflow-y:auto}.QuickCoderChat-module__WOHZnW__toolGroupBox{max-width:35%;margin-bottom:16px}.QuickCoderChat-module__WOHZnW__toolGroupSpinner{border:2px solid #e0e0e0;border-top-color:#4f8cff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.8s linear infinite QuickCoderChat-module__WOHZnW__toolGroupSpin}.QuickCoderChat-module__WOHZnW__toolGroupSpinnerSmall{border:2px solid #e0e0e0;border-top-color:#4f8cff;border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:.8s linear infinite QuickCoderChat-module__WOHZnW__toolGroupSpin}@keyframes QuickCoderChat-module__WOHZnW__toolGroupSpin{to{transform:rotate(360deg)}}.QuickCoderChat-module__WOHZnW__toolGroupPendingText{color:#4f8cff;margin-left:4px;font-size:12px}.QuickCoderChat-module__WOHZnW__toolCardInGroup{max-width:none;margin-top:12px}.QuickCoderChat-module__WOHZnW__toolCardInGroup:first-child{margin-top:0}.QuickCoderChat-module__WOHZnW__toolCallsIndicator{flex-wrap:wrap;gap:8px;margin-bottom:12px;padding-left:4px;display:flex}.QuickCoderChat-module__WOHZnW__toolCallChip{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:16px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:500;display:flex}.QuickCoderChat-module__WOHZnW__toolCallChipIcon{flex-shrink:0;width:14px;height:14px}.QuickCoderChat-module__WOHZnW__askUserCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-width:75%;margin:0 auto 16px;padding:20px;box-shadow:0 4px 12px #0000000f}.QuickCoderChat-module__WOHZnW__askUserIcon{margin-bottom:8px;font-size:24px}.QuickCoderChat-module__WOHZnW__askUserQuestion{color:#1a1a2e;margin-bottom:8px;font-size:15px;font-weight:600;line-height:1.5}.QuickCoderChat-module__WOHZnW__askUserHint{color:#6b7280;background:#f3f4f6;border-radius:4px;margin-bottom:12px;padding:2px 8px;font-size:12px;display:inline-block}.QuickCoderChat-module__WOHZnW__askUserOptions{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.QuickCoderChat-module__WOHZnW__askUserOption{cursor:pointer;color:#374151;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:14px;transition:all .15s;display:flex}.QuickCoderChat-module__WOHZnW__askUserOption:hover{background:#f9fafb;border-color:#d1d5db}.QuickCoderChat-module__WOHZnW__askUserOptionActive{color:#3730a3;background:#eef2ff;border-color:#818cf8}.QuickCoderChat-module__WOHZnW__askUserRadio{accent-color:#4f46e5}.QuickCoderChat-module__WOHZnW__askUserOtherInput{margin-bottom:12px}.QuickCoderChat-module__WOHZnW__askUserTextInput{box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:8px 12px;font-family:inherit;font-size:16px;transition:border-color .2s}.QuickCoderChat-module__WOHZnW__askUserTextInput:focus{border-color:#818cf8;box-shadow:0 0 0 3px #4f46e51a}.QuickCoderChat-module__WOHZnW__askUserTextInput:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.QuickCoderChat-module__WOHZnW__askUserConfirm{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:8px;width:100%;padding:10px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.QuickCoderChat-module__WOHZnW__askUserConfirm:hover{opacity:.9;transform:translateY(-1px)}.QuickCoderChat-module__WOHZnW__askUserConfirm:active{transform:scale(.98)}.QuickCoderChat-module__WOHZnW__askUserConfirm:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:768px){.QuickCoderChat-module__WOHZnW__inputContainer{padding:8px}.QuickCoderChat-module__WOHZnW__messages{padding-left:8px;padding-right:8px}.QuickCoderChat-module__WOHZnW__inputArea{font-size:16px}}.QuickCoderChat-module__WOHZnW__systemMessage{justify-content:center;margin-bottom:16px;display:flex}.QuickCoderChat-module__WOHZnW__systemCard{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:10px;max-width:75%;padding:12px 20px;font-size:14px;display:flex}.QuickCoderChat-module__WOHZnW__systemCardIcon{color:#ef4444;flex-shrink:0;width:18px;height:18px}
.LoginModal-module__byExyq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s LoginModal-module__byExyq__fadeIn;display:flex;position:fixed;inset:0}@keyframes LoginModal-module__byExyq__fadeIn{0%{opacity:0}to{opacity:1}}.LoginModal-module__byExyq__modal{background:#fff;border-radius:20px;width:90%;max-width:480px;animation:.3s LoginModal-module__byExyq__slideUp;overflow:hidden;box-shadow:0 8px 32px #0003}@keyframes LoginModal-module__byExyq__slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.LoginModal-module__byExyq__header{border-bottom:1px solid #f0f0f0;justify-content:center;align-items:center;padding:20px 24px;display:flex;position:relative}.LoginModal-module__byExyq__closeBtn{color:#999;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:32px;line-height:1;transition:all .2s;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.LoginModal-module__byExyq__closeBtn:hover{color:#666;background:#f5f5f5}.LoginModal-module__byExyq__methodTabs{flex:1;justify-content:center;gap:24px;display:flex}.LoginModal-module__byExyq__methodTab{color:#999;cursor:pointer;padding-bottom:4px;font-size:15px;font-weight:600;transition:all .2s;position:relative}.LoginModal-module__byExyq__methodTab:hover{color:#666}.LoginModal-module__byExyq__methodTabActive{color:#333}.LoginModal-module__byExyq__methodTabActive:after{content:"";background:linear-gradient(135deg,#6ecbff 0%,#b97aff 100%);border-radius:2px;height:3px;position:absolute;bottom:0;left:0;right:0}.LoginModal-module__byExyq__body{box-sizing:border-box;width:100%;padding:18px 32px;overflow:hidden}.LoginModal-module__byExyq__formGroup{flex-direction:column;gap:8px;max-width:100%;margin-bottom:10px;display:flex}.LoginModal-module__byExyq__formLabel{color:#555;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.LoginModal-module__byExyq__formInput{box-sizing:border-box;border:2px solid #e0e0e0;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:16px;transition:border-color .2s}.LoginModal-module__byExyq__formInput:focus{border-color:#6ecbff}.LoginModal-module__byExyq__formInput:disabled{cursor:not-allowed;background:#f5f5f5}.LoginModal-module__byExyq__fullWidth{width:100%;min-width:0}.LoginModal-module__byExyq__credentialInputGroup{align-items:center;gap:8px;width:100%;min-width:0;display:flex}.LoginModal-module__byExyq__credentialInput{flex:1;width:auto;min-width:0}.LoginModal-module__byExyq__countryCodeSelect{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:10px;outline:none;min-width:70px;padding:12px 8px;font-family:inherit;font-size:16px;transition:border-color .2s}.LoginModal-module__byExyq__countryCodeSelect:focus{border-color:#6ecbff}.LoginModal-module__byExyq__countryCodeSelect:disabled{cursor:not-allowed;background:#f5f5f5}.LoginModal-module__byExyq__switchCredentialBtn{color:#666;cursor:pointer;white-space:nowrap;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:10px;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.LoginModal-module__byExyq__switchCredentialBtn:hover{color:#6ecbff;background:#f0f9ff;border-color:#6ecbff}.LoginModal-module__byExyq__switchCredentialBtn:disabled{opacity:.5;cursor:not-allowed}.LoginModal-module__byExyq__verificationInputGroup{align-items:center;gap:8px;display:flex}.LoginModal-module__byExyq__verificationInput{flex:1;min-width:0}.LoginModal-module__byExyq__sendCodeBtn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#6ecbff 0%,#b97aff 100%);border:none;border-radius:10px;flex-shrink:0;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .2s}.LoginModal-module__byExyq__sendCodeBtn:hover{opacity:.9}.LoginModal-module__byExyq__sendCodeBtn:disabled{opacity:.5;cursor:not-allowed}.LoginModal-module__byExyq__errorMessage{color:#d32f2f;background:#fff5f5;border:1px solid #fdd;border-radius:8px;padding:12px 16px;font-size:14px}.LoginModal-module__byExyq__submitBtn{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#6ecbff 0%,#b97aff 50%,#ffb6e6 100%);border:none;border-radius:10px;width:100%;margin-top:10px;padding:14px;font-size:16px;font-weight:700;transition:opacity .2s,transform .1s}.LoginModal-module__byExyq__submitBtn:hover:not(.LoginModal-module__byExyq__submitBtnDisabled){opacity:.9;transform:translateY(-1px)}.LoginModal-module__byExyq__submitBtn:active:not(.LoginModal-module__byExyq__submitBtnDisabled){transform:translateY(0)}.LoginModal-module__byExyq__submitBtn:disabled{opacity:.6;cursor:not-allowed}.LoginModal-module__byExyq__submitBtnDisabled{cursor:not-allowed!important;opacity:1!important;background:#d0d0d0!important}.LoginModal-module__byExyq__linkBtn{color:#6ecbff;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600;transition:opacity .2s}.LoginModal-module__byExyq__linkBtn:hover{opacity:.8;text-decoration:underline}.LoginModal-module__byExyq__helpText{justify-content:space-between;width:100%;margin-top:12px;font-size:13px;display:flex}.LoginModal-module__byExyq__helpTextLeft{color:#999}.LoginModal-module__byExyq__helpTextBtn{color:#999;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;transition:opacity .2s}.LoginModal-module__byExyq__helpTextBtn span{color:#6ecbff}.LoginModal-module__byExyq__helpTextBtn:hover{opacity:.8}.LoginModal-module__byExyq__switchLink{color:#6ecbff;cursor:pointer;font-size:13px;font-weight:600}.LoginModal-module__byExyq__agreement{align-items:flex-start;gap:8px;margin-top:12px;display:flex}.LoginModal-module__byExyq__agreementCheckbox{appearance:none;cursor:pointer;background:#fff;border:2px solid #ccc;border-radius:50%;flex-shrink:0;width:14px;height:14px;margin-top:3px;position:relative}.LoginModal-module__byExyq__agreementCheckbox:checked{background:#6ecbff;border-color:#6ecbff}.LoginModal-module__byExyq__agreementCheckbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:3px;height:6px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.LoginModal-module__byExyq__agreementText{color:#999;font-size:12px;line-height:1.5}.LoginModal-module__byExyq__agreementLink{color:#6ecbff;cursor:pointer;text-decoration:none}
.TurnstileWidget-module__u5BIfW__container{justify-content:center;margin:12px 0;display:flex}
.MainLayout-module__d7LUSW__container{-webkit-backdrop-filter:blur(16px)saturate(180%);background:linear-gradient(135deg,#d7f8ff99 0%,#ffe4f766 100%);height:100vh;display:flex;overflow:hidden}@supports (height:100dvh){.MainLayout-module__d7LUSW__container{height:100dvh}}.MainLayout-module__d7LUSW__sidebar{border-right:1px solid #00000014;flex-direction:column;flex-shrink:0;width:260px;min-width:260px;height:100%;min-height:0;padding:10px;transition:width .25s cubic-bezier(.4,0,.2,1),min-width .25s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.MainLayout-module__d7LUSW__sidebarToggleBtn{cursor:pointer;color:#999;background:0 0;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:8px;width:100%;height:36px;margin-bottom:8px;padding:0 16px;font-size:14px;transition:all .2s;display:flex}.MainLayout-module__d7LUSW__sidebarToggleBtn:hover{color:#333;background:#0000000d}.MainLayout-module__d7LUSW__sidebar.MainLayout-module__d7LUSW__collapsed{width:64px;min-width:64px}.MainLayout-module__d7LUSW__sidebar.MainLayout-module__d7LUSW__collapsed .MainLayout-module__d7LUSW__navLabel{display:none}.MainLayout-module__d7LUSW__sidebar.MainLayout-module__d7LUSW__collapsed .MainLayout-module__d7LUSW__menuButton,.MainLayout-module__d7LUSW__sidebar.MainLayout-module__d7LUSW__collapsed .MainLayout-module__d7LUSW__menuButtonActive{justify-content:center;width:100%;margin-left:0;padding:0}.MainLayout-module__d7LUSW__sidebar.MainLayout-module__d7LUSW__collapsed .MainLayout-module__d7LUSW__userButton{justify-content:center;padding:0}.MainLayout-module__d7LUSW__sidebar.MainLayout-module__d7LUSW__collapsed .MainLayout-module__d7LUSW__historyScroll{display:none}.MainLayout-module__d7LUSW__sidebar.MainLayout-module__d7LUSW__collapsed .MainLayout-module__d7LUSW__historyLabelText{justify-content:center;margin-left:0;padding:0}.MainLayout-module__d7LUSW__sidebar.MainLayout-module__d7LUSW__collapsed .MainLayout-module__d7LUSW__sidebarToggleBtn{justify-content:center;gap:0;padding:0;font-size:0}.MainLayout-module__d7LUSW__content{box-shadow:none;background:#ffffff85;border-left:1px solid #00000014;border-radius:0;flex-direction:column;flex:1;min-height:0;margin:0;transition:opacity .3s;display:flex;position:relative;overflow:hidden auto}.MainLayout-module__d7LUSW__menuPanel{flex-direction:column;flex-shrink:0;align-items:stretch;padding-top:8px;padding-left:0;padding-right:0;display:flex}.MainLayout-module__d7LUSW__menuButton{cursor:pointer;-webkit-user-select:none;user-select:none;color:#333;box-sizing:border-box;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:98%;height:40px;margin-bottom:4px;margin-left:4px;padding:0 16px;font-size:14px;transition:all .2s;display:flex;position:relative}.MainLayout-module__d7LUSW__menuButton:hover{color:#333;background:#0000000d}.MainLayout-module__d7LUSW__menuButtonActive{color:#333;background:#00000014;}.MainLayout-module__d7LUSW__menuButtonActive:hover{color:#333;background:#0000000c}.MainLayout-module__d7LUSW__menuButtonActive:before{content:"";z-index:1;background:linear-gradient(#7bcfff);border-radius:3px;width:4px;height:30px;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}.MainLayout-module__d7LUSW__historyList{width:100%;padding:4px 0}.MainLayout-module__d7LUSW__historyItem{cursor:pointer;-webkit-user-select:none;user-select:none;color:#333;box-sizing:border-box;background:0 0;border:none;border-radius:8px;align-items:center;width:98%;height:40px;margin-bottom:4px;margin-left:4px;padding:0 16px;font-size:14px;transition:all .2s;display:flex;position:relative;overflow:visible}.MainLayout-module__d7LUSW__historyItem:hover{color:#333;background:#0000000d}.MainLayout-module__d7LUSW__historyItemActive{color:#333;background:#00000014;}.MainLayout-module__d7LUSW__historyItemActive:hover{background:#0000000d}.MainLayout-module__d7LUSW__historyItemActive:before{content:"";z-index:1;background:linear-gradient(#7bcfff);border-radius:3px;width:4px;height:30px;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}.MainLayout-module__d7LUSW__sidebarBottom{flex-shrink:0;margin-top:auto;padding:10px 10px 24px;position:relative}.MainLayout-module__d7LUSW__userButton{cursor:pointer;-webkit-user-select:none;user-select:none;color:#333;box-sizing:border-box;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;height:44px;margin-bottom:4px;padding:0 16px;font-size:14px;transition:all .2s;display:flex}.MainLayout-module__d7LUSW__userButton:hover{color:#050303;background:#0000000d}.MainLayout-module__d7LUSW__userPanel{opacity:0;pointer-events:none;z-index:10;background:#fff;border:1px solid #00000014;border-radius:12px;transition:all .2s;position:absolute;bottom:60px;left:10px;right:10px;overflow:hidden;transform:translateY(10px);box-shadow:0 4px 20px #0000001a}.MainLayout-module__d7LUSW__userPanel.MainLayout-module__d7LUSW__active{opacity:1;pointer-events:auto;transform:translateY(0)}.MainLayout-module__d7LUSW__userOption{cursor:pointer;color:#333;background:0 0;border-bottom:1px solid #0000000f;padding:14px 16px;font-size:14px;transition:all .2s}.MainLayout-module__d7LUSW__userOption:hover{color:#333;background:#0000000d}.MainLayout-module__d7LUSW__userOption:last-child{border-bottom:none}.MainLayout-module__d7LUSW__historyLabel{color:#999;text-transform:uppercase;letter-spacing:.5px;-webkit-user-select:none;user-select:none;padding:12px 16px 8px;font-size:12px}.MainLayout-module__d7LUSW__historyItemText{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.MainLayout-module__d7LUSW__moreButton{color:#999;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:4px;padding:0;font-size:16px;font-weight:700;line-height:1;transition:all .15s;display:flex}.MainLayout-module__d7LUSW__historyItem:hover .MainLayout-module__d7LUSW__moreButton,.MainLayout-module__d7LUSW__historyItemActive:hover .MainLayout-module__d7LUSW__moreButton,.MainLayout-module__d7LUSW__moreButton:focus{opacity:1}.MainLayout-module__d7LUSW__moreButton:hover{color:#333;background:#00000014}.MainLayout-module__d7LUSW__contextMenu{z-index:300;background:#fff;border:1px solid #00000014;border-radius:10px;min-width:160px;animation:.15s MainLayout-module__d7LUSW__contextMenuFadeIn;position:fixed;overflow:hidden;box-shadow:0 4px 16px #0000001f}@keyframes MainLayout-module__d7LUSW__contextMenuFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.MainLayout-module__d7LUSW__contextMenuItem{color:#333;cursor:pointer;-webkit-user-select:none;user-select:none;padding:10px 16px;font-size:13px;transition:background .15s}.MainLayout-module__d7LUSW__contextMenuItem:hover{background:#0000000d}.MainLayout-module__d7LUSW__contextMenuItemDanger{color:#e53e3e}.MainLayout-module__d7LUSW__contextMenuItemDanger:hover{color:#e53e3e;background:#e53e3e14}.MainLayout-module__d7LUSW__navLabel{white-space:nowrap}.MainLayout-module__d7LUSW__historyLabelText{color:#999;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;height:28px;margin-top:12px;margin-bottom:0;margin-left:4px;padding:0 16px;font-size:13px;display:flex}.MainLayout-module__d7LUSW__historyScroll{flex:1;min-height:0;margin-top:4px;margin-bottom:4px;overflow-y:auto}.MainLayout-module__d7LUSW__mobileTopBar{padding:8px 12px;padding-top:calc(8px + env(safe-area-inset-top));z-index:50;pointer-events:none;flex-shrink:0;align-items:center;gap:0;display:flex;position:absolute;top:0;left:0}.MainLayout-module__d7LUSW__mobileTopBar>*{pointer-events:auto}.MainLayout-module__d7LUSW__mobileMenuBtn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.MainLayout-module__d7LUSW__mobileMenuBtn:hover{background:#0000000d}.MainLayout-module__d7LUSW__mobileOverlay{z-index:300;opacity:0;pointer-events:none;background:#0000004d;transition:opacity .3s;position:fixed;inset:0}.MainLayout-module__d7LUSW__mobileOverlayShow{opacity:1;pointer-events:auto}.MainLayout-module__d7LUSW__mobileMenu{z-index:301;-webkit-backdrop-filter:blur(20px)saturate(180%);width:280px;height:100vh;padding:16px;padding-top:calc(16px + env(safe-area-inset-top));padding-bottom:calc(16px + env(safe-area-inset-bottom,48px));box-sizing:border-box;background:#f3fdffe6;border-right:1px solid #ffffff4d;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow:hidden;transform:translate(-100%)}@supports (height:100dvh){.MainLayout-module__d7LUSW__mobileMenu{height:100dvh}}.MainLayout-module__d7LUSW__mobileMenuShow{transform:translate(0);box-shadow:8px 0 32px #0000001f}.MainLayout-module__d7LUSW__mobileMenuHeader{justify-content:space-between;align-items:center;margin-bottom:24px;padding-top:8px;display:flex}.MainLayout-module__d7LUSW__mobileMenuTitle{color:#333;font-size:16px;font-weight:600}.MainLayout-module__d7LUSW__mobileCloseBtn{cursor:pointer;color:#666;background:#0000000d;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.MainLayout-module__d7LUSW__mobileCloseBtn:hover{background:#0000001a}.MainLayout-module__d7LUSW__mobileMenuSeparator{border-top:1px solid #00000014;margin:16px 0}.MainLayout-module__d7LUSW__mobileMenuBottom{border-top:1px solid #00000014;flex-shrink:0;margin-top:auto;padding-top:16px;position:relative}.MainLayout-module__d7LUSW__mobileUserBtn{cursor:pointer;color:#333;box-sizing:border-box;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;height:44px;padding:0 16px;font-size:14px;transition:background .2s;display:flex}.MainLayout-module__d7LUSW__mobileUserBtn:hover{background:#0000000d}.MainLayout-module__d7LUSW__mobileUserPanel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;background:#f3fdffe6;border-radius:10px;transition:all .2s;position:absolute;bottom:56px;left:0;right:0;overflow:hidden;transform:translateY(8px);box-shadow:0 4px 16px #0000001a}.MainLayout-module__d7LUSW__mobileUserPanelActive{opacity:1;pointer-events:auto;transform:translateY(0)}@media (max-width:767px){.MainLayout-module__d7LUSW__sidebar{display:none}}
.Settings-module__c4tK1a__container{min-width:600px;max-width:1200px;margin:0 auto;padding:20px}.Settings-module__c4tK1a__title{color:#1a1a2e;border-bottom:1px solid #0000000f;margin-bottom:24px;padding-bottom:16px;font-size:24px;font-weight:600}.Settings-module__c4tK1a__section{background:#fff;border:1px solid #0000000f;border-radius:14px;margin-bottom:20px;padding:0;overflow:hidden;box-shadow:0 1px 3px #0000000a}.Settings-module__c4tK1a__sectionTitle{color:#333;border-bottom:1px solid #0000000d;align-items:center;gap:8px;margin:0;padding:14px 20px;font-size:15px;font-weight:600;display:flex}.Settings-module__c4tK1a__sectionTitle svg{width:18px;height:18px}.Settings-module__c4tK1a__sectionTitleAccount{color:#3b82f6}.Settings-module__c4tK1a__sectionTitleGeneral{color:#8b5cf6}.Settings-module__c4tK1a__sectionTitlePrivacy{color:#10b981}.Settings-module__c4tK1a__settingItem{border-bottom:1px solid #0000000a;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.Settings-module__c4tK1a__settingItem:last-child{border-bottom:none}.Settings-module__c4tK1a__settingLabel{flex-direction:column;gap:3px;display:flex}.Settings-module__c4tK1a__settingName{color:#333;font-size:14px;font-weight:500}.Settings-module__c4tK1a__settingDesc{color:#999;font-size:12px}.Settings-module__c4tK1a__settingValue{color:#666;font-size:13px}.Settings-module__c4tK1a__selectWrapper{min-width:140px;position:relative}.Settings-module__c4tK1a__select{color:#333;cursor:pointer;appearance:none;background:#fff;border:1px solid #0000001f;border-radius:8px;outline:none;width:100%;padding:8px 32px 8px 12px;font-size:16px;transition:all .2s}.Settings-module__c4tK1a__select:hover{border-color:#0003}.Settings-module__c4tK1a__select:focus{border-color:#6ecbff;box-shadow:0 0 0 3px #6ecbff26}.Settings-module__c4tK1a__selectWrapper:after{content:"";pointer-events:none;border-top:5px solid #666;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.Settings-module__c4tK1a__toggle{cursor:pointer;background:#e0e0e0;border:none;border-radius:13px;flex-shrink:0;width:48px;height:26px;padding:0;transition:all .3s;position:relative}.Settings-module__c4tK1a__toggle.Settings-module__c4tK1a__active{background:linear-gradient(135deg,#6ecbff 0%,#b97aff 100%)}.Settings-module__c4tK1a__toggle:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0003}.Settings-module__c4tK1a__toggle.Settings-module__c4tK1a__active:after{left:25px}.Settings-module__c4tK1a__changeBtn{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #00000026;border-radius:7px;flex-shrink:0;padding:6px 14px;font-size:13px;font-weight:500;transition:all .2s}.Settings-module__c4tK1a__changeBtn:hover{color:#333;background:#00000008;border-color:#00000040}.Settings-module__c4tK1a__logoutSection{margin-bottom:20px}.Settings-module__c4tK1a__logoutBtn{color:#ef4444;cursor:pointer;background:#fff;border:1px solid #ef444433;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.Settings-module__c4tK1a__logoutBtn:hover{background:#fef2f2;border-color:#ef444459}.Settings-module__c4tK1a__logoutBtn:active{transform:scale(.98)}.Settings-module__c4tK1a__notice{color:#92400e;background:#f59e0b14;border:1px solid #f59e0b33;border-radius:10px;align-items:flex-start;gap:10px;margin-top:16px;padding:12px 16px;font-size:13px;display:flex}.Settings-module__c4tK1a__notice svg{flex-shrink:0;margin-top:2px}
.page-module__KGSLyG__page{flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}.page-module__KGSLyG__chatArea{flex:1;min-height:0;position:relative;overflow:hidden}.page-module__KGSLyG__toolbarModelSelector{position:relative}.page-module__KGSLyG__toolbarModelBtn{text-overflow:ellipsis;max-width:160px;overflow:hidden}.page-module__KGSLyG__modelMenu{z-index:100;background:#fff;border:1px solid #0000001a;border-radius:10px;min-width:160px;position:absolute;bottom:calc(100% + 8px);left:0;overflow:visible;box-shadow:0 4px 16px #0000001f}.page-module__KGSLyG__modelMenuProvider{cursor:pointer;color:#333;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;transition:background .15s;display:flex;position:relative}.page-module__KGSLyG__modelMenuProvider:hover{background:#f5f5f5}.page-module__KGSLyG__providerName{flex:1}.page-module__KGSLyG__submenuArrow{color:#999;flex-shrink:0;margin-left:12px;font-size:10px}.page-module__KGSLyG__modelSubmenu{z-index:101;background:#fff;border:1px solid #0000001a;border-radius:10px;min-width:200px;max-height:320px;display:none;position:absolute;top:0;left:100%;overflow-y:auto;box-shadow:0 4px 16px #0000001f}.page-module__KGSLyG__modelMenuProvider:hover .page-module__KGSLyG__modelSubmenu{display:block}.page-module__KGSLyG__modelSubmenuItem{cursor:pointer;color:#333;white-space:nowrap;padding:10px 16px;font-size:14px;transition:background .15s;position:relative}.page-module__KGSLyG__modelSubmenuItem:hover{color:#2f7cf6;background:#f0f4ff}.page-module__KGSLyG__modelSubmenuItem.page-module__KGSLyG__selected{color:#2f7cf6;background:#f0f4ff;font-weight:600}.page-module__KGSLyG__modelSubmenuItem.page-module__KGSLyG__selected:after{content:"·";font-size:12px;position:absolute;right:12px}.page-module__KGSLyG__messages{box-sizing:border-box;max-height:100%;padding:12px;position:absolute;bottom:0;left:0;right:0;overflow-y:auto}.page-module__KGSLyG__message{margin-bottom:16px;display:flex}.page-module__KGSLyG__messageUser{justify-content:flex-end}.page-module__KGSLyG__messageAi{justify-content:flex-start}.page-module__KGSLyG__bubble{word-break:break-word;white-space:pre-wrap;border-radius:16px;max-width:75%;padding:12px 16px;font-size:15px;line-height:1.6}.page-module__KGSLyG__messageUser .page-module__KGSLyG__bubble{color:#2c3e50;white-space:pre-wrap;background:linear-gradient(135deg,#d6eaf8 0%,#aed6f1 100%);border-bottom-right-radius:4px}.page-module__KGSLyG__messageAi .page-module__KGSLyG__bubble{color:#333;box-shadow:none;white-space:normal;background:0 0;border-radius:0;padding:12px 16px;overflow-x:auto}.page-module__KGSLyG__status{text-align:center;color:#999;padding:8px;font-size:13px}.page-module__KGSLyG__error{text-align:center;color:#e74c3c;background:#e74c3c14;border-radius:8px;margin:8px 0;padding:8px;font-size:13px}.page-module__KGSLyG__inputContainer{box-sizing:border-box;flex-shrink:0;width:100%;max-width:900px;margin:0 auto;padding:12px}.page-module__KGSLyG__toolsRow{align-items:center;gap:8px;margin-bottom:8px;margin-left:auto;margin-right:auto;display:flex}.page-module__KGSLyG__inputWrap{box-sizing:border-box;background:#fff;border:1px solid #92c8d6;border-radius:12px;flex-direction:column;gap:12px;margin:0 auto;padding:12px 16px 12px 12px;transition:border-color .3s,box-shadow .3s;display:flex}.page-module__KGSLyG__inputWrap:focus-within{border:1.5px solid #92c8d6;box-shadow:0 0 16px #0000001a}.page-module__KGSLyG__inputWrap:hover{border:1.5px solid #92c8d6}.page-module__KGSLyG__inputArea{color:#333;white-space:pre-wrap;outline:none;min-height:60px;max-height:150px;font-size:16px;line-height:1.6;overflow-y:auto}.page-module__KGSLyG__inputArea:empty:before{content:attr(data-placeholder);color:#999}.page-module__KGSLyG__inputToolbar{justify-content:space-between;align-items:center;gap:8px;display:flex}.page-module__KGSLyG__toolbarLeft{align-items:center;gap:8px;display:flex}.page-module__KGSLyG__toggleBtn{cursor:pointer;color:#999;white-space:nowrap;background:0 0;border:1px solid #e0e0e0;border-radius:20px;align-items:center;gap:6px;height:32px;padding:6px 13px;font-size:13px;transition:all .2s;display:flex}.page-module__KGSLyG__toggleBtn:hover{color:#666;border-color:#ccc}.page-module__KGSLyG__toggleBtn svg{flex-shrink:0;width:15px;height:15px}.page-module__KGSLyG__toggleBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__KGSLyG__toggleBtnActive{color:#5cafbf;background:#92c8d621;border-color:#92c8d68c}.page-module__KGSLyG__toggleBtnActive:hover{color:#4ba0b0;background:#92c8d633;border-color:#92c8d6b3}.page-module__KGSLyG__thinkingMenuWrapper{position:relative}.page-module__KGSLyG__sendBtn{cursor:not-allowed;background:#d0d0d0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.page-module__KGSLyG__sendBtnActive{cursor:pointer;background:linear-gradient(135deg,#b97aff 0%,#d896ff 50%,#ffb6e6 100%)}.page-module__KGSLyG__sendBtnActive:hover{background:linear-gradient(135deg,#a569e5 0%,#c97fe5 50%,#ff9dd6 100%);transform:scale(1.05)}.page-module__KGSLyG__sendBtnDisabled{opacity:.5}.page-module__KGSLyG__sendBtn svg{width:18px;height:18px}.page-module__KGSLyG__stopBtn{cursor:pointer;background:#e74c3c;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.page-module__KGSLyG__stopBtn:hover{background:#c0392b;transform:scale(1.05)}.page-module__KGSLyG__stopBtn svg{width:16px;height:16px}.page-module__KGSLyG__thinkingArea{max-width:75%;margin-bottom:16px}.page-module__KGSLyG__thinkingHeader{margin-bottom:12px}.page-module__KGSLyG__modelInfo{align-items:center;gap:12px;padding:0 4px;display:flex}.page-module__KGSLyG__avatarPlaceholder{color:#fff;background-color:#d0d0d0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:600;display:flex}.page-module__KGSLyG__avatarImage{object-fit:cover;border-radius:8px;flex-shrink:0;width:36px;height:36px}.page-module__KGSLyG__modelDetails{flex-direction:column;gap:2px;display:flex}.page-module__KGSLyG__modelNameRow{align-items:center;gap:6px;display:flex}.page-module__KGSLyG__modelName{color:#333;font-size:15px;font-weight:600;line-height:1.4}.page-module__KGSLyG__modelDivider{color:#bbb;font-size:12px}.page-module__KGSLyG__modelProvider{color:#666;font-size:14px}.page-module__KGSLyG__modelMetaRow{align-items:center;gap:8px;display:flex}.page-module__KGSLyG__modelTime{color:#999;font-family:SF Mono,Monaco,monospace;font-size:13px}.page-module__KGSLyG__reasoningBox{box-shadow:none;border:1px solid #e0e0e0;border-radius:8px;transition:box-shadow .2s,border-color .2s;overflow:hidden}.page-module__KGSLyG__thinkingWrapper{max-width:75%;margin-bottom:16px}.page-module__KGSLyG__reasoningBox:hover{border-color:#d0d0d0;box-shadow:0 4px 12px #00000014}.page-module__KGSLyG__reasoningHeader{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#0000;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.page-module__KGSLyG__reasoningHeaderLeft{color:#333;align-items:center;gap:10px;font-size:14px;display:flex}.page-module__KGSLyG__bulbIcon{color:#666;flex-shrink:0;width:18px;height:18px}.page-module__KGSLyG__chevron{color:#999;flex-shrink:0;width:16px;height:16px;transition:transform .2s}.page-module__KGSLyG__reasoningBox.page-module__KGSLyG__expanded .page-module__KGSLyG__chevron{transform:rotate(90deg)}.page-module__KGSLyG__reasoningBox.page-module__KGSLyG__thinking .page-module__KGSLyG__bulbIcon{color:#4f8cff;animation:1.5s ease-in-out infinite page-module__KGSLyG__bulbPulse}@keyframes page-module__KGSLyG__bulbPulse{0%,to{opacity:1;color:#4f8cff}50%{opacity:.5;color:#888}}.page-module__KGSLyG__reasoningContent{background-color:#0000;max-height:0;transition:max-height .3s;overflow:hidden}.page-module__KGSLyG__reasoningBox.page-module__KGSLyG__expanded .page-module__KGSLyG__reasoningContent{max-height:400px;overflow-y:auto}.page-module__KGSLyG__reasoningContentInner{padding:0 16px 16px 44px}.page-module__KGSLyG__thinkingText{color:#888;white-space:pre-wrap;word-wrap:break-word;font-size:13px;line-height:1.7}.page-module__KGSLyG__loadingDots{align-items:center;gap:5px;height:6px;margin-top:12px;padding-bottom:4px;display:none}.page-module__KGSLyG__reasoningBox.page-module__KGSLyG__thinking.page-module__KGSLyG__expanded .page-module__KGSLyG__loadingDots{display:flex}.page-module__KGSLyG__dot{background-color:#666;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both page-module__KGSLyG__dotBounce}.page-module__KGSLyG__dot:first-child{animation-delay:-.32s}.page-module__KGSLyG__dot:nth-child(2){opacity:.6;animation-delay:-.16s}.page-module__KGSLyG__dot:nth-child(3){opacity:.3;animation-delay:0s}@keyframes page-module__KGSLyG__dotBounce{0%,80%,to{transform:scale(.6)}40%{transform:scale(1)}}.page-module__KGSLyG__pollingWarning{text-align:center;color:#f0a030;background:#f0a03014;border:1px solid #f0a03033;border-radius:6px;margin-bottom:8px;padding:4px 8px;font-size:12px}.page-module__KGSLyG__searchingIndicator{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f626;border-radius:8px;align-items:center;gap:8px;margin:8px 0;padding:8px 16px;font-size:13px;display:flex}.page-module__KGSLyG__searchingIcon{flex-shrink:0;width:15px;height:15px;animation:1.4s ease-in-out infinite page-module__KGSLyG__searchingPulse}.page-module__KGSLyG__searchingText{color:#3b82f6;text-overflow:ellipsis;white-space:nowrap;max-width:360px;overflow:hidden}.page-module__KGSLyG__searchingDots .page-module__KGSLyG__dot{opacity:0;background:0 0;width:auto;height:auto;font-size:18px;font-weight:700;line-height:1;animation:1.4s ease-in-out infinite page-module__KGSLyG__searchingPulse}.page-module__KGSLyG__searchingDots .page-module__KGSLyG__dot:first-child{animation-delay:0s}.page-module__KGSLyG__searchingDots .page-module__KGSLyG__dot:nth-child(2){animation-delay:.2s}.page-module__KGSLyG__searchingDots .page-module__KGSLyG__dot:nth-child(3){animation-delay:.4s}@keyframes page-module__KGSLyG__searchingPulse{0%,to{opacity:.2}50%{opacity:1}}.page-module__KGSLyG__toolsCard{border:1px solid #e0e0e0;border-radius:8px;max-width:25%;transition:box-shadow .2s,border-color .2s;overflow:hidden}.page-module__KGSLyG__toolsCard:hover{border-color:#d0d0d0;box-shadow:0 4px 12px #00000014}.page-module__KGSLyG__toolsCardHeader{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.page-module__KGSLyG__toolsCardHeaderLeft{align-items:center;gap:8px;display:flex}.page-module__KGSLyG__toolsCardIcon{color:#6b7280;flex-shrink:0;width:15px;height:15px}.page-module__KGSLyG__toolsCardTitle{color:#555;font-size:13px;font-weight:500}.page-module__KGSLyG__toolsCardChevron{color:#999;flex-shrink:0;width:14px;height:14px;transition:transform .2s}.page-module__KGSLyG__toolsExpanded .page-module__KGSLyG__toolsCardChevron{transform:rotate(90deg)}.page-module__KGSLyG__toolsCardContent{max-height:0;transition:max-height .3s;overflow:hidden}.page-module__KGSLyG__toolsExpanded .page-module__KGSLyG__toolsCardContent{max-height:300px;overflow-y:auto}.page-module__KGSLyG__toolsCardContentInner{padding:0 14px 12px 38px}.page-module__KGSLyG__toolsLink{color:#6b7280;align-items:center;gap:4px;padding:3px 0;font-size:12px;text-decoration:none;transition:color .15s;display:flex}.page-module__KGSLyG__toolsLink:hover{color:#2563eb}.page-module__KGSLyG__toolsIndex{color:#9ca3af;flex-shrink:0;min-width:16px}.page-module__KGSLyG__toolsLinkText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.page-module__KGSLyG__toolsLinkIcon{opacity:.4;flex-shrink:0;width:10px;height:10px;margin-left:2px}.page-module__KGSLyG__toolsLink:hover .page-module__KGSLyG__toolsLinkIcon{opacity:.8}.page-module__KGSLyG__toolsCardPending{cursor:default;background:#3b82f60a;border-style:dashed}.page-module__KGSLyG__toolsCardPending .page-module__KGSLyG__toolsCardHeader{cursor:default}.page-module__KGSLyG__searchingSpinner{border:2px solid #3b82f633;border-top-color:#3b82f6;border-radius:50%;flex-shrink:0;width:15px;height:15px;animation:.7s linear infinite page-module__KGSLyG__searchSpin}@keyframes page-module__KGSLyG__searchSpin{to{transform:rotate(360deg)}}@media (max-width:767px){.page-module__KGSLyG__messages{padding-left:8px;padding-right:8px}.page-module__KGSLyG__inputContainer{padding:8px;padding-bottom:calc(8px + env(safe-area-inset-bottom,48px))}.page-module__KGSLyG__inputArea{font-size:16px}}
