.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:1rem;display:flex;position:fixed;top:2rem;right:2rem}.toast-premium{pointer-events:auto;border:1px solid var(--border-color);background:#fff;border-radius:1.6rem;align-items:center;gap:1.5rem;min-width:300px;max-width:400px;padding:1.6rem;animation:.3s cubic-bezier(.16,1,.3,1) toastSlideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-premium.hide{animation:.3s forwards toastSlideOut}@keyframes toastSlideOut{to{opacity:0;transform:translate(120%)}}.toast-icon{border-radius:1.2rem;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.toast-content{flex:1}.toast-content h4{color:var(--text-primary);margin-bottom:.2rem;font-size:1.4rem;font-weight:800}.toast-content p{color:var(--text-secondary);font-size:1.2rem;line-height:1.4}.toast-premium.success .toast-icon{color:#16a34a;background:#dcfce7}.toast-premium.error .toast-icon{color:#ef4444;background:#fee2e2}.toast-premium.info .toast-icon{color:#3b82f6;background:#eff6ff}.toast-premium.warning .toast-icon{color:#f97316;background:#fff7ed}.toast-progress{opacity:.3;transform-origin:0;background:currentColor;width:100%;height:3px;animation:linear forwards toastProgress;position:absolute;bottom:0;left:0}@keyframes toastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.confirm-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10001;background:#0f172a99;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;animation:.2s fadeIn;display:flex;position:fixed;top:0;left:0}.confirm-modal{text-align:center;width:100%;max-width:400px;box-shadow:var(--shadow-xl);border:1px solid var(--border-color);background:#fff;border-radius:2.4rem;padding:3rem;animation:.3s cubic-bezier(.16,1,.3,1) modalScaleIn}.confirm-icon-wrapper{color:#f97316;background:#fff7ed;border-radius:2rem;justify-content:center;align-items:center;width:6.4rem;height:6.4rem;margin:0 auto 2.5rem;display:flex}.confirm-modal h3{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:800}.confirm-modal p{color:var(--text-secondary);margin-bottom:3rem;font-size:1.4rem;line-height:1.6}.confirm-actions{gap:1.2rem;display:flex}.confirm-actions button{cursor:pointer;border-radius:1.2rem;flex:1;padding:1.4rem;font-size:1.4rem;font-weight:800;transition:all .2s}.btn-confirm-cancel{color:#64748b;background:#f1f5f9;border:none}.btn-confirm-cancel:hover{background:#e2e8f0}.btn-confirm-ok{background:var(--primary-color);color:#fff;border:none;box-shadow:0 4px 12px #2563eb33}.btn-confirm-ok:hover{filter:brightness(.9);transform:translateY(-2px)}.btn-confirm-ok.danger{background:#ef4444;box-shadow:0 4px 12px #ef444433}
