.pn-wrap,#pn{position:relative}.pn-bell{width:46px;height:46px;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;position:relative;color:rgba(255,255,255,0.7);font-size:20px}.pn-bell:hover{background:rgba(255,255,255,0.06);border-color:rgba(59,130,246,0.3);color:white}.pn-bell.has-unread::before{content:'';position:absolute;top:10px;right:10px;width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse-notification 2s infinite}@keyframes pulse-notification{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(239,68,68,0.5)}50%{transform:scale(1.1);box-shadow:0 0 0 4px rgba(239,68,68,0)}}.pn-badge,#pn-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:10px;font-size:11px;font-weight:600;color:white;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(239,68,68,0.4)}#pn-dd,.pn-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:420px;background:linear-gradient(180deg,rgba(18,18,30,0.98)0%,rgba(12,12,22,0.99)100%);border:1px solid rgba(255,255,255,0.08);border-radius:20px;box-shadow:0 25px 60px rgba(0,0,0,0.5),0 0 0 1px rgba(255,255,255,0.05)inset;z-index:1000;overflow:hidden;display:none}#pn.open #pn-dd,.pn-wrap.open .pn-dropdown{display:block}.pn-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(135deg,rgba(59,130,246,0.08)0%,rgba(139,92,246,0.05)100%);border-bottom:1px solid rgba(255,255,255,0.06)}.pn-close-btn{display:none;margin-right:12px}@media(max-width:768px){.pn-close-btn{display:flex !important}}.pn-header-left{display:flex;align-items:center;gap:10px;flex:1}.pn-title{font-size:16px;font-weight:600;color:white}.pn-new-badge{background:rgba(59,130,246,0.2);color:#60a5fa;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.pn-header-actions{display:flex;gap:6px}.pn-header-btn,#pn-markall,#pn-close,#pn-settings-btn{width:34px;height:34px;background:rgba(255,255,255,0.05);border:none;border-radius:10px;color:rgba(255,255,255,0.6);cursor:pointer;transition:all 0.2s;display:flex;align-items:center;justify-content:center;font-size:18px}.pn-header-btn:hover,#pn-markall:hover,#pn-close:hover,#pn-settings-btn:hover{background:rgba(255,255,255,0.1);color:white}#pn-settings-btn{display:none}#pn-settings-btn.visible{display:flex}.pn-tabs{display:flex;padding:0 16px;background:rgba(0,0,0,0.2);border-bottom:1px solid rgba(255,255,255,0.06)}.pn-tab{padding:14px 18px;background:none;border:none;color:rgba(255,255,255,0.5);font-size:13px;font-weight:500;cursor:pointer;position:relative;transition:color 0.2s}.pn-tab:hover{color:rgba(255,255,255,0.8)}.pn-tab.pn-tab-active{color:#60a5fa}.pn-tab.pn-tab-active::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:calc(100% - 24px);height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:1px}.pn-pane{display:none}.pn-pane.active{display:block}.pn-body,.pn-list{max-height:400px;overflow-y:auto}.pn-body::-webkit-scrollbar,.pn-list::-webkit-scrollbar{width:6px}.pn-body::-webkit-scrollbar-track,.pn-list::-webkit-scrollbar-track{background:transparent}.pn-body::-webkit-scrollbar-thumb,.pn-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.1);border-radius:3px}.pn-body::-webkit-scrollbar-thumb:hover,.pn-list::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.15)}.pn-item{display:flex;gap:14px;padding:16px 24px;border-bottom:1px solid rgba(255,255,255,0.04);transition:all 0.2s ease;cursor:pointer;position:relative}.pn-item:hover{background:rgba(255,255,255,0.03)}.pn-item.unread::before{content:'';position:absolute;left:10px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#3b82f6;border-radius:50%;box-shadow:0 0 8px rgba(59,130,246,0.5)}.pn-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pn-icon i{font-size:20px}.pn-icon-success{background:rgba(34,197,94,0.15)}.pn-icon-success i{color:#22c55e}.pn-icon-warning{background:rgba(245,158,11,0.15)}.pn-icon-warning i{color:#f59e0b}.pn-icon-error{background:rgba(239,68,68,0.15)}.pn-icon-error i{color:#ef4444}.pn-icon-info{background:rgba(59,130,246,0.15)}.pn-icon-info i{color:#3b82f6}.pn-icon-download{background:rgba(139,92,246,0.15)}.pn-icon-download i{color:#8b5cf6}.pn-icon-system{background:rgba(139,92,246,0.15)}.pn-icon-system i{color:#8b5cf6}.pn-content{flex:1;min-width:0}.pn-titlerow{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:6px}.pn-title-left{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.pn-title-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.pn-msgtitle{font-size:14px;font-weight:500;color:white}.pn-tag{padding:2px 8px;background:rgba(139,92,246,0.2);color:#a78bfa;border-radius:6px;font-size:10px;font-weight:600;text-transform:uppercase}.pn-tag-torrent{background:rgba(163,230,53,0.2);color:#a3e635}.pn-tag-usenet{background:rgba(59,130,246,0.2);color:#60a5fa}.pn-tag-premium{background:rgba(251,191,36,0.2);color:#fbbf24}.pn-text{font-size:13px;color:rgba(255,255,255,0.5);line-height:1.5}.pn-meta{margin-top:8px}.pn-time{font-size:11px;color:rgba(255,255,255,0.35);display:flex;align-items:center;gap:4px}.pn-time i{font-size:13px}.pn-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px;font-size:10px;font-weight:600;text-transform:uppercase}.pn-chip-guest{background:rgba(100,116,139,0.2);color:#94a3b8}.pn-chip-free{background:rgba(59,130,246,0.2);color:#60a5fa}.pn-chip-premium{background:rgba(168,85,247,0.2);color:#a78bfa}.pn-cta{margin-top:10px}.pn-btn-primary{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:8px;color:white;font-size:12px;font-weight:500;cursor:pointer;text-decoration:none;transition:all 0.2s}.pn-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 15px rgba(59,130,246,0.4)}.pn-dismiss{position:absolute;top:12px;right:12px;width:26px;height:26px;background:none;border:none;color:rgba(255,255,255,0.3);cursor:pointer;opacity:0;transition:all 0.2s;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.pn-item:hover .pn-dismiss{opacity:1}.pn-dismiss:hover{background:rgba(239,68,68,0.2);color:#ef4444}.pn-empty{padding:60px 24px;text-align:center}.pn-empty i{font-size:52px;color:rgba(255,255,255,0.1);margin-bottom:16px;display:block}.pn-empty p{color:rgba(255,255,255,0.4);font-size:14px}.pn-footer{padding:16px 24px;border-top:1px solid rgba(255,255,255,0.06);text-align:center;background:rgba(0,0,0,0.1)}.pn-view-all{color:#60a5fa;text-decoration:none;font-size:13px;font-weight:500;transition:color 0.2s}.pn-view-all:hover{color:#93c5fd}.pn-toast{position:fixed;bottom:24px;right:24px;width:380px;background:linear-gradient(180deg,rgba(18,18,30,0.98)0%,rgba(12,12,22,0.99)100%);border:1px solid rgba(255,255,255,0.08);border-radius:16px;box-shadow:0 25px 60px rgba(0,0,0,0.5);padding:20px;z-index:10001;animation:slideInToast 0.3s ease}@keyframes slideInToast{from{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.pn-toast .pn-item{padding:0;border:none}.pn-toast .pn-item:hover{background:transparent}#pn-settings-modal.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.8);backdrop-filter:blur(5px);display:none;align-items:center;justify-content:center;z-index:99999}#pn-settings-modal.modal-overlay.active{display:flex !important}#pn-settings-modal .modal-container{transform:scale(1)translateY(0)}#pn-settings-modal .modal-header{display:flex;align-items:center;gap:12px;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,0.06)}#pn-settings-modal .modal-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;background:rgba(59,130,246,0.15);color:#3b82f6}#pn-settings-modal .modal-title{flex:1;font-size:18px;font-weight:600;color:white}#pn-settings-modal .modal-close{width:32px;height:32px;border-radius:8px;border:none;background:rgba(255,255,255,0.05);color:rgba(255,255,255,0.6);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s}#pn-settings-modal .modal-close:hover{background:rgba(255,255,255,0.1);color:white}#pn-settings-modal .modal-body{padding:24px}#pn-settings-modal .settings-option{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid rgba(255,255,255,0.08)}#pn-settings-modal .settings-option:last-of-type{border-bottom:none}#pn-settings-modal .settings-option-info{flex:1}#pn-settings-modal .settings-option-label{display:block;font-size:15px;font-weight:500;color:#fff;margin-bottom:4px}#pn-settings-modal .settings-option-desc{font-size:13px;color:rgba(255,255,255,0.4)}#pn-settings-modal .toggle-switch{position:relative;width:52px;height:28px;flex-shrink:0}#pn-settings-modal .toggle-switch input{opacity:0;width:0;height:0}#pn-settings-modal .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.1);border-radius:28px;transition:0.3s}#pn-settings-modal .toggle-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background:white;border-radius:50%;transition:0.3s}#pn-settings-modal .toggle-switch input:checked + .toggle-slider{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}#pn-settings-modal .toggle-switch input:checked + .toggle-slider:before{transform:translateX(24px)}#pn-settings-modal .settings-select{padding:10px 14px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:8px;color:#fff;font-size:14px;cursor:pointer;min-width:140px;transition:all 0.2s}#pn-settings-modal .settings-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,0.2)}#pn-settings-modal .settings-select option{background:#1a1f2e;color:#fff}#pn-settings-modal .snooze-status{display:flex;align-items:center;gap:10px;padding:14px 18px;background:rgba(59,130,246,0.1);border:1px solid rgba(59,130,246,0.2);border-radius:10px;font-size:14px;color:#60a5fa;margin-top:8px}#pn-settings-modal .snooze-status i{font-size:18px}[data-theme="light"] .pn-bell{background:rgba(0,0,0,0.03);border-color:rgba(0,0,0,0.08);color:#64748b}[data-theme="light"] .pn-bell:hover{background:rgba(0,0,0,0.05);color:#1e293b}html[data-theme="light"] #pn-dd,html[data-theme="light"] .pn-dropdown,[data-theme="light"] #pn-dd,[data-theme="light"] .pn-dropdown{background:#ffffff !important;border-color:#e2e8f0 !important;box-shadow:0 25px 60px rgba(0,0,0,0.15)}html[data-theme="light"] .pn-header,[data-theme="light"] .pn-header{background:#f8fafc !important;border-bottom-color:#e2e8f0 !important}html[data-theme="light"] .pn-title,[data-theme="light"] .pn-title{color:#1e293b !important}html[data-theme="light"] .pn-header-btn,html[data-theme="light"] #pn-markall,html[data-theme="light"] #pn-close,html[data-theme="light"] #pn-settings-btn,html[data-theme="light"] .pn-close-btn,[data-theme="light"] .pn-header-btn,[data-theme="light"] #pn-markall,[data-theme="light"] #pn-close,[data-theme="light"] #pn-settings-btn,[data-theme="light"] .pn-close-btn{background:#e2e8f0 !important;color:#475569 !important}html[data-theme="light"] .pn-header-btn:hover,html[data-theme="light"] #pn-markall:hover,html[data-theme="light"] #pn-close:hover,html[data-theme="light"] #pn-settings-btn:hover,html[data-theme="light"] .pn-close-btn:hover,[data-theme="light"] .pn-header-btn:hover,[data-theme="light"] #pn-markall:hover,[data-theme="light"] #pn-close:hover,[data-theme="light"] #pn-settings-btn:hover,[data-theme="light"] .pn-close-btn:hover{background:#cbd5e1 !important;color:#1e293b !important}html[data-theme="light"] .pn-tabs,[data-theme="light"] .pn-tabs{background:#f1f5f9 !important;border-bottom-color:#e2e8f0 !important}html[data-theme="light"] .pn-tab,[data-theme="light"] .pn-tab{color:#64748b !important;background:transparent !important}html[data-theme="light"] .pn-tab.pn-tab-active,[data-theme="light"] .pn-tab.pn-tab-active{color:#3b82f6 !important}html[data-theme="light"] .pn-item,[data-theme="light"] .pn-item{border-bottom-color:#e2e8f0 !important}html[data-theme="light"] .pn-item:hover,[data-theme="light"] .pn-item:hover{background:#f8fafc !important}html[data-theme="light"] .pn-msgtitle,[data-theme="light"] .pn-msgtitle{color:#1e293b !important}html[data-theme="light"] .pn-text,[data-theme="light"] .pn-text{color:#64748b !important}html[data-theme="light"] .pn-time,[data-theme="light"] .pn-time{color:#94a3b8 !important}html[data-theme="light"] .pn-footer,[data-theme="light"] .pn-footer{background:#f8fafc !important;border-top-color:#e2e8f0 !important}html[data-theme="light"] .pn-view-all,[data-theme="light"] .pn-view-all{color:#3b82f6 !important}html[data-theme="light"] .pn-empty i,[data-theme="light"] .pn-empty i{color:#cbd5e1 !important}html[data-theme="light"] .pn-empty p,[data-theme="light"] .pn-empty p{color:#94a3b8 !important}html[data-theme="light"] .pn-toast,[data-theme="light"] .pn-toast{background:#ffffff !important;border:1px solid #e2e8f0 !important;box-shadow:0 10px 40px rgba(0,0,0,0.12)!important}[data-theme="light"] .pn-body::-webkit-scrollbar-thumb,[data-theme="light"] .pn-list::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.1)}[data-theme="light"] .pn-body::-webkit-scrollbar-thumb:hover,[data-theme="light"] .pn-list::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0.15)}[data-theme="light"] #pn-settings-modal .modal-container{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);border-color:#e2e8f0}[data-theme="light"] #pn-settings-modal .modal-header{border-bottom-color:#e2e8f0}[data-theme="light"] #pn-settings-modal .modal-title{color:#1e293b}[data-theme="light"] #pn-settings-modal .modal-close{background:#e2e8f0;color:#64748b}[data-theme="light"] #pn-settings-modal .modal-close:hover{background:#cbd5e1;color:#1e293b}[data-theme="light"] #pn-settings-modal .settings-option{border-color:#e2e8f0}[data-theme="light"] #pn-settings-modal .settings-option-label{color:#1e293b}[data-theme="light"] #pn-settings-modal .settings-option-desc{color:#64748b}[data-theme="light"] #pn-settings-modal .toggle-slider{background:#e2e8f0}[data-theme="light"] #pn-settings-modal .settings-select{background:#f1f5f9;border-color:#e2e8f0;color:#1e293b}[data-theme="light"] #pn-settings-modal .settings-select option{background:#fff;color:#1e293b}[data-theme="light"] .pn-tag-torrent{background:rgba(132,204,22,0.15);color:#65a30d}[data-theme="light"] .pn-tag-usenet{background:rgba(59,130,246,0.15);color:#2563eb}[data-theme="light"] .pn-icon-success{background:rgba(34,197,94,0.12)}[data-theme="light"] .pn-icon-success i{color:#16a34a}[data-theme="light"] .pn-icon-warning{background:rgba(245,158,11,0.12)}[data-theme="light"] .pn-icon-warning i{color:#d97706}[data-theme="light"] .pn-icon-error{background:rgba(239,68,68,0.12)}[data-theme="light"] .pn-icon-error i{color:#dc2626}[data-theme="light"] .pn-icon-info{background:rgba(59,130,246,0.12)}[data-theme="light"] .pn-icon-info i{color:#2563eb}[data-theme="light"] .pn-icon-download{background:rgba(139,92,246,0.12)}[data-theme="light"] .pn-icon-download i{color:#7c3aed}[data-theme="light"] .pn-icon-system{background:rgba(139,92,246,0.12)}[data-theme="light"] .pn-icon-system i{color:#7c3aed}@media(max-width:768px){#pn{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:none;background:rgba(0,0,0,0.6)}#pn.open{display:block !important}.pn-bell{display:none !important}#pn-dd,.pn-dropdown{position:fixed !important;top:60px !important;left:0 !important;right:0 !important;bottom:0 !important;width:100% !important;max-width:100% !important;height:calc(100vh - 60px)!important;max-height:none !important;border-radius:0 !important;z-index:10001 !important;background:#0d0d1a !important;border:none !important;display:block !important}[data-theme="light"] #pn-dd,[data-theme="light"] .pn-dropdown{background:#ffffff !important}.pn-header{padding:16px !important;border-bottom:1px solid rgba(255,255,255,0.1)!important}[data-theme="light"] .pn-header{border-bottom-color:#e2e8f0 !important}.pn-title{font-size:18px !important}.pn-tabs{padding:12px 16px !important;gap:8px !important;overflow-x:auto !important}.pn-tab{padding:8px 16px !important;font-size:13px !important}.pn-body,.pn-list{height:calc(100vh - 200px)!important;max-height:none !important;overflow-y:auto !important;padding:8px !important}.pn-item{padding:14px !important;margin-bottom:8px !important;border-radius:12px !important;border-bottom:none !important;background:rgba(255,255,255,0.03)!important}[data-theme="light"] .pn-item{background:#f8fafc !important}.pn-content{flex:1 !important;min-width:0 !important}.pn-msgtitle{font-size:14px !important}.pn-text{font-size:12px !important}.pn-footer{padding:16px !important;border-top:1px solid rgba(255,255,255,0.1)!important}[data-theme="light"] .pn-footer{border-top-color:#e2e8f0 !important}.pn-toast{width:calc(100vw - 32px)!important;right:16px !important;left:16px !important;bottom:16px !important}}.dropdown-quick-actions{display:none}@media(max-width:768px){.dropdown-quick-actions{display:flex !important;gap:10px !important;padding:12px 15px !important;border-bottom:1px solid rgba(255,255,255,0.08)!important}[data-theme="light"] .dropdown-quick-actions{border-bottom-color:#e2e8f0 !important}.quick-action-btn{flex:1 !important;display:flex !important;flex-direction:column !important;align-items:center !important;gap:6px !important;padding:12px 10px !important;background:rgba(255,255,255,0.05)!important;border:1px solid rgba(255,255,255,0.1)!important;border-radius:12px !important;color:rgba(255,255,255,0.8)!important;font-size:11px !important;cursor:pointer !important;transition:all 0.2s ease !important}.quick-action-btn:hover,.quick-action-btn:active{background:rgba(255,255,255,0.1)!important;border-color:rgba(255,255,255,0.2)!important}[data-theme="light"] .quick-action-btn{background:#f8fafc !important;border-color:#e2e8f0 !important;color:#475569 !important}[data-theme="light"] .quick-action-btn:hover{background:#f1f5f9 !important;border-color:#cbd5e1 !important}.quick-action-icon{position:relative !important;display:flex !important;align-items:center !important;justify-content:center !important;background:transparent !important}.quick-action-icon i{font-size:22px !important;background:transparent !important}[data-theme="light"] .quick-action-icon i{color:#64748b !important}.quick-action-icon .pn-badge,.quick-action-icon .notif-badge{position:absolute !important;top:-6px !important;right:-8px !important;background:#ef4444 !important;color:white !important;font-size:9px !important;font-weight:600 !important;padding:2px 5px !important;border-radius:10px !important;min-width:16px !important;text-align:center !important;line-height:1.2 !important}.theme-icon-dark{display:inline-block !important}.theme-icon-light{display:none !important}[data-theme="light"] .theme-icon-dark{display:none !important}[data-theme="light"] .theme-icon-light{display:inline-block !important}#pn-settings-modal .modal-container{width:calc(100% - 32px)!important;max-width:none !important;margin:16px !important;max-height:calc(100vh - 32px)!important;overflow-y:auto !important}}