:root{--primary-color:#98dbce;--font-color-customer:#ffffff;--font-color-bot:#333333;--background-color:#ffffff;--bot-message-bg:#f5f5f5;--border-radius:12px;--shadow:0 4px 20px rgba(0, 0, 0, 0.15);--chat-width:380px;--chat-height:520px;--toggle-size:60px}.sandcloud-chat-widget *{box-sizing:border-box;margin:0;padding:0}.sandcloud-chat-toggle{position:fixed;bottom:20px;right:20px;width:var(--toggle-size);height:var(--toggle-size);background-color:var(--primary-color);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--font-color-customer);box-shadow:var(--shadow);transition:.3s;z-index:1000}.sandcloud-chat-toggle:hover{transform:scale(1.1);box-shadow:0 6px 25px rgba(0,0,0,.2)}.sandcloud-chat-toggle:active{transform:scale(.95)}.sandcloud-unread-badge{position:absolute;top:-4px;right:-4px;background-color:#f44;color:#fff;border-radius:12px;min-width:20px;height:20px;display:none;align-items:center;justify-content:center;font-size:11px;font-weight:600;padding:0 6px;box-shadow:0 2px 4px rgba(0,0,0,.2);z-index:1001;line-height:1}.sandcloud-chat-window{position:fixed;bottom:0;right:20px;width:var(--chat-width);height:var(--chat-height);background-color:var(--background-color);border-radius:var(--border-radius) var(--border-radius) 0 0;box-shadow:var(--shadow);display:flex;flex-direction:column;z-index:1001;transform:translateY(100%);transition:transform .3s;overflow:hidden}.sandcloud-chat-window.open{transform:translateY(0)}.sandcloud-chat-header{background-color:#fff;color:#333;padding:12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8e8e8;min-height:60px;position:relative}.sandcloud-chat-logo{width:150px;display:flex;align-items:center;justify-content:center;margin-right:12px;overflow:hidden}.sandcloud-chat-brand{display:flex;align-items:center;flex:1}.sandcloud-chat-brand-text{font-weight:700;font-size:16px;letter-spacing:.5px;color:#333}.sandcloud-chat-menu{background:0 0;border:none;color:#333;font-size:18px;cursor:pointer;padding:5px;border-radius:4px;transition:background-color .2s}.sandcloud-chat-menu:hover{background-color:#f0f0f0}.sandcloud-chat-minimize{background:0 0;border:none;color:#333;font-size:16px;cursor:pointer;padding:5px;border-radius:4px;transition:background-color .2s;display:flex;align-items:center;justify-content:center;margin-left:4px}.sandcloud-chat-minimize:hover{background-color:#f0f0f0}.sandcloud-chat-messages{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:0;background-color:#fff}.sandcloud-chat-message{max-width:80%;padding:12px 16px;border-radius:20px;word-wrap:break-word;position:relative;font-size:14px;line-height:1.4;margin-bottom:8px}.sandcloud-chat-message.customer{background-color:var(--primary-color);color:var(--font-color-customer);align-self:flex-end;border-bottom-right-radius:6px;position:relative}.sandcloud-chat-message.bot{background-color:#f5f5f5;color:var(--font-color-bot);align-self:flex-start;border-bottom-left-radius:6px;position:relative}.sandcloud-agent-name{font-size:11px;font-weight:600;color:#2e7d32;margin-bottom:4px;opacity:.9}.sandcloud-typing-indicator{background-color:#f5f5f5;color:var(--font-color-bot);align-self:flex-start;max-width:80%;padding:12px 16px;border-radius:20px;display:flex;align-items:center;gap:6px;font-size:14px;position:relative;margin-bottom:8px}.sandcloud-typing-dots{display:flex;gap:4px}.sandcloud-typing-dot{width:8px;height:8px;background-color:#999;border-radius:50%;animation:1.4s ease-in-out infinite typing}.sandcloud-typing-dot:first-child{animation-delay:-.32s}.sandcloud-typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,100%,80%{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.sandcloud-blinking-dot{animation:1.4s ease-in-out infinite blink;color:#999;font-size:16px}@keyframes blink{0%,50%{opacity:1}100%,51%{opacity:.3}}.sandcloud-chat-input-area{padding:12px 16px;margin:16px;background-color:var(--background-color);border:1px solid #e8e8e8;display:flex;flex-direction:column;border-radius:24px;height:auto;box-shadow:0 3px 10px rgba(0,0,0,.1)}.sandcloud-handoff-badge{display:none;align-items:center;justify-content:center;padding:4px 10px;margin:-12px -16px 8px;background-color:#e8f5e9;color:#2e7d32;border-bottom:2px solid #4caf50;border-radius:24px 24px 0 0;font-size:11px;font-weight:500;text-align:center;order:-2;position:relative}.sandcloud-handoff-badge.pulsing{animation:2s ease-in-out infinite pulse-border}.sandcloud-handoff-badge.live-indicator{border-bottom-color:#4caf50}@keyframes pulse-border{0%,100%{border-bottom-color:#4caf50;box-shadow:0 2px 0 0 rgba(76,175,80,.3)}50%{border-bottom-color:#66bb6a;box-shadow:0 2px 0 0 rgba(76,175,80,.6)}}.sandcloud-chat-input{width:100%;border:none;font-size:14px;outline:0;transition:border-color .2s;background-color:transparent;min-height:24px;max-height:128px;resize:none;box-sizing:border-box;font-family:inherit;line-height:1.4;overflow-y:auto}.sandcloud-chat-input:focus{border-color:var(--primary-color)}.sandcloud-chat-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.sandcloud-chat-input::-webkit-scrollbar{width:6px}.sandcloud-chat-input::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.sandcloud-chat-input::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.sandcloud-chat-input::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.sandcloud-chat-buttons{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.sandcloud-chat-buttons-left{display:flex;align-items:center;gap:8px}.sandcloud-chat-attachment{background:0 0;border:none;cursor:pointer;padding:4px;border-radius:50%;transition:background-color .2s;color:#666;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.sandcloud-chat-attachment:hover{background-color:#f0f0f0}.sandcloud-chat-emoji{background:0 0;border:none;cursor:pointer;padding:4px;border-radius:50%;transition:background-color .2s;color:#666;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.sandcloud-chat-emoji:hover{background-color:#f0f0f0}.sandcloud-chat-send{background-color:var(--primary-color);border:none;color:var(--font-color-customer);width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.sandcloud-chat-send:hover{background-color:#7bc4b8;transform:scale(1.05)}.sandcloud-emoji-picker{position:absolute;bottom:70px;right:20px;background:#fff;border:1px solid #ddd;border-radius:var(--border-radius);box-shadow:var(--shadow);padding:10px;display:none;z-index:1002}.sandcloud-emoji-picker.show{display:block}.sandcloud-menu-popover{position:absolute;top:0;left:0;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:var(--shadow);padding:8px;z-index:1002;min-width:180px;display:none}.sandcloud-menu-popover.show{display:block}.sandcloud-menu-item{width:100%;text-align:left;background:0 0;border:none;padding:8px 10px;cursor:pointer;border-radius:6px;color:#333}.sandcloud-menu-item:hover{background-color:#f5f5f5}.sandcloud-emoji-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:5px;max-height:200px;overflow-y:auto}.sandcloud-emoji-item{padding:8px;cursor:pointer;border-radius:4px;text-align:center;transition:background-color .2s}.sandcloud-emoji-item:hover{background-color:#f0f0f0}@media (max-width:768px){.sandcloud-chat-window{width:100vw;height:100vh;bottom:0;right:0;border-radius:0;max-height:100vh}.sandcloud-chat-toggle{bottom:20px;right:20px;width:56px;height:56px;font-size:22px}.sandcloud-chat-input-area{padding:12px}}@media (max-width:480px){.sandcloud-chat-messages{padding:12px 16px}.sandcloud-chat-input-area{padding:10px 12px}.sandcloud-chat-message{max-width:85%}}.sandcloud-chat-messages::-webkit-scrollbar{width:6px}.sandcloud-chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.sandcloud-chat-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.sandcloud-chat-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.sandcloud-chat-send:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.sandcloud-welcome-message{background-color:#f5f5f5;color:#333;align-self:flex-start;max-width:75%;padding:10px 14px;border-radius:18px 18px 18px 6px;margin:0;font-size:14px;line-height:1.4}.sandcloud-chat-message h1,.sandcloud-chat-message h2,.sandcloud-chat-message h3,.sandcloud-chat-message h4,.sandcloud-chat-message h5,.sandcloud-chat-message h6{margin:8px 0 4px;font-weight:700;line-height:1.3}.sandcloud-chat-message h1,.sandcloud-chat-message h2{font-size:14px}.sandcloud-chat-message h3,.sandcloud-chat-message h4,.sandcloud-chat-message h5{font-size:13px}.sandcloud-chat-message h6{font-size:12px}.sandcloud-chat-message p{margin:4px 0;line-height:1.4}.sandcloud-chat-message ol,.sandcloud-chat-message ul{margin:6px 0;padding-left:20px}.sandcloud-chat-message li{margin:2px 0;line-height:1.4}.sandcloud-chat-message ul{list-style-type:disc}.sandcloud-chat-message ol{list-style-type:decimal}.sandcloud-chat-message b,.sandcloud-chat-message strong{font-weight:700}.sandcloud-chat-message em,.sandcloud-chat-message i{font-style:italic}.sandcloud-chat-message code{background-color:rgba(0,0,0,.1);padding:2px 4px;border-radius:3px;font-family:"Courier New",monospace;font-size:.9em}.sandcloud-chat-message pre{background-color:rgba(0,0,0,.05);padding:8px 12px;border-radius:6px;margin:6px 0;overflow-x:auto;font-family:"Courier New",monospace;font-size:.9em;line-height:1.4}.sandcloud-chat-message pre code{background:0 0;padding:0;border-radius:0}.sandcloud-chat-message blockquote{border-left:3px solid rgba(0,0,0,.2);margin:6px 0;padding-left:12px;font-style:italic;opacity:.8}.sandcloud-chat-message a{color:inherit;text-decoration:underline;opacity:.8}.sandcloud-chat-message a:hover{opacity:1}.sandcloud-chat-message hr{border:none;border-top:1px solid rgba(0,0,0,.2);margin:8px 0}.sandcloud-chat-message table{border-collapse:collapse;margin:6px 0;width:100%}.sandcloud-chat-message td,.sandcloud-chat-message th{border:1px solid rgba(0,0,0,.2);padding:4px 8px;text-align:left}.sandcloud-chat-message th{background-color:rgba(0,0,0,.05);font-weight:700}.sandcloud-file-preview{padding:8px 12px 12px;margin:0;background-color:transparent;border-bottom:1px solid #e8e8e8;display:flex;gap:8px;flex-wrap:wrap;max-height:150px;overflow-y:auto;order:-1}.sandcloud-file-preview-item{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;border:1px solid #e8e8e8;background-color:#fff}.sandcloud-file-preview-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sandcloud-file-preview-image img{width:100%;height:100%;object-fit:cover}.sandcloud-file-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background-color:rgba(0,0,0,.6);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;padding:0;transition:background-color .2s}.sandcloud-file-remove:hover{background-color:rgba(0,0,0,.8)}.sandcloud-message-files{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.sandcloud-message-file{max-width:100%;border-radius:12px;overflow:hidden}.sandcloud-message-image{max-width:100%;max-height:300px;object-fit:contain;border-radius:12px;display:block}.sandcloud-message-text{margin-top:8px}