.pet-toast-container{z-index:var(--pet-z-toast,9999);pointer-events:none;flex-direction:column;gap:12px;max-width:420px;display:flex;position:fixed;top:20px;right:20px}.pet-toast-container--top-left{top:20px;left:20px;right:auto}.pet-toast-container--bottom-right{top:auto;bottom:20px;right:20px}.pet-toast-container--bottom-left{inset:auto auto 20px 20px}.pet-toast-container--top-center{top:20px;left:50%;right:auto;transform:translate(-50%)}.pet-toast-container--bottom-center{inset:auto auto 20px 50%;transform:translate(-50%)}@media (width<=640px){.pet-toast-container{max-width:none;left:16px;right:16px}.pet-toast-container--top-center,.pet-toast-container--bottom-center{left:16px;transform:none}}.pet-toast{background:var(--pet-surface,#fff);border-radius:var(--pet-block-radius);box-shadow:var(--pet-shadow-lg,0 12px 32px #1e1c181f);font-size:var(--pet-text-sm);color:var(--pet-text-primary,#1c1917);pointer-events:auto;opacity:0;transition:all var(--pet-transition,.3s ease);border-left:4px solid #0000;align-items:center;gap:12px;padding:16px 20px;line-height:1.5;display:flex;transform:translate(calc(100% + 40px))}.pet-toast--show{opacity:1;transform:translate(0)}.pet-toast-container--top-left .pet-toast,.pet-toast-container--bottom-left .pet-toast{transform:translate(calc(-100% - 40px))}.pet-toast-container--top-left .pet-toast--show,.pet-toast-container--bottom-left .pet-toast--show{transform:translate(0)}.pet-toast-container--top-center .pet-toast,.pet-toast-container--bottom-center .pet-toast{transform:translateY(-20px)}.pet-toast-container--top-center .pet-toast--show,.pet-toast-container--bottom-center .pet-toast--show{transform:translateY(0)}.pet-toast--success{border-left-color:var(--pet-success,#10b981)}.pet-toast--success .pet-toast__icon{color:var(--pet-success,#10b981)}.pet-toast--error{border-left-color:var(--pet-error,#ef4444)}.pet-toast--error .pet-toast__icon{color:var(--pet-error,#ef4444)}.pet-toast--warning{border-left-color:var(--pet-warning,#f59e0b)}.pet-toast--warning .pet-toast__icon{color:var(--pet-warning,#f59e0b)}.pet-toast--info{border-left-color:var(--pet-info,#3b82f6)}.pet-toast--info .pet-toast__icon{color:var(--pet-info,#3b82f6)}.pet-toast__icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.pet-toast__icon svg{width:100%;height:100%}.pet-toast__message{word-wrap:break-word;flex:1;min-width:0}.pet-toast__close{width:24px;height:24px;color:var(--pet-text-muted,#6b6a7a);font-size:var(--pet-text-xl);cursor:pointer;transition:all var(--pet-transition-fast,.15s ease);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;line-height:1;display:flex}.pet-toast__close:hover{color:var(--pet-text-primary,#1c1917);background:#0000000d}.pet-toast__close:focus{outline:2px solid var(--pet-primary,#1b2f5b);outline-offset:2px}@media (prefers-reduced-motion:reduce){.pet-toast{transition:opacity .01ms;transform:none!important}.pet-toast--show{opacity:1}}.pet-toast--with-action{flex-direction:column;align-items:stretch}.pet-toast__actions{border-top:1px solid #00000014;gap:8px;margin-top:12px;padding-top:12px;display:flex}.pet-toast__action{border:1px solid var(--pet-border-color,#0000001a);border-radius:var(--pet-radius-sm,10px);font-size:var(--pet-text-sm);cursor:pointer;transition:all var(--pet-transition-fast,.15s ease);background:0 0;flex:1;padding:8px 16px;font-weight:500}.pet-toast__action:hover{border-color:var(--pet-border-color-hover,#0000002e);background:#00000008}.pet-toast__action--primary{background:var(--pet-primary,#1b2f5b);border-color:var(--pet-primary,#1b2f5b);color:#fff}.pet-toast__action--primary:hover{background:var(--pet-primary-dark,#0f1e3b);border-color:var(--pet-primary-dark,#0f1e3b)}.pet-toast--timed{overflow:hidden}.pet-toast--timed:after{content:"";opacity:.3;transform-origin:0;height:3px;animation:pet-toast-progress var(--toast-duration,4s) linear;background:currentColor;position:absolute;bottom:0;left:0;right:0}@keyframes pet-toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}