*{margin:0;padding:0;box-sizing:border-box}body{font-family:Tajawal,sans-serif;background:transparent;direction:rtl;min-height:100%;color:#2d3748;margin:0;padding:0;overflow-x:hidden}.app-container{max-width:100%;margin:0;background:#fff;min-height:100%;box-shadow:none;display:flex;flex-direction:column;border-radius:0}.header{background:linear-gradient(135deg,#006c35,#00853d);color:#fff;padding:.75rem 1rem;box-shadow:0 2px 10px #006c354d;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center}.header-actions{display:flex;align-items:center;gap:.5rem}.header-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:8px;padding:.5rem;cursor:pointer;transition:all .3s ease;font-size:1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.header-btn:hover{background:#fff3;transform:scale(1.05)}.logo-section{display:flex;align-items:center;gap:1rem}.logo-container{position:relative}.logo{width:50px;height:50px;border-radius:50%;border:3px solid rgba(255,215,0,.3);transition:all .3s ease}.title-section h1{font-size:1.25rem;font-weight:700;margin-bottom:.25rem;color:gold}.title-section p{font-size:.8rem;opacity:.9;font-weight:400}.status-indicator{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.status-dot{width:10px;height:10px;border-radius:50%;animation:pulse 2s infinite}.status-dot.online{background:#48bb78}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:80vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{background:linear-gradient(135deg,#006c35,#00853d);color:#fff;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:1.1rem;font-weight:600}.close-btn{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:background .3s ease}.close-btn:hover{background:#ffffff1a}.modal-body{padding:0;max-height:60vh;overflow-y:auto}.conversations-list{padding:0}.no-conversations{text-align:center;padding:3rem 1rem;color:#718096}.conversation-item{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;transition:background .3s ease;cursor:pointer}.conversation-item:hover{background:#f7fafc}.conversation-item.active{background:#006c350d;border-left:4px solid #006C35}.conversation-info{flex:1;min-width:0}.conversation-title{font-weight:600;color:#2d3748;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-date{font-size:.8rem;color:#718096}.conversation-actions{display:flex;gap:.5rem;margin-right:.5rem}.conversation-actions button{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:background .3s ease;font-size:.9rem}.conversation-actions button:hover{background:#e2e8f0}.conversation-actions button[title=حذف]:hover{background:#fed7d7;color:#e53e3e}.chat-container{flex:1;padding:.75rem;overflow-y:auto;display:flex;flex-direction:column;max-height:calc(100vh - 200px)}.welcome-section{display:flex;justify-content:center;align-items:center;min-height:30vh;padding:1rem 0}.welcome-card{text-align:center;background:linear-gradient(145deg,#fff,#f7fafc);padding:1.5rem 1rem;border-radius:16px;box-shadow:0 10px 40px #006c351a;border:1px solid rgba(0,108,53,.1);max-width:300px;animation:fadeInUp .8s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.avatar-large{position:relative;margin:0 auto 1rem;width:60px;height:60px}.avatar-large img{width:100%;height:100%;border-radius:50%;border:3px solid #006C35}.welcome-card h2{font-size:1.25rem;font-weight:700;color:#006c35;margin-bottom:.5rem}.welcome-card p{font-size:.9rem;color:#4a5568;margin-bottom:0;line-height:1.6}.chat-messages{flex:1;display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.message{display:flex;gap:.75rem;animation:slideIn .5s ease}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.message.user{flex-direction:row-reverse}.message-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.message-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.message-content{flex:1;max-width:75%}.message.user .message-content{background:linear-gradient(135deg,#006c35,#00853d);color:#fff;padding:.75rem 1rem;border-radius:18px 18px 5px;margin-left:.5rem}.message.bot .message-content{background:#f7fafc;color:#2d3748;padding:.75rem 1rem;border-radius:18px 18px 18px 5px;border:1px solid #e2e8f0;margin-right:.5rem}.message-text{font-size:.9rem;line-height:1.6;margin:0}.message-time{font-size:.75rem;opacity:.7;margin-top:.5rem}.loading-indicator{display:flex;align-items:center;gap:.75rem;padding:.75rem;color:#718096;font-size:.8rem}.typing-animation{display:flex;gap:.25rem}.typing-dot{width:8px;height:8px;border-radius:50%;background:#006c35;animation:typing 1.4s infinite ease-in-out}.typing-dot:nth-child(1){animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.input-section{background:#fff;border-top:1px solid #e2e8f0;padding:1rem;position:sticky;bottom:0}.input-container{max-width:100%}.input-wrapper{display:flex;gap:.5rem;background:#f7fafc;border:2px solid #e2e8f0;border-radius:25px;padding:.5rem;transition:all .3s ease}.input-wrapper:focus-within{border-color:#006c35;box-shadow:0 0 0 3px #006c351a}#user-input{flex:1;border:none;background:transparent;padding:.6rem .8rem;font-size:.9rem;font-family:Tajawal,sans-serif;outline:none;color:#2d3748;resize:none;max-height:80px}#user-input::-moz-placeholder{color:#a0aec0}#user-input::placeholder{color:#a0aec0}#send-btn{background:linear-gradient(135deg,#006c35,#00853d);color:#fff;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:.9rem;flex-shrink:0}#send-btn:hover{transform:scale(1.02);box-shadow:0 5px 15px #006c3566}#send-btn:active{transform:scale(.95)}#send-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.disclaimer{text-align:center;font-size:.7rem;color:#718096;margin-top:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;line-height:1.4}.disclaimer i{color:#006c35}@media (max-width: 768px){.header{padding:.75rem}.title-section h1{font-size:1.1rem}.welcome-card{margin:.5rem;padding:1.5rem 1rem}.welcome-card h2{font-size:1.1rem}.chat-container{padding:.5rem;max-height:calc(100vh - 180px)}.input-section{padding:.75rem}.modal-content{width:95%;margin:1rem}.conversation-item{padding:.75rem 1rem}.header-actions{gap:.25rem}.header-btn{width:32px;height:32px;font-size:.9rem}.message-content{max-width:80%}}@media (max-width: 480px){.header-content{gap:.25rem}.logo{width:40px;height:40px}.welcome-section{min-height:25vh}.conversation-title{font-size:.9rem}.conversation-actions button{padding:.4rem;font-size:.8rem}}.chat-container::-webkit-scrollbar{width:4px}.chat-container::-webkit-scrollbar-track{background:transparent}.chat-container::-webkit-scrollbar-thumb{background:#006c354d;border-radius:3px}.chat-container::-webkit-scrollbar-thumb:hover{background:#006c3580}html,body{height:100%;overflow:hidden}.app-container{height:100vh;overflow:hidden}.fade-in{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-up{animation:slideUp .5s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
