.rocas-ai-chat,.rocas-ai-chat *{box-sizing:border-box}.rocas-ai-chat{position:fixed;right:22px;bottom:22px;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}.rocas-ai-chat__toggle{width:58px;height:58px;border:0;border-radius:50%;background:#171717;color:#fff;cursor:pointer;display:grid;place-items:center;box-shadow:0 10px 30px rgba(0,0,0,.22);transition:.18s}.rocas-ai-chat__toggle:hover{transform:translateY(-2px)}.rocas-ai-chat__toggle svg{width:28px;height:28px;fill:currentColor}.rocas-ai-chat__panel{position:absolute;right:0;bottom:72px;width:min(390px,calc(100vw - 28px));height:min(610px,calc(100vh - 115px));background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.24);display:flex;flex-direction:column;opacity:0;transform:translateY(10px) scale(.985);transform-origin:bottom right;transition:.18s}.rocas-ai-chat__panel.is-open{opacity:1;transform:none}.rocas-ai-chat__header{min-height:72px;padding:16px 18px;background:#171717;color:#fff;display:flex;justify-content:space-between;align-items:center}.rocas-ai-chat__header strong{display:block;font-size:16px}.rocas-ai-chat__header span{display:block;margin-top:4px;font-size:12px;opacity:.75}.rocas-ai-chat__close{width:36px;height:36px;border:0;background:transparent;color:#fff;font-size:28px;cursor:pointer;border-radius:8px}.rocas-ai-chat__messages{flex:1;overflow-y:auto;padding:18px 14px;background:#f6f6f4}.rocas-ai-chat__message{display:flex;margin:0 0 12px}.rocas-ai-chat__message--user{justify-content:flex-end}.rocas-ai-chat__bubble{max-width:88%;padding:11px 13px;border-radius:15px;font-size:14px;line-height:1.55;overflow-wrap:anywhere}.rocas-ai-chat__message--assistant .rocas-ai-chat__bubble{background:#fff;color:#222;border:1px solid rgba(0,0,0,.07);border-bottom-left-radius:5px}.rocas-ai-chat__message--user .rocas-ai-chat__bubble{background:#171717;color:#fff;border-bottom-right-radius:5px}.rocas-ai-chat__bubble a{color:inherit;text-decoration:underline;font-weight:600}.rocas-ai-chat__bubble pre{white-space:pre-wrap;overflow-wrap:anywhere;margin:9px 0;padding:9px 10px;border-radius:8px;background:rgba(0,0,0,.06);font:12px/1.45 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.rocas-ai-chat__form{display:flex;gap:8px;align-items:flex-end;padding:12px;background:#fff;border-top:1px solid rgba(0,0,0,.08)}.rocas-ai-chat__form textarea{flex:1;min-height:44px;max-height:120px;resize:none;border:1px solid #d7d7d7;border-radius:12px;padding:11px 12px;outline:none;font:inherit;font-size:14px;line-height:1.4;background:#fff;color:#222}.rocas-ai-chat__form button{min-width:70px;height:44px;padding:0 13px;border:0;border-radius:12px;background:#171717;color:#fff;font-weight:700;cursor:pointer}.rocas-ai-chat__form button:disabled{opacity:.55}.rocas-ai-chat__note{padding:0 12px 10px;background:#fff;color:#888;text-align:center;font-size:10px}.rocas-ai-chat__typing{display:inline-flex;gap:4px;align-items:center}.rocas-ai-chat__typing i{width:6px;height:6px;border-radius:50%;background:#777;animation:rocas-ai-dot 1.2s infinite ease-in-out}.rocas-ai-chat__typing i:nth-child(2){animation-delay:.15s}.rocas-ai-chat__typing i:nth-child(3){animation-delay:.3s}@keyframes rocas-ai-dot{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}@media(max-width:600px){.rocas-ai-chat{right:14px;bottom:14px}.rocas-ai-chat__panel{position:fixed;left:10px;right:10px;bottom:84px;width:auto;height:min(72vh,620px);transform-origin:bottom center}.rocas-ai-chat__toggle{width:56px;height:56px}}
