.toast{z-index:999999;background:#fff;border-left:4px solid;border-radius:12px;align-items:center;gap:12px;min-width:300px;max-width:400px;padding:16px 20px;animation:.3s ease-out slideIn;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 10px 40px #00000026}@keyframes slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.toast-success{border-left-color:#138808}.toast-success .toast-icon{color:#138808}.toast-error{border-left-color:#dc2626}.toast-error .toast-icon{color:#dc2626}.toast-info{border-left-color:navy}.toast-info .toast-icon{color:navy}.toast-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.toast-message{color:#1f2937;flex:1;margin:0;font-size:14px;font-weight:500;line-height:1.5}.toast-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.toast-close:hover{color:#1f2937;background:#f3f4f6}@media (max-width:640px){.toast{min-width:auto;max-width:none;top:10px;left:10px;right:10px}}@media (prefers-color-scheme:dark){.toast{background:#1f2937;box-shadow:0 10px 40px #0000004d}.toast-message{color:#f9fafb}.toast-close{color:#9ca3af}.toast-close:hover{color:#f9fafb;background:#374151}}
.custom-notification-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999999;background-color:#0009;justify-content:center;align-items:center;padding:20px;animation:.4s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.custom-notification-card{text-align:center;background:#fff;border:2px solid #f933;border-radius:20px;flex-direction:column;align-items:center;width:100%;max-width:520px;padding:40px 32px;animation:.4s cubic-bezier(.4,0,.2,1) slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.custom-notification-card:before{content:"";background:linear-gradient(135deg,#f93 0%,#138808 100%);height:4px;position:absolute;top:0;left:0;right:0}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.custom-notification-icon{background:linear-gradient(135deg,#ff99331a,#1388081a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;animation:2s ease-in-out infinite iconPulse;display:flex}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 0 #f936}50%{transform:scale(1.05);box-shadow:0 0 0 10px #f930}}.custom-notification-icon svg{width:48px;height:48px}.custom-notification-icon svg path{fill:#f93}.custom-notification-content{margin-bottom:32px}.custom-notification-title{color:#333;font-size:18px;font-weight:500;line-height:1.7;font-family:var(--font-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;margin:0}.custom-notification-actions{justify-content:center;gap:12px;width:100%;display:flex}.custom-notification-btn{cursor:pointer;font-size:16px;font-weight:600;font-family:var(--font-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;border:none;border-radius:50px;min-width:130px;padding:14px 36px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.custom-notification-btn:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-notification-btn:hover:before{width:300px;height:300px}.custom-notification-btn-later{color:#666;background:0 0;border:2px solid #d4d4d4}.custom-notification-btn-later:hover{color:#f93;background:#f5f5f5;border-color:#f93}.custom-notification-btn-subscribe{color:#fff;background:linear-gradient(135deg,#f93 0%,#138808 100%);box-shadow:0 8px 24px #ff99334d}.custom-notification-btn-subscribe:hover{transform:translateY(-2px);box-shadow:0 12px 32px #f936}.custom-notification-btn-subscribe:active{transform:translateY(0)}@media (max-width:374px){.custom-notification-overlay{padding:12px}.custom-notification-card{border-radius:16px;max-width:calc(100% - 24px);padding:24px 16px}.custom-notification-icon{width:60px;height:60px;margin-bottom:16px}.custom-notification-icon svg{width:36px;height:36px}.custom-notification-title{font-size:14px;line-height:1.6}.custom-notification-content{margin-bottom:20px}.custom-notification-actions{flex-direction:column-reverse;gap:8px}.custom-notification-btn{width:100%;min-width:auto;padding:12px 20px;font-size:14px}}@media (min-width:375px) and (max-width:480px){.custom-notification-overlay{padding:16px}.custom-notification-card{border-radius:16px;max-width:calc(100% - 32px);padding:28px 20px}.custom-notification-icon{width:70px;height:70px;margin-bottom:18px}.custom-notification-icon svg{width:40px;height:40px}.custom-notification-title{font-size:15px;line-height:1.6}.custom-notification-content{margin-bottom:24px}.custom-notification-actions{flex-direction:column-reverse;gap:10px}.custom-notification-btn{width:100%;min-width:auto;padding:13px 24px;font-size:15px}}@media (min-width:481px) and (max-width:640px){.custom-notification-overlay{padding:16px}.custom-notification-card{border-radius:18px;max-width:480px;padding:32px 24px}.custom-notification-icon{width:75px;height:75px;margin-bottom:20px}.custom-notification-icon svg{width:44px;height:44px}.custom-notification-title{font-size:16px;line-height:1.6}.custom-notification-content{margin-bottom:26px}.custom-notification-actions{flex-direction:column-reverse;gap:10px}.custom-notification-btn{width:100%;min-width:auto;padding:14px 28px;font-size:15px}}@media (min-width:641px) and (max-width:767px){.custom-notification-overlay{padding:20px}.custom-notification-card{border-radius:18px;max-width:500px;padding:36px 28px}.custom-notification-icon{width:78px;height:78px;margin-bottom:22px}.custom-notification-icon svg{width:46px;height:46px}.custom-notification-title{font-size:17px;line-height:1.65}.custom-notification-content{margin-bottom:28px}.custom-notification-actions{flex-direction:row;gap:12px}.custom-notification-btn{flex:1;padding:14px 32px;font-size:16px}}@media (min-width:768px) and (max-width:1023px){.custom-notification-overlay{padding:20px}.custom-notification-card{border-radius:20px;max-width:520px;padding:38px 30px}.custom-notification-icon{width:80px;height:80px;margin-bottom:24px}.custom-notification-icon svg{width:48px;height:48px}.custom-notification-title{font-size:18px;line-height:1.7}.custom-notification-content{margin-bottom:30px}.custom-notification-actions{flex-direction:row;gap:12px}.custom-notification-btn{padding:14px 36px;font-size:16px}}@media (min-width:1024px) and (max-width:1439px){.custom-notification-overlay{padding:20px}.custom-notification-card{border-radius:20px;max-width:520px;padding:40px 32px}.custom-notification-icon{width:80px;height:80px;margin-bottom:24px}.custom-notification-icon svg{width:48px;height:48px}.custom-notification-title{font-size:18px;line-height:1.7}.custom-notification-content{margin-bottom:32px}.custom-notification-actions{flex-direction:row;gap:12px}.custom-notification-btn{padding:14px 36px;font-size:16px}}@media (min-width:1440px){.custom-notification-overlay{padding:24px}.custom-notification-card{border-radius:20px;max-width:540px;padding:44px 36px}.custom-notification-icon{width:85px;height:85px;margin-bottom:26px}.custom-notification-icon svg{width:50px;height:50px}.custom-notification-title{font-size:19px;line-height:1.7}.custom-notification-content{margin-bottom:34px}.custom-notification-actions{flex-direction:row;gap:14px}.custom-notification-btn{padding:15px 40px;font-size:17px}}@media (max-height:500px) and (orientation:landscape){.custom-notification-overlay{align-items:flex-start;padding:12px;overflow-y:auto}.custom-notification-card{max-height:calc(100vh - 24px);margin:12px auto;padding:20px 24px}.custom-notification-icon{width:50px;height:50px;margin-bottom:12px}.custom-notification-icon svg{width:30px;height:30px}.custom-notification-title{font-size:14px;line-height:1.5}.custom-notification-content{margin-bottom:16px}.custom-notification-actions{flex-direction:row;gap:8px}.custom-notification-btn{min-width:100px;padding:10px 20px;font-size:14px}}@media (prefers-color-scheme:dark){.custom-notification-card{background:#1f2937;border-color:#ff99334d}.custom-notification-title{color:#e5e7eb}.custom-notification-btn-later{color:#9ca3af;border-color:#4b5563}.custom-notification-btn-later:hover{color:#f93;background:#374151;border-color:#f93}}@media (prefers-reduced-motion:reduce){.custom-notification-overlay,.custom-notification-card,.custom-notification-icon,.custom-notification-btn{transition:none!important;animation:none!important}.custom-notification-btn:before{display:none}}@media (prefers-contrast:high){.custom-notification-card{border:3px solid #f93}.custom-notification-btn-later{border-width:3px}.custom-notification-btn-subscribe{border:3px solid #138808}}@media (hover:none) and (pointer:coarse){.custom-notification-btn{min-height:44px}.custom-notification-btn:hover:before{display:none}}
