.notifications-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:999}.notifications-panel{position:fixed;top:0;right:-400px;width:400px;max-width:100vw;height:100vh;height:100dvh;padding-top:env(safe-area-inset-top,0);padding-right:env(safe-area-inset-right,0);background:white;box-shadow:-2px 0 8px rgba(0,0,0,.1);z-index:1001;transition:right .3s ease-out;display:flex;flex-direction:column;font-family:Manrope,sans-serif}.notifications-panel.open{right:0}@media (max-width:420px){.notifications-panel{left:-100%;right:auto;width:100%;transition:left .3s ease-out}.notifications-panel.open{left:0;right:auto}}.notifications-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb;gap:12px}.notifications-back{background:none;border:none;cursor:pointer;padding:12px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;color:#252528;-webkit-tap-highlight-color:transparent}.notifications-back:hover{opacity:.7}.notifications-title{font-family:Lora,serif;font-size:22px;font-weight:600;color:#252528;margin:0;line-height:100%;letter-spacing:.02em}.notifications-tabs{display:flex;border-bottom:1px solid #e5e7eb;padding:0 20px;gap:0}.notifications-tab{flex:1;padding:14px 16px;min-height:48px;background:none;font-family:Manrope,sans-serif;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;position:relative;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;-webkit-tap-highlight-color:transparent}.notifications-tab:hover{color:#252528}.notifications-tab.active{color:#252528;border-bottom-color:#252528}.notifications-tab-count{margin-left:4px;font-weight:500;color:#9ca3af}.notifications-tab.active .notifications-tab-count{color:#6b7280}.notifications-content{flex:1;overflow-y:auto;padding:0;-webkit-overflow-scrolling:touch}.notifications-section{padding:20px 0;border-bottom:1px solid #f3f4f6}.notifications-section:last-child{border-bottom:none}.notifications-section-title{font-family:Manrope,sans-serif;font-size:16px;font-weight:600;color:#000000;margin:0 0 12px 20px;text-transform:capitalize}.notification-item{display:flex;align-items:center;padding:12px 20px;min-height:56px;gap:12px;transition:background .2s ease;cursor:pointer;-webkit-tap-highlight-color:transparent}.notification-item:hover{background:#f9fafb}.notification-item-read .notification-text{color:#6b7280}.notification-item-read .notification-text strong{font-weight:500}.notification-avatar-wrap{flex-shrink:0}.notification-avatars-stacked{position:relative;width:40px;height:40px}.notification-avatar-stack{position:absolute;width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid white;box-sizing:border-box}.notification-avatar-stack:first-child{left:0;top:6px}.notification-avatar-stack:nth-child(2){left:10px;top:0}.notification-avatar-stack:nth-child(3){left:20px;top:6px}.notification-see-who{display:inline-block;margin-top:4px;padding:8px 0;min-height:32px;border:none;background:none;font-size:12px;font-weight:500;color:#6b7280;cursor:pointer;text-decoration:underline;-webkit-tap-highlight-color:transparent}.notification-see-who:hover{color:#252528}.notification-avatar{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.notification-body{flex:1;min-width:0}.notification-text{font-size:14px;font-weight:600;color:#252528;margin:0;line-height:1.5}.notification-text strong{font-weight:600}.notification-subline{font-size:14px;font-weight:400;color:#252528;margin:2px 0 0;line-height:1.4}.notification-item-read .notification-subline{color:#6b7280}.notification-time{font-size:12px;color:#9ca3af;margin:2px 0 0;line-height:1.3}.notification-action-btn{background:#f3f4f6;border:none;border-radius:8px;padding:10px 16px;min-height:44px;font-size:13px;font-weight:600;color:#252528;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.notification-action-btn:hover{background:#e5e7eb}.notification-action-btn:disabled{opacity:.6;cursor:not-allowed}.notifications-empty,.notifications-error,.notifications-loading{padding:40px 20px;text-align:center;color:#6b7280;font-size:14px}.notifications-error{color:#ef4444}.notifications-see-who-modal{position:fixed;bottom:0;left:0;right:0;max-height:60vh;max-height:60dvh;background:white;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,.15);z-index:1002;padding:20px max(20px,env(safe-area-inset-right,0)) max(20px,env(safe-area-inset-bottom,0)) max(20px,env(safe-area-inset-left,0));overflow:hidden;display:flex;flex-direction:column}.notifications-see-who-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.notifications-see-who-header h3{font-family:Manrope,sans-serif;font-size:18px;font-weight:600;margin:0;color:#252528}.notifications-see-who-close{min-width:44px;min-height:44px;border:none;background:none;font-size:24px;line-height:1;color:#6b7280;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.notifications-see-who-close:hover{color:#252528}.notifications-see-who-list{list-style:none;margin:0;padding:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.notifications-see-who-list li{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f3f4f6;font-size:14px;color:#252528}.notifications-see-who-list li:last-child{border-bottom:none}.notifications-see-who-list-item .notifications-see-who-name{flex:1;min-width:0}.notifications-see-who-follow-btn{flex-shrink:0}