.logj-chat-widget{--logj-chat-color:#25d366;position:fixed;right:20px;bottom:20px;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.logj-chat-panel{position:absolute;right:0;bottom:76px;width:300px;max-width:calc(100vw - 40px);display:flex;flex-direction:column;align-items:flex-end;gap:8px}.logj-chat-panel[hidden]{display:none}.logj-chat-panel-inner{width:100%;background:#fff;border-radius:0;box-shadow:0 10px 30px rgba(0,0,0,.2);overflow:hidden}.logj-chat-lang-switch{display:inline-flex;gap:3px;background:#eef1f7;border-radius:999px;padding:3px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.logj-chat-lang-btn{border:none;background:0 0;color:#5b6472;font-size:12px;font-weight:700;padding:5px 14px;border-radius:999px;cursor:pointer;letter-spacing:.02em}.logj-chat-lang-btn.is-active{background:var(--logj-chat-color);color:#fff}.logj-chat-widget button{margin:0}.logj-chat-panel .logj-chat-screen[hidden]{display:none !important}.logj-chat-toggle{width:60px;height:60px;border-radius:50%;border:none;background:var(--logj-chat-color);color:#fff;box-shadow:0 4px 14px rgba(0,0,0,.25);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease}.logj-chat-toggle:hover{transform:scale(1.06)}.logj-chat-toggle svg{width:28px;height:28px}.logj-chat-icon-close{display:none}.logj-chat-widget.is-open .logj-chat-icon-chat{display:none}.logj-chat-widget.is-open .logj-chat-icon-close{display:block}.logj-chat-tooltip{position:absolute;right:70px;bottom:14px;background:#fff;color:#111;padding:10px 14px;border-radius:0;box-shadow:0 4px 14px rgba(0,0,0,.18);white-space:nowrap;font-size:14px;animation:logj-chat-fade-in .3s ease 1s both}.logj-chat-widget.is-open .logj-chat-tooltip{display:none}@keyframes logj-chat-fade-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.logj-chat-panel-header{background:var(--logj-chat-color);color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:600}.logj-chat-close{background:0 0;border:none;color:#fff;font-size:22px;line-height:1;cursor:pointer;padding:0}.logj-chat-panel-body{padding:8px}.logj-chat-back{background:0 0;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;margin-right:4px}.logj-chat-screen-chat{display:flex;flex-direction:column;height:auto;max-height:420px}.logj-chat-screen-chat .logj-chat-panel-header{flex:none}.logj-chat-messages{flex:0 1 auto;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px;background:#f7f7f8;min-height:60px}.logj-chat-bubble{max-width:80%;padding:9px 13px;border-radius:0;font-size:14px;line-height:1.4;word-wrap:break-word}.logj-chat-bubble-in{align-self:flex-start;background:#fff;color:#111;box-shadow:0 1px 2px rgba(0,0,0,.08)}.logj-chat-bubble-out{align-self:flex-end;background:var(--logj-chat-color);color:#fff}.logj-chat-bubble-in>*:first-child{margin-top:0}.logj-chat-bubble-in>*:last-child{margin-bottom:0}.logj-chat-bubble-in a{color:var(--logj-chat-color);word-break:break-word}.logj-chat-composer{flex:none;display:flex;align-items:flex-end;gap:8px;padding:10px;border-top:1px solid #eee;background:#fff}.logj-chat-widget .logj-chat-composer{display:flex;align-items:flex-end !important;margin:0 !important;padding:10px !important}.logj-chat-input{flex:1;margin:0 !important;border:1px solid #ddd;border-radius:0;padding:9px 14px;font-size:14px;font-family:inherit;line-height:1.4;outline:none;resize:none;overflow-y:auto;min-height:40px;max-height:240px;box-sizing:border-box}.logj-chat-input:focus{border-color:var(--logj-chat-color)}.logj-chat-widget .logj-chat-composer textarea.logj-chat-input{box-sizing:border-box}.logj-chat-send{flex:none;width:36px;height:36px;border-radius:0;border:none;background:var(--logj-chat-color);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.logj-chat-send svg{width:18px;height:18px}.logj-chat-widget .logj-chat-composer button.logj-chat-send{margin:0;padding:0;box-sizing:border-box;min-width:36px;min-height:36px;flex:0 0 36px}.logj-chat-tabs{background:var(--logj-chat-color);display:flex;align-items:center;gap:6px;padding:10px}.logj-chat-tab{flex:1;background:rgba(255,255,255,.16);border:none;border-radius:0;color:rgba(255,255,255,.9);font-size:13px;font-weight:600;padding:9px 8px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .15s ease,color .15s ease}.logj-chat-tab:hover{background:rgba(255,255,255,.26)}.logj-chat-tab.is-active{background:#fff;color:var(--logj-chat-color)}.logj-chat-tabs-close{flex:none;font-size:20px}.logj-chat-screen-qa{display:flex;flex-direction:column;height:380px}.logj-chat-screen-qa .logj-chat-panel-header{flex:none}.logj-chat-qa-answered{flex:1 1 auto;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px;background:#f7f7f8}.logj-chat-qa-answered:empty{display:none}.logj-chat-qa-remaining{flex:1 1 auto;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:6px}.logj-chat-qa-remaining:empty{display:none}.logj-chat-qa-question{text-align:left;background:#fff;border:1px solid #ececec;border-radius:0;padding:10px 12px;font-size:14px;cursor:pointer;color:#111;transition:background .15s ease}.logj-chat-qa-question:hover{background:#f2f2f2}.logj-chat-widget .logj-chat-qa-remaining button.logj-chat-qa-question{margin:0;line-height:1.4}.logj-chat-channel-row{display:flex;align-items:center;gap:12px;padding:12px;border-radius:0;text-decoration:none;color:#111;transition:background .15s ease}.logj-chat-channel-row:hover{background:#f2f2f2}.logj-chat-channel-icon{width:32px;height:32px;flex:none;display:flex;align-items:center;justify-content:center;color:var(--logj-chat-color)}.logj-chat-channel-icon svg{width:100%;height:100%}.logj-chat-channel-label{font-size:15px;font-weight:500}@media (max-width:480px){.logj-chat-widget{right:12px;bottom:12px}.logj-chat-panel{bottom:72px}}