.embark-crew-toast{position:fixed;right:22px;bottom:24px;z-index:999999;display:flex;align-items:flex-end;gap:12px;pointer-events:none;transform:translateX(150%);opacity:0;transition:transform .5s cubic-bezier(.2,.8,.2,1),opacity .3s}
.embark-crew-toast.is-visible{transform:translateX(0);opacity:1}.embark-crew-toast.is-leaving{transform:translateX(140%);opacity:0}
.embark-crew-toast__worker{width:92px;height:auto;filter:drop-shadow(0 10px 16px rgba(70,25,10,.18));animation:embarkCarry .7s ease both}
.embark-crew-toast__bubble{background:#fff8ee;color:#2a1b14;border:2px solid #b52a1e;border-radius:18px 18px 4px 18px;padding:14px 18px;box-shadow:0 18px 50px rgba(76,22,10,.18);font-weight:800;max-width:230px}
.embark-crew-toast__bubble small{display:block;font-weight:600;opacity:.65;margin-top:3px}
@keyframes embarkCarry{0%{transform:translateX(70px) rotate(5deg)}55%{transform:translateX(-8px) rotate(-3deg)}100%{transform:none}}
@media(max-width:640px){.embark-crew-toast{right:12px;bottom:16px}.embark-crew-toast__worker{width:70px}.embark-crew-toast__bubble{font-size:14px;padding:12px 14px;max-width:190px}}
@media(prefers-reduced-motion:reduce){.embark-crew-toast,.embark-crew-toast__worker{animation:none!important;transition:none!important}}
