:root{--ra-ai-primary:#5e0b78;--ra-ai-primary-dark:#3d0750;--ra-ai-primary-soft:rgba(94,11,120,.11);--ra-ai-bg:#ffffff;--ra-ai-surface:#f8f9fc;--ra-ai-text:#252b3a;--ra-ai-muted:#72798a;--ra-ai-border:#e4e7ee;--ra-ai-shadow:0 22px 65px rgba(30,24,55,.28)}
.ra-ai-launch-row{position:relative;display:flex;align-items:center;justify-content:flex-end;width:auto;min-height:46px;z-index:2147482000}
.ra-ai-launch-btn{position:relative;flex:0 0 auto;width:46px;height:46px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--ra-ai-primary);color:#fff;font-size:18px;box-shadow:0 8px 22px rgba(0,0,0,.2)}
.ra-ai-launch-btn:hover,.ra-ai-launch-btn:focus{color:#fff;transform:translateY(-1px);outline:0}
.ra-ai-help-pill{position:absolute;right:56px;top:50%;transform:translate(110%,-50%);opacity:0;pointer-events:none;display:flex;align-items:center;gap:8px;white-space:nowrap;background:var(--ra-ai-bg);color:var(--ra-ai-text);border:1px solid var(--ra-ai-border);border-radius:18px 5px 18px 18px;padding:11px 15px;font-weight:800;font-size:14px;box-shadow:0 12px 35px rgba(40,35,65,.18);visibility:hidden}
.ra-ai-help-pill i{font-size:12px;color:var(--ra-ai-primary)}
.ra-ai-help-pill.ra-ai-help-show{visibility:visible;animation:raAiHelpIn .42s cubic-bezier(.2,.8,.2,1) forwards}
.ra-ai-help-pill.ra-ai-help-hide{visibility:visible;animation:raAiHelpOut .42s cubic-bezier(.4,0,.8,.2) forwards}
@keyframes raAiHelpIn{from{transform:translate(110%,-50%);opacity:0}to{transform:translate(0,-50%);opacity:1}}
@keyframes raAiHelpOut{from{transform:translate(0,-50%);opacity:1}to{transform:translate(110%,-50%);opacity:0}}
.ra-ai-panel{position:fixed;right:18px;bottom:82px;width:400px;max-width:calc(100vw - 28px);height:min(680px,calc(100vh - 120px));z-index:2147483000;background:var(--ra-ai-bg);border:1px solid var(--ra-ai-border);border-radius:28px;box-shadow:var(--ra-ai-shadow);overflow:hidden;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(20px) scale(.98);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;color:var(--ra-ai-text)}
.ra-ai-panel.ra-ai-open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.ra-ai-header{display:flex;align-items:center;gap:12px;padding:18px 18px;background:linear-gradient(135deg,var(--ra-ai-primary),var(--ra-ai-primary-dark));color:#fff;min-height:92px}
.ra-ai-header-icon{width:48px;height:48px;flex:0 0 48px;border-radius:15px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;font-size:21px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.ra-ai-header-copy{min-width:0;flex:1}.ra-ai-header-name{font-size:18px;font-weight:900;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ra-ai-header-subtitle{font-size:13px;opacity:.82;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ra-ai-close{width:42px;height:42px;flex:0 0 42px;border:0;border-radius:13px;background:#fff;color:#79808e;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 5px 16px rgba(0,0,0,.08)}
.ra-ai-body{flex:1;min-height:0;overflow-y:auto;padding:18px;background:linear-gradient(180deg,var(--ra-ai-bg),var(--ra-ai-surface));scroll-behavior:smooth}
.ra-ai-msg{display:flex;margin-bottom:13px}.ra-ai-msg-user{justify-content:flex-end}.ra-ai-msg-card{position:relative;max-width:88%;border-radius:20px;padding:13px 14px;line-height:1.48;font-size:14px;word-break:break-word;white-space:pre-wrap;border:1px solid var(--ra-ai-border);background:var(--ra-ai-bg);box-shadow:0 5px 18px rgba(42,46,70,.06)}
.ra-ai-msg-user .ra-ai-msg-card{background:linear-gradient(135deg,var(--ra-ai-primary),var(--ra-ai-primary-dark));border-color:transparent;color:#fff;border-bottom-right-radius:6px}
.ra-ai-msg-assistant .ra-ai-msg-card{border-bottom-left-radius:6px;padding-bottom:39px}
.ra-ai-msg-tools{position:absolute;left:11px;bottom:8px;display:flex;gap:6px}.ra-ai-msg-tool{width:27px;height:27px;border:0;border-radius:8px;background:var(--ra-ai-surface);color:var(--ra-ai-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px}.ra-ai-msg-tool:hover{color:var(--ra-ai-primary);background:var(--ra-ai-primary-soft)}
.ra-ai-typing{display:inline-flex;align-items:center;gap:5px;padding:13px 15px;border-radius:18px;background:var(--ra-ai-bg);border:1px solid var(--ra-ai-border)}.ra-ai-typing span{width:7px;height:7px;border-radius:50%;background:var(--ra-ai-primary);opacity:.35;animation:raAiDot 1s infinite}.ra-ai-typing span:nth-child(2){animation-delay:.15s}.ra-ai-typing span:nth-child(3){animation-delay:.3s}@keyframes raAiDot{0%,80%,100%{transform:translateY(0);opacity:.3}40%{transform:translateY(-4px);opacity:1}}
.ra-ai-image-preview{display:none;align-items:center;gap:9px;margin:0 14px 8px;padding:9px 10px;border:1px solid var(--ra-ai-border);border-radius:12px;background:var(--ra-ai-surface)}.ra-ai-image-preview.ra-ai-visible{display:flex}.ra-ai-image-preview img{width:42px;height:42px;border-radius:9px;object-fit:cover}.ra-ai-image-preview span{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:var(--ra-ai-muted)}.ra-ai-image-remove{width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:#ef4444;cursor:pointer}
.ra-ai-composer{border-top:1px solid var(--ra-ai-border);background:var(--ra-ai-bg);padding:12px 14px 10px}
.ra-ai-compose-row{display:flex;align-items:flex-end;gap:8px}.ra-ai-action-btn{width:44px;height:44px;flex:0 0 44px;border:1px solid var(--ra-ai-border);border-radius:13px;background:var(--ra-ai-surface);color:var(--ra-ai-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px}.ra-ai-action-btn.ra-ai-listening{background:#fee2e2;color:#dc2626;border-color:#fecaca;animation:raAiPulse 1s infinite}@keyframes raAiPulse{50%{box-shadow:0 0 0 7px rgba(220,38,38,.10)}}
.ra-ai-input-wrap{flex:1;min-width:0;border:2px solid var(--ra-ai-primary);border-radius:20px;padding:3px;background:var(--ra-ai-bg);box-shadow:0 0 0 4px var(--ra-ai-primary-soft)}.ra-ai-input{width:100%;height:58px;max-height:120px;resize:none;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:var(--ra-ai-text)!important;padding:12px 13px;font-size:15px;line-height:1.4}
.ra-ai-send{width:48px;height:48px;flex:0 0 48px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--ra-ai-primary),var(--ra-ai-primary-dark));color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;box-shadow:0 8px 20px var(--ra-ai-primary-soft)}.ra-ai-send:disabled{opacity:.55;cursor:not-allowed}
.ra-ai-socials{display:flex;gap:8px;padding:0 14px 14px;background:var(--ra-ai-bg)}.ra-ai-social{flex:1;min-width:0;height:38px;border:1px solid var(--ra-ai-border);border-radius:12px;background:var(--ra-ai-bg);color:var(--ra-ai-text);display:flex;align-items:center;justify-content:center;gap:7px;text-decoration:none!important;font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden}.ra-ai-social:hover{border-color:var(--ra-ai-primary);color:var(--ra-ai-primary)}
.ra-ai-empty-socials{display:none!important}
.ra-ai-toast{position:absolute;left:50%;bottom:92px;transform:translate(-50%,15px);background:rgba(17,24,39,.93);color:#fff;border-radius:10px;padding:8px 12px;font-size:12px;opacity:0;visibility:hidden;transition:.2s;z-index:5;white-space:nowrap}.ra-ai-toast.ra-ai-toast-show{opacity:1;visibility:visible;transform:translate(-50%,0)}
body.ra-dark-mode .ra-ai-panel,html.ra-dark-mode .ra-ai-panel{--ra-ai-bg:#111827;--ra-ai-surface:#182233;--ra-ai-text:#f3f4f6;--ra-ai-muted:#aab2c1;--ra-ai-border:#344155;--ra-ai-shadow:0 24px 70px rgba(0,0,0,.58)}
body.ra-dark-mode .ra-ai-help-pill,html.ra-dark-mode .ra-ai-help-pill{--ra-ai-bg:#111827;--ra-ai-text:#f3f4f6;--ra-ai-border:#344155}
@media(max-width:576px){.ra-ai-launch-row{min-height:42px}.ra-ai-help-pill{right:51px;padding:10px 13px;font-size:13px}.ra-ai-panel{right:10px;bottom:82px;width:calc(100vw - 20px);max-width:none;height:min(690px,calc(100vh - 105px));border-radius:24px}.ra-ai-header{padding:15px;min-height:82px}.ra-ai-header-icon{width:44px;height:44px;flex-basis:44px}.ra-ai-header-name{font-size:17px}.ra-ai-body{padding:14px}.ra-ai-msg-card{max-width:92%;font-size:13.5px}.ra-ai-composer{padding:10px}.ra-ai-compose-row{gap:6px}.ra-ai-action-btn{width:40px;height:44px;flex-basis:40px}.ra-ai-input-wrap{border-radius:17px}.ra-ai-input{height:54px;padding:10px;font-size:14px}.ra-ai-send{width:44px;height:48px;flex-basis:44px}.ra-ai-socials{padding:0 10px 10px}.ra-ai-social{font-size:11px}}


.ra-ai-standalone-stack{position:fixed;right:20px;bottom:28px;z-index:1090;display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.ra-ai-standalone-stack .ra-ai-launch-row{margin-top:0}
@media(max-width:575.98px){.ra-ai-standalone-stack{right:18px;bottom:22px}}

.ra-floating-stack.ra-ai-has-launcher{bottom:86px!important}
@media(max-width:576px){.ra-floating-stack.ra-ai-has-launcher{bottom:82px!important}}
.ra-ai-image-preview img{cursor:zoom-in}
.ra-ai-msg-image{display:block;width:100%;margin-top:9px;padding:0;border:0;border-radius:14px;overflow:hidden;background:transparent;color:inherit;text-align:left;cursor:zoom-in}
.ra-ai-msg-image img{display:block;width:100%;max-height:220px;object-fit:cover;background:rgba(0,0,0,.06)}
.ra-ai-msg-image-meta{display:block;padding:8px 10px;font-size:11px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:rgba(255,255,255,.14);color:inherit}
.ra-ai-msg-user .ra-ai-msg-image{box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}
.ra-ai-msg-assistant .ra-ai-msg-image-meta{background:var(--ra-ai-surface);color:var(--ra-ai-muted)}
.ra-ai-image-viewer{position:fixed;inset:0;z-index:2147483600;background:rgba(4,8,18,.82);display:flex;align-items:center;justify-content:center;padding:18px;opacity:0;visibility:hidden;transition:.18s ease}
.ra-ai-image-viewer.ra-ai-image-viewer-open{opacity:1;visibility:visible}
.ra-ai-image-viewer-card{width:min(940px,96vw);max-height:94vh;border-radius:20px;overflow:hidden;background:var(--ra-ai-bg,#fff);box-shadow:0 28px 90px rgba(0,0,0,.5);display:flex;flex-direction:column}
.ra-ai-image-viewer-top{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--ra-ai-border,#e4e7ee);background:var(--ra-ai-bg,#fff)}
.ra-ai-image-viewer-info{flex:1;min-width:0;color:var(--ra-ai-text,#252b3a);font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ra-ai-image-viewer-close{width:38px;height:38px;flex:0 0 38px;border:0;border-radius:11px;background:var(--ra-ai-surface,#f8f9fc);color:var(--ra-ai-text,#252b3a);cursor:pointer}
.ra-ai-image-viewer-stage{min-height:160px;max-height:calc(94vh - 63px);display:flex;align-items:center;justify-content:center;background:#080b12;overflow:auto}
.ra-ai-image-viewer-stage img{display:block;max-width:100%;max-height:calc(94vh - 63px);width:auto;height:auto;object-fit:contain}
body.ra-dark-mode .ra-ai-image-viewer-card,html.ra-dark-mode .ra-ai-image-viewer-card{--ra-ai-bg:#111827;--ra-ai-surface:#182233;--ra-ai-text:#f3f4f6;--ra-ai-border:#344155}
@media(max-width:576px){.ra-ai-msg-image img{max-height:190px}.ra-ai-image-viewer{padding:8px}.ra-ai-image-viewer-card{width:100%;max-height:96vh;border-radius:16px}.ra-ai-image-viewer-stage{max-height:calc(96vh - 63px)}.ra-ai-image-viewer-stage img{max-height:calc(96vh - 63px)}}
.ra-ai-msg-tool.ra-ai-speaking{color:#fff;background:var(--ra-ai-primary);box-shadow:0 0 0 5px var(--ra-ai-primary-soft);animation:raAiSpeakPulse 1.1s ease-in-out infinite}
@keyframes raAiSpeakPulse{50%{transform:scale(1.08)}}
.ra-ai-voice-mode{display:none;align-items:center;gap:9px;min-height:66px;padding:8px;border:1px solid var(--ra-ai-border);border-radius:18px;background:linear-gradient(135deg,var(--ra-ai-surface),var(--ra-ai-bg));box-shadow:0 0 0 4px var(--ra-ai-primary-soft)}
.ra-ai-voice-main{flex:1;min-width:0;padding:2px 5px}.ra-ai-voice-status{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--ra-ai-muted);margin-bottom:5px}.ra-ai-voice-status strong{color:var(--ra-ai-text);font-size:12px}.ra-ai-voice-lang{margin-left:auto;text-transform:uppercase;font-size:10px;font-weight:800;color:var(--ra-ai-primary)}
.ra-ai-voice-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 0 rgba(239,68,68,.42);animation:raAiVoiceDot 1.2s infinite}@keyframes raAiVoiceDot{70%{box-shadow:0 0 0 7px rgba(239,68,68,0)}}
.ra-ai-wave{height:30px;display:flex;align-items:center;justify-content:center;gap:2px;overflow:hidden}.ra-ai-wave i{display:block;width:3px;height:8px;border-radius:4px;background:linear-gradient(180deg,var(--ra-ai-primary),var(--ra-ai-primary-dark));transition:height .07s linear,opacity .07s linear;opacity:.45}
.ra-ai-wave-fallback .ra-ai-wave i{animation:raAiWaveFallback .8s ease-in-out infinite alternate}.ra-ai-wave-fallback .ra-ai-wave i:nth-child(2n){animation-delay:.1s}.ra-ai-wave-fallback .ra-ai-wave i:nth-child(3n){animation-delay:.2s}.ra-ai-wave-fallback .ra-ai-wave i:nth-child(5n){animation-delay:.3s}@keyframes raAiWaveFallback{from{height:7px}to{height:27px}}
.ra-ai-voice-transcript{min-height:16px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:var(--ra-ai-muted)}
.ra-ai-voice-stop,.ra-ai-voice-send{border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;flex:0 0 auto}.ra-ai-voice-stop{height:46px;padding:0 12px;gap:7px;border-radius:14px;background:#e5484d;font-weight:800;font-size:12px}.ra-ai-voice-send{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,var(--ra-ai-primary),var(--ra-ai-primary-dark));font-size:17px;box-shadow:0 8px 20px var(--ra-ai-primary-soft)}
.ra-ai-voice-active .ra-ai-image-preview{display:none!important}
@media(max-width:576px){
.ra-ai-panel{left:max(14px,5vw);right:max(14px,5vw);bottom:92px;width:auto;max-width:none;height:min(620px,68dvh);min-height:420px;border-radius:25px}
.ra-ai-header{padding:14px 15px;min-height:76px}.ra-ai-header-icon{width:42px;height:42px;flex-basis:42px;border-radius:13px}.ra-ai-header-name{font-size:16px}.ra-ai-header-subtitle{font-size:12px}.ra-ai-close{width:39px;height:39px;flex-basis:39px}
.ra-ai-body{padding:13px}.ra-ai-msg-card{max-width:90%;font-size:13.5px}.ra-ai-composer{padding:9px 10px 9px}.ra-ai-socials{padding:0 10px 10px}.ra-ai-voice-mode{gap:6px;min-height:62px;padding:7px}.ra-ai-voice-stop{height:44px;padding:0 9px}.ra-ai-voice-stop span{display:none}.ra-ai-voice-send{width:44px;height:44px}.ra-ai-wave{gap:1.5px}.ra-ai-wave i{width:2.5px}
}
@media(max-width:360px){.ra-ai-panel{left:10px;right:10px;height:min(590px,70dvh)}.ra-ai-social span{display:none}.ra-ai-social{font-size:15px}.ra-ai-voice-status strong{font-size:11px}.ra-ai-voice-lang{display:none}}
.ra-ai-live-btn{width:42px;height:42px;flex:0 0 42px;border:0;border-radius:12px;background:rgba(255,255,255,.15);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:auto;margin-right:8px}.ra-ai-live-screen{display:none;flex:1;min-height:0;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:28px 18px;background:radial-gradient(circle at 50% 36%,var(--ra-ai-primary-soft),transparent 48%),var(--ra-ai-bg)}.ra-ai-live-screen small{margin-top:8px;color:var(--ra-ai-muted)}.ra-ai-live-orb{width:110px;height:110px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--ra-ai-primary),var(--ra-ai-primary-dark));color:#fff;font-size:34px;box-shadow:0 18px 50px var(--ra-ai-primary-soft);margin-bottom:20px}.ra-ai-live-orb.is-listening{animation:raAiLivePulse 1.15s infinite}.ra-ai-live-orb.is-thinking{animation:raAiLiveSpin 1.8s linear infinite}.ra-ai-live-orb.is-speaking{animation:raAiLiveSpeak .7s ease-in-out infinite alternate}.ra-ai-live-status{font-size:18px;color:var(--ra-ai-text)}.ra-ai-live-stop{margin-top:24px;border:0;border-radius:14px;padding:11px 18px;background:#e5484d;color:#fff;font-weight:700;cursor:pointer}.ra-ai-live-active .ra-ai-body,.ra-ai-live-active .ra-ai-image-preview,.ra-ai-live-active .ra-ai-composer,.ra-ai-live-active .ra-ai-socials{display:none!important}.ra-ai-live-active .ra-ai-live-screen{display:flex}.ra-ai-live-active .ra-ai-live-btn{background:#fff;color:var(--ra-ai-primary)}@keyframes raAiLivePulse{50%{transform:scale(1.07);box-shadow:0 0 0 18px var(--ra-ai-primary-soft)}}@keyframes raAiLiveSpin{to{transform:rotate(360deg)}}@keyframes raAiLiveSpeak{to{transform:scale(1.08)}}
@media(max-width:576px){.ra-ai-live-btn{width:38px;height:38px;flex-basis:38px}.ra-ai-live-orb{width:96px;height:96px;font-size:30px}.ra-ai-live-status{font-size:16px}}
