.wc-support-chat-root{position:fixed;bottom:20px;right:20px;z-index:2000000002;--wc-sc-cta-start:var(--writecontrol-cta-background-gradient-start, var(--writecontrol-primary-color, #fd907f));--wc-sc-cta-end:var(--writecontrol-cta-background-gradient-end, var(--writecontrol-secondary-color, #FF6E78));--wc-sc-cta-text:var(--writecontrol-cta-color, #ffffff);--wc-sc-accent:var(--writecontrol-primary-color, #fd907f);--wc-sc-surface:var(--writecontrol-primary-background-color, #ffffff);--wc-sc-surface-2:var(--writecontrol-secondary-background-color, #f4f4f5);--wc-sc-surface-accent:var(--writecontrol-layout-selector-selected-background-color, #FFE9E5);--wc-sc-text:var(--writecontrol-primary-text-color, #5f5f5f);--wc-sc-text-strong:var(--writecontrol-primary-text-color, #5f5f5f);--wc-sc-text-muted:var(--writecontrol-icons-color, #7C7B7B);--wc-sc-border:var(--writecontrol-block-separator-color, #E9E7E8);--wc-sc-icon:var(--writecontrol-icons-color, #7C7B7B);--wc-sc-inactive:var(--writecontrol-disabled-secondary-color, #B6B4B6);--wc-sc-error:var(--writecontrol-notification-error-color, #db4437);--wc-sc-success:var(--writecontrol-notification-success-color, #8bc34a);--wc-sc-warning:var(--writecontrol-notification-warning-color, #f7cb4d);--wc-sc-shadow:var(--writecontrol-shadow-box-color, rgba(10, 0, 185, 0.10));--wc-sc-shadow-medium:var(--writecontrol-shadow-box-color-medium, rgba(10, 0, 185, 0.16));--wc-sc-shadow-hard:var(--writecontrol-shadow-box-color-hard, rgba(10, 0, 185, 0.20));font-family:var(--writecontrol-font-family, 'Inter', sans-serif);}.wc-support-focus-mode .wc-support-chat-root,
.wc-support-route-hidden .wc-support-chat-root{display:none !important;}.wc-support-chat-root .chat-bubble-btn{background:linear-gradient(135deg, var(--wc-sc-cta-start), var(--wc-sc-cta-end));color:var(--wc-sc-cta-text);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px var(--wc-sc-shadow-hard);cursor:pointer;transition:transform 0.2s;border:none;font-size:24px;}.wc-support-chat-root .chat-bubble-btn:hover{transform:scale(1.05);}.wc-support-chat-root .chat-window{position:absolute;bottom:80px;right:0;width:350px;height:450px;max-height:calc(100vh - 120px);background:var(--wc-sc-surface);border-radius:12px;box-shadow:0 5px 20px var(--wc-sc-shadow-medium);display:flex;flex-direction:column;overflow:hidden;transform:scale(0);transform-origin:bottom right;transition:transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);opacity:0;pointer-events:none;}.wc-support-chat-root .chat-window.opened{transform:scale(1);opacity:1;pointer-events:auto;}.wc-support-chat-root .chat-header{background:linear-gradient(135deg, var(--wc-sc-cta-start), var(--wc-sc-cta-end));color:var(--wc-sc-cta-text);padding:15px 20px;font-weight:600;display:flex;justify-content:space-between;align-items:center;}.wc-support-chat-root .chat-title{flex:1;}.wc-support-chat-root .close-icon,
.wc-support-chat-root .back-icon,
.wc-support-chat-root .help-icon{cursor:pointer;background:transparent;border:none;color:var(--wc-sc-cta-text);font-size:20px;line-height:1;}.wc-support-chat-root .back-icon,
.wc-support-chat-root .help-icon{display:none;padding:0 8px 0 0;font-weight:700;}.wc-support-chat-root .help-icon{font-size:18px;border:1px solid currentColor;border-radius:50%;width:24px;height:24px;padding:0;margin-right:10px;}.wc-support-chat-root .chat-body{flex:1;padding:15px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background:var(--wc-sc-surface-2);}.wc-support-chat-root .history-more{align-self:center;flex:0 0 auto;border:1px solid var(--wc-sc-border);background:var(--wc-sc-surface);color:var(--wc-sc-text-muted);border-radius:14px;padding:5px 12px;font-size:12px;font-family:inherit;cursor:pointer;}.wc-support-chat-root .history-more:hover:not(:disabled){color:var(--wc-sc-text);}.wc-support-chat-root .history-more:disabled{cursor:default;opacity:0.7;}.wc-support-chat-root .message{max-width:80%;padding:10px 14px;border-radius:18px;font-size:14px;line-height:1.4;word-wrap:break-word;}.wc-support-chat-root .message.user{background:var(--wc-sc-surface-accent);color:var(--wc-sc-text-strong);align-self:flex-end;border-bottom-right-radius:4px;}.wc-support-chat-root .message.admin{background:var(--wc-sc-surface);color:var(--wc-sc-text);align-self:flex-start;border-bottom-left-radius:4px;box-shadow:0 1px 2px var(--wc-sc-shadow);}.wc-support-chat-root .seen-receipt{align-self:flex-end;font-size:11px;color:var(--wc-sc-text-muted);margin:-4px 4px 2px 0;}.wc-support-chat-root .message.typing-indicator{display:inline-flex;align-items:center;gap:4px;padding:12px 14px;}.wc-support-chat-root .message.typing-indicator span{width:7px;height:7px;border-radius:50%;background:var(--wc-sc-icon);display:inline-block;animation:wc-typing-bounce 1.2s infinite ease-in-out;}.wc-support-chat-root .message.typing-indicator span:nth-child(2){animation-delay:0.2s;}.wc-support-chat-root .message.typing-indicator span:nth-child(3){animation-delay:0.4s;}@keyframes wc-typing-bounce{0%, 60%, 100%{transform:translateY(0);opacity:0.4;}30%{transform:translateY(-4px);opacity:1;}}.wc-support-chat-root .chat-footer{padding:15px;background:var(--wc-sc-surface);border-top:1px solid var(--wc-sc-border);display:flex;gap:10px;}.wc-support-chat-root .chat-input{flex:1;border:none;background:var(--wc-sc-surface-2);color:var(--wc-sc-text);padding:8px 12px;border-radius:20px;font-family:inherit;font-size:14px;outline:none;}.wc-support-chat-root .send-btn{background:linear-gradient(135deg, var(--wc-sc-cta-start), var(--wc-sc-cta-end));color:var(--wc-sc-cta-text);min-width:40px;width:40px;height:40px;border-radius:50%;padding:0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;}.wc-support-chat-root .send-btn:disabled{opacity:0.5;cursor:default;}.wc-support-chat-root .attach-btn{background:transparent;border:none;cursor:pointer;font-size:20px;line-height:1;padding:0 2px;min-width:28px;}.wc-support-chat-root .attach-input{display:none;}.wc-support-chat-root .attachment-bar{display:none;align-items:center;gap:8px;padding:8px 15px 0;font-size:12px;color:var(--wc-sc-text);background:var(--wc-sc-surface);}.wc-support-chat-root .attachment-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.wc-support-chat-root .attachment-remove{background:transparent;border:none;color:var(--wc-sc-icon);cursor:pointer;font-size:14px;line-height:1;padding:0;}.wc-support-chat-root .attachment-remove:hover{color:var(--wc-sc-error);}.wc-support-chat-root .attachment-error{display:none;margin:8px 15px 0;font-size:12px;color:var(--wc-sc-error);background:var(--wc-sc-surface);}.wc-support-chat-root .message-error{display:none;margin:8px 15px 0;font-size:12px;color:var(--wc-sc-error);background:var(--wc-sc-surface);}.wc-support-chat-root .message.failed{opacity:0.7;border:1px solid var(--wc-sc-error);}.wc-support-chat-root .message .attachment-preview{display:block;margin-top:6px;}.wc-support-chat-root .message .attachment-preview img{display:block;max-width:100%;max-height:180px;border-radius:8px;}.wc-support-chat-root .message .attachment-file{display:inline-block;margin-top:6px;font-size:13px;color:var(--wc-sc-accent);word-break:break-all;}.wc-support-chat-root .email-prompt{padding:20px;text-align:center;display:flex;flex-direction:column;justify-content:center;flex:1;}.wc-support-chat-root .email-prompt p{font-size:14px;color:var(--wc-sc-text);margin-bottom:20px;}.wc-support-chat-root .email-input{width:100%;box-sizing:border-box;border:1px solid var(--wc-sc-border);border-radius:8px;background:var(--wc-sc-surface);color:var(--wc-sc-text);padding:10px 12px;font-family:inherit;font-size:14px;}.wc-support-chat-root .email-submit{background:linear-gradient(135deg, var(--wc-sc-cta-start), var(--wc-sc-cta-end));color:var(--wc-sc-cta-text);border:none;border-radius:8px;padding:10px 16px;margin-top:15px;font-family:inherit;cursor:pointer;}.wc-support-chat-root .chat-panel{display:flex;flex-direction:column;flex:1;min-height:0;}.wc-support-chat-root .kb-panel,
.wc-support-chat-root .kb-article{display:none;flex-direction:column;flex:1;min-height:0;overflow-y:auto;padding:15px;background:var(--wc-sc-surface-2);}.wc-support-chat-root .kb-intro{font-size:13px;color:var(--wc-sc-text);margin:0 0 10px;}.wc-support-chat-root .kb-search-input{width:100%;box-sizing:border-box;border:1px solid var(--wc-sc-border);border-radius:20px;background:var(--wc-sc-surface);color:var(--wc-sc-text);padding:8px 14px;font-family:inherit;font-size:14px;outline:none;}.wc-support-chat-root .kb-search-input:focus{border-color:var(--wc-sc-accent);}.wc-support-chat-root .kb-section-label{font-size:11px;text-transform:uppercase;letter-spacing:0.04em;color:var(--wc-sc-text-muted);margin:14px 0 6px;}.wc-support-chat-root .kb-list{display:flex;flex-direction:column;gap:8px;}.wc-support-chat-root .kb-item{display:flex;flex-direction:column;gap:3px;text-align:left;background:var(--wc-sc-surface);border:1px solid var(--wc-sc-border);border-radius:8px;padding:10px 12px;cursor:pointer;font:inherit;color:inherit;}.wc-support-chat-root .kb-item:hover{border-color:var(--wc-sc-accent);}.wc-support-chat-root .kb-item-title{font-size:14px;font-weight:600;color:var(--wc-sc-text-strong);}.wc-support-chat-root .kb-item-summary{font-size:12px;color:var(--wc-sc-text-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.wc-support-chat-root .kb-empty{display:none;font-size:13px;color:var(--wc-sc-text-muted);margin:14px 0 0;}.wc-support-chat-root .kb-contact-btn,
.wc-support-chat-root .kb-article-contact{margin-top:auto;align-self:stretch;background:linear-gradient(135deg, var(--wc-sc-cta-start), var(--wc-sc-cta-end));color:var(--wc-sc-cta-text);border:none;border-radius:8px;padding:10px 16px;font-family:inherit;font-size:14px;cursor:pointer;}.wc-support-chat-root .kb-contact-btn{margin-top:16px;}.wc-support-chat-root .kb-article-title{font-size:16px;color:var(--wc-sc-text-strong);margin:0 0 10px;}.wc-support-chat-root .kb-article-content{font-size:14px;color:var(--wc-sc-text);line-height:1.55;}.wc-support-chat-root .kb-article-content p{margin:0 0 10px;}.wc-support-chat-root .kb-article-content ul{margin:0 0 10px;padding-left:20px;}.wc-support-chat-root .kb-article-content a{color:var(--wc-sc-accent);}.wc-support-chat-root .kb-feedback{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--wc-sc-text);border-top:1px solid var(--wc-sc-border);margin-top:12px;padding-top:12px;}.wc-support-chat-root .kb-feedback-actions{display:flex;flex-wrap:nowrap;gap:8px;}.wc-support-chat-root .kb-feedback button{background:var(--wc-sc-surface);border:1px solid var(--wc-sc-border);border-radius:14px;padding:4px 14px;font-family:inherit;font-size:13px;color:var(--wc-sc-text);cursor:pointer;white-space:nowrap;}.wc-support-chat-root .kb-feedback button:hover{border-color:var(--wc-sc-accent);color:var(--wc-sc-text-strong);}.wc-support-chat-root .kb-feedback-thanks{display:none;font-size:13px;color:var(--wc-sc-success);border-top:1px solid var(--wc-sc-border);margin:12px 0 0;padding-top:12px;}.wc-support-chat-root .rating-panel{display:none;flex-direction:column;gap:8px;margin:0 15px 8px;padding-top:10px;border-top:1px solid var(--wc-sc-border);background:var(--wc-sc-surface);}.wc-support-chat-root .rating-question{margin:0;font-size:13px;color:var(--wc-sc-text);}.wc-support-chat-root .rating-stars{display:flex;gap:4px;}.wc-support-chat-root .rating-star{background:transparent;border:none;padding:0 2px;font-size:22px;line-height:1;color:var(--wc-sc-inactive);cursor:pointer;}.wc-support-chat-root .rating-star.filled,
.wc-support-chat-root .rating-star:hover{color:var(--wc-sc-warning);}.wc-support-chat-root .rating-comment{display:none;width:100%;box-sizing:border-box;resize:vertical;border:1px solid var(--wc-sc-border);border-radius:8px;background:var(--wc-sc-surface);color:var(--wc-sc-text);padding:8px 10px;font-family:inherit;font-size:13px;}.wc-support-chat-root .rating-actions{display:flex;align-items:center;gap:8px;}.wc-support-chat-root .rating-submit{display:none;background:linear-gradient(135deg, var(--wc-sc-cta-start), var(--wc-sc-cta-end));color:var(--wc-sc-cta-text);border:none;border-radius:8px;padding:6px 14px;font-family:inherit;font-size:13px;cursor:pointer;}.wc-support-chat-root .rating-skip{background:transparent;border:none;padding:0;font-size:12px;color:var(--wc-sc-text-muted);text-decoration:underline;cursor:pointer;}.wc-support-chat-root .rating-thanks{display:none;margin:0 15px 8px;padding-top:10px;border-top:1px solid var(--wc-sc-border);font-size:13px;color:var(--wc-sc-success);background:var(--wc-sc-surface);}