.sos-ajudinha{--ajudinha-blue:#07557f;--ajudinha-green:#087f5b;--ajudinha-ink:#183247;--ajudinha-muted:#536273;position:fixed;right:18px;bottom:18px;z-index:80;font-family:"Open Sans",Arial,sans-serif}.sos-ajudinha *{box-sizing:border-box}.sos-ajudinha-toggle{display:flex;align-items:center;gap:8px;min-height:60px;padding:5px 14px 5px 5px;border:2px solid #fff;border-radius:999px;background:var(--ajudinha-blue);color:#fff;box-shadow:0 9px 26px rgba(24,50,71,.24);cursor:pointer;transform:translateY(18px) scale(.92);opacity:0;transition:transform .2s ease,box-shadow .2s ease,opacity .25s ease}.sos-ajudinha.is-ready .sos-ajudinha-toggle{transform:translateY(0) scale(1);opacity:1}.sos-ajudinha-toggle:hover{transform:translateY(-2px) scale(1.02)}.sos-ajudinha-toggle:focus-visible{outline:3px solid #f2c75c;outline-offset:3px}.sos-ajudinha-avatar{display:grid;place-items:center;width:48px;height:48px;overflow:hidden;border-radius:50%;background:#fff;transform-origin:50% 78%}.sos-ajudinha-avatar img{display:block;width:46px;height:46px;object-fit:contain}.sos-ajudinha-label{font-size:13px;font-weight:800;white-space:nowrap}.sos-ajudinha-panel{position:absolute;right:0;bottom:78px;width:min(330px,calc(100vw - 28px));padding:18px;border:1px solid #d6e4ea;border-radius:18px;background:#fff;color:var(--ajudinha-ink);box-shadow:0 16px 42px rgba(24,50,71,.2);transform-origin:calc(100% - 34px) 100%;animation:ajudinha-panel-in .24s ease-out both}.sos-ajudinha-panel::after{content:"";position:absolute;right:29px;bottom:-8px;width:16px;height:16px;border-right:1px solid #d6e4ea;border-bottom:1px solid #d6e4ea;background:#fff;transform:rotate(45deg)}.sos-ajudinha-panel[hidden]{display:none}.sos-ajudinha-panel-head{display:flex;align-items:center;gap:11px;padding-right:24px}.sos-ajudinha-panel-head img{width:52px;height:52px;object-fit:contain;border-radius:50%;background:#f4f8fb}.sos-ajudinha-panel h2{margin:0;color:var(--ajudinha-blue);font-size:18px;font-weight:800;line-height:1.2}.sos-ajudinha-panel p{margin:9px 0 14px;color:var(--ajudinha-muted);font-size:13px;line-height:1.48}.sos-ajudinha-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sos-ajudinha-actions a{display:block;padding:10px 8px;border:1px solid #dce7ed;border-radius:9px;background:#f8fbfc;color:var(--ajudinha-blue);font-size:12px;font-weight:800;line-height:1.25;text-align:center;text-decoration:none}.sos-ajudinha-actions a:hover,.sos-ajudinha-actions a:focus-visible{border-color:var(--ajudinha-green);background:#edf9f4;outline:2px solid transparent}.sos-ajudinha-close{position:absolute;top:9px;right:11px;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--ajudinha-muted);font-size:22px;line-height:1;cursor:pointer}.sos-ajudinha-close:hover{background:#f2f6f8}.sos-ajudinha-close:focus-visible,.sos-ajudinha-motion:focus-visible{outline:2px solid var(--ajudinha-blue);outline-offset:2px}.sos-ajudinha-controls{display:flex;justify-content:flex-end;margin-top:11px}.sos-ajudinha-motion{padding:5px 8px;border:0;border-radius:7px;background:transparent;color:#647786;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.sos-ajudinha-motion:hover{background:#f2f6f8;color:var(--ajudinha-blue)}
.sos-ajudinha[data-state="idle"] .sos-ajudinha-avatar{animation:ajudinha-idle 3.2s ease-in-out infinite}.sos-ajudinha[data-state="greeting"] .sos-ajudinha-avatar{animation:ajudinha-greeting .78s ease-out both}.sos-ajudinha[data-state="attention"] .sos-ajudinha-avatar{animation:ajudinha-attention .72s ease-in-out both}.sos-ajudinha[data-state="point"] .sos-ajudinha-avatar{animation:ajudinha-point .7s ease-in-out both}.sos-ajudinha[data-state="thinking"] .sos-ajudinha-avatar{animation:ajudinha-thinking 1s ease-in-out 2}.sos-ajudinha[data-state="success"] .sos-ajudinha-avatar{animation:ajudinha-success .8s ease-out both}.sos-ajudinha.is-paused *,.sos-ajudinha.is-paused *::before,.sos-ajudinha.is-paused *::after{animation:none!important;transition:none!important}.sos-ajudinha.is-paused .sos-ajudinha-toggle:hover{transform:none}
@keyframes ajudinha-panel-in{from{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ajudinha-idle{0%,100%{transform:translateY(0) rotate(0)}25%{transform:translateY(-3px) rotate(-2deg)}50%{transform:translateY(0) rotate(0)}75%{transform:translateY(-2px) rotate(2deg)}}@keyframes ajudinha-greeting{0%{transform:translateY(18px) scale(.78) rotate(-10deg)}56%{transform:translateY(-5px) scale(1.08) rotate(7deg)}78%{transform:translateY(2px) scale(.98) rotate(-3deg)}100%{transform:none}}@keyframes ajudinha-attention{0%,100%{transform:none}25%{transform:translateY(-6px) rotate(-8deg)}50%{transform:translateY(0) rotate(8deg)}75%{transform:translateY(-3px) rotate(-4deg)}}@keyframes ajudinha-point{0%,100%{transform:none}45%{transform:translateX(-7px) rotate(-10deg) scale(1.04)}70%{transform:translateX(-4px) rotate(-7deg)}}@keyframes ajudinha-thinking{0%,100%{transform:none}35%{transform:translateY(-3px) rotate(-6deg)}70%{transform:translateY(1px) rotate(5deg)}}@keyframes ajudinha-success{0%,100%{transform:none}38%{transform:translateY(-10px) scale(1.08)}62%{transform:translateY(1px) scale(.96)}82%{transform:translateY(-3px) scale(1.02)}}
@media(max-width:580px){.sos-ajudinha{right:12px;bottom:12px}.sos-ajudinha-toggle{min-height:54px;padding-right:10px}.sos-ajudinha-avatar{width:42px;height:42px}.sos-ajudinha-avatar img{width:40px;height:40px}.sos-ajudinha-label{font-size:12px}.sos-ajudinha-panel{bottom:68px}}@media(prefers-reduced-motion:reduce){.sos-ajudinha *,.sos-ajudinha *::before,.sos-ajudinha *::after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}}
.sos-ajudinha-avatar{position:relative;overflow:visible;width:58px;height:58px;will-change:transform}.sos-ajudinha-avatar>img{width:58px;height:58px}
.sos-ajudinha{position:fixed!important;right:20px;bottom:20px;z-index:2147483000;visibility:visible!important}
.sos-ajudinha-toggle{min-height:72px;padding:6px 16px 6px 6px;gap:9px;transform:none;opacity:1;box-shadow:0 9px 26px rgba(24,50,71,.32),0 0 0 3px rgba(7,85,127,.12)}
.sos-ajudinha.is-ready .sos-ajudinha-toggle{transform:none;opacity:1}
.sos-ajudinha-avatar{width:68px;height:68px}
.sos-ajudinha-avatar>img{width:68px;height:68px}
@media(max-width:580px){.sos-ajudinha{right:12px;bottom:12px}.sos-ajudinha-toggle{min-height:62px;padding-right:12px}.sos-ajudinha-avatar{width:56px;height:56px}.sos-ajudinha-avatar>img{width:56px;height:56px}}
