.notification-stack{z-index:99999;pointer-events:none;flex-direction:column;gap:10px;max-width:min(420px,100vw - 32px);display:flex;position:fixed;top:16px;right:16px}.notification-popup{pointer-events:auto;color:#f3f4f6;background:#121620f5;border:1px solid #ffffff1f;border-radius:12px;gap:12px;padding:14px 16px;animation:.28s ease-out ntf-slide-in;display:flex;box-shadow:0 12px 32px #00000059}@keyframes ntf-slide-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.notification-popup__icon{border-radius:8px;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:grid}.notification-popup__body{flex:1;min-width:0}.notification-popup__title{word-break:break-word;margin:0 0 4px;font-size:14px;font-weight:700;line-height:1.35}.notification-popup__message{color:#f3f4f6e0;word-break:break-word;margin:0;font-size:13px;line-height:1.45}.notification-popup__close{color:#e5e7eb;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;flex-shrink:0;width:28px;height:28px;font-size:18px;line-height:1}.notification-popup__close:hover{background:#ffffff24}.notification-popup--success{border-color:#22c55e73}.notification-popup--success .notification-popup__icon{color:#4ade80;background:#22c55e2e}.notification-popup--info{border-color:#3b82f673}.notification-popup--info .notification-popup__icon{color:#60a5fa;background:#3b82f62e}.notification-popup--warning{border-color:#f59e0b73}.notification-popup--warning .notification-popup__icon{color:#fbbf24;background:#f59e0b2e}.notification-popup--error{border-color:#ef444480}.notification-popup--error .notification-popup__icon{color:#f87171;background:#ef44442e}.notification-popup--live{border-color:#a855f773}.notification-popup--live .notification-popup__icon{color:#c084fc;background:#a855f72e}.notification-popup--security{border-color:#f43f5e8c;box-shadow:0 12px 32px #f43f5e26}.notification-popup--security .notification-popup__icon{color:#fb7185;background:#f43f5e33}@media (max-width:640px){.notification-stack{max-width:none;top:auto;bottom:16px;left:12px;right:12px}}.voice-status-badge{border-radius:999px;align-items:center;padding:6px 10px;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.voice-status-badge--ready{color:#166534;background:#dcfce7}.voice-status-badge--active{color:#1d4ed8;background:#dbeafe}.voice-status-badge--queue{color:#92400e;background:#fef3c7}.voice-status-badge--schedule{color:#3730a3;background:#e0e7ff}.voice-status-badge--muted,.voice-status-badge--off{color:#64748b;background:#f1f5f9}
