.tecsa-sitechat{
  position:fixed !important;
  bottom:20px !important;
  --tsc-vh:100vh;
  z-index:var(--tsc-z, 99999) !important;

  box-sizing:border-box !important;

  /* Defaults (can be overridden via inline CSS vars or theme CSS) */
  --tsc-width:340px;
  --tsc-height:480px;
  --tsc-radius:14px;
  --tsc-panel-shadow:0 10px 40px rgba(0,0,0,.25);
  --tsc-button-shadow:0 10px 30px rgba(0,0,0,.25);
  --tsc-font:inherit;
  --tsc-font-size:13px;
  --tsc-primary:#111;
  --tsc-panel-bg:#fff;
  --tsc-body-bg:#fafafa;
  --tsc-in-bg:#fff;
  --tsc-out-bg:#dff2ff;
}
.tecsa-sitechat[data-pos="right"]{right:20px}
.tecsa-sitechat[data-pos="left"]{left:20px}

.tecsa-sitechat, .tecsa-sitechat *{box-sizing:border-box}

.tsc-button{width:56px !important;height:56px !important;border-radius:999px !important;border:0 !important;cursor:pointer !important;box-shadow:var(--tsc-button-shadow) !important;font-size:22px !important;line-height:56px !important;background:var(--tsc-primary) !important;color:#fff !important;font-family:var(--tsc-font) !important;position:fixed !important;bottom:20px;z-index:calc(var(--tsc-z, 99999) + 1) !important;transition:opacity .18s ease, transform .18s ease}
.tecsa-sitechat[data-pos="right"] .tsc-button{right:20px}
.tecsa-sitechat[data-pos="left"] .tsc-button{left:20px}

.tsc-panel{position:fixed !important;bottom:90px !important;width:var(--tsc-width) !important;max-width:calc(100vw - 40px) !important;height:var(--tsc-height) !important;max-height:calc(100vh - 120px) !important;background:var(--tsc-panel-bg) !important;border-radius:var(--tsc-radius) !important;box-shadow:var(--tsc-panel-shadow) !important;display:none !important;overflow:hidden !important;font-family:var(--tsc-font) !important;font-size:var(--tsc-font-size);z-index:calc(var(--tsc-z, 99999) + 2) !important}
.tecsa-sitechat[data-pos="right"] .tsc-panel{right:20px}
.tecsa-sitechat[data-pos="left"] .tsc-panel{left:20px}
.tsc-panel.is-open{display:flex !important;flex-direction:column}

.tsc-head{display:flex !important;align-items:center !important;justify-content:space-between !important;padding:10px 10px !important;border-bottom:1px solid #eee !important;gap:10px !important;background:var(--tsc-panel-bg);position:relative !important;z-index:3 !important}
.tsc-head{cursor:move !important;user-select:none !important;touch-action:none}
.tsc-head-left{display:flex !important;flex-direction:column !important;gap:2px}
.tsc-title{font-weight:700 !important;font-size:14px}
.tsc-sub{font-size:12px !important;opacity:.65}
.tsc-head-actions{display:flex !important;gap:6px !important;align-items:center;flex-wrap:nowrap !important;overflow-x:auto !important;overflow-y:hidden !important;scrollbar-width:none !important;-webkit-overflow-scrolling:touch !important}.tsc-head-actions::-webkit-scrollbar{display:none !important}
.tsc-mini{width:72px;height:72px;border:1px solid #e7e7e7;background:#fafafa;border-radius:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden;position:relative!important}
.tsc-close{border:0 !important;background:transparent !important;font-size:42px !important;line-height:1 !important;cursor:pointer !important;padding:4px 10px !important;min-width:56px !important;min-height:56px !important;display:flex !important;align-items:center !important;justify-content:center !important;flex:0 0 auto !important}

.tsc-avatar{width:56px;height:56px;border-radius:999px;object-fit:cover;display:block}

.tsc-avatar{width:56px;height:56px;border-radius:999px;object-fit:cover;display:block}
.tsc-ico{font-size:20px !important;line-height:1}
.tsc-full .tsc-ico{color:#000 !important}
.tsc-toggle-full .tsc-toggle-label{color:#000 !important}

.tsc-body{flex:1 !important;min-height:0 !important;overflow:auto !important;padding:12px !important;background:var(--tsc-body-bg);-webkit-overflow-scrolling:touch !important}
.tsc-msg{display:flex !important;margin:6px 0}
.tsc-msg.in{justify-content:flex-start}
.tsc-msg.out{justify-content:flex-end}
.tsc-bubble{max-width:78% !important;padding:10px 12px !important;border-radius:calc(var(--tsc-radius) - 0px) !important;white-space:pre-wrap !important;word-break:break-word !important;font-size:1em !important;line-height:1.35}
.tsc-inline-img{max-width:180px !important;max-height:140px !important;width:auto !important;height:auto !important;object-fit:contain !important;display:block !important;margin-top:8px !important;border-radius:12px !important;border:1px solid rgba(0,0,0,.08);background:#fff}
.tsc-msg.in .tsc-bubble{background:var(--tsc-in-bg) !important;border:1px solid rgba(0,0,0,.08)}
.tsc-msg.out .tsc-bubble{background:var(--tsc-out-bg) !important;border:1px solid rgba(0,0,0,.08)}

.tsc-status{min-height:18px !important;padding:0 12px 6px 12px !important;font-size:12px !important;opacity:.7}.tsc-status.is-typing::after{content:'';display:inline-block;width:1px;height:1em;margin-left:2px;vertical-align:-2px;background:currentColor;animation:tscStatusCaret .9s steps(1,end) infinite}@keyframes tscStatusCaret{0%,49%{opacity:1}50%,100%{opacity:0}}

/* Cards (Tecsor results) */
.tsc-cards{display:flex !important;flex-direction:column !important;gap:8px !important;padding:6px 0}
.tsc-item{display:flex !important;gap:10px !important;align-items:flex-start !important;background:rgba(255,255,255,.6) !important;border:1px solid rgba(0,0,0,.08) !important;border-radius:12px !important;padding:8px}
.tsc-item-img{width:54px !important;height:54px !important;border-radius:10px !important;object-fit:cover !important;flex:0 0 auto !important;border:1px solid rgba(0,0,0,.08)}
.tsc-item-img.ph{width:54px !important;height:54px !important;border-radius:10px !important;background:rgba(0,0,0,.05)}
.tsc-item-meta{flex:1 !important;min-width:0}
.tsc-item-title{font-weight:700 !important;font-size:13px !important;line-height:1.25}
.tsc-item-sub{font-size:12px !important;opacity:.75 !important;margin-top:2px !important;word-break:break-word}
.tsc-item-actions{display:flex !important;gap:10px !important;align-items:center !important;flex-wrap:wrap !important;margin-top:6px}
.tsc-item-link{font-size:12px !important;text-decoration:underline;color:var(--tsc-link-color, var(--tsc-primary)) !important}
.tsc-item-check{font-size:12px !important;opacity:.85 !important;display:flex !important;gap:6px !important;align-items:center}
.tsc-cards-actions{display:flex !important;justify-content:flex-end !important;padding:0 0 10px 0}
.tsc-compare-btn{border:0 !important;border-radius:12px !important;padding:10px 12px !important;cursor:pointer !important;background:var(--tsc-primary) !important;color:#fff}

/* Compare */
.tsc-compare-wrap{background:var(--tsc-panel-bg) !important;border:1px solid rgba(0,0,0,.08) !important;border-radius:14px !important;padding:10px !important;margin:10px 0}
.tsc-compare-title{font-weight:800 !important;margin-bottom:8px}
.tsc-compare-table{width:100% !important;border-collapse:collapse !important;font-size:12px}
.tsc-compare-table th,.tsc-compare-table td{border:1px solid rgba(0,0,0,.08) !important;padding:6px !important;vertical-align:top}
.tsc-compare-table th{background:rgba(0,0,0,.03)}

.tsc-form{display:none !important;padding:10px 12px !important;border-top:1px solid #eee !important;background:var(--tsc-panel-bg)}
.tsc-form.is-open{display:block !important}
.tsc-form-title{font-weight:600 !important;font-size:13px !important;margin-bottom:8px}
.tsc-form-fields{display:flex !important;flex-direction:column !important;gap:8px}
.tsc-f{width:100% !important;max-width:100% !important;padding:10px 10px !important;border:1px solid #ddd !important;border-radius:10px !important;font-size:13px}
.tsc-form-pols{margin-top:10px !important;display:flex !important;flex-direction:column !important;gap:8px}
.tsc-pol{display:flex !important;gap:8px !important;align-items:flex-start !important;font-size:12px !important;line-height:1.25}
.tsc-pol input{margin-top:2px}
.tsc-form-actions{margin-top:10px !important;display:flex !important;justify-content:flex-end}
.tsc-ok{border:0 !important;border-radius:10px !important;padding:9px 12px !important;cursor:pointer !important;background:var(--tsc-primary) !important;color:#fff}

.tsc-foot{display:flex !important;gap:8px !important;padding:10px !important;padding-bottom:calc(10px + env(safe-area-inset-bottom, 0px)) !important;border-top:1px solid #eee !important;background:var(--tsc-panel-bg);position:sticky !important;bottom:0 !important;z-index:4 !important;align-items:flex-end !important}
.tsc-input{flex:1 !important;min-width:0 !important;border:1px solid #ddd !important;border-radius:12px !important;padding:12px 12px !important;font-size:16px !important;line-height:1.3 !important;min-height:48px !important;max-height:120px !important}
.tsc-send{border:0 !important;border-radius:12px !important;padding:0 16px !important;min-height:48px !important;cursor:pointer !important;background:var(--tsc-primary) !important;color:#fff;white-space:nowrap !important;flex:0 0 auto !important}
.tsc-send:disabled,.tsc-input:disabled{opacity:.55 !important;cursor:not-allowed}

@media (max-width:768px){
  .tecsa-sitechat{left:0 !important;right:0 !important;bottom:0 !important}
  .tecsa-sitechat.is-open-mobile .tsc-button{opacity:0 !important;pointer-events:none !important;transform:scale(.9) !important}
  .tsc-panel{top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100vw !important;max-width:100vw !important;height:var(--tsc-vh, 100vh) !important;max-height:var(--tsc-vh, 100vh) !important;border-radius:0 !important}
  .tsc-panel.is-open{display:flex !important;flex-direction:column !important}
  .tsc-head{padding-top:max(10px, env(safe-area-inset-top, 0px)) !important}
  .tsc-head-left{min-width:72px !important}
  .tsc-title{font-size:16px !important}
  .tsc-sub{font-size:13px !important}
  .tsc-mini{width:64px !important;height:64px !important;border-radius:14px !important}
  .tsc-avatar{width:52px !important;height:52px !important}
  .tsc-toggle-label{font-size:11px !important}
  .tsc-toggle-sep{height:48px !important;margin:0 4px !important}
  .tsc-close{font-size:48px !important;min-width:62px !important;min-height:62px !important;padding:2px 10px !important;position:sticky !important;right:0 !important;background:var(--tsc-panel-bg) !important}
  .tsc-body{padding:10px !important;padding-bottom:14px !important}
  .tsc-bubble{max-width:88% !important;font-size:16px !important;line-height:1.45 !important}
  .tsc-foot{padding:10px !important;gap:10px !important}
  .tsc-tools{display:flex !important;gap:8px !important;flex:0 0 auto !important}
  .tsc-emoji-btn,.tsc-attach{width:48px !important;height:48px !important;min-width:48px !important;min-height:48px !important}
  .tsc-resizer{display:none !important}
}
@media (max-width:480px){
  .tsc-head-actions{gap:4px !important}
  .tsc-mini{width:60px !important;height:60px !important}
  .tsc-input{font-size:16px !important}
}

/* While dragging: prevent accidental selection */
html.tsc-dragging, html.tsc-dragging *{cursor:move !important;user-select:none !important}


.tsc-panel.is-fullscreen{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100vw !important;height:100vh !important;max-width:none !important;max-height:none !important;border-radius:0 !important}
.tsc-panel.is-fullscreen .tsc-body{height:auto}

.tsc-toggle-wrap{display:flex;flex-direction:column;align-items:center;gap:4px}
.tsc-toggle-label{font-size:12px !important;line-height:1;color:#444;opacity:.9}
.tsc-toggle-sep{width:1px;height:56px;background:#e5e5e5;margin:0 8px}
.tsc-toggle-wrap.is-dim{opacity:1 !important}
.tsc-toggle-wrap.is-active{opacity:1 !important;filter:none !important}

.tsc-mini.is-dim{opacity:1 !important;filter:none !important}
.tsc-mini.is-active{opacity:1 !important;filter:none !important}
.tsc-toggle-wrap.is-dim .tsc-avatar, .tsc-toggle-wrap.is-dim .tsc-ico{opacity:0.35 !important;filter:grayscale(100%) !important}
.tsc-toggle-wrap.is-active .tsc-avatar, .tsc-toggle-wrap.is-active .tsc-ico{opacity:1 !important;filter:none !important}
.tsc-mini.is-dim .tsc-avatar, .tsc-mini.is-dim .tsc-ico{opacity:0.35 !important;filter:grayscale(100%) !important}
.tsc-mini.is-active .tsc-avatar, .tsc-mini.is-active .tsc-ico{opacity:1 !important;filter:none !important}


.tsc-badge {z-index:20 !important;opacity:1 !important;position:absolute;top: 2px;right: 2px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff3b30;color:#fff;font-size:11px;line-height:18px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.25)!important}
.tsc-mini{position:relative !important}
.tsc-button{position:fixed !important}
.tsc-badge-launch{position:absolute;top:-6px;right:-6px}

.tsc-toggle-wrap.is-dim .tsc-avatar{opacity:.35 !important;filter:grayscale(40%) !important}
.tsc-toggle-wrap.is-dim .tsc-ico{opacity:.35 !important}
.tsc-badge{opacity:1 !important}

.tsc-attach{width:44px;height:44px;border-radius:12px;border:1px solid #ddd;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:18px;margin-left:8px}

.tsc-imgwrap{max-width:100%;}
.tsc-img{max-width:240px;max-height:240px;border-radius:12px;display:block}

.tsc-resizer{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 28px;
    height: 28px;
    cursor: nwse-resize;
    opacity: .8;
    z-index: 60;
    pointer-events: auto;
}
.tsc-resizer:hover{opacity:1}
.tsc-resizer:after{content:'';position:absolute;right:4px;bottom:4px;width:10px;height:10px;border-right:2px solid rgba(0,0,0,.25);border-bottom:2px solid rgba(0,0,0,.25)}

.tsc-filemsg{display:flex;flex-direction:column;gap:4px}
.tsc-filelink{color:var(--tsc-link-color, var(--tsc-primary)) !important;text-decoration:underline;word-break:break-word}
.tsc-filemeta{font-size:.85em;opacity:.75;word-break:break-word}

.tsc-filelink{pointer-events:auto;position:relative;z-index:2;cursor:pointer}
.tsc-img{cursor:pointer}


.tsc-tools{position:relative;display:flex;align-items:center;gap:8px}
.tsc-emoji-btn{width:44px;height:44px;border-radius:12px;border:1px solid #ddd;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:20px}
.tsc-emoji-btn.is-open{background:rgba(0,0,0,.04)}
.tsc-emoji-panel{position:absolute;right:52px;bottom:52px;z-index:80;width:228px;max-width:min(228px, calc(100vw - 60px));padding:8px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:14px;box-shadow:0 12px 32px rgba(0,0,0,.18);grid-template-columns:repeat(6, 1fr);gap:6px}
.tsc-emoji-item{width:100%;aspect-ratio:1/1;border:0;border-radius:10px;background:rgba(0,0,0,.04);cursor:pointer;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center}
.tsc-emoji-item:hover{background:rgba(0,0,0,.08)}
.tsc-lightbox{position:absolute;inset:0;z-index:120;background:rgba(0,0,0,.78);display:flex;align-items:center;justify-content:center;padding:20px}
.tsc-lightbox-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px;box-shadow:0 12px 36px rgba(0,0,0,.35)}
.tsc-lightbox-close{position:absolute;top:12px;right:12px;width:40px;height:40px;border:0;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.tsc-lightbox-close:hover{background:rgba(255,255,255,.22)}

.tsc-emoji-inline{display:inline-block;line-height:1;vertical-align:-0.08em;font-size:1.2em}


/* Operator name / sender label in chat */
.tsc-msg-name,
.tsc-author,
.tsc-sender,
.tsc-op-name{
  display:block !important;
  font-size:12px !important;
  line-height:1.2 !important;
  opacity:.38 !important;
  color:rgba(0,0,0,.42) !important;
  margin:0 0 4px 2px !important;
}
.tsc-msg.in .tsc-msg-name{ color:rgba(0,0,0,.42) !important; }

/* Mobile header controls: keep all icons inside viewport */
@media (max-width: 767px){
  .tsc-head{align-items:flex-start !important;gap:6px !important;padding:8px 8px !important}
  .tsc-head-left{min-width:52px !important;flex:0 0 auto !important}
  .tsc-title{font-size:13px !important}
  .tsc-sub{font-size:11px !important}
  .tsc-head-actions{flex:1 1 auto !important;min-width:0 !important;gap:4px !important;justify-content:flex-end !important}
  .tsc-toggle-sep{height:42px !important;margin:0 2px !important}
  .tsc-mini{width:48px !important;height:48px !important;border-radius:12px !important}
  .tsc-avatar{width:34px !important;height:34px !important}
  .tsc-ico{font-size:16px !important}
  .tsc-toggle-label{font-size:10px !important;max-width:54px !important;text-align:center !important;line-height:1.05 !important}
  .tsc-close{font-size:20px !important;line-height:20px !important;padding:4px 5px !important}
}

@media (max-width: 560px){
  .tsc-panel{max-width:calc(100vw - 16px) !important}
  .tecsa-sitechat[data-pos="right"] .tsc-panel{right:8px !important}
  .tecsa-sitechat[data-pos="left"] .tsc-panel{left:8px !important}
  .tecsa-sitechat[data-pos="right"] .tsc-button{right:8px !important}
  .tecsa-sitechat[data-pos="left"] .tsc-button{left:8px !important}
  .tecsa-sitechat{bottom:8px !important}
}

/* Tecsor rich HTML blocks */
.tsc-bubble table{width:100%;border-collapse:collapse;margin:8px 0;font-size:13px}
.tsc-bubble th,.tsc-bubble td{border:1px solid rgba(0,0,0,.12);padding:6px 8px;vertical-align:top;text-align:left}
.tsc-bubble thead th{background:rgba(0,0,0,.04)}
.tsc-bubble .tecsor-products,.tsc-bubble .tsc-compare-wrap{display:block}
.tsc-bubble .tecsor-product{display:flex;gap:10px;align-items:flex-start;margin:8px 0;padding:8px;border:1px solid rgba(0,0,0,.08);border-radius:10px}
.tsc-bubble .tecsor-product img{width:56px;height:56px;object-fit:cover;border-radius:8px;display:block}
.tsc-compare-title{font-weight:600;margin:0 0 8px 0}

.tsc-bubble a,
.tsc-msg a,
.tsc-message a,
.tecsor-msg a{color:var(--tsc-link-color, var(--tsc-primary)) !important;text-decoration:underline;text-underline-offset:2px;word-break:break-word}
.tsc-bubble a:hover,
.tsc-msg a:hover,
.tsc-message a:hover,
.tecsor-msg a:hover{opacity:.86}

.tsc-product-compare-wrap{margin:14px 0 6px}
.tsc-product-compare-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 16px;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer;font-weight:600}
.tsc-product-compare-btn:hover{opacity:.92}
.tsc-compare-floating{position:fixed;left:50%;bottom:16px;transform:translateX(-50%);z-index:100000;display:flex;align-items:center;gap:12px;background:#111;color:#fff;border-radius:999px;padding:10px 14px;box-shadow:0 10px 28px rgba(0,0,0,.2);max-width:calc(100vw - 20px)}
.tsc-compare-floating__text{font-size:13px;line-height:1.2;white-space:nowrap}
.tsc-compare-floating__actions{display:flex;gap:8px}
.tsc-compare-floating button{border:0;border-radius:999px;padding:8px 12px;cursor:pointer;font-weight:600}
.tsc-compare-open{background:#fff;color:#111}
.tsc-compare-clear{background:rgba(255,255,255,.15);color:#fff}
.tsc-compare-floating:not(.is-ready) .tsc-compare-open{opacity:.7}
@media (max-width: 767px){
  .tsc-compare-floating{left:8px;right:8px;transform:none;bottom:8px;border-radius:16px;justify-content:space-between;padding:10px}
  .tsc-compare-floating__text{font-size:12px;white-space:normal;max-width:46%}
  .tsc-compare-floating__actions button{padding:8px 10px;font-size:12px}
  .tsc-product-compare-btn{width:100%}
}


.tsc-product-actions-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.tsc-product-brief-inline{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}
.tsc-product-brief-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;min-width:42px;padding:6px 10px;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer;flex:0 0 auto}
.tsc-product-brief-btn img{display:block;max-width:28px;max-height:28px;width:auto;height:auto;border-radius:6px}
.tsc-product-brief-hint{display:inline-block;min-height:1.25em;max-width:min(280px, 70vw);font-size:13px;line-height:1.35;color:#4b5563;white-space:normal;position:relative}
.tsc-product-brief-hint.is-typing::after{content:'';display:inline-block;width:1px;height:1em;margin-left:2px;vertical-align:-2px;background:currentColor;animation:tscBriefHintCaret .9s steps(1,end) infinite}
@keyframes tscBriefHintCaret{50%{opacity:0}}
.tsc-product-brief-modal{position:fixed;inset:0;z-index:100001;display:flex;align-items:center;justify-content:center;padding:20px}
.tsc-product-brief-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.tsc-product-brief-modal__dialog{position:relative;z-index:1;width:min(640px, calc(100vw - 24px));max-height:min(78vh, 860px);overflow:auto;background:#fff;border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.2);padding:20px 20px 18px;border:1px solid #e5e7eb}
.tsc-product-brief-modal__close{position:absolute;top:10px;right:10px;width:36px;height:36px;border:0;border-radius:999px;background:#f2f2f2;color:#111;font-size:24px;line-height:1;cursor:pointer}
.tsc-product-brief-modal__title{padding-right:42px;margin:0 0 14px;font-size:18px;font-weight:700;line-height:1.2;color:#111}
.tsc-product-brief-modal__body{font-size:14px;line-height:1.55;color:#1f2937;--tsc-product-brief-heading-color:#111111}
.tsc-product-brief-modal__body p:first-child{margin-top:0}
.tsc-product-brief-modal__body h1,.tsc-product-brief-modal__body h2,.tsc-product-brief-modal__body h3{margin:0 0 12px;font-size:22px;line-height:1.25;font-weight:700;color:var(--tsc-product-brief-heading-color,#111111)}
.tsc-product-brief-modal__body h4,.tsc-product-brief-modal__body h5,.tsc-product-brief-modal__body h6{margin:18px 0 8px;font-size:16px;line-height:1.35;font-weight:700;color:var(--tsc-product-brief-heading-color,#111111)}
.tsc-product-brief-modal__body p{margin:0 0 10px}
.tsc-product-brief-modal__body ul,.tsc-product-brief-modal__body ol{margin:0 0 12px;padding-left:20px}
.tsc-product-brief-modal__body li{margin:0 0 6px}
.tsc-product-brief-loading{padding:8px 0}
.tsc-product-brief-table{width:100%;border-collapse:collapse;margin-top:12px}
.tsc-product-brief-table td{border:1px solid #e5e7eb;padding:8px 10px;vertical-align:top}
.tsc-product-brief-table td:first-child{width:36%;font-weight:600;background:#fafafa}
.tsc-product-brief-modal__footer{display:flex;justify-content:flex-start;align-items:center;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid #e5e7eb}
.tsc-product-brief-cart-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid #111111;background:#111111;color:#ffffff;text-decoration:none;font-weight:700}
.tsc-product-brief-cart-btn:hover{opacity:.92;color:inherit}
body.tsc-product-brief-open{overflow:hidden}
.tsc-product-brief-text ul,.tsc-product-brief-modal__body ul{padding-left:18px}
body.tsc-product-brief-open{overflow:hidden}
@media (max-width: 782px){
  .tsc-product-actions-row{align-items:stretch}
  .tsc-product-brief-modal{padding:10px}
  .tsc-product-brief-modal__dialog{width:min(100vw - 12px, 640px);max-height:85vh;padding:16px 14px 14px}
  .tsc-product-brief-btn{min-width:48px;padding:6px 8px}
  .tsc-product-brief-btn img{max-width:26px;max-height:26px}
  .tsc-product-brief-inline{align-items:flex-start;gap:8px}
  .tsc-product-brief-hint{max-width:100%;font-size:12px}
}
.tsc-product-brief-lead-form{margin-top:16px;padding-top:14px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px}
.tsc-pb-field{display:flex;flex-direction:column;gap:6px}
.tsc-pb-field label{font-size:13px;font-weight:600;color:inherit}
.tsc-pb-field input{width:90%;min-height:17px;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#111}
.tsc-pb-policies{display:flex;flex-direction:column;gap:8px}
.tsc-pb-policy{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.4}
.tsc-pb-policy input{margin-top:2px}
.tsc-pb-actions{display:flex;justify-content:flex-start}
.tsc-pb-note{font-size:13px;line-height:1.4;color:#374151;min-height:1.2em}

.tsc-item-actions .tsc-chat-act{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:30px !important;padding:6px 10px !important;border:1px solid rgba(0,0,0,.14) !important;border-radius:999px !important;background:#fff !important;color:#111 !important;font-size:12px !important;cursor:pointer !important}
.tsc-item-actions .tsc-chat-act.is-buy{background:var(--tsc-primary) !important;color:#fff !important;border-color:var(--tsc-primary) !important}
.tsc-item-actions .tsc-chat-act.is-cost{background:#fff7ed !important;color:#9a3412 !important;border-color:#fdba74 !important}
.tsc-body .tsc-bubble img{max-width:180px !important;max-height:140px !important;width:auto !important;height:auto !important;object-fit:contain !important;display:block !important}


/* Strong theme-proof overrides for product buttons and lead fields */
.tsc-product-compare-wrap,
.tsc-product-actions-row,
.tsc-product-brief-inline{display:flex !important;align-items:center !important;gap:10px !important;flex-wrap:wrap !important;visibility:visible !important;opacity:1 !important}

.tsc-product-compare-btn,
.tsc-product-brief-btn,
button.tsc-product-compare-btn,
button.tsc-product-brief-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;min-height:42px !important;padding:10px 16px !important;border-radius:10px !important;border:1px solid rgba(0,0,0,.12) !important;background:#fff !important;color:#111 !important;cursor:pointer !important;flex:0 0 auto !important;visibility:visible !important;opacity:1 !important;text-decoration:none !important;box-shadow:none !important;font:inherit !important;font-weight:600 !important;line-height:1.2 !important;text-transform:none !important}

.tsc-product-brief-btn img{display:block !important;max-width:28px !important;max-height:28px !important;width:auto !important;height:auto !important;object-fit:contain !important;border-radius:6px !important}

.tsc-product-brief-hint{display:inline-block !important;min-height:1.25em !important;max-width:min(280px,70vw) !important;font-size:13px !important;line-height:1.35 !important;color:#4b5563 !important;white-space:normal !important;visibility:visible !important;opacity:1 !important}

.tsc-form,
.tsc-form.is-open{display:block !important;visibility:visible !important;opacity:1 !important}

.tsc-form-fields{display:flex !important;flex-direction:column !important;gap:8px !important}

.tsc-f,
input.tsc-f,
textarea.tsc-f,
select.tsc-f{display:block !important;width:100% !important;max-width:100% !important;min-height:42px !important;padding:10px 12px !important;border:1px solid #d1d5db !important;border-radius:10px !important;background:#fff !important;color:#111 !important;visibility:visible !important;opacity:1 !important;appearance:auto !important;-webkit-appearance:none !important;font:inherit !important;line-height:1.3 !important}

.tsc-pb-field,
.tsc-pb-form,
.tsc-pb-form-fields{display:flex !important;flex-direction:column !important;gap:8px !important;visibility:visible !important;opacity:1 !important}

.tsc-pb-field label{display:block !important;font-size:13px !important;font-weight:600 !important;color:inherit !important;visibility:visible !important;opacity:1 !important}

.tsc-pb-field input,
.tsc-pb-field textarea,
.tsc-pb-field select,
.tsc-pb-form input,
.tsc-pb-form textarea,
.tsc-pb-form select,
input[name="name"],
input[name="phone"],
input[name="email"]{display:block !important;width:100% !important;max-width:100% !important;min-height:42px !important;padding:10px 12px !important;border:1px solid #d1d5db !important;border-radius:10px !important;background:#fff !important;color:#111 !important;visibility:visible !important;opacity:1 !important;appearance:auto !important;-webkit-appearance:none !important;font:inherit !important;line-height:1.3 !important}

.tsc-pb-policy,
.tsc-form-pol,
.tsc-form-pols label{display:flex !important;align-items:flex-start !important;gap:8px !important;visibility:visible !important;opacity:1 !important;color:inherit !important}

.tsc-pb-policy input[type="checkbox"],
.tsc-form-pols input[type="checkbox"]{display:inline-block !important;width:16px !important;height:16px !important;min-height:16px !important;opacity:1 !important;visibility:visible !important;appearance:auto !important;-webkit-appearance:checkbox !important;accent-color:#111 !important}

.tsc-product-brief-btn img {
    display: block !important;
    max-width: 47px !important;
    max-height: 47px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 6px !important;
}

.tsc-item-actions,
.tsc-item-actions *{pointer-events:auto !important;}
.tsc-chat-act,.tsc-chat-primary,.tsc-item-link,.tsc-item-check{position:relative !important;z-index:3 !important;}

.tsc-item-desc{font-size:12px !important;line-height:1.35 !important;opacity:.92 !important;margin-top:4px !important;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

.tsc-inline-compare-actions{margin:8px 0 2px;display:flex;justify-content:flex-end}.tsc-compare-inline-trigger{border:1px solid #111;background:#111;color:#fff;border-radius:999px;padding:8px 14px;cursor:pointer}.tsc-compare-inline-trigger:hover{opacity:.92}


.tsc-launcher-teaser{position:absolute;bottom:12px;display:flex;align-items:center;gap:10px;pointer-events:none;opacity:0;z-index:2;transition:transform var(--tsc-teaser-speed,420ms) ease,opacity var(--tsc-teaser-speed,420ms) ease;--tsc-teaser-img-w:92px;--tsc-teaser-img-h:92px}
.tsc-launcher-teaser .tsc-launcher-teaser-img{width:var(--tsc-teaser-img-w);height:var(--tsc-teaser-img-h);object-fit:contain;border:none;box-shadow:none;background:transparent;display:block;flex:0 0 auto}
.tsc-launcher-teaser .tsc-launcher-teaser-bubble{max-width:var(--tsc-teaser-bubble-w,240px);width:var(--tsc-teaser-bubble-w,240px);background:#fff;border:1px solid #111;color:var(--tsc-teaser-bubble-color,#111);border-radius:14px;padding:10px 16px;line-height:1.25;font-size:var(--tsc-teaser-bubble-fs,16px);box-shadow:none;white-space:normal}
.tsc-launcher-teaser:not(.has-text) .tsc-launcher-teaser-bubble{display:none}
.tsc-launcher-teaser:not(.has-image) .tsc-launcher-teaser-img{display:none}
.tecsa-sitechat[data-pos="right"] .tsc-launcher-teaser{right:84px;transform:translateX(26px)}
.tecsa-sitechat[data-pos="left"] .tsc-launcher-teaser{left:84px;flex-direction:row;transform:translateX(-26px)}
.tecsa-sitechat[data-pos="right"] .tsc-launcher-teaser.is-visible,.tecsa-sitechat[data-pos="left"] .tsc-launcher-teaser.is-visible{opacity:1;pointer-events:auto;transform:translateX(0)}
.tecsa-sitechat[data-pos="right"] .tsc-launcher-teaser{flex-direction:row}
.tecsa-sitechat[data-pos="left"] .tsc-launcher-teaser{flex-direction:row}
.tecsa-sitechat.is-open .tsc-launcher-teaser{opacity:0 !important;pointer-events:none !important}
@media (max-width:768px){.tsc-launcher-teaser .tsc-launcher-teaser-bubble{max-width:min(var(--tsc-teaser-bubble-w,240px),180px);width:min(var(--tsc-teaser-bubble-w,240px),180px);font-size:min(var(--tsc-teaser-bubble-fs,16px),12px);padding:8px 12px}.tecsa-sitechat[data-pos="right"] .tsc-launcher-teaser{right:76px}.tecsa-sitechat[data-pos="left"] .tsc-launcher-teaser{left:76px}}


/* Product action layout: buttons stacked vertically, brief hint to the right of image */
.tsc-product-actions-row{display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:10px !important;flex-wrap:nowrap !important}
.tsc-product-actions-row > *{width:auto !important;max-width:100% !important}
.tsc-product-brief-inline{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;gap:10px !important;flex-wrap:nowrap !important;width:auto !important;max-width:100% !important}
.tsc-product-brief-btn{flex:0 0 auto !important}
.tsc-product-brief-hint{display:inline-block !important;flex:0 1 auto !important;max-width:min(320px,70vw) !important;white-space:normal !important;text-align:left !important}
@media (max-width: 767px){
  .tsc-product-actions-row{align-items:stretch !important}
  .tsc-product-brief-inline{align-items:center !important;flex-wrap:nowrap !important}
  .tsc-product-brief-hint{max-width:calc(100vw - 140px) !important}
}


.tsc-launcher-stack{position:fixed !important;bottom:20px;display:flex;flex-direction:column;gap:10px;z-index:calc(var(--tsc-z, 99999) + 1) !important}
.tecsa-sitechat[data-pos="right"] .tsc-launcher-stack{right:20px}
.tecsa-sitechat[data-pos="left"] .tsc-launcher-stack{left:20px}
.tsc-launcher-stack .tsc-button{position:relative !important;bottom:auto !important;right:auto !important;left:auto !important;display:flex !important;align-items:center !important;justify-content:center !important;flex-direction:column !important;gap:2px !important;line-height:1 !important;padding:6px !important;overflow:visible !important}
.tsc-launcher-stack .tsc-button .tsc-ico,.tsc-launcher-stack .tsc-button .tsc-avatar{display:block !important;font-size:22px !important;width:50px !important;height:50px !important;line-height:24px !important}
.tsc-launcher-stack .tsc-button .tsc-avatar{object-fit:cover;border-radius:999px}
.tsc-launcher-stack .tsc-button .tsc-launcher-label{display:block !important;font-size:11px !important;line-height:1.1 !important;font-weight:700 !important;color:#fff !important;max-width:64px !important;text-align:center !important;white-space:normal !important;margin-top:2px !important}
.tsc-launcher-stack .tsc-button.is-dim{opacity:.88 !important}
.tsc-launcher-stack .tsc-button.is-active{transform:scale(1.03) !important}
.tsc-launcher-stack .tsc-badge-launch{position:absolute;top:-5px;right:-5px}
.tecsa-sitechat.is-open-mobile .tsc-launcher-stack{opacity:0 !important;pointer-events:none !important;transform:scale(.9) !important}
.tecsa-sitechat[data-pos="right"] .tsc-launcher-teaser{right:84px;bottom:42px}
.tecsa-sitechat[data-pos="left"] .tsc-launcher-teaser{left:84px;bottom:42px}
@media (max-width:768px){.tecsa-sitechat[data-pos="right"] .tsc-launcher-stack{right:8px !important}.tecsa-sitechat[data-pos="left"] .tsc-launcher-stack{left:8px !important}.tecsa-sitechat[data-pos="right"] .tsc-launcher-teaser{right:76px;bottom:42px}.tecsa-sitechat[data-pos="left"] .tsc-launcher-teaser{left:76px;bottom:42px}}
