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}:root{--primary-color:#121212;--secondary-color:#00c3ff;--accent-color:#008cff;--text-color:#fff;--bot-bubble-color:#383838;--input-bg:#121212;--input-focus-bg:#1a1a1a;--border-color:#444;--glow-color:#00c3ff}#root,body,html{background:#0000;color:#fff;color:var(--text-color);font-family:Arial,sans-serif;height:100%;margin:0}.widget-mode{background:#0000;display:flex;height:100%;width:100%}.widget-mode .chat-container{border-radius:0;box-shadow:none;height:100%;max-width:100%;width:100%}.neon-wrapper{align-items:center;animation:neon-slide 6s ease infinite;background:linear-gradient(45deg,#00c3ff,#008cff,#00c3ff);background:linear-gradient(45deg,var(--secondary-color),var(--accent-color),var(--glow-color));background-size:400% 400%;border-radius:25px;box-shadow:0 0 20px #00c3ff,0 0 40px #008cff,0 0 60px #00c3ff;box-shadow:0 0 20px var(--secondary-color),0 0 40px var(--accent-color),0 0 60px var(--glow-color);display:flex;height:100vh;justify-content:center;padding:5px}@keyframes neon-slide{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.chat-container{background-color:#121212;background-color:var(--primary-color);border-radius:20px;box-shadow:0 10px 25px #00000080;box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-width:600px;overflow:hidden;padding:15px;position:relative;width:50vw}.chat-header{align-items:center;border-bottom:1px solid #444;border-bottom:1px solid var(--border-color);display:flex;gap:12px;justify-content:center;margin-bottom:10px;padding-bottom:10px}.chat-logo{height:40px;object-fit:contain;width:40px}.chat-title{color:#00c3ff;color:var(--secondary-color);font-family:Montserrat,sans-serif;font-size:24px;font-weight:700;text-shadow:0 0 8px #00c3ff;text-shadow:0 0 8px var(--secondary-color)}#chat{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:10px;scroll-behavior:smooth}.message{word-wrap:break-word;animation:fadeIn .3s forwards;border-radius:25px;box-shadow:0 2px 10px #0006;font-size:16px;line-height:1.4;max-width:80%;opacity:0;padding:12px 20px;position:relative;transform:translateY(10px)}.message.user{align-self:flex-end;background:#00c3ff;background:var(--secondary-color);border-bottom-right-radius:5px}.message.bot,.message.user{color:#fff;color:var(--text-color)}.message.bot{align-self:flex-start;background:#383838;background:var(--bot-bubble-color);border-bottom-left-radius:5px}.timestamp{color:#444;color:var(--border-color);font-size:10px;margin-top:5px;text-align:right}.typing{align-items:center;display:flex;gap:5px}.dot{animation:blink 1s infinite;background:#00c3ff;background:var(--secondary-color);border-radius:50%;height:8px;width:8px}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:0}40%{opacity:1}}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.input-container{display:flex;gap:10px;padding-top:12px}.input-container input{background:#121212;background:var(--input-bg);border:2px solid #00c3ff;border:2px solid var(--secondary-color);border-radius:25px;color:#fff;color:var(--text-color);flex:1 1;font-size:16px;outline:none;padding:12px 15px;transition:border .2s,background .2s}.input-container input:focus{background:#1a1a1a;background:var(--input-focus-bg);border-color:#008cff;border-color:var(--accent-color)}.input-container button{background:#00c3ff;background:var(--secondary-color);border:none;border-radius:25px;color:#fff;color:var(--text-color);cursor:pointer;font-weight:700;padding:12px 25px;transition:background .2s,transform .1s}.input-container button:hover{background:#008cff;background:var(--accent-color);transform:scale(1.05)}@media screen and (max-width:600px){.chat-container{height:85vh;width:95vw}.message{font-size:14px;max-width:95%}.input-container{flex-direction:column;gap:8px;padding-bottom:10px}.input-container button,.input-container input{box-sizing:border-box;width:100%}.input-container button{padding:12px 0}.chat-header{gap:8px}.chat-title{font-size:18px}.chat-logo{height:25px;width:25px}}
/*# sourceMappingURL=main.dc00ac95.css.map*/