.rb-chat{--rb-navy:#00223F;--rb-navy2:#001830;--rb-red:#CE0D16;--rb-red2:#a80b12;--rb-font:'DM Sans',system-ui,sans-serif;font-family:var(--rb-font);position:fixed;right:18px;bottom:18px;z-index:2147483000;pointer-events:none}
.rb-chat>*{pointer-events:auto}
.rb-chat-bubble{width:58px;height:58px;border-radius:50%;border:none;background:linear-gradient(145deg,var(--rb-red),var(--rb-red2));color:#fff;cursor:pointer;box-shadow:0 8px 28px rgba(206,13,22,.45);display:flex;align-items:center;justify-content:center;position:relative;transition:transform .2s ease}
.rb-chat-bubble:hover{transform:scale(1.05)}
.rb-chat-bubble-icon{font-size:24px;line-height:1}
.rb-chat-bubble-dot{position:absolute;top:6px;right:6px;width:11px;height:11px;border-radius:50%;background:#22c55e;border:2px solid #fff}
.rb-chat-peek{position:absolute;right:0;bottom:66px;width:min(228px,calc(100vw - 88px));max-width:228px;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,34,63,.14);padding:8px 8px 8px 10px;display:flex;gap:8px;align-items:center;cursor:pointer;border:1px solid rgba(0,34,63,.08);animation:rbChatPeekIn .4s ease}
.rb-chat-peek.is-hidden{display:none!important}
@keyframes rbChatPeekIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.rb-chat-peek-avatar{width:28px;height:28px;border-radius:50%;background:var(--rb-navy);color:#fff;font-weight:800;font-size:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.rb-chat-peek-body{flex:1;min-width:0}
.rb-chat-peek-body strong{display:block;font-size:11px;color:var(--rb-navy);margin-bottom:1px;line-height:1.2}
.rb-chat-peek-body p{margin:0;font-size:11px;line-height:1.35;color:#5A6472;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
#rb-chat-root button.rb-chat-peek-close,#rb-chat-peek-close{all:unset;box-sizing:border-box!important;flex:0 0 20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;min-height:20px!important;max-height:20px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:#eef2f6!important;background-image:none!important;color:#64748b!important;font-size:14px!important;font-weight:600!important;font-family:inherit!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;text-indent:0!important;box-shadow:none!important;cursor:pointer!important;overflow:hidden!important;-webkit-appearance:none!important;appearance:none!important}
#rb-chat-root button.rb-chat-peek-close span,#rb-chat-peek-close span{display:block;line-height:1;transform:translateY(-0.5px)}
#rb-chat-root button.rb-chat-peek-close:hover,#rb-chat-peek-close:hover{background:#e2e8f0!important;color:#334155!important}
.rb-chat-panel{position:absolute;right:0;bottom:0;width:min(380px,calc(100vw - 24px));height:min(520px,calc(100vh - 48px));background:#fff;border-radius:18px;box-shadow:0 20px 60px rgba(0,34,63,.22);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(0,34,63,.1);animation:rbChatPanelIn .25s ease}
.rb-chat-panel[hidden]{display:none!important}
@keyframes rbChatPanelIn{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}
.rb-chat-head{background:linear-gradient(135deg,var(--rb-navy),var(--rb-navy2));color:#fff;padding:14px 16px;display:flex;align-items:center;gap:12px;flex-shrink:0}
.rb-chat-head-avatar{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-weight:800}
.rb-chat-head-meta{flex:1;min-width:0}
.rb-chat-head-meta strong{display:block;font-size:15px}
.rb-chat-head-status{font-size:11px;opacity:.85;display:flex;align-items:center;gap:6px;margin-top:2px}
.rb-chat-online{width:8px;height:8px;border-radius:50%;background:#22c55e;display:inline-block}
.rb-chat-online.is-off{background:#94a3b8}
.rb-chat-close{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;background:var(--rb-red);border:none;color:#fff;width:36px;height:36px;min-width:36px;border-radius:999px;font-size:22px;font-weight:600;cursor:pointer;line-height:1;flex-shrink:0;box-sizing:border-box}
.rb-chat-close span{display:block;line-height:1;transform:translateY(-1px)}
.rb-chat-msgs{flex:1;overflow-y:auto;padding:16px;background:#F8F9FB;display:flex;flex-direction:column;gap:12px}
.rb-chat-msg{max-width:88%}
.rb-chat-msg--in{align-self:flex-start}
.rb-chat-msg--out{align-self:flex-end}
.rb-chat-msg-name{font-size:10px;font-weight:700;color:#64748b;margin-bottom:4px;text-transform:uppercase;letter-spacing:.04em}
.rb-chat-msg-bubble{padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.5;word-break:break-word}
.rb-chat-msg--in .rb-chat-msg-bubble{background:#fff;border:1px solid rgba(0,34,63,.08);color:#1e293b;border-bottom-left-radius:4px}
.rb-chat-msg--out .rb-chat-msg-bubble{background:var(--rb-red);color:#fff;border-bottom-right-radius:4px}
.rb-chat-msg--sys{max-width:94%;opacity:.95}
.rb-chat-msg--sys .rb-chat-msg-name{color:#94a3b8;font-weight:600}
.rb-chat-msg--sys .rb-chat-msg-bubble{background:#F1F5F9;border:1px solid rgba(0,34,63,.06);color:#475569;font-size:12.5px;line-height:1.45;padding:8px 12px;border-radius:12px;border-bottom-left-radius:4px}
.rb-chat-typing{display:none;padding:8px 16px;font-size:12px;color:#64748b;align-items:center;gap:8px;background:#fff;border-top:1px solid #eef2f7}
.rb-chat-typing.is-on{display:flex}
.rb-chat-typing[hidden]{display:none!important}
.rb-chat-typing-dots{display:inline-flex;gap:4px}
.rb-chat-typing-dots span{width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:rbChatDot 1.2s infinite}
.rb-chat-typing-dots span:nth-child(2){animation-delay:.15s}
.rb-chat-typing-dots span:nth-child(3){animation-delay:.3s}
@keyframes rbChatDot{0%,80%,100%{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}
.rb-chat-form{padding:12px 14px 14px;background:#fff;border-top:1px solid #eef2f7;flex-shrink:0}
.rb-chat-opt{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:8px}
.rb-chat-opt-hint{grid-column:1/-1;margin:0 0 2px;font-size:10px;line-height:1.35;color:#94a3b8;font-weight:600}
.rb-chat-opt input{width:100%!important;max-width:100%!important;box-sizing:border-box!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:7px 9px!important;font-size:12px!important;font-family:inherit!important;font-weight:500!important;outline:none!important;background:#f8fafc!important;color:#0f172a!important;box-shadow:none!important;min-height:0!important;height:auto!important;text-transform:none!important;letter-spacing:normal!important;line-height:1.3!important}
.rb-chat-opt input::placeholder{color:#94a3b8!important;opacity:1}
.rb-chat-opt input:focus{border-color:#94a3b8!important;background:#fff!important;box-shadow:0 0 0 2px rgba(0,34,63,.06)!important}
.rb-chat-input-row{display:flex;gap:8px;align-items:flex-end}
.rb-chat-input-row textarea{flex:1;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;font-size:14px;font-family:inherit;resize:none;outline:none;min-height:44px;max-height:120px;background:#fff;color:#0f172a}
.rb-chat-input-row textarea:focus{border-color:var(--rb-red)}
.rb-chat-send{display:inline-flex!important;align-items:center;justify-content:center;padding:0!important;margin:0;width:44px;height:44px;min-width:44px;border:none!important;border-radius:999px;background:var(--rb-red)!important;color:#fff!important;cursor:pointer;flex-shrink:0;box-sizing:border-box;line-height:0;overflow:visible}
.rb-chat-send svg{width:18px!important;height:18px!important;min-width:18px;display:block!important;visibility:visible!important;opacity:1!important;fill:#fff!important;pointer-events:none}
.rb-chat-send svg path{fill:#fff!important;stroke:none!important}
.rb-chat-send:disabled{opacity:.5;cursor:not-allowed}
.rb-chat-gdpr{display:flex;gap:8px;align-items:flex-start;margin:10px 0 0;padding:8px 9px;border-radius:10px;border:1px solid rgba(0,34,63,.12);background:#F8FAFC;font-size:11px;line-height:1.4;color:#00223F;font-weight:600;cursor:pointer}
.rb-chat-gdpr input{width:16px;height:16px;margin:1px 0 0;flex-shrink:0;accent-color:#CE0D16}
.rb-chat-gdpr a{color:var(--rb-navy);text-decoration:underline}
.rb-chat-gdpr em{font-style:normal;color:#CE0D16;font-weight:800}
.rb-chat-gdpr.is-err{border-color:rgba(206,13,22,.45);background:#fef2f2}
.rb-chat-footnote{margin:8px 0 0;font-size:10px;color:#94a3b8;line-height:1.4}
.rb-chat-footnote a{color:var(--rb-navy)}
.rb-chat.is-open .rb-chat-peek{display:none}
/* Termék gyorsnézet / kosár drawer felett ne zavarjon */
html.rbs-qv-lock .rb-chat,
html.rbs-cd-open .rb-chat{display:none!important}
@media(max-width:480px){
  .rb-chat{right:12px;bottom:max(12px, env(safe-area-inset-bottom, 0px))}
  .rb-chat--shop{bottom:max(18px, env(safe-area-inset-bottom, 0px))}
  .rb-chat-peek{width:min(200px,calc(100vw - 76px));max-width:200px;bottom:62px}
  .rb-chat-panel{width:calc(100vw - 24px);height:min(78vh,520px)}
  .rb-chat-opt{grid-template-columns:1fr}
}
