.notif-bell-btn,.notif-bell-wrap{position:relative;display:flex;align-items:center}.notif-bell-btn{justify-content:center;background:none;border:none;cursor:pointer;color:var(--text-secondary);padding:6px;border-radius:8px;transition:color .15s ease,background .15s ease}.notif-bell-btn--active,.notif-bell-btn:hover{color:var(--accent-primary);background:var(--accent-light)}.notif-bell-badge{position:absolute;top:1px;right:1px;background:var(--danger);color:#fff;font-family:Inter,sans-serif;font-size:.6rem;font-weight:700;line-height:1;min-width:15px;height:15px;padding:0 3px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.notif-backdrop{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.18);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px)}.notif-dropdown{position:fixed;width:300px;max-width:calc(100vw - 24px);background:var(--bg-primary);border:1px solid var(--bg-tertiary);border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.14),0 2px 8px rgba(0,0,0,.06);z-index:10000;overflow:hidden;animation:notif-drop-in .18s ease}@keyframes notif-drop-in{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.notif-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 12px;border-bottom:1px solid var(--bg-tertiary)}.notif-dropdown-header-left{display:flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-primary)}.notif-all-read-pill{font-size:.6875rem;font-weight:500;color:var(--success);background:#e8f5e9;padding:2px 7px;border-radius:20px}.notif-see-all{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:var(--accent-primary);text-decoration:none;transition:color .12s ease}.notif-see-all:hover{color:var(--accent-hover)}.notif-dropdown-body{max-height:360px;overflow-y:auto;overscroll-behavior:contain}.notif-loading{display:flex;align-items:center;justify-content:center;gap:6px;padding:32px 16px}.notif-loading-dot{width:7px;height:7px;border-radius:50%;background:var(--accent-primary);animation:notif-dot-pulse 1.2s ease-in-out infinite}.notif-loading-dot:nth-child(2){animation-delay:.2s}.notif-loading-dot:nth-child(3){animation-delay:.4s}@keyframes notif-dot-pulse{0%,80%,to{opacity:.25;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.notif-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:36px 16px;color:var(--text-muted)}.notif-empty p{font-family:Inter,sans-serif;font-size:.875rem;margin:0}.notif-item{display:flex;align-items:flex-start;gap:11px;padding:12px 16px;border-bottom:1px solid var(--bg-secondary);text-decoration:none;background:var(--bg-primary);transition:background .12s ease;position:relative}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:var(--bg-secondary)}.notif-item--unread{background:var(--accent-light)}.notif-item--unread:hover{background:#dbeef8}.notif-item-icon{flex-shrink:0;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.notif-item-body{flex:1;min-width:0}.notif-item-text{font-family:Inter,sans-serif;font-size:.8125rem;color:var(--text-primary);margin:0 0 2px;line-height:1.4}.notif-item-sub{font-family:Inter,sans-serif;font-size:.75rem;color:var(--text-secondary);margin:0 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notif-item-time{font-family:Inter,sans-serif;font-size:.6875rem;color:var(--text-muted);margin:0}.notif-item-dot{flex-shrink:0;width:7px;height:7px;border-radius:50%;background:var(--accent-primary);margin-top:5px}.notif-dropdown-footer{border-top:1px solid var(--bg-tertiary);padding:10px 16px;text-align:center}.notif-footer-link{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:var(--accent-primary);text-decoration:none;transition:color .12s ease}.notif-footer-link:hover{color:var(--accent-hover)}.notif-page{min-height:100vh;background:var(--bg-secondary);padding:32px 16px 100px}.notif-page-inner{max-width:640px;margin:0 auto}.notif-page-title{font-family:Merriweather,Georgia,serif;font-weight:700;font-size:1.375rem;color:var(--text-primary);margin:0 0 24px}.notif-page-empty{text-align:center;padding:48px 16px;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-muted)}.notif-page-list{background:var(--bg-primary);border:1px solid var(--bg-tertiary);border-radius:12px;overflow:hidden}.notif-page-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid var(--bg-secondary);text-decoration:none;background:var(--bg-primary);transition:background .12s ease}.notif-page-item:last-child{border-bottom:none}.notif-page-item:hover{background:var(--bg-secondary);text-decoration:none}.notif-page-item--unread{background:var(--accent-light)}.notif-page-item--unread:hover{background:#dbeef8}.notif-page-item-content{flex:1;min-width:0}.notif-page-item-text{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-primary);margin:0 0 4px;line-height:1.45}.notif-page-item-text strong{font-weight:600}.notif-page-item-sub{font-size:.8125rem;color:var(--text-secondary);margin:0;overflow:hidden;text-overflow:ellipsis}.notif-page-item-sub,.notif-page-item-time{font-family:Inter,sans-serif;white-space:nowrap}.notif-page-item-time{font-size:.75rem;color:var(--text-muted);flex-shrink:0;padding-top:2px}.notif-page{padding-bottom:100px}