.ncj-toast{position:relative;display:flex;align-items:flex-start;gap:.75rem;background:#1c1c1c;border:1px solid hsla(0,0%,100%,.07);border-radius:8px;padding:.875rem 2.5rem .875rem .875rem;box-shadow:0 8px 32px #00000073,0 2px 8px #0000004d;pointer-events:all;overflow:hidden;min-width:0;width:100%}.ncj-toast__accent{position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:8px 0 0 8px}.ncj-toast--success .ncj-toast__accent{background:#22c55e}.ncj-toast--success .ncj-toast__icon{color:#22c55e}.ncj-toast--success .ncj-toast__timer-bar{background:#22c55e}.ncj-toast--error .ncj-toast__accent{background:#ef4444}.ncj-toast--error .ncj-toast__icon{color:#ef4444}.ncj-toast--error .ncj-toast__timer-bar{background:#ef4444}.ncj-toast--warning .ncj-toast__accent{background:#f59e0b}.ncj-toast--warning .ncj-toast__icon{color:#f59e0b}.ncj-toast--warning .ncj-toast__timer-bar{background:#f59e0b}.ncj-toast--info .ncj-toast__accent{background:#c9a84c}.ncj-toast--info .ncj-toast__icon{color:#c9a84c}.ncj-toast--info .ncj-toast__timer-bar{background:#c9a84c}.ncj-toast__icon{flex-shrink:0;font-size:1.1rem;margin-top:.05rem;margin-left:.5rem}.ncj-toast__body{flex:1;min-width:0}.ncj-toast__title{font-size:.8125rem;font-weight:600;color:#f5f5f5;margin:0 0 .2rem;letter-spacing:.01em}.ncj-toast__text{font-size:.8125rem;color:#a0a0a0;margin:0;line-height:1.45}.ncj-toast__close{position:absolute;top:.5rem;right:.625rem;background:none;border:none;color:#555;font-size:.8rem;cursor:pointer;padding:.25rem;line-height:1;transition:color .15s ease;display:flex;align-items:center;justify-content:center}.ncj-toast__close:hover{color:#ccc}.ncj-toast__timer{position:absolute;bottom:0;left:0;right:0;height:2px;background:#ffffff0f}.ncj-toast__timer-bar{height:100%;width:100%;transform-origin:left;animation:ncj-toast-timer linear forwards}@keyframes ncj-toast-timer{0%{width:100%}to{width:0}}.ncj-notification-list{position:fixed;top:1.25rem;left:50%;transform:translate(-50%);z-index:9999;width:100%;max-width:440px;padding:0 1rem;pointer-events:none}.ncj-notification-list__inner{display:flex;flex-direction:column;gap:.625rem}.ncj-notification-enter-active{animation:ncj-notification-in .35s cubic-bezier(.21,1.02,.73,1) forwards}.ncj-notification-leave-active{animation:ncj-notification-out .25s ease-in forwards}@keyframes ncj-notification-in{0%{opacity:0;transform:translateY(-12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ncj-notification-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.97)}}
