.chat-module__r3ZgIG__layout{background:var(--bg-base);height:100vh;display:flex;overflow:hidden}.chat-module__r3ZgIG__sidebar{background:var(--bg-surface);border-right:1px solid var(--bg-border);flex-direction:column;flex-shrink:0;gap:24px;width:260px;padding:20px 16px;display:flex;overflow-y:auto}.chat-module__r3ZgIG__sidebarLogo{align-items:center;gap:8px;padding:4px 8px;font-size:18px;text-decoration:none;display:flex}.chat-module__r3ZgIG__sidebarLogo span:first-child{filter:drop-shadow(0 0 6px #c8102e80);font-size:20px}.chat-module__r3ZgIG__sidebarLogoText{color:var(--text-primary);letter-spacing:-.03em;font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:800}.chat-module__r3ZgIG__sidebarLogoText span{color:var(--brand-accent)}.chat-module__r3ZgIG__sidebarNav{flex-direction:column;gap:4px;display:flex}.chat-module__r3ZgIG__sidebarLink{border-radius:var(--radius-md);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.chat-module__r3ZgIG__sidebarLink:hover{background:var(--bg-card);color:var(--text-primary)}.chat-module__r3ZgIG__sidebarLinkActive{color:var(--brand-accent);background:#00d9ff14;border:1px solid #00d9ff26}.chat-module__r3ZgIG__sidebarLinkActive:hover{color:var(--brand-accent);background:#00d9ff1f}.chat-module__r3ZgIG__sidebarSection{flex:1}.chat-module__r3ZgIG__sidebarSectionTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;padding:0 4px;font-size:11px;font-weight:600}.chat-module__r3ZgIG__suggestionList{flex-direction:column;gap:4px;display:flex}.chat-module__r3ZgIG__suggestionBtn{text-align:left;cursor:pointer;border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;border:none;padding:8px 10px;font-family:Inter,sans-serif;font-size:12px;line-height:1.4}.chat-module__r3ZgIG__suggestionBtn:hover:not(:disabled){background:var(--bg-card);color:var(--text-primary)}.chat-module__r3ZgIG__suggestionBtn:disabled{opacity:.4;cursor:not-allowed}.chat-module__r3ZgIG__sidebarFooter{border-top:1px solid var(--bg-border);padding-top:16px}.chat-module__r3ZgIG__clearBtn{cursor:pointer;color:var(--text-muted);border-radius:var(--radius-sm);width:100%;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:8px;padding:8px 10px;font-family:Inter,sans-serif;font-size:13px;display:flex}.chat-module__r3ZgIG__clearBtn:hover{background:var(--bg-card);color:var(--text-secondary)}.chat-module__r3ZgIG__chatArea{background:radial-gradient(at 50% 0,#0a31611a 0%,#0000 60%);flex-direction:column;flex:1;display:flex;overflow:hidden}.chat-module__r3ZgIG__chatHeader{border-bottom:1px solid var(--bg-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#060a1080;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.chat-module__r3ZgIG__chatHeaderLeft{align-items:center;gap:12px;display:flex}.chat-module__r3ZgIG__chatHeaderIcon{background:var(--gradient-brand);border-radius:var(--radius-md);width:40px;height:40px;box-shadow:var(--shadow-brand);justify-content:center;align-items:center;font-size:18px;display:flex}.chat-module__r3ZgIG__chatHeaderTitle{color:var(--text-primary);font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700}.chat-module__r3ZgIG__chatHeaderSub{color:var(--text-muted);font-size:12px}.chat-module__r3ZgIG__chatHeaderBadge{color:var(--brand-green);border-radius:var(--radius-full);background:#00e67614;border:1px solid #00e67633;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;display:flex}.chat-module__r3ZgIG__liveDot{background:var(--brand-green);width:6px;height:6px;box-shadow:0 0 8px var(--brand-green);border-radius:50%;animation:2s ease-in-out infinite chat-module__r3ZgIG__pulse-glow;display:inline-block}.chat-module__r3ZgIG__messages{flex-direction:column;flex:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.chat-module__r3ZgIG__emptyState{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:600px;margin:auto;padding:60px 40px;display:flex}.chat-module__r3ZgIG__emptyIcon{filter:drop-shadow(0 0 16px #c8102e66);font-size:48px;animation:3s ease-in-out infinite chat-module__r3ZgIG__float}.chat-module__r3ZgIG__emptyTitle{color:var(--text-primary);font-size:26px;font-weight:700}.chat-module__r3ZgIG__emptyDesc{color:var(--text-secondary);font-size:15px;line-height:1.65}.chat-module__r3ZgIG__emptyChips{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.chat-module__r3ZgIG__emptyChip{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);text-align:left;padding:8px 16px;font-family:Inter,sans-serif;font-size:13px;line-height:1.4}.chat-module__r3ZgIG__emptyChip:hover{background:var(--bg-card-hover);color:var(--text-primary);border-color:var(--bg-border-hover)}.chat-module__r3ZgIG__message{align-items:flex-start;gap:12px;max-width:800px;display:flex}.chat-module__r3ZgIG__messageUser{flex-direction:row-reverse;align-self:flex-end}.chat-module__r3ZgIG__messageAssistant{align-self:flex-start;width:100%}.chat-module__r3ZgIG__messageAvatar{background:var(--gradient-brand);border-radius:var(--radius-sm);width:32px;height:32px;box-shadow:var(--shadow-brand);flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.chat-module__r3ZgIG__messageUserAvatar{background:var(--bg-elevated);border:1px solid var(--bg-border);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.chat-module__r3ZgIG__messageBubble{background:var(--bg-elevated);border:1px solid var(--bg-border);border-radius:var(--radius-md);color:var(--text-secondary);flex:1;padding:14px 18px;font-size:14px;line-height:1.65}.chat-module__r3ZgIG__messageUser .chat-module__r3ZgIG__messageBubble{background:#c8102e1a;border-color:#c8102e33;flex:0 auto;max-width:70%}.chat-module__r3ZgIG__userText{color:var(--text-primary)}.chat-module__r3ZgIG__markdownContent p{color:var(--text-secondary);margin-bottom:12px}.chat-module__r3ZgIG__markdownContent p:last-child{margin-bottom:0}.chat-module__r3ZgIG__markdownContent strong{color:var(--text-primary);font-weight:600}.chat-module__r3ZgIG__markdownContent h3{color:var(--text-primary);margin:16px 0 8px;font-size:16px}:is(.chat-module__r3ZgIG__markdownContent ul,.chat-module__r3ZgIG__markdownContent ol){color:var(--text-secondary);margin:8px 0;padding-left:20px}.chat-module__r3ZgIG__markdownContent li{margin-bottom:6px}.chat-module__r3ZgIG__markdownContent code{color:var(--brand-accent);background:#00d9ff14;border:1px solid #00d9ff26;border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:12px}.chat-module__r3ZgIG__markdownContent pre{background:var(--bg-base);border:1px solid var(--bg-border);border-radius:var(--radius-md);margin:12px 0;padding:16px;overflow-x:auto}.chat-module__r3ZgIG__markdownContent pre code{color:var(--text-primary);background:0 0;border:none;padding:0;font-size:13px}.chat-module__r3ZgIG__markdownContent table{border-collapse:collapse;width:100%;margin:12px 0;font-size:13px}.chat-module__r3ZgIG__markdownContent th{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--bg-border);text-align:left;padding:8px 12px;font-weight:600}.chat-module__r3ZgIG__markdownContent td{border:1px solid var(--bg-border);color:var(--text-secondary);padding:8px 12px}.chat-module__r3ZgIG__markdownContent tr:nth-child(2n) td{background:#ffffff05}.chat-module__r3ZgIG__markdownContent blockquote{border-left:3px solid var(--brand-accent);color:var(--text-muted);margin:8px 0;padding:4px 0 4px 16px;font-style:italic}.chat-module__r3ZgIG__typingIndicator{gap:4px;padding:4px 0;display:flex}.chat-module__r3ZgIG__typingIndicator span{background:var(--brand-accent);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite chat-module__r3ZgIG__blink}.chat-module__r3ZgIG__typingIndicator span:nth-child(2){animation-delay:.2s}.chat-module__r3ZgIG__typingIndicator span:nth-child(3){animation-delay:.4s}.chat-module__r3ZgIG__inputArea{border-top:1px solid var(--bg-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#060a1080;flex-shrink:0;padding:16px 24px 20px}.chat-module__r3ZgIG__inputWrapper{background:var(--bg-card);border:1px solid var(--bg-border);border-radius:var(--radius-lg);transition:border-color var(--transition-fast);align-items:flex-end;gap:10px;padding:12px 12px 12px 16px;display:flex}.chat-module__r3ZgIG__inputWrapper:focus-within{border-color:#00d9ff66;box-shadow:0 0 0 3px #00d9ff0d}.chat-module__r3ZgIG__input{color:var(--text-primary);resize:none;background:0 0;border:none;outline:none;flex:1;max-height:160px;font-family:Inter,sans-serif;font-size:15px;line-height:1.5}.chat-module__r3ZgIG__input::placeholder{color:var(--text-muted)}.chat-module__r3ZgIG__sendBtn{background:var(--gradient-brand);border-radius:var(--radius-md);cursor:pointer;color:#fff;width:40px;height:40px;transition:all var(--transition-fast);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 2px 12px #c8102e4d}.chat-module__r3ZgIG__sendBtn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 20px #c8102e80}.chat-module__r3ZgIG__sendBtn:disabled{opacity:.4;cursor:not-allowed;transform:none}.chat-module__r3ZgIG__inputHint{color:var(--text-muted);text-align:center;margin-top:8px;font-size:11px}@media (max-width:768px){.chat-module__r3ZgIG__sidebar{display:none}.chat-module__r3ZgIG__messages{padding:16px}.chat-module__r3ZgIG__inputArea{padding:12px 16px 16px}}
