.full-chat-root{position:fixed;top:0;left:0;z-index:10000;font-family:var(--font-base)}.full-chat-toggle-btn{position:fixed;bottom:24px;right:24px;z-index:10001;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#00a0af,#008a99);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 16px #0000002e;transition:transform .2s,box-shadow .2s}.full-chat-toggle-btn:hover{transform:scale(1.07);box-shadow:0 6px 24px #00000038}body.rtl .full-chat-toggle-btn{right:auto;left:24px}.full-chat-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#00000073}.full-chat-panel{width:88vw;max-width:1400px;height:70vh;max-height:900px;background:#ffffff4d;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:20px;border:1px solid rgba(255,255,255,.4);box-shadow:0 20px 60px #00000040;display:flex;flex-direction:row;overflow:hidden;animation:fullChatFadeIn .3s ease-out}@keyframes fullChatFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.full-chat-left{flex:7;display:flex;flex-direction:column;min-width:0;background-color:#fff;border-radius:16px;margin:12px}.full-chat-right{flex:3;position:relative;overflow:hidden}.full-chat-ai-img{width:100%;height:60%;object-fit:cover;display:flex;position:absolute;bottom:0%;right:0%;overflow:visible}.full-chat-close-btn{position:absolute;top:14px;right:14px;z-index:10;width:36px;height:36px;border-radius:50%;border:none;background:#00b4c3d9;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}.full-chat-close-btn:hover{background:#00a0af;transform:scale(1.08)}.full-chat-namebar{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;flex-shrink:0}.full-chat-namebar-left{display:flex;align-items:center;gap:10px}.full-chat-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.full-chat-name{font-size:16px;font-weight:600;color:#1f2937}.full-chat-settings-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:color .2s,background .2s}.full-chat-settings-btn:hover{color:#00a0af;background:#f0fdfa}.full-chat-settings{padding:10px 20px 14px;background:#f9fafb;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;flex-shrink:0;display:flex;gap:20px;flex-wrap:wrap}.full-chat-settings-row{display:flex;align-items:center;gap:10px}.full-chat-settings-row label{font-size:12px;font-weight:600;color:#1f2937;white-space:nowrap}.fcdd{position:relative;min-width:130px}.fcdd__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:6px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#1f2937;font-size:12px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,box-shadow .2s;text-align:left}.fcdd__trigger:hover{border-color:#99d5db}.fcdd.open .fcdd__trigger{border-color:#00a0af;box-shadow:0 0 0 3px #00a0af1f}.fcdd__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fcdd__arrow{flex-shrink:0;color:#6b7280;transition:transform .25s cubic-bezier(.4,0,.2,1)}.fcdd.open .fcdd__arrow{transform:rotate(180deg);color:#00a0af}.fcdd__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001f;z-index:50;padding:4px;opacity:0;transform:translateY(-6px) scale(.97);pointer-events:none;transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.fcdd.open .fcdd__menu{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.fcdd__option{padding:6px 10px;font-size:12px;font-weight:500;color:#374151;border-radius:6px;cursor:pointer;transition:background-color .12s;display:flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none}.fcdd__option:hover{background:#f0fdfa;color:#006d77}.fcdd__option--active{background:linear-gradient(135deg,#e0f7fa,#f0fdfa);color:#006d77;font-weight:600}.fcdd__option--active:before{content:"";width:5px;height:5px;border-radius:50%;background:#00a0af;flex-shrink:0}.fcdd__option:not(.fcdd__option--active):before{content:"";width:5px;height:5px;flex-shrink:0}.full-chat-messages{flex:1;overflow-y:auto;padding:8px 20px 16px;display:flex;flex-direction:column}.full-chat-empty{flex:1}.full-chat-list{display:flex;flex-direction:column;gap:10px}.fc-msg{max-width:80%;padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.5;word-wrap:break-word}.fc-msg--user{align-self:flex-end;background:var(--color-dark-lighter);color:#0c4a6e;border-bottom-right-radius:4px}.fc-msg--agent{align-self:flex-start;background:var(--color-dark-lighter);color:#1f2937;border-bottom-left-radius:4px}.fc-msg__label{font-size:10px;font-weight:600;text-transform:uppercase;opacity:.6;margin-bottom:2px}.fc-msg__text{white-space:pre-wrap}.fc-msg__text ul{margin:4px 0;padding-left:20px;white-space:normal}.fc-msg__text li{margin:2px 0}.fc-msg__text a{color:#6d5bef;text-decoration:underline;word-break:break-all}.fc-msg__text a:hover{color:#5a46d6}.fc-msg__badge{display:inline-block;font-size:9px;font-weight:500;padding:1px 5px;border-radius:4px;margin-left:5px;opacity:.7;vertical-align:middle;background:#00000014}.fc-msg--typing{align-self:flex-start;background:var(--color-dark-lighter);color:#6b7280;border-bottom-left-radius:4px;display:none;gap:4px;padding:12px 18px}.fc-msg--typing.visible{display:flex}.fc-typing-dot{width:6px;height:6px;border-radius:50%;background:#9ca3af;animation:fcTypingBounce 1.2s infinite ease-in-out}.fc-typing-dot:nth-child(2){animation-delay:.15s}.fc-typing-dot:nth-child(3){animation-delay:.3s}@keyframes fcTypingBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.fc-msg__text--streaming:after{content:"█";display:inline;animation:fcCursorBlink .7s step-end infinite;opacity:.7}@keyframes fcCursorBlink{0%,to{opacity:.7}50%{opacity:0}}.full-chat-speaking{display:flex;align-items:center;gap:10px;padding:8px 20px;background:#dbeafe;color:#1e40af;font-size:12px;flex-shrink:0}.full-chat-speaking-dots{display:flex;gap:3px}.full-chat-speaking-dots span{width:3px;height:12px;background:#3b82f6;border-radius:2px;animation:fcSpeakWave 1s infinite ease-in-out}.full-chat-speaking-dots span:nth-child(2){animation-delay:.1s}.full-chat-speaking-dots span:nth-child(3){animation-delay:.2s}@keyframes fcSpeakWave{0%,to{height:12px}50%{height:5px}}.full-chat-input-section{flex-shrink:0;padding:14px 20px 18px}.full-chat-input-wrap{display:flex;align-items:center;background:var(--color-dark-lighter);border-radius:28px;padding:0 6px 0 16px;border:1px solid #e5e7eb;transition:border-color .2s,box-shadow .2s}.full-chat-input-wrap:focus-within{border-color:#00a0af;box-shadow:0 0 0 3px #00a0af1a}.full-chat-search-icon{flex-shrink:0;color:#9ca3af}.full-chat-input{flex:1;padding:11px 12px;border:none;background:transparent;font-size:14px;outline:none;font-family:inherit;color:#1f2937}.full-chat-input::placeholder{color:#9ca3af}.full-chat-send-btn{width:34px;height:34px;border-radius:50%;border:none;background:#00a0af;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.full-chat-send-btn:hover{background:#008a99;transform:scale(1.05)}.full-chat-send-btn:active{transform:scale(.95)}.full-chat-mic-btn{width:34px;height:34px;border-radius:50%;border:none;background:transparent;color:#00a0af;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.full-chat-mic-btn:hover{background:#00a0af1a}.full-chat-mic-btn.active{background:#ef4444;color:#fff;animation:fcMicPulse 2s infinite;width:auto;border-radius:17px;padding:0 12px;gap:6px}.full-chat-mic-btn .mic-active-label{display:none;font-size:12px;font-weight:600;white-space:nowrap}.full-chat-mic-btn.active .mic-active-label{display:inline}@keyframes fcMicPulse{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}.full-chat-namebar-right{display:flex;align-items:center;gap:4px}.full-chat-action-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:color .2s,background .2s}.full-chat-action-btn:hover{color:#00a0af;background:#f0fdfa}.full-chat-limit-hint{padding:2px 20px 6px;font-size:11px;color:#9ca3af;text-align:center}.full-chat-limit-hint.warning{color:#f59e0b}.full-chat-limit-hint.reached{color:#ef4444;font-weight:500}@media(max-width:768px){.full-chat-overlay{align-items:stretch;justify-content:stretch}.full-chat-panel{width:100%;height:100%;max-height:none;flex-direction:column;border-radius:0}.full-chat-right{display:none}.full-chat-left{flex:1;min-height:0;border-radius:0;margin:0}.full-chat-namebar{padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top))}.full-chat-namebar-right .full-chat-mobile-close-btn{display:flex}.full-chat-settings{flex-direction:column;gap:8px;padding:10px 16px 14px}.full-chat-messages{flex:1;min-height:0;padding:8px 16px 16px}.full-chat-input-section{padding:10px 16px;padding-bottom:max(14px,env(safe-area-inset-bottom))}.full-chat-input{font-size:16px}}.full-chat-mobile-close-btn{display:none;width:30px;height:30px;border-radius:50%;border:none;background:linear-gradient(135deg,#00a0af,#008a99);color:#fff;cursor:pointer;align-items:center;justify-content:center;margin-left:4px;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 2px 6px #00a0af40}.full-chat-mobile-close-btn:hover{background:linear-gradient(135deg,#008a99,#007580);transform:scale(1.08)}.full-chat-mobile-close-btn:active{transform:scale(.95)}.fc-feedback-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:20px;animation:fcFeedbackFadeIn .25s ease}@keyframes fcFeedbackFadeIn{0%{opacity:0}to{opacity:1}}.fc-feedback-card{background:#1a1f2e;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px 32px;max-width:380px;width:90%;display:flex;flex-direction:column;align-items:center;gap:20px;box-shadow:0 12px 40px #0006;animation:fcFeedbackSlideUp .3s ease}@keyframes fcFeedbackSlideUp{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.fc-feedback-title{margin:0;font-size:1.1rem;font-weight:600;color:#fff;text-align:center}.fc-feedback-sentiments{display:flex;gap:16px;justify-content:center}.fc-feedback-btn{display:flex;flex-direction:column;align-items:center;gap:6px;background:#ffffff0a;border:2px solid rgba(255,255,255,.1);border-radius:14px;padding:14px 18px;color:#fff9;cursor:pointer;transition:all .2s ease;min-width:80px}.fc-feedback-btn:hover{background:#ffffff14;color:#fff;border-color:#fff3;transform:translateY(-2px)}.fc-feedback-btn.active{background:#00a0af26;border-color:#00a0af;color:#00d4e6}.fc-feedback-btn.active svg{stroke:#00d4e6}.fc-feedback-btn span{font-size:.78rem;font-weight:500}.fc-feedback-comment{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px 14px;color:#fff;font-size:.88rem;font-family:inherit;resize:none;outline:none;transition:border-color .2s;box-sizing:border-box}.fc-feedback-comment::placeholder{color:#ffffff59}.fc-feedback-comment:focus{border-color:#00a0af80}.fc-feedback-actions{display:flex;gap:10px;width:100%}.fc-feedback-submit{flex:1;padding:10px 0;border:none;border-radius:10px;background:linear-gradient(135deg,#00a0af,#008a99);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.fc-feedback-submit:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.fc-feedback-submit:disabled{opacity:.4;cursor:not-allowed}.fc-feedback-skip{flex:1;padding:10px 0;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:transparent;color:#fff9;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.fc-feedback-skip:hover{background:#ffffff0f;color:#fff}.fc-feedback-thanks{padding:32px 0;text-align:center;color:#00d4e6;font-size:1.1rem;font-weight:600;animation:fcFeedbackFadeIn .3s ease}@media(max-width:768px){.fc-feedback-card{padding:22px 18px;max-width:320px}.fc-feedback-sentiments{gap:10px}.fc-feedback-btn{padding:10px 12px;min-width:68px}}
