@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";:root{--tint: #7f24e7}*{box-sizing:border-box;font-family:Montserrat,sans-serif}body{display:flex;margin:0;background:linear-gradient(to bottom,#070707 43%,#070707 66%,#201419 90%,#441f30);width:100%;height:100vh}#root{flex-grow:1}.material-symbols-rounded{line-height:normal}.conversation{display:flex;width:100vw;height:100vh}.conversation__main{display:flex;flex-direction:column;flex-grow:1;align-items:center}@media screen and (max-width: 768px){.conversation__side{display:none}}.chat{display:flex;flex-direction:column;align-items:center;gap:calc(100% - 120px);padding:100px 75px;width:100%;height:100%;overflow-y:auto;scrollbar-color:#666666 transparent;scrollbar-gutter:stable}.chat__messages{display:flex;flex-grow:1;flex-direction:column;gap:50px;width:100%;max-width:1000px;height:fit-content;color:#e3e3e3;line-height:30px}.chat__prompt{margin-top:auto;display:flex;position:sticky;bottom:0;flex-shrink:0;justify-content:space-between;border:1px solid rgba(225,168,191,.2);border-radius:30px;width:100%;max-width:1000px;height:fit;box-shadow:0 2px 4px #441f304d;background:linear-gradient(135deg,#441f30f2,#441f30b3,#552c3ff2)}@media screen and (max-width: 768px){.chat{gap:25%;padding:30px 25px}.chat__messages{gap:50px}.chat__prompt{font-size:14px}}.header{display:flex;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 15px;width:100%;height:70px}.header__username{color:#fff;font-size:18px;font-weight:600}.header__title{color:#fff;font-weight:600;font-size:18px;-webkit-user-select:none;user-select:none}.header__left{display:flex;align-items:center;gap:10px}.header__logo{width:25px}.header__right{display:flex;gap:10px;align-items:center}@media screen and (max-width: 768px){.header{padding:0 10px 0 15px}.header__left .buttonicon{display:none}.header__left{transform:scale(.9)}.header__right{display:none}}.buttontext{all:unset;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:25px;padding:0 20px;height:40px;font-weight:600;font-size:14px;-webkit-user-select:none;user-select:none;transition:.1s ease-in-out}.buttontext--primary{background-color:#fff;color:#000}.buttontext--secondary{border:1px solid #2c2c2c;color:#fff}.buttontext--secondary:hover{background:#ffffff0d}.buttonicon{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;width:40px;height:40px;-webkit-user-select:none;user-select:none}.buttonicon--primary{background-color:#fff;color:#000;font-weight:500}.buttonicon--secondary{border:1px solid #2c2c2c;color:#fff;font-weight:500}.buttonicon--transparent{color:#666;transition:.1s ease-in-out}.buttonicon--transparent_bright{color:#adadad}.buttonicon--transparent_dark{color:#666}.buttonicon--secondary:hover,.buttonicon--transparent:hover{background-color:#ffffff0d}.buttonicon--disabled{opacity:0;cursor:default}.message{align-self:flex-end;animation:gradientAnimation 10s linear infinite,fadeIn 1s forwards;border:1px solid rgba(225,168,191,.05);border-radius:25px 25px 0;background:linear-gradient(#ba33690f,#ff7aaf08,#ba336933,#ff7aaf08,#ba33690f);background-size:200% 400%;padding:10px 20px;width:fit-content;max-width:500px;white-space:pre-wrap;opacity:0}@media screen and (max-width: 768px){.message{font-size:14px;padding:5px 15px}}.answer{width:100%;white-space:pre-wrap;opacity:0;animation:fadeIn 1s forwards}@media screen and (max-width: 768px){.answer{font-size:14px}}.prompt{display:flex;padding:10px;width:100%;height:100%;max-width:1000px;max-height:300px;height:fit-content;gap:10px}.prompt__input{all:unset;flex-grow:1;color:#fff;scrollbar-color:rgba(199,124,159,.95) transparent;padding:10px;box-sizing:border-box;max-height:300px;resize:none}.prompt__input ::-webkit-scrollbar{width:1em}.prompt__input ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.prompt__input ::-webkit-scrollbar-thumb{background-color:#a9a9a9;outline:1px solid slategrey}.prompt__input::placeholder{color:#cdcdcd}@media screen and (max-width: 768px){.prompt{padding:5px}}.sidebar{transition:width .3s ease-in-out;margin-left:0;border-right:1px solid #252525;background-color:#141414;width:275px;height:100%;overflow:hidden;display:flex;flex-direction:column}.sidebar--hidden{width:0}.sidebar__header{display:flex;justify-content:space-between;align-items:center;padding:0 15px 0 25px;width:100%;height:70px;flex-shrink:0}.sidebar__title{color:#fff;font-weight:600;font-size:18px;-webkit-user-select:none;user-select:none}.sidebar__chats{height:100%;overflow-y:auto;scrollbar-color:#666666 transparent;scrollbar-gutter:stable both-edges}.buttonchat{all:unset;display:flex;align-items:center;cursor:pointer;box-sizing:border-box;border-radius:5px;padding:0 10px 0 20px;width:100%;height:50px;font-weight:500;-webkit-user-select:none;user-select:none;justify-content:space-between;position:relative;margin-bottom:3px;transition:.1s ease-out}.buttonchat__menu{position:absolute;top:75%;right:0;background-color:#141414;border:1px solid #252525;box-shadow:0 2px 8px #0000001a;z-index:999;border-radius:15px;display:flex;flex-direction:column;gap:15px;padding:15px;animation:fadeIn .1s forwards}.buttonchat__menu *{color:#666;padding-right:5px;transition:.1s ease-in-out}.buttonchat__button{display:flex;align-items:center;gap:10px}.buttonchat__button--delete,.buttonchat__button--delete *{color:#7b3455f2}.buttonchat__button:hover,.buttonchat__button:hover *{color:#a5a5a5}.buttonchat__button--delete:hover,.buttonchat__button--delete:hover *{color:#c94985f2}.buttonchat__menu button{padding:8px 12px;background:none;border:none;text-align:left;cursor:pointer}.buttonchat__input{all:unset}.buttonchat__text{flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.buttonchat--inactive{color:#888}.buttonchat--hover,.buttonchat--inactive:hover{background-color:#ffffff0d}.buttonchat--active{animation:gradientAnimation 10s linear infinite;background:linear-gradient(-135deg,#ba33690f,#ff7aaf08,#ba336933,#ff7aaf08,#ba33690f);background-size:200% 400%;color:#fff}.buttonchat__buttons{display:flex}@keyframes gradientAnimation{0%{background-position:0% 50%}to{background-position:200% 50%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.notfound{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#fff}.notfound__container{display:flex;flex-direction:column;gap:10px;height:160px;width:285px}.notfound__logo{width:40px}.notfound__title{font-size:28px;font-weight:600}.notfound__text{white-space:white;font-size:18px;white-space:pre-line}.register{width:100%;height:100%}.register__right{display:flex;justify-content:center;align-items:center;height:100%}.register__fields{display:flex;flex-direction:column;gap:20px;margin-top:20px}.register__title{color:#fff;font-weight:500;font-size:20px}.register__info{margin-top:20px;width:100%;color:#888;font-size:12px;text-align:right}.register__link{color:#888}@media (max-width: 768px){.register{transform:scale(.9)}}.textfield{display:flex;align-items:center;border:1px solid #333333;border-radius:20px;padding:0 15px;width:325px;height:40px}.textfield__value{all:unset;color:#888;font-size:14px;width:100%;height:100%}.passwordfield{display:flex;justify-content:space-between;align-items:center;border:1px solid #333333;border-radius:20px;padding:0 15px;width:325px;height:40px}.passwordfield__value{all:unset;color:#888;font-size:14px;width:100%;height:100%}.passwordfield__icon{cursor:pointer;height:fit-content;color:#888;font-size:20px;-webkit-user-select:none;user-select:none}.login{width:100%;height:100%}.login__right{display:flex;justify-content:center;align-items:center;height:100%}.login__fields{display:flex;flex-direction:column;gap:20px;margin-top:20px}.login__title{color:#fff;font-weight:500;font-size:20px}.login__info{margin-top:20px;width:100%;color:#888;font-size:12px;text-align:right}.login__link{color:#888}@media (max-width: 768px){.login{transform:scale(.9)}}
