.chat-message{align-items:flex-end;gap:8px;max-width:100%;padding:2px 0;display:flex}.chat-message--user{flex-direction:row-reverse}.chat-message--bot{flex-direction:row}.chat-message__avatar{color:#fff;letter-spacing:.05em;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:2px;font-size:9px;font-weight:700;display:flex;box-shadow:0 2px 6px #6366f159}.chat-message__bubble{word-break:break-word;border-radius:18px;max-width:72%;padding:10px 14px;font-size:14px;line-height:1.55;box-shadow:0 1px 4px #00000014}.chat-message--bot .chat-message__bubble{color:#1a1a2e;background:#f4f4f8;border-bottom-left-radius:4px}.chat-message--user .chat-message__bubble{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);border-bottom-right-radius:4px}.chat-message__bubble .chat-p{margin:0}.chat-message__bubble .chat-p+.chat-p{margin-top:6px}.chat-message__bubble .chat-heading{margin:10px 0 4px;font-weight:700;line-height:1.3}.chat-message__bubble h3.chat-heading{font-size:15px}.chat-message__bubble h4.chat-heading{font-size:14px}.chat-message__bubble h5.chat-heading{font-size:13px}.chat-message__bubble h6.chat-heading{font-size:12px}.chat-message__bubble .chat-list{margin:6px 0;padding-left:20px}.chat-message__bubble .chat-list li{margin:3px 0}.chat-message__bubble .chat-list--ordered{list-style:decimal}.chat-message__bubble .chat-hr{border:none;border-top:1px solid #0000001f;margin:10px 0}.chat-message--user .chat-message__bubble .chat-hr{border-top-color:#ffffff40}.chat-message__bubble .chat-inline-code{background:#00000012;border-radius:4px;padding:1px 5px;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:12.5px}.chat-message--user .chat-message__bubble .chat-inline-code{background:#fff3}.chat-message__bubble .chat-code-block{color:#cdd6f4;white-space:pre;background:#1e1e2e;border-radius:10px;margin:8px 0;padding:12px 14px;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:12.5px;line-height:1.6;overflow-x:auto}.chat-message__bubble .chat-code-block code{font-size:inherit;color:inherit;background:0 0;padding:0}.chat-message__bubble strong{font-weight:700}.chat-message__bubble em{font-style:italic}.chat-link{color:#6366f1;text-underline-offset:2px;word-break:break-all;text-decoration:underline;text-decoration-thickness:1px;transition:color .15s}.chat-link:hover{color:#4f46e5}.chat-message--user .chat-link{color:#ffffffd9}.chat-message--user .chat-link:hover{color:#fff}
:root{--chat-accent:#6366f1;--chat-accent-dark:#4f46e5;--chat-header-bg:#1a1a2e;--chat-header-fg:#fff;--chat-body-bg:#fff;--chat-footer-bg:#fafafa;--chat-footer-border:#e8e8f0;--chat-input-bg:#fff;--chat-input-border:#dddde8;--chat-input-focus:#6366f1;--chat-send-bg:#6366f1;--chat-send-hover:#4f46e5;--chat-send-disabled:#c7c7d4;--chat-shadow:0 12px 40px #0000002e;--chat-radius:16px;--chat-font:"Inter",system-ui,sans-serif;--chat-toggle-size:56px}.typing-indicator{background:#f4f4f8;border-radius:18px 18px 18px 4px;align-items:center;gap:4px;width:fit-content;padding:10px 14px;display:flex;box-shadow:0 1px 4px #00000014}.typing-indicator span{background-color:#a5a5c0;border-radius:50%;width:7px;height:7px;animation:1.3s ease-in-out infinite typingBounce;display:block}.typing-indicator span:first-child{animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.18s}.typing-indicator span:nth-child(3){animation-delay:.36s}@keyframes typingBounce{0%,75%,to{opacity:.4;transform:translateY(0)}35%{opacity:1;transform:translateY(-5px)}}.chat-window{background:var(--chat-body-bg);font-family:var(--chat-font);opacity:0;pointer-events:none;z-index:10000;flex-direction:column;transition:opacity .22s,transform .22s;display:flex;position:fixed;inset:0;transform:translateY(6px)scale(.99)}.chat-window.is-open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.chat-window__header{background:var(--chat-header-bg);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.chat-window__title-group{align-items:center;gap:10px;display:flex}.chat-window__avatar-badge{color:#fff;letter-spacing:.04em;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:10px;font-weight:700;display:flex}.chat-window__title{color:var(--chat-header-fg);letter-spacing:.02em;font-size:15px;font-weight:600;line-height:1.2}.chat-window__subtitle{color:#ffffff73;margin-top:1px;font-size:11px}.chat-window__body{scroll-behavior:smooth;flex-direction:column;flex:1;gap:12px;padding:20px 16px;display:flex;overflow-y:auto}.chat-window__body::-webkit-scrollbar{width:4px}.chat-window__body::-webkit-scrollbar-track{background:0 0}.chat-window__body::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.chat-typing-row{align-items:flex-end;gap:8px;display:flex}.chat-typing-row__avatar{color:#fff;letter-spacing:.05em;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:9px;font-weight:700;display:flex;box-shadow:0 2px 6px #6366f159}.chat-window__footer{background:var(--chat-footer-bg);border-top:1px solid var(--chat-footer-border);flex-shrink:0;align-items:flex-end;gap:10px;padding:14px 16px;display:flex}.chat-window__input{background:var(--chat-input-bg);border:1.5px solid var(--chat-input-border);color:#1a1a2e;font-family:var(--chat-font);resize:none;border-radius:12px;outline:none;flex:1;min-height:44px;max-height:120px;padding:10px 14px;font-size:14px;line-height:1.5;transition:border-color .18s,box-shadow .18s}.chat-window__input::placeholder{color:#b0b0c4}.chat-window__input:focus{border-color:var(--chat-input-focus);box-shadow:0 0 0 3px #6366f11f}.chat-window__send-btn{background:var(--chat-send-bg);color:#fff;cursor:pointer;font-family:var(--chat-font);letter-spacing:.02em;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;height:44px;padding:0 18px;font-size:13px;font-weight:600;transition:background .18s,transform .12s;display:flex}.chat-window__send-btn:hover:not(:disabled){background:var(--chat-send-hover);transform:translateY(-1px)}.chat-window__send-btn:active:not(:disabled){transform:translateY(0)}.chat-window__send-btn:disabled{background:var(--chat-send-disabled);cursor:not-allowed}.chat-window__close-btn{appearance:none;color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:background .15s;display:flex}.chat-window__close-btn:hover{background:#fff3}.chat-window__close-btn svg{stroke:#fff;width:18px;height:18px}.floating-chat-toggle{color:#fff;cursor:pointer;height:var(--chat-toggle-size);width:var(--chat-toggle-size);z-index:10000;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:22px;transition:box-shadow .2s,transform .2s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 18px #6366f173}.floating-chat-toggle:hover{transform:scale(1.06);box-shadow:0 6px 24px #6366f18c}.floating-chat-toggle:active{transform:scale(.97)}@media (min-width:576px){.chat-window{border-radius:var(--chat-radius);box-shadow:var(--chat-shadow);width:370px;inset:auto;overflow:hidden}.chat-window--bottom-right{height:min(600px,100dvh - 110px);bottom:90px;right:20px}.chat-window--bottom-left{height:min(600px,100dvh - 110px);bottom:90px;left:20px}.chat-window--top-right{height:min(600px,100dvh - 40px);top:20px;right:20px}.chat-window--top-left{height:min(600px,100dvh - 40px);top:20px;left:20px}}
/*# sourceMappingURL=134baaa0dd7edbbc.css.map*/