@import"https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;outline:none;font-family:Outfit,sans-serif}html{font-size:62.5%;height:100%}body{height:100%;overflow-x:hidden;background-color:#131927}.container{width:100%;height:100vh;display:grid;place-items:center;background-color:#131927}@media (max-width: 500px){html{font-size:55%}}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden;-webkit-text-size-adjust:100%;font-size:62.5%}.chat-app{width:100%;height:100vh;display:flex}.chat-list{width:30%;height:100%;background-color:#0d111a;padding:1rem;display:flex;flex-direction:column;row-gap:1rem}.chat-list-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:2rem 1rem;color:#7b8ebc}.chat-list-header h2{font-family:"Exo 2",sans-serif;font-size:2rem;text-transform:uppercase}.chat-list-header i{font-size:2.5rem;cursor:pointer}.chat-list-item{width:100%;height:6rem;background-color:#131927;padding:.5rem 1rem;border-radius:.5rem;display:flex;align-items:center;justify-content:space-between;box-shadow:.5rem .5rem #0000001a}.chat-list-item.active{background:linear-gradient(135deg,#f42f5f,#8e25bf)}.chat-list-item h4{font-size:1.6rem;font-weight:300;color:#ddd}.chat-list-item.active h4{color:#fff}.chat-list-item i{font-size:2.5rem;color:#f42f5f;cursor:pointer}.chat-window{width:70%;height:100%;display:flex;flex-direction:column}.chat-title{width:100%;min-height:8rem;background-color:#0d111a;display:flex;align-items:center;justify-content:space-between;padding-right:2rem}.chat-title h3{font-family:"Exo 2",sans-serif;font-size:2rem;text-transform:uppercase;color:#fff;letter-spacing:.1rem}.arrow{font-size:4rem;color:#7b8ebc;transform:rotate(180deg);cursor:pointer}.chat{width:100%;flex-grow:1;padding:1rem;display:flex;flex-direction:column;row-gap:2rem;overflow-y:auto;scrollbar-width:none}.chat::-webkit-scrollbar{width:0;display:none}.prompt,.response{max-width:80%;padding:1.5rem;font-size:1.4rem;color:#fff;box-shadow:0 1rem 3rem #0000001a;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.prompt{background:linear-gradient(135deg,#f42f5f,#8e25bf);align-self:flex-end;border-radius:3rem 0 3rem 3rem;text-align:right}.response{background:linear-gradient(135deg,#fe8d5c,#fe4d57);border-radius:0 3rem 3rem;align-self:flex-start;text-align:left}.prompt span,.response span{font-family:"Exo 2",sans-serif;font-size:1.2rem;display:block;margin-top:.5rem}.typing{font-family:"Exo 2",sans-serif;font-size:1.4rem;color:#7b8ebc;margin-top:auto;margin-bottom:-2rem}.msg-form{width:100%;min-height:8rem;background-color:#161c2c;display:flex;align-items:center;box-shadow:0 -.2rem .5rem #0000001a;padding-right:3rem;position:relative}.msg-form i{font-size:2.2rem;color:#7b8ebc;cursor:pointer}.emoji{width:8rem;display:flex;justify-content:center}.picker{position:absolute;bottom:6rem;left:6rem}.msg-input{height:100%;flex-grow:1;background-color:transparent;border:none;font-size:1.6rem;color:#7b8ebc;outline:none}.msg-input::placeholder{font-size:1.6rem;font-weight:300;color:#7b8ebc}.msg-input:focus::placeholder{opacity:0}@media (max-width: 900px){.chat-app{flex-direction:column}.chat-list{position:fixed;top:0;left:0;width:40%;height:100%;transform:translate(-100%);z-index:1000}.chat-list.show{transform:translate(0);transition:transform .3s ease-in-out;z-index:10}.chat-window{width:100%}.chat-title h3{padding-left:5rem}.chat-title i.bx-menu{font-size:3rem;color:#fff;display:block;cursor:pointer;position:absolute}.chat{row-gap:1.5rem;padding:.8rem}.prompt,.response{max-width:85%;font-size:1.3rem;padding:1.2rem;line-height:1.4}.msg-form{min-height:7rem;padding-right:2rem}}@media (max-width: 500px){.chat-list{width:70%}.picker{bottom:6rem;left:1rem}.chat{row-gap:1.2rem;padding:.5rem}.prompt,.response{max-width:85%;padding:1rem 1.2rem;font-size:1.2rem;line-height:1.4}.prompt span,.response span{font-size:1rem}.msg-input{font-size:1.4rem}.msg-input::placeholder{font-size:1.4rem}.chat-title h3{font-size:1.6rem}.msg-form{min-height:6rem}}@media (max-width: 320px){.chat-list{width:80%}.chat-title h3{font-size:1.4rem}.prompt,.response{font-size:1.1rem;padding:.8rem;max-width:95%}.prompt span,.response span{font-size:.9rem}.msg-input{font-size:1.3rem}.msg-input::placeholder{font-size:1.3rem}.chat{row-gap:1rem;padding:.3rem}.msg-form{min-height:5.5rem;padding-right:1.5rem}.emoji{width:6rem}.msg-form i{font-size:2rem}}@media (max-width: 280px){.prompt,.response{font-size:1rem;padding:.6rem;max-width:98%}.chat-title h3,.msg-input{font-size:1.2rem}}.start-page{width:100%;height:100%;display:grid;place-items:center}.start-page-btn{width:35rem;height:15rem;background:linear-gradient(135deg,#f42f5f,#8e25bf);border:none;border-radius:1rem;font-family:"Exo 2",sans-serif;font-size:7rem;font-weight:700;color:#eee;text-transform:uppercase;letter-spacing:.1rem;text-shadow:0 1 rem 2 rem rgba(0,0,0,.2);box-shadow:0 2 rem 5 rem #0003;cursor:pointer;transition:transform .1s ease}.start-page-btn:active{transform:scale(.98)}
