.chat-module__rfSwNa__chatLayout{background:var(--bg);height:100dvh;display:flex;overflow:hidden}.chat-module__rfSwNa__sidebar{background:var(--bg-secondary);border-right:1px solid var(--border);z-index:40;flex-direction:column;width:280px;min-width:280px;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.chat-module__rfSwNa__sidebarHeader{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:16px;display:flex}.chat-module__rfSwNa__logo{color:var(--text);align-items:center;gap:8px;font-size:.9375rem;font-weight:700;text-decoration:none;display:flex}.chat-module__rfSwNa__logoIcon{background:linear-gradient(135deg, var(--brand), var(--brand-light));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:800;display:flex}.chat-module__rfSwNa__newChatBtn{background:var(--brand-bg);width:36px;height:36px;color:var(--brand);border-radius:10px;justify-content:center;align-items:center;margin-left:auto;font-size:1.25rem;transition:all .2s;display:flex}.chat-module__rfSwNa__newChatBtn:hover{background:var(--brand-bg-hover);transform:scale(1.05)}.chat-module__rfSwNa__sidebarSearch{padding:12px 16px}.chat-module__rfSwNa__searchInput{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);outline:none;padding:8px 12px;font-size:.8125rem;transition:border-color .2s}.chat-module__rfSwNa__searchInput:focus{border-color:var(--brand)}.chat-module__rfSwNa__searchInput::placeholder{color:var(--text-tertiary)}.chat-module__rfSwNa__sidebarContent{flex:1;padding:8px;overflow-y:auto}.chat-module__rfSwNa__sidebarGroup{margin-bottom:8px}.chat-module__rfSwNa__sidebarGroupTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--text-tertiary);padding:8px 12px 4px;font-size:.6875rem;font-weight:600}.chat-module__rfSwNa__chatItem{border-radius:var(--radius-sm);width:100%;color:var(--text-secondary);text-align:left;align-items:center;gap:8px;padding:10px 12px;font-size:.8125rem;transition:all .15s;display:flex;overflow:hidden}.chat-module__rfSwNa__chatItem:hover{background:var(--surface-hover);color:var(--text)}.chat-module__rfSwNa__chatItemActive{background:var(--brand-bg);color:var(--brand);font-weight:500}.chat-module__rfSwNa__chatItemText{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.chat-module__rfSwNa__chatItemDelete{opacity:0;color:var(--text-tertiary);flex-shrink:0;padding:2px;font-size:.75rem;transition:opacity .15s}.chat-module__rfSwNa__chatItem:hover .chat-module__rfSwNa__chatItemDelete{opacity:1}.chat-module__rfSwNa__chatItemDelete:hover{color:var(--error)}.chat-module__rfSwNa__sidebarFooter{border-top:1px solid var(--border);align-items:center;gap:8px;padding:12px 16px;display:flex}.chat-module__rfSwNa__userAvatar{background:var(--brand-bg);width:32px;height:32px;color:var(--brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.chat-module__rfSwNa__userName{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.8125rem;font-weight:500;overflow:hidden}.chat-module__rfSwNa__tokenBadge{border-radius:var(--radius-full);background:var(--brand-bg);color:var(--brand);align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.chat-module__rfSwNa__tokenBadge:hover{background:var(--brand-bg-hover)}.chat-module__rfSwNa__settingsBtn{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-tertiary);justify-content:center;align-items:center;transition:all .15s;display:flex}.chat-module__rfSwNa__settingsBtn:hover{background:var(--surface-hover);color:var(--text)}.chat-module__rfSwNa__balanceBlock{border-top:1px solid var(--border);padding:8px 16px}.chat-module__rfSwNa__balanceRow{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.chat-module__rfSwNa__balanceLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.03em;font-size:.6875rem;font-weight:500}.chat-module__rfSwNa__balanceValue{color:var(--brand);font-size:.8125rem;font-weight:700}.chat-module__rfSwNa__balanceBar{background:var(--border);border-radius:2px;height:3px;margin-bottom:3px;overflow:hidden}.chat-module__rfSwNa__balanceBarFill{background:linear-gradient(90deg, var(--brand), var(--brand-light));border-radius:2px;height:100%;transition:width .4s}.chat-module__rfSwNa__balanceDetail{color:var(--text-tertiary);justify-content:space-between;font-size:.625rem;display:flex}.chat-module__rfSwNa__chatMain{flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.chat-module__rfSwNa__chatHeader{border-bottom:1px solid var(--border);align-items:center;gap:12px;min-height:56px;padding:12px 24px;display:flex}.chat-module__rfSwNa__chatHeaderTitle{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.9375rem;font-weight:600;overflow:hidden}.chat-module__rfSwNa__menuToggle{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-secondary);justify-content:center;align-items:center;display:none}.chat-module__rfSwNa__messagesArea{flex:1;padding:0;overflow-y:auto}.chat-module__rfSwNa__messagesInner{flex-direction:column;gap:4px;max-width:800px;margin:0 auto;padding:24px 24px 16px;display:flex}.chat-module__rfSwNa__messageRow{gap:12px;padding:16px 0;animation:.3s ease-out chat-module__rfSwNa__fadeIn;display:flex}.chat-module__rfSwNa__messageRowUser{justify-content:flex-end}.chat-module__rfSwNa__msgAvatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;font-size:.875rem;display:flex}.chat-module__rfSwNa__msgAvatarAssistant{color:#0a0a0f;background:linear-gradient(135deg,#0f8 0%,#00d4ff 100%);font-weight:700}.chat-module__rfSwNa__msgAvatarUser{background:var(--brand-bg);color:var(--brand);font-weight:600}.chat-module__rfSwNa__msgContent{flex:1;min-width:0;max-width:700px}.chat-module__rfSwNa__msgBubble{color:var(--text);word-break:break-word;font-size:.9375rem;line-height:1.65}.chat-module__rfSwNa__msgBubbleUser{background:var(--brand-bg);border-radius:var(--radius-md);border-bottom-right-radius:4px;max-width:600px;margin-left:auto;padding:12px 16px}.chat-module__rfSwNa__msgTime{color:var(--text-tertiary);margin-top:4px;font-size:.6875rem}.chat-module__rfSwNa__ideasGrid{flex-direction:column;gap:8px;margin-top:12px;display:flex}.chat-module__rfSwNa__ideaGroupTitle{color:var(--text-secondary);align-items:center;gap:8px;padding:8px 0 4px;font-size:.8125rem;font-weight:600;display:flex}.chat-module__rfSwNa__ideaCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;align-items:flex-start;gap:12px;padding:16px;transition:all .2s;display:flex}.chat-module__rfSwNa__ideaCard:hover{border-color:var(--brand-border);background:var(--surface-hover);box-shadow:var(--shadow-sm)}.chat-module__rfSwNa__ideaNum{background:var(--brand-bg);width:28px;height:28px;color:var(--brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;display:flex}.chat-module__rfSwNa__ideaBody{flex:1;min-width:0}.chat-module__rfSwNa__ideaTitle{color:var(--text);margin-bottom:4px;font-size:.9375rem;font-weight:600}.chat-module__rfSwNa__ideaHook{color:var(--text-secondary);margin-bottom:8px;font-size:.8125rem;font-style:italic;line-height:1.4}.chat-module__rfSwNa__ideaAudience{color:var(--text-tertiary);align-items:center;gap:4px;margin-bottom:8px;font-size:.75rem;display:flex}.chat-module__rfSwNa__ideaTags{flex-wrap:wrap;gap:4px;display:flex}.chat-module__rfSwNa__ideaTag{border-radius:var(--radius-full);background:var(--brand-bg);color:var(--brand);padding:2px 8px;font-size:.6875rem;font-weight:600}.chat-module__rfSwNa__ideaTagGold{color:#c4a000;background:#ffd7001f}.chat-module__rfSwNa__ideaTagRed{color:#ff3b3b;background:#ff3b3b1f}.chat-module__rfSwNa__ideaTagCyan{color:#00b8db;background:#00d4ff1f}.chat-module__rfSwNa__ideaSelect{border-radius:var(--radius-sm);background:var(--brand);color:#fff;white-space:nowrap;flex-shrink:0;align-self:center;padding:6px 14px;font-size:.8125rem;font-weight:600;transition:all .2s}.chat-module__rfSwNa__ideaSelect:hover{background:var(--brand-dark);transform:translateY(-1px)}.chat-module__rfSwNa__slideCountBox{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;padding:16px;display:flex}.chat-module__rfSwNa__slideCountLabel{color:var(--text);font-size:.875rem;font-weight:500}.chat-module__rfSwNa__slideCountPills{gap:6px;display:flex}.chat-module__rfSwNa__slideCountPill{border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-secondary);padding:6px 14px;font-size:.8125rem;font-weight:600;transition:all .15s}.chat-module__rfSwNa__slideCountPill:hover{background:var(--brand-bg);color:var(--brand)}.chat-module__rfSwNa__slideCountPillActive{background:var(--brand);color:#fff}.chat-module__rfSwNa__slideCountGen{border-radius:var(--radius-sm);background:var(--brand);color:#fff;margin-left:auto;padding:8px 20px;font-size:.875rem;font-weight:600;transition:all .2s}.chat-module__rfSwNa__slideCountGen:hover{background:var(--brand-dark)}.chat-module__rfSwNa__slideCountActions{align-items:center;gap:8px;margin-left:auto;display:flex}.chat-module__rfSwNa__slideCountBack{border-radius:var(--radius-sm);background:var(--bg-tertiary);color:var(--text-secondary);white-space:nowrap;padding:8px 16px;font-size:.8125rem;font-weight:500;transition:all .15s}.chat-module__rfSwNa__slideCountBack:hover{background:var(--surface-hover);color:var(--text)}.chat-module__rfSwNa__promptsBackBtn{border-radius:var(--radius-sm);background:var(--bg-tertiary);color:var(--text-secondary);white-space:nowrap;padding:10px 20px;font-size:.8125rem;font-weight:500;transition:all .15s}.chat-module__rfSwNa__promptsBackBtn:hover{background:var(--surface-hover);color:var(--text)}.chat-module__rfSwNa__promptsList{flex-direction:column;gap:10px;margin-top:12px;display:flex}.chat-module__rfSwNa__promptCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.chat-module__rfSwNa__promptHeader{border-bottom:1px solid var(--border-light);align-items:center;gap:10px;padding:12px 16px;display:flex}.chat-module__rfSwNa__promptNum{color:#00c46a;background:#00ff8826;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;font-weight:700;display:flex}.chat-module__rfSwNa__promptTitle{color:var(--text);flex:1;font-size:.875rem;font-weight:600}.chat-module__rfSwNa__promptSubtitle{color:var(--text-tertiary);margin-top:2px;font-size:.75rem}.chat-module__rfSwNa__promptBadge{border-radius:var(--radius-full);color:#00c46a;background:#00ff881f;padding:2px 10px;font-size:.6875rem;font-weight:600}.chat-module__rfSwNa__promptBadgeGold{color:#c4a000;background:#ffd7001f}.chat-module__rfSwNa__promptCodeBlock{border-radius:var(--radius-sm);color:#7ee787;white-space:pre-wrap;word-break:break-word;background:#0d1117;max-height:200px;margin:12px 16px;padding:14px 16px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.8125rem;line-height:1.55;overflow-y:auto}.chat-module__rfSwNa__promptActions{border-top:1px solid var(--border-light);gap:6px;padding:10px 16px;display:flex}.chat-module__rfSwNa__promptActionBtn{border-radius:var(--radius-sm);color:var(--text-secondary);background:var(--bg-tertiary);align-items:center;gap:4px;padding:5px 12px;font-size:.75rem;font-weight:500;transition:all .15s;display:flex}.chat-module__rfSwNa__promptActionBtn:hover{background:var(--brand-bg);color:var(--brand)}.chat-module__rfSwNa__promptsGlobalActions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.chat-module__rfSwNa__generateBtn{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--brand), var(--brand-light));color:#fff;align-items:center;gap:8px;padding:10px 24px;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.chat-module__rfSwNa__generateBtn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #7c3aed59}.chat-module__rfSwNa__generateBtn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.chat-module__rfSwNa__regenAllBtn{border-radius:var(--radius-sm);background:var(--bg-tertiary);color:var(--text-secondary);padding:10px 20px;font-size:.8125rem;font-weight:500;transition:all .15s}.chat-module__rfSwNa__regenAllBtn:hover{background:var(--brand-bg);color:var(--brand)}.chat-module__rfSwNa__imagesGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-top:12px;display:grid}.chat-module__rfSwNa__imageCard{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);transition:all .2s;overflow:hidden}.chat-module__rfSwNa__imageCard:hover{border-color:var(--brand-border);box-shadow:var(--shadow-md)}.chat-module__rfSwNa__imageThumb{aspect-ratio:4/5;-o-object-fit:cover;object-fit:cover;cursor:pointer;width:100%;transition:transform .2s;display:block}.chat-module__rfSwNa__imageThumb:hover{transform:scale(1.02)}.chat-module__rfSwNa__imageActions{gap:4px;padding:8px;display:flex}.chat-module__rfSwNa__imgBtn{border-radius:var(--radius-sm);color:var(--text-secondary);background:var(--bg-tertiary);text-align:center;flex:1;justify-content:center;align-items:center;gap:3px;padding:5px 6px;font-size:.6875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.chat-module__rfSwNa__imgBtn:hover{background:var(--brand-bg);color:var(--brand)}.chat-module__rfSwNa__imgBtnDanger:hover{color:var(--error);background:#ef44441f}.chat-module__rfSwNa__inputArea{border-top:1px solid var(--border);padding:16px 24px 20px}.chat-module__rfSwNa__inputWrap{max-width:800px;margin:0 auto;position:relative}.chat-module__rfSwNa__inputBox{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);align-items:flex-end;gap:8px;padding:8px 12px;transition:border-color .2s,box-shadow .2s;display:flex}.chat-module__rfSwNa__inputBox:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-bg)}.chat-module__rfSwNa__inputTextarea{resize:none;color:var(--text);background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:200px;padding:4px 0;font-size:.9375rem;line-height:1.5}.chat-module__rfSwNa__inputTextarea::placeholder{color:var(--text-tertiary)}.chat-module__rfSwNa__sendBtn{background:var(--brand);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.chat-module__rfSwNa__sendBtn:hover{background:var(--brand-dark);transform:scale(1.05)}.chat-module__rfSwNa__sendBtn:disabled{opacity:.4;cursor:not-allowed;transform:none}.chat-module__rfSwNa__welcome{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.chat-module__rfSwNa__welcomeIcon{background:linear-gradient(135deg,#0f8,#00d4ff);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:24px;font-size:2rem;animation:3s ease-in-out infinite chat-module__rfSwNa__pulse;display:flex}.chat-module__rfSwNa__welcomeTitle{color:var(--text);margin-bottom:8px;font-size:1.5rem;font-weight:700}.chat-module__rfSwNa__welcomeSubtitle{color:var(--text-secondary);max-width:440px;margin-bottom:32px;font-size:.9375rem;line-height:1.5}.chat-module__rfSwNa__quickActions{flex-wrap:wrap;justify-content:center;gap:10px;max-width:500px;display:flex}.chat-module__rfSwNa__quickAction{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text);align-items:center;gap:8px;padding:12px 20px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.chat-module__rfSwNa__quickAction:hover{border-color:var(--brand-border);background:var(--brand-bg);color:var(--brand);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.chat-module__rfSwNa__typingIndicator{align-items:center;gap:10px;padding:10px 0;display:flex}.chat-module__rfSwNa__typingText{color:var(--text-secondary);font-size:.875rem;animation:2s ease-in-out infinite chat-module__rfSwNa__typingFade}.chat-module__rfSwNa__typingDots{gap:3px;display:flex}.chat-module__rfSwNa__typingDot{background:var(--brand);opacity:.4;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite chat-module__rfSwNa__typingBounce}.chat-module__rfSwNa__typingDot:nth-child(2){animation-delay:.2s}.chat-module__rfSwNa__typingDot:nth-child(3){animation-delay:.4s}@keyframes chat-module__rfSwNa__typingBounce{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes chat-module__rfSwNa__typingFade{0%,to{opacity:.6}50%{opacity:1}}.chat-module__rfSwNa__thinkingBlock{background:linear-gradient(135deg, var(--surface), var(--brand-bg));border:1px solid var(--brand-border);border-radius:var(--radius-md);min-width:280px;padding:16px 20px 14px;position:relative;overflow:hidden}.chat-module__rfSwNa__thinkingGlow{background:radial-gradient(circle, var(--brand) 0%, transparent 60%);opacity:.04;pointer-events:none;width:200%;height:200%;animation:3s ease-in-out infinite chat-module__rfSwNa__thinkingGlowPulse;position:absolute;top:-50%;left:-50%}@keyframes chat-module__rfSwNa__thinkingGlowPulse{0%,to{opacity:.03;transform:scale(.8)}50%{opacity:.08;transform:scale(1.1)}}.chat-module__rfSwNa__thinkingContent{z-index:1;align-items:center;gap:12px;display:flex;position:relative}.chat-module__rfSwNa__thinkingIcon{flex-shrink:0;font-size:1.5rem;animation:2s ease-in-out infinite chat-module__rfSwNa__thinkingIconPulse}@keyframes chat-module__rfSwNa__thinkingIconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.chat-module__rfSwNa__thinkingTextWrap{flex-direction:column;flex:1;gap:2px;display:flex}.chat-module__rfSwNa__thinkingTitle{color:var(--text);font-size:.875rem;font-weight:600}.chat-module__rfSwNa__thinkingHint{color:var(--text-tertiary);font-size:.75rem}.chat-module__rfSwNa__thinkingDots{flex-shrink:0;gap:4px;display:flex}.chat-module__rfSwNa__thinkingDot{background:var(--brand);opacity:.3;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite chat-module__rfSwNa__thinkingDotBounce}.chat-module__rfSwNa__thinkingDot:nth-child(2){animation-delay:.2s}.chat-module__rfSwNa__thinkingDot:nth-child(3){animation-delay:.4s}@keyframes chat-module__rfSwNa__thinkingDotBounce{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.chat-module__rfSwNa__thinkingProgress{background:var(--border);z-index:1;border-radius:2px;height:3px;margin-top:12px;position:relative;overflow:hidden}.chat-module__rfSwNa__thinkingProgressBar{background:linear-gradient(90deg, var(--brand), var(--brand-light));border-radius:2px;height:100%;transition:width .5s}.chat-module__rfSwNa__thinkingOverlay{z-index:9999;-webkit-backdrop-filter:blur(6px);background:#0000008c;justify-content:center;align-items:center;animation:.25s chat-module__rfSwNa__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes chat-module__rfSwNa__overlayFadeIn{0%{opacity:0}to{opacity:1}}.chat-module__rfSwNa__thinkingOverlayCard{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);flex-direction:column;align-items:center;gap:12px;padding:40px 56px;animation:.35s chat-module__rfSwNa__overlayCardIn;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px #0006}@keyframes chat-module__rfSwNa__overlayCardIn{0%{opacity:0;transform:scale(.92)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.chat-module__rfSwNa__thinkingOverlayGlow{background:radial-gradient(circle, var(--brand) 0%, transparent 55%);opacity:.06;pointer-events:none;width:180%;height:260%;animation:3s ease-in-out infinite chat-module__rfSwNa__thinkingGlowPulse;position:absolute;top:-80%;left:-40%}.chat-module__rfSwNa__thinkingOverlayIcon{font-size:2.5rem;animation:2s ease-in-out infinite chat-module__rfSwNa__thinkingIconPulse}.chat-module__rfSwNa__thinkingOverlayTitle{color:var(--text);text-align:center;font-size:1.125rem;font-weight:700}.chat-module__rfSwNa__thinkingOverlayHint{color:var(--text-tertiary);text-align:center;max-width:260px;font-size:.8125rem}.chat-module__rfSwNa__loadingDots{gap:4px;padding:8px 0;display:flex}.chat-module__rfSwNa__loadingDot{background:var(--brand);border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite chat-module__rfSwNa__pulse}.chat-module__rfSwNa__loadingDot:nth-child(2){animation-delay:.2s}.chat-module__rfSwNa__loadingDot:nth-child(3){animation-delay:.4s}.chat-module__rfSwNa__spinner{border:2px solid var(--border);border-top-color:var(--brand);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite chat-module__rfSwNa__spin}.chat-module__rfSwNa__brainSetup{max-width:680px;margin:0 auto;padding:24px 24px 32px}.chat-module__rfSwNa__brainHeader{text-align:center;margin-bottom:28px}.chat-module__rfSwNa__brainTitle{color:var(--text);margin-bottom:6px;font-size:1.375rem;font-weight:700}.chat-module__rfSwNa__brainSubtitle{color:var(--text-secondary);margin-bottom:16px;font-size:.875rem;line-height:1.4}.chat-module__rfSwNa__brainProgress{background:var(--border);border-radius:4px;height:4px;margin-bottom:6px;overflow:hidden}.chat-module__rfSwNa__brainProgressBar{background:linear-gradient(90deg, var(--brand), var(--brand-light));border-radius:4px;height:100%;transition:width .4s}.chat-module__rfSwNa__brainProgressLabel{color:var(--text-tertiary);font-size:.75rem}.chat-module__rfSwNa__brainQuestions{flex-direction:column;gap:20px;display:flex}.chat-module__rfSwNa__brainQuestion{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;transition:border-color .2s}.chat-module__rfSwNa__brainQuestion:hover{border-color:var(--border-light,var(--border))}.chat-module__rfSwNa__brainQLabel{color:var(--text);align-items:center;gap:8px;margin-bottom:10px;font-size:.9375rem;font-weight:600;display:flex}.chat-module__rfSwNa__brainQEmoji{font-size:1.125rem}.chat-module__rfSwNa__brainQMulti{color:var(--text-tertiary);border-radius:var(--radius-full);background:var(--bg-tertiary);margin-left:auto;padding:2px 8px;font-size:.6875rem;font-weight:400}.chat-module__rfSwNa__brainQOptions{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.chat-module__rfSwNa__brainQPill{border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;border:1px solid #0000;align-items:center;gap:4px;padding:6px 14px;font-size:.8125rem;font-weight:500;transition:all .15s;display:flex}.chat-module__rfSwNa__brainQPill:hover{background:var(--brand-bg);color:var(--brand);border-color:var(--brand-border)}.chat-module__rfSwNa__brainQPillActive{background:var(--brand-bg);color:var(--brand);border-color:var(--brand);font-weight:600}.chat-module__rfSwNa__brainQCheck{font-size:.6875rem;font-weight:700}.chat-module__rfSwNa__brainQCustom{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);outline:none;padding:8px 12px;font-size:.8125rem;transition:border-color .2s}.chat-module__rfSwNa__brainQCustom:focus{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-bg)}.chat-module__rfSwNa__brainQCustom::placeholder{color:var(--text-tertiary)}.chat-module__rfSwNa__brainSection{border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color .2s;overflow:hidden}.chat-module__rfSwNa__brainSection:hover{border-color:var(--border-light,var(--border))}.chat-module__rfSwNa__brainSectionHeader{width:100%;color:var(--text);background:var(--surface);text-align:left;cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 16px;font-size:.9375rem;font-weight:600;transition:background .15s;display:flex}.chat-module__rfSwNa__brainSectionHeader:hover{background:var(--surface-hover,var(--bg-tertiary))}.chat-module__rfSwNa__brainSectionToggle{color:var(--text-tertiary);text-align:center;flex-shrink:0;width:16px;font-size:.75rem}.chat-module__rfSwNa__brainSectionEmoji{flex-shrink:0;font-size:1.125rem}.chat-module__rfSwNa__brainSectionTitle{flex-shrink:0;font-weight:600}.chat-module__rfSwNa__brainSectionHint{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;margin-left:4px;font-size:.75rem;font-weight:400;overflow:hidden}.chat-module__rfSwNa__brainSectionCount{border-radius:var(--radius-full);background:var(--brand-bg);color:var(--brand);flex-shrink:0;margin-left:auto;padding:2px 8px;font-size:.6875rem;font-weight:600}.chat-module__rfSwNa__brainSectionBody{background:var(--bg);border-top:1px solid var(--border);flex-direction:column;gap:16px;padding:4px 16px 16px;animation:.2s ease-out chat-module__rfSwNa__fadeIn;display:flex}.chat-module__rfSwNa__brainSectionBody .chat-module__rfSwNa__brainQuestion{border:none;border-bottom:1px solid var(--border);background:0 0;padding:12px 0}.chat-module__rfSwNa__brainSectionBody .chat-module__rfSwNa__brainQuestion:last-child{border-bottom:none;padding-bottom:0}.chat-module__rfSwNa__brainActions{border-top:1px solid var(--border);background:var(--bg);z-index:5;gap:10px;margin-top:28px;padding-top:20px;padding-bottom:4px;display:flex;position:sticky;bottom:0}.chat-module__rfSwNa__sidebarOverlay{z-index:35;background:#00000080;display:none;position:fixed;inset:0}.chat-module__rfSwNa__toast{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);color:var(--text);z-index:100;padding:12px 20px;font-size:.875rem;animation:.3s ease-out chat-module__rfSwNa__slideUp;position:fixed;bottom:24px;right:24px}@media (max-width:768px){.chat-module__rfSwNa__sidebar{position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.chat-module__rfSwNa__sidebarOpen{transform:translate(0)}.chat-module__rfSwNa__sidebarOverlay{display:block}.chat-module__rfSwNa__menuToggle{display:flex}.chat-module__rfSwNa__inputArea{padding:12px 16px 16px}.chat-module__rfSwNa__messagesInner{padding:16px}.chat-module__rfSwNa__imagesGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.chat-module__rfSwNa__projectForm{padding:20px!important}}.chat-module__rfSwNa__createProjectBtn{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--brand), var(--brand-light));color:#fff;flex-direction:column;align-items:center;gap:4px;margin-bottom:24px;padding:16px 32px;font-size:1.0625rem;font-weight:700;transition:all .25s;display:flex;box-shadow:0 4px 20px #7c3aed4d}.chat-module__rfSwNa__createProjectBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #7c3aed66}.chat-module__rfSwNa__createProjectBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.chat-module__rfSwNa__createProjectHint{opacity:.8;font-size:.75rem;font-weight:400}.chat-module__rfSwNa__welcomeDivider{width:100%;max-width:500px;color:var(--text-tertiary);align-items:center;gap:16px;margin-bottom:20px;font-size:.8125rem;display:flex}.chat-module__rfSwNa__welcomeDivider:before,.chat-module__rfSwNa__welcomeDivider:after{content:"";background:var(--border);flex:1;height:1px}.chat-module__rfSwNa__quickActionLoading{opacity:.85;pointer-events:none;border-color:var(--brand-border);background:var(--brand-bg)}.chat-module__rfSwNa__quickAction:disabled{opacity:.5;cursor:not-allowed;box-shadow:none!important;transform:none!important}.chat-module__rfSwNa__projectForm{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:left;flex-direction:column;gap:20px;width:100%;max-width:520px;padding:28px;animation:.3s ease-out chat-module__rfSwNa__fadeIn;display:flex}.chat-module__rfSwNa__projectField{flex-direction:column;gap:6px;display:flex}.chat-module__rfSwNa__projectLabel{color:var(--text);align-items:baseline;gap:6px;font-size:.875rem;font-weight:600;display:flex}.chat-module__rfSwNa__projectLabelHint{color:var(--text-tertiary);font-size:.75rem;font-weight:400}.chat-module__rfSwNa__projectInput{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);color:var(--text);outline:none;padding:10px 14px;font-size:.9375rem;transition:border-color .2s}.chat-module__rfSwNa__projectInput:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-bg)}.chat-module__rfSwNa__projectInput::placeholder{color:var(--text-tertiary)}.chat-module__rfSwNa__projectTextarea{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);resize:vertical;box-sizing:border-box;outline:none;min-height:80px;padding:12px 14px;font-family:inherit;font-size:.875rem;line-height:1.55;transition:border-color .2s}.chat-module__rfSwNa__projectTextarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-bg)}.chat-module__rfSwNa__projectTextarea::placeholder{color:var(--text-tertiary)}.chat-module__rfSwNa__projectFieldHint{color:var(--text-tertiary);padding:2px 0;font-size:.75rem}.chat-module__rfSwNa__projectActions{gap:10px;margin-top:4px;display:flex}.chat-module__rfSwNa__projectBackBtn{border-radius:var(--radius-sm);background:var(--bg-tertiary);color:var(--text-secondary);padding:10px 20px;font-size:.875rem;font-weight:500;transition:all .15s}.chat-module__rfSwNa__projectBackBtn:hover{background:var(--surface-hover);color:var(--text)}.chat-module__rfSwNa__projectCreateBtn{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--brand), var(--brand-light));color:#fff;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.chat-module__rfSwNa__projectCreateBtn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #7c3aed59}.chat-module__rfSwNa__projectCreateBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.chat-module__rfSwNa__sidebarSection{border-bottom:1px solid var(--border)}.chat-module__rfSwNa__sidebarSectionHeader{width:100%;color:var(--text-secondary);text-align:left;justify-content:space-between;align-items:center;padding:10px 16px;font-size:.8125rem;font-weight:600;transition:background .15s;display:flex}.chat-module__rfSwNa__sidebarSectionHeader:hover{background:var(--surface-hover);color:var(--text)}.chat-module__rfSwNa__sidebarSectionCount{border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-tertiary);padding:1px 7px;font-size:.6875rem;font-weight:600}.chat-module__rfSwNa__sidebarSectionBody{padding:0 8px 8px}.chat-module__rfSwNa__sidebarEmpty{color:var(--text-tertiary);text-align:center;padding:8px 12px;font-size:.75rem}.chat-module__rfSwNa__projectItem{position:relative}.chat-module__rfSwNa__projectItemActions{opacity:0;gap:2px;transition:opacity .15s;display:flex}.chat-module__rfSwNa__projectItem:hover .chat-module__rfSwNa__projectItemActions{opacity:1}.chat-module__rfSwNa__inlineRenameInput{border:1px solid var(--brand);background:var(--bg);color:var(--text);border-radius:4px;outline:none;flex:1;min-width:0;padding:3px 6px;font-size:.8125rem}.chat-module__rfSwNa__projectPage{max-width:800px;margin:0 auto;padding:24px}.chat-module__rfSwNa__projectPageHeader{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.chat-module__rfSwNa__projectPageTitle{color:var(--text);margin-bottom:4px;font-size:1.375rem;font-weight:700}.chat-module__rfSwNa__projectPageDesc{color:var(--text-secondary);font-size:.875rem}.chat-module__rfSwNa__projectTabs{border-bottom:1px solid var(--border);gap:4px;margin-bottom:20px;display:flex}.chat-module__rfSwNa__projectTab{color:var(--text-secondary);border-bottom:2px solid #0000;align-items:center;gap:6px;padding:10px 16px;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.chat-module__rfSwNa__projectTab:hover{color:var(--text)}.chat-module__rfSwNa__projectTabActive{color:var(--brand);border-bottom-color:var(--brand);font-weight:600}.chat-module__rfSwNa__projectTabCount{border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-tertiary);padding:1px 7px;font-size:.6875rem;font-weight:600}.chat-module__rfSwNa__projectTabContent{animation:.2s ease-out chat-module__rfSwNa__fadeIn}.chat-module__rfSwNa__uploadZone{border:2px dashed var(--border);border-radius:var(--radius-lg);text-align:center;cursor:pointer;color:var(--text-secondary);flex-direction:column;align-items:center;gap:8px;margin-bottom:20px;padding:32px 24px;font-size:.875rem;transition:all .2s;display:flex}.chat-module__rfSwNa__uploadZone:hover{border-color:var(--brand);background:var(--brand-bg);color:var(--brand)}.chat-module__rfSwNa__uploadIcon{font-size:2rem}.chat-module__rfSwNa__uploadHint{color:var(--text-tertiary);font-size:.75rem}.chat-module__rfSwNa__fileList{flex-direction:column;gap:6px;display:flex}.chat-module__rfSwNa__fileItem{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:10px;padding:10px 14px;transition:border-color .15s;display:flex}.chat-module__rfSwNa__fileItem:hover{border-color:var(--brand-border)}.chat-module__rfSwNa__fileIcon{flex-shrink:0;font-size:1.25rem}.chat-module__rfSwNa__fileInfo{flex:1;min-width:0}.chat-module__rfSwNa__fileName{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.chat-module__rfSwNa__fileMeta{color:var(--text-tertiary);font-size:.75rem}.chat-module__rfSwNa__fileThumb{-o-object-fit:cover;object-fit:cover;border-radius:4px;flex-shrink:0;width:40px;height:40px}.chat-module__rfSwNa__fileDelete{width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;transition:all .15s;display:flex}.chat-module__rfSwNa__fileDelete:hover{color:var(--error);background:#ef44441f}.chat-module__rfSwNa__emptyState{text-align:center;color:var(--text-tertiary);padding:32px 16px;font-size:.875rem}.chat-module__rfSwNa__addBrandBtn{border-radius:var(--radius-sm);background:var(--surface);border:1px dashed var(--border);color:var(--text-secondary);cursor:pointer;margin-bottom:16px;padding:10px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.chat-module__rfSwNa__addBrandBtn:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-bg)}.chat-module__rfSwNa__brandForm{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:14px;margin-bottom:16px;padding:20px;animation:.2s ease-out chat-module__rfSwNa__fadeIn;display:flex}.chat-module__rfSwNa__brandGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.chat-module__rfSwNa__brandCard{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);transition:border-color .2s;position:relative;overflow:hidden}.chat-module__rfSwNa__brandCard:hover{border-color:var(--brand-border)}.chat-module__rfSwNa__brandCard>.chat-module__rfSwNa__fileDelete{color:#fff;background:#00000080;border-radius:50%;position:absolute;top:8px;right:8px}.chat-module__rfSwNa__brandImage{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%;display:block}.chat-module__rfSwNa__brandCardBody{padding:12px 14px}.chat-module__rfSwNa__brandCardType{color:var(--text-tertiary);margin-bottom:4px;font-size:.6875rem;font-weight:600}.chat-module__rfSwNa__brandCardName{color:var(--text);margin-bottom:4px;font-size:.9375rem;font-weight:600}.chat-module__rfSwNa__brandCardDesc{color:var(--text-secondary);margin-bottom:6px;font-size:.8125rem;line-height:1.4}.chat-module__rfSwNa__brandCardPrompt{color:var(--text-tertiary);background:var(--bg-tertiary);border-radius:var(--radius-sm);padding:6px 10px;font-size:.75rem;line-height:1.4}.chat-module__rfSwNa__brandCardPromptLabel{margin-right:4px;font-weight:600}.chat-module__rfSwNa__brandModeSwitch{background:var(--bg-tertiary);border-radius:var(--radius-sm);gap:4px;padding:3px;display:flex}.chat-module__rfSwNa__brandModeBtn{border-radius:calc(var(--radius-sm) - 2px);color:var(--text-secondary);text-align:center;cursor:pointer;flex:1;padding:8px 14px;font-size:.8125rem;font-weight:500;transition:all .2s}.chat-module__rfSwNa__brandModeBtn:hover{color:var(--text)}.chat-module__rfSwNa__brandModeBtnActive{background:var(--surface);color:var(--brand);box-shadow:var(--shadow-sm);font-weight:600}.chat-module__rfSwNa__aiGenResult{background:var(--bg);border:1px solid var(--brand);border-radius:var(--radius-md);flex-direction:column;gap:12px;margin-top:12px;padding:16px;animation:.3s ease-out chat-module__rfSwNa__fadeIn;display:flex}.chat-module__rfSwNa__aiGenResultTitle{color:var(--brand);font-size:.9375rem;font-weight:600}.chat-module__rfSwNa__aiGenImageWrap{justify-content:center;padding:8px 0;display:flex}.chat-module__rfSwNa__aiGenImage{border-radius:var(--radius-md);border:2px solid var(--brand);-o-object-fit:contain;object-fit:contain;max-width:280px;max-height:280px;box-shadow:0 4px 20px #7c3aed33}.chat-module__rfSwNa__baseInstructionsBox{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-tertiary);max-height:300px;padding:12px;overflow-y:auto}.chat-module__rfSwNa__baseInstructionsPre{color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;margin:0;font-family:SF Mono,Fira Code,monospace;font-size:.75rem;line-height:1.5}.chat-module__rfSwNa__projectLabelHint{color:var(--text-tertiary);margin-left:6px;font-size:.75rem;font-weight:400}.chat-module__rfSwNa__projectFieldHint{color:var(--text-tertiary);margin-top:6px;font-size:.75rem;line-height:1.4}.chat-module__rfSwNa__toast{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text);z-index:1000;padding:10px 20px;font-size:.8125rem;font-weight:500;animation:.2s ease-out chat-module__rfSwNa__fadeIn;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000004d}.chat-module__rfSwNa__spinnerSmall{border:2px solid var(--border);border-top-color:var(--brand);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite chat-module__rfSwNa__spin;display:inline-block}
