.aiInput{z-index:1122;position:fixed;bottom:5%;left:2rem}.ai-chat-window{background:rgba(0,0,0,.08);border-radius:10px;flex-direction:column;width:100%;min-height:280px;max-height:380px;display:flex;overflow:hidden}.ai-chat-header{border-bottom:1px solid rgba(128,128,128,.2);padding:10px 12px}.ai-chat-profile{align-items:center;gap:10px;display:flex}.ai-chat-avatar{object-fit:cover;border-radius:50%;width:34px;height:34px}.ai-chat-name{font-size:14px;font-weight:600}.ai-chat-status{opacity:.6;font-size:11px}.chat-container{flex-direction:column;flex:1;gap:10px;padding:12px;display:flex;overflow-y:auto}.chat-message{align-items:flex-end;gap:7px;width:100%;display:flex}.ai-message{justify-content:flex-start}.user-message{justify-content:flex-end}.avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;overflow:hidden}.ai-avatar img{object-fit:cover;width:100%;height:100%}.user-avatar{background:rgba(128,128,128,.2);font-size:11px;font-weight:600}.message-bubble{border-radius:12px;max-width:78%;padding:8px 11px;font-size:12px;line-height:1.5}.ai-message .message-bubble{background:rgba(128,128,128,.12);border-bottom-left-radius:4px}.user-message .message-bubble{color:#fff;background:#000;border-bottom-right-radius:4px}.message-text{word-break:break-word;font-size:12px;line-height:1.6}.message-text p{margin:0 0 8px}.message-text p:last-child{margin-bottom:0}.message-text strong{font-weight:700}.message-text ul,.message-text ol{margin:6px 0;padding-left:20px}.message-text ul{list-style-type:disc}.message-text ol{list-style-type:decimal}.message-text li{margin:4px 0;padding-left:2px}.message-text h1,.message-text h2,.message-text h3,.message-text h4{margin:10px 0 5px;font-weight:700}.message-text h1{font-size:16px}.message-text h2{font-size:14px}.message-text h3{font-size:13px}.message-text code{background:rgba(128,128,128,.15);border-radius:4px;padding:2px 5px;font-size:11px}.message-text pre{background:rgba(0,0,0,.08);border-radius:7px;margin:8px 0;padding:10px;overflow-x:auto}.message-text pre code{background:0 0;padding:0}.message-text a{font-weight:500;text-decoration:underline}.message-text hr{border:0;border-top:1px solid rgba(128,128,128,.25);margin:10px 0}.message-text blockquote{opacity:.85;border-left:3px solid rgba(128,128,128,.4);margin:8px 0;padding-left:10px}.typing-indicator{gap:4px;padding:3px 2px;display:flex}.typing-indicator span{background:currentColor;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite jiyaTyping}.typing-indicator span:nth-child(2){animation-delay:.15s}.typing-indicator span:nth-child(3){animation-delay:.3s}@keyframes jiyaTyping{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.ai-suggestions{gap:5px;padding:0 10px 8px;display:flex;overflow-x:auto}.ai-suggestions button{cursor:pointer;white-space:nowrap;background:0 0;border:1px solid rgba(128,128,128,.25);border-radius:999px;padding:5px 9px;font-size:10px}.ai-suggestions button:hover{background:rgba(128,128,128,.12)}.ai-disclaimer{text-align:center;opacity:.5;padding:2px 5px;font-size:9px}.search{background:rgba(128,128,128,.1);border:1px solid rgba(128,128,128,.2);border-radius:9px;align-items:center;width:100%;height:42px;display:flex;overflow:hidden}.search__input{background:0 0;border:0;outline:none;flex:1;height:100%;padding:0 12px;font-size:12px}.search__input:disabled{opacity:.6}.search__button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:42px;height:100%;display:flex}.search__button:disabled{opacity:.35;cursor:not-allowed}.search__icon{fill:currentColor;width:18px;height:18px}.send-loader{border:2px solid;border-right-color:transparent;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite jiyaLoader}@keyframes jiyaLoader{to{transform:rotate(360deg)}}@media (max-width:640px){.aiInput{max-width:calc(100vw - 20px)}}
