.app-section-alerts .app-hero {
    background: linear-gradient(135deg, #1a1331 0%, #34206d 100%);
}

.app-section-alerts .notification-list {
    gap: 16px;
    margin-top: 16px;
}

.app-section-alerts .notice-card {
    padding: 18px;
    border-radius: 20px;
}

.app-section-alerts .notice-card.is-unread {
    border-color: rgba(122, 85, 244, 0.16);
    box-shadow: 0 14px 28px rgba(122, 85, 244, 0.08);
}
