:root{--ic-white: #fefffd;--ic-black: #3a393a;--ic-blue: #2b6bd9;--ic-gray-100: #f7f7f7;--ic-gray-200: #ebebeb;--ic-gray-300: #d4d4d4;--ic-gray-400: #a0a0a0;--ic-green: #22c55e;--ic-yellow: #eab308;--ic-red: #ef4444}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--ic-black);background:var(--ic-white)}#incuca-chat{height:100vh;width:100%;display:flex;flex-direction:column;background:var(--ic-white)}.chat-header{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:0 16px;height:64px;background:var(--ic-white);border-bottom:1px solid var(--ic-gray-200)}@media(min-width:600px){.chat-header{height:72px;padding:0 32px}}.chat-header-logo{height:24px;width:auto;display:block}@media(min-width:600px){.chat-header-logo{height:32px}}.chat-messages{flex:1;overflow-y:auto;padding:80px 16px 240px;display:flex;flex-direction:column;gap:16px;scroll-behavior:smooth;overscroll-behavior:contain}@media(max-width:599px){.chat-messages.chat-messages-has-choices{padding-bottom:56vh}}@media(min-width:600px){.chat-messages{max-width:768px;width:100%;margin:0 auto;padding:96px 16px 220px}}.chat-message{display:flex;align-items:flex-start;gap:12px;animation:chatFadeIn .3s ease}.chat-message-bot{align-self:flex-start}.chat-message-user{align-self:flex-end;flex-direction:row-reverse}.chat-message-system{align-self:center}.chat-avatar{flex-shrink:0;width:40px;height:40px}@media(min-width:600px){.chat-avatar{width:48px;height:48px}}.chat-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:0 4px 20px #0000001a,0 0 0 2px #0000000d}.chat-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:var(--ic-gray-100);border-radius:50%;color:var(--ic-gray-400)}.chat-avatar-placeholder svg{width:50%;height:50%}.chat-bubble{max-width:100%;width:100%;padding:10px 20px;font-size:16px;line-height:1.75;font-weight:500;position:relative;word-wrap:break-word}@media(min-width:600px){.chat-bubble{max-width:460px;width:auto}}@keyframes chatFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-bubble-bot{background:var(--ic-gray-100);color:var(--ic-black);border-radius:4px 18px 18px}.chat-bubble-user{background:var(--ic-blue);color:#fff;border-radius:18px 4px 18px 18px}.chat-bubble-system{background:var(--ic-gray-100);color:var(--ic-gray-400);font-size:14px;border-radius:12px;padding:8px 16px}.chat-bubble a{color:var(--ic-blue);text-decoration:underline;font-weight:600}.chat-bubble-user a{color:#fffffff2;text-decoration:underline}.chat-bubble a:hover{opacity:.9}.chat-typing{background:var(--ic-gray-100);padding:16px 20px;border-radius:4px 18px 18px;display:flex;gap:5px}.chat-typing-dot{width:7px;height:7px;border-radius:50%;background:var(--ic-gray-400);animation:typingPulse 1.4s infinite ease-in-out}.chat-typing-dot:nth-child(1){animation-delay:0s}.chat-typing-dot:nth-child(2){animation-delay:.2s}.chat-typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingPulse{0%,60%,to{transform:scale(1);opacity:.3}30%{transform:scale(1.3);opacity:1}}.chat-input-area{position:fixed;bottom:0;left:0;right:0;z-index:40;padding:16px 16px 24px;overflow:auto;max-height:262px;background:linear-gradient(to top,var(--ic-white) 70%,rgba(254,255,253,0) 100%)}.chat-input-area>*{max-width:640px;margin-left:auto;margin-right:auto}.chat-input-inner{display:flex;flex-direction:column;align-items:flex-end;gap:8px;width:100%;max-width:340px;margin-left:auto}@media(min-width:600px){.chat-input-inner{max-width:768px}}.chat-input-label{display:block;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--ic-gray-400);opacity:.8;margin-bottom:4px;padding-left:4px;width:100%;text-align:left}.chat-input-pill{display:flex;align-items:center;width:100%;height:56px;background:var(--ic-white);border:2px solid var(--ic-gray-200);border-radius:28px;box-shadow:0 2px 8px #0000000a;transition:border-color .2s ease,box-shadow .2s ease}.chat-input-pill:focus-within{border-color:var(--ic-blue);box-shadow:0 2px 12px #2b6bd91f}.chat-text-input{display:contents}.chat-text-input input,.chat-text-input textarea{flex:1;padding:0 20px;height:100%;border:none;border-radius:28px;font-size:16px;font-family:inherit;font-weight:400;color:var(--ic-black);caret-color:var(--ic-black);outline:none;resize:none;background:transparent}.chat-text-input input::placeholder,.chat-text-input textarea::placeholder{color:var(--ic-gray-400);font-weight:400}.chat-send-btn{width:40px;height:40px;margin-right:8px;border:none;border-radius:50%;background:var(--ic-blue);color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease,transform .15s ease}.chat-send-btn:hover{background:#2259b3}.chat-send-btn:active{transform:scale(.95)}.chat-send-btn:disabled{background:var(--ic-gray-200);color:var(--ic-gray-400);cursor:not-allowed;transform:scale(.95)}.chat-input-wrapper{max-width:100%;width:100%}.chat-choices{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;flex-direction:row;max-width:100%;width:100%;align-items:end;margin-left:auto}.chat-choice-btn{padding:12px 20px;border:2px solid var(--ic-gray-200);border-radius:28px;background:var(--ic-white);color:var(--ic-black);font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.chat-choice-btn:hover{border-color:var(--ic-blue);color:var(--ic-blue)}.chat-choice-btn.selected{background:var(--ic-blue);border-color:var(--ic-blue);color:#fff}.chat-multi-confirm{margin-top:12px;display:flex;justify-content:flex-end}.chat-confirm-btn{padding:12px 24px;border:none;border-radius:15px;background:var(--ic-blue);color:#fff;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s ease,transform .15s ease}.chat-confirm-btn:hover{background:#2259b3}.chat-confirm-btn:disabled{background:var(--ic-gray-200);color:var(--ic-gray-400);cursor:not-allowed}.chat-error{padding:10px 16px;background:#fef2f2;color:var(--ic-red);font-size:14px;border-radius:12px;border:1px solid #fecaca;width:100%;text-align:center}.chat-completed{text-align:center;padding:16px 24px;color:var(--ic-gray-400);font-size:15px;font-weight:500;width:100%}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:var(--ic-gray-300);border-radius:2px}.chat-version{position:fixed;bottom:8px;left:8px;font-size:10px;color:var(--ic-gray-400);opacity:.7;pointer-events:none;z-index:100}
