.pollux-chat-module__lbnOna__widgetRoot{--chat-font:-apple-system, BlinkMacSystemFont, "SF Pro Display", Inter, "Helvetica Neue", Arial, sans-serif;--chat-background:#fff;--chat-text:#1d1d1f;--chat-muted:#6e6e73;--chat-activity:#8a8a8e;--chat-code-background:#f5f5f7;--chat-border:#d2d2d7;--chat-sidebar-border:#ececee;--chat-error:#dc2626;--chat-composer-radius:28px;--chat-user-radius:20px;font-family:var(--chat-font)}.pollux-chat-module__lbnOna__widgetRootFloating{z-index:9999;position:fixed;bottom:20px;right:20px}.pollux-chat-module__lbnOna__widgetRootEmbedded{width:100%;position:relative}.pollux-chat-module__lbnOna__embeddedPanel{border:1px solid var(--chat-border);background:var(--chat-background);width:100%;height:460px;color:var(--chat-text);border-radius:20px;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000f}@media (max-width:480px){.pollux-chat-module__lbnOna__embeddedPanel{height:400px}}.pollux-chat-module__lbnOna__bubble{background:var(--chat-text);width:56px;height:56px;color:var(--chat-background);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;transition:opacity .15s,transform .15s;display:flex;box-shadow:0 4px 16px #00000029}.pollux-chat-module__lbnOna__bubble:hover{opacity:.85}.pollux-chat-module__lbnOna__bubble:active{transform:scale(.94)}.pollux-chat-module__lbnOna__bubble:focus-visible{outline:2px solid var(--chat-text);outline-offset:3px}.pollux-chat-module__lbnOna__greeting{border:1px solid var(--chat-border);background:var(--chat-background);border-radius:18px;align-items:flex-start;gap:4px;width:max-content;max-width:220px;padding:12px 12px 12px 16px;animation:.2s ease-out pollux-chat-module__lbnOna__pollux-greeting-in;display:flex;position:absolute;bottom:72px;right:0;box-shadow:0 4px 20px #00000024}.pollux-chat-module__lbnOna__greeting:after{content:"";background:var(--chat-background);border-right:1px solid var(--chat-border);border-bottom:1px solid var(--chat-border);width:12px;height:12px;position:absolute;bottom:-6px;right:22px;transform:rotate(45deg)}.pollux-chat-module__lbnOna__greetingText{color:var(--chat-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;padding:0;font-size:.8125rem;line-height:1.45}.pollux-chat-module__lbnOna__greetingClose{width:18px;height:18px;color:var(--chat-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pollux-chat-module__lbnOna__greetingClose:hover{background:var(--chat-code-background);color:var(--chat-text)}@keyframes pollux-chat-module__lbnOna__pollux-greeting-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.pollux-chat-module__lbnOna__panel{border:1px solid var(--chat-border);background:var(--chat-background);width:min(380px,100vw - 40px);height:min(600px,100vh - 140px);color:var(--chat-text);visibility:hidden;opacity:0;border-radius:20px;transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1),visibility .2s;position:absolute;bottom:72px;right:0;overflow:hidden;transform:translateY(8px)scale(.98);box-shadow:0 8px 32px #00000029}.pollux-chat-module__lbnOna__panelOpen{visibility:visible;opacity:1;transform:translateY(0)scale(1)}@media (max-width:480px){.pollux-chat-module__lbnOna__panel{width:auto;height:auto;position:fixed;inset:12px 12px 88px}}.pollux-chat-module__lbnOna__panelInner{flex-direction:column;height:100%;display:flex}.pollux-chat-module__lbnOna__panelHeader{border-bottom:1px solid var(--chat-sidebar-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.pollux-chat-module__lbnOna__panelTitle{letter-spacing:-.01em;font-size:.9375rem;font-weight:600}.pollux-chat-module__lbnOna__panelHeaderActions{align-items:center;gap:2px;display:flex}.pollux-chat-module__lbnOna__panelClose{width:28px;height:28px;color:var(--chat-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;transition:background-color .15s,color .15s,transform .15s;display:flex}.pollux-chat-module__lbnOna__panelClose:hover{background:var(--chat-code-background);color:var(--chat-text)}.pollux-chat-module__lbnOna__panelClose:active:not(:disabled){transform:scale(.9)}.pollux-chat-module__lbnOna__panelClose:disabled{cursor:default;opacity:.4}.pollux-chat-module__lbnOna__thread{overflow-anchor:none;overscroll-behavior:contain;flex:1;min-height:0;padding:20px 16px;overflow-y:auto}.pollux-chat-module__lbnOna__empty{text-align:center;place-items:center;gap:8px;min-height:100%;padding:0 12px;display:grid}.pollux-chat-module__lbnOna__emptyTitle{letter-spacing:-.02em;margin:0;font-size:1.125rem;font-weight:600}.pollux-chat-module__lbnOna__emptyBody{max-width:280px;color:var(--chat-muted);margin:0;font-size:.875rem;line-height:1.5}.pollux-chat-module__lbnOna__emptyNotice{max-width:280px;color:var(--chat-muted);margin:4px 0 0;font-size:.875rem;line-height:1.5}.pollux-chat-module__lbnOna__message{margin-bottom:20px;font-size:.9375rem;line-height:1.5}.pollux-chat-module__lbnOna__message>p{white-space:pre-wrap;margin:0}.pollux-chat-module__lbnOna__user{border:1px solid var(--chat-sidebar-border);border-radius:var(--chat-user-radius);background:var(--chat-code-background);width:fit-content;max-width:85%;margin-left:auto;padding:8px 14px}.pollux-chat-module__lbnOna__markdown{margin-top:10px}.pollux-chat-module__lbnOna__markdown:first-child,.pollux-chat-module__lbnOna__markdown>:first-child{margin-top:0}.pollux-chat-module__lbnOna__markdown>:last-child{margin-bottom:0}.pollux-chat-module__lbnOna__markdown p,.pollux-chat-module__lbnOna__markdown ol,.pollux-chat-module__lbnOna__markdown ul,.pollux-chat-module__lbnOna__markdown pre{margin:0 0 12px}.pollux-chat-module__lbnOna__markdown ol,.pollux-chat-module__lbnOna__markdown ul{padding-left:20px}.pollux-chat-module__lbnOna__markdown a{color:inherit;text-underline-offset:3px;text-decoration-thickness:1px}.pollux-chat-module__lbnOna__markdown code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.pollux-chat-module__lbnOna__markdown :not(pre)>code{background:var(--chat-code-background);border-radius:4px;padding:2px 4px}.pollux-chat-module__lbnOna__markdown pre{background:var(--chat-code-background);border-radius:8px;padding:10px;font-size:.8125rem;overflow-x:auto}.pollux-chat-module__lbnOna__markdown table{border-collapse:collapse;width:100%;margin-bottom:12px;font-size:.85em}.pollux-chat-module__lbnOna__markdown th,.pollux-chat-module__lbnOna__markdown td{border-bottom:1px solid var(--chat-border);text-align:left;vertical-align:top;padding:6px}.pollux-chat-module__lbnOna__thinkingPreview,.pollux-chat-module__lbnOna__thinkingDrawer{box-sizing:border-box;color:var(--chat-activity)}.pollux-chat-module__lbnOna__thinkingPreview{margin-bottom:10px}.pollux-chat-module__lbnOna__thinkingDrawer{margin-bottom:8px}.pollux-chat-module__lbnOna__thinkingHeader,.pollux-chat-module__lbnOna__thinkingDrawer>summary{color:var(--chat-activity);font-size:.8125rem;line-height:1.4}.pollux-chat-module__lbnOna__thinkingHeader{margin:0 0 6px}.pollux-chat-module__lbnOna__thinkingDrawer>summary{cursor:pointer;width:fit-content;margin:0;padding:2px 0;list-style:none}.pollux-chat-module__lbnOna__thinkingDrawer>summary::-webkit-details-marker{display:none}.pollux-chat-module__lbnOna__thinkingDrawer>summary::marker{content:""}.pollux-chat-module__lbnOna__thinkingDrawer[open]>summary{margin-bottom:6px}.pollux-chat-module__lbnOna__thinkingContent{height:64px;color:var(--chat-muted);scrollbar-width:thin;margin-top:0;padding-right:8px;font-size:.8125rem;overflow-y:auto}.pollux-chat-module__lbnOna__toolDisclosure{box-sizing:border-box;color:var(--chat-activity);margin-top:8px}.pollux-chat-module__lbnOna__toolDisclosure>summary{cursor:pointer;width:fit-content;padding:2px 0;font-size:.8125rem;line-height:1.4;list-style:none}.pollux-chat-module__lbnOna__toolDisclosure>summary::-webkit-details-marker{display:none}.pollux-chat-module__lbnOna__toolDisclosure>summary::marker{content:""}.pollux-chat-module__lbnOna__toolDisclosure[open]>summary{margin-bottom:6px}.pollux-chat-module__lbnOna__toolItem{padding:4px 0 6px}.pollux-chat-module__lbnOna__toolItem+.pollux-chat-module__lbnOna__toolItem{margin-top:4px}.pollux-chat-module__lbnOna__toolHeader{color:var(--chat-muted);margin-bottom:4px;font-size:.75rem}.pollux-chat-module__lbnOna__toolItem pre{color:var(--chat-muted);white-space:pre-wrap;margin:0;font-size:.75rem;line-height:1.5;overflow-x:auto}.pollux-chat-module__lbnOna__error{color:var(--chat-error)}.pollux-chat-module__lbnOna__notice{color:var(--chat-muted);margin:0 0 16px;font-size:.8125rem;line-height:1.5}.pollux-chat-module__lbnOna__noticeAction{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.pollux-chat-module__lbnOna__noticeAction:disabled{cursor:default;text-decoration:none}.pollux-chat-module__lbnOna__composer{border:1px solid var(--chat-border);border-radius:var(--chat-composer-radius);background:var(--chat-background);flex-shrink:0;align-items:center;gap:8px;margin:0 12px 12px;padding:6px 6px 6px 14px;transition:border-color .15s;display:flex}.pollux-chat-module__lbnOna__composer input{min-width:0;color:inherit;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:8px 0;font-size:.875rem}.pollux-chat-module__lbnOna__composer:focus-within{border-color:var(--chat-muted)}.pollux-chat-module__lbnOna__composer button{background:var(--chat-text);width:32px;height:32px;color:var(--chat-background);border:0;border-radius:50%;flex-shrink:0;font-size:1.125rem;line-height:1;transition:transform .15s,background-color .15s}.pollux-chat-module__lbnOna__composer button:active:not(:disabled){transform:scale(.9)}.pollux-chat-module__lbnOna__composer button:focus-visible{outline:2px solid var(--chat-text);outline-offset:2px}.pollux-chat-module__lbnOna__composer button:disabled{cursor:not-allowed;background:var(--chat-border)}.pollux-chat-module__lbnOna__composer button.pollux-chat-module__lbnOna__sendingButton{cursor:default}.pollux-chat-module__lbnOna__spinner{border:2px solid #ffffff59;border-top-color:var(--chat-background);border-radius:50%;width:14px;height:14px;animation:.7s linear infinite pollux-chat-module__lbnOna__pollux-spin;display:inline-block}@keyframes pollux-chat-module__lbnOna__pollux-spin{to{transform:rotate(360deg)}}.pollux-chat-module__lbnOna__gate{border:1px solid var(--chat-border);background:var(--chat-background);border-radius:14px;flex-shrink:0;margin:0 12px 12px;padding:12px 14px 14px}.pollux-chat-module__lbnOna__gateQuestion{color:var(--chat-text);margin:0 0 10px;font-size:.875rem;line-height:1.4}.pollux-chat-module__lbnOna__gateOptions{gap:8px;display:flex}.pollux-chat-module__lbnOna__gateOption{border:1px solid var(--chat-border);color:var(--chat-text);font:inherit;cursor:pointer;background:0 0;border-radius:999px;flex:1;padding:8px 12px;font-size:.8125rem;transition:background .15s,border-color .15s,transform .15s}.pollux-chat-module__lbnOna__gateOption:hover{border-color:var(--chat-muted);background:var(--chat-code-background)}.pollux-chat-module__lbnOna__gateOption:active{transform:scale(.97)}.pollux-chat-module__lbnOna__gateOption:focus-visible{outline:2px solid var(--chat-text);outline-offset:2px}
