.notifModalBody,.notifPopover{font-family:Red Hat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--myf-text-primary,#1f2937)}.notifPopover{position:fixed;z-index:9999;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.15);overflow:hidden;border:1px solid var(--myf-border,#ececec);display:flex;flex-direction:column}.notifPopover,.notifPopover .pointer{background:var(--myf-bg-surface,#fff)}.notifPopover .pointer{position:absolute;top:14px;left:-8px;width:16px;height:16px;border-left:1px solid var(--myf-border,#ececec);border-top:1px solid var(--myf-border,#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,var(--myf-bg-surface,#fff),var(--myf-bg-accent,#faf7ff));border-bottom:1px solid var(--myf-border-light,#f0e9ff)}.notifHeader span{font-weight:700;font-size:18px;letter-spacing:.2px}.notifHeader .closeBtn,.notifHeader span{color:var(--myf-brand-primary-text,#6a0dad)}.notifHeader .closeBtn{width:28px;height:28px;border-radius:50%;border:none;background:var(--myf-bg-secondary,#f3f3f3);font-size:20px;line-height:1;cursor:pointer}.notifHeader .closeBtn:hover{background:var(--myf-bg-secondary,#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;gap:10px;padding:12px 10px;border-radius:14px;transition:background .15s ease}.notifItem:hover{background:var(--myf-bg-accent,#faf7ff)}.notifItem+.notifItem{border-top:1px dashed var(--myf-border-light,#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:var(--myf-text-primary,#111827);flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notifItem .time{color:var(--myf-text-muted,#9ca3af);font-size:12px;white-space:nowrap}.notifItem .subLine{margin-top:4px;color:var(--myf-text-secondary,#4b5563);font-size:13px;line-height:1.2}.notifItem .subLine .actor{font-weight:600;color:var(--myf-brand-primary-text,#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,var(--myf-bg-secondary,#f6f6f6),var(--myf-border,#f0f0f0),var(--myf-bg-secondary,#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:var(--myf-text-secondary,#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}.notifPage,.notifPageHeader{background:var(--myf-bg-surface,#fff)}.notifPageHeader{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;padding:12px 14px;box-shadow:0 2px 10px rgba(65,63,173,.06);border-bottom:1px solid var(--myf-border-light,#f0eef8)}.notifPageHeader h2{margin:0;text-align:center;font-size:18px;font-weight:700;color:var(--myf-text-primary,#3b2b5c)}.notifPageHeader .backBtn{width:36px;height:36px;display:grid;place-items:center;border:none;border-radius:50%;background:var(--myf-bg-accent,#f5f2fb);cursor:pointer}.notifPageHeader .spacer{width:36px;height:36px}.notifPageBody{flex:1;overflow-y:auto;padding:8px 12px 20px}.notifPage .notifList,.notifPage .notifModalBody{padding:0}.notifItem.unread{background:var(--myf-bg-accent,#f3e8ff);border-left:3px solid var(--myf-brand-primary,#6a0dad)}.notifItem.unread .title{font-weight:800}@media(max-width:800px){.notifItem.unread{background:var(--myf-bg-accent,#ede0ff);border-left:4px solid var(--myf-brand-primary,#6a0dad);box-shadow:inset 0 0 0 1px rgba(106,13,173,.08)}}html[data-theme=dark] .notifItem.unread{background:rgba(106,13,173,.18);border-left-color:#c084fc;box-shadow:none}html[data-theme=dark] .notifItem:hover{background:hsla(0,0%,100%,.05)}html[data-theme=dark] .notifItem+.notifItem{border-top-color:hsla(0,0%,100%,.08)}html[data-theme=dark] .notifItem .subLine .actor{color:var(--myf-brand-primary-text,#c084fc)}html[data-theme=dark] .notifHeader{background:linear-gradient(180deg,var(--myf-bg-surface,#1a1a27),var(--myf-bg-secondary,#212132));border-bottom-color:hsla(0,0%,100%,.08)}.notifItem.clickable{cursor:pointer}.notifItem.clickable:hover{background:var(--myf-bg-accent,#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:var(--myf-brand-primary,#6a0dad);color:#fff}.followReqActions .rejectBtn{background:var(--myf-bg-secondary,#f3f3f3);color:var(--myf-text-primary,#333)}.followReqActions button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:600px){.followReqActions{justify-content:stretch}.followReqActions button{width:100%}}