.chat-module__r3ZgIG__chatContainer{background-color:var(--bg-primary);width:100%;height:100vh;color:var(--text-primary);flex-direction:column;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__blob1{filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#0070f30f 0%,#7c3aed0a 40%,#0000 70%);width:50%;height:50%;position:absolute;top:-10%;right:-5%}.chat-module__r3ZgIG__header{background:var(--bg-primary);border-bottom:1px solid var(--border-subtle);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex}.chat-module__r3ZgIG__backBtn{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.chat-module__r3ZgIG__backBtn:hover{color:var(--text-primary)}.chat-module__r3ZgIG__aiStatus{border:1px solid var(--border-subtle);background:#ffffff08;border-radius:100px;align-items:center;gap:.6rem;padding:.5rem 1rem;display:flex}.chat-module__r3ZgIG__statusDot{background:#0f8;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #0f86}.chat-module__r3ZgIG__statusText{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.chat-module__r3ZgIG__chatWindow{z-index:1;scrollbar-width:none;flex:1;padding:2rem 1.5rem;overflow-y:auto}.chat-module__r3ZgIG__chatWindow::-webkit-scrollbar{display:none}.chat-module__r3ZgIG__messagesList{flex-direction:column;gap:2rem;max-width:800px;min-height:100%;margin:0 auto;display:flex}.chat-module__r3ZgIG__welcome{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.chat-module__r3ZgIG__welcomeIcon{width:64px;height:64px;color:var(--accent-blue);background:linear-gradient(135deg,#0f0f1a,#0a0a0a);border:1px solid #0070f333;border-radius:12px;justify-content:center;align-items:center;margin-bottom:2rem;display:flex;box-shadow:0 10px 40px #0070f31a}.chat-module__r3ZgIG__welcome h2{letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:800}.chat-module__r3ZgIG__welcome p{color:var(--text-secondary);max-width:500px;margin-bottom:3rem;font-size:1.05rem;line-height:1.6}.chat-module__r3ZgIG__suggestions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.chat-module__r3ZgIG__suggestions button{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:#ffffff08;border-radius:100px;padding:.6rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .2s}.chat-module__r3ZgIG__suggestions button:hover{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-focus);transform:translateY(-2px)}.chat-module__r3ZgIG__messageWrapper{gap:1.25rem;width:100%;display:flex}.chat-module__r3ZgIG__userWrapper{flex-direction:row-reverse}.chat-module__r3ZgIG__avatar{border:1px solid var(--border-subtle);background:#000;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:4px;display:flex}.chat-module__r3ZgIG__aiWrapper .chat-module__r3ZgIG__avatar{color:var(--accent-blue);background:#0a0a1a;border:1px solid #0070f333;box-shadow:0 0 15px #0070f31a}.chat-module__r3ZgIG__userWrapper .chat-module__r3ZgIG__avatar{background:var(--text-primary);color:var(--bg-primary);border:none}.chat-module__r3ZgIG__messageContent{flex:1;max-width:80%}.chat-module__r3ZgIG__userWrapper .chat-module__r3ZgIG__messageContent{justify-content:flex-end;display:flex}.chat-module__r3ZgIG__bubble{border-radius:12px;padding:1rem 1.4rem;font-size:.95rem;line-height:1.6;position:relative}.chat-module__r3ZgIG__aiWrapper .chat-module__r3ZgIG__bubble{color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111118b3;border:1px solid #ffffff0f;border-left:2px solid #0070f333;position:relative;overflow:hidden}.chat-module__r3ZgIG__aiWrapper .chat-module__r3ZgIG__bubble:after{content:"";background:linear-gradient(to bottom, transparent, var(--accent-blue), transparent);width:2px;height:50%;animation:3s linear infinite chat-module__r3ZgIG__flow;position:absolute;top:-100%;left:-2px}@keyframes chat-module__r3ZgIG__flow{0%{top:-50%}to{top:150%}}.chat-module__r3ZgIG__userWrapper .chat-module__r3ZgIG__bubble{color:#000;background:linear-gradient(#fff 0%,#f0f0f0 100%);border:1px solid #0000000d;font-weight:500;box-shadow:0 4px 15px #0000001a,inset 0 1px #fff}.chat-module__r3ZgIG__typingIndicator{align-items:center;gap:4px;padding:.5rem 0;display:flex}.chat-module__r3ZgIG__typingIndicator span{background:var(--text-muted);border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite chat-module__r3ZgIG__typing}.chat-module__r3ZgIG__typingIndicator span:nth-child(2){animation-delay:.2s}.chat-module__r3ZgIG__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes chat-module__r3ZgIG__typing{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.chat-module__r3ZgIG__footer{background:linear-gradient(to top, var(--bg-primary) 80%, transparent);padding:1.5rem 2rem 2.5rem}.chat-module__r3ZgIG__inputForm{max-width:800px;margin:0 auto;position:relative}.chat-module__r3ZgIG__input{background:var(--bg-secondary);border:1px solid var(--border-subtle);color:#fff;border-radius:100px;width:100%;padding:1.1rem 4rem 1.1rem 1.6rem;font-family:inherit;font-size:.95rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.chat-module__r3ZgIG__input:focus{background:#ffffff0d;border-color:#0f8;outline:none;box-shadow:0 0 20px #00ff881a}.chat-module__r3ZgIG__sendBtn{background:var(--text-primary);width:42px;height:42px;color:var(--bg-primary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;right:.6rem;transform:translateY(-50%)}.chat-module__r3ZgIG__sendBtn:disabled{opacity:.1;cursor:not-allowed}.chat-module__r3ZgIG__sendBtn:hover:not(:disabled){background:#0f8;transform:translateY(-50%)scale(1.05)}.chat-module__r3ZgIG__legal{text-align:center;color:var(--text-muted);letter-spacing:.02em;margin-top:1rem;font-size:.65rem}@media (max-width:640px){.chat-module__r3ZgIG__header{height:60px;padding:0 1rem}.chat-module__r3ZgIG__chatWindow{padding:1rem}.chat-module__r3ZgIG__messagesList{gap:1.5rem}.chat-module__r3ZgIG__welcome h2{font-size:1.75rem}.chat-module__r3ZgIG__welcome p{margin-bottom:2rem;font-size:.9rem}.chat-module__r3ZgIG__welcomeIcon{width:56px;height:56px;margin-bottom:1.5rem}.chat-module__r3ZgIG__messageContent{max-width:90%}.chat-module__r3ZgIG__bubble{padding:.8rem 1rem;font-size:.9rem}.chat-module__r3ZgIG__footer{padding:1rem 1rem 2rem}.chat-module__r3ZgIG__input{padding:.9rem 3.5rem .9rem 1.2rem;font-size:.9rem}.chat-module__r3ZgIG__sendBtn{width:36px;height:36px}}
