@import"https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap";*{font-family:Merienda,serif}.auth{display:flex;flex-direction:column;align-items:center;justify-content:center;height:18vh;font-family:Arial,sans-serif}.auth p{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem}.auth button{display:flex;align-items:center;justify-content:center;background-color:#fff;border:2px solid #ddd;border-radius:8px;padding:.5rem 1rem;font-size:1rem;color:#333;cursor:pointer;box-shadow:0 2px 5px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.auth button:hover{transform:scale(1.05);box-shadow:0 4px 10px #0003}.auth button svg{margin-right:.5rem;font-size:1.5rem}.chat-app{display:flex;flex-direction:column;height:100vh;width:80rem;margin:0 auto;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;background-color:#f9f9f9;font-family:Arial,sans-serif}.header{background-color:#082d5c;color:#fff;text-align:center;padding:1rem;border-top-left-radius:8px;border-top-right-radius:8px}.header h1{margin:0;font-size:1.5rem}.messages{flex:1;overflow-y:auto;padding:1rem;background-color:#fff}.message{margin-bottom:.8rem;padding:.5rem;border-radius:4px;background-color:#f1f1f1}.message .user{font-weight:700;color:#333;margin-right:.5rem}.newMessage{display:flex;padding:.5rem;border-top:1px solid #ddd;background-color:#f7f7f7}.inputMssg{flex:1;padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.inputMssg:focus{outline:none;border-color:#082d5c;box-shadow:0 0 4px #4caf5080}.sendBtn{margin-left:.5rem;padding:.5rem 1rem;background-color:#082d5c;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.sendBtn:hover{background-color:#082d5c}.sendBtn:active{background-color:#7ea7dd}.messages::-webkit-scrollbar{width:8px}.messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.messages::-webkit-scrollbar-thumb:hover{background:#aaa}body{margin:0;font-family:Arial,sans-serif;color:#333;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#fff}.logo{text-align:center;margin-bottom:2rem}.logo:hover{cursor:pointer;transform:scale(1.1)}.logo img{width:200px;height:auto;object-fit:contain}.main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;background-color:#fff}.room{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2rem 0;padding:2rem;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;background-color:#fff}.room label{font-size:1rem;font-weight:700;margin-bottom:.5rem}.room input{width:80%;max-width:300px;padding:.5rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.room button{padding:.5rem 1rem;background-color:#082d5c;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.room button:hover{background-color:#082d5c}.room button:active{background-color:#5887c5}.signOut{position:fixed;top:1rem;right:1rem}.signOut button{padding:.5rem 1rem;background-color:#f44336;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}.signOut button:hover{background-color:#d32f2f}.signOut button:active{background-color:#b71c1c}@media (max-width: 768px){.room input{width:90%}.logo img{width:120px}}@media (max-width: 1024px){.chat-app{width:40rem}.header h1{font-size:1.2rem}}@media (max-width: 768px){.chat-app{width:100%;height:95vh}.header h1{font-size:1rem}.messages{padding:.5rem}.inputMssg{font-size:.9rem}.sendBtn{padding:.4rem .8rem;font-size:.9rem}}@media (max-width: 480px){.chat-app{width:100%;height:86vh}.header h1{font-size:.9rem}.signOut button{font-size:.8rem;padding:.4rem .6rem}}
