@import"https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600&family=Montserrat:ital,wght@0,300;0,400;0,700;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600&family=Exo+2:wght@400;500;600&family=Montserrat:ital,wght@0,300;0,400;0,700;1,700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Cairo,"Exo 2",sans-serif}.box{display:flex;flex-flow:column;height:100%}.header{flex:0 1 auto;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.navbar{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;background-color:#f1f5f9;box-shadow:0 2px 4px #0003}.logo{display:flex;justify-content:center;align-items:center}.logo_image{width:3rem;object-fit:contain;padding-right:.25rem}.logo_text{font-weight:700}.sns_list{display:flex;justify-content:space-between}.sns_image{width:1rem;display:flex;margin-left:.25rem;margin-right:.25rem;@media (min-width: 640px){width:1.5rem}}.select{width:5rem;height:1.5rem}.head_text{margin-top:1.25rem;margin-bottom:1.5rem;line-height:4.5rem;font-size:2.5rem;font-weight:800;text-align:center;color:#000;@media (min-width: 640px){font-size:3rem}}.pres_name{background-color:#ea580c;background-image:linear-gradient(45deg,#f59e0b,#eab308);background-size:100%;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-background-clip:text;-moz-text-fill-color:transparent;padding:3rem}.main_image{width:15rem;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.description{margin-top:1.25rem;margin-bottom:1.25rem;max-width:42rem;font-size:1.125rem;line-height:1.75rem;text-align:center;color:#4b5563;@media (min-width: 640px){font-size:1.25rem;line-height:1.75rem}}#app{flex:1 1 auto;width:90vw;height:50vh;background:#343541;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;@media (min-width: 1400px){width:80vw}}#chat_container{flex:1;width:100%;height:100%;overflow-y:scroll;display:flex;flex-direction:column;gap:10px;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:20px;scroll-behavior:smooth}#chat_container::-webkit-scrollbar{display:none}.wrapper{width:100%;padding:15px}.ai{background:#40414f}.chat{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:flex-start;gap:10px}.profile{width:36px;height:36px;border-radius:5px;background:#5436da;display:flex;justify-content:center;align-items:center}.ai .profile{background:#10a37f}.profile img{width:60%;height:60%;object-fit:contain}.copyright{display:flex;justify-content:center;align-items:center;font-size:.75rem;@media (min-width: 640px){font-size:1.25rem}}.message{flex:1;color:#dcdcdc;font-size:20px;max-width:100%;overflow-x:scroll;white-space:pre-wrap;-ms-overflow-style:none;scrollbar-width:none}.message::-webkit-scrollbar{display:none}form{width:100%;max-width:1280px;margin:0 auto;padding:10px;background:#40414f;display:flex;flex-direction:row;gap:10px}textarea{width:100%;color:#fff;font-size:18px;padding:10px;background:transparent;border-radius:5px;border:none;outline:none}button{outline:0;border:0;cursor:pointer;background:transparent}form img{width:30px;height:30px}
