.sv-messenger{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);height:clamp(825px,70vh,590px);min-height:0;background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:24px;overflow:hidden;box-shadow:0 12px 30px rgba(17,24,39,.05);color:#172033}.sv-messenger *{box-sizing:border-box}.sv-messenger__sidebar{border-right:1px solid #eee7da;background:#fff;min-width:0;min-height:0;height:100%;position:relative;display:flex;flex-direction:column}.sv-messenger__sidebar-head{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #eee7da}.sv-messenger__sidebar-head h2{font-size:24px;line-height:1;margin:0;color:#111827}.sv-msg-new-toggle{width:38px;height:38px;border:0!important;border-radius:50%!important;background:#ed9500!important;color:#fff!important;font-size:27px!important;line-height:1!important;display:grid!important;place-items:center;padding:0!important;box-shadow:none!important}.sv-msg-conversations{padding:10px;overflow:auto;flex:1;min-height:0;max-height:none}.sv-msg-conversation{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:11px;align-items:center;padding:11px 10px;border-radius:16px;text-decoration:none!important;color:inherit!important;transition:.15s ease}.sv-msg-conversation:hover,.sv-msg-conversation.is-active{background:#fff7e9}.sv-msg-conversation__avatar,.sv-msg-contact__avatar,.sv-msg-chat-head__avatar,.sv-msg-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:#f2eee5;display:block;flex:none}.sv-msg-conversation__avatar img,.sv-msg-contact__avatar img,.sv-msg-chat-head__avatar img,.sv-msg-avatar img{width:100%;height:100%;object-fit:cover;display:block}.sv-msg-conversation__content{min-width:0;display:grid;gap:3px}.sv-msg-conversation__name{font-weight:700;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sv-msg-conversation__preview{font-size:12px;color:#697386;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sv-msg-conversation.is-unread .sv-msg-conversation__name,.sv-msg-conversation.is-unread .sv-msg-conversation__preview{font-weight:700;color:#172033}.sv-msg-conversation__unread{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:800;display:grid;place-items:center}.sv-msg-new-panel{position:absolute;z-index:20;inset:0;background:#fff;padding:14px;overflow:auto}.sv-msg-new-panel__head{display:flex;align-items:center;justify-content:space-between;margin:3px 2px 12px;font-size:18px}.sv-msg-new-close{border:0!important;background:transparent!important;color:#111827!important;font-size:28px!important;padding:0!important;line-height:1!important}.sv-msg-contact-search{width:100%!important;height:42px!important;border:1px solid #e7dece!important;border-radius:12px!important;background:#fbf8f1!important;padding:0 13px!important;box-shadow:none!important;margin:0 0 10px!important}.sv-msg-contact-list{display:grid;gap:4px}.sv-msg-contact{display:flex;align-items:center;gap:11px;padding:10px;border-radius:14px;color:#172033!important;text-decoration:none!important}.sv-msg-contact:hover{background:#fff7e9}.sv-msg-contact[hidden]{display:none!important}.sv-msg-contact-empty[hidden]{display:none!important}.sv-msg-contact__avatar{width:44px;height:44px}.sv-msg-contact__text{display:grid;min-width:0}.sv-msg-contact__text strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sv-msg-contact__text span{font-size:12px;color:#697386}.sv-msg-contact-empty{text-align:center;color:#697386;padding:30px 10px}.sv-messenger__chat{min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden;background:#fbfaf7}.sv-msg-chat-head{height:76px;display:flex;align-items:center;gap:11px;padding:0 20px;border-bottom:1px solid #eee7da;background:#fff}.sv-msg-chat-head__avatar{width:44px;height:44px}.sv-msg-chat-head__identity{display:grid;min-width:0}.sv-msg-chat-head__identity strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sv-msg-chat-head__identity span{font-size:12px;color:#697386}.sv-msg-chat-back{display:none;color:#172033!important;text-decoration:none!important;font-size:34px;line-height:1}.sv-msg-readonly-pill{margin-left:auto;padding:6px 10px;border-radius:999px;background:#f2eee5;color:#6f6556;font-size:11px;font-weight:700}.sv-msg-thread{flex:1;min-height:0;overflow:auto;padding:22px;display:flex;flex-direction:column;gap:9px;scroll-behavior:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.sv-msg-thread-empty{margin:auto;color:#7b8493;text-align:center}.sv-msg-history-status{align-self:center;display:flex;align-items:center;gap:8px;min-height:28px;padding:4px 10px;margin:0 auto 2px;border-radius:999px;background:#f4f0e8;color:#7b7469;font-size:11px;line-height:1.2}.sv-msg-history-status[hidden]{display:none!important}.sv-msg-history-spinner{width:12px;height:12px;border:2px solid #dfd6c7;border-top-color:#ed9500;border-radius:50%;animation:sv-msg-spin .75s linear infinite}@keyframes sv-msg-spin{to{transform:rotate(360deg)}}.sv-msg-bubble{align-self:flex-start;max-width:min(72%,680px);background:#fff;border:1px solid #ebe4d8;border-radius:17px 17px 17px 5px;padding:10px 12px;box-shadow:0 3px 8px rgba(17,24,39,.03);display:grid;gap:5px}.sv-msg-bubble.is-own{align-self:flex-end;background:#fff1d8;border-color:#f0c777;border-radius:17px 17px 5px 17px}.sv-msg-bubble.is-system{max-width:min(82%,760px);background:#fffaf0;border-color:#edd7ad}.sv-msg-bubble__title{font-size:13px;color:#111827}.sv-msg-bubble__body{font-size:14px;line-height:1.45;color:#263244;overflow-wrap:anywhere}.sv-msg-bubble__action{justify-self:start;color:#bd7200!important;font-size:12px;font-weight:700;text-decoration:none!important}.sv-msg-bubble__time{font-size:10px;color:#8a93a1;justify-self:end}.sv-msg-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;padding:14px 18px 18px;border-top:1px solid #eee7da;background:#fff}.sv-msg-composer textarea{resize:none!important;min-height:44px!important;max-height:130px!important;overflow-y:hidden!important;border:1px solid #e4dccf!important;border-radius:16px!important;background:#fbf8f1!important;padding:11px 14px!important;box-shadow:none!important;line-height:1.4!important;scrollbar-width:thin;scrollbar-color:#d8c8ad transparent}.sv-msg-composer textarea.is-scrollable{overflow-y:auto!important}.sv-msg-composer textarea::-webkit-scrollbar{width:6px}.sv-msg-composer textarea::-webkit-scrollbar-track{background:transparent}.sv-msg-composer textarea::-webkit-scrollbar-thumb{background:#d8c8ad;border-radius:999px;border:1px solid transparent;background-clip:padding-box}.sv-msg-composer .sv-msg-send{width:44px!important;height:44px!important;border:0!important;border-radius:14px!important;background:#ed9500!important;color:#fff!important;padding:0!important;box-shadow:none!important;display:grid!important;place-items:center!important;flex:none}.sv-msg-composer .sv-msg-send svg{width:20px;height:20px;display:block;transform:translateX(1px)}.sv-msg-composer .sv-msg-send:hover{background:#dc8700!important}.sv-msg-composer .sv-msg-send:disabled{opacity:.55;cursor:not-allowed}.sv-msg-system-note{margin:0 18px 18px;padding:12px 14px;border-radius:14px;background:#f3efe7;color:#70685d;text-align:center;font-size:12px}.sv-msg-chat-empty{margin:auto;text-align:center;color:#697386;padding:30px}.sv-msg-chat-empty h3{margin:12px 0 5px;color:#172033}.sv-msg-chat-empty p{margin:0}.sv-msg-chat-empty__icon{width:48px;height:48px;margin:auto;display:block}.sv-msg-chat-empty__icon svg{width:100%;height:100%}
@media(max-width:767px){body.sv-messages-page .svacc-brand{display:none!important}.sv-messenger{display:block;height:clamp(500px,72dvh,620px);min-height:0;border-radius:20px}.sv-messenger__sidebar{border-right:0}.sv-messenger__sidebar-head{height:68px;padding:0 15px}.sv-messenger__sidebar-head h2{font-size:22px}.sv-msg-conversations{max-height:none;padding:8px}.sv-messenger__chat{display:none;min-height:0;height:100%}.sv-messenger.has-explicit-chat .sv-messenger__sidebar{display:none}.sv-messenger.has-explicit-chat .sv-messenger__chat{display:flex}.sv-msg-chat-head{height:68px;padding:0 12px;gap:9px}.sv-msg-chat-back{display:block}.sv-msg-thread{padding:15px 12px}.sv-msg-bubble{max-width:86%}.sv-msg-bubble.is-system{max-width:94%}.sv-msg-composer{padding:10px 11px 12px;gap:7px}.sv-msg-composer .sv-msg-send{width:42px!important;height:42px!important;padding:0!important}.sv-msg-composer .sv-msg-send svg{width:19px;height:19px}.sv-msg-readonly-pill{font-size:10px;padding:5px 8px}.sv-msg-new-panel{position:fixed;inset:0;z-index:99999;padding:18px;background:#fff}}
