.uth-chat-trigger.floating-help{position:fixed;right:22px;bottom:22px;left:auto;z-index:11000;display:flex;align-items:center;gap:10px;min-height:54px;padding:9px 16px 9px 9px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:linear-gradient(135deg,#071c46,#0f766e);color:#fff;box-shadow:0 18px 42px rgba(7,28,70,.28);font:800 13px Manrope,sans-serif;transition:transform .2s ease,box-shadow .2s ease}
.uth-chat-trigger.floating-help:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(7,28,70,.34)}
.uth-chat-trigger.floating-help>span:first-child{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.15);font-size:18px}
.uth-chat-trigger b{white-space:nowrap}.uth-chat-trigger__badge{position:absolute;right:-3px;top:-4px;min-width:21px;height:21px;display:none;place-items:center;padding:0 6px;border:2px solid #fff;border-radius:999px;background:#e3404f;color:#fff;font:800 10px Manrope}.uth-chat-trigger__badge.show{display:grid}
.uth-chat-panel{position:fixed;right:22px;bottom:88px;z-index:11001;width:min(390px,calc(100vw - 28px));height:min(650px,calc(100vh - 116px));display:none;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid #d7e3eb;border-radius:22px;background:#fff;box-shadow:0 28px 80px rgba(7,28,70,.3);font-family:"DM Sans",Arial,sans-serif}.uth-chat-panel.open{display:grid;animation:uth-chat-in .22s ease-out}@keyframes uth-chat-in{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
.uth-chat-head{position:relative;display:flex;align-items:center;gap:12px;padding:18px 54px 18px 19px;background:linear-gradient(128deg,#071c46,#0d5c65 72%,#0f766e);color:#fff}.uth-chat-head__mark{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.25);border-radius:13px;background:rgba(255,255,255,.12);font-size:21px}.uth-chat-head>div{display:grid;gap:2px;min-width:0}.uth-chat-head strong{font:800 15px Manrope}.uth-chat-head span{font-size:10px;color:#cbeae7}.uth-chat-head span i{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#5ff0b5;box-shadow:0 0 0 4px rgba(95,240,181,.12)}.uth-chat-close{position:absolute;right:16px;top:21px;width:33px;height:33px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:19px;line-height:1}
.uth-chat-body{min-height:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#f7fafc,#fff 34%)}
.uth-chat-welcome{padding:24px;overflow:auto}.uth-chat-kicker{display:block;margin-bottom:6px;color:#0f766e;font:800 9px Manrope;letter-spacing:.13em;text-transform:uppercase}.uth-chat-welcome h2{margin:0 0 8px;color:#071c46;font:800 23px/1.2 Manrope}.uth-chat-welcome>p{margin:0 0 20px;color:#667287;font-size:11px;line-height:1.65}.uth-chat-form{display:grid;gap:13px}.uth-chat-form label{display:grid;gap:6px}.uth-chat-form label>span{color:#20324d;font-size:10px;font-weight:800}.uth-chat-form input{width:100%;height:47px;padding:0 13px;border:1px solid #cfdbe5;border-radius:10px;background:#fff;color:#12223b;outline:none}.uth-chat-form input:focus,.uth-chat-composer textarea:focus{border-color:#0f8a80;box-shadow:0 0 0 3px rgba(15,118,110,.1)}.uth-chat-form button,.uth-chat-new{min-height:50px;border:0;border-radius:11px;background:linear-gradient(120deg,#0f766e,#0b9588);color:#fff;font:800 13px Manrope;box-shadow:0 10px 22px rgba(15,118,110,.2)}.uth-chat-form button:disabled,.uth-chat-composer button:disabled{opacity:.55;cursor:wait}.uth-chat-privacy{display:block;color:#758196;font-size:9px;line-height:1.55}.uth-chat-privacy a{color:#0b716a;text-decoration:underline}.uth-chat-error{min-height:18px;color:#bd3440;font-size:10px}
.uth-chat-conversation{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.uth-chat-person{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 17px;border-bottom:1px solid #e1e9ef;background:#fff}.uth-chat-person>span{display:grid;gap:1px;min-width:0}.uth-chat-person strong{overflow:hidden;color:#18304f;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.uth-chat-person small{color:#7a8798;font-size:8px}.uth-chat-status{padding:5px 8px;border-radius:999px;background:#e2f6ef;color:#08765a;font-size:8px;font-weight:800}.uth-chat-status.closed{background:#edf0f4;color:#697589}
.uth-chat-messages{min-height:0;overflow-y:auto;padding:18px 16px;scroll-behavior:smooth}.uth-chat-message{display:flex;margin:0 0 11px}.uth-chat-message>div{max-width:83%;display:grid;gap:5px;padding:10px 12px;border-radius:14px 14px 14px 4px;background:#eef3f7;color:#293b54;font-size:11px;line-height:1.55;overflow-wrap:anywhere;white-space:pre-wrap}.uth-chat-message small{color:#8490a0;font-size:7.5px}.uth-chat-message.visitor{justify-content:flex-end}.uth-chat-message.visitor>div{border-radius:14px 14px 4px 14px;background:linear-gradient(135deg,#0f766e,#108c81);color:#fff}.uth-chat-message.visitor small{color:#c9ece8;text-align:right}.uth-chat-message.system>div{max-width:94%;margin:auto;border:1px solid #dce8ed;border-radius:10px;background:#f8fbfc;color:#5f6e80;text-align:center}.uth-chat-closed{display:grid;gap:10px;margin:10px 16px 16px;padding:15px;border:1px solid #dce5ec;border-radius:12px;background:#f7f9fb;text-align:center}.uth-chat-closed strong{color:#1d3554;font-size:11px}.uth-chat-closed span{color:#748196;font-size:9px}.uth-chat-new{min-height:42px}
.uth-chat-composer{display:grid;grid-template-columns:1fr 44px;gap:9px;padding:13px;border-top:1px solid #dfe8ee;background:#fff}.uth-chat-composer textarea{width:100%;max-height:105px;min-height:44px;padding:12px;border:1px solid #ccd9e3;border-radius:11px;resize:none;color:#152943;outline:none;font-size:11px}.uth-chat-composer button{width:44px;height:44px;border:0;border-radius:12px;background:#0f766e;color:#fff;font-size:20px}.uth-chat-composer small{grid-column:1/-1;color:#8792a1;font-size:8px;text-align:center}
@media(max-width:600px){.uth-chat-trigger.floating-help{right:14px;bottom:14px}.uth-chat-panel{inset:12px;width:auto;height:auto;max-height:none;border-radius:18px}.uth-chat-panel.open{display:grid}.uth-chat-head{padding-top:16px;padding-bottom:16px}}
@media(prefers-reduced-motion:reduce){.uth-chat-panel.open{animation:none}.uth-chat-trigger.floating-help{transition:none}}
