body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.preview .item{background:#1d1d1d;border:1px solid #ffffff1a;border-radius:30px;padding:100px 50px;position:relative}.preview .item .selected{background:#fff;border-radius:0 0 15px 15px;color:#1d1d1d;left:50%;padding:15px 30px;position:absolute;top:0;transform:translateX(-50%);width:auto}.preview .item:before{background:linear-gradient(130deg,#ffffff4d,#ffffff0d);border-radius:30px;content:"";height:100%;left:0;opacity:.25;position:absolute;top:0;width:100%;z-index:1}.preview .img{padding:40px;position:relative;z-index:3}.preview .img .screen{border:1px solid #aaa;border-bottom:0;border-radius:15px 15px 0 0;overflow:hidden}.preview .img .botm{border:1px solid #aaa;border-radius:0 0 100px 100px;height:30px;margin-left:-40px;width:calc(100% + 80px)}:root{--chat--color-primary:#c8f21d;--chat--color-primary-shade-50:#b0d619;--chat--color-primary-shade-100:#99ba16;--chat--color-secondary:#20b69e;--chat--color-white:#fff;--chat--color-light:#242424;--chat--color-medium:#d2d4d9;--chat--color-dark:#1c1c1c;--chat--color-disabled:#777980;--chat--color-typing:#404040;--hex-red-1:#c8f21d;--hex-citrus-1:#20b69e;--chat--spacing:1rem;--chat--border-radius:16px;--chat--window--width:380px;--chat--window--height:600px}.chat-widget{bottom:20px;font-family:Inter,sans-serif;position:fixed;right:20px;z-index:9999}.chat-toggle{align-items:center;background-color:#1c1c1c;background-color:var(--chat--color-dark);border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#c8f21d;color:var(--chat--color-primary);cursor:pointer;display:flex;font-size:24px;height:80px;justify-content:center;transition:transform .2s,background-color .2s;width:80px}.chat-toggle:hover{background-color:#2a2a2a;transform:scale(1.05)}.chat-toggle.open{background-color:#1c1c1c;background-color:var(--chat--color-dark);color:#c8f21d;color:var(--chat--color-primary)}.chat-sphere{overflow:visible}.draw-path{stroke-linecap:round;stroke-linejoin:round}.close-icon{font-size:24px;font-weight:700}.chat-window{animation:bubblePop .4s cubic-bezier(.175,.885,.32,1.1);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid #ffffff1a;border-radius:32px;bottom:100px;box-shadow:0 12px 40px #0006;display:flex;flex-direction:column;height:600px;height:var(--chat--window--height);max-height:calc(100vh - 140px);overflow:visible;right:0;width:380px;width:var(--chat--window--width)}.chat-window,.chat-window:after{background:#1c1c1cd9;position:absolute}.chat-window:after{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #ffffff1a;border-right:1px solid #ffffff1a;bottom:-10px;content:"";height:20px;right:30px;right:var(--tail-offset,30px);transform:rotate(45deg);transition:right .8s cubic-bezier(.175,.885,.32,1.275);width:20px}@keyframes bubblePop{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.chat-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;padding:1.5rem}.chat-header,.chat-header-left{align-items:center;display:flex}.chat-header-left{gap:.75rem}.assistant-icon-box{align-items:center;background:linear-gradient(135deg,#c8f21d,#20b69e);background:linear-gradient(135deg,var(--chat--color-primary),var(--chat--color-secondary));border-radius:10px;color:#1c1c1c;color:var(--chat--color-dark);display:flex;font-size:18px;height:36px;justify-content:center;width:36px}.assistant-gif{border-radius:50%;height:100%;object-fit:contain;width:100%}.chat-header-title{font-size:1.1rem;font-weight:700}.chat-close,.chat-header-title{color:#fff;color:var(--chat--color-white)}.chat-close{background:none;border:none;cursor:pointer;font-size:18px;opacity:.4;transition:opacity .2s}.chat-close:hover{opacity:1}.chat-messages{background-color:initial;flex:1 1;gap:1.5rem;overflow-y:auto;padding:1.5rem}.chat-message,.chat-messages{display:flex;flex-direction:column}.chat-message{max-width:90%}.chat-message.user{align-self:flex-end}.chat-message.model{align-self:flex-start}.message-content{word-wrap:break-word;border-radius:18px;font-size:.95rem;line-height:1.6;padding:.75rem 1rem;white-space:pre-wrap}.chat-message.user .message-content{background-color:#20b69e;background-color:var(--chat--color-secondary);border-bottom-right-radius:4px;box-shadow:0 4px 15px #20b69e33;color:#fff;color:var(--chat--color-white)}.chat-message.model .message-content{background-color:#ffffff0d;border:1px solid #ffffff1a;border-bottom-left-radius:4px;color:#fff;color:var(--chat--color-white)}.chat-suggestion-area{display:flex;flex-direction:column;gap:.75rem;padding:0 1.5rem 1.5rem}.suggestion-btn{background:#c8f21d0d;border:1px solid #c8f21d1a;border-radius:16px;color:#c8f21d;color:var(--chat--color-primary);cursor:pointer;font-size:.9rem;padding:.75rem 1.25rem;text-align:left;transition:all .25s cubic-bezier(.4,0,.2,1)}.suggestion-btn:hover{background:#c8f21d1a;border-color:#c8f21d4d;transform:translateX(5px)}.chat-input-area{background-color:#ffffff08;border-top:1px solid #ffffff0d;display:flex;gap:.75rem;padding:1.25rem}.chat-input-area input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;color:#fff;color:var(--chat--color-white);flex:1 1;font-size:.95rem;outline:none;padding:.8rem 1.2rem;transition:all .2s}.chat-input-area input:focus{background:#ffffff14;border-color:#c8f21d;border-color:var(--chat--color-primary)}.chat-input-area button{align-items:center;background-color:#1c1c1c;background-color:var(--chat--color-dark);border:none;border-radius:50%;color:#c8f21d;color:var(--chat--color-primary);cursor:pointer;display:flex;height:40px;justify-content:center;transition:opacity .2s;width:40px}.chat-input-area button:disabled{cursor:not-allowed;opacity:.5}.typing span{animation:blink 1.4s infinite both;margin:0 1px}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.thinking-container{align-items:center;display:flex;gap:12px;justify-content:center;min-height:40px;padding:1rem 2rem!important}.thinking-container .circle{background-color:#c8f21d;background-color:var(--hex-red-1);border-radius:50%;height:12px;width:12px}@media (max-width:480px){.chat-window{bottom:90px;height:80vh;width:calc(100vw - 40px)}}
/*# sourceMappingURL=main.eb16cb92.css.map*/