:root{--chatbot-widget-color:#9b3df8;--chatbot-primary:#8a35c9;--chatbot-secondary:#f0f2f5;--chatbot-border:#e0e0e0;--chatbot-shadow:rgba(0, 0, 0, 0.1);--chatbot-user-bg:#1f2029;--chatbot-user-color:#d8d9e0;--chatbot-model-bg:#CFD8DC;--chatbot-model-color:#54667a}#hmyt-chatbot-widget{position:fixed;z-index:999950;isolation:isolate;bottom:var(--chatbot-fab-bottom-spacing);right:var(--chatbot-fab-side-spacing)}#hmyt-chatbot-widget.hmyt-chatbot-position-bottom_left{right:auto;left:var(--chatbot-fab-side-spacing)}.font-bold{color:#212529}.hmyt-chatbot-fab{width:60px;height:60px;position:relative;background:var(--chatbot-widget-color);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 12px rgb(0 0 0 / .15);transition:transform 0.3s cubic-bezier(.34,1.56,.64,1),opacity 0.2s ease}.hmyt-chatbot-fab:hover{transform:scale(1.1)}.hmyt-chatbot-fab.hidden{transform:scale(0);opacity:0}.hmyt-chatbot-fab svg{width:32px;color:#fff;height:32px}.hmyt-chatbot-fab.hmyt-fab-with-label::before{content:var(--chatbot-fab-label-text,'دستیار هوش مصنوعی');position:absolute;width:fit-content;white-space:nowrap;line-height:normal;background:#f0f0f0;color:#535353;top:-35px;font-size:11px;padding:4px 10px;border-radius:15px;right:50%;transform:translateX(50%);box-shadow:0 2px 5px rgb(0 0 0 / .1);opacity:0;transition:opacity 0.2s ease-in-out}.hmyt-chatbot-fab.hmyt-fab-with-label::before{opacity:1}.hmyt-chatbot-window{position:absolute;bottom:0;right:0;width:420px;max-width:90vw;height:90vh;max-height:700px;background-color:#fff;border-radius:15px;box-shadow:0 8px 30px var(--chatbot-shadow);display:flex;flex-direction:column;overflow:hidden;visibility:hidden;opacity:0;transform:scale(.95);transform-origin:bottom right;transition:visibility 0s 0.3s,opacity 0.3s ease,transform 0.3s ease}#hmyt-chatbot-widget.hmyt-chatbot-position-bottom_left .hmyt-chatbot-window{right:auto;left:0;transform-origin:bottom left}.hmyt-chatbot-window.open{visibility:visible;opacity:1;transform:scale(1);transition-delay:0s}@media (max-width:768px){#hmyt-chatbot-widget.open{top:0;left:0;right:0;bottom:0;width:100%;height:100%;transition:none}#hmyt-chatbot-widget.open .hmyt-chatbot-fab{transition:none;opacity:0;visibility:hidden}.hmyt-chatbot-window{position:fixed;top:0;left:0;width:100%;height:100%;max-width:100vw;max-height:100vh;border-radius:0;transform-origin:bottom center;transform:scale(.95) translateY(20px);opacity:0;visibility:hidden;transition:opacity 0.25s ease-out,transform 0.25s ease-out,visibility 0s 0.25s}.hmyt-chatbot-window.open{opacity:1;transform:scale(1) translateY(0);visibility:visible;transition-delay:0s}}.hmyt-chatbot-window .chat-header{background-color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--chatbot-border);flex-shrink:0}.chat-header .header-content{display:flex;align-items:center;gap:10px}.chat-header .header-content .font-bold{font-weight:700;display:flex;font-size:1em;flex-direction:row;gap:7px;align-items:center}.chat-header .header-actions{display:flex;align-items:center;gap:5px}.chat-header .header-actions a,.chat-header .header-actions button{color:#888;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#fff0;border:none;cursor:pointer;transition:background-color 0.2s ease,color 0.2s ease;text-decoration:none}.chat-header .header-actions a:hover,.chat-header .header-actions button:hover{background-color:#f0f2f5;color:#333}.chat-header .header-actions a svg,#hmyt-close-chat-btn svg{color:inherit;width:20px;height:20px}.chat-header .label-in-title-chatbot-webpremium{font-weight:500;line-height:normal;font-size:10px;padding:3px 6px;color:#54667a;background:#ecf1fd;border-radius:10px;display:flex;align-items:center}.chat-header .label-in-title-chatbot-webpremium span{margin-left:5px;width:5px;height:5px;background-color:#46c864;border-radius:50%}.hmyt-chatbot-window .chat-messages{flex-grow:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:20px;scroll-behavior:smooth}.hmyt-chatbot-window .message-wrapper{display:flex;flex-direction:column}.hmyt-chatbot-window .message-wrapper.user{align-items:flex-start}.hmyt-chatbot-window .message-wrapper.model{align-items:flex-end}.hmyt-chatbot-window .message{max-width:85%;width:fit-content;word-wrap:break-word;padding:12px 18px;border-radius:18px;font-size:15px;line-height:26px;box-shadow:0 4px 10px rgb(0 0 0 / .05)}.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{display:flex;align-items:center;gap:10px;font-size:12px;color:#6c757d;margin-top:13px}.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{display:none;align-self:flex-end;background-color:var(--chatbot-model-bg);padding:12px 18px;border-radius:18px;width:fit-content}.hmyt-chatbot-window .typing-indicator span{display:inline-block;width:8px;height:8px;background-color:#999;border-radius:50%;margin:0 2px;animation:hmyt-dot-animation 1.2s infinite ease-in-out}.hmyt-chatbot-window .typing-indicator span:nth-child(2){animation-delay:0.2s}.hmyt-chatbot-window .typing-indicator span:nth-child(3){animation-delay:0.4s}@keyframes hmyt-dot-animation{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.hmyt-chatbot-window .chat-input{padding:15px;border-top:1px solid var(--chatbot-border);flex-shrink:0}.hmyt-chatbot-window .chat-input form{display:flex;align-items:center;gap:10px;flex-direction:row-reverse}.hmyt-chatbot-window .chat-input textarea{flex-grow:1;padding:10px 15px;border:1px solid var(--chatbot-border);border-radius:10px;outline:none;font-size:14px;font-family:inherit;transition:all 0.3s;resize:none;overflow-y:hidden;line-height:1.5;max-height:120px;box-sizing:border-box}.hmyt-chatbot-window .chat-input textarea::-webkit-scrollbar{width:5px}.hmyt-chatbot-window .chat-input textarea::-webkit-scrollbar-track{background:#fff0}.hmyt-chatbot-window .chat-input textarea::-webkit-scrollbar-thumb{background-color:#d6d6d6;border-radius:20px;border:3px solid #fff0}.hmyt-chatbot-window .chat-input textarea:focus{border-color:var(--chatbot-widget-color);box-shadow:0 0 0 2px rgb(138 53 201 / .2)}.hmyt-chatbot-window .chat-input button{background-color:var(--chatbot-widget-color);color:#fff;border:none;width:42px;height:42px;border-radius:10px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s;flex-shrink:0}div#hmyt-chat-messages{background-image:repeating-linear-gradient(45deg,#fafafa,#fafafa 30px,#fff 0,#fff 60px)}.hmyt-chatbot-window .chat-input button:hover{opacity:.85}.hmyt-chatbot-window .chat-input button:disabled{background-color:#ccc;cursor:not-allowed}.hmyt-chatbot-window .chat-messages::-webkit-scrollbar{width:6px}.hmyt-chatbot-window .chat-messages::-webkit-scrollbar-track{background:#fff0}.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 #fff0}.hmyt-chatbot-login-required{padding:20px 25px;margin:15px;border-radius:12px;background:#f7f9fc;border:1px solid #e5eaf2;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.hmyt-chatbot-login-required p{margin:0;color:#3c434a;font-size:15px;font-weight:500;line-height:1.6}.hmyt-chatbot-login-required .hmyt-chatbot-login-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;background-color:var(--chatbot-widget-color);color:#fff;text-decoration:none;border-radius:8px;font-size:14px;font-weight:600;transition:transform 0.2s ease,box-shadow 0.2s ease;box-shadow:0 2px 5px rgb(0 0 0 / .1);border:none}.hmyt-chatbot-login-required .hmyt-chatbot-login-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgb(0 0 0 / .15);opacity:1}.hmyt-chatbot-suggestions{padding:10px;display:flex;gap:10px;cursor:grab;overflow-x:auto;white-space:nowrap;flex-shrink:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;scrollbar-width:thin;scrollbar-color:#e0e0e0 #fff0}.hmyt-chatbot-suggestions::-webkit-scrollbar{height:4px}.hmyt-chatbot-suggestions::-webkit-scrollbar-thumb{background-color:#e0e0e0;border-radius:20px}.hmyt-suggestion-btn{background-color:#f0f2f5;border:1px solid #dcdfe4;color:#3c434a;padding:3px 12px!important;border-radius:10px!important;font-size:13px!important;cursor:pointer;transition:all 0.2s ease}.hmyt-suggestion-btn:hover{background-color:#e0e2e5;border-color:#b0b3b8}.hmyt-chatbot-window .avatar-container{width:28px;height:28px;position:relative;display:flex;align-items:center;justify-content:center}.hmyt-chatbot-window .avatar-container img{width:100%;height:100%;border-radius:50%;object-fit:cover}.hmyt-chatbot-window .avatar-container .check{position:absolute;bottom:-3px;right:-4px;width:16px;height:16px;color:#37e75b;background-color:#fff;border-radius:50%;z-index:1;display:flex;align-items:center;justify-content:center}.hmyt-chatbot-window .message.model>p a{color:#ff4f5d;font-weight:700}@keyframes hmyt-fade-in-up-user{from{opacity:0;transform:translateY(15px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes hmyt-fade-in-model{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.hmyt-chatbot-window .message.user{transform-origin:bottom right;animation:hmyt-fade-in-up-user 0.3s ease-out forwards}.hmyt-chatbot-window .message.model{transform-origin:bottom left;animation:hmyt-fade-in-model 0.4s ease-out forwards}@keyframes hmyt-fab-wiggle{0%,100%{transform:rotate(0deg)}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)}100%{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:hmyt-fab-wiggle 2s ease-in-out infinite,hmyt-fab-pulse 2s ease-out infinite}.hmyt-product-recommendations{display:flex;flex-direction:column;gap:12px;margin-top:10px;align-self:flex-end;width:100%;max-width:85%}.hmyt-product-card{display:flex;align-items:center;gap:15px;padding:12px;background-color:#f0f2f5;border-radius:18px;border:1px solid #e0e0e0;text-decoration:none;transition:background-color 0.2s,box-shadow 0.2s;overflow:hidden;box-shadow:0 4px 10px rgb(0 0 0 / .05)!important}.hmyt-product-card:hover{background-color:#e9ebed;box-shadow:none}.hmyt-product-card-image{width:60px;height:60px;flex-shrink:0}.hmyt-product-card-image img{width:100%;height:100%;object-fit:cover;border-radius:6px!important}.hmyt-product-card-details{display:flex;flex-direction:column;gap:5px;overflow:hidden;min-width:0}.hmyt-product-card-title{font-weight:600;color:#1f2029;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hmyt-product-card-price{font-size:13px;color:var(--chatbot-widget-color,#9b3df8)}.hmyt-product-card-price ins{text-decoration:none;font-weight:700}.hmyt-product-card-price del{opacity:.6;margin-left:5px}.hmyt-product-recommendations-loading{align-self:flex-end;width:100%;max-width:90%;padding:20px;display:flex;justify-content:center}button#hmyt-close-chat-btn{padding:0}.hmyt-suggestion-btn.hmyt-order-tracking-btn{border:1px solid;background-color:#fff;border-color:var(--chatbot-widget-color);font-weight:700;color:var(--chatbot-widget-color)}.hmyt-suggestion-btn.hmyt-order-tracking-btn:hover{background-color:color-mix(in srgb,var(--chatbot-widget-color) 10%,transparent)}.hmyt-chatbot-order-list{display:flex;flex-direction:column;gap:12px;margin-top:10px;align-self:flex-end;width:100%;max-width:85%;animation:hmyt-fade-in-model 0.4s ease-out forwards}.hmyt-chatbot-order-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:15px;background-color:#fff;border-radius:18px;cursor:pointer;transition:all .2s;border:1px solid #e5e7eb;box-shadow:0 4px 10px rgb(0 0 0 / .05)}.hmyt-chatbot-order-item:hover{background-color:#f9fafb;box-shadow:none}.hmyt-chatbot-order-item .order-icon{width:40px;height:40px;flex-shrink:0;background-color:var(--chatbot-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center}.hmyt-chatbot-order-item .order-details-wrapper{display:flex;flex-direction:column;gap:4px;min-width:0}.hmyt-chatbot-order-item .order-id-status{display:flex;align-items:center;gap:8px;justify-content:space-between}.hmyt-chatbot-order-item .order-id{font-weight:700;font-size:1em;color:var(--chatbot-model-color)}.hmyt-chatbot-order-item .order-status-badge{font-size:.75em;background-color:color-mix(in srgb,var(--chatbot-widget-color) 10%,transparent);padding:2px 8px;font-weight:600;border-radius:12px;color:var(--chatbot-widget-color)}.hmyt-chatbot-order-item .order-meta{display:flex;gap:15px;font-size:.85em;color:#7d8b99;white-space:nowrap;justify-content:space-between}.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-card{display:flex;align-items:center;gap:12px;padding:10px;background-color:#f0f2f5;border-radius:18px;border:1px solid #e0e0e0;text-decoration:none;transition:background-color 0.2s,box-shadow 0.2s;overflow:hidden}.hmyt-category-card:hover{background-color:#e9ebed;box-shadow:0 4px 10px rgb(0 0 0 / .05)}.hmyt-category-card-image{width:45px;height:45px;flex-shrink:0;border-radius:8px;overflow:hidden}.hmyt-category-card-image img{width:100%;height:100%;object-fit:cover}.hmyt-category-card-details{display:flex;flex-direction:column;gap:3px;min-width:0}.hmyt-category-card-title{font-weight:600;color:#1f2029;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hmyt-category-card-count{font-size:12px;color:#6c757d}.hmyt-chatbot-window .message ul,.hmyt-chatbot-window .message ol{list-style:revert!important;margin:10px 0!important;padding-right:25px!important;padding-left:0!important}.hmyt-chatbot-window .message li{list-style-type:revert!important;margin-bottom:5px!important;padding:0!important}#hmyt-voice-input-btn{background-color:#0000000d;color:#888;border:none;width:42px;height:42px;border-radius:10px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s,color 0.2s;flex-shrink:0;order:1}#hmyt-voice-input-btn:hover{background-color:#e6eaef;color:#333}#hmyt-voice-input-btn.is-recording{color:#fff;background-color:#ef4444}#hmyt-voice-input-btn.is-recording{position:relative;color:#fff;background-color:#ef4444;animation:hmyt-mic-pulse 2s infinite}#hmyt-voice-input-btn.is-recording::before{content:'صحبت کنید...';position:absolute;top:-32px;left:50%;transform:translateX(-50%);background-color:#ef4444;color:#fff;line-height:normal;padding:3px 8px;border-radius:15px;font-size:10px;white-space:nowrap;box-shadow:0 2px 5px rgb(0 0 0 / .1)}@keyframes hmyt-mic-pulse{0%{box-shadow:0 0 0 0 rgb(239 68 68 / .7)}70%{box-shadow:0 0 0 10px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.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{display:flex;align-items:center;margin-right:auto;padding-right:10px}.hmyt-chatbot-window .message-footer .copy-to-clipboard-btn{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.2s ease}.hmyt-chatbot-window .message-footer .copy-to-clipboard-btn:hover{background-color:rgb(0 0 0 / .08)}.hmyt-chatbot-window .message-footer .copy-to-clipboard-btn svg{width:18px;height:18px;color:#54667a}.hmyt-chatbot-window .message-footer .regenerate-btn{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.2s ease,transform 0.3s ease}.hmyt-chatbot-window .message-footer .regenerate-btn:hover{background-color:rgb(0 0 0 / .08);transform:rotate(180deg)}.hmyt-chatbot-window .message-footer .regenerate-btn svg{width:18px;height:18px;color:#54667a}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.2s ease,color 0.2s ease}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn:hover{background-color:rgb(0 0 0 / .08)}.hmyt-chatbot-window .message-footer .hmyt-feedback-btn svg{width:18px;height:18px;color:#54667a}.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;position:relative;margin:20px 0}.hmyt-chatbot-fullscreen-active #hmyt-chatbot-window{position:absolute;top:0;left:0;width:100%;height:100%;max-width:none;max-height:none;border-radius:15px;visibility:visible;opacity:1;transform:none;transition:none;box-shadow:0 8px 30px rgb(0 0 0 / .1);border:1px solid #e0e0e0}.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{min-height:auto;resize:none;overflow-y:hidden;height:auto}.chat-header{border-radius:15px 15px 0 0}#hmyt-guest-info-form{flex-grow:1;overflow-y:auto;background-image:repeating-linear-gradient(45deg,#fafafa,#fafafa 30px,#fff 0,#fff 60px);z-index:10;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hmyt-guest-form-content{display:flex;flex-direction:column;gap:12px;width:100%;max-width:300px;text-align:center}.hmyt-guest-form-content p{margin:0 0 10px 0;color:#555;font-size:14px;line-height:1.6}.hmyt-guest-form-content input{width:100%;padding:12px;border:1px solid #e3e3e3;background:#fff;border-radius:10px;font-family:inherit;box-sizing:border-box;font-size:14px;transition:all 0.3s;text-align:center;direction:rtl}.hmyt-guest-form-content input:focus{border-color:var(--chatbot-widget-color);background:#fff;box-shadow:0 4px 12px rgb(0 0 0 / .05);outline:none}.hmyt-guest-form-content button{background:var(--chatbot-widget-color);color:#fff;padding:12px;border:none;border-radius:10px;cursor:pointer;font-family:inherit;font-weight:600;transition:opacity 0.2s,box-shadow 0.2s;font-size:14px;box-shadow:0 4px 10px rgb(0 0 0 / .1);margin-top:5px}.hmyt-guest-form-content button:hover{opacity:.8;box-shadow:0 6px 15px rgb(0 0 0 / .15)}.hmyt-post-recommendations{display:flex;flex-direction:column;gap:12px;margin-top:10px;align-self:flex-end;width:100%;max-width:85%}.hmyt-post-card{display:flex;align-items:center;gap:12px;padding:10px;background-color:#f0f2f5;border-radius:12px;border:1px solid #e0e0e0;text-decoration:none!important;transition:all 0.2s ease;overflow:hidden;position:relative}.hmyt-post-card:hover{background-color:#fff;box-shadow:0 4px 12px rgb(0 0 0 / .08);transform:none}.hmyt-post-card-image{width:50px;height:50px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#e9ecef;display:flex;align-items:center;justify-content:center}.hmyt-post-card-image img{width:100%;height:100%;object-fit:cover}.hmyt-no-image-placeholder{color:#adb5bd}.hmyt-post-card-details{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.hmyt-post-card-title{font-weight:600;color:#1f2029;font-size:13px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hmyt-post-card-meta{font-size:12px;color:#6c757d}.hmyt-post-card-meta.price{font-size:13px;font-weight:600;color:#059669;margin-top:2px;display:flex;align-items:center}.hmyt-post-card-meta.price del{color:#9ca3af;font-size:.9em;font-weight:400;margin-left:6px;opacity:.8}.hmyt-post-card-meta.price ins{text-decoration:none;color:#059669;background:#fff0;font-weight:700}.message h1{font-size:20px}.message h2{font-size:18px}.message h3{font-size:16px}button.hmyt-suggestion-btn.hmyt-order-tracking-btn{line-height:normal}body.dark .hmyt-chatbot-window,body.dark .chat-header{background-color:#262631;border-color:#414150}body.dark div#hmyt-chat-messages{background-image:repeating-linear-gradient(45deg,#2626314d,#262631c9 30px,#2a2a3673 0,#2a2a3669 60px)}body.dark .chat-header .header-content .font-bold{color:#fff}body.dark .chat-header .header-actions a,body.dark .chat-header .header-actions button,body.dark #hmyt-close-chat-btn svg{color:#ccc}body.dark .chat-header .header-actions a:hover,body.dark .chat-header .header-actions button:hover{background-color:#414150;color:#fff}body.dark .hmyt-chatbot-window .message.model{background:#353542;color:#e5e7eb}body.dark .hmyt-chatbot-window .message.user{color:#e5e7eb}body.dark .message h1,body.dark .message h2,body.dark .message h3,body.dark .message strong{color:#fff}body.dark .hmyt-chatbot-window .message-footer .copy-to-clipboard-btn svg,body.dark .hmyt-chatbot-window .message-footer .regenerate-btn svg,body.dark .hmyt-chatbot-window .message-footer .hmyt-feedback-btn svg{color:#9ca3af}body.dark .hmyt-chatbot-window .message-footer .copy-to-clipboard-btn:hover,body.dark .hmyt-chatbot-window .message-footer .regenerate-btn:hover,body.dark .hmyt-chatbot-window .message-footer .hmyt-feedback-btn:hover{background-color:#414150}body.dark .hmyt-chatbot-window .typing-indicator{background-color:#353542}body.dark .hmyt-chatbot-window .typing-indicator span{background-color:#9ca3af}body.dark .hmyt-chatbot-window .chat-input{background-color:#262631;border-top-color:#414150}body.dark .hmyt-chatbot-window .chat-input textarea{background:#262631;border-color:#414150;color:#fff}body.dark .hmyt-chatbot-window .chat-input textarea:focus{border-color:var(--chatbot-widget-color)}body.dark .chat-input input[type=text]::placeholder{color:#9ca3af!important}body.dark #hmyt-voice-input-btn{background-color:#353542;color:#ccc}body.dark #hmyt-voice-input-btn:hover{background-color:#414150;color:#fff}body.dark .hmyt-suggestion-btn{background-color:#fff0;border-color:#414150;color:#e5e7eb}body.dark .hmyt-suggestion-btn:hover{background-color:#414150;border-color:#555}body.dark .hmyt-suggestion-btn.hmyt-order-tracking-btn{color:var(--chatbot-widget-color);border-color:var(--chatbot-widget-color)}body.dark .hmyt-suggestion-btn.hmyt-order-tracking-btn:hover{background-color:#414150}body.dark .hmyt-chatbot-window .message.model>p a{color:#24b7e7}body.dark .hmyt-product-card,body.dark .hmyt-chatbot-order-item,body.dark .hmyt-category-card,body.dark .hmyt-post-card{background-color:#262631;border-color:#353542;color:#e5e7eb}body.dark .hmyt-product-card:hover,body.dark .hmyt-chatbot-order-item:hover,body.dark .hmyt-category-card:hover,body.dark .hmyt-post-card:hover{border-color:#414150}body.dark .hmyt-product-card-title,body.dark .hmyt-post-card-title,body.dark .hmyt-category-card-title,body.dark .hmyt-chatbot-order-item .order-id{color:#fff}body.dark .hmyt-chatbot-order-item .order-meta,body.dark .hmyt-category-card-count,body.dark .hmyt-post-card-meta{color:#9ca3af}body.dark .hmyt-chatbot-order-item .order-icon{background-color:#353542}body.dark .hmyt-post-card-image{background:#414150}body.dark #hmyt-guest-info-form{background:#262631}body.dark .hmyt-guest-form-content p{color:#e5e7eb}body.dark .hmyt-guest-form-content input{background:#353542;border-color:#414150;color:#fff}body.dark .hmyt-guest-form-content input:focus{border-color:var(--chatbot-widget-color)}body.dark .hmyt-chatbot-login-required{background:#353542;border-color:#414150}body.dark .hmyt-chatbot-login-required p{color:#e5e7eb}body.dark .chat-header .label-in-title-chatbot-webpremium{background:#414150;color:#d1d5db}body.dark .hmyt-chatbot-window .chat-messages::-webkit-scrollbar-thumb,body.dark .hmyt-chatbot-window .chat-input textarea::-webkit-scrollbar-thumb{background-color:#414150}body.dark .hmyt-chatbot-window .avatar-container .check{background:#30303c}body.dark .hmyt-chatbot-fullscreen-active #hmyt-chatbot-window{border-color:#414150}