@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%}.container{width:100%;height:100vh;display:grid;place-items:center;background-color:#131927}@media(max-width:500px){html{font-size:50%}}.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:5rem;font-weight:700;color:#eee;text-transform:uppercase;letter-spacing:.1rem;text-shadow:0 1rem 2rem rgba(0,0,0,.2);box-shadow:0 2rem 5rem #0003;cursor:pointer;transition:transform .1s ease}.start-page-btn:active{transform:scale(.98)}.chat-app{width:100%;height:100vh;display:flex}.chat-list{width:50%;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-header i.bx-x-circle{display:none}.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:0 .5rem .5rem #0000001a}.chat-list-item.active{background:linear-gradient(135deg,#f42f5f,#8e25bf)}.chat-list-item h4{font-size:1.6rem;font-weight:200;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}.chat-title i{font-size:2.5rem;color:#7b8ebc;transform:rotate(180deg);padding:1rem;cursor:pointer}.chat{width:100%;flex-grow:1;padding:1rem;display:flex;flex-direction:column;row-gap:4rem;overflow-y:auto}.chat::-webkit-scrollbar{display:none}.prompt,.response{max-width:80%;padding:2rem;font-size:1.6rem;color:#fff;box-shadow:0 1rem 3rem #0000001a}.prompt{background:linear-gradient(135deg,#f42f5f,#8e25bf);border-radius:3rem 3rem 0;align-self:flex-end;text-align:right}.response{background:linear-gradient(135deg,#fe8d5c,#f42f5f);border-radius:3rem 3rem 3rem 0;text-align:left}.prompt span,.response span{font-family:"Exo 2",sans-serif;font-size:1.4rem;display:block;margin-top:.5rem}.typing{font-family:"Exo 2",sans-serif;font-size:1.6rem;color:#7b8ebc;margin-top:auto;margin-bottom:-3rem}.chat-error{font-family:"Exo 2",sans-serif;font-size:1.4rem;color:#f42f5f;padding:1rem;margin-top:.5rem}.msg-form{width:100%;min-height:10rem;background-color:#161c2c;display:flex;align-items:center;box-shadow:0 -.2rem .5rem #0000001a;padding-right:5rem;position:relative}.msg-form i{font-size:2.5rem;color:#7b8ebc;cursor:pointer}.emoji{width:10rem;display:flex;justify-content:center}.picker{position:absolute;bottom:7rem;left:8rem}.msg-input{height:100%;flex-grow:1;background-color:transparent;border:none;font-size:1.8rem;color:#7b8ebc}.msg-input::placeholder{font-size:1.8rem;color:#7b8ebc;font-weight:300}.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)}.chat-list-header i.bx-x-circle{display:block}.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}}@media(max-width:500px){.chat-list{width:60%}.picker{left:1rem}}
