.opw-toast-pila{position:fixed;top:auto;bottom:16px;right:16px;z-index:1080;display:flex;flex-direction:column-reverse;gap:12px;width:384px;max-width:calc(100vw - 2rem);pointer-events:none}.opw-toast{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);pointer-events:auto;animation:opw-toast-entra .2s ease-out}@keyframes opw-toast-entra{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.opw-toast{animation:none}}.opw-toast--error{background:#F8D7DA;border-color:#F1AEB5;color:#842029}.opw-toast--error .opw-toast__icono svg{color:#B02A37}.opw-toast--success{background:#D1E7DD;border-color:#A3CFBB;color:#0F5132}.opw-toast--success .opw-toast__icono svg{color:#146C43}.opw-toast--warning{background:#FFF3CD;border-color:#FFE69C;color:#664D03}.opw-toast--warning .opw-toast__icono svg{color:#997404}.opw-toast--info{background:#CFF4FC;border-color:#9EEAF9;color:#055160}.opw-toast--info .opw-toast__icono svg{color:#087990}.opw-toast__icono{flex-shrink:0}.opw-toast__icono svg{width:20px;height:20px}.opw-toast__cuerpo{flex:1;min-width:0}.opw-toast__titulo{margin:0;font-size:14px;font-weight:600;line-height:1.3;color:inherit}.opw-toast__descripcion{margin:4px 0 0;font-size:12px;line-height:1.35;color:inherit;opacity:.85}.opw-toast__accion{margin-top:8px;font-size:12px;font-weight:500;text-decoration:underline;background:none;border:0;padding:0;color:inherit;cursor:pointer}.opw-toast__accion:hover{text-decoration:none}.opw-toast__cerrar{flex-shrink:0;border:0;background:none;padding:0;cursor:pointer;color:inherit;opacity:.55;transition:opacity .15s ease}.opw-toast__cerrar:hover{opacity:1}.opw-toast__cerrar svg{width:16px;height:16px}