#pef-chatbot-root .cw-fab{position:fixed;right:18px;bottom:18px;width:60px;height:60px;border-radius:50%;background:#1e293b;color:#fff;border:none;cursor:pointer;font-size:20px;box-shadow:0 10px 30px #0006;z-index:100000;font-family:inherit;line-height:1;padding:0}#pef-chatbot-root .cw-fab:hover,#pef-chatbot-root .cw-fab:focus{background:#2d3f52;outline:none;color:#fff}#pef-chatbot-root .cw-layer{position:fixed;inset:0;opacity:0;pointer-events:none;transition:.2s;z-index:99999}#pef-chatbot-root .cw-layer.isOpen{opacity:1;pointer-events:auto}#pef-chatbot-root .cw-overlay{position:absolute;inset:0;background:#0000004d;cursor:default}#pef-chatbot-root .cw-panel{position:absolute;right:18px;bottom:88px;width:380px;height:560px;border-radius:16px;overflow:hidden}#pef-chatbot-root
.chatCard{width:100%;height:100%;background:#111827;display:flex;flex-direction:column;font-family:PT Sans,sans-serif;color:#fff;box-sizing:border-box}#pef-chatbot-root .chatCard *,#pef-chatbot-root .chatCard *:before,#pef-chatbot-root .chatCard *:after{box-sizing:border-box}#pef-chatbot-root .chatCard
button{cursor:pointer}#pef-chatbot-root .chatCard h2,#pef-chatbot-root .chatCard
p{margin:0;padding:0}#pef-chatbot-root .pef-stripe-flat{width:100%;height:6px;flex-shrink:0;background:linear-gradient(to right,#5a4d98 0% 16.67%,#984894 16.67% 33.34%,#a24169 33.34% 50.01%,#c47851 50.01% 66.68%,#bbac31 66.68% 83.35%,#66b371 83.35% 100%)}#pef-chatbot-root
.chatHeader{padding:6px
12px;border-bottom:1px solid #222;background:#232c3b;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;flex-shrink:0}#pef-chatbot-root .chatHeader
h2{font-family:Calibri,PT Sans,sans-serif;font-size:15px;font-weight:700;line-height:1.1;color:#fff}#pef-chatbot-root .chatHeader
p{font-size:11px;color:#aaa;line-height:1.1}#pef-chatbot-root .chatHeader .status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#22c55e;margin-right:5px;vertical-align:middle;box-shadow:0 0 4px #22c55e99}#pef-chatbot-root
.messageList{flex:1;overflow-y:auto;padding:16px}#pef-chatbot-root .messageList::-webkit-scrollbar{width:8px;background:transparent}#pef-chatbot-root .messageList::-webkit-scrollbar-thumb{background:#7882962e;border-radius:8px}#pef-chatbot-root .messageList::-webkit-scrollbar-thumb:hover{background:#78829652}#pef-chatbot-root
.messageList{scrollbar-width:thin;scrollbar-color:rgba(120,130,150,.18) transparent}#pef-chatbot-root
.row{display:flex;margin-bottom:10px}#pef-chatbot-root
.left{justify-content:flex-start}#pef-chatbot-root
.right{justify-content:flex-end}#pef-chatbot-root
.bubble{padding:10px
14px;border-radius:14px;max-width:70%;font-size:14px;line-height:1.5}#pef-chatbot-root
.userBubble{background:#2563eb;color:#fff;white-space:pre-wrap}#pef-chatbot-root
.botBubble{background:#1f2937;color:#fff}#pef-chatbot-root .botBubble
p{margin:0
0 .5em;padding:0}#pef-chatbot-root .botBubble p:last-child{margin-bottom:0}#pef-chatbot-root .botBubble ul,#pef-chatbot-root .botBubble
ol{margin:.3em 0 .5em 1.2em;padding:0}#pef-chatbot-root .botBubble
li{margin-bottom:.2em}#pef-chatbot-root .botBubble
strong{font-weight:700}#pef-chatbot-root .botBubble
code{background:#ffffff1a;border-radius:4px;padding:1px
5px;font-size:.9em}#pef-chatbot-root .botBubble
a{color:#93c5fd;text-decoration:underline}#pef-chatbot-root
.composer{padding:12px;border-top:1px solid #222;flex-shrink:0}#pef-chatbot-root
.composerRow{display:flex;gap:8px;align-items:flex-end}#pef-chatbot-root
.input{flex:1;resize:none;border-radius:12px;border:none;padding:10px;font-family:PT Sans,sans-serif;font-size:14px;background:#fff;color:#111;outline:none}#pef-chatbot-root
.sendBtn{background:#2563eb;color:#fff;padding:10px
14px;border-radius:12px;font-size:14px;font-family:PT Sans,sans-serif;white-space:nowrap}#pef-chatbot-root .sendBtn:hover{background:#1d4ed8;color:#fff}#pef-chatbot-root .sendBtn:disabled{opacity:.5;cursor:not-allowed}#pef-chatbot-root
.disclaimer{margin:6px
0 0;font-size:10px;color:#555;text-align:center;line-height:1.3}#pef-chatbot-root
.error{background:#7f1d1d;color:#fff;padding:8px;border-radius:10px;margin-bottom:8px;font-size:13px}#pef-chatbot-root
.dots{display:flex;gap:6px}#pef-chatbot-root .dots
span{width:6px;height:6px;background:#fff;border-radius:50%;animation:pef-bounce 1.2s infinite}#pef-chatbot-root .dots span:nth-child(2){animation-delay:.2s}#pef-chatbot-root .dots span:nth-child(3){animation-delay:.4s}@keyframes pef-bounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-5px);opacity:1}}#pef-chatbot-root .faq-center{display:flex;flex-direction:column;align-items:flex-start;gap:10px}#pef-chatbot-root .faq-center .faq-btn{background:#f5f7f914;border:1px
solid rgba(227,231,237,.2);border-radius:20px;padding:8px
18px;font-size:13px;color:#e3e7ed;font-family:PT Sans,sans-serif;transition:background .2s,color .2s,border-color .2s,transform .15s;text-align:left}#pef-chatbot-root .faq-center .faq-btn:hover{background:#19727840;border-color:#197278;color:#fff;transform:translateY(-2px)}