.PhoneChat_phoneFrame__KUxnN{width:280px;height:570px;background-color:#000;border-radius:40px;padding:10px;position:relative;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden}.PhoneChat_phoneNotch__D9y2P{width:130px;height:30px;background-color:#000;border-radius:0 0 20px 20px;position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:10}.PhoneChat_phoneScreen__lXhuy{width:100%;height:100%;background-color:#f5f5f5;border-radius:30px;overflow:hidden;position:relative;display:flex;flex-direction:column}.PhoneChat_chatHeader__oH3HZ{background-image:linear-gradient(90deg,#4f46e5,#3b82f6);color:white;padding:12px;display:flex;align-items:center;gap:12px}.PhoneChat_chatHeaderIcon__Opu4D{width:32px;height:32px;border-radius:100%;background-color:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;margin-right:12px}.PhoneChat_chatHeaderTitle__RFdYs{font-weight:500;font-size:14px}.PhoneChat_chatHeaderSubtitle___bUey{font-size:12px;opacity:.8}.PhoneChat_chatMessages__z70A1{flex:1;overflow-y:auto;display:flex;flex-direction:column;scroll-behavior:smooth}.PhoneChat_messagesContainer__wZdWK{display:flex;flex-direction:column;min-height:100%;justify-content:flex-end;padding:16px}.PhoneChat_messagesSpacer__34_xa{flex-grow:1}.PhoneChat_messageWrapper__7_jro{display:flex;margin-bottom:8px;max-width:80%}.PhoneChat_sentMessage__JTM7E{align-self:flex-end}.PhoneChat_receivedMessage__d0LQH{align-self:flex-start}.PhoneChat_sentBubble__gZ4em{background-color:#0084ff;color:white;border-radius:18px 18px 4px 18px;padding:8px 12px;position:relative}.PhoneChat_receivedBubble__eIP11{background-color:#e5e5ea;color:black;border-radius:18px 18px 18px 4px;padding:8px 12px;position:relative}.PhoneChat_messageText__DeY6r{margin:0;font-size:14px;line-height:1.4}.PhoneChat_messageTime__2L60a{font-size:10px;margin:4px 0 0;text-align:right;opacity:.8}.PhoneChat_typingIndicator__DwCPD{display:flex;align-items:center;margin:8px 0 15px 15px;width:45px;background-color:#e5e5ea;padding:8px;border-radius:16px;align-self:flex-start}.PhoneChat_typingDot__2F9Gf{height:8px;width:8px;margin:0 1px;background-color:#999;border-radius:50%;animation:PhoneChat_typingAnimation__zZZSV 1.5s ease-in-out infinite}.PhoneChat_typingDot__2F9Gf:first-child{animation-delay:0s}.PhoneChat_typingDot__2F9Gf:nth-child(2){animation-delay:.5s}.PhoneChat_typingDot__2F9Gf:nth-child(3){animation-delay:1s}@keyframes PhoneChat_typingAnimation__zZZSV{0%{transform:translateY(0);background-color:#999}50%{transform:translateY(-5px);background-color:#666}to{transform:translateY(0);background-color:#999}}.PhoneChat_chatInput__95xm3{position:absolute;bottom:0;left:0;right:0;padding:8px;background-color:white;border-top:1px solid #e5e7eb}.PhoneChat_chatInputInner__JYKxP{background-color:#f3f4f6;border-radius:9999px;display:flex;align-items:center;padding:0 12px}.PhoneChat_chatInputField__5_4Zx{background-color:transparent;font-size:14px;flex:1;outline:none;padding:8px 4px;border:none}.PhoneChat_sendButton__uo4LV{width:28px;height:28px;border-radius:9999px;background-color:#3b82f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:none;cursor:pointer}.PhoneChat_homeIndicator__lwuiH{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:40%;height:5px;background-color:#ddd;border-radius:2.5px}.PhoneChat_chatMessages__z70A1::-webkit-scrollbar{display:none}.PhoneChat_chatMessages__z70A1{-ms-overflow-style:none;scrollbar-width:none}