.chatbot-fixed-input{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:.75rem 1rem 1.25rem;background:linear-gradient(to top,var(--dark-bg) 55%,transparent 100%);pointer-events:none}.chat-input-pill{pointer-events:auto;max-width:760px;margin:0 auto;display:flex;align-items:flex-end;gap:0;background:#1e1e1e;border:1px solid rgba(255,255,255,.08);border-radius:26px;padding:.35rem .35rem .35rem .5rem;transition:border-color .2s ease}.chat-input-pill:focus-within{border-color:rgba(255,255,255,.15)}.chat-input-plus{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:transparent;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease,border-color .15s ease;padding:0;margin-bottom:2px}.chat-input-mic svg,.chat-input-plus svg,.chat-send-btn svg{display:block;flex-shrink:0;pointer-events:none}.chat-input-plus:hover{color:var(--text-primary);border-color:rgba(255,255,255,.2)}.chat-textarea{flex:1;background:transparent!important;border:none!important;color:var(--text-primary)!important;padding:.5rem .75rem!important;font-size:.95rem!important;min-height:36px!important;max-height:140px!important;resize:none!important;line-height:1.45!important;outline:none!important;box-shadow:none!important}.chat-textarea::placeholder{color:var(--text-secondary)!important;opacity:.5!important}.chat-input-mic{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease;padding:0;margin-bottom:4px}.chat-input-mic:hover{color:var(--text-secondary)}.chat-send-btn{flex-shrink:0;width:38px;height:38px;border-radius:50%;border:none;background:var(--accent-gold);color:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s ease,transform .1s ease;padding:0;margin-bottom:1px}.chat-send-btn:hover:not(:disabled){opacity:.8}.chat-send-btn:active:not(:disabled){transform:scale(.93)}.chat-send-btn:disabled{opacity:.3;cursor:default}.chatbot-container{max-width:760px;margin:0 auto;padding:0}.chatbot-card{background:var(--glass-bg)!important;border:1px solid var(--glass-border)!important;border-radius:12px!important;overflow:hidden;box-shadow:none!important}.chatbot-card:before{display:none!important}.messages-area{height:55vh;max-height:520px;min-height:300px;overflow-y:auto;padding:1.5rem;background:transparent;text-align:left}.messages-area:after,.messages-area:before{display:none}.messages-area::-webkit-scrollbar{width:5px}.messages-area::-webkit-scrollbar-track{background:transparent}.messages-area::-webkit-scrollbar-thumb{background:rgba(255,255,255,.07);border-radius:3px}.messages-area::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.12)}@media (max-width:768px){.chatbot-fixed-input{padding:.5rem .75rem .875rem}.chat-input-pill{border-radius:22px;padding:.3rem .3rem .3rem .4rem}.chat-input-mic,.chat-input-plus,.chat-send-btn{min-height:unset!important;display:flex!important;padding:0!important}.chat-input-plus{width:32px!important;height:32px!important}.chat-send-btn{width:34px!important;height:34px!important}.chat-textarea{font-size:16px!important;padding:.4rem .6rem!important;min-height:32px!important}.messages-area{height:50vh;min-height:240px;padding:1rem}}@media (max-width:480px){.chatbot-fixed-input{padding:.4rem .5rem .75rem}.chat-input-pill{border-radius:20px}.chat-input-mic,.chat-input-plus,.chat-send-btn{min-width:32px!important;padding:0!important;overflow:hidden}.chat-input-plus svg{width:18px;height:18px}.chat-input-mic svg{width:16px;height:16px}.chat-send-btn svg{width:14px;height:14px}.chat-input-mic{display:none}.messages-area{height:45vh;min-height:200px;padding:.75rem}}