#lexshop-support-toggle {
  position: fixed; right: 24px; bottom: 24px; z-index: 99998;
  border: 0; border-radius: 999px; padding: 14px 20px;
  background: #d71920; color: #fff; font-weight: 700; cursor: pointer;
  box-shadow: 0 6px 24px rgba(0,0,0,.22);
}
#lexshop-support-panel {
  position: fixed; right: 24px; bottom: 82px; z-index: 99999;
  display:block;
  width: min(560px, calc(100vw - 32px)); max-height:min(760px, calc(100vh - 110px));
  background: #fff; color: #222; border-radius: 12px; overflow-y:auto; overflow-x:hidden;
  overscroll-behavior:contain; scrollbar-gutter:stable;
  box-shadow: 0 12px 42px rgba(0,0,0,.28); font: 15px/1.45 Arial, sans-serif;
}
#lexshop-support-panel[hidden] { display: none !important; }
#lexshop-support-panel header { position:sticky; top:0; z-index:3; display:flex; flex:0 0 auto; min-height:52px; box-sizing:border-box; justify-content:space-between; align-items:center; padding:10px 12px 10px 16px; background:#d71920; color:#fff; }
#lexshop-support-close { position:relative; z-index:4; display:flex; flex:0 0 40px; width:40px; height:40px; align-items:center; justify-content:center; border:0; border-radius:50%; padding:0; background:transparent; color:#fff; font-size:30px; line-height:1; cursor:pointer; }
#lexshop-support-close:hover, #lexshop-support-close:focus { background:rgba(255,255,255,.18); outline:2px solid #fff; outline-offset:-3px; }
#lexshop-support-messages { min-height:260px; overflow:visible; padding:14px; background:#f6f7f7; }
.lexshop-msg { max-width:88%; margin:0 0 10px; padding:10px 12px; border-radius:10px; white-space:pre-wrap; overflow-wrap:anywhere; }
.lexshop-assistant { background:#fff; border:1px solid #ddd; }
.lexshop-user { margin-left:auto; background:#d71920; color:#fff; }
.lexshop-status { background:transparent; color:#646970; font-style:italic; }
.lexshop-sources { margin:8px 0 0; padding-left:18px; font-size:12px; white-space:normal; }
.lexshop-links-title { margin-top:10px; font-size:12px; font-weight:700; white-space:normal; }
.lexshop-article-links { margin:4px 0 0; padding-left:18px; font-size:13px; white-space:normal; }
.lexshop-article-links a { color:#b51218; text-decoration:underline; overflow-wrap:anywhere; }
#lexshop-support-form { display:flex; gap:8px; padding:12px; border-top:1px solid #ddd; background:#fff; }
#lexshop-support-form textarea { flex:1; resize:none; min-height:44px; }
#lexshop-support-form button, #lexshop-ticket-area button { border:0; border-radius:5px; padding:9px 12px; background:#d71920; color:#fff; cursor:pointer; }
#lexshop-ticket-area { padding:0 12px 16px; background:#fff; scroll-margin-top:64px; }
#lexshop-ticket-area [hidden] { display:none !important; }
.lexshop-ticket-card { box-sizing:border-box; margin:12px 0 0; padding:14px; border:1px solid #dcdcde; border-radius:8px; background:#fff; }
.lexshop-ticket-card legend { padding:0 6px; font-weight:700; }
.lexshop-ticket-card h3 { margin:0 0 8px; font-size:16px; }
.lexshop-ticket-card p { margin:0 0 10px; font-size:12px; }
.lexshop-ticket-card a { color:#b51218; text-decoration:underline; }
.lexshop-ticket-choices { display:flex; gap:24px; padding-top:6px; }
.lexshop-ticket-choices label { display:flex; align-items:center; gap:7px; font-weight:600; cursor:pointer; }
.lexshop-ticket-choices input, #lexshop-consent-step .lexshop-consent input { width:auto; margin:0; }
#lexshop-consent-step .lexshop-consent { display:flex; align-items:flex-start; gap:8px; margin:12px 0; font-size:12px; }
#lexshop-consent-continue { width:100%; }
#lexshop-ticket-form { margin-top:10px; }
#lexshop-ticket-form[hidden] { display:none !important; }
#lexshop-support-panel.lexshop-ticket-mode #lexshop-support-messages { min-height:0; }
#lexshop-ticket-form { overflow:visible; padding-right:2px; }
#lexshop-ticket-form input, #lexshop-ticket-form select, #lexshop-ticket-form textarea { box-sizing:border-box; width:100%; margin:4px 0 8px; padding:8px; }
#lexshop-ticket-form textarea { resize:vertical; }
#lexshop-ticket-form label { display:block; margin:4px 0 6px; font-size:12px; font-weight:600; }
#lexshop-ticket-form .lexshop-consent { font-weight:400; }
#lexshop-ticket-form .lexshop-consent input { width:auto; margin-right:6px; }
#lexshop-ticket-form .lexshop-ticket-notice, #lexshop-ticket-form .lexshop-history-note { margin:0 0 10px; font-size:12px; }
#lexshop-ticket-form .lexshop-ticket-notice { padding:8px; background:#f0f6fc; border-left:3px solid #2271b1; }
#lexshop-ticket-form a { display:block; margin-top:10px; font-size:12px; }
@media (max-width:600px) {
  #lexshop-support-toggle { right:16px; bottom:16px; }
  #lexshop-support-panel { right:8px; bottom:72px; width:calc(100vw - 16px); max-height:calc(100vh - 88px); }
	#lexshop-support-messages { min-height:210px; }
}
