.CdsTV-ToastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;width:100%;max-width:420px;display:flex;position:fixed}.CdsTV-ToastContainer-top-right{top:1.5rem;right:1.5rem}.CdsTV-ToastContainer-top-left{top:1.5rem;left:1.5rem}.CdsTV-ToastContainer-bottom-right{flex-direction:column-reverse;bottom:1.5rem;right:1.5rem}.CdsTV-ToastContainer-bottom-left{flex-direction:column-reverse;bottom:1.5rem;left:1.5rem}.CdsTV-ToastContainer-top-center{top:1.5rem;left:50%;transform:translate(-50%)}.CdsTV-ToastContainer-bottom-center{flex-direction:column-reverse;bottom:1.5rem;left:50%;transform:translate(-50%)}.CdsTV-Toast{pointer-events:auto;opacity:0;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;align-items:flex-start;gap:.75rem;min-width:320px;max-width:420px;padding:1rem;animation:.3s ease-out forwards CdsTV-ToastSlideIn;display:flex;transform:translate(100%);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}@keyframes CdsTV-ToastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes CdsTV-ToastSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.CdsTV-Toast-Content{flex:1;align-items:flex-start;gap:.75rem;min-width:0;display:flex}.CdsTV-Toast-IconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex}.CdsTV-Toast-Icon{width:1.25rem;height:1.25rem}.CdsTV-Toast-Text{flex:1;min-width:0}.CdsTV-Toast-Title{color:#111827;margin-bottom:.25rem;font-size:.875rem;font-weight:600;line-height:1.25rem}.CdsTV-Toast-Message{color:#6b7280;word-wrap:break-word;font-size:.875rem;line-height:1.25rem}.CdsTV-Toast-CloseButton{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;transition:color .15s ease-in-out,background-color .15s ease-in-out;display:flex}.CdsTV-Toast-CloseButton:hover{color:#6b7280;background-color:#f3f4f6}.CdsTV-Toast-CloseButton:focus{outline-offset:2px;outline:2px solid transparent;box-shadow:0 0 0 2px #3b82f6}.CdsTV-Toast-CloseIcon{width:1rem;height:1rem}.CdsTV-Toast-success{border-left:4px solid #10b981}.CdsTV-Toast-success .CdsTV-Toast-IconWrapper{color:#10b981}.CdsTV-Toast-success .CdsTV-Toast-Title{color:#065f46}.CdsTV-Toast-error{border-left:4px solid #ef4444}.CdsTV-Toast-error .CdsTV-Toast-IconWrapper{color:#ef4444}.CdsTV-Toast-error .CdsTV-Toast-Title{color:#991b1b}.CdsTV-Toast-warning{border-left:4px solid #f59e0b}.CdsTV-Toast-warning .CdsTV-Toast-IconWrapper{color:#f59e0b}.CdsTV-Toast-warning .CdsTV-Toast-Title{color:#92400e}.CdsTV-Toast-info{border-left:4px solid #3b82f6}.CdsTV-Toast-info .CdsTV-Toast-IconWrapper{color:#3b82f6}.CdsTV-Toast-info .CdsTV-Toast-Title{color:#1e40af}@media (max-width:640px){.CdsTV-ToastContainer{max-width:none;left:1rem!important;right:1rem!important;transform:none!important}.CdsTV-Toast{min-width:auto;max-width:none}}@media (prefers-color-scheme:dark){.CdsTV-Toast{color:#f9fafb;background:#1f2937;border-color:#374151}.CdsTV-Toast-Title{color:#f9fafb}.CdsTV-Toast-Message{color:#d1d5db}.CdsTV-Toast-CloseButton{color:#9ca3af}.CdsTV-Toast-CloseButton:hover{color:#d1d5db;background-color:#374151}.CdsTV-Toast-success .CdsTV-Toast-Title{color:#6ee7b7}.CdsTV-Toast-error .CdsTV-Toast-Title{color:#fca5a5}.CdsTV-Toast-warning .CdsTV-Toast-Title{color:#fcd34d}.CdsTV-Toast-info .CdsTV-Toast-Title{color:#93c5fd}}
.CdsTV-NotificationStatus{background:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s ease-in-out;display:flex}.CdsTV-NotificationStatus:hover{background:#f1f5f9;border-color:#cbd5e1}.CdsTV-NotificationStatus-Connected{color:#059669}.CdsTV-NotificationStatus-Connecting{color:#d97706}.CdsTV-NotificationStatus-Disconnected{color:#dc2626}.CdsTV-NotificationStatus-Unknown{color:#6b7280}.CdsTV-NotificationStatus-Icon{flex-shrink:0;width:1rem;height:1rem}.CdsTV-NotificationStatus-Icon-Spinning{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CdsTV-NotificationStatus-Text{white-space:nowrap;font-size:.75rem;font-weight:500}.CdsTV-NotificationToast{position:relative;overflow:hidden}.CdsTV-NotificationToast:before{content:"";opacity:.8;background:linear-gradient(90deg,#3b82f6,#8b5cf6);height:3px;position:absolute;top:0;left:0;right:0}.CdsTV-NotificationToast-Message:before{background:linear-gradient(90deg,#059669,#10b981)}.CdsTV-NotificationToast-System:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8)}.CdsTV-NotificationToast-Alert:before{background:linear-gradient(90deg,#dc2626,#ef4444)}.CdsTV-NotificationToast-Update:before{background:linear-gradient(90deg,#d97706,#f59e0b)}.CdsTV-NotificationBadge{color:#fff;background:#dc2626;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.625rem;font-weight:600;display:flex;position:absolute;top:-.25rem;right:-.25rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.CdsTV-NotificationSound{position:relative}.CdsTV-NotificationSound:after{content:"🔊";opacity:.7;font-size:.875rem;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.CdsTV-NotificationPriority-High{border-left:4px solid #dc2626}.CdsTV-NotificationPriority-Medium{border-left:4px solid #d97706}.CdsTV-NotificationPriority-Low{border-left:4px solid #059669}.CdsTV-NotificationAction{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:.375rem;margin-top:.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease-in-out}.CdsTV-NotificationAction:hover{background:#2563eb}.CdsTV-NotificationAction:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.CdsTV-NotificationClose{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.25rem;transition:all .2s ease-in-out;position:absolute;top:.75rem;right:.75rem}.CdsTV-NotificationClose:hover{color:#374151;background:#f3f4f6}.CdsTV-NotificationClose:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.CdsTV-NotificationTimestamp{color:#6b7280;margin-top:.25rem;font-size:.75rem}.CdsTV-NotificationIcon{flex-shrink:0;width:1.5rem;height:1.5rem;margin-right:.75rem}.CdsTV-NotificationIcon-Message{color:#059669}.CdsTV-NotificationIcon-System{color:#3b82f6}.CdsTV-NotificationIcon-Alert{color:#dc2626}.CdsTV-NotificationIcon-Update{color:#d97706}@media (max-width:768px){.CdsTV-NotificationStatus{padding:.375rem .5rem;font-size:.625rem}.CdsTV-NotificationStatus-Text{display:none}.CdsTV-NotificationStatus-Icon{width:.875rem;height:.875rem}}@media (prefers-color-scheme:dark){.CdsTV-NotificationStatus{color:#f9fafb;background:#1f2937;border-color:#374151}.CdsTV-NotificationStatus:hover{background:#374151;border-color:#4b5563}.CdsTV-NotificationStatus-Connected{color:#10b981}.CdsTV-NotificationStatus-Connecting{color:#f59e0b}.CdsTV-NotificationStatus-Disconnected{color:#ef4444}.CdsTV-NotificationStatus-Unknown{color:#9ca3af}}
