body{font-family:Arial,sans-serif;margin:0}.phone-form-page{align-items:center;background:linear-gradient(135deg,#d4fc79,#96e6a1);box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:2rem}.phone-form-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border-radius:20px;box-shadow:0 12px 30px #00000026;max-width:400px;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100%}.phone-form-container:hover{box-shadow:0 16px 40px #0003;transform:scale(1.02)}.phone-form-container h2{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.phone-form input[type=tel]{border:1px solid #ccc;border-radius:10px;font-size:1rem;margin-bottom:1.5rem;outline:none;padding:14px;transition:border-color .3s,box-shadow .3s;width:90%}.phone-form input[type=tel]:focus{border-color:#28a745;box-shadow:0 0 5px #28a7454d}.phone-form button{background:linear-gradient(90deg,#28a745,#218838);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 30px;transition:background .3s,transform .2s}.phone-form button:hover{background:linear-gradient(90deg,#218838,#1e7e34);transform:translateY(-2px)}.chat-container{background-color:#f7f7f8;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100vh}.chat-history{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:20px}.chat-message{display:flex;margin-bottom:12px}.chat-message.user{justify-content:flex-end}.chat-message.agent{justify-content:flex-start}.bubble{word-wrap:break-word;border-radius:16px;display:inline-block;font-size:1rem;line-height:1.4;max-width:60%;padding:12px 16px;position:relative}.chat-message.user .bubble{background-color:#a6fbdb;border-bottom-right-radius:4px;color:#000}.chat-message.agent .bubble{background-color:#e5e5ea;border-bottom-left-radius:4px;color:#000}.sender{color:#666;font-size:.75rem;font-weight:700;margin-bottom:4px}.chat-input-container{background-color:#fff;border-top:1px solid #ddd;display:flex;padding:12px}.chat-input-container input{border:1px solid #ccc;border-radius:20px;flex:1 1;font-size:1rem;outline:none;padding:12px}.chat-input-container button{background-color:#007bff;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:1rem;margin-left:10px;padding:12px 24px;transition:background-color .3s ease}.chat-input-container button:hover{background-color:#0056b3}
/*# sourceMappingURL=main.3a6f7f45.css.map*/