.NotificationsDropdown_dropdown__KjECx{position:absolute;top:calc(100% + 8px);right:0;background:var(--color-background-white);border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);min-width:400px;max-width:500px;max-height:600px;z-index:var(--z-dropdown);border:1px solid var(--color-border-gray);display:flex;flex-direction:column;overflow:hidden;animation:NotificationsDropdown_dropdownSlideIn__lTQxF var(--transition-base,.2s) var(--ease-out,ease) both}@keyframes NotificationsDropdown_dropdownSlideIn__lTQxF{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.NotificationsDropdown_header__KJaHc{padding:16px;border-bottom:1px solid var(--color-border-gray)}.NotificationsDropdown_title__TguQz{font-size:16px;font-weight:600;color:var(--color-text-primary);margin:0}.NotificationsDropdown_content__Mm24Q{overflow-y:auto;max-height:550px;scrollbar-width:none;-ms-overflow-style:none}.NotificationsDropdown_content__Mm24Q::-webkit-scrollbar{display:none}.NotificationsDropdown_empty__PpgQl,.NotificationsDropdown_error__depj7,.NotificationsDropdown_loading__CcyuC{padding:40px 16px;text-align:center;color:var(--color-text-secondary);font-size:14px}.NotificationsDropdown_error__depj7{color:var(--color-danger-ink)}.NotificationsDropdown_notificationsList__mOIPb{display:flex;flex-direction:column}.NotificationsDropdown_notificationItem__Ur1bA{width:100%;padding:12px 16px;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid var(--color-border-gray)}.NotificationsDropdown_notificationItem__Ur1bA:last-child{border-bottom:none}.NotificationsDropdown_notificationItem__Ur1bA:hover{background-color:var(--color-background-gray-light)}.NotificationsDropdown_notificationItem__Ur1bA.NotificationsDropdown_unread__VSyMM{background-color:var(--color-background-blue-lighter)}.NotificationsDropdown_notificationItem__Ur1bA.NotificationsDropdown_unread__VSyMM:hover{background-color:var(--color-background-blue-lightest)}.NotificationsDropdown_notificationContent__o25Z6{display:flex;align-items:flex-start;gap:12px}.NotificationsDropdown_channelLogoContainer__75FXn{position:relative;flex-shrink:0;width:40px;height:40px}.NotificationsDropdown_channelLogo__SOeyc{width:40px;height:40px;border-radius:50%;border:1px solid var(--color-border-gray);object-fit:cover;background-color:var(--color-background-gray-light)}.NotificationsDropdown_communityLogo__Nt9w9{border-radius:8px}.NotificationsDropdown_notificationText__ptTfW{flex:1 1;min-width:0;margin-right:var(--space-2);display:flex;flex-direction:column;gap:var(--space-2)}.NotificationsDropdown_notificationTitle__osIgI{font-size:14px;font-weight:700;color:var(--color-text-primary);margin-bottom:4px;line-height:1.4}.NotificationsDropdown_notificationTitleRest__3arXJ{font-weight:400;color:var(--color-text-primary)}.NotificationsDropdown_notificationDescription__OvlSd{font-size:14px;color:var(--color-text-secondary);margin-bottom:4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.NotificationsDropdown_notificationDate__A6wr1{font-size:12px;color:var(--color-text-tertiary);margin-top:4px}.NotificationsDropdown_eventBannerContainer__th3YI{flex-shrink:0;width:64px;aspect-ratio:16/9}.NotificationsDropdown_eventBanner__juQiJ{width:100%;height:100%;border-radius:6px;border:1px solid var(--color-border-gray);object-fit:cover;background-color:var(--color-background-gray-light)}@media (max-width:768px){.NotificationsDropdown_dropdown__KjECx{position:relative;top:0;right:0;left:0;width:100%;max-width:100%;min-width:100%;max-height:calc(100vh - 80px);border-radius:0;border:none;border-top:1px solid var(--color-border-gray);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.NotificationsDropdown_content__Mm24Q{max-height:calc(100vh - 140px)}}