.NotificationList_notificationContainer__7RU1E{width:100%;max-width:800px;background-color:var(--background);border-radius:12px;color:#e4e6eb;overflow:hidden;height:100%;position:relative;margin:0 auto}@media(max-width:480px){.NotificationList_notificationContainer__7RU1E{max-width:100%;border-radius:0;max-height:none}}.NotificationList_notificationList__QP_EF{display:flex;flex-direction:column;height:100%}.NotificationList_header__FkIrZ{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid hsla(0,0%,100%,.1)}.NotificationList_actions__seojy{display:flex;gap:10px}.NotificationList_markAllBtn__M1wSE{background-color:var(--background3);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--foreground);cursor:pointer;transition:all .2s ease}.NotificationList_markAllBtn__M1wSE:hover{background-color:var(--hover)}.NotificationList_tabs__nclWP{display:flex;padding:0 16px;border-bottom:1px solid hsla(0,0%,100%,.1)}.NotificationList_tabs__nclWP .NotificationList_tab__OP5PD{padding:12px 16px;background-color:rgba(0,0,0,0);border:none;color:#a8abbd;font-weight:600;cursor:pointer;position:relative;transition:color .2s ease}.NotificationList_tabs__nclWP .NotificationList_tab__OP5PD:hover{color:#e4e6eb}.NotificationList_tabs__nclWP .NotificationList_tab__OP5PD.NotificationList_active__OIvz_{color:var(--primary)}.NotificationList_tabs__nclWP .NotificationList_tab__OP5PD.NotificationList_active__OIvz_:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--primary) 0,var(--hover) 100%);border-top-left-radius:3px;border-top-right-radius:3px}.NotificationList_notificationSection__OkJbR{padding:10px 16px;flex:1 1}.NotificationList_notificationSection__OkJbR h3{font-size:.9rem;font-weight:600;color:#a8abbd;margin:8px 0}.NotificationList_notificationSection__OkJbR::-webkit-scrollbar{width:4px}.NotificationList_notificationSection__OkJbR::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.NotificationList_notificationSection__OkJbR::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px}.NotificationList_notificationItem__Md5q8{display:flex;padding:12px;gap:10px;margin-bottom:8px;border-radius:10px;min-height:67px;cursor:pointer;position:relative;background-color:var(--background2);transition:all .2s ease}.NotificationList_notificationItem__Md5q8:hover{background-color:var(--hover)}.NotificationList_notificationItem__Md5q8.NotificationList_unread__7wzCZ{background-color:var(--background);box-shadow:0 0 1px 1px var(--primary)}.NotificationList_notificationItem__Md5q8.NotificationList_unread__7wzCZ:hover{background-color:var(--hover);opacity:.9}.NotificationList_notificationItemToast__iX6zS{display:flex;margin-bottom:8px;border-radius:10px;min-height:67px;cursor:pointer;position:relative;transition:all .2s ease}.NotificationList_notificationItemToast__iX6zS:hover{background-color:var(--hover)}.NotificationList_notificationItemToast__iX6zS.NotificationList_unread__7wzCZ{background-color:var(--background);box-shadow:0 0 1px 1px var(--primary)}.NotificationList_notificationItemToast__iX6zS.NotificationList_unread__7wzCZ:hover{background-color:var(--hover);opacity:.9}.NotificationList_avatar__hi_xp{position:relative}.NotificationList_avatar__hi_xp .NotificationList_iconPlaceholder__h11II{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#a18cd1,#fbc2eb);display:flex;align-items:center;justify-content:center;font-size:18px}.NotificationList_content__sRMgX{flex:1 1}.NotificationList_content__sRMgX .NotificationList_notificationText__kN1zt{font-size:.9rem;line-height:1.4;margin-bottom:4px;color:var(--foreground)}.NotificationList_content__sRMgX .NotificationList_notificationText__kN1zt a{color:var(--info);font-weight:600;text-decoration:none}.NotificationList_content__sRMgX .NotificationList_notificationText__kN1zt a:hover{text-decoration:underline}.NotificationList_content__sRMgX .NotificationList_time__GUIAB{font-size:.75rem;color:var(--secondary)}.NotificationList_unreadDot__9Hz9x{position:absolute;top:12px;right:12px;width:8px;height:8px;border-radius:50%;background:var(--success)}.NotificationList_emptyState__OKkEA{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0;color:#a8abbd}.NotificationList_emptyState__OKkEA p{margin-top:10px;font-size:.9rem}.NotificationList_showMoreBtn__MBsZb{display:flex;align-items:center;justify-content:center;width:100%;padding:8px;border:none;background-color:var(--background2);color:var(--info);border-radius:8px;font-size:.85rem;cursor:pointer;transition:all .2s ease;gap:5px}.NotificationList_showMoreBtn__MBsZb:hover{color:var(--primary)}