:host [data-type=skywarex-chat]{--skywarex-background: #ffffff;--skywarex-foreground: #000000;--skywarex-primary: var(--config-skywarex-primary-color, #cca400);--skywarex-secondary: #f5f5f5;--skywarex-success: #10b981;--skywarex-error: #d32f2f;--skywarex-border: #eeeeee;--skywarex-font-family: inherit}[data-type=skywarex-chat] .skywarex-chat-content{font-family:var(--skywarex-font-family)!important;margin:0;padding:0;box-sizing:border-box;line-height:1.5}[data-type=skywarex-chat] *,[data-type=skywarex-chat] *:before,[data-type=skywarex-chat] *:after{box-sizing:inherit}[data-type=skywarex-chat] p,[data-type=skywarex-chat] h1,[data-type=skywarex-chat] h2,[data-type=skywarex-chat] h3,[data-type=skywarex-chat] h4,[data-type=skywarex-chat] h5,[data-type=skywarex-chat] h6{margin:0;padding:0;font-weight:inherit;font-size:inherit}[data-type=skywarex-chat] ul,[data-type=skywarex-chat] ol{margin:0;padding:0;list-style:none}[data-type=skywarex-chat] img{max-width:100%;height:auto;display:block}[data-type=skywarex-chat] button,[data-type=skywarex-chat] input,[data-type=skywarex-chat] textarea,[data-type=skywarex-chat] select{font-family:var(--skywarex-font-family)!important;margin:0;padding:0;border:none;outline:none;background:none;color:inherit}[data-type=skywarex-chat] a{color:inherit;text-decoration:none}[data-type=skywarex-chat] .skywarex-home::-webkit-scrollbar,.skywarex-chat-messages::-webkit-scrollbar,.skywarex-home-help-topics::-webkit-scrollbar,.skywarex-help-faq-container::-webkit-scrollbar,.skywarex-help-detail::-webkit-scrollbar,.skywarex-conversations-list::-webkit-scrollbar{width:6px}[data-type=skywarex-chat] .skywarex-home::-webkit-scrollbar-track,.skywarex-chat-messages::-webkit-scrollbar-track,.skywarex-home-help-topics::-webkit-scrollbar-track,.skywarex-help-faq-container::-webkit-scrollbar-track,.skywarex-help-detail::-webkit-scrollbar-track,.skywarex-conversations-list::-webkit-scrollbar-track{background:transparent}[data-type=skywarex-chat] .skywarex-home::-webkit-scrollbar-thumb,.skywarex-chat-messages::-webkit-scrollbar-thumb,.skywarex-home-help-topics::-webkit-scrollbar-thumb,.skywarex-help-faq-container::-webkit-scrollbar-thumb,.skywarex-help-detail::-webkit-scrollbar-thumb,.skywarex-conversations-list::-webkit-scrollbar-thumb{border-radius:20px;background:#d1d1d1}[data-type=skywarex-chat] .skywarex-home::-webkit-scrollbar-thumb:hover,.skywarex-chat-messages::-webkit-scrollbar-thumb:hover,.skywarex-home-help-topics::-webkit-scrollbar-thumb:hover,.skywarex-help-faq-container::-webkit-scrollbar-thumb:hover,.skywarex-help-detail::-webkit-scrollbar-thumb:hover,.skywarex-conversations-list::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}[data-type=skywarex-chat] #skywarex-chat-box{color:var(--skywarex-foreground);background:var(--skywarex-background)}[data-type=skywarex-chat]{position:fixed;bottom:20px;right:20px;z-index:9999}[data-type=skywarex-chat] #skywarex-chat-box.skywarex-chat-open{position:relative;z-index:9999}.body-skywarex-page-mode{overflow:hidden!important}[data-type=skywarex-chat].page-mode.skywarex-chat-container-open{top:0;right:0;bottom:0;left:0}[data-type=skywarex-chat].page-mode .skywarex-chat-toggle-container{bottom:20px;right:20px;position:fixed;z-index:9998}[data-type=skywarex-chat].page-mode #skywarex-chat-box{width:auto;max-width:100%;margin:0 auto;height:100%;max-height:100vh;border-radius:0;transform:none;transition:none}[data-type=skywarex-chat].page-mode .skywarex-home-sticky{border-radius:0}[data-type=skywarex-chat].page-mode.skywarex-chat-container-open .skywarex-chat-content{height:100%}[data-type=skywarex-chat] .skywarex-chat-toggle-container{display:flex;justify-content:flex-end}[data-type=skywarex-chat] #skywarex-chat-toggle{width:64px;height:64px;background:var(--skywarex-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--skywarex-background);cursor:pointer;border:none;box-shadow:0 4px 16px #0000003d;transition:all .3s cubic-bezier(.4,0,.2,1)}:host .skywarex-toggle-hint{position:fixed;z-index:9997;padding:12px 16px;border-radius:12px;font-size:14px;letter-spacing:.2px;box-shadow:0 4px 16px #0000002e,0 1px 4px #0000000d;opacity:0;transform:translate(80px);transition:opacity .3s ease,transform .3s ease;pointer-events:none;width:fit-content;background-color:#fff;animation:subtle-bounce 3s ease-in-out infinite alternate;line-height:24px;font-weight:500}:host .skywarex-toggle-hint:after{content:"";position:absolute;bottom:-7px;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white;filter:drop-shadow(0 2px 2px rgba(0,0,0,.1))}:host .skywarex-toggle-hint:before{content:"1";position:absolute;top:-8px;left:-8px;background-color:#fb2c36;padding:2px;width:16px;height:16px;display:flex;color:#fff;align-items:center;justify-content:center;border-radius:50%;font-size:12px}:host .skywarex-toggle-hint span{display:inline-block;line-height:24px;max-width:250px;width:auto;color:#000}:host .skywarex-toggle-hint.show{opacity:1;transform:translate(0)}@keyframes subtle-bounce{0%{transform:translate(0) translateY(0)}to{transform:translate(0) translateY(-6px)}}[data-type=skywarex-chat] #skywarex-chat-toggle:hover{transform:scale(1.05);box-shadow:0 6px 20px #0000004d}[data-type=skywarex-chat] #skywarex-chat-toggle:active{transform:scale(.95)}[data-type=skywarex-chat] #skywarex-chat-toggle .skywarex-chat-toggle-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}[data-type=skywarex-chat] #skywarex-chat-toggle .skywarex-chat-toggle-icon svg{width:32px;height:32px;transition:transform .3s cubic-bezier(.4,0,.2,1)}[data-type=skywarex-chat] #skywarex-chat-box{display:none;width:400px;height:80vh;max-height:700px;border-radius:12px;box-shadow:0 20px 48px #0000003d;margin-bottom:12px;flex-direction:column;opacity:0;transform:translateY(120px) scale(.95);transition:all .4s cubic-bezier(.4,0,.2,1)}[data-type=skywarex-chat] #skywarex-chat-box.skywarex-chat-open{opacity:1;transform:translateY(0) scale(1)}[data-type=skywarex-chat] .skywarex-chat-header{border-bottom:1px solid var(--skywarex-border);padding:12px 16px;font-weight:600;border-radius:12px 12px 0 0;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease;position:relative;overflow:hidden}[data-type=skywarex-chat] .skywarex-chat-header .skywarex-chat-title{position:absolute;left:50%;transform:translate(-50%);max-width:300px}[data-type=skywarex-chat] .skywarex-chat-title{font-size:18px}[data-type=skywarex-chat] .skywarex-chat-close{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:10px;margin-left:auto;margin-right:-6px}[data-type=skywarex-chat] .skywarex-chat-close svg{width:20px;height:20px}[data-type=skywarex-chat] .skywarex-chat-close:hover{background:rgba(0,0,0,.1)}[data-type=skywarex-chat] .skywarex-chat-back{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:10px;margin-left:-6px;z-index:2}[data-type=skywarex-chat] .skywarex-chat-back svg{width:20px;height:20px}[data-type=skywarex-chat] .skywarex-chat-back:hover{background:rgba(0,0,0,.1)}[data-type=skywarex-chat] .skywarex-tab-content{flex:1;display:flex;flex-direction:column;overflow:hidden}[data-type=skywarex-chat] .skywarex-tab-pane{display:none;flex:1;overflow:hidden}[data-type=skywarex-chat] .skywarex-tab-pane.active{display:flex;flex-direction:column}[data-type=skywarex-chat] .skywarex-chat-messages{flex:1;padding:0 16px 16px;overflow-y:auto;overflow-x:hidden;font-size:14px;scroll-behavior:auto;position:relative}[data-type=skywarex-chat] .skywarex-chat-item{display:flex;gap:8px;margin-bottom:12px}[data-type=skywarex-chat] .skywarex-chat-item.receiver{justify-content:flex-end}[data-type=skywarex-chat] .skywarex-chat-item.sender{justify-content:flex-start}[data-type=skywarex-chat] .skywarex-chat-content-wrapper{display:flex;flex-direction:column;align-items:end;gap:4px;max-width:85%;width:fit-content}[data-type=skywarex-chat] .skywarex-chat-content-wrapper .skywarex-chat-bubble{margin-bottom:0}[data-type=skywarex-chat] .skywarex-chat-content-wrapper .skywarex-chat-bubble:last-child{margin-bottom:0}[data-type=skywarex-chat] .skywarex-chat-bubble{width:fit-content;padding:10px 12px;border-radius:16px;line-height:1.35;box-shadow:0 2px 6px #0000000f;position:relative}[data-type=skywarex-chat] .skywarex-image-bubble{padding:0;border-radius:12px;overflow:hidden;background:transparent!important;box-shadow:none}[data-type=skywarex-chat] .skywarex-chat-item.sender .skywarex-chat-bubble{background:var(--skywarex-secondary)}[data-type=skywarex-chat] .skywarex-chat-item.skywarex-error .skywarex-chat-bubble{background:color-mix(in srgb,var(--skywarex-error) 10%,transparent);border:1px solid var(--skywarex-error);color:var(--skywarex-error)}[data-type=skywarex-chat] .skywarex-chat-item.receiver .skywarex-chat-bubble{background:var(--skywarex-primary);color:var(--skywarex-background)}[data-type=skywarex-chat] .skywarex-chat-pending{display:none;padding-bottom:16px;flex-direction:column;gap:8px}[data-type=skywarex-chat] .skywarex-pending-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,64px));align-items:end;gap:8px}[data-type=skywarex-chat] .skywarex-pending-image-wrapper{position:relative}[data-type=skywarex-chat] .skywarex-pending-image{width:64px;height:64px;border-radius:8px;border:1px solid var(--skywarex-border);position:relative;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}[data-type=skywarex-chat] .skywarex-pending-image:hover{transform:scale(1.05)}[data-type=skywarex-chat] .skywarex-pending-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}[data-type=skywarex-chat] .skywarex-pending-files{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));align-items:center;gap:8px}[data-type=skywarex-chat] .skywarex-pending-file{font-size:14px;padding:4px 8px;border-radius:8px;border:1px solid var(--skywarex-border);line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:normal;height:fit-content}[data-type=skywarex-chat] .skywarex-pending-file svg{width:16px;height:16px}[data-type=skywarex-chat] .skywarex-upload-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.7);color:#fff;padding:4px 8px;border-radius:8px;font-size:12px;white-space:nowrap;display:flex;align-items:center;justify-content:center;width:100%;height:100%}[data-type=skywarex-chat] .skywarex-upload-spinner svg{width:16px;height:16px;animation:skywarex-spin 1s linear infinite}[data-type=skywarex-chat] .skywarex-chat-attach-container{display:flex;align-items:center;justify-content:center}[data-type=skywarex-chat] .skywarex-chat-attach{background:var(--skywarex-background);cursor:pointer;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:all .2s ease;gap:6px;font-size:14px;color:color-mix(in srgb,var(--skywarex-foreground) 50%,transparent);margin-left:-8px}[data-type=skywarex-chat] .skywarex-chat-attach:hover{background:var(--skywarex-secondary);border-color:var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-chat-attach svg{width:18px;height:18px}[data-type=skywarex-chat] .skywarex-chat-footer{padding:16px;border-top:1px solid var(--skywarex-border)}[data-type=skywarex-chat] .skywarex-chat-input-wrapper{display:flex;flex-direction:column;position:relative;border-radius:24px;border:1px solid var(--skywarex-border);background:var(--skywarex-background);box-shadow:#090e1529 0 0 4px;background-color:transparent;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}[data-type=skywarex-chat] .skywarex-chat-input-wrapper:focus-within{border:1px solid var(--skywarex-primary);box-shadow:var(--skywarex-primary) 0 0 2px 0}[data-type=skywarex-chat] .skywarex-chat-input-wrapper textarea{font-size:14px;resize:none;font-family:inherit;line-height:20px;min-height:40px;width:100%;max-height:158px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;white-space:pre-wrap;overflow:auto;overflow-wrap:break-word;padding:12px 8px 2px 14px;border-radius:24px}[data-type=skywarex-chat] .skywarex-chat-input-wrapper textarea::placeholder{opacity:50%}[data-type=skywarex-chat] .skywarex-chat-buttons{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 14px 14px}[data-type=skywarex-chat] .skywarex-chat-send{border:none;background:var(--skywarex-primary);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease;font-size:14px;font-weight:500;border-radius:50%;width:36px;height:36px;opacity:.5;cursor:not-allowed;pointer-events:none}[data-type=skywarex-chat] .skywarex-chat-send:hover{opacity:.9}[data-type=skywarex-chat] .skywarex-typing-indicator{display:flex;align-items:center;gap:4px;padding:4px 0}[data-type=skywarex-chat] .skywarex-typing-indicator span{width:8px;height:8px;border-radius:50%;background:var(--skywarex-primary);opacity:.4;animation:skywarex-typing 1.4s infinite ease-in-out}[data-type=skywarex-chat] .skywarex-typing-indicator span:nth-child(1){animation-delay:-.32s}[data-type=skywarex-chat] .skywarex-typing-indicator span:nth-child(2){animation-delay:-.16s}[data-type=skywarex-chat] .skywarex-chat-timestamp{font-size:11px;margin-top:4px;text-align:right;opacity:.8}[data-type=skywarex-chat] .skywarex-abs-timestamp{position:absolute;right:8px;bottom:6px;background:rgba(0,0,0,.55);color:var(--skywarex-background)!important;padding:2px 6px;border-radius:8px;margin:0}[data-type=skywarex-chat] .skywarex-chat-item.receiver .skywarex-chat-timestamp{color:var(--skywarex-background)}[data-type=skywarex-chat] .skywarex-chat-date-header{text-align:center;font-size:12px;opacity:.8;margin:16px 0 8px;padding:4px 12px;background:rgba(0,0,0,.05);border-radius:12px;display:inline-block;position:relative;left:50%;transform:translate(-50%)}[data-type=skywarex-chat] .skywarex-chat-message-content{margin-bottom:2px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;white-space:pre-wrap}[data-type=skywarex-chat] .skywarex-chat-message-content a{color:var(--skywarex-primary);text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom-color .2s ease;cursor:pointer}[data-type=skywarex-chat] .skywarex-previews{display:flex;flex-direction:column;gap:8px}[data-type=skywarex-chat] .skywarex-image-bubble{display:flex;flex-direction:column;gap:2px}[data-type=skywarex-chat] .skywarex-image-bubble .skywarex-image-only{border-radius:8px;max-width:240px;max-height:240px;min-width:80px;min-height:80px;width:auto;height:auto;display:block}[data-type=skywarex-chat] .skywarex-image-bubble .skywarex-image-only img{width:100%;height:100%;max-height:240px;max-width:240px;min-height:80px;min-width:80px;object-fit:cover;border-radius:8px}[data-type=skywarex-chat] .skywarex-more-count{display:inline-flex;align-items:center;justify-content:center;min-width:40px;max-width:fit-content;height:28px;padding:0 8px;border-radius:16px;background:rgba(0,0,0,.08);color:inherit;font-size:12px;font-weight:500}[data-type=skywarex-chat] .skywarex-preview-file{display:inline-flex;align-items:center;border-radius:8px;color:inherit;text-decoration:none}[data-type=skywarex-chat] .skywarex-preview-file:hover{text-decoration:underline}[data-type=skywarex-chat] .skywarex-file-icon{display:inline-flex;margin-right:8px}[data-type=skywarex-chat] .skywarex-file-icon svg{width:18px;height:18px}[data-type=skywarex-chat] .skywarex-file-name{font-weight:500;font-size:13px;margin-bottom:2px}[data-type=skywarex-chat] .skywarex-file-size{opacity:.8;font-size:12px}[data-type=skywarex-chat] .skywarex-chat-message-content a:hover{border-bottom-color:var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-chat-item.receiver .skywarex-chat-message-content a{color:var(--skywarex-background);border-bottom-color:#ffffff4d}[data-type=skywarex-chat] .skywarex-chat-item.receiver .skywarex-chat-message-content a:hover{border-bottom-color:#fffc}[data-type=skywarex-chat] .skywarex-loading-more{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:10;background:var(--skywarex-background);border-radius:0 0 12px 12px;padding:8px 16px;box-shadow:0 2px 8px #0000001a;animation:skywarex-loading-slide-down .3s ease-out}[data-type=skywarex-chat] .skywarex-loading-spinner{display:flex;align-items:center;justify-content:center;color:var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-loading-spinner svg{animation:skywarex-spin 1s linear infinite}[data-type=skywarex-chat] .skywarex-loading-skeleton{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--skywarex-background);z-index:10;display:flex;flex-direction:column;padding:16px;gap:12px;overflow:hidden;margin:0;border-radius:0}[data-type=skywarex-chat] .skywarex-skeleton-item{display:flex;gap:8px;align-items:flex-start}[data-type=skywarex-chat] .skywarex-skeleton-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(90deg,var(--skywarex-secondary) 25%,var(--skywarex-border) 50%,var(--skywarex-secondary) 75%);background-size:200% 100%;animation:skywarex-skeleton-shimmer 1.5s infinite;flex-shrink:0}[data-type=skywarex-chat] .skywarex-skeleton-content{flex:1;display:flex;flex-direction:column;gap:4px}[data-type=skywarex-chat] .skywarex-skeleton-bubble{background:linear-gradient(90deg,var(--skywarex-secondary) 25%,var(--skywarex-border) 50%,var(--skywarex-secondary) 75%);background-size:200% 100%;animation:skywarex-skeleton-shimmer 1.5s infinite;border-radius:16px;height:40px;width:60%}[data-type=skywarex-chat] .skywarex-skeleton-bubble.long{width:80%}[data-type=skywarex-chat] .skywarex-skeleton-bubble.short{width:40%}[data-type=skywarex-chat] .skywarex-skeleton-item.receiver{justify-content:flex-end}[data-type=skywarex-chat] .skywarex-skeleton-item.receiver .skywarex-skeleton-avatar{order:2}[data-type=skywarex-chat] .skywarex-skeleton-item.receiver .skywarex-skeleton-content{order:1;align-items:flex-end}[data-type=skywarex-chat] .skywarex-skeleton-item.receiver .skywarex-skeleton-bubble{background:linear-gradient(90deg,var(--skywarex-border) 25%,var(--skywarex-secondary) 50%,var(--skywarex-border) 75%);background-size:200% 100%;animation:skywarex-skeleton-shimmer 1.5s infinite}[data-type=skywarex-chat] .skywarex-loading-skeleton.fade-out{opacity:0;transition:opacity .3s ease-out}[data-type=skywarex-chat] .skywarex-chat-messages{position:relative;z-index:1}[data-type=skywarex-chat] .skywarex-bottom-nav{display:flex;border-top:1px solid var(--skywarex-border);padding:8px 0;border-radius:0 0 12px 12px;box-shadow:#090e150f 0 0 25px}[data-type=skywarex-chat] .skywarex-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;padding:8px 4px;cursor:pointer;transition:all .2s ease;color:color-mix(in srgb,var(--skywarex-foreground),transparent)}[data-type=skywarex-chat] .skywarex-nav-item.active,[data-type=skywarex-chat] .skywarex-nav-item:hover{color:var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-nav-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}[data-type=skywarex-chat] .skywarex-nav-icon svg{width:20px;height:20px}[data-type=skywarex-chat] .skywarex-nav-item span{font-size:14px}[data-type=skywarex-chat] .skywarex-bottom-nav-add{padding:16px}[data-type=skywarex-chat] .skywarex-bottom-nav-add button{width:100%;height:40px;border-radius:8px;background:var(--skywarex-primary);color:#fff;display:flex;align-items:center;gap:8px;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}[data-type=skywarex-chat] .skywarex-home{padding-inline:16px;overflow-x:hidden;overflow-y:auto;position:relative}[data-type=skywarex-chat] .skywarex-home-sticky{height:360px;width:100%;position:absolute;top:0;left:0;z-index:1;transform:translateZ(0);border-radius:12px 12px 0 0;background:linear-gradient(to bottom,var(--skywarex-primary) 0%,var(--skywarex-primary) 70%,rgba(255,255,255,1) 100%)}[data-type=skywarex-chat] .skywarex-home-header{position:relative;z-index:2;padding:20px 0 150px}[data-type=skywarex-chat] .skywarex-home-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:70px}[data-type=skywarex-chat] .skywarex-home-header-close-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;transition:all .2s ease;margin-right:-8px}[data-type=skywarex-chat] .skywarex-home-header-close-icon:hover{background-color:#0000001a}[data-type=skywarex-chat] .skywarex-home-header-close-icon svg{width:20px;height:20px;color:var(--skywarex-background)}[data-type=skywarex-chat] .skywarex-home-header-avatar{width:40px;height:40px;border-radius:50%;background-color:var(--skywarex-background)}[data-type=skywarex-chat] .skywarex-home-header-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}[data-type=skywarex-chat] .skywarex-home-greeting{font-size:28px;font-weight:600;color:var(--skywarex-background)}[data-type=skywarex-chat] .skywarex-home-container{z-index:2;position:relative;display:flex;flex-direction:column;gap:10px;margin-top:-125px;padding-block:16px}[data-type=skywarex-chat] .skywarex-home-recent-message{background-color:var(--skywarex-background);position:relative;box-sizing:border-box;overflow:hidden;padding:16px 20px;border-radius:12px;box-shadow:#090e150f 0 4px 28px,#090e150f 0 1px 4px;cursor:pointer}[data-type=skywarex-chat] .skywarex-home-recent-message:hover .skywarex-home-recent-message-title{transition:all .3s cubic-bezier(.4,0,.2,1);color:var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-home-recent-message-title{font-size:14px;font-weight:600;margin-bottom:8px}[data-type=skywarex-chat] .skywarex-home-recent-message-item{display:flex;align-items:center;justify-content:space-between;gap:4px}[data-type=skywarex-chat] .skywarex-home-recent-message-item-content{display:flex;align-items:center;gap:10px;flex:1;min-width:0}[data-type=skywarex-chat] .skywarex-home-recent-message-avatar{width:40px;height:40px;border-radius:50%}[data-type=skywarex-chat] .skywarex-home-recent-message-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}[data-type=skywarex-chat] .skywarex-home-recent-message-item-text-container{display:flex;flex-direction:column;gap:2px;flex:1}[data-type=skywarex-chat] .skywarex-home-recent-message-item-text{font-size:14px;font-weight:400;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;word-break:break-word;white-space:pre-wrap}[data-type=skywarex-chat] .skywarex-home-recent-message-item-time{font-size:12px;font-weight:400;opacity:.6;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}[data-type=skywarex-chat] .skywarex-home-recent-message-item-arrow svg{width:16px;height:16px;color:var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-home-help-topics{background-color:var(--skywarex-background);position:relative;box-sizing:border-box;overflow:hidden;padding:8px;border-radius:12px;box-shadow:#090e150f 0 0 28px,#090e150f 0 1px 4px;cursor:pointer;display:flex;flex-direction:column;gap:8px}[data-type=skywarex-chat] .skywarex-home-help-search{display:flex;align-items:center;gap:8px;position:relative}[data-type=skywarex-chat] .skywarex-home-help-search{display:flex;align-items:center;justify-content:space-between;gap:8px;position:relative;padding:10px 12px;background-color:var(--skywarex-secondary);width:100%;height:40px;box-sizing:border-box;font-weight:500;border-radius:8px;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1)}[data-type=skywarex-chat] .skywarex-home-help-search:hover{color:var(--skywarex-primary);background:color-mix(in srgb,var(--skywarex-primary) 10%,transparent)}[data-type=skywarex-chat] .skywarex-home-help-search svg{width:16px;height:16px;color:var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-search-icon{display:flex;align-items:center;justify-content:center}[data-type=skywarex-chat] .skywarex-home-help-topics-list{display:flex;flex-direction:column;gap:8px}[data-type=skywarex-chat] .skywarex-home-help-topics-list .skywarex-home-help-topic-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:8px;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}[data-type=skywarex-chat] .skywarex-home-help-topics-list .skywarex-home-help-topic-item:hover{background:color-mix(in srgb,var(--skywarex-primary) 10%,transparent);color:var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-home-help-topics-list .skywarex-home-help-topic-item:hover p{color:var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-home-help-topics-list .skywarex-home-help-topic-item-text{flex:1;font-size:14px;color:color-mix(in srgb,var(--skywarex-foreground) 60%,transparent);display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}[data-type=skywarex-chat] .skywarex-home-help-topics-list .skywarex-home-help-topic-item-arrow{display:flex;align-items:center;justify-content:center}[data-type=skywarex-chat] .skywarex-home-help-topics-list .skywarex-home-help-topic-item-arrow svg{width:16px;height:16px;color:var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-help-topics{background-color:var(--skywarex-background);position:relative;display:flex;flex-direction:column;min-height:0}[data-type=skywarex-chat] .skywarex-help-search{display:flex;align-items:center;gap:8px;position:relative;border-radius:8px;margin:16px}[data-type=skywarex-chat] .skywarex-help-search input{width:100%;height:40px;padding:6px 32px 6px 12px;outline:none;border:1px solid transparent;font-size:14px;border-radius:8px;background:var(--skywarex-secondary);transition:all .3s cubic-bezier(.4,0,.2,1)}[data-type=skywarex-chat] .skywarex-help-search input:focus{border:1px solid var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-help-search svg{width:16px;height:16px;color:var(--skywarex-primary);position:absolute;right:12px;top:50%;transform:translateY(-50%)}[data-type=skywarex-chat] .skywarex-help-faq-container{flex:1;overflow:hidden auto}[data-type=skywarex-chat] .skywarex-help-faq{border-top:1px solid var(--skywarex-border);padding:16px}[data-type=skywarex-chat] .skywarex-help-faq-title{font-size:16px;font-weight:500}[data-type=skywarex-chat] .skywarex-help-faq-description{font-size:14px;margin-top:8px}[data-type=skywarex-chat] .skywarex-help-faq-meta{display:flex;align-items:center;justify-content:space-between;margin-top:16px}[data-type=skywarex-chat] .skywarex-help-faq-meta-left{display:flex;flex-direction:column;gap:4px;font-size:14px;opacity:.6}[data-type=skywarex-chat] .skywarex-help-faq-meta-left span{font-size:14px}[data-type=skywarex-chat] .skywarex-help-faq-meta-right{display:flex;align-items:center;gap:8px}[data-type=skywarex-chat] .skywarex-help-faq-meta-right-image{width:28px;height:28px;border-radius:50%}[data-type=skywarex-chat] .skywarex-help-faq-meta-right-image img{width:100%;height:100%;object-fit:cover;border-radius:50%}[data-type=skywarex-chat] .skywarex-help-topics-list{border-top:1px solid var(--skywarex-border);padding:8px 0}[data-type=skywarex-chat] .skywarex-help-topics-list .skywarex-help-topic-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}[data-type=skywarex-chat] .skywarex-help-topics-list .skywarex-help-topic-item:hover{background:color-mix(in srgb,var(--skywarex-primary) 10%,transparent);color:var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-help-topics-list .skywarex-help-topic-item-text{font-size:14px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}[data-type=skywarex-chat] .skywarex-help-topics-list .skywarex-help-topic-item-arrow{display:flex;align-items:center;justify-content:center}[data-type=skywarex-chat] .skywarex-help-topics-list .skywarex-help-topic-item-arrow svg{width:16px;height:16px;color:var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-help-detail{background-color:var(--skywarex-background);overflow-x:hidden;overflow-y:auto;position:relative;flex-direction:column}[data-type=skywarex-chat] .skywarex-help-detail-title{font-size:24px;font-weight:700;padding:20px 16px 16px}[data-type=skywarex-chat] .skywarex-help-author-info{flex:1}[data-type=skywarex-chat] .skywarex-help-detail-content{flex:1;display:flex;flex-direction:column}[data-type=skywarex-chat] .skywarex-help-detail-author{display:flex;align-items:center;gap:12px;color:color-mix(in srgb,var(--skywarex-foreground) 60%,transparent);font-size:13px;padding:0 16px}[data-type=skywarex-chat] .skywarex-help-detail-author img{width:32px;height:32px;border-radius:50%;object-fit:cover}[data-type=skywarex-chat] .skywarex-help-detail-author-info{display:flex;flex-direction:column;gap:2px}[data-type=skywarex-chat] .skywarex-help-detail-text{line-height:1.6;margin:24px 0;padding:0 16px;font-size:14px}[data-type=skywarex-chat] .skywarex-help-detail-feedback{border-top:1px solid var(--skywarex-border);padding:20px 16px}[data-type=skywarex-chat] .skywarex-help-feedback-question{font-size:14px;text-align:center;color:color-mix(in srgb,var(--skywarex-foreground) 60%,transparent)}[data-type=skywarex-chat] .skywarex-help-emoji-feedback{display:flex;gap:16px;align-items:center;justify-content:center;margin-top:12px}[data-type=skywarex-chat] .skywarex-help-emoji-btn{background:none;border:none;cursor:pointer;font-size:24px;padding:8px;border-radius:8px;transition:all .2s ease;opacity:.6}[data-type=skywarex-chat] .skywarex-help-emoji-btn:hover,[data-type=skywarex-chat] .skywarex-help-emoji-btn.active{opacity:1;background:color-mix(in srgb,var(--skywarex-primary) 20%,transparent);transform:scale(1.1)}[data-type=skywarex-chat] .skywarex-help-feedback-thanks{font-size:14px;color:var(--skywarex-primary);font-weight:500;margin:0;padding:12px 0}[data-type=skywarex-chat] .skywarex-help-no-results{padding:40px 16px;text-align:center}[data-type=skywarex-chat] .skywarex-help-no-results h6{font-size:16px;font-weight:500;margin-bottom:8px}[data-type=skywarex-chat] .skywarex-help-no-results p{font-size:14px;color:color-mix(in srgb,var(--skywarex-foreground) 60%,transparent)}[data-type=skywarex-chat] .skywarex-conversations{height:100%;display:flex;flex-direction:column}[data-type=skywarex-chat] .skywarex-conversations-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid var(--skywarex-border)}[data-type=skywarex-chat] .skywarex-conversations-search{display:flex;align-items:center;position:relative;flex:1}[data-type=skywarex-chat] .skywarex-conversations-search input{width:100%;height:40px;padding:6px 32px 6px 12px;outline:none;border:1px solid transparent;font-size:14px;border-radius:8px;background:var(--skywarex-secondary);transition:all .3s cubic-bezier(.4,0,.2,1)}[data-type=skywarex-chat] .skywarex-conversations-search input:focus{border:1px solid var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-conversations-search svg{width:16px;height:16px;color:var(--skywarex-primary);position:absolute;right:12px;top:50%;transform:translateY(-50%)}[data-type=skywarex-chat] .skywarex-conversations-add{position:fixed;padding:0 16px;bottom:98px;right:16px;height:40px;border-radius:8px;background:var(--skywarex-primary);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;z-index:10;font-size:14px;box-shadow:0 4px 16px color-mix(in srgb,var(--skywarex-primary) 20%,transparent)}[data-type=skywarex-chat] .skywarex-conversations-add svg{width:18px;height:18px}[data-type=skywarex-chat] .skywarex-conversations-list{flex:1;overflow-y:auto}[data-type=skywarex-chat] .skywarex-conversation-item{display:flex;align-items:flex-start;padding:12px 20px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid color-mix(in srgb,var(--skywarex-border) 60%,transparent);position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}[data-type=skywarex-chat] .skywarex-conversation-item .skywarex-conversation-delete{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:none;border:none;padding:6px;border-radius:50%;cursor:pointer;color:var(--skywarex-error);background-color:#d32f2f33;transition:background-color .2s,color .2s}[data-type=skywarex-chat] .skywarex-conversation-delete{display:inline-flex;align-items:center;justify-content:center}[data-type=skywarex-chat] .skywarex-conversation-delete:hover{color:var(--skywarex-background);background-color:var(--skywarex-error)}[data-type=skywarex-chat] .skywarex-conversation-item:hover{background-color:color-mix(in srgb,var(--skywarex-primary) 10%,transparent)}[data-type=skywarex-chat] .skywarex-no-conversations{padding:16px;height:100%;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;text-align:center;color:color-mix(in srgb,var(--skywarex-foreground) 60%,transparent);font-size:14px}[data-type=skywarex-chat] .skywarex-no-conversations svg{width:40px;height:40px;color:color-mix(in srgb,var(--skywarex-foreground) 40%,transparent);stroke-width:1.5px}[data-type=skywarex-chat] .skywarex-conversation-header-title{display:flex;align-items:center;gap:12px}[data-type=skywarex-chat] .skywarex-conversation-header-avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0;position:relative}[data-type=skywarex-chat] .skywarex-conversation-header-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;flex-shrink:0;position:relative}[data-type=skywarex-chat] .skywarex-conversation-header-title-text{width:240px}[data-type=skywarex-chat] .skywarex-conversation-header-title-text p{line-clamp:1;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:normal;font-weight:500;width:240px}[data-type=skywarex-chat] .skywarex-conversation-header-title-text .skywarex-conversation-status{font-weight:400;margin-top:4px;color:color-mix(in srgb,var(--skywarex-foreground) 60%,transparent);text-transform:capitalize;font-size:12px}[data-type=skywarex-chat] .skywarex-conversation-avatar{position:relative;margin-right:12px;flex-shrink:0}[data-type=skywarex-chat] .skywarex-conversation-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover;transition:opacity .2s ease}[data-type=skywarex-chat] .skywarex-online-indicator{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;border:2px solid var(--skywarex-background)}[data-type=skywarex-chat] .skywarex-online-indicator.active{background-color:var(--skywarex-success)}[data-type=skywarex-chat] .skywarex-online-indicator.ended{background-color:var(--skywarex-error)}[data-type=skywarex-chat] .skywarex-conversation-content{flex:1;min-width:0}[data-type=skywarex-chat] .skywarex-conversation-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}[data-type=skywarex-chat] .skywarex-conversation-name{font-weight:600;color:var(--skywarex-foreground);font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-type=skywarex-chat] .skywarex-pending-image-close{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:var(--skywarex-error);border:2px solid var(--skywarex-background);color:var(--skywarex-background);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}[data-type=skywarex-chat] .skywarex-pending-image-close svg{width:12px;height:12px}[data-type=skywarex-chat] .skywarex-pending-image-close:hover{background:var(--skywarex-error)}[data-type=skywarex-chat] .skywarex-conversation-time{font-size:12px;color:color-mix(in srgb,var(--skywarex-foreground) 60%,transparent);flex-shrink:0;margin-left:8px}[data-type=skywarex-chat] .skywarex-conversation-message{font-size:13px;color:color-mix(in srgb,var(--skywarex-foreground) 60%,transparent);line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}[data-type=skywarex-chat] .skywarex-unread-indicator{position:absolute;top:50%;right:20px;transform:translateY(-50%);width:8px;height:8px;background-color:var(--skywarex-primary);border-radius:50%}[data-type=skywarex-chat] .skywarex-chat-view{height:100%;display:flex;flex-direction:column}[data-type=skywarex-chat] .skywarex-highlight{background:color-mix(in srgb,var(--skywarex-primary) 30%,transparent);border-radius:3px;padding:0 2px}[data-type=skywarex-chat] .skywarex-conversation-ended{display:flex;justify-content:center;align-items:center;color:color-mix(in srgb,var(--skywarex-foreground) 60%,transparent);font-size:14px}[data-type=skywarex-chat] .skywarex-chat-input-wrapper[style*="display: none"]{display:none!important}[data-type=skywarex-chat] .skywarex-confirm-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;animation:skywarex-fade-in .2s ease-out forwards}[data-type=skywarex-chat] .skywarex-confirm-dialog{font-family:var(--skywarex-font-family)!important;background:var(--skywarex-background);border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:460px;width:90%;max-height:90vh;overflow:hidden;transform:scale(.95);animation:skywarex-scale-in .2s ease-out forwards}[data-type=skywarex-chat] .skywarex-confirm-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--skywarex-border)}[data-type=skywarex-chat] .skywarex-confirm-dialog-title{margin:0;font-size:18px;font-weight:600;color:var(--skywarex-foreground)}[data-type=skywarex-chat] .skywarex-confirm-dialog-close{background:none;border:none;padding:4px;cursor:pointer;border-radius:6px;color:var(--skywarex-foreground);transition:all .2s ease;display:flex;align-items:center;justify-content:center}[data-type=skywarex-chat] .skywarex-confirm-dialog-close:hover{background:rgba(0,0,0,.1)}[data-type=skywarex-chat] .skywarex-confirm-dialog-close svg{width:20px;height:20px}[data-type=skywarex-chat] .skywarex-confirm-dialog-body{padding:16px}[data-type=skywarex-chat] .skywarex-confirm-dialog-description{margin:0;color:var(--skywarex-foreground);line-height:1.5;font-size:14px}[data-type=skywarex-chat] .skywarex-confirm-dialog-footer{display:flex;gap:12px;padding:16px;justify-content:flex-end}[data-type=skywarex-chat] .skywarex-confirm-dialog-btn{padding:12px 16px;border-radius:8px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}[data-type=skywarex-chat] .skywarex-confirm-dialog-btn .confirm-button-text{display:flex;align-items:center;height:100%}[data-type=skywarex-chat] .skywarex-confirm-dialog-btn-secondary{background:var(--skywarex-border);color:var(--skywarex-foreground)}[data-type=skywarex-chat] .skywarex-confirm-dialog-btn-secondary:hover{background:var(--skywarex-border)}[data-type=skywarex-chat] .skywarex-confirm-dialog-btn-primary{background:var(--skywarex-primary);color:var(--skywarex-background)}[data-type=skywarex-chat] .skywarex-confirm-dialog-btn-primary:hover{background:var(--skywarex-primary)}[data-type=skywarex-chat] .skywarex-confirm-dialog-btn-danger{background:var(--skywarex-error);color:var(--skywarex-background)}[data-type=skywarex-chat] .skywarex-confirm-dialog-btn-danger:hover{background:var(--skywarex-error)}[data-type=skywarex-chat] .skywarex-confirm-dialog-btn:hover{opacity:.8}[data-type=skywarex-chat] .skywarex-confirm-dialog-btn:disabled{opacity:.5;cursor:not-allowed}[data-type=skywarex-chat] .skywarex-confirm-dialog-btn[data-action=confirm]:disabled{opacity:.7;cursor:not-allowed;pointer-events:none}[data-type=skywarex-chat] .confirm-button-spinner{display:flex;align-items:center;justify-content:center;color:var(--skywarex-background);height:fit-content}[data-type=skywarex-chat] .confirm-button-spinner svg{animation:skywarex-spin 1s linear infinite;width:16px;height:16px}[data-type=skywarex-chat] .skywarex-image-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;display:none}[data-type=skywarex-chat] .skywarex-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;padding:20px}[data-type=skywarex-chat] .skywarex-modal-content{position:relative;max-width:90vw;max-height:90vh;background:white;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0000004d}[data-type=skywarex-chat] .skywarex-modal-image{width:100%;height:100%;max-width:90vw;max-height:90vh;object-fit:contain;display:block}[data-type=skywarex-chat] .skywarex-modal-close{position:absolute;top:15px;right:15px;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.5);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}[data-type=skywarex-chat] .skywarex-modal-close:hover{background:rgba(0,0,0,.7);transform:scale(1.05)}[data-type=skywarex-chat] .skywarex-modal-close svg{width:20px;height:20px}@keyframes skywarex-fade-in{to{opacity:1}}@keyframes skywarex-scale-in{to{transform:scale(1)}}@keyframes skywarex-fade-out{to{opacity:0}}@keyframes skywarex-scale-out{to{transform:scale(.95)}}@keyframes skywarex-skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes skywarex-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes skywarex-loading-slide-down{0%{transform:translate(-50%) translateY(-100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@keyframes skywarex-typing{0%,80%,to{transform:scale(.8);opacity:.4}40%{transform:scale(1);opacity:1}}@media (max-width: 640px){.body-skywarex-modal-open{overflow:hidden!important}[data-type=skywarex-chat].skywarex-chat-container-open{bottom:0;right:0;left:0;top:0}[data-type=skywarex-chat] .skywarex-chat-title{font-size:20px}[data-type=skywarex-chat] #skywarex-chat-box{width:100%;height:100vh;height:100dvh;max-height:none;border-radius:0!important;margin-bottom:0}[data-type=skywarex-chat] .skywarex-chat-header{border-radius:0!important}[data-type=skywarex-chat] .skywarex-chat-toggle-container{display:flex;position:fixed;bottom:20px;right:20px;z-index:9998}[data-type=skywarex-chat]{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}@supports (height: 100dvh){[data-type=skywarex-chat] #skywarex-chat-box{height:100dvh}}@supports not (height: 100dvh){[data-type=skywarex-chat] #skywarex-chat-box{height:100vh;height:calc(100vh - env(keyboard-inset-height,0px))}}[data-type=skywarex-chat] .skywarex-chat-input-wrapper textarea,[data-type=skywarex-chat] .skywarex-chat-name-form input{font-size:16px}[data-type=skywarex-chat] #skywarex-chat-box{position:fixed;top:0;left:0;right:0;bottom:0}[data-type=skywarex-chat] .skywarex-chat-messages{flex:1;min-height:0}[data-type=skywarex-chat] .skywarex-bottom-nav{padding:0}[data-type=skywarex-chat] .skywarex-home-sticky{height:360px;width:100%;position:absolute;top:0;left:0;z-index:1;transform:translateZ(0);border-radius:0}[data-type=skywarex-chat] .skywarex-conversations-add{bottom:82px}[data-type=skywarex-chat] .skywarex-conversation-item{padding:12px 16px}[data-type=skywarex-chat] .skywarex-confirm-dialog-footer{flex-direction:column}[data-type=skywarex-chat] .skywarex-modal-overlay{padding:10px}[data-type=skywarex-chat] .skywarex-modal-close{top:10px;right:10px;width:32px;height:32px}[data-type=skywarex-chat] .skywarex-modal-close svg{width:16px;height:16px}:host .skywarex-toggle-hint{padding:8px 12px;border-top-left-radius:0}:host .skywarex-toggle-hint:before{top:-6px;left:-6px}:host .skywarex-toggle-hint span{font-size:12px;line-height:20px;max-width:200px}}
