.oc-toast-host{position:fixed;bottom:22px;right:22px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:10px;width:min(92vw,340px);pointer-events:none}.oc-toast-host .oc-toast{position:static;top:auto;right:auto;max-width:none;width:100%;display:flex;align-items:flex-start;gap:11px;background:#111827;border:1px solid #2b3344;border-radius:11px;padding:12px 15px 12px 13px;box-shadow:0 16px 34px -12px rgba(0,0,0,.6);color:#e6edf3;font-size:13.5px;line-height:1.45;pointer-events:auto;animation:oc-toast-in .22s cubic-bezier(.21,1,.32,1)}.oc-toast-host .oc-toast.is-leaving{animation:oc-toast-out .18s ease forwards}.oc-toast-host .oc-toast-dot{width:8px;height:8px;border-radius:50%;margin-top:5px;flex-shrink:0}.oc-toast-host .oc-toast--success .oc-toast-dot{background:#2dd4a8;box-shadow:0 0 0 3px rgba(45,212,168,.16)}.oc-toast-host .oc-toast--error .oc-toast-dot{background:#ff6b6b;box-shadow:0 0 0 3px hsla(0,100%,71%,.16)}.oc-toast-host .oc-toast--info .oc-toast-dot{background:#6c8cff;box-shadow:0 0 0 3px rgba(108,140,255,.16)}.oc-toast-host .oc-toast-body{flex:1;min-width:0}.oc-toast-host .oc-toast-title{font-weight:600;font-size:13.5px;letter-spacing:.01em}.oc-toast-host .oc-toast-msg{margin-top:2px;color:#8892b0;font-size:12.5px}@keyframes oc-toast-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes oc-toast-out{to{opacity:0;transform:translateY(10px) scale(.98)}}@media (prefers-reduced-motion:reduce){.oc-toast-host .oc-toast,.oc-toast-host .oc-toast.is-leaving{animation:none}}