:root{font-optical-sizing:auto;-webkit-user-select:none;user-select:none;--text-primary:#1c1c1c;--text-secondary:#6b6b6b;color:var(--text-primary);background-color:#f5f7fa;font-family:Montserrat,sans-serif;font-style:normal}*{box-sizing:border-box}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}body{margin:0;overflow:hidden}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.bg{z-index:-1;width:100vw;height:100vh;position:absolute;top:0;left:0;overflow:hidden}.bg.bg-home .bg-top,.bg.bg-home .bg-bottom{width:20vw;height:30vh}.bg-top{z-index:-1;background-image:url(/assets/bg-top-Dg3q0rL5.png);background-position:100% 0;background-repeat:no-repeat;background-size:contain;width:40vw;height:50vh;position:absolute;top:0;right:0}.bg-bottom{z-index:-1;background-image:url(/assets/bg-bottom-mtMCIT5n.png);background-position:0 100%;background-repeat:no-repeat;background-size:contain;width:40vw;height:50vh;position:absolute;bottom:0;left:0}.author{text-align:center;color:var(--text-secondary);padding:16px;font-size:clamp(12px,2vw,20px);font-weight:500;line-height:clamp(12px,2vw,20px);position:absolute;bottom:0;right:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.assistant{flex-direction:column;justify-content:center;align-items:center;gap:32px;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.assistant__header{text-align:center;width:90vw;max-width:500px;font-size:clamp(16px,2vw,28px);font-weight:600;line-height:clamp(16px,2vw,28px);position:absolute;top:32px}.assistant__body{justify-content:center;align-items:center;gap:32px;width:100%;height:100%;padding:10%;display:flex}.body__bear{flex-direction:column;flex-shrink:1;justify-content:center;align-items:center;width:300px;height:300px}.body__bear>img{width:100%}.body__chat{opacity:0;background:#0038ff1a;border-radius:45px;flex-direction:column;flex:1;gap:16px;width:100%;max-width:800px;max-height:100%;padding:20px;animation:1s .3s forwards fadeInUp;display:flex;position:relative;overflow-y:scroll;box-shadow:0 0 25px #0038ff1a}.chat__message{opacity:0;border-radius:25px;align-items:center;width:fit-content;max-width:90%;padding:8px 16px;font-size:clamp(16px,2vw,18px);font-weight:400;line-height:clamp(18px,2vw,20px);animation:.3s forwards fadeInUp;display:flex}.chat__message.ai{text-align:left;background:linear-gradient(#ff4d004d,#ff4d004d),#fff;border-bottom-left-radius:0;animation-delay:.5s}.chat__message.user{text-align:right;background:linear-gradient(#0038ff66,#0038ff66),#fff;border-bottom-right-radius:0;align-self:end}.chat__writebar{justify-content:center;align-items:center;gap:8px;width:100%;padding-top:20px;display:flex;position:sticky;bottom:0;left:0}.chat__writebar input{background:#fff;border:none;border-radius:25px;outline:none;width:100%;height:44px;padding:8px 16px;font-size:clamp(16px,2vw,18px)}.chat__writebar span{cursor:pointer;background:#fff;border-radius:25px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.chat__writebar span:active{scale:.9}
