#cginvest-ai-chat-container{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:linear-gradient(135deg,#010721 0%,#14b1e6 100%);border-radius:12px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.2);display:flex;flex-direction:column;position:relative;min-height:600px}.cginvest-welcome-section{padding:20px;background:rgba(255,255,255,.05);border-bottom:1px solid rgba(20,177,230,.2)}.cginvest-welcome-message{color:#e5e7eb;line-height:1.6;margin-bottom:20px}.cginvest-welcome-message h3{color:#14b1e6;margin:0 0 10px;font-size:1.1rem;font-weight:600}.cginvest-topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px, 1fr));gap:12px;margin-top:15px}.cginvest-topic-card{background:rgba(20,177,230,.1);border:1px solid rgba(20,177,230,.3);border-radius:8px;padding:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:10px}.cginvest-topic-card:hover{background:rgba(20,177,230,.2);border-color:#14b1e6;transform:translateY(-1px)}.cginvest-topic-icon{font-size:1.2rem}.cginvest-topic-content h4{color:#fff;margin:0 0 4px;font-size:.9rem;font-weight:600}.cginvest-topic-content p{color:#b0bec5;margin:0;font-size:.8rem;line-height:1.3}.cginvest-chat-header{background:rgba(1,7,33,.95);padding:20px;display:flex;align-items:center;gap:15px;border-bottom:1px solid rgba(20,177,230,.3)}.cginvest-logo{height:40px;width:auto}.cginvest-header-content h2{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.cginvest-header-content p{color:#14b1e6;margin:0;font-size:.875rem;font-weight:500}.cginvest-disclaimer{background:rgba(20,177,230,.1);padding:12px 20px;border-bottom:1px solid rgba(20,177,230,.2)}.cginvest-disclaimer p{color:#e5e7eb;margin:0;font-size:.8rem;line-height:1.4}#cginvest-chat-messages{flex:1;padding:20px;overflow-y:auto;background:rgba(255,255,255,.05);min-height:400px;max-height:calc(100% - 200px)}.cginvest-message{margin-bottom:20px;display:flex;gap:10px;animation:slideIn .3s ease-out}.cginvest-message.user{justify-content:flex-end}.cginvest-message.ai{justify-content:flex-start}.cginvest-message-content{max-width:80%;padding:12px 16px;border-radius:12px;line-height:1.5;font-size:.95rem}.cginvest-message.user .cginvest-message-content{background:#14b1e6;color:#fff;border-bottom-right-radius:4px}.cginvest-message.ai .cginvest-message-content{background:rgba(255,255,255,.95);color:#1f2937;border-bottom-left-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.cginvest-chat-input{padding:20px;background:rgba(1,7,33,.9);display:flex;gap:12px;border-top:1px solid rgba(20,177,230,.3)}#cginvest-message-input{flex:1;padding:12px 16px;border:1px solid rgba(20,177,230,.3);border-radius:8px;background:rgba(255,255,255,.1);color:#fff;font-size:.95rem;outline:none;transition:all .2s ease}#cginvest-message-input::placeholder{color:rgba(255,255,255,.6)}#cginvest-message-input:focus{border-color:#14b1e6;background:rgba(255,255,255,.15);box-shadow:0 0 0 3px rgba(20,177,230,.1)}#cginvest-send-button{padding:12px 24px;background:#14b1e6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.95rem}#cginvest-send-button:hover{background:#0e8bb8;transform:translateY(-1px);box-shadow:0 4px 12px rgba(20,177,230,.3)}#cginvest-send-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.cginvest-typing{display:flex;align-items:center;gap:8px;padding:12px 16px;background:rgba(255,255,255,.95);border-radius:12px;border-bottom-left-radius:4px;max-width:80px}.cginvest-typing-dots{display:flex;gap:4px}.cginvest-typing-dot{width:8px;height:8px;background:#6b7280;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.cginvest-typing-dot:nth-child(1){animation-delay:-.32s}.cginvest-typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,100%{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes slideIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.cginvest-chat-header{padding:15px}.cginvest-header-content h2{font-size:1.25rem}#cginvest-chat-messages{padding:15px}.cginvest-message-content{max-width:90%;font-size:.9rem}.cginvest-chat-input{padding:15px;flex-direction:column}#cginvest-message-input{margin-bottom:10px}}@media (prefers-color-scheme:dark){.cginvest-message.ai .cginvest-message-content{background:rgba(31,41,55,.95);color:#f9fafb}}