:root{--sebo-chat-width:390px}
.sebo-launcher{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border:0;border-radius:50%;background:#222;color:#fff;font-size:25px;box-shadow:0 10px 30px #0003;cursor:pointer;z-index:99998}
.sebo-chat{position:fixed;right:22px;bottom:22px;width:var(--sebo-chat-width);max-width:calc(100vw - 28px);height:600px;max-height:calc(100vh - 115px);background:#fff;border:1px solid #ddd;border-radius:18px;box-shadow:0 18px 55px #0003;overflow:hidden;font-family:Arial,sans-serif;z-index:99999;display:flex;flex-direction:column}
.sebo-chat[hidden]{display:none}
.sebo-head{padding:15px 17px;background:#31211A;color:#fff;display:flex;align-items:center;justify-content:space-between}
.sebo-title{font-weight:700;font-size:15px}.sebo-subtitle{font-size:11px;opacity:.75;margin-top:3px}
.sebo-close{background:transparent;border:0;color:#fff;font-size:22px;cursor:pointer}
.sebo-messages{flex:1;overflow:auto;padding:13px;background:#f7f7f7}
.sebo-msg{padding:10px 12px;border-radius:13px;margin:8px 0;line-height:1.45;font-size:14px;max-width:90%}
.sebo-user{background:#222;color:#fff;margin-left:auto}.sebo-assistant{background:#fff;border:1px solid #e4e4e4}
.sebo-typing{opacity:.6}
.sebo-form{display:flex;padding:10px;gap:8px;border-top:1px solid #ddd;background:#fff}
.sebo-form input{flex:1;min-width:0;padding:11px;border:1px solid #ccc;border-radius:10px;outline:0}
.sebo-form button{padding:10px 13px;border:0;border-radius:10px;background:#31211A;color:#fff;cursor:pointer}
.sebo-form button:disabled{opacity:.5}
.sebo-suggestions{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}
.sebo-suggestion{font-size:11px;border:1px solid #ccc;border-radius:999px;padding:6px 9px;background:#fff;cursor:pointer}
.sebo-results{margin-top:10px;display:grid;gap:7px}
.sebo-product{display:flex;gap:9px;padding:8px;border:1px solid #ddd;border-radius:10px;text-decoration:none;color:inherit;background:#fff}
.sebo-product img{width:54px;height:70px;object-fit:cover;border-radius:5px;background:#eee}
.sebo-product .noimg{width:54px;height:70px;border-radius:5px;background:#eee;display:grid;place-items:center;font-size:10px;color:#777}
.sebo-product div{min-width:0;display:flex;flex-direction:column;gap:3px}
.sebo-product strong{font-size:12px;line-height:1.25}.sebo-product small{font-size:11px;color:#666}.sebo-product b{font-size:12px;margin-top:auto}
.sebo-stock{font-size:10px}.sebo-stock.ok{color:#19733b}.sebo-stock.no{color:#9b2b2b}
@media(max-width:520px){.sebo-chat{right:10px;bottom:78px;width:calc(100vw - 20px);height:calc(100vh - 100px);max-height:none}.sebo-launcher{right:14px;bottom:14px}}
