@import"https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Libertinus+Serif:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Outfit:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;outline:none;font-family:Outfit,sans-serif}html,body{font-size:62.5%}.container{width:100%;height:100vh;display:grid;place-items:center;background:#1c1b1b}.start-page{width:100%;height:100%;display:grid;place-items:center;background-color:#343541}.start-page-btn{width:35rem;height:15rem;background-color:#40414f;border:1px solid #4d4d4f;border-radius:2rem;font-family:"Exo 2",sans-serif;font-size:5rem;font-weight:500;color:#ececf1;letter-spacing:.2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 .5rem 1rem #0003}.start-page-btn:hover{background-color:#2a2b32;transform:translateY(-2px)}.start-page-btn:active{transform:translateY(0) scale(.96)}.chat-app{width:100%;height:100vh;display:flex}.chat-list{width:30%;height:100%;background-color:#2c2c2c;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:#feffff}.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:#3a3a3a92;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,#4a4a4a,#666)}.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:#aca7a9fb;cursor:pointer}.chat-window{width:70%;height:100%;display:flex;flex-direction:column}.chat-title{width:100%;min-height:8rem;background-color:#2c2c2c;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;flex:1;text-align:center}.arrow{font-size:4rem;color:#ced1d8;transform:rotate(180deg);cursor:pointer}.chat{width:100%;flex-grow:1;padding:1rem;display:flex;flex-direction:column;row-gap:4rem;overflow-y:auto;background-color:#2c2c2cd8}.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,#4a4a4a,#666);align-self:flex-end;border-radius:3rem 0 3rem 3rem;text-align:right}.response{background:linear-gradient(135deg,#8080807e,#5a5a5a);border-radius:0 3rem 3rem;align-self:flex-start;text-align:left;white-space:pre-line}.response ul,.response ol{margin:.5rem 0 .5rem 2rem;padding-left:1rem}.response li{margin:.5rem 0;line-height:1.4}.response strong,.response b{color:#fff;font-weight:600}.response p{margin:.5rem 0}.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:#fff;margin-top:auto;margin-bottom:-3rem}.msg-form{width:100%;min-height:10rem;background-color:#333;display:flex;align-items:center;box-shadow:0 -.2rem .5rem #0000001a;padding-right:5rem;position:relative}.msg-form i{font-size:2.5rem;color:#f1f1f3bc;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:#fcfcfd}.msg-input::placeholder{font-size:1.8rem;font-weight:300;color:#f6f7fa75}.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-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}}
