.homepage{display:flex;align-items:center;gap:100px;min-height:80vh}.homepage .left{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;padding:0 64px}.homepage .right{flex:1;display:flex;align-items:center;justify-content:center;height:100%;padding:0 64px}.homepage .left h1{font-size:100px;background:linear-gradient(to right,#212a42,#000);background-clip:text;-webkit-background-clip:text;color:transparent}.homepage .left h2{font-size:19px}.homepage .left p{font-size:14px;font-weight:400;color:#000}.homepage .left .link-action{padding:15px 25px;background-color:#212a42;color:#fff;border-radius:20px;font-size:14px;text-transform:uppercase;font-weight:600;margin-top:15px;text-decoration:none}.homepage .left .link-action:hover{background-color:#202940e5;color:#fff}.homepage .right .imgContainer{display:flex;position:relative;align-items:center;justify-content:center;background-color:#1a233d;border-radius:50px;width:80%;height:60%}.homepage .right .imgContainer .bgContainer{width:100%;height:100%;overflow:hidden;position:absolute;left:0;top:0;border-radius:50px}.homepage .right .imgContainer .bg{background-image:url(/bg.png);opacity:.2;width:200%;height:100%;background-size:auto 100%;animation:8s ease-in-out infinite alternate slideBg}.homepage .right .imgContainer .bot{width:100%;height:100%;object-fit:contain;animation:3s ease-in-out infinite alternate botAnimate}.homepage .orbital{position:absolute;top:0;left:0;opacity:.6;animation:100s linear infinite rotateOrbital;width:500px;z-index:-1}.terms{bottom:5px;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center}.terms img{width:70px}.terms p{font-size:14px;color:#383838;text-align:center;margin-bottom:5px}@media screen and (max-width: 1024px){.homepage{flex-direction:column;gap:0;min-height:100%}.homepage .left{padding:0 24px}.homepage .left h1{font-size:60px;padding-top:50px}.homepage .left h2{font-size:17px}.homepage .left p{font-size:13px}.homepage .orbital{width:270px}.homepage .left .link-action{margin-bottom:50px}.homepage .right{padding:0 20px}.terms{margin-top:30px}}@keyframes rotateOrbital{0%{transform:rotate(0)}to{transform:rotate(60deg)}}@keyframes botAnimate{0%{transform:scale(1) rotate(0)}to{transform:scale(1.1) rotate(-5deg)}}@keyframes slideBg{0%{transform:translate(0)}to{transform:translate(-50%)}}body{margin:0;padding:0;width:100vw;height:100vh;background-color:#f16d1d;color:#212a42}header{position:sticky;top:0;z-index:100;background-color:#fff;padding:10px 64px}.rootLayout{display:flex;flex-direction:column}.rootLayout header{display:flex;align-items:center;justify-content:space-between}.rootLayout header img{width:150px}.rootLayout .main{flex:1}@media screen and (max-width: 1020px){.rootLayout header{padding:12px 20px}}*{font-family:sans-serif;padding:0;margin:0;box-sizing:border-box}.chatPage{width:80vw;margin:30px auto;min-height:80vh;display:flex;flex-direction:column}.chatPage p{font-size:14px}.chatPage .question-surprise{font-weight:600;font-size:18px;margin:30px 0 10px}.chatPage .success-message{color:green;margin-top:10px;font-weight:700}.search-result{margin-top:10px}.wrapper{width:100%;padding:10px;display:flex;flex-direction:column;gap:10px}.wrapper .bot-message{background-color:#ffc9a4;padding:15px 15px 15px 35px;border-radius:20px;width:80%}.wrapper .user-message{background-color:#c2b4ff;padding:15px;border-radius:20px;max-width:70%;align-self:flex-end}.question{margin:0 0 -10px}.input-container{display:flex;width:100%;box-sizing:border-box;border-radius:6px;box-shadow:#00005226 0 2px 4px;overflow:hidden}.input-container input,.input-container textarea{border:none;padding:13px 14px;box-sizing:border-box;font-size:15px;outline:none;flex-grow:1;font-weight:200;resize:none;min-height:44px;align-self:center;background-color:#fff}.input-container input::placeholder,.input-container textarea::placeholder{color:#b4b4b4;font-weight:200}.input-container textarea:disabled{background-color:#fff;cursor:not-allowed}.button-group{display:flex}.btn{border:none;font-weight:700;cursor:pointer;border-left:1px solid #cacaca;transition:transform .2s ease;padding:13px 14px;color:#000}.btn-ask{background-color:#4fce4f}.btn-clear-screen{background-color:#edf043}.btn-clear-bd{background-color:#df4545}.btn:hover:not(:disabled){transform:scale(1.05)}.btn-ask:disabled{background-color:#a0a0a0;cursor:not-allowed;opacity:.8}.btn:active{transform:scale(.98);background-color:#cacaca}.question-surprise{color:#000}.surprise{font-size:15px;font-weight:700;padding:15px;color:#000;cursor:pointer;text-decoration:underline;transition:transform .2s ease;display:inline-block}.surprise:hover{transform:scale(1.05)}.error-input-empty{margin-top:10px;font-weight:700;color:#000}.loading-message{margin-top:5px;font-size:12px;color:#000}@media (max-width: 768px){.question{text-align:center}.surprise{margin-top:-10px}.input-container{flex-direction:column;border-radius:6px;box-shadow:none}.input-container input,.input-container textarea,.button-group{width:100%;margin-bottom:10px}.button-group .btn{flex:1;min-width:unset;font-size:12px;padding:10px 5px}}.signInPage{height:100%;display:flex;align-items:center;justify-content:center;margin-top:50px}.signUpPage{height:100%;display:flex;align-items:center;justify-content:center;margin-top:10px}
