.agile-chat-widget{position:fixed;bottom:20px;right:20px;z-index:9999}.agile-chat-button{position:relative;width:56px;height:56px;border-radius:50%;background:linear-gradient(180deg, #fff 0%, #f5f5f5 100%);border:2px solid rgba(0,0,0,0.12);box-shadow:0 4px 12px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.06),inset 0 1px 0 rgba(255,255,255,0.8);cursor:pointer;overflow:visible;transition:transform 0.2s ease, box-shadow 0.2s ease}.agile-chat-button img{position:absolute;left:50%;transform:translateX(-50%);pointer-events:none;width:44px;bottom:6px}.agile-chat-button:hover{transform:scale(1.05)}.agile-chat-button:hover .agile-chat-tooltip{opacity:1;visibility:visible}.agile-chat-button:active{transform:scale(0.97)}.agile-chat-button:focus{outline:none}.agile-chat-button:focus-visible{outline:2px solid #467AAA;outline-offset:2px}.agile-chat-button.agile-chat-button-open .agile-chat-tooltip{display:none}.agile-chat-tooltip{position:absolute;right:calc(100% + 8px);top:50%;transform:translateY(-50%);background:#1a1a2e;color:white;padding:8px 14px;border-radius:8px;font-size:14px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity 0.2s, transform 0.2s, visibility 0.2s;box-shadow:0 4px 12px rgba(0,0,0,0.15)}.agile-chat-tooltip::after{content:'';position:absolute;left:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#1a1a2e}.modal-content{border-radius:12px;overflow:hidden}.agile-chat-interface{display:flex;flex-direction:column;height:100%;overflow:hidden}.agile-chat-interface:not(#agile-chat-modal *){border-radius:12px}.agile-chat-messages{overflow-y:scroll;min-height:20rem;max-height:30rem}.agile-chat-message{animation:slideIn 0.3s ease-out}@keyframes slideIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.agile-chat-message-user .agile-chat-message-content{background:#467AAA;border-radius:18px 18px 4px 18px}.agile-chat-message-assistant .agile-chat-message-content{border-radius:18px 18px 18px 4px}.agile-chat-message-human::before{content:'';width:40px;height:40px;min-width:40px;border-radius:50%;background-image:url("https://defo0p6yzl68u.cloudfront.net/production/images/Phil-400.jpg");background-size:cover;background-position:center;border:2px solid #e2e8f0;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.agile-chat-message-human .agile-chat-message-content{background:#fef3c7;color:#78350f;border-radius:18px 18px 18px 4px;border:1px solid #fde68a}.agile-chat-typing-indicator span{width:8px;height:8px;border-radius:50%;background:#cbd5e0;animation:typing 1.4s infinite}.agile-chat-typing-indicator span:nth-child(2){animation-delay:0.2s}.agile-chat-typing-indicator span:nth-child(3){animation-delay:0.4s}@keyframes typing{0%,60%,100%{transform:translateY(0);opacity:0.5}30%{transform:translateY(-8px);opacity:1}}
