.notifModalBody,.notifPopover{font-family:Red Hat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1f2937}.notifPopover{position:fixed;z-index:9999;background:#fff;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.15);overflow:hidden;border:1px solid #ececec;display:flex;flex-direction:column}.notifPopover .pointer{position:absolute;top:14px;left:-8px;width:16px;height:16px;background:#fff;border-left:1px solid #ececec;border-top:1px solid #ececec;transform:rotate(45deg);box-shadow:-3px -3px 8px rgba(0,0,0,.03)}.notifHeader{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(180deg,#fff,#faf7ff);border-bottom:1px solid #f0e9ff}.notifHeader span{font-weight:700;color:#6a0dad;font-size:18px;letter-spacing:.2px}.notifHeader .closeBtn{width:28px;height:28px;border-radius:50%;border:none;background:#f3f3f3;color:#6a0dad;font-size:20px;line-height:1;cursor:pointer}.notifHeader .closeBtn:hover{background:#ececec}.notifList{list-style:none;margin:0;padding:6px 8px 10px;overflow:auto;scrollbar-width:thin;scrollbar-color:#c7b5e6 transparent}.notifItem{display:grid;grid-template-columns:40px 1fr;grid-gap:10px;gap:10px;padding:12px 10px;border-radius:14px;transition:background .15s ease}.notifItem:hover{background:#faf7ff}.notifItem+.notifItem{border-top:1px dashed #efe7ff}.notifItem .avatar{display:flex;align-items:center;justify-content:center}.notifItem .textWrap{min-width:0}.notifItem .topLine{display:flex;align-items:baseline;gap:10px}.notifItem .title{font-weight:700;font-size:14px;color:#111827;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notifItem .time{color:#9ca3af;font-size:11px;white-space:nowrap}.notifItem .subLine{margin-top:4px;color:#4b5563;font-size:13px;line-height:1.2}.notifItem .subLine .actor{font-weight:600;color:#6a0dad}.notifItem .subLine .body{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.skeletonList{padding:10px}.skeletonItem{height:58px;border-radius:14px;background:linear-gradient(90deg,#f6f6f6,#f0f0f0,#f6f6f6);background-size:200% 100%;animation:sk 1.2s linear infinite}.skeletonItem+.skeletonItem{margin-top:8px}@keyframes sk{to{background-position:-200% 0}}.emptyState{padding:32px 16px;text-align:center;color:#6b7280}.notifModalBody{width:min(680px,100%)}.notifModalBody .notifList{max-height:60vh}@media screen and (max-width:800px){.notifPageBody{height:100%}.notifModalBody{height:100vh}.notifList{max-height:100%!important}}.notifPage{height:100dvh;display:flex;flex-direction:column;background:#fff}.notifPageHeader{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;padding:12px 14px;background:#fff;box-shadow:0 2px 10px rgba(65,63,173,.06);border-bottom:1px solid #f0eef8}.notifPageHeader h2{margin:0;text-align:center;font-size:18px;font-weight:700;color:#3b2b5c}.notifPageHeader .backBtn{width:36px;height:36px;display:grid;place-items:center;border:none;border-radius:50%;background:#f5f2fb;cursor:pointer}.notifPageHeader .spacer{width:36px;height:36px}.notifPageBody{flex:1 1;overflow-y:auto;padding:8px 12px 20px}.notifPage .notifList,.notifPage .notifModalBody{padding:0}.notifItem.unread{background:#faf5ff;border-left:3px solid #6a0dad}.notifItem.unread .title{font-weight:800}.notifItem.clickable{cursor:pointer}.notifItem.clickable:hover{background:#f7f3ff}.followReqActions{margin-top:10px;display:flex;gap:10px;justify-content:flex-end}.followReqActions button{border:none;border-radius:12px;padding:10px 14px;font-weight:700;cursor:pointer;min-width:92px}.followReqActions .acceptBtn{background:#6a0dad;color:#fff}.followReqActions .rejectBtn{background:#f3f3f3;color:#333}.followReqActions button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:600px){.followReqActions{justify-content:stretch}.followReqActions button{width:100%}}