@keyframes fadeUp{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes dot{0%,80%,to{transform:scale(.65);opacity:.4}40%{transform:scale(1);opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:.35}}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}*,::after,::before{box-sizing:border-box;margin:0;padding:0;outline:0}.embed-wrap,body,html{height:100%;overflow:hidden}body,html{font-family:"Roboto",sans-serif;font-size:15px;color:#5a5c63;background:0 0;touch-action:pan-y;overscroll-behavior-y:none}.embed-wrap{display:flex;flex-direction:column;border:1px solid #d6e4ef;border-radius:12px;overscroll-behavior:none;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06),0 8px 28px rgba(0,98,173,.12),0 20px 60px rgba(0,98,173,.1)}.embed-chat-header{display:none;align-items:center;gap:10px;padding:10px 16px;background:#e6eef4;border-bottom:1px solid #c8daea;flex-shrink:0}#embed-messages.visible,.embed-chat-header.visible{display:flex}.embed-header-icon{width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid #0062ad;flex-shrink:0}.embed-header-icon img,.embed-header-icon video,.manager-card-ava img{width:100%;height:100%;object-fit:cover}.embed-header-info{flex:1}.embed-header-info h2{font-size:14px;font-weight:700;color:#0062ad}.embed-close-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:6px;background:rgba(0,98,173,.1);color:#0062ad;cursor:pointer;transition:background .15s}.embed-close-btn:hover{background:rgba(0,98,173,.2)}#embed-messages{flex:1;overflow-y:auto;overscroll-behavior-y:contain;padding:12px 14px 6px;display:none;flex-direction:column;gap:6px;scroll-behavior:smooth}#embed-messages::-webkit-scrollbar{width:4px}#embed-messages::-webkit-scrollbar-track{background:#f5f5f5}#embed-messages::-webkit-scrollbar-thumb{background:#c8daea;border-radius:4px}.msg-row{display:flex;flex-direction:column;animation:fadeUp .2s ease}.msg-row.admin,.msg-row.bot,.msg-row.user{align-items:flex-start}.msg-author{font-size:11px;color:#9aa5b1;margin-bottom:2px;padding:0 4px}.msg-row.admin .msg-author{color:#28a745;font-weight:600}.msg-bubble{max-width:82%;padding:8px 12px;border-radius:8px;font-size:14px;line-height:1.5}.msg-row.user .msg-bubble{background:#f0f0f0;color:#3a3a3a;border-bottom-left-radius:2px}.msg-row.bot .msg-bubble{background:#deeef8;color:#1a3a52;border-bottom-left-radius:2px}.msg-row.admin .msg-bubble{background:#e6f9ee;color:#1b5e20;border-bottom-left-radius:2px;border-left:3px solid #28a745}.msg-time{font-size:10px;color:#b0b8c1;margin-top:2px;padding:0 4px}.typing-row{display:flex;flex-direction:column;align-items:flex-start;animation:fadeUp .2s ease}.typing-bubble{background:#deeef8;border-radius:8px;border-bottom-left-radius:2px;padding:10px 14px;display:flex;align-items:center;gap:8px}.typing-label{font-size:13px;color:#5a8fad;font-style:italic}.typing-dots{display:flex;gap:4px;align-items:center}.typing-dots span{width:5px;height:5px;border-radius:50%;background:#5a8fad;animation:dot 1.2s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}.manager-card{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#e6f0fb,#deeef8);border:1px solid #b3d4f0;border-radius:12px;padding:12px 16px;margin:8px 0;animation:fadeUp .4s ease}.manager-card-ava{width:44px;height:44px;border-radius:50%;background:#0062ad;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700;flex-shrink:0;overflow:hidden;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,98,173,.25)}.manager-card-info{flex:1}.manager-card-title{font-size:10px;color:#0062ad;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1px}.manager-card-name{font-size:14px;font-weight:700;color:#1a2b42}.manager-card-sub{font-size:11px;color:#5a7a99;margin-top:2px}.embed-input-area{border-top:1px solid #d6e4ef;padding:10px 12px;display:flex;gap:8px;align-items:flex-end;flex-shrink:0;background:#f8fbfd}.embed-input-wrap{position:relative;flex:1;display:flex;min-width:0}#embed-input{flex:1;width:100%;border:1px solid #c8daea;border-radius:6px;padding:8px 12px;font-family:"Roboto",sans-serif;font-size:14px;color:#3a3a3a;background:#fff;resize:none;max-height:80px;transition:border-color .18s;line-height:1.45;caret-color:transparent}#embed-input::placeholder{color:#8a949e}#embed-input:focus{border-color:#0062ad}.terminal-cursor{position:absolute;top:50%;transform:translateY(-50%);width:8px;height:18px;background:rgba(0,98,173,.6);border-radius:1px;pointer-events:none;opacity:0;z-index:2;left:20px}.terminal-cursor.visible{animation:cursorBlink 1s step-end infinite}#embed-send{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#28a745 0,#218838 100%);color:#fff;border:0;border-radius:8px;width:40px;height:40px;flex-shrink:0;cursor:pointer;box-shadow:0 3px 10px rgba(40,167,69,.25);transition:all .2s ease}#embed-send:hover{background:linear-gradient(180deg,#34c25a 0,#28a745 100%);transform:translateY(-1px)}#embed-send:disabled{opacity:.5;cursor:not-allowed;transform:none}#embed-send svg{pointer-events:none}.w-attach-btn{width:34px;height:34px;flex-shrink:0;border:0;border-radius:6px;background:0 0;color:#0062ad;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;padding:0}.w-attach-btn:hover{background:rgba(0,98,173,.1);color:#004a85}.w-attach-btn:active{background:rgba(0,98,173,.18)}.chat-img-wrap{position:relative;display:inline-block;max-width:220px}.chat-img,.chat-img-delete{cursor:pointer;transition:opacity .2s}.chat-img{max-width:220px;max-height:180px;border-radius:8px;object-fit:cover;display:block}.chat-img:hover{opacity:.85}.chat-img-delete{position:absolute;top:4px;right:4px;width:22px;height:22px;border:0;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-size:13px;line-height:22px;text-align:center;opacity:0;padding:0}.chat-img-wrap:hover .chat-img-delete{opacity:1}.chat-img-delete:hover{background:rgba(220,53,69,.85)}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}.lightbox-img{max-width:90vw;max-height:80vh;border-radius:8px;box-shadow:0 8px 40px rgba(0,0,0,.5);object-fit:contain}.lightbox-close,.lightbox-open{position:absolute;border:0;background:rgba(255,255,255,.15);color:#fff;cursor:pointer;transition:background .2s}.lightbox-close{top:12px;right:16px;width:36px;height:36px;border-radius:50%;font-size:22px;display:flex;align-items:center;justify-content:center}.lightbox-close:hover,.lightbox-open:hover{background:rgba(255,255,255,.3)}.lightbox-open{bottom:20px;left:50%;transform:translateX(-50%);padding:8px 20px;border-radius:8px;font-size:13px;backdrop-filter:blur(4px)}