.aiparts-launcher{position:fixed;right:24px;bottom:24px;z-index:1000;width:58px;height:58px;border:0;border-radius:50%;background:#3d3fb0;color:#fff;font-size:25px;cursor:pointer;box-shadow:0 8px 24px #0004}
.aiparts-widget{position:fixed;right:24px;bottom:24px;top:auto;z-index:1001;display:flex;width:min(390px,calc(100vw - 32px));height:min(640px,calc(100vh - 48px));overflow:hidden;flex-direction:column;border:1px solid #dfe3ef;border-radius:18px;background:#fff;color:#202124;box-shadow:0 18px 48px #17235a40;font:inherit}
.aiparts-widget[hidden]{display:none}
.aiparts-widget header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:#3d3fb0;color:#fff}
.aiparts-widget header small{display:block;margin-top:3px;opacity:.7}
.aiparts-close{border:0;background:transparent;font-size:28px;cursor:pointer}
.aiparts-messages{display:grid;flex:1;align-content:start;gap:8px;overflow:auto;padding:18px}
.aiparts-message{padding:10px 12px;border-radius:12px;white-space:pre-wrap;overflow-wrap:anywhere}
.aiparts-message--assistant{background:#f1f3f5}
.aiparts-message--user{background:var(--accent-color,#f5b301);justify-self:end;max-width:85%}
.aiparts-message--error{background:#fee2e2;color:#991b1b}
.aiparts-form{display:flex;gap:8px;padding:14px;border-top:1px solid #0001;background:var(--background-color,#fff)}
.aiparts-form textarea{min-width:0;flex:1;resize:none;border:1px solid #0002;border-radius:10px;padding:10px;font:inherit}
.aiparts-form button{width:44px;border:0;border-radius:10px;background:#3d3fb0;color:#fff;cursor:pointer}
.aiparts-form.is-loading button{opacity:.5;pointer-events:none}
.aiparts-status{min-height:18px;padding:0 18px 10px;font-size:12px;opacity:.65;background:var(--background-color,#fff)}
@media(max-width:600px){.aiparts-launcher{right:18px;bottom:18px}.aiparts-widget{right:16px;bottom:16px;width:calc(100vw - 32px);height:min(640px,calc(100vh - 32px))}}
