.manager-launch{position:fixed;right:26px;bottom:calc(24px + env(safe-area-inset-bottom));z-index:40;display:flex;align-items:center;gap:11px;padding:16px 21px;border:1px solid #ffffffba;border-radius:30px;background:#ffffffdf;color:#222;backdrop-filter:blur(22px);box-shadow:0 5px 30px #0002;cursor:pointer;transition:transform .3s,box-shadow .3s;font:500 14px -apple-system,BlinkMacSystemFont,sans-serif}.manager-launch svg{width:25px;height:25px}.manager-launch:hover{transform:translateY(-3px);box-shadow:0 9px 35px #0003}.manager-launch b,.chat-inbox b{background:#ff575f;color:white;border-radius:20px;padding:3px 7px;font-size:12px}.manager-launch b{position:absolute;right:-3px;top:-4px}.messenger{position:fixed;inset:0;margin:0;width:100%;max-width:none;height:100dvh;max-height:none;border:0;padding:0;color:#171719;background:white;font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue',sans-serif;overflow:hidden}.messenger[open]{display:flex;flex-direction:column;animation:chat-reveal .38s cubic-bezier(.2,.8,.2,1)}.messenger::backdrop{background:#ffffffaa;backdrop-filter:blur(18px)}body.chat-open{overflow:hidden}.chat-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;padding:calc(16px + env(safe-area-inset-top)) 22px 15px;background:#ffffffd9;backdrop-filter:blur(24px);z-index:2;min-height:125px;flex-shrink:0}.chat-round{border:0;background:#fff;border-radius:50%;width:48px;height:48px;display:grid;place-items:center;box-shadow:0 2px 20px #00000010;font-size:31px;color:#38383a;cursor:pointer;transition:transform .2s,filter .2s}.chat-round:hover{transform:scale(1.08);filter:drop-shadow(0 2px 5px #0001)}.chat-refresh{font-size:24px}.chat-contact{display:flex;align-items:center;flex-direction:column;gap:4px}.chat-portrait{width:52px;height:52px;border-radius:50%;background:#f4f3f2;box-shadow:0 2px 15px #0001;display:grid;place-items:center}.chat-portrait img{width:30px;height:38px;object-fit:contain}.chat-contact strong{font-size:13px;line-height:20px;padding:2px 12px;border-radius:20px;box-shadow:0 3px 20px #0000000a;background:#fff;max-width:60vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-contact strong span{color:#999}.chat-contact small{color:#a0a0a5;font-size:10px;letter-spacing:.3px}.chat-scroll{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:12px 28px 25px;scrollbar-width:thin}.chat-date{text-align:center;color:#97979c;font-size:12px;margin:6px 0 25px}.message{display:flex;flex-direction:column;align-items:flex-start;margin:3px 0 13px;animation:bubble-arrive .36s cubic-bezier(.2,.8,.2,1) both}.bubble{position:relative;max-width:min(360px,76%);padding:10px 15px;background:#e9e9eb;border-radius:20px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:17px;line-height:1.3}.incoming .bubble{border-bottom-left-radius:5px}.outgoing{align-items:flex-end}.outgoing .bubble{background:#0780ff;color:white;border-bottom-right-radius:5px}.message small{font-size:10px;line-height:16px;color:#97979c;margin:3px 8px 0}.chat-greeting .message{margin-bottom:3px}.chat-greeting{margin-bottom:28px}.chat-log:empty{display:none}.chat-composer{display:flex;align-items:flex-end;gap:12px;padding:12px 20px 8px;background:#ffffffda;backdrop-filter:blur(24px);flex-shrink:0;margin:0}.chat-input-shell{display:flex;align-items:flex-end;gap:8px;flex:1;padding:7px 8px 7px 18px;border:1px solid #f5f5f6;border-radius:28px;box-shadow:0 2px 25px #0000000c}.chat-input-shell textarea{resize:none;border:0;outline:none;box-shadow:none;background:transparent;min-height:32px;height:32px;max-height:120px;padding:5px 0;margin:0;flex:1;width:0;font:16px/22px -apple-system,BlinkMacSystemFont,sans-serif}.chat-input-shell textarea:focus{outline:none;box-shadow:none}.chat-send{width:32px;height:32px;flex-shrink:0;border:0;border-radius:50%;background:#0780ff;color:white;font-size:25px;cursor:pointer;transition:opacity .2s,transform .2s}.chat-send:disabled{background:#dedee2;cursor:default}.chat-send:not(:disabled):hover{transform:scale(1.08)}.chat-footer{text-align:center;padding:8px 0 calc(12px + env(safe-area-inset-bottom));font-size:10px;color:#aaa;letter-spacing:.6px}.chat-error{color:#b83240;padding:0 24px;font-size:13px}.chat-error:empty{display:none}.chat-actions{padding:10px 24px;display:flex;gap:10px}.chat-actions[hidden]{display:none}.chat-actions a,.chat-signin{padding:12px 18px;background:#f1f1f4;border-radius:24px;font-size:14px;text-decoration:none}.chat-signin{align-self:center;margin:18px}.chat-older{display:block;margin:0 auto 14px;border:0;border-radius:20px;padding:8px 18px;color:#0780ff;background:#f4f4f6;cursor:pointer}.chat-older[hidden]{display:none}.chat-inbox button{display:flex;align-items:center;gap:16px;width:100%;padding:20px 10px;text-align:left;background:white;border:0;border-bottom:1px solid #eee;cursor:pointer}.chat-inbox button>span:nth-child(2){flex:1;min-width:0}.chat-inbox p{margin:6px 0 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#929298;font-size:14px}.chat-inbox-avatar{display:grid;place-items:center;width:48px;height:48px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,#ff9b63,#fb5b80);color:white;font-size:21px}.chat-inbox button:hover{background:#fafafa}.messenger button:focus-visible,.manager-launch:focus-visible{outline:2px solid #0780ff;outline-offset:3px}@keyframes chat-reveal{from{opacity:0;transform:translateY(25px) scale(.985);filter:blur(10px)}to{opacity:1;transform:none;filter:blur(0)}}@keyframes bubble-arrive{from{opacity:0;transform:translateY(10px) scale(.97);filter:blur(4px)}to{opacity:1;transform:none;filter:blur(0)}}@media(max-width:600px){.manager-launch{right:18px;bottom:calc(18px + env(safe-area-inset-bottom));padding:16px}.manager-label{display:none}.chat-header{padding-left:14px;padding-right:14px;min-height:115px}.chat-scroll{padding:10px 16px 20px}.bubble{font-size:16px;max-width:82%}.chat-composer{padding:10px 12px 5px;gap:8px}.chat-round{width:42px;height:42px}.chat-contact strong{font-size:12px}}@media(prefers-reduced-motion:reduce){.messenger[open],.message{animation:none}.messenger *, .manager-launch{transition:none!important}}
.message.incoming{position:relative;padding-left:29px}.message.incoming::before{content:'';position:absolute;left:-7px;bottom:21px;width:27px;height:27px;border-radius:50%;background:#f4f3f2 url('/assets/team-avatar.svg') center/cover no-repeat}.chat-greeting .message.incoming::before{bottom:2px}.chat-greeting .message.incoming:first-child::before{display:none}

.chat-contact .chat-portrait{width:58px;height:58px;border-radius:50%;overflow:hidden;display:block;margin:0 auto 7px}.chat-contact .chat-portrait img{width:100%;height:100%;object-fit:cover}
