/* UPP.AZ V12.15 — screenshot-matched live chat UI */
:root{--lc-orange:#ff4b08;--lc-orange2:#ff6113;--lc-ink:#152034;--lc-muted:#8b96a7;--lc-line:#e3e8ef;--lc-soft:#f7f8fa;--lc-bubble:#e9edf1}
.upp-lc-panel,.upp-lc-panel *{box-sizing:border-box}

/* launcher + greeting */
.upp-lc-greeting{position:fixed;right:20px;bottom:113px;z-index:2003;width:376px;padding:18px 46px 18px 20px;background:#fff;border-radius:22px;box-shadow:0 16px 44px rgba(15,23,42,.16);font-family:Inter,'Noto Sans',sans-serif;color:#4d596b;opacity:0;visibility:hidden;transform:translateY(8px);transition:.22s ease}
.upp-lc-greeting.show{opacity:1;visibility:visible;transform:none}.upp-lc-greeting:after{content:"";position:absolute;right:26px;bottom:-13px;border:14px solid transparent;border-top-color:#fff;border-bottom:0}
.upp-lc-greeting strong{display:block;font-size:18px;line-height:1.2;color:#1f2a3b;margin-bottom:5px}.upp-lc-greeting span{font-size:14px}.upp-lc-greeting button{position:absolute;right:13px;top:11px;width:27px;height:27px;border:0;background:transparent;color:#a0a9b8;font-size:18px;cursor:pointer}
.upp-lc-launcher{position:fixed;right:22px;bottom:24px;z-index:2004;width:64px;height:64px;padding:0;border:0;border-radius:50%;background:linear-gradient(145deg,#ff5a0d,#ff3100);color:#fff;box-shadow:0 15px 36px rgba(255,73,0,.36);cursor:pointer;display:grid;place-items:center;transition:.22s ease}
.upp-lc-launcher:hover{transform:translateY(-3px) scale(1.025)}.upp-lc-launch-icon{font-size:31px;display:grid;place-items:center;position:relative}.upp-lc-launch-icon:after{content:"";position:absolute;right:-5px;top:-4px;width:9px;height:9px;border-radius:50%;background:#25c878;border:2px solid #fff}.upp-lc-launch-copy{display:none!important}.upp-lc-launcher.pulse{animation:uppLcPulse 2.5s infinite}@keyframes uppLcPulse{0%,100%{box-shadow:0 15px 36px rgba(255,73,0,.36),0 0 0 0 rgba(255,76,0,.28)}50%{box-shadow:0 15px 36px rgba(255,73,0,.36),0 0 0 12px rgba(255,76,0,0)}}

/* main window */
.upp-lc-panel{position:fixed;right:14px;bottom:10px;width:476px;height:min(798px,calc(100vh - 20px));z-index:2006;background:#fff;border:0;border-radius:26px;box-shadow:0 26px 74px rgba(15,23,42,.28);overflow:hidden;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(14px) scale(.985);transition:.22s cubic-bezier(.2,.8,.2,1);font-family:Inter,'Noto Sans',sans-serif;color:var(--lc-ink)}
.upp-lc-panel.open{opacity:1;visibility:visible;transform:none}.upp-lc-head{height:82px;min-height:82px;padding:13px 20px;background:var(--lc-orange);color:#fff;display:flex;align-items:center;gap:12px;flex:0 0 82px}
.upp-lc-agent-icon{width:47px;height:47px;flex:0 0 47px;border-radius:50%;background:#f1f3f5;color:#8f9bae;display:grid;place-items:center;font-size:25px;position:relative;border:3px solid #fff;overflow:visible}.upp-lc-agent-icon>i:first-child{font-size:24px}.upp-lc-agent-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.upp-lc-status-dot{position:absolute;right:-3px;bottom:-2px;width:12px;height:12px;border-radius:50%;background:#24c978;border:3px solid #fff}.upp-lc-status-dot.offline{background:#aab2bf}
.upp-lc-head-copy{flex:1;min-width:0;line-height:1.1}.upp-lc-head-copy strong{display:block;font-size:19px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upp-lc-head-copy span{display:block;font-size:12px;font-weight:800;color:#ffe56a;margin-top:5px}.upp-lc-head-actions{display:flex;align-items:center;gap:5px}.upp-lc-head-actions button{width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer;font-size:20px;transition:.16s}.upp-lc-head-actions button:hover{background:rgba(255,255,255,.13)}#uppLcEnd{display:none!important}

.upp-lc-error{display:none;margin:8px 16px 0;padding:9px 11px;border-radius:11px;background:#fff0ee;color:#c73324;font-size:11px;font-weight:700}.upp-lc-error.show{display:block}.upp-lc-body{flex:1;min-height:0;background:#fbfcfd;position:relative;display:flex;flex-direction:column;overflow:hidden}

/* entry form */
.upp-lc-start{padding:28px 22px 24px;overflow-y:auto;overflow-x:hidden}.upp-lc-welcome{background:#fff;border:1px solid #e5e9ef;border-radius:20px;padding:18px 19px;margin-bottom:18px;color:#576276;font-size:14px;line-height:1.62;box-shadow:0 10px 28px rgba(15,23,42,.035)}.upp-lc-welcome strong{display:block;color:#172033;font-size:16px;margin-bottom:5px}
.upp-lc-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px 13px;width:100%}.upp-lc-field{display:flex;flex-direction:column;gap:7px;min-width:0}.upp-lc-field.full{grid-column:1/-1}.upp-lc-field label{font-size:12px;font-weight:800;color:#556176}.upp-lc-field input{display:block;width:100%;min-width:0;height:58px;border:1px solid #d7dee8;border-radius:14px;background:#fff;padding:0 15px;font:650 14px Inter;color:#20293b;outline:none}.upp-lc-field input:focus{border-color:#ff8c5d;box-shadow:0 0 0 4px rgba(255,75,8,.07)}.upp-lc-start-btn{grid-column:1/-1;width:100%;height:57px;border:0;border-radius:14px;background:linear-gradient(135deg,#ff6518,#ff3f08);color:#fff;font:850 17px Inter;cursor:pointer;margin-top:5px;box-shadow:0 9px 22px rgba(255,75,8,.16)}.upp-lc-start-btn:hover{filter:brightness(.98)}
.upp-lc-offline{padding:42px 30px;text-align:center;color:#667085}.upp-lc-offline i{font-size:38px;color:#ff5500;display:block;margin-bottom:10px}.upp-lc-offline strong{display:block;color:#202939;margin-bottom:7px;font-size:16px}.upp-lc-offline small{line-height:1.6;display:block}.upp-lc-hours{margin-top:14px;padding:10px 12px;background:#fff;border:1px solid #e5e9ef;border-radius:11px;font-size:11px;color:#8791a1}

/* messages */
.upp-lc-messages{flex:1;min-height:0;overflow-y:auto;padding:20px 20px 18px;display:flex;flex-direction:column;gap:14px;scroll-behavior:smooth;background:#fbfcfd}.upp-lc-messages::-webkit-scrollbar{width:5px}.upp-lc-messages::-webkit-scrollbar-thumb{background:#cdd3dc;border-radius:999px}.upp-lc-message-row{display:flex;align-items:flex-start;gap:9px;width:100%}.upp-lc-message-row.visitor{justify-content:flex-end}.upp-lc-message-row.system{justify-content:center}.upp-lc-message-avatar{width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:#edf0f3;color:#99a3b2;border:1px dashed #ff9c75;display:grid;place-items:center;overflow:hidden;margin-top:2px}.upp-lc-message-avatar img{width:100%;height:100%;object-fit:cover}.upp-lc-message-avatar i{font-size:18px}.upp-lc-message-main{max-width:83%;min-width:0}.upp-lc-sender-label{font-size:10px;font-weight:800;text-transform:uppercase;color:#9da7b6;margin:0 0 6px 2px;letter-spacing:.02em}.upp-lc-bubble{padding:14px 17px;border-radius:20px;font-size:15px;line-height:1.5;word-break:break-word;white-space:normal}.upp-lc-message-row.visitor .upp-lc-bubble{background:var(--lc-orange);color:#fff;border-bottom-right-radius:5px;box-shadow:0 5px 14px rgba(255,75,8,.09)}.upp-lc-message-row.agent .upp-lc-bubble,.upp-lc-message-row.ai .upp-lc-bubble{background:#e8ecef;color:#263247;border-bottom-left-radius:4px}.upp-lc-message-row.system .upp-lc-bubble{background:#eef1f5;color:#7a8494;font-size:10px;border-radius:999px;padding:7px 11px}.upp-lc-meta{font-size:9px;color:#a9b1bc;margin-top:5px;text-align:right}.upp-lc-message-row.visitor .upp-lc-meta{color:#ffbfa9;padding-right:4px}.upp-lc-attach{display:block;margin-top:8px;max-width:245px;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.upp-lc-attach img{width:100%;display:block}

/* typing row */
.upp-lc-typing{display:none;height:49px;min-height:49px;padding:8px 20px;border-top:1px solid #eef1f4;background:#fff;color:#ff5d25;font-size:12px;align-items:center;gap:10px}.upp-lc-typing.show{display:flex}.upp-lc-typing-dots{display:flex;gap:4px;padding:8px 12px;background:#eef1f4;border-radius:999px}.upp-lc-typing-dots i{width:6px;height:6px;border-radius:50%;background:#ff936e;animation:uppLcDot 1.15s infinite}.upp-lc-typing-dots i:nth-child(2){animation-delay:.15s}.upp-lc-typing-dots i:nth-child(3){animation-delay:.3s}@keyframes uppLcDot{0%,70%,100%{opacity:.35;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}

/* emoji popup */
.upp-lc-emoji{display:none;position:absolute;left:84px;right:22px;bottom:87px;padding:15px;border:1px solid #dfe5ec;border-radius:17px;background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.17);z-index:8;grid-template-columns:repeat(8,1fr);gap:7px}.upp-lc-emoji.open{display:grid}.upp-lc-emoji button{border:0;background:transparent;font-size:23px;cursor:pointer;border-radius:8px;padding:3px}.upp-lc-emoji button:hover{background:#fff2eb}

/* exact one-line composer */
.upp-lc-compose{height:86px;min-height:86px;padding:13px 22px;border-top:1px solid #e5e9ef;background:#fff;display:flex;align-items:center;gap:10px}.upp-lc-input-shell{position:relative;flex:1;height:58px;min-width:0;border:1px solid #dbe2eb;border-radius:13px;background:#fff;display:flex;align-items:center;transition:.16s}.upp-lc-input-shell:focus-within{border-color:#ff6334;box-shadow:0 0 0 2px rgba(255,75,8,.04)}.upp-lc-input-shell textarea{display:block!important;width:100%!important;height:56px!important;min-height:56px!important;max-height:56px!important;resize:none!important;overflow:hidden!important;border:0!important;border-radius:13px!important;background:transparent!important;padding:18px 92px 15px 16px!important;font:500 15px/22px Inter,'Noto Sans',sans-serif!important;color:#2d3748!important;outline:none!important;box-shadow:none!important}.upp-lc-input-shell textarea::placeholder{color:#a9b5c7}.upp-lc-input-actions{position:absolute;right:7px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:1px}.upp-lc-input-actions button,.upp-lc-file-btn{width:35px;height:39px;border-radius:9px;border:0;display:grid;place-items:center;cursor:pointer;font-size:21px;background:transparent;color:#728096;transition:.15s}.upp-lc-input-actions button:hover,.upp-lc-file-btn:hover{background:#f3f5f7;color:#ff5500}.upp-lc-file-btn input{display:none}.upp-lc-send{display:none!important;color:#ff5500!important}.upp-lc-compose.has-text .upp-lc-send{display:grid!important}.upp-lc-compose.has-text .upp-lc-file-btn{display:none!important}
.upp-lc-end-link{height:40px;min-width:40px;padding:0 10px;border:0;background:transparent;color:#96a0af;border-radius:10px;font:700 10px Inter;cursor:pointer;display:none}.upp-lc-end-link:hover{background:#fff0eb;color:#ff4b08}

.upp-lc-brand{height:38px;min-height:38px;border-top:1px solid #eef1f4;background:#f8f9fa;display:flex;align-items:center;justify-content:center;color:#9da6b4;font-size:10px;font-weight:700;position:relative}.upp-lc-brand .upp-lc-end-small{position:absolute;left:14px;border:0;background:transparent;color:#a3acb9;font:700 9px Inter;cursor:pointer}.upp-lc-brand .upp-lc-end-small:hover{color:#ff4b08}

/* rating */
.upp-lc-rating{padding:32px 24px;text-align:center;margin:auto;width:100%}.upp-lc-rating-icon{width:64px;height:64px;border-radius:20px;background:#fff0e8;color:#ff5500;display:grid;place-items:center;font-size:30px;margin:0 auto 14px}.upp-lc-rating h3{margin:0 0 6px;font-size:18px;color:#1e293b}.upp-lc-rating p{margin:0 auto 16px;max-width:300px;color:#7b8796;font-size:12px;line-height:1.55}.upp-lc-stars{display:flex;justify-content:center;gap:6px;margin-bottom:13px}.upp-lc-stars button{border:0;background:transparent;color:#d7dde5;font-size:29px;cursor:pointer}.upp-lc-stars button.active,.upp-lc-stars button:hover{color:#ff9f1a}.upp-lc-rating textarea{width:100%;height:72px;resize:none;border:1px solid #dfe5ec;border-radius:12px;padding:10px;font:500 12px Inter;outline:none}.upp-lc-rating-submit,.upp-lc-newchat{width:100%;height:44px;border:0;border-radius:12px;margin-top:9px;font-weight:800;cursor:pointer}.upp-lc-rating-submit{background:linear-gradient(135deg,#ff6418,#ff3500);color:#fff}.upp-lc-newchat{background:#eef1f5;color:#475467}

@media(max-width:768px){.upp-lc-greeting{left:22px;right:22px;bottom:154px;width:auto}.upp-lc-launcher{right:17px;bottom:90px;width:60px;height:60px}.upp-lc-panel{left:4px;right:4px;bottom:4px;width:auto;height:min(800px,calc(100vh - 8px));border-radius:25px}.upp-lc-head{height:82px;min-height:82px;padding:12px 16px}.upp-lc-start{padding:28px 20px 22px}.upp-lc-form{grid-template-columns:1fr 1fr}.upp-lc-field input{height:57px}.upp-lc-message-main{max-width:84%}.upp-lc-messages{padding-left:20px;padding-right:20px}.upp-lc-emoji{left:84px;right:22px;grid-template-columns:repeat(7,1fr)}.upp-lc-compose{padding-left:22px;padding-right:22px}.upp-lc-bubble{font-size:15px}}
@media(max-width:430px){.upp-lc-panel{left:0;right:0;bottom:0;height:100dvh;max-height:100dvh;border-radius:0}.upp-lc-start{padding:22px 18px}.upp-lc-form{grid-template-columns:1fr 1fr;gap:10px}.upp-lc-field input{height:54px;padding:0 12px;font-size:13px}.upp-lc-start-btn{height:54px}.upp-lc-messages{padding:16px 14px}.upp-lc-message-main{max-width:86%}.upp-lc-compose{padding:12px 14px}.upp-lc-emoji{left:18px;right:18px}}

/* ═══════════════════════════════════════════════════════
   UPP.AZ V12.17 — CHAT HEADER / COMPOSER / LAUNCHER FIX
   Strongly scoped so site CSS cannot distort the widget.
═══════════════════════════════════════════════════════ */
html.upp-lc-open #uppScrollTop,
html.upp-lc-open #uppLcLauncher,
html.upp-lc-open #uppLcGreeting{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}

/* exact launcher from supplied reference: orange circle + white bubble + 3 dots */
#uppLcLauncher.upp-lc-launcher{
  width:66px!important;height:66px!important;min-width:66px!important;min-height:66px!important;
  right:22px!important;bottom:24px!important;padding:0!important;margin:0!important;
  border:0!important;border-radius:50%!important;background:#ff4b08!important;color:#fff!important;
  box-shadow:0 15px 36px rgba(255,75,8,.34)!important;display:grid!important;place-items:center!important;
  overflow:visible!important;transform:none;line-height:1!important
}
#uppLcLauncher.upp-lc-launcher:hover{transform:translateY(-3px) scale(1.025)!important;background:#ff3f00!important}
#uppLcLauncher .upp-lc-launch-icon{display:block!important;width:39px!important;height:35px!important;position:relative!important;font-size:0!important;background-repeat:no-repeat!important;background-position:center!important;background-size:39px 35px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='35' viewBox='0 0 39 35'%3E%3Cpath fill='white' d='M19.5 2C9.84 2 2 8.72 2 17c0 4.47 2.3 8.48 5.94 11.23L6.7 33l5.93-2.65c2.12.75 4.44 1.15 6.87 1.15C29.16 31.5 37 25.28 37 17S29.16 2 19.5 2Z'/%3E%3Ccircle cx='13.5' cy='17' r='2.1' fill='%23ff4b08'/%3E%3Ccircle cx='19.5' cy='17' r='2.1' fill='%23ff4b08'/%3E%3Ccircle cx='25.5' cy='17' r='2.1' fill='%23ff4b08'/%3E%3C/svg%3E")!important}
#uppLcLauncher .upp-lc-launch-icon>i{display:none!important}
#uppLcLauncher .upp-lc-launch-icon:after{display:none!important}

/* panel */
#uppLcPanel.upp-lc-panel{
  right:14px!important;bottom:12px!important;width:476px!important;max-width:calc(100vw - 28px)!important;
  height:790px!important;max-height:calc(100vh - 24px)!important;margin:0!important;padding:0!important;
  border:0!important;border-radius:25px!important;background:#fff!important;overflow:hidden!important;
  box-shadow:0 26px 74px rgba(15,23,42,.28)!important
}
#uppLcPanel .upp-lc-head{
  width:100%!important;height:86px!important;min-height:86px!important;max-height:86px!important;
  flex:0 0 86px!important;padding:12px 20px!important;margin:0!important;background:#ff4b08!important;
  display:flex!important;align-items:center!important;gap:12px!important;overflow:hidden!important
}
#uppLcPanel .upp-lc-agent-icon{
  width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;flex:0 0 50px!important;
  margin:0!important;padding:0!important;border-radius:50%!important;border:3px solid #fff!important;font-size:24px!important
}
#uppLcPanel .upp-lc-head-copy{flex:1!important;min-width:0!important;margin:0!important;padding:0!important}
#uppLcPanel .upp-lc-head-copy strong{font-size:19px!important;line-height:22px!important;font-weight:850!important;margin:0!important;color:#fff!important}
#uppLcPanel .upp-lc-head-copy span{font-size:12px!important;line-height:16px!important;font-weight:800!important;margin:4px 0 0!important;color:#ffe06b!important}
#uppLcPanel .upp-lc-head-actions{display:flex!important;align-items:center!important;gap:4px!important;flex:0 0 auto!important;margin:0!important}
#uppLcPanel .upp-lc-head-actions button,
#uppLcPanel #uppLcEnd{
  display:grid!important;place-items:center!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;
  max-width:38px!important;max-height:38px!important;margin:0!important;padding:0!important;border:0!important;border-radius:11px!important;
  background:transparent!important;color:#fff!important;font-size:20px!important;line-height:1!important;box-shadow:none!important
}
#uppLcPanel .upp-lc-head-actions button:hover{background:rgba(255,255,255,.15)!important;color:#fff!important;transform:none!important}
#uppLcPanel .upp-lc-head-actions button i{font-size:20px!important;line-height:1!important;margin:0!important}

#uppLcPanel .upp-lc-body{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;background:#f8f9fb!important}
#uppLcPanel .upp-lc-start{width:100%!important;max-width:100%!important;overflow-x:hidden!important;padding:28px 22px 22px!important}
#uppLcPanel .upp-lc-welcome{width:100%!important;max-width:100%!important;margin:0 0 18px!important;padding:18px 19px!important}
#uppLcPanel .upp-lc-form{width:100%!important;max-width:100%!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px 13px!important;overflow:visible!important}
#uppLcPanel .upp-lc-field{width:100%!important;min-width:0!important;max-width:100%!important}
#uppLcPanel .upp-lc-field input{width:100%!important;max-width:100%!important;min-width:0!important;height:56px!important;min-height:56px!important;padding:0 15px!important;margin:0!important}
#uppLcPanel .upp-lc-start-btn{width:100%!important;max-width:100%!important;height:56px!important;min-height:56px!important;margin:4px 0 0!important;padding:0 18px!important}

/* chat rows */
#uppLcPanel .upp-lc-messages{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important;padding:18px 20px 16px!important;gap:13px!important}
#uppLcPanel .upp-lc-message-row{max-width:100%!important}
#uppLcPanel .upp-lc-bubble{font-size:15px!important;line-height:1.5!important}

/* composer must never become a giant textarea */
#uppLcPanel #uppLcCompose.upp-lc-compose{
  width:100%!important;height:82px!important;min-height:82px!important;max-height:82px!important;flex:0 0 82px!important;
  padding:12px 20px!important;margin:0!important;display:flex!important;align-items:center!important;gap:0!important;overflow:visible!important;background:#fff!important
}
#uppLcPanel #uppLcCompose .upp-lc-input-shell{
  width:100%!important;height:58px!important;min-height:58px!important;max-height:58px!important;flex:1 1 auto!important;
  margin:0!important;padding:0!important;border:1px solid #dbe2eb!important;border-radius:13px!important;background:#fff!important;overflow:visible!important
}
#uppLcPanel #uppLcCompose .upp-lc-input-shell textarea,
#uppLcPanel #uppLcText{
  display:block!important;width:100%!important;height:56px!important;min-height:56px!important;max-height:56px!important;
  margin:0!important;padding:17px 92px 15px 16px!important;border:0!important;border-radius:13px!important;background:transparent!important;
  resize:none!important;overflow:hidden!important;box-shadow:none!important;outline:0!important;font:500 15px/22px Inter,'Noto Sans',sans-serif!important
}
#uppLcPanel #uppLcCompose .upp-lc-input-actions{right:7px!important;top:50%!important;transform:translateY(-50%)!important;height:40px!important;display:flex!important;align-items:center!important;gap:1px!important}
#uppLcPanel #uppLcCompose .upp-lc-input-actions button,
#uppLcPanel #uppLcCompose .upp-lc-file-btn{width:35px!important;height:39px!important;min-width:35px!important;min-height:39px!important;margin:0!important;padding:0!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#728096!important;box-shadow:none!important}
#uppLcPanel #uppLcCompose .upp-lc-input-actions button:hover,
#uppLcPanel #uppLcCompose .upp-lc-file-btn:hover{background:#f3f5f7!important;color:#ff4b08!important;transform:none!important}
#uppLcPanel .upp-lc-brand{width:100%!important;height:38px!important;min-height:38px!important;max-height:38px!important;flex:0 0 38px!important;margin:0!important;padding:0 14px!important}
#uppLcPanel .upp-lc-typing{width:100%!important;height:48px!important;min-height:48px!important;max-height:48px!important;flex:0 0 48px!important;padding:8px 20px!important}

/* custom end-chat confirm; replaces browser confirm */
#uppLcPanel .upp-lc-confirm{position:absolute;inset:0;z-index:40;background:rgba(15,23,42,.34);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:20px}
#uppLcPanel .upp-lc-confirm-card{width:100%;max-width:330px;background:#fff;border-radius:20px;padding:22px;box-shadow:0 25px 70px rgba(15,23,42,.24);text-align:center}
#uppLcPanel .upp-lc-confirm-icon{width:52px;height:52px;border-radius:16px;margin:0 auto 12px;background:#fff1eb;color:#ff4b08;display:grid;place-items:center;font-size:25px}
#uppLcPanel .upp-lc-confirm-card strong{display:block;font-size:17px;color:#172033;margin-bottom:6px}
#uppLcPanel .upp-lc-confirm-card p{margin:0 0 16px;color:#7b8797;font-size:12px;line-height:1.55}
#uppLcPanel .upp-lc-confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}
#uppLcPanel .upp-lc-confirm-actions button{height:44px;border-radius:12px;border:0;font:800 12px Inter;cursor:pointer}
#uppLcPanel .upp-lc-confirm-cancel{background:#f0f2f5;color:#475467}
#uppLcPanel .upp-lc-confirm-end{background:linear-gradient(135deg,#ff6518,#ff3b05);color:#fff}

@media(max-width:768px){
  #uppLcLauncher.upp-lc-launcher{right:17px!important;bottom:90px!important;width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important}
  #uppLcPanel.upp-lc-panel{left:4px!important;right:4px!important;bottom:4px!important;width:auto!important;max-width:none!important;height:min(790px,calc(100vh - 8px))!important;max-height:calc(100vh - 8px)!important;border-radius:24px!important}
  #uppLcPanel .upp-lc-head{height:82px!important;min-height:82px!important;max-height:82px!important;flex-basis:82px!important;padding:11px 15px!important}
  #uppLcPanel .upp-lc-agent-icon{width:47px!important;height:47px!important;min-width:47px!important;min-height:47px!important;flex-basis:47px!important}
  #uppLcPanel .upp-lc-head-copy strong{font-size:18px!important}
  #uppLcPanel #uppLcCompose.upp-lc-compose{height:80px!important;min-height:80px!important;max-height:80px!important;flex-basis:80px!important;padding:11px 14px!important}
}
@media(max-width:430px){
  #uppLcPanel.upp-lc-panel{left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important}
  #uppLcPanel .upp-lc-form{grid-template-columns:1fr 1fr!important;gap:9px!important}
  #uppLcPanel .upp-lc-start{padding:20px 16px!important}
  #uppLcPanel .upp-lc-field input{height:52px!important;min-height:52px!important;font-size:13px!important;padding:0 11px!important}
  #uppLcPanel .upp-lc-start-btn{height:52px!important;min-height:52px!important;font-size:15px!important}
  #uppLcPanel .upp-lc-messages{padding:15px 13px!important}
  #uppLcPanel #uppLcCompose.upp-lc-compose{padding:10px 13px!important}
}
