#merchly-chat{position:fixed;right:24px;bottom:calc(var(--chat-bottom,24px) + env(safe-area-inset-bottom,0px));z-index:1000;font-family:Degular,Arial,sans-serif;color:#073b27;line-height:1.35}
#merchly-chat[hidden],#merchly-chat [hidden]{display:none!important}
#merchly-chat-launcher{position:relative;display:flex;align-items:center;justify-content:center;gap:11px;min-height:56px;padding:10px 20px;background:#10e97d;border:1px solid #073b2730;border-radius:40px;color:#073b27;font:700 16px/1.2 Degular,Arial,sans-serif;box-shadow:0 5px 24px #073b2726;cursor:pointer;transition:transform .15s,background .15s}
#merchly-chat .chat-copy{display:flex;flex-direction:column;gap:2px;text-align:left}
#merchly-chat .chat-caption{font-size:12px;font-weight:500;line-height:1.2}
#merchly-chat-launcher:hover{background:#37ed94;transform:translateY(-2px)}
#merchly-chat button:focus-visible,#merchly-chat a:focus-visible{outline:3px solid #073b27;outline-offset:4px}
#merchly-chat-launcher[aria-busy=true]{cursor:progress;opacity:.8}
#merchly-chat .chat-unread{position:absolute;right:-3px;top:-5px;min-width:22px;height:22px;padding:3px 6px;border-radius:20px;background:#073b27;color:#fffefa;border:2px solid #fffefa;font:700 12px/1.1 Arial,sans-serif}
#merchly-chat .chat-fallback{position:absolute;bottom:72px;right:0;width:min(310px,calc(100vw - 36px));padding:24px;background:#fffefa;border:1px solid #cdd8cc;border-radius:18px;box-shadow:0 8px 32px #073b2726;font-size:16px}
#merchly-chat .chat-fallback strong{display:block;padding-right:20px;font-size:19px}
#merchly-chat .chat-fallback p{margin:12px 0;font-size:16px;line-height:1.4}
#merchly-chat .chat-fallback a{display:block;margin:8px 0;color:#073b27;text-decoration:underline}
#merchly-chat .chat-fallback-close{position:absolute;right:8px;top:8px;width:32px;height:32px;border:0;border-radius:50%;background:#edf2e7;font:24px Arial;cursor:pointer}
#merchly-chat .chat-retry{margin-top:10px;padding:10px 14px;border:0;border-radius:8px;background:#073b27;color:white;font:600 16px Degular,Arial;cursor:pointer}
html[data-editing] #merchly-chat{display:none}
@media(max-width:760px){#merchly-chat{right:16px;--chat-bottom:18px}#merchly-chat-launcher{width:56px;height:56px;padding:15px}#merchly-chat .chat-copy{display:none}#merchly-chat[data-open=true]{display:none}}
@media(prefers-reduced-motion:reduce){#merchly-chat-launcher{transition:none}}
@media print{#merchly-chat,#intercom-container{display:none!important}}

#merchly-chat .chat-minimize{position:absolute;right:-6px;top:-10px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid #073b2726;border-radius:50%;background:#f5f8ef;color:#073b27;box-shadow:0 2px 8px #073b2714;cursor:pointer}
#merchly-chat .chat-minimize:hover{background:#d4f9e3}
#merchly-chat[data-compact=true] #merchly-chat-launcher{width:56px;height:56px;padding:15px}
#merchly-chat[data-compact=true] .chat-copy,#merchly-chat[data-compact=true] .chat-minimize{display:none}
@media(max-width:760px){#merchly-chat .chat-minimize{display:none}}
@media(min-width:761px){#merchly-chat:not([data-compact=true]) .chat-unread{right:auto;left:-4px}}
