*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{align-items:center;background-color:#0d0d0d;color:#f2f2f2;height:100vh;justify-content:center}.App,body{display:flex}.App{background-color:#111;border-radius:16px;box-shadow:0 0 20px #000000b3;height:80vh;max-width:1000px;overflow:hidden;width:90%}.sidebar{background:#181818;border-right:1px solid #222;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;padding:2rem 1rem}.sidebar h2{color:#fff;font-size:1.5rem;margin-bottom:1rem}.profile{align-items:flex-start;display:flex;flex-direction:column;gap:1rem}.profile-name{color:#00acee;font-size:1.1rem;font-weight:600}.profile-desc{color:#bbb;font-size:.9rem;line-height:1.4}.chat{background-color:#0d0d0d;display:flex;flex:3 1;flex-direction:column;justify-content:space-between;padding:1.5rem}.chat-header{border-bottom:1px solid #222;color:#fff;font-size:1.3rem;font-weight:600;padding-bottom:1rem;text-align:center}.messages-box{display:flex;flex:1 1;flex-direction:column;gap:.8rem;margin:1rem 0;overflow-y:auto}.message{align-self:flex-start;background-color:#222;border-radius:12px;color:#f1f1f1;font-size:.95rem;line-height:1.4;max-width:75%;padding:.7rem 1rem}.message strong{color:#00acee;margin-right:4px}.input-row{border-top:1px solid #222;display:flex;padding-top:1rem}.input-row input{background:#181818;flex:1 1;font-size:1rem;outline:none;padding:.8rem 1rem}.input-row button,.input-row input{border:none;border-radius:10px;color:#fff}.input-row button{background:#00acee;cursor:pointer;font-weight:600;margin-left:1rem;padding:.8rem 1.2rem;transition:background .3s ease}.input-row button:hover{background:#08c}.messages-box::-webkit-scrollbar{width:8px}.messages-box::-webkit-scrollbar-thumb{background-color:#333;border-radius:8px}@media (max-width:768px){.App{flex-direction:column;height:90vh}.sidebar{border-bottom:1px solid #222;border-right:none;flex:none;text-align:center}.chat{flex:1 1}}
/*# sourceMappingURL=main.b8195f8c.css.map*/