.dynamips-chat{--dc-black:#111;--dc-text:#171717;--dc-muted:#a7a7a7;--dc-border:#e5e5e5;position:relative;z-index:99990;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.dynamips-chat *{box-sizing:border-box}

html body .dynamips-chat button.dynamips-chat__launcher{position:fixed!important;right:24px!important;bottom:24px!important;width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;max-width:62px!important;max-height:62px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important;border:0!important;border-radius:999px!important;background:var(--dc-black)!important;color:#fff!important;box-shadow:0 14px 34px rgba(0,0,0,.18)!important;cursor:pointer!important;line-height:1!important;appearance:none!important;-webkit-appearance:none!important;transition:transform .16s ease,box-shadow .16s ease!important}
html body .dynamips-chat button.dynamips-chat__launcher:hover{background:var(--dc-black)!important;transform:translateY(-1px)!important;box-shadow:0 18px 38px rgba(0,0,0,.22)!important}
html body .dynamips-chat button.dynamips-chat__launcher:focus-visible{outline:3px solid rgba(17,17,17,.16)!important;outline-offset:3px!important}
.dynamips-chat__launcher svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.dynamips-chat__launcher-close{display:none}
.dynamips-chat.is-open .dynamips-chat__launcher-chat{display:none}
.dynamips-chat.is-open .dynamips-chat__launcher-close{display:block}

.dynamips-chat__panel{position:fixed;right:24px;bottom:100px;width:min(390px,calc(100vw - 32px));overflow:hidden;border:1px solid #dedede;border-radius:20px;background:#fff;color:var(--dc-text);box-shadow:0 24px 64px rgba(24,32,38,.18);opacity:0;transform:translateY(10px) scale(.985);transform-origin:bottom right;transition:opacity .14s ease,transform .14s ease}
.dynamips-chat.is-open .dynamips-chat__panel{opacity:1;transform:translateY(0) scale(1)}

.dynamips-chat__header{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:26px 24px 24px;background:var(--dc-black);color:#fff;text-align:center;border:0}
.dynamips-chat__header-icon{width:42px;height:42px;display:grid;place-items:center;margin:0 0 16px;border:1px solid #454545;border-radius:13px;background:#1a1a1a;color:#fff}
.dynamips-chat__header-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.dynamips-chat__header h2{margin:0!important;color:#fff!important;font-family:inherit!important;font-size:24px!important;font-weight:800!important;line-height:1.12!important;letter-spacing:-.035em!important}
.dynamips-chat__header p{margin:8px 0 0!important;color:#b6b6b6!important;font-family:inherit!important;font-size:13px!important;line-height:1.45!important}

.dynamips-chat__form{padding:23px 22px 22px;background:#fff}
.dynamips-chat label{display:block}
.dynamips-chat label>span{display:block;margin:0 0 8px;color:#171717;font-size:12px;font-weight:800;line-height:1.35}
.dynamips-chat__field+.dynamips-chat__field{margin-top:16px}
.dynamips-chat input,.dynamips-chat textarea{width:100%!important;margin:0!important;padding:11px 12px!important;border:2px solid #222!important;border-radius:10px!important;background:#fff!important;color:#171717!important;font:inherit!important;font-size:13px!important;line-height:1.45!important;box-shadow:none!important;outline:0!important;transition:border-color .14s ease,box-shadow .14s ease!important}
.dynamips-chat input{height:44px!important;min-height:44px!important}
.dynamips-chat textarea{min-height:116px!important;resize:vertical!important}
.dynamips-chat input:focus,.dynamips-chat textarea:focus{border-color:#111!important;box-shadow:0 0 0 4px rgba(17,17,17,.08)!important}
.dynamips-chat__message{margin-top:16px}
.dynamips-chat__website{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.dynamips-chat__status{min-height:18px;margin:10px 0 0;font-size:11px;line-height:1.45}
.dynamips-chat__status.is-error{color:#b42318}
.dynamips-chat__status.is-success{color:#17823b}

html body .dynamips-chat button.dynamips-chat__submit{width:100%!important;min-height:46px!important;margin-top:8px!important;padding:0 16px!important;border:0!important;border-radius:10px!important;background:var(--dc-black)!important;color:#fff!important;font-family:inherit!important;font-size:13px!important;font-weight:800!important;line-height:1!important;box-shadow:none!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;transition:opacity .14s ease,transform .14s ease!important}
html body .dynamips-chat button.dynamips-chat__submit:hover{background:var(--dc-black)!important;transform:translateY(-1px)!important}
html body .dynamips-chat button.dynamips-chat__submit:disabled{opacity:.55!important;cursor:wait!important;transform:none!important}

@media(max-width:600px){
html body .dynamips-chat button.dynamips-chat__launcher{right:16px!important;bottom:16px!important;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;max-width:58px!important;max-height:58px!important;border-radius:999px!important}
.dynamips-chat__panel{right:12px;bottom:86px;width:calc(100vw - 24px);max-height:calc(100dvh - 102px);overflow:auto;border-radius:18px}
.dynamips-chat__header{padding:24px 18px 22px}
.dynamips-chat__form{padding:21px 18px 20px}
}