:root{--bg:#f7fafc;--surface:#fff;--surface-alt:#eef6f8;--text-primary:#0f2530;--text-secondary:#5b7480;--border:#dbe7ea;--cyan:#16b8c4;--cyan-dark:#0d8a94;--cobalt:#2f5fa8;--lime:#4fb477;--danger:#d64545;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-md:0 4px 16px #0f253014;--font-sans:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0d1117;--surface:#161b22;--surface-alt:#1c2129;--text-primary:#f0f6fc;--text-secondary:#8b949e;--border:#30363d}}:root[data-theme=dark]{--bg:#0d1117;--surface:#161b22;--surface-alt:#1c2129;--text-primary:#f0f6fc;--text-secondary:#8b949e;--border:#30363d}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}a{color:var(--cyan-dark)}img{max-width:100%}button,input,select,textarea{font-family:inherit}
.ChatWidget-module__52vinG__wrapper{z-index:1000;flex-direction:column;align-items:flex-end;gap:.75rem;display:flex;position:fixed;bottom:1rem;right:1rem}.ChatWidget-module__52vinG__fab{background:var(--cyan-dark);color:#fff;cursor:pointer;width:56px;height:56px;box-shadow:var(--shadow-md);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:flex}.ChatWidget-module__52vinG__fab:hover{background:var(--cyan)}.ChatWidget-module__52vinG__fab:focus-visible{outline:3px solid var(--cyan);outline-offset:2px}.ChatWidget-module__52vinG__panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(360px,100vw - 2rem);height:min(480px,100vh - 6rem);box-shadow:var(--shadow-md);flex-direction:column;display:flex;overflow:hidden}.ChatWidget-module__52vinG__header{background:var(--cyan-dark);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.ChatWidget-module__52vinG__headerTitle{font-size:.95rem;font-weight:600}.ChatWidget-module__52vinG__closeButton{color:#fff;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1rem;line-height:1}.ChatWidget-module__52vinG__closeButton:focus-visible{outline-offset:2px;outline:2px solid #fff}.ChatWidget-module__52vinG__history{flex-direction:column;flex:1;gap:.6rem;padding:1rem;display:flex;overflow-y:auto}.ChatWidget-module__52vinG__bubbleUser,.ChatWidget-module__52vinG__bubbleAssistant{border-radius:var(--radius-md);white-space:pre-wrap;word-break:break-word;max-width:85%;padding:.55rem .8rem;font-size:.88rem;line-height:1.35}.ChatWidget-module__52vinG__bubbleUser{background:var(--cyan-dark);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.ChatWidget-module__52vinG__bubbleAssistant{background:var(--surface-alt);color:var(--text-primary);border-bottom-left-radius:4px;align-self:flex-start}.ChatWidget-module__52vinG__form{border-top:1px solid var(--border);flex-shrink:0;gap:.5rem;padding:.75rem;display:flex}.ChatWidget-module__52vinG__input{border-radius:var(--radius-sm);border:1px solid var(--border);min-width:0;color:var(--text-primary);background:var(--surface);flex:1;padding:.6rem .75rem;font-size:.9rem}.ChatWidget-module__52vinG__input:focus-visible{outline:2px solid var(--cyan);outline-offset:1px}.ChatWidget-module__52vinG__sendButton{border-radius:var(--radius-sm);background:var(--cyan-dark);color:#fff;cursor:pointer;border:none;flex-shrink:0;padding:.6rem 1rem;font-size:.85rem;font-weight:600}.ChatWidget-module__52vinG__sendButton:disabled{opacity:.5;cursor:not-allowed}.ChatWidget-module__52vinG__sendButton:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.ChatWidget-module__52vinG__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:400px){.ChatWidget-module__52vinG__wrapper{bottom:.5rem;right:.5rem}}
