.cy-toast-container{z-index:999999;pointer-events:none;flex-direction:column-reverse;gap:8px;max-width:360px;display:flex;position:fixed;bottom:16px;left:16px}.cy-toast{pointer-events:auto;background:var(--bg-panel-darker,#1c1c1c);border:1px solid #ffffff14;border-left:3px solid var(--color-accent,#95e248);border-radius:14px;align-items:center;gap:10px;padding:12px 14px;animation:.25s ease-out cy-toast-in;display:flex;box-shadow:0 8px 24px #0006}.cy-toast-error{border-left-color:#ef4444}.cy-toast-pulse{background:var(--color-accent,#95e248);border-radius:50%;flex:none;width:8px;height:8px;animation:1.8s ease-out infinite cy-toast-pulse-ring;box-shadow:0 0 #95e24880}.cy-toast-error .cy-toast-pulse{background:#ef4444;animation-name:cy-toast-pulse-ring-error;box-shadow:0 0 #ef444480}.cy-toast-message{color:var(--text-primary,#fff);flex:1;font-size:13px;line-height:1.4}.cy-toast-tag{text-transform:uppercase;letter-spacing:.03em;color:#000;border-radius:6px;flex:none;padding:2px 6px;font-size:10px;font-weight:600}.cy-toast-close{color:var(--text-secondary,#6e6e6e);cursor:pointer;background:0 0;border:none;flex:none;padding:2px 4px;font-size:16px;line-height:1}.cy-toast-close:hover{color:var(--text-primary,#fff)}@keyframes cy-toast-in{0%{opacity:0;transform:translateY(6px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes cy-toast-pulse-ring{0%{box-shadow:0 0 #95e24880}70%{box-shadow:0 0 0 6px #95e24800}to{box-shadow:0 0 #95e24800}}@keyframes cy-toast-pulse-ring-error{0%{box-shadow:0 0 #ef444480}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}
