@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";.main{flex:1;min-height:100vh;min-width:62vh;padding-bottom:15vh;position:relative;background:linear-gradient(135deg,#fff,#cacaca)}.main-container{max-width:900px;margin:auto}.main-container .greet{margin:120px 0;text-align:center;font-size:56px;color:#302a29;font-weight:500;position:relative;border-radius:10px}.main .greet span{background:-webkit-linear-gradient(16deg,#aa492f,#0babef);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.wrapper.four{position:relative;margin-top:-160px;font-size:1.6rem;font-family:Play,sans-serif}.four .type{padding:2rem 1rem;width:auto;margin:auto}.four h3{font-weight:500;width:23ch;border-right:4px solid black;margin:2rem auto;white-space:nowrap;overflow:hidden;animation:typing-backspace 18s steps(19,end) infinite,blink-caret .5s step-end infinite alternate}@-webkit-keyframes blink-caret{50%{border-color:transparent}}@keyframes typing-backspace{0%,15%,to{width:0}25%,75%{width:19ch}}@keyframes typing-typing{0%{width:0}10%,70%{width:23ch}}.four h3:nth-child(2){animation-delay:5s;animation-fill-mode:forwards;animation-play-state:paused}.four h3:nth-child(2):nth-of-type(2){animation:typing-typing 30s steps(19,end) infinite,blink-caret .5s step-end infinite alternate;animation-delay:5s}.robot{display:flex;justify-content:center;align-items:center}.robot img{max-width:50%;max-height:100%;width:auto;height:auto;border-radius:50%}.main-bottom{position:absolute;bottom:0;width:100%;max-width:900px;padding:0 20px;margin:auto}.search-box{display:flex;align-items:center;justify-content:space-between;gap:20px;background-color:#c2c2c2;padding:10px 20px;border-radius:50px;margin-bottom:50px}.search-box img{width:24px;cursor:pointer}.search-box input{flex:1;background:transparent;border:0;outline:0;padding:8px;font-size:18px}.search-box div{display:flex;align-items:center;gap:15px}.main .bottom-info{font-size:13px;margin:15px auto;text-align:center;font-weight:300}.result{padding:0 0%;max-height:85vh;overflow-y:auto;margin-top:20px}.result::-webkit-scrollbar{width:8px}.result::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}.result::-webkit-scrollbar-thumb:hover{background-color:#555}.result-title{margin:40px 0;display:flex;align-items:center;gap:20px}.result img{width:40px;border-radius:50px}.result-data{display:flex;align-items:start;gap:20px}.result-data p{font-size:17px;font-weight:300;line-height:1.8}.ai-response{white-space:pre-wrap;line-height:1.6;font-size:16px;padding:8px 0}.ai-response b{font-weight:600}.ai-response i{font-style:italic}.ai-response ul{padding-left:20px}.ai-response li{margin-bottom:6px}*{padding:0;margin:0;box-sizing:border-box;font-family:Outfit}#root{min-height:100vh;display:flex;animation:fadeIn 2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
