:root{--chatbot-widget-color:#9b3df8;--chatbot-primary:#8a35c9;--chatbot-secondary:#f0f2f5;--chatbot-border:#e0e0e0;--chatbot-shadow:#0000001a;--chatbot-user-bg:#1f2029;--chatbot-user-color:#d8d9e0;--chatbot-model-bg:#cfd8dc;--chatbot-model-color:#54667a}#hmyt-chatbot-widget{z-index:2147483647;isolation:isolate;bottom:var(--chatbot-fab-bottom-spacing);right:var(--chatbot-fab-side-spacing);position:fixed}#hmyt-chatbot-widget.hmyt-chatbot-position-bottom_left{right:auto;left:var(--chatbot-fab-side-spacing)}.hmyt-chatbot-fab{background:var(--chatbot-widget-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .2s;display:flex;position:relative;box-shadow:0 4px 12px #00000026}.hmyt-chatbot-fab:hover{transform:scale(1.1)}.hmyt-chatbot-fab.hidden{opacity:0;transform:scale(0)}.hmyt-chatbot-fab svg{color:#fff;width:32px;height:32px}.hmyt-chatbot-fab.hmyt-fab-with-label:before{content:var(--chatbot-fab-label-text,"دستیار هوش مصنوعی");white-space:nowrap;color:#535353;opacity:0;opacity:1;background:#f0f0f0;border-radius:15px;width:fit-content;padding:4px 10px;font-size:11px;line-height:normal;transition:opacity .2s ease-in-out;position:absolute;top:-35px;right:50%;transform:translate(50%);box-shadow:0 2px 5px #0000001a}.hmyt-chatbot-window{width:420px;max-width:90vw;height:80vh;max-height:700px;box-shadow:0 8px 30px var(--chatbot-shadow);visibility:hidden;opacity:0;transform-origin:100% 100%;background-color:#fff;border-radius:15px;flex-direction:column;transition:visibility 0s .3s,opacity .3s,transform .3s;display:flex;position:absolute;bottom:0;right:0;overflow:hidden;transform:scale(.95)}#hmyt-chatbot-widget.hmyt-chatbot-position-bottom_left .hmyt-chatbot-window{transform-origin:0 100%;left:0;right:auto}.hmyt-chatbot-window.open{visibility:visible;opacity:1;transition-delay:0s;transform:scale(1)}@media (width<=768px){#hmyt-chatbot-widget.open{width:100%;height:100%;transition:none;inset:0}#hmyt-chatbot-widget.open .hmyt-chatbot-fab{opacity:0;visibility:hidden;transition:none}.hmyt-chatbot-window{transform-origin:bottom;opacity:0;visibility:hidden;border-radius:0;width:100%;max-width:100vw;height:100%;max-height:100vh;transition:opacity .25s ease-out,transform .25s ease-out,visibility 0s .25s;position:fixed;top:0;left:0;transform:scale(.95)translateY(20px)}.hmyt-chatbot-window.open{opacity:1;visibility:visible;transition-delay:0s;transform:scale(1)translateY(0)}}.hmyt-chatbot-window .chat-header{border-bottom:1px solid var(--chatbot-border);background-color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.chat-header .header-content{align-items:center;gap:10px;display:flex}.chat-header .header-content .font-bold{flex-direction:row;align-items:center;gap:7px;font-size:1em;font-weight:700;display:flex}.chat-header .header-actions{align-items:center;gap:5px;display:flex}.chat-header .header-actions a,.chat-header .header-actions button{color:#888;cursor:pointer;background-color:#0000;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.chat-header .header-actions a:hover,.chat-header .header-actions button:hover{color:#333;background-color:#f0f2f5}.chat-header .header-actions a svg,#hmyt-close-chat-btn svg{color:inherit;width:20px;height:20px}.chat-header .label-in-title-chatbot-webpremium{color:#54667a;background:#ecf1fd;border-radius:10px;align-items:center;padding:3px 6px;font-size:10px;font-weight:500;line-height:normal;display:flex}.chat-header .label-in-title-chatbot-webpremium span{background-color:#46c864;border-radius:50%;width:5px;height:5px;margin-left:5px}.hmyt-chatbot-window .chat-messages{scroll-behavior:smooth;flex-direction:column;flex-grow:1;gap:20px;padding:20px;display:flex;overflow-y:auto}.hmyt-chatbot-window .message-wrapper{flex-direction:column;display:flex}.hmyt-chatbot-window .message-wrapper.user{align-items:flex-start}.hmyt-chatbot-window .message-wrapper.model{align-items:flex-end}.hmyt-chatbot-window .message{word-wrap:break-word;border-radius:18px;width:fit-content;max-width:85%;padding:12px 18px;font-size:15px;line-height:26px;box-shadow:0 4px 10px #0000000d}.hmyt-chatbot-window .message.user{background:var(--chatbot-user-bg);color:var(--chatbot-user-color)}.hmyt-chatbot-window .message.model{background:var(--chatbot-model-bg);color:var(--chatbot-model-color)}.hmyt-chatbot-window .message-footer{color:#6c757d;align-items:center;gap:10px;margin-top:13px;font-size:12px;display:flex}.hmyt-chatbot-window .message-wrapper.user .message-footer{flex-direction:row}.hmyt-chatbot-window .message-wrapper.model .message-footer{flex-direction:row-reverse}.hmyt-chatbot-window .typing-indicator{background-color:var(--chatbot-model-bg);border-radius:18px;align-self:flex-end;width:fit-content;padding:12px 18px;display:none}.hmyt-chatbot-window .typing-indicator span{background-color:#999;border-radius:50%;width:8px;height:8px;margin:0 2px;animation:1.2s ease-in-out infinite hmyt-dot-animation;display:inline-block}.hmyt-chatbot-window .typing-indicator span:nth-child(2){animation-delay:.2s}.hmyt-chatbot-window .typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes hmyt-dot-animation{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.hmyt-chatbot-window .chat-input{border-top:1px solid var(--chatbot-border);flex-shrink:0;padding:15px}.hmyt-chatbot-window .chat-input form{flex-direction:row-reverse;align-items:center;gap:10px;display:flex}.hmyt-chatbot-window .chat-input textarea{border:1px solid var(--chatbot-border);resize:none;box-sizing:border-box;border-radius:10px;outline:none;flex-grow:1;max-height:120px;padding:10px 15px;font-family:inherit;font-size:14px;line-height:1.5;transition:all .3s;overflow-y:hidden}.hmyt-chatbot-window .chat-input textarea::-webkit-scrollbar{width:5px}.hmyt-chatbot-window .chat-input textarea::-webkit-scrollbar-track{background:0 0}.hmyt-chatbot-window .chat-input textarea::-webkit-scrollbar-thumb{background-color:#d6d6d6;border:3px solid #0000;border-radius:20px}.hmyt-chatbot-window .chat-input textarea:focus{border-color:var(--chatbot-widget-color);box-shadow:0 0 0 2px #8a35c933}.hmyt-chatbot-window .chat-input button{background-color:var(--chatbot-widget-color);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background-color .2s;display:flex}div#hmyt-chat-messages{background-image:repeating-linear-gradient(45deg,#fafafa,#fafafa 30px,#fff 0 60px)}.hmyt-chatbot-window .chat-input button:hover{opacity:.85}.hmyt-chatbot-window .chat-input button:disabled{cursor:not-allowed;background-color:#ccc}.hmyt-chatbot-window .chat-messages::-webkit-scrollbar{width:6px}.hmyt-chatbot-window .chat-messages::-webkit-scrollbar-track{background:0 0}.hmyt-chatbot-window .chat-messages::-webkit-scrollbar-thumb{background-color:#d6d6d6;border-radius:20px}.hmyt-chatbot-window .chat-messages{scrollbar-width:thin;scrollbar-color:#d6d6d6 transparent}.hmyt-chatbot-login-required{text-align:center;background:#f7f9fc;border:1px solid #e5eaf2;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:15px;margin:15px;padding:20px 25px;display:flex}.hmyt-chatbot-login-required:before{content:"";background-color:#e5eaf2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2354667a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:24px;border-radius:50%;width:48px;height:48px;display:block}.hmyt-chatbot-login-required p{color:#3c434a;margin:0;font-size:15px;font-weight:500;line-height:1.6}.hmyt-chatbot-login-required .hmyt-chatbot-login-btn{background-color:var(--chatbot-widget-color);color:#fff;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 5px #0000001a}.hmyt-chatbot-login-required .hmyt-chatbot-login-btn:hover{opacity:1;transform:translateY(-2px);box-shadow:0 4px 10px #00000026}.hmyt-chatbot-suggestions{cursor:grab;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;scrollbar-width:thin;scrollbar-color:#e0e0e0 transparent;flex-shrink:0;gap:10px;padding:10px;display:flex;overflow-x:auto}.hmyt-chatbot-suggestions::-webkit-scrollbar{height:4px}.hmyt-chatbot-suggestions::-webkit-scrollbar-thumb{background-color:#e0e0e0;border-radius:20px}.hmyt-suggestion-btn{color:#3c434a;cursor:pointer;background-color:#f0f2f5;border:1px solid #dcdfe4;transition:all .2s;border-radius:10px!important;padding:3px 12px!important;font-size:13px!important}.hmyt-suggestion-btn:hover{background-color:#e0e2e5;border-color:#b0b3b8}.hmyt-chatbot-window .avatar-container{justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative}.hmyt-chatbot-window .avatar-container img{object-fit:cover;border-radius:50%;width:100%;height:100%}.hmyt-chatbot-window .avatar-container .check{color:#37e75b;z-index:1;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;bottom:-3px;right:-4px}.hmyt-chatbot-window .message.model>p a{color:#ff4f5d;font-weight:700}@keyframes hmyt-fade-in-up-user{0%{opacity:0;transform:translateY(15px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes hmyt-fade-in-model{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.hmyt-chatbot-window .message.user{transform-origin:100% 100%;animation:.3s ease-out forwards hmyt-fade-in-up-user}.hmyt-chatbot-window .message.model{transform-origin:0 100%;animation:.4s ease-out forwards hmyt-fade-in-model}@keyframes hmyt-fab-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-2deg)}50%{transform:rotate(2deg)}75%{transform:rotate(-1deg)}}@keyframes hmyt-fab-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--chatbot-widget-color)50%,transparent)}70%{box-shadow:0 0 0 20px color-mix(in srgb,var(--chatbot-widget-color)0%,transparent)}to{box-shadow:0 0 0 0 color-mix(in srgb,var(--chatbot-widget-color)0%,transparent)}}#hmyt-chatbot-widget .hmyt-chatbot-fab.hmyt-fab-animated{animation:2s ease-in-out infinite hmyt-fab-wiggle,2s ease-out infinite hmyt-fab-pulse}.hmyt-product-recommendations{flex-direction:column;align-self:flex-end;gap:12px;width:100%;max-width:85%;margin-top:10px;display:flex}.hmyt-product-card{background-color:#f0f2f5;border:1px solid #e0e0e0;border-radius:18px;align-items:center;gap:15px;padding:12px;text-decoration:none;transition:background-color .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000000d!important}.hmyt-product-card:hover{box-shadow:none;background-color:#e9ebed}.hmyt-product-card-image{flex-shrink:0;width:60px;height:60px}.hmyt-product-card-image img{object-fit:cover;width:100%;height:100%;border-radius:6px!important}.hmyt-product-card-details{flex-direction:column;gap:5px;min-width:0;display:flex;overflow:hidden}.hmyt-product-card-title{color:#1f2029;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.hmyt-product-card-price{color:var(--chatbot-widget-color,#9b3df8);font-size:13px}.hmyt-product-card-price ins{font-weight:700;text-decoration:none}.hmyt-product-card-price del{opacity:.6;margin-left:5px}.hmyt-product-recommendations-loading{justify-content:center;align-self:flex-end;width:100%;max-width:90%;padding:20px;display:flex}button#hmyt-close-chat-btn{padding:0}.hmyt-suggestion-btn.hmyt-order-tracking-btn{border:1px solid;border-color:var(--chatbot-widget-color);color:var(--chatbot-widget-color);background-color:#fff;font-weight:700}.hmyt-suggestion-btn.hmyt-order-tracking-btn:hover{background-color:color-mix(in srgb,var(--chatbot-widget-color)10%,transparent)}.hmyt-chatbot-order-list{flex-direction:column;align-self:flex-end;gap:12px;width:100%;max-width:85%;margin-top:10px;animation:.4s ease-out forwards hmyt-fade-in-model;display:flex}.hmyt-chatbot-order-item{cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:15px;transition:background-color .2s,transform .2s,box-shadow .2s;display:grid;box-shadow:0 4px 10px #0000000d}.hmyt-chatbot-order-item:hover{box-shadow:none;background-color:#f9fafb}.hmyt-chatbot-order-item .order-icon{background-color:var(--chatbot-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.hmyt-chatbot-order-item .order-details-wrapper{flex-direction:column;gap:4px;min-width:0;display:flex}.hmyt-chatbot-order-item .order-id-status{justify-content:space-between;align-items:center;gap:8px;display:flex}.hmyt-chatbot-order-item .order-id{color:var(--chatbot-model-color);font-size:1em;font-weight:700}.hmyt-chatbot-order-item .order-status-badge{background-color:color-mix(in srgb,var(--chatbot-widget-color)10%,transparent);color:var(--chatbot-widget-color);border-radius:12px;padding:2px 8px;font-size:.75em;font-weight:600}.hmyt-chatbot-order-item .order-meta{color:#7d8b99;white-space:nowrap;justify-content:space-between;gap:15px;font-size:.85em;display:flex}.hmyt-suggestion-btn{font-family:inherit}#hmyt-send-button{padding:10px!important}.chat-input input[type=text]::placeholder{color:#434954!important}.message>p{margin:0}.hmyt-category-recommendations{grid-template-columns:repeat(2,1fr);align-self:flex-end;gap:12px;width:100%;max-width:90%;margin-top:10px;display:grid}.hmyt-category-recommendations .hmyt-category-card:last-child:nth-child(odd),.hmyt-chat-logs-page .hmyt-category-recommendations .hmyt-category-card:last-child:nth-child(odd){grid-column:span 2}.hmyt-category-card{background-color:#f0f2f5;border:1px solid #e0e0e0;border-radius:18px;align-items:center;gap:12px;padding:10px;text-decoration:none;transition:background-color .2s,box-shadow .2s;display:flex;overflow:hidden}.hmyt-category-card:hover{background-color:#e9ebed;box-shadow:0 4px 10px #0000000d}.hmyt-category-card-image{border-radius:8px;flex-shrink:0;width:45px;height:45px;overflow:hidden}.hmyt-category-card-image img{object-fit:cover;width:100%;height:100%}.hmyt-category-card-details{flex-direction:column;gap:3px;min-width:0;display:flex}.hmyt-category-card-title{color:#1f2029;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.hmyt-category-card-count{color:#6c757d;font-size:12px}.hmyt-chatbot-window .message ul,.hmyt-chatbot-window .message ol{list-style:revert!important;margin:10px 0!important;padding-left:0!important;padding-right:25px!important}.hmyt-chatbot-window .message li{list-style-type:revert!important;margin-bottom:5px!important;padding:0!important}#hmyt-voice-input-btn{color:#888;cursor:pointer;background-color:#0000000d;border:none;border-radius:10px;flex-shrink:0;order:1;justify-content:center;align-items:center;width:42px;height:42px;transition:background-color .2s,color .2s;display:flex}#hmyt-voice-input-btn:hover{color:#333;background-color:#e6eaef}#hmyt-voice-input-btn.is-recording{color:#fff;background-color:#ef4444;animation:2s infinite hmyt-mic-pulse;position:relative}#hmyt-voice-input-btn.is-recording:before{content:"صحبت کنید...";color:#fff;white-space:nowrap;background-color:#ef4444;border-radius:15px;padding:3px 8px;font-size:10px;line-height:normal;position:absolute;top:-32px;left:50%;transform:translate(-50%);box-shadow:0 2px 5px #0000001a}@keyframes hmyt-mic-pulse{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.hmyt-chatbot-window .chat-input textarea{order:2}.hmyt-chatbot-window .chat-input button[type=submit]{order:3}.hmyt-chatbot-window .message-footer .message-actions{align-items:center;margin-right:auto;padding-right:10px;display:flex}.hmyt-chatbot-window .message-footer .copy-to-clipboard-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:5px;transition:background-color .2s;display:flex}.hmyt-chatbot-window .message-footer .copy-to-clipboard-btn:hover{background-color:#00000014}.hmyt-chatbot-window .message-footer .copy-to-clipboard-btn svg{color:#54667a;width:18px;height:18px}.hmyt-chatbot-window .message-footer .regenerate-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:5px;transition:background-color .2s,transform .3s;display:flex}.hmyt-chatbot-window .message-footer .regenerate-btn:hover{background-color:#00000014;transform:rotate(180deg)}.hmyt-chatbot-window .message-footer .regenerate-btn svg{color:#54667a;width:18px;height:18px}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:5px;transition:background-color .2s,color .2s;display:flex}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn:hover{background-color:#00000014}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn svg{color:#54667a;width:18px;height:18px}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn.active.like svg{color:#12d41a}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn.active.dislike svg{color:#ff4f5d}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn:disabled:not(.active){cursor:not-allowed;opacity:.5}.header-content>svg{width:35px;height:35px}.hmyt-chatbot-fullscreen-active{width:100%;height:80vh;min-height:500px;margin:20px 0;position:relative}.hmyt-chatbot-fullscreen-active #hmyt-chatbot-window{visibility:visible;opacity:1;border:1px solid #e0e0e0;border-radius:15px;width:100%;max-width:none;height:100%;max-height:none;transition:none;position:absolute;top:0;left:0;transform:none;box-shadow:0 8px 30px #0000001a}.hmyt-chatbot-fullscreen-active #hmyt-chatbot-fab,.hmyt-chatbot-fullscreen-active.hmyt-chatbot-widget{display:none!important}.hmyt-chatbot-fullscreen-active #hmyt-close-chat-btn{display:none}button#hmyt-voice-input-btn{padding:0}.hmyt-chatbot-window .chat-input #hmyt-user-message-input{resize:none;min-height:auto;overflow-y:hidden}